@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root {
  --navy: #071a2f;
  --navy-2: #0b2744;
  --ink: #102235;
  --muted: #607083;
  --line: #dbe3e9;
  --canvas: #f6f7f3;
  --paper: #fffefa;
  --orange: #ff9f0a;
  --orange-dark: #e68100;
  --orange-soft: #fff0d3;
  --teal: #0e8e83;
  --teal-soft: #dff5f1;
  --blue: #2563eb;
  --shadow: 0 28px 70px rgba(4, 25, 47, .14);
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--paper); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 60; display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; gap: 30px; min-height: 78px; padding: 12px max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(219, 227, 233, .82); background: rgba(255, 254, 250, .88); backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; }
.brand-mark { width: 42px; height: 42px; color: var(--navy); }
.brand span { display: grid; line-height: 1.05; }
.brand strong { font-family: Manrope, sans-serif; font-size: 19px; letter-spacing: -.04em; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: 30px; color: #435568; font-size: 14px; font-weight: 600; }
.desktop-nav a:hover, .login-link:hover { color: var(--orange-dark); }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 20px; }
.login-link { font-size: 14px; font-weight: 700; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 16px; padding: 0 24px; border: 0; border-radius: 12px; font-family: Manrope, sans-serif; font-size: 14px; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy); background: var(--orange); box-shadow: 0 12px 26px rgba(255, 159, 10, .24); }
.button-primary:hover { background: #ffad29; box-shadow: 0 16px 34px rgba(255, 159, 10, .3); }
.button-small { min-height: 42px; padding: 0 18px; border-radius: 10px; }

.hero { position: relative; overflow: hidden; padding: 160px 0 94px; color: white; background: var(--navy); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, #000, transparent 62%); }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.09); border-radius: 999px; }
.orbit-one { width: 560px; height: 560px; left: -310px; top: 40px; }
.orbit-two { width: 760px; height: 760px; right: -330px; top: -160px; box-shadow: 0 0 0 100px rgba(255,255,255,.018), 0 0 0 200px rgba(255,255,255,.014); }
.hero-grid { position: relative; display: grid; grid-template-columns: .94fr 1.06fr; gap: 68px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #dce8f3; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow i { width: 7px; height: 7px; border-radius: 99px; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,159,10,.14); }
.eyebrow.dark { color: var(--teal); }
.eyebrow.light { color: #9cd8d1; }
.hero h1, .section h2 { margin: 0; font-family: Manrope, sans-serif; letter-spacing: -.055em; }
.hero h1 { max-width: 630px; margin-top: 22px; font-size: clamp(52px, 5.8vw, 82px); line-height: .98; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 600px; margin: 28px 0 0; color: #b8c8d7; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.text-link { color: white; font-size: 14px; font-weight: 700; }
.text-link span { margin-left: 8px; color: var(--orange); }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 34px 0 0; padding: 0; color: #9fb2c3; font-size: 12px; list-style: none; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: #63d2c5; font-weight: 900; }

.product-stage { position: relative; min-width: 0; padding: 20px 0 34px; }
.stage-caption { display: flex; justify-content: space-between; align-items: end; margin: 0 14px 14px; }
.stage-caption span { color: #8ea4b8; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.stage-caption strong { color: white; font-size: 12px; }
.app-preview { display: grid; grid-template-columns: 108px 1fr; min-height: 410px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: #f8fafb; box-shadow: 0 36px 90px rgba(0,0,0,.34); transform: perspective(1200px) rotateY(-2deg) rotateX(1deg); }
.preview-sidebar { display: grid; align-content: start; gap: 17px; padding: 20px 14px; background: #0a2138; }
.preview-logo { display: flex; align-items: center; gap: 7px; margin-bottom: 18px; font-family: Manrope; font-size: 9px; font-weight: 800; }
.preview-logo span { width: 19px; height: 19px; border: 5px solid var(--orange); border-top-color: transparent; border-radius: 6px; transform: rotate(45deg); }
.preview-sidebar i { display: block; width: 68px; height: 8px; border-radius: 99px; background: rgba(255,255,255,.12); }
.preview-sidebar i.active { width: 80px; height: 28px; margin-left: -3px; background: rgba(255,159,10,.19); border-left: 3px solid var(--orange); border-radius: 4px; }
.preview-main { min-width: 0; padding: 28px 24px 22px; color: var(--ink); }
.preview-top { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.preview-top span { font-family: Manrope; font-size: 16px; font-weight: 800; }
.preview-top b { color: var(--teal); font-size: 10px; }
.preview-progress { height: 5px; margin-top: 14px; overflow: hidden; border-radius: 99px; background: #e4e9ed; }
.preview-progress span { display: block; height: 100%; border-radius: inherit; background: var(--teal); }
.preview-cards { display: grid; gap: 9px; margin-top: 26px; }
.preview-cards article { display: grid; grid-template-columns: 30px 1fr auto; gap: 10px; align-items: center; padding: 13px; border: 1px solid #e2e8ed; border-radius: 9px; background: white; }
.preview-cards article > span { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 99px; color: var(--teal); background: var(--teal-soft); font-size: 10px; font-style: normal; font-weight: 900; }
.preview-cards article div { display: grid; gap: 3px; }
.preview-cards article b { font-size: 11px; }
.preview-cards article small { color: #7c8b98; font-size: 8px; }
.preview-cards article > strong { color: var(--teal); font-size: 8px; }
.preview-cards article.current { border-color: #ffd48f; background: #fffbf4; }
.preview-cards article.current > span { color: #9a5b00; background: var(--orange-soft); }
.preview-cards article.current > strong { color: #b76d00; }
.preview-footer { display: flex; gap: 6px; margin-top: 20px; }
.preview-footer span { padding: 6px 8px; border-radius: 99px; color: #647789; background: #eef2f5; font-size: 7px; font-weight: 800; }
.floating-card { position: absolute; display: flex; align-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(11,39,68,.94); box-shadow: 0 20px 40px rgba(0,0,0,.24); backdrop-filter: blur(10px); }
.floating-card-one { left: -38px; bottom: 0; gap: 10px; padding: 13px 17px; }
.floating-card-one > span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 99px; color: var(--navy); background: #63d2c5; font-weight: 900; }
.floating-card-one div { display: grid; gap: 2px; }
.floating-card-one b { font-size: 10px; }
.floating-card-one small { color: #93a8ba; font-size: 8px; }
.floating-card-two { top: 76px; right: -26px; gap: 9px; padding: 10px 14px; }
.floating-card-two b { color: var(--orange); font-family: Manrope; font-size: 24px; }
.floating-card-two span { color: #b7c7d4; font-size: 8px; line-height: 1.3; }

.signal-strip { border-bottom: 1px solid var(--line); background: #fff; }
.signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.signal-grid > div { display: flex; gap: 16px; align-items: center; padding: 28px 32px; border-left: 1px solid var(--line); }
.signal-grid > div:last-child { border-right: 1px solid var(--line); }
.signal-grid span { color: var(--orange-dark); font-family: Manrope; font-size: 13px; font-weight: 800; }
.signal-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.signal-grid strong { display: block; color: var(--ink); font-size: 14px; }

.section { padding: 110px 0; }
.section h2 { font-size: clamp(40px, 5vw, 64px); line-height: 1.05; }
.section-heading { margin-bottom: 56px; }
.split-heading { display: grid; grid-template-columns: 1.1fr .75fr; gap: 80px; align-items: end; }
.split-heading h2 { max-width: 670px; margin-top: 16px; }
.split-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.process-section { background: var(--canvas); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #ccd6dd; }
.process-grid article { position: relative; padding: 34px 28px 0 0; border-right: 1px solid #ccd6dd; }
.process-grid article + article { padding-left: 28px; }
.process-grid article:last-child { border-right: 0; }
.process-grid article > span { position: absolute; top: -10px; left: 0; padding-right: 10px; color: var(--teal); background: var(--canvas); font-size: 11px; font-weight: 800; }
.process-grid article + article > span { left: 28px; }
.process-icon { display: grid; width: 54px; height: 54px; place-items: center; margin: 15px 0 28px; border-radius: 14px; color: var(--teal); background: var(--teal-soft); }
.process-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.process-grid h3 { margin: 0; font-family: Manrope; font-size: 18px; letter-spacing: -.02em; }
.process-grid p { margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.benefits-section { overflow: hidden; background: white; }
.benefits-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: center; }
.benefits-visual { position: relative; min-height: 510px; padding: 68px 54px; border-radius: 26px; background: var(--navy); }
.benefits-visual::after { content: ""; position: absolute; width: 360px; height: 360px; right: -160px; bottom: -170px; border: 80px solid rgba(255,159,10,.09); border-radius: 999px; }
.mini-label { color: #8da5b9; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.calendar-card { position: relative; z-index: 1; margin-top: 20px; padding: 25px; border-radius: 14px; background: white; box-shadow: var(--shadow); }
.calendar-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.calendar-head div { display: grid; gap: 3px; }
.calendar-head small { color: var(--muted); font-size: 8px; }
.calendar-head strong { font-size: 13px; }
.calendar-head > span { padding: 6px 9px; border-radius: 99px; color: #08766d; background: var(--teal-soft); font-size: 8px; font-weight: 800; }
.calendar-days, .calendar-row { display: grid; grid-template-columns: 62px repeat(5, 1fr); gap: 6px; align-items: center; }
.calendar-days { margin-top: 19px; }
.calendar-days b { color: #8c9aa7; font-size: 7px; text-align: center; }
.calendar-days b:first-child { grid-column: 2; }
.calendar-row { margin-top: 8px; }
.calendar-row strong { color: #647789; font-size: 8px; }
.calendar-row i { display: block; height: 29px; border-radius: 5px; background: #e7f4f2; }
.calendar-row:nth-child(4) i { background: #fff0d3; }
.calendar-row:nth-child(5) i { background: #edf1f4; }
.validation-card { position: absolute; z-index: 2; right: 10px; bottom: 38px; display: flex; gap: 11px; align-items: center; padding: 16px 19px; border: 1px solid #e3e9ed; border-radius: 12px; background: white; box-shadow: 0 20px 45px rgba(0,0,0,.25); }
.validation-card > span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 99px; color: white; background: var(--teal); }
.validation-card div { display: grid; gap: 3px; }
.validation-card strong { font-size: 10px; }
.validation-card small { color: var(--muted); font-size: 8px; }
.benefits-copy h2 { margin-top: 16px; }
.benefit-list { display: grid; margin-top: 40px; }
.benefit-list article { display: grid; grid-template-columns: 35px 1fr; gap: 15px; padding: 22px 0; border-top: 1px solid var(--line); }
.benefit-list article > span { color: var(--orange-dark); font-size: 11px; font-weight: 800; }
.benefit-list h3 { margin: 0; font-family: Manrope; font-size: 17px; }
.benefit-list p { margin: 7px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.fit-section { background: var(--canvas); }
.centered { max-width: 770px; margin-right: auto; margin-left: auto; text-align: center; }
.centered h2 { margin-top: 16px; }
.centered p { max-width: 620px; margin: 18px auto 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.fit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.fit-grid article { padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: white; transition: transform .18s, box-shadow .18s; }
.fit-grid article:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(5,28,51,.08); }
.fit-grid span { color: var(--teal); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.fit-grid h3 { margin: 30px 0 0; font-family: Manrope; font-size: 20px; }
.fit-grid p { margin: 11px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.conversion-section { color: white; background: var(--navy); }
.conversion-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.conversion-copy h2 { margin-top: 18px; font-size: clamp(44px, 5vw, 67px); }
.conversion-copy > p { max-width: 480px; margin: 24px 0 0; color: #adbfce; font-size: 17px; line-height: 1.7; }
.conversion-copy ul { display: grid; gap: 12px; margin: 34px 0 0; padding: 0; color: #d8e3eb; font-size: 14px; list-style: none; }
.conversion-copy li::before { content: "✓"; display: inline-grid; width: 21px; height: 21px; margin-right: 10px; place-items: center; border-radius: 99px; color: var(--navy); background: #63d2c5; font-size: 10px; font-weight: 900; }
.lead-form { display: grid; gap: 17px; padding: 36px; border-radius: 18px; color: var(--ink); background: white; box-shadow: 0 32px 80px rgba(0,0,0,.24); }
.form-heading span { font-family: Manrope; font-size: 22px; font-weight: 800; }
.form-heading p { margin: 5px 0 3px; color: var(--muted); font-size: 13px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lead-form label { display: grid; gap: 7px; color: #34485a; font-size: 11px; font-weight: 800; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; min-height: 47px; padding: 11px 13px; border: 1px solid #d5dee5; border-radius: 9px; outline: 0; color: var(--ink); background: #fbfcfc; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(14,142,131,.12); }
.lead-form textarea { min-height: 76px; resize: vertical; }
.message-field { display: none !important; }
.lead-form .button { width: 100%; margin-top: 2px; }
.lead-form .button:disabled { cursor: wait; opacity: .68; transform: none; }
.privacy-note { margin: -5px 0 0; color: #7a8b98; font-size: 9px; line-height: 1.45; text-align: center; }
.form-status { min-height: 0; margin: 0; padding: 0; border-radius: 8px; font-size: 12px; font-weight: 700; text-align: center; }
.form-status.success, .form-status.error { padding: 10px; }
.form-status.success { color: #08766d; background: var(--teal-soft); }
.form-status.error { color: #b42318; background: #fef3f2; }

.site-footer { color: #9eb1c1; background: #041321; }
.footer-content { display: grid; grid-template-columns: 1fr 1fr auto; gap: 50px; align-items: center; padding: 56px 0; }
.brand-footer strong { color: white; }
.brand-footer .brand-mark { color: var(--orange); }
.footer-content p { margin: 0; font-size: 13px; }
.footer-content > div { display: flex; gap: 22px; }
.footer-content a, .footer-content button { padding: 0; border: 0; color: #b4c3cf; background: none; font-size: 12px; }
.footer-content a:hover, .footer-content button:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.09); font-size: 10px; }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero-grid, .benefits-grid, .conversion-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .product-stage { width: min(720px, 100%); margin: 0 auto; }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 0; }
  .process-grid article:nth-child(2) { border-right: 0; }
  .benefits-visual { width: min(700px, 100%); }
  .conversion-grid { gap: 50px; }
  .conversion-copy { max-width: 720px; }
  .footer-content { grid-template-columns: 1fr 1fr; }
  .footer-content > div { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 32px, 1180px); }
  .site-header { min-height: 68px; padding: 10px 16px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand strong { font-size: 16px; }
  .brand small { font-size: 8px; }
  .login-link { display: none; }
  .header-actions .button { min-height: 38px; padding: 0 13px; font-size: 11px; }
  .hero { padding: 126px 0 72px; }
  .hero-grid { gap: 54px; }
  .hero h1 { font-size: clamp(46px, 14vw, 64px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .text-link { text-align: center; }
  .trust-list { display: grid; }
  .app-preview { grid-template-columns: 72px 1fr; min-height: 350px; }
  .preview-sidebar { padding: 16px 10px; }
  .preview-sidebar i { width: 45px; }
  .preview-sidebar i.active { width: 55px; }
  .preview-logo { font-size: 0; }
  .preview-main { padding: 20px 14px; }
  .preview-top span { font-size: 12px; }
  .preview-cards article { grid-template-columns: 28px 1fr; }
  .preview-cards article > strong { display: none; }
  .preview-footer, .floating-card-two { display: none; }
  .floating-card-one { left: 10px; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-grid > div { padding: 20px 4px; border: 0; border-bottom: 1px solid var(--line); }
  .signal-grid > div:last-child { border-right: 0; }
  .section { padding: 78px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading { margin-bottom: 40px; }
  .section h2 { font-size: 40px; }
  .process-grid { grid-template-columns: 1fr; gap: 34px; border-top: 0; }
  .process-grid article, .process-grid article + article { padding: 26px 0 0; border-top: 1px solid #ccd6dd; border-right: 0; }
  .process-grid article > span, .process-grid article + article > span { left: 0; }
  .benefits-grid { gap: 55px; }
  .benefits-visual { min-height: 390px; padding: 46px 18px; }
  .calendar-card { padding: 18px 12px; }
  .calendar-days, .calendar-row { grid-template-columns: 45px repeat(5, 1fr); gap: 3px; }
  .validation-card { right: -4px; bottom: 22px; }
  .fit-grid { grid-template-columns: 1fr; }
  .conversion-grid { gap: 42px; }
  .lead-form { padding: 25px 18px; }
  .field-row { grid-template-columns: 1fr; }
  .footer-content { grid-template-columns: 1fr; gap: 28px; }
  .footer-content > div { grid-column: auto; flex-wrap: wrap; }
  .footer-bottom { gap: 14px; flex-direction: column; }
}

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