.seo-page {
  background: #f3f7f5;
}

.seo-page .site-nav a[aria-current="page"] {
  color: var(--green);
}

.seo-hero {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 79% 22%, rgba(24, 160, 111, 0.24), transparent 31%),
    linear-gradient(136deg, #042e24 0%, #063d2e 58%, #075340 100%);
}

.seo-hero::after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -150px;
  width: 62%;
  height: 300px;
  border-radius: 50%;
  border: 1px solid rgba(157, 224, 195, 0.24);
  transform: rotate(-8deg);
}

.seo-hero-grid {
  min-height: 760px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.82fr);
  align-items: center;
  gap: 84px;
  padding-block: 84px 92px;
}

.seo-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 34px;
  color: #b8d4c9;
  font-size: 12px;
}

.seo-breadcrumb a {
  font-weight: 750;
  text-decoration: none;
}

.seo-breadcrumb a:hover {
  color: #ffffff;
}

.seo-kicker {
  margin: 0 0 17px;
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.seo-kicker-light {
  color: #8ee0bd;
}

.seo-hero .seo-kicker {
  color: #8ee0bd;
}

.seo-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: 62px;
  line-height: 1.02;
}

.seo-lead {
  max-width: 680px;
  margin: 27px 0 0;
  color: #c9ded6;
  font-size: 19px;
  line-height: 1.72;
}

.seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.seo-hero .button-secondary {
  border-color: rgba(255, 255, 255, 0.34);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}

.seo-hero .button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.6);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.seo-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
  margin: 31px 0 0;
  padding: 0;
  color: #d8e9e2;
  font-size: 12px;
  font-weight: 720;
  list-style: none;
}

.seo-assurance li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.seo-assurance .icon {
  color: #8ee0bd;
  font-size: 17px;
}

.seo-device-stage {
  min-height: 610px;
  position: relative;
}

.seo-phone {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 9px solid #12241e;
  border-radius: 44px;
  background: #ffffff;
  box-shadow: 0 38px 84px rgba(0, 0, 0, 0.42);
}

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

.seo-phone-main {
  z-index: 2;
  top: 4%;
  right: 4%;
  width: 288px;
  transform: rotate(3deg);
}

.seo-phone-side {
  z-index: 1;
  bottom: 4%;
  left: 0;
  width: 205px;
  opacity: 0.95;
  transform: rotate(-7deg);
}

.seo-device-note {
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 28px;
  width: 260px;
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 13px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(7, 40, 31, 0.88);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.seo-device-note > .icon {
  width: 45px;
  height: 45px;
  padding: 12px;
  border-radius: 8px;
  color: #8ee0bd;
  background: rgba(255, 255, 255, 0.09);
}

.seo-device-note span {
  display: grid;
}

.seo-device-note strong {
  font-size: 14px;
}

.seo-device-note small {
  margin-top: 3px;
  color: #b8d4c9;
  font-size: 10px;
  line-height: 1.45;
}

.seo-proof {
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.seo-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.seo-proof article {
  min-height: 138px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 28px 38px;
}

.seo-proof article + article {
  border-left: 1px solid var(--line);
}

.seo-proof strong {
  font-size: 19px;
}

.seo-proof span {
  color: var(--muted);
  font-size: 13px;
}

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

.seo-section-heading {
  max-width: 800px;
  margin-bottom: 48px;
}

.seo-section-heading h2,
.seo-day-copy h2,
.seo-fit-grid h2,
.seo-trust-grid h2,
.seo-faq h2,
.seo-final h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1.08;
}

.seo-section-heading > p:last-child,
.seo-fit-grid header > p:last-child,
.seo-day-copy > p:not(.seo-kicker),
.seo-trust-copy,
.seo-final p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.seo-section-heading > p:last-child {
  max-width: 680px;
  margin: 20px 0 0;
}

.seo-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.seo-feature-grid article {
  min-height: 292px;
  padding: 31px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(15, 48, 37, 0.06);
}

.seo-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--green);
  background: var(--green-soft);
  font-size: 24px;
}

.seo-icon.blue {
  color: var(--blue);
  background: var(--blue-soft);
}

.seo-icon.amber {
  color: var(--amber);
  background: var(--amber-soft);
}

.seo-feature-grid h3 {
  margin: 24px 0 10px;
  font-size: 20px;
}

.seo-feature-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.68;
}

.seo-day-section {
  color: #ffffff;
  background: var(--green-deep);
}

.seo-day-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
  align-items: center;
  gap: 90px;
}

.seo-day-copy > p:not(.seo-kicker) {
  margin: 23px 0 0;
  color: #c5d9d1;
}

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

.seo-steps li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 16px;
  padding: 19px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.seo-steps li > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #062f24;
  background: #8ee0bd;
  font-size: 12px;
  font-weight: 850;
}

.seo-steps p {
  display: grid;
  gap: 3px;
  margin: 0;
}

