.seo-document {
  min-width: 320px;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: auto;
  scroll-behavior: smooth;
  color-scheme: dark;
  background: #030610;
}

.seo-document body.seo-page {
  height: auto;
  min-height: 100%;
  overflow: visible;
  overscroll-behavior-y: auto;
  color: #f8faff;
  background:
    radial-gradient(circle at 50% -10%, rgba(36, 92, 207, 0.25), transparent 36rem),
    radial-gradient(circle at 100% 35%, rgba(27, 73, 165, 0.12), transparent 30rem),
    #030610;
}

.seo-page #root.seo-root {
  width: 100%;
  height: auto;
  min-height: 100vh;
  overflow: visible;
}

.seo-page a {
  color: inherit;
}

.seo-header,
.seo-page main,
.seo-footer {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.seo-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  border-bottom: 1px solid rgba(118, 151, 213, 0.13);
}

.seo-brand {
  flex: 0 0 auto;
}

.seo-header-cta {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid rgba(100, 156, 255, 0.3);
  border-radius: 999px;
  color: #dbe9ff;
  background: rgba(20, 51, 108, 0.36);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.seo-header-cta:hover,
.seo-header-cta:focus-visible {
  border-color: rgba(111, 168, 255, 0.68);
  color: #fff;
  background: rgba(33, 77, 158, 0.5);
}

.seo-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 26px;
  color: #7484a3;
  font-size: 11px;
  letter-spacing: 0.04em;
}

.seo-breadcrumbs a {
  text-decoration: none;
}

.seo-breadcrumbs a:hover,
.seo-breadcrumbs a:focus-visible {
  color: #9fc3ff;
}

.seo-breadcrumbs i {
  color: #33415d;
  font-style: normal;
}

.seo-breadcrumbs span {
  color: #9ba9c0;
}

.seo-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: clamp(46px, 7vw, 100px);
  align-items: center;
  min-height: 560px;
  padding: 54px 0 74px;
}

.seo-hero-copy {
  position: relative;
}

.seo-hero-copy::before {
  position: absolute;
  z-index: -1;
  top: 10%;
  left: -22%;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  content: "";
  pointer-events: none;
  background: rgba(20, 75, 182, 0.16);
  filter: blur(100px);
}

.seo-eyebrow,
.seo-section-heading > span,
.seo-final-cta > span {
  display: block;
  margin-bottom: 15px;
  color: #62a0ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.seo-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(46px, 6vw, 78px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.seo-hero-copy > p {
  max-width: 650px;
  margin: 27px 0 0;
  color: #aebbd0;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.72;
}

.seo-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 35px;
}

.seo-actions--install {
  align-items: flex-start;
  flex-direction: column;
  gap: 14px;
}

.seo-install-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.seo-primary-cta,
.seo-final-cta > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid #4f93ff;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(145deg, #367cf4, #1f5ddd);
  box-shadow: 0 16px 40px rgba(17, 74, 187, 0.28), inset 0 1px rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.seo-primary-cta:hover,
.seo-primary-cta:focus-visible,
.seo-final-cta > a:hover,
.seo-final-cta > a:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 20px 48px rgba(17, 74, 187, 0.38), inset 0 1px rgba(255, 255, 255, 0.22);
}

.seo-install-cta {
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
}

.seo-install-cta[disabled] {
  cursor: wait;
  filter: saturate(0.7);
  opacity: 0.72;
}

.seo-install-cta[disabled]:hover,
.seo-install-cta[disabled]:focus-visible {
  transform: none;
  filter: saturate(0.7);
}

.seo-secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(114, 160, 255, 0.36);
  border-radius: 14px;
  color: #c8dcff;
  background: rgba(11, 33, 77, 0.46);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.seo-secondary-cta:hover,
.seo-secondary-cta:focus-visible {
  border-color: rgba(130, 178, 255, 0.74);
  color: #fff;
  background: rgba(27, 68, 142, 0.56);
}

.seo-install-copy {
  display: grid;
  max-width: 600px;
  gap: 7px;
}

