/* Search-focused service pages share the visual language of the main site. */
.seo-page {
  background: #fff;
}

.seo-page .site-header {
  background: rgba(255, 255, 255, 0.92);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 30px;
  color: var(--muted);
  font-size: 0.9rem;
}

.breadcrumb a {
  color: var(--mint-dark);
  font-weight: 750;
  text-decoration: none;
}

.seo-hero {
  overflow: hidden;
  padding: 74px 0 76px;
  background:
    radial-gradient(circle at 82% 30%, rgba(102, 217, 194, 0.2), transparent 30%),
    linear-gradient(130deg, #f7fbf9 0%, #ecf8f5 100%);
}

.seo-hero-grid,
.seo-feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: center;
  gap: clamp(40px, 7vw, 100px);
}

.seo-hero-copy h1 {
  max-width: 760px;
  margin: 12px 0 20px;
  color: var(--ink);
  font-size: clamp(2.4rem, 5vw, 4.55rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.seo-lead {
  max-width: 650px;
  margin: 0;
  color: #526271;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.7;
}

.seo-hero .hero-actions {
  margin-top: 28px;
}

.seo-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 27px 0 0;
  padding: 0;
  color: #405567;
  font-size: 0.92rem;
  font-weight: 720;
  list-style: none;
}

.seo-assurance li::before {
  content: "✓";
  margin-right: 7px;
  color: var(--mint-dark);
}

.seo-product-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 530px;
}

.seo-product-stage::before {
  position: absolute;
  inset: 10% 0 0;
  border-radius: 48% 48% 18px 18px;
  background: linear-gradient(145deg, #daf4ed, #b7e8dd);
  content: "";
}

.seo-phone-frame {
  position: relative;
  z-index: 1;
  width: min(72%, 285px);
  overflow: hidden;
  border: 8px solid #122b3b;
  border-radius: 35px;
  box-shadow: 0 25px 45px rgba(19, 50, 64, 0.24);
}

.seo-phone-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.seo-booking-card {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 13%;
  width: min(52%, 205px);
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 38px rgba(22, 55, 69, 0.17);
}

.seo-booking-card span,
.seo-booking-card p {
  display: block;
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
}

.seo-booking-card strong {
  display: block;
  margin: 5px 0;
  color: var(--ink);
  font-size: 0.95rem;
}

.seo-section {
  padding: clamp(70px, 10vw, 120px) 0;
}

.seo-section-soft {
  background: #f5faf8;
}

.seo-section-heading {
  max-width: 760px;
}

.seo-section-heading h2,
.seo-cta-card h2 {
  margin: 9px 0 15px;
  color: var(--ink);
  font-size: clamp(1.9rem, 3.5vw, 3.15rem);
  line-height: 1.13;
  letter-spacing: -0.04em;
}

.seo-section-heading > p:last-child,
.seo-cta-card p {
  margin: 0;
  color: #5a6c7b;
  line-height: 1.7;
}

.seo-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 43px;
}

.seo-value-grid article {
  padding: 28px;
  border: 1px solid #deece8;
  border-radius: 20px;
  background: #fff;
}

.seo-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #dff6ef;
  color: var(--mint-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

.seo-value-grid h3,
.seo-flow-steps h3 {
  margin: 18px 0 8px;
  color: var(--ink);
  font-size: 1.1rem;
}

.seo-value-grid p,
.seo-flow-steps p {
  margin: 0;
  color: #627484;
  line-height: 1.65;
}

.seo-flow-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(38px, 8vw, 120px);
}

.seo-flow-steps {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-flow-steps li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 17px;
  padding: 21px;
  border-radius: 18px;
  background: #fff;
}

.seo-flow-steps li > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-weight: 850;
}

.seo-flow-steps h3 {
  margin-top: 2px;
}

.seo-feature-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-feature-list li {
  display: grid;
  gap: 5px;
  padding: 20px 22px;
  border-left: 4px solid var(--mint);
  border-radius: 0 14px 14px 0;
  background: #f3faf8;
}

.seo-feature-list strong {
  color: var(--ink);
}

.seo-feature-list span {
  color: #647582;
  line-height: 1.5;
}

.seo-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: clamp(28px, 5vw, 58px);
  border-radius: 25px;
  background: linear-gradient(125deg, #0d2838, #1e5161);
}

.seo-cta-card .eyebrow,
.seo-cta-card h2 {
  color: #fff;
}

.seo-cta-card p:not(.eyebrow) {
  max-width: 660px;
  color: #c8d9df;
}

.seo-cta-card .primary-action {
  flex: 0 0 auto;
  background: var(--mint);
  color: #0d2c37;
}

.seo-sector-section {
  border-top: 1px solid #e3efec;
}

.seo-sector-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.seo-sector-links a {
  display: grid;
  gap: 7px;
  padding: 22px;
  border: 1px solid #deece8;
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  transition: transform var(--transition-fast), border-color var(--transition-fast);
}

.seo-sector-links a:hover {
  transform: translateY(-2px);
  border-color: var(--mint-strong);
}

.seo-sector-links span {
  color: #617482;
  font-size: 0.92rem;
}

.seo-faq-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(36px, 8vw, 120px);
}

.seo-page .faq-list details {
  background: #fff;
}

@media (max-width: 920px) {
  .seo-hero-grid,
  .seo-feature-layout,
  .seo-flow-layout,
  .seo-faq-layout {
    grid-template-columns: 1fr;
  }

  .seo-product-stage {
    min-height: 450px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }

  .seo-value-grid {
    grid-template-columns: 1fr;
  }

  .seo-sector-links {
    grid-template-columns: 1fr;
  }

  .seo-feature-list {
    max-width: 720px;
  }
}

@media (max-width: 680px) {
  .seo-hero {
    padding: 48px 0 60px;
  }

  .breadcrumb {
    margin-bottom: 21px;
  }

  .seo-product-stage {
    min-height: 390px;
  }

  .seo-phone-frame {
    width: 210px;
  }

  .seo-booking-card {
    right: 2%;
    bottom: 8%;
    padding: 13px;
  }

  .seo-cta-card {
    display: grid;
    gap: 24px;
  }

  .seo-cta-card .primary-action {
    justify-self: start;
  }
}

@media (max-width: 430px) {
  .seo-hero-copy h1 {
    font-size: 2.25rem;
  }

  .seo-assurance {
    display: grid;
    gap: 8px;
  }

  .seo-flow-steps li {
    grid-template-columns: 38px 1fr;
    padding: 18px;
  }

  .seo-flow-steps li > span {
    width: 35px;
    height: 35px;
  }
}
