:root {
  --seo-red: var(--servixa-base, #d90202);
  --seo-black: var(--servixa-black, #111);
  --seo-muted: var(--servixa-gray, #585b6b);
  --seo-border: var(--servixa-bdr-color, #e6e6e6);
  --seo-bg: #f7f7f7;
}

.seo-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.seo-menu a,
.seo-link-list a {
  color: var(--servixa-black, #111);
  font-weight: 700;
  text-decoration: none;
}

.seo-menu a:hover,
.seo-link-list a:hover {
  color: var(--seo-red);
}

.seo-hero {
  background: linear-gradient(rgba(0, 0, 0, .72), rgba(0, 0, 0, .62)), url("../images/banner-one-bg.webp") center / cover no-repeat;
  color: #fff;
  overflow: hidden;
  padding: 120px 0 104px;
  position: relative;
  z-index: 1;
}

.seo-hero::before {
  background: radial-gradient(circle at 18% 20%, rgba(217, 2, 2, .25), transparent 28%);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.seo-eyebrow {
  color: var(--seo-red);
  font-weight: 800;
  letter-spacing: .04em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.seo-hero h1 {
  color: #fff;
  font-size: clamp(38px, 6vw, 72px);
  font-weight: 900;
  line-height: 1.08;
  margin: 0 0 20px;
  max-width: 940px;
}

.seo-hero p {
  font-size: 19px;
  max-width: 760px;
}

.seo-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.seo-btn {
  align-items: center;
  background: var(--seo-red);
  border: 0;
  border-radius: 30px;
  color: #fff;
  display: inline-flex;
  font-size: 17px;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  padding: 13px 28px;
  text-decoration: none;
  text-transform: capitalize;
}

.seo-btn:hover {
  background: #b90000;
  border-color: #b90000;
  color: #fff;
}

.seo-btn--ghost {
  background: var(--seo-black);
  color: #fff;
}

.seo-section {
  padding: 110px 0;
}

.seo-section--alt {
  background: var(--seo-bg);
}

.seo-section h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 18px;
}

.seo-section h3 {
  font-size: 22px;
  font-weight: 900;
  margin: 28px 0 10px;
}

.seo-card {
  background: #fff;
  border: 1px solid var(--seo-border);
  border-radius: var(--servixa-bdr-radius, 10px);
  height: 100%;
  padding: 24px;
  transition: transform .3s ease, box-shadow .3s ease;
}

.seo-card:hover {
  box-shadow: 0 16px 40px rgba(0, 0, 0, .08);
  transform: translateY(-3px);
}

.seo-card strong {
  color: var(--seo-black);
}

.seo-trust-grid,
.seo-link-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.seo-link-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.seo-link-list li {
  border-bottom: 1px solid var(--seo-border);
  padding: 10px 0;
}

.seo-breadcrumb {
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  margin-bottom: 20px;
}

.seo-breadcrumb a {
  color: #fff;
}

.seo-faq details {
  background: #fff;
  border: 1px solid var(--seo-border);
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 18px 20px;
}

.seo-faq summary {
  cursor: pointer;
  font-weight: 900;
}

.seo-map-placeholder {
  align-items: center;
  background: linear-gradient(rgba(17, 17, 17, .88), rgba(17, 17, 17, .88)), url("../images/cta-two-bg.webp") center / cover no-repeat;
  border-radius: var(--servixa-bdr-radius, 10px);
  color: #fff;
  display: flex;
  min-height: 280px;
  padding: 32px;
}

.seo-article {
  max-width: 880px;
}

.seo-article p,
.seo-article li {
  font-size: 18px;
}

.seo-sticky-cta {
  background: #fff;
  border-top: 1px solid var(--seo-border);
  bottom: 0;
  box-shadow: 0 -8px 28px rgba(0, 0, 0, .08);
  display: none;
  gap: 10px;
  left: 0;
  padding: 10px;
  position: fixed;
  right: 0;
  z-index: 30;
}

.seo-sticky-cta .seo-btn {
  flex: 1;
  min-height: 44px;
  padding: 10px 12px;
}

.seo-page .main-menu-three__wrapper {
  background-color: var(--servixa-white);
}

.seo-page .main-menu__list>li>a {
  color: var(--servixa-black);
}

.seo-page .main-menu-three__logo img {
  height: 80px;
  width: auto;
}

.seo-page .site-footer-three {
  margin-top: 0;
}

.seo-page .site-footer-three h2,
.seo-page .site-footer-three h3 {
  color: var(--servixa-white);
}

.seo-page .section-title {
  margin-bottom: 34px;
}

.seo-page .mobile-nav__toggler {
  display: none;
}

@media (max-width: 991px) {
  .seo-trust-grid,
  .seo-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-page .main-menu-three__wrapper-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 16px 0;
  }

  .seo-page .main-menu-three__main-menu-box,
  .seo-page .main-menu__list {
    width: 100%;
  }

  .seo-page .main-menu__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
  }

  .seo-page .main-menu__list>li {
    padding: 0;
  }

  .seo-page .main-menu__list>li>a {
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  body.seo-page {
    padding-bottom: 70px;
  }

  .seo-menu {
    gap: 10px 14px;
    font-size: 14px;
  }

  .seo-hero {
    padding: 64px 0 58px;
  }

  .seo-section {
    padding: 62px 0;
  }

  .seo-trust-grid,
  .seo-link-grid {
    grid-template-columns: 1fr;
  }

  .seo-sticky-cta {
    display: flex;
  }
}