.seo-install-copy > span,
.seo-install-copy > small {
  color: #7485a5;
  font-size: 11px;
  line-height: 1.55;
  letter-spacing: 0.025em;
}

.seo-install-copy > small b {
  color: #a6b9d8;
  font-weight: 650;
}

.seo-install-copy > p {
  margin: 3px 0 0;
  padding: 10px 12px;
  border: 1px solid rgba(96, 146, 240, 0.22);
  border-radius: 11px;
  color: #bbcfef;
  background: rgba(20, 53, 111, 0.25);
  font-size: 12px;
  line-height: 1.55;
}

.seo-actions > span {
  max-width: 250px;
  color: #687894;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.seo-actions > span b {
  color: #8c9ab2;
  font-weight: 600;
}

.seo-tuning-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 370px;
  padding: 28px 30px 27px;
  overflow: hidden;
  border: 1px solid rgba(88, 131, 210, 0.22);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 44%, rgba(28, 87, 205, 0.23), transparent 45%),
    linear-gradient(155deg, rgba(12, 21, 43, 0.95), rgba(5, 10, 23, 0.98));
  box-shadow: 0 38px 80px rgba(0, 0, 0, 0.38), inset 0 1px rgba(255, 255, 255, 0.035);
}

.seo-tuning-card::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background-image: linear-gradient(rgba(89, 128, 193, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(89, 128, 193, 0.045) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 90%);
}

.seo-tuning-card-head {
  position: absolute;
  z-index: 1;
  top: 25px;
  right: 28px;
  left: 28px;
  display: flex;
  justify-content: space-between;
  color: #6f809f;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.seo-tuning-card-head i {
  color: #55e68c;
  font-style: normal;
}

.seo-pitch-sequence,
.seo-note-rail {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  align-self: end;
  margin-bottom: 55px;
}

.seo-pitch-sequence span,
.seo-note-rail span {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  min-width: 40px;
  color: #dce8fa;
}

.seo-pitch-sequence strong {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.seo-pitch-sequence small {
  margin-top: 2px;
  color: #7183a2;
  font-size: 9px;
}

.seo-pitch-sequence i {
  color: #2b3a58;
  font-style: normal;
}

.seo-note-rail span {
  min-width: 32px;
  font-size: 14px;
  font-weight: 600;
}

.seo-meter {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  height: 52px;
  margin: 0 2px;
}

.seo-meter::before {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, #263a60 12%, #436cae 50%, #263a60 88%, transparent);
}

.seo-meter::after {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: calc(50% - 24px);
  width: 48px;
  border: 1px solid rgba(85, 230, 140, 0.32);
  border-radius: 9px;
  content: "";
  background: rgba(44, 173, 95, 0.08);
  box-shadow: 0 0 28px rgba(85, 230, 140, 0.09);
}

.seo-meter i {
  position: absolute;
  z-index: 2;
  left: calc(50% - 1px);
  width: 2px;
  height: 40px;
  border-radius: 2px;
  background: #55e68c;
  box-shadow: 0 0 12px rgba(85, 230, 140, 0.72);
}

.seo-meter span {
  position: absolute;
  width: 1px;
  height: 13px;
  background: #2d4167;
}

.seo-meter span:first-child { left: 24%; }
.seo-meter span:last-child { right: 24%; }

.seo-tuning-card > small {
  position: relative;
  z-index: 1;
  color: #556581;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.seo-tuning-card > small:nth-last-child(2) {
  color: #55e68c;
  text-align: center;
}

.seo-tuning-card > small:last-child {
  text-align: right;
}

.seo-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(116, 151, 211, 0.14);
  border-bottom: 1px solid rgba(116, 151, 211, 0.14);
}

.seo-proof article {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 105px;
  padding: 20px 34px;
  border-right: 1px solid rgba(116, 151, 211, 0.14);
}

.seo-proof article:first-child { padding-left: 0; }
.seo-proof article:last-child { padding-right: 0; border-right: 0; }

.seo-proof b {
  color: #3f86ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.seo-proof span {
  color: #a6b3c8;
  font-size: 13px;
  line-height: 1.5;
}

