:root {
  --navy-950: #07162a;
  --navy-900: #0b1f3a;
  --navy-800: #12345a;
  --navy-700: #1b4b7a;
  --blue-600: #2d5bd1;
  --blue-500: #4270e0;
  --blue-100: #eaf0ff;
  --green-600: #19a852;
  --red-600: #cf2c32;
  --amber-600: #c66a00;
  --ink: #1d2939;
  --muted: #61708a;
  --line: #dce4ef;
  --surface: #ffffff;
  --surface-alt: #f5f8fc;
  --shadow: 0 24px 70px rgba(10, 31, 58, 0.16);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--blue-600);
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 10px;
  z-index: 100;
  padding: 10px 14px;
  color: white;
  background: var(--navy-950);
}

.skip-link:focus {
  left: 10px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(220, 228, 239, 0.9);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--navy-900);
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 13px;
  color: white;
  background: linear-gradient(145deg, var(--blue-500), var(--navy-800));
  box-shadow: 0 10px 25px rgba(45, 91, 209, 0.22);
}

.brand-mark svg {
  width: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand strong {
  font-size: 1.15rem;
  letter-spacing: 0.04em;
}

.brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.primary-nav > a:not(.button) {
  color: var(--ink);
  font-weight: 650;
  text-decoration: none;
}

.primary-nav > a:not(.button):hover {
  color: var(--blue-600);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  border-radius: 10px;
  background: var(--surface-alt);
}

.menu-button span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--navy-900);
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 12px 20px;
  font-weight: 750;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: white;
  background: linear-gradient(145deg, var(--blue-500), var(--blue-600));
  box-shadow: 0 12px 30px rgba(45, 91, 209, 0.25);
}

.button-secondary {
  color: var(--blue-600);
  border-color: var(--line);
  background: white;
}

.button-ghost {
  color: var(--navy-900);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.7);
}

.button-light {
  color: var(--navy-900);
  background: white;
}

.button-small {
  min-height: 42px;
  padding: 9px 17px;
}

.hero {
  overflow: hidden;
  padding: 92px 0 86px;
  background:
    radial-gradient(circle at 12% 8%, rgba(66, 112, 224, 0.14), transparent 30%),
    radial-gradient(circle at 91% 15%, rgba(25, 168, 82, 0.09), transparent 26%),
    linear-gradient(180deg, #fbfdff 0%, #f5f8fc 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 72px;
  align-items: center;
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--blue-600);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow-light {
  color: #9fc0ff;
}

.hero h1,
.section-heading h2,
.report-copy h2,
.beta-card h2,
.final-cta h2 {
  margin: 0;
  color: var(--navy-950);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.hero h1 {
  max-width: 700px;
  font-size: clamp(3rem, 5.5vw, 5.35rem);
}

.hero h1 span {
  color: var(--blue-600);
}

.hero-lead {
  max-width: 660px;
  margin: 26px 0 0;
  color: #4e5e78;
  font-size: 1.17rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-points span {
  position: relative;
  padding-left: 19px;
}

.hero-points span::before {
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green-600);
  content: "";
}

.hero-visual {
  position: relative;
  min-width: 0;
}

.browser-frame {
  overflow: hidden;
  border: 1px solid rgba(182, 196, 216, 0.9);
  border-radius: 20px;
  background: white;
  box-shadow: var(--shadow);
  transform: perspective(1300px) rotateY(-4deg) rotateX(1deg);
}

.browser-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 48px;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
  background: #f2f5f9;
}

.browser-bar > span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c4cfdd;
}

.browser-address {
  margin-left: 12px;
  padding: 5px 14px;
  border-radius: 99px;
  color: #66748b;
  background: white;
  font-size: 0.72rem;
}

.report-crop {
  height: 505px;
  overflow: hidden;
}

.report-crop img {
  width: 100%;
  height: auto;
}

.floating-card {
  position: absolute;
  display: flex;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 17px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 45px rgba(7, 22, 42, 0.16);
  font-size: 0.82rem;
}

.floating-card-one {
  left: -34px;
  bottom: 68px;
}

.floating-card-two {
  right: -26px;
  top: 90px;
  display: block;
}

.floating-card-two strong,
.floating-card-two span {
  display: block;
}

.floating-card-two span {
  margin-top: 2px;
  color: var(--muted);
}

.status-pass {
  border-radius: 8px;
  padding: 4px 8px;
  color: #087b38;
  background: #d9f5e3;
  font-weight: 850;
}

.trust-strip {
  border-block: 1px solid var(--line);
  background: white;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-grid > div {
  padding: 25px 24px;
  border-right: 1px solid var(--line);
}

.trust-grid > div:last-child {
  border-right: 0;
}

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid strong {
  color: var(--navy-900);
}

.trust-grid span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.84rem;
}

.section {
  padding: 96px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 46px;
}

.section-heading h2,
.report-copy h2,
.beta-card h2,
.final-cta h2 {
  font-size: clamp(2.25rem, 4vw, 3.65rem);
}

.section-heading p,
.report-copy > p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

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

.feature-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 30px;
  background: white;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(7, 22, 42, 0.09);
}

.feature-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 13px;
  color: var(--blue-600);
  background: var(--blue-100);
  font-weight: 850;
}