.seo-steps strong {
  font-size: 15px;
}

.seo-steps small {
  color: #b8d4c9;
  font-size: 12px;
}

.seo-day-visual {
  min-height: 580px;
  position: relative;
}

.seo-day-phone {
  width: 285px;
  margin: 0 auto;
  overflow: hidden;
  border: 9px solid #12241e;
  border-radius: 44px;
  background: #ffffff;
  box-shadow: 0 34px 74px rgba(0, 0, 0, 0.35);
  transform: rotate(3deg);
}

.seo-day-card {
  position: absolute;
  right: 0;
  bottom: 14px;
  left: 0;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 8px;
  background: rgba(7, 40, 31, 0.92);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.3);
}

.seo-day-card > .icon {
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: 8px;
  color: #8ee0bd;
  background: rgba(255, 255, 255, 0.09);
}

.seo-day-card span {
  display: grid;
}

.seo-day-card strong {
  font-size: 14px;
}

.seo-day-card small {
  margin-top: 3px;
  color: #b8d4c9;
  font-size: 10px;
  line-height: 1.5;
}

.seo-fit-section {
  background: #ffffff;
}

.seo-fit-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1fr);
  align-items: center;
  gap: 90px;
}

.seo-fit-grid header > p:last-child {
  margin: 22px 0 0;
}

.seo-business-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.seo-business-list span {
  min-height: 68px;
  display: flex;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #24443a;
  background: #f5f8f6;
  font-size: 14px;
  font-weight: 760;
}

.seo-trust-section {
  background: #e4f1eb;
}

.seo-trust-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1fr);
  gap: 90px;
}

.seo-trust-copy p {
  margin: 0;
}

.seo-trust-copy p + p {
  margin-top: 18px;
}

.seo-trust-copy a {
  color: var(--green-deep);
  font-weight: 760;
}

.seo-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(440px, 1fr);
  gap: 90px;
}

.seo-faq-list {
  border-top: 1px solid var(--line-strong);
}

.seo-faq-list details {
  border-bottom: 1px solid var(--line-strong);
}

.seo-faq-list summary {
  padding: 23px 36px 23px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 780;
}

.seo-faq-list p {
  margin: -3px 0 25px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.seo-final {
  padding-block: 92px;
  color: #ffffff;
  background: linear-gradient(135deg, #063d2e, #075844);
}

.seo-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 70px;
}

.seo-final h2 {
  max-width: 760px;
}

.seo-final p:not(.seo-kicker) {
  max-width: 720px;
  margin: 20px 0 0;
  color: #c5d9d1;
}

.seo-final .button-white {
  white-space: nowrap;
}

@media (max-width: 980px) {
  .seo-hero-grid,
  .seo-day-grid,
  .seo-fit-grid,
  .seo-trust-grid,
  .seo-faq-grid {
    grid-template-columns: 1fr;
  }

  .seo-hero-grid {
    gap: 40px;
  }

  .seo-device-stage {
    width: min(560px, 100%);
    margin-inline: auto;
  }

  .seo-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .seo-day-grid,
  .seo-fit-grid,
  .seo-trust-grid,
  .seo-faq-grid {
    gap: 52px;
  }

  .seo-day-visual {
    width: min(500px, 100%);
    margin-inline: auto;
  }

  .seo-final-grid {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 34px;
  }
}

@media (max-width: 680px) {
  .seo-hero-grid {
    min-height: 0;
    padding-block: 58px 70px;
  }

  .seo-breadcrumb {
    margin-bottom: 27px;
  }

  .seo-hero h1 {
    font-size: 43px;
  }

  .seo-lead {
    font-size: 17px;
  }

  .seo-actions,
  .seo-actions .button {
    width: 100%;
  }

  .seo-device-stage {
    min-height: 500px;
  }

  .seo-phone-main {
    right: 4%;
    width: 235px;
  }

  .seo-phone-side {
    width: 162px;
  }

  .seo-device-note {
    right: 0;
    bottom: 8px;
    width: 236px;
  }

  .seo-proof-grid,
  .seo-feature-grid {
    grid-template-columns: 1fr;
  }

  .seo-proof article {
    min-height: 112px;
    padding: 23px 8px;
  }

  .seo-proof article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .seo-section {
    padding-block: 76px;
  }

  .seo-section-heading h2,
  .seo-day-copy h2,
  .seo-fit-grid h2,
  .seo-trust-grid h2,
  .seo-faq h2,
  .seo-final h2 {
    font-size: 36px;
  }

  .seo-feature-grid article {
    min-height: 0;
    padding: 26px 24px;
  }

  .seo-day-visual {
    min-height: 520px;
  }

  .seo-day-phone {
    width: 245px;
  }

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

  .seo-final {
    padding-block: 72px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .seo-phone,
  .seo-day-phone {
    transform: none;
  }
}