.seo-section {
  display: grid;
  grid-template-columns: minmax(220px, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(40px, 8vw, 120px);
  padding: 112px 0;
  border-bottom: 1px solid rgba(116, 151, 211, 0.12);
}

.seo-section-heading h2 {
  max-width: 460px;
  margin: 0;
  color: #f6f9ff;
  font-size: clamp(31px, 3.6vw, 48px);
  font-weight: 600;
  line-height: 1.07;
  letter-spacing: -0.05em;
}

.seo-copy {
  max-width: 690px;
}

.seo-copy > p,
.seo-chromatic-notes > p {
  margin: 0 0 22px;
  color: #a0aec4;
  font-size: 16px;
  line-height: 1.8;
}

.seo-copy aside {
  margin-top: 34px;
  padding: 23px 25px;
  border: 1px solid rgba(82, 132, 221, 0.2);
  border-radius: 18px;
  background: rgba(12, 24, 49, 0.56);
}

.seo-copy aside strong {
  display: block;
  margin-bottom: 8px;
  color: #70a8ff;
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.seo-copy aside p {
  margin: 0;
  color: #b4c0d3;
  font-size: 14px;
  line-height: 1.7;
}

.seo-how ol {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-how li {
  display: flex;
  gap: 17px;
  min-height: 126px;
  padding: 23px;
  border: 1px solid rgba(93, 128, 190, 0.15);
  border-radius: 18px;
  background: rgba(8, 16, 33, 0.68);
}

.seo-how li b {
  flex: 0 0 auto;
  color: #4d91ff;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.seo-how li span {
  color: #aebad0;
  font-size: 13px;
  line-height: 1.7;
}

.seo-table-wrap {
  overflow: hidden;
  border: 1px solid rgba(93, 128, 190, 0.17);
  border-radius: 20px;
  background: rgba(8, 16, 33, 0.72);
}

.seo-table-wrap table {
  width: 100%;
  border-collapse: collapse;
}

.seo-table-wrap th,
.seo-table-wrap td {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(83, 113, 168, 0.12);
  text-align: left;
}

.seo-table-wrap th {
  color: #667a9e;
  background: rgba(17, 31, 59, 0.56);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.seo-table-wrap td {
  color: #8e9eb8;
  font-size: 12px;
}

.seo-table-wrap td strong {
  color: #eaf1fc;
  font-size: 14px;
  font-weight: 600;
}

.seo-table-wrap tr:last-child td { border-bottom: 0; }

.seo-table-note {
  margin: 14px 4px 0;
  color: #5d6c86;
  font-size: 10px;
  line-height: 1.6;
}

.seo-faq-list {
  border-top: 1px solid rgba(83, 113, 168, 0.16);
}

.seo-faq details {
  border-bottom: 1px solid rgba(83, 113, 168, 0.16);
}

.seo-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 70px;
  color: #c8d3e5;
  font-size: 14px;
  font-weight: 500;
  list-style: none;
}

.seo-faq summary::-webkit-details-marker { display: none; }

.seo-faq summary span {
  color: #4f8ff4;
  font-size: 22px;
  font-weight: 300;
  transition: transform 160ms ease;
}

.seo-faq details[open] summary span { transform: rotate(45deg); }

.seo-faq details p {
  max-width: 650px;
  margin: -4px 38px 23px 0;
  color: #8898b1;
  font-size: 13px;
  line-height: 1.75;
}

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

.seo-related-grid a {
  display: flex;
  flex-direction: column;
  min-height: 155px;
  padding: 21px;
  border: 1px solid rgba(93, 128, 190, 0.16);
  border-radius: 18px;
  background: rgba(8, 16, 33, 0.62);
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.seo-related-grid a:hover,
.seo-related-grid a:focus-visible {
  border-color: rgba(92, 148, 244, 0.42);
  background: rgba(13, 29, 59, 0.78);
  transform: translateY(-2px);
}

.seo-related-grid span {
  color: #5a8fe6;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.seo-related-grid strong {
  margin-top: 10px;
  color: #c9d6e8;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.seo-related-grid em {
  margin-top: auto;
  padding-top: 16px;
  color: #607594;
  font-size: 10px;
  font-style: normal;
}

.seo-final-cta {
  position: relative;
  margin: 112px 0 36px;
  padding: clamp(42px, 7vw, 76px);
  overflow: hidden;
  border: 1px solid rgba(91, 140, 229, 0.22);
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(15, 36, 76, 0.94), rgba(6, 15, 33, 0.96));
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.28);
}

.seo-final-cta::after {
  position: absolute;
  top: -70%;
  right: -10%;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  content: "";
  pointer-events: none;
  background: rgba(42, 112, 245, 0.2);
  filter: blur(70px);
}

.seo-final-cta h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 6vw, 66px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.06em;
}

.seo-final-cta p {
  position: relative;
  z-index: 1;
  max-width: 570px;
  margin: 20px 0 30px;
  color: #9bacC4;
  font-size: 15px;
  line-height: 1.7;
}

.seo-final-cta > a {
  position: relative;
  z-index: 1;
}

.seo-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 110px;
  color: #5b6b85;
}