.feature-card h3 {
  margin: 22px 0 10px;
  color: var(--navy-950);
  font-size: 1.18rem;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.section-dark {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 0% 0%, rgba(66, 112, 224, 0.25), transparent 28%),
    linear-gradient(140deg, var(--navy-950), var(--navy-800));
}

.report-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 70px;
  align-items: center;
}

.report-copy h2,
.report-copy > p {
  color: white;
}

.report-copy > p {
  color: #c8d4e5;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 32px;
  color: #e8eef8;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 0.12em;
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--green-600);
  content: "✓";
  font-size: 0.76rem;
  font-weight: 900;
}

.report-image-wrap {
  overflow: hidden;
  max-height: 630px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: white;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}

.workflow-section {
  background: var(--surface-alt);
}

.workflow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.workflow li {
  position: relative;
  padding: 0 24px;
}

.workflow li:first-child {
  padding-left: 0;
}

.workflow li:last-child {
  padding-right: 0;
}

.workflow li:not(:last-child)::after {
  position: absolute;
  right: -2px;
  top: 25px;
  width: 42%;
  height: 2px;
  background: var(--line);
  content: "";
  transform: translateX(50%);
}

.workflow li > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--blue-600);
  font-size: 1.05rem;
  font-weight: 850;
}

.workflow h3 {
  margin: 22px 0 7px;
  color: var(--navy-950);
  font-size: 1.08rem;
}

.workflow p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.beta-section {
  padding-top: 30px;
}

.beta-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
  border-radius: var(--radius-lg);
  padding: 54px;
  color: white;
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 255, 255, 0.16), transparent 35%),
    linear-gradient(145deg, var(--blue-600), var(--navy-800));
  box-shadow: 0 28px 70px rgba(31, 76, 150, 0.22);
}

.beta-card h2 {
  color: white;
}

.beta-card p {
  max-width: 720px;
  margin: 18px 0 0;
  color: #dfe9fb;
  font-size: 1.06rem;
}

.beta-card a:not(.button) {
  color: white;
}

.beta-note {
  font-weight: 700;
}

.beta-actions {
  display: grid;
  gap: 14px;
  justify-items: center;
}

.text-link-light {
  color: white;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 80px;
}

.faq-heading {
  margin-bottom: 0;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0 22px;
  background: white;
}

.faq-list summary {
  position: relative;
  padding: 20px 34px 20px 0;
  cursor: pointer;
  color: var(--navy-950);
  font-weight: 750;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  right: 0;
  top: 20px;
  color: var(--blue-600);
  content: "+";
  font-size: 1.4rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list p {
  margin: -2px 0 20px;
  color: var(--muted);
}

.final-cta {
  padding: 68px 0;
  border-top: 1px solid var(--line);
  background: var(--surface-alt);
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
}

.final-cta h2 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.final-cta p {
  margin: 12px 0 0;
  color: var(--muted);
}

.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.site-footer {
  padding: 34px 0;
  color: #c2cee0;
  background: var(--navy-950);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 30px;
  align-items: center;
}

.brand-footer {
  color: white;
}

.brand-footer small {
  color: #aab8ce;
}

.footer-links {
  display: flex;
  gap: 22px;
}

.footer-links a {
  color: white;
  text-decoration: none;
}

.site-footer p {
  margin: 0;
  font-size: 0.82rem;
}

@media (max-width: 1000px) {
  .hero-grid,
  .report-grid,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-visual {
    width: min(760px, 100%);
    margin-inline: auto;
  }

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

  .workflow {
    grid-template-columns: repeat(2, 1fr);
    gap: 38px 0;
  }

  .workflow li:nth-child(2n)::after {
    display: none;
  }

  .beta-card {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .beta-actions {
    justify-items: start;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .site-header {
    position: relative;
  }

  .menu-button {
    display: block;
  }

  .primary-nav {
    position: absolute;
    top: 70px;
    left: 20px;
    right: 20px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 15px;
    padding: 12px;
    background: white;
    box-shadow: var(--shadow);
  }

  .primary-nav.open {
    display: flex;
  }

  .primary-nav > a:not(.button) {
    padding: 12px;
  }

  .hero {
    padding: 68px 0;
  }

  .hero-grid {
    gap: 48px;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 13vw, 4.2rem);
  }

  .floating-card {
    display: none;
  }

  .browser-frame {
    transform: none;
  }

  .report-crop {
    height: 390px;
  }

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

  .trust-grid > div:nth-child(2) {
    border-right: 0;
  }

  .trust-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .section {
    padding: 72px 0;
  }

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

  .workflow {
    gap: 26px;
  }

  .workflow li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 0;
  }

  .workflow li::after {
    display: none;
  }

  .workflow h3 {
    margin-top: 4px;
  }

  .beta-section {
    padding-top: 20px;
  }

  .beta-card {
    padding: 36px 26px;
  }

  .final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .hero-actions,
  .final-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-points {
    display: grid;
    gap: 9px;
  }

  .feature-grid {
    gap: 14px;
  }

  .feature-card {
    padding: 24px;
  }

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

  .trust-grid > div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-grid > div:last-child {
    border-bottom: 0;
  }

  .report-crop {
    height: 300px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