.seo-footer p {
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.03em;
}

@media (max-width: 900px) {
  .seo-hero {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 56px 0 78px;
  }

  .seo-hero-copy > p { max-width: 720px; }
  .seo-tuning-card { width: min(100%, 650px); }

  .seo-section {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 86px 0;
  }

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

@media (max-width: 680px) {
  .seo-header,
  .seo-page main,
  .seo-footer {
    width: min(100% - 30px, 1180px);
  }

  .seo-header { min-height: 72px; }
  .seo-header-cta { min-height: 40px; padding: 0 14px; }
  .seo-breadcrumbs { padding-top: 20px; }

  .seo-hero {
    gap: 38px;
    min-height: auto;
    padding: 44px 0 62px;
  }

  .seo-hero h1 {
    font-size: clamp(41px, 13vw, 58px);
    line-height: 1.01;
  }

  .seo-hero-copy > p { margin-top: 22px; font-size: 15px; }

  .seo-actions {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 28px;
  }

  .seo-primary-cta { width: 100%; }
  .seo-actions > span { max-width: none; }

  .seo-install-actions { width: 100%; flex-direction: column; align-items: stretch; }
  .seo-install-cta { white-space: normal; }
  .seo-secondary-cta { width: 100%; }

  .seo-tuning-card {
    min-height: 330px;
    padding: 24px 18px 22px;
    border-radius: 23px;
  }

  .seo-tuning-card-head { top: 21px; right: 20px; left: 20px; }
  .seo-pitch-sequence, .seo-note-rail { gap: 6px; margin-bottom: 42px; }
  .seo-pitch-sequence span { min-width: 31px; }
  .seo-pitch-sequence strong { font-size: 17px; }
  .seo-pitch-sequence i { display: none; }
  .seo-note-rail span { min-width: 27px; font-size: 12px; }

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

  .seo-proof article,
  .seo-proof article:first-child,
  .seo-proof article:last-child {
    min-height: 70px;
    padding: 17px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(116, 151, 211, 0.12);
  }

  .seo-proof article:last-child { border-bottom: 0; }

  .seo-section { gap: 32px; padding: 68px 0; }
  .seo-copy > p, .seo-chromatic-notes > p { font-size: 15px; }

  .seo-how ol,
  .seo-related-grid {
    grid-template-columns: 1fr;
  }

  .seo-how li { min-height: auto; }

  .seo-table-wrap { overflow-x: auto; border-radius: 16px; }
  .seo-table-wrap table { min-width: 510px; }
  .seo-table-wrap th, .seo-table-wrap td { padding: 13px 15px; }

  .seo-final-cta {
    margin-top: 76px;
    padding: 40px 25px;
    border-radius: 22px;
  }

  .seo-final-cta > a { width: 100%; }

  .seo-footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    min-height: 130px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .seo-document { scroll-behavior: auto; }
  .seo-page *, .seo-page *::before, .seo-page *::after { transition-duration: 0.01ms !important; }
}
