:root {
  --navy: #071f5b;
  --navy-2: #102a72;
  --blue: #275be8;
  --indigo: #4135d9;
  --teal: #0aa792;
  --ink: #11172a;
  --muted: #59657b;
  --line: #dce5f1;
  --surface: #ffffff;
  --soft: #f2f7fd;
  --shadow: 0 22px 70px rgba(17, 31, 70, .16);
  --radius: 28px;
  --shell: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(var(--shell), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 10px; z-index: 999; background: #fff; color: var(--navy); padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { left: 10px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.88);
  border-bottom: 1px solid rgba(220,229,241,.8);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 850; font-size: 1.35rem; letter-spacing: -.04em; color: var(--navy); }
.brand > span:last-child > span { color: var(--teal); }
.brand sup { color: var(--teal); font-size: .42em; top: -.8em; position: relative; }
.brand-mark { width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center; background: linear-gradient(145deg, var(--blue), var(--teal)); color: white; box-shadow: 0 8px 18px rgba(39,91,232,.25); }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { text-decoration: none; font-size: .94rem; font-weight: 700; color: #33415b; }
.site-nav a:hover { color: var(--blue); }
.nav-cta { padding: 11px 18px; border-radius: 999px; color: #fff !important; background: linear-gradient(135deg, var(--blue), var(--indigo)); box-shadow: 0 10px 24px rgba(39,91,232,.24); }
.menu-button { display: none; border: 0; background: var(--soft); color: var(--navy); padding: 10px 14px; border-radius: 12px; font-weight: 800; }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 19%, rgba(13, 190, 169, .18), transparent 30%),
    radial-gradient(circle at 7% 35%, rgba(63, 68, 218, .16), transparent 29%),
    linear-gradient(135deg, #f8fbff 0%, #edf5ff 48%, #f4fffc 100%);
  min-height: 740px;
  display: grid;
  align-items: center;
}
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 46px; padding-block: 78px 92px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); text-transform: uppercase; letter-spacing: .15em; font-weight: 900; font-size: .76rem; margin-bottom: 22px; }
.eyebrow span { width: 28px; height: 3px; border-radius: 99px; background: linear-gradient(90deg, var(--blue), var(--teal)); }
.eyebrow.dark { color: var(--navy); }
.eyebrow.light { color: #ccfff5; }
.eyebrow.light span { background: #fff; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(3rem, 5.5vw, 5.7rem); line-height: .98; letter-spacing: -.065em; color: var(--navy); }
h1 em { font-style: normal; background: linear-gradient(135deg, var(--blue), var(--teal)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lead { max-width: 600px; font-size: clamp(1.08rem, 1.5vw, 1.28rem); color: #45526a; line-height: 1.7; margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border-radius: 16px; text-decoration: none; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--blue), var(--indigo)); box-shadow: 0 15px 32px rgba(39, 91, 232, .28); }
.button-secondary { color: var(--navy); background: rgba(255,255,255,.78); border: 1px solid #d6e2f1; }
.button-light { background: #fff; color: var(--navy); white-space: nowrap; box-shadow: 0 15px 36px rgba(4, 29, 75, .18); }
.microcopy { margin: 17px 0 0; color: #68758b; font-size: .84rem; }

.hero-visual { position: relative; min-height: 590px; }
.phone { position: absolute; overflow: hidden; border: 10px solid #101729; background: #101729; border-radius: 42px; box-shadow: var(--shadow); }
.phone::before { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.24); border-radius: 31px; z-index: 2; pointer-events: none; }
.phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.phone-bar { position: absolute; top: 9px; left: 50%; transform: translateX(-50%); z-index: 3; width: 78px; height: 7px; border-radius: 99px; background: #0f1525; opacity: .9; }
.phone-front { width: 326px; height: 650px; right: 35px; top: 8px; z-index: 3; transform: rotate(2deg); }
.phone-back { width: 284px; height: 568px; left: 0; top: 61px; z-index: 1; opacity: .93; transform: rotate(-7deg); }
.floating-card { position: absolute; z-index: 5; background: rgba(255,255,255,.94); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.8); border-radius: 18px; padding: 14px 17px; box-shadow: 0 18px 40px rgba(19, 45, 87, .2); min-width: 205px; }
.floating-card strong, .floating-card span { display: block; }
.floating-card strong { font-size: .93rem; color: var(--navy); }
.floating-card span { color: var(--muted); font-size: .76rem; }
.floating-card-top { right: 0; top: 90px; }
.floating-card-bottom { left: 44px; bottom: 25px; }

.trust-strip { background: var(--navy); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 25px; }
.trust-grid > div { padding: 2px 24px; border-right: 1px solid rgba(255,255,255,.16); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-size: 1.02rem; }
.trust-grid span { color: #bdcbed; font-size: .82rem; }

.section { padding-block: 96px; }
.section-heading { max-width: 730px; margin-bottom: 48px; }
.section-heading h2, .info-card h2, .beta-card h2, .contact-card h2 { font-size: clamp(2.1rem, 4vw, 3.6rem); line-height: 1.08; letter-spacing: -.045em; color: var(--navy); margin-bottom: 16px; }
.section-heading p { color: var(--muted); font-size: 1.08rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 14px 40px rgba(20, 42, 82, .07); }
.feature-card::after { content: ""; position: absolute; inset: auto 22px 0; height: 4px; border-radius: 99px 99px 0 0; background: linear-gradient(90deg, var(--blue), var(--teal)); opacity: .75; }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: linear-gradient(145deg, #eaf1ff, #e4fbf6); color: var(--blue); font-weight: 900; margin-bottom: 22px; }
.feature-card h3 { font-size: 1.28rem; color: var(--navy); margin-bottom: 9px; }
.feature-card p { color: var(--muted); margin-bottom: 7px; }
.how-panel { margin-top: 28px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 25px; align-items: center; background: var(--soft); border-radius: var(--radius); padding: 34px; }
.step-number { display: inline-grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: var(--blue); color: #fff; font-size: .8rem; font-weight: 900; margin-bottom: 12px; }
.how-panel h3 { color: var(--navy); margin-bottom: 5px; }
.how-panel p { color: var(--muted); margin-bottom: 0; font-size: .93rem; }
.step-arrow { color: #87a0c8; font-size: 1.7rem; }

.beta-section { padding-top: 0; }
.beta-card { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 52px; border-radius: 34px; color: #fff; background: linear-gradient(130deg, var(--navy) 0%, #19439a 55%, #0c988c 110%); box-shadow: 0 24px 70px rgba(9, 36, 91, .24); }
.beta-card h2 { color: #fff; }
.beta-card p { max-width: 780px; margin-bottom: 0; color: #dbe8ff; font-size: 1.04rem; }

.info-section { background: #f6f9fd; }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.info-card { padding: 42px; border-radius: 28px; background: #fff; border: 1px solid var(--line); }
.info-card h2 { font-size: clamp(2rem, 3.2vw, 3rem); }
.info-card p { color: var(--muted); }
.info-card p:last-child { margin-bottom: 0; }
.info-label { display: inline-flex; padding: 7px 12px; margin-bottom: 22px; border-radius: 999px; background: #e9f1ff; color: var(--blue); font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.notice-card { background: #fffaf2; border-color: #f0dfbd; }
.notice-card .info-label { color: #8a5712; background: #ffebc6; }

.contact-section { padding: 80px 0; }
.contact-card { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 44px 48px; border-radius: var(--radius); background: linear-gradient(135deg, #edf5ff, #ebfbf7); border: 1px solid #d6e8ef; }
.contact-kicker { color: var(--blue); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.contact-card h2 { margin: 7px 0 0; font-size: clamp(2rem, 3.5vw, 3.3rem); }
.email-link { text-decoration: none; font-weight: 850; color: var(--navy); font-size: clamp(1rem, 2vw, 1.35rem); padding: 15px 18px; background: #fff; border-radius: 15px; box-shadow: 0 10px 30px rgba(23, 55, 95, .1); }
.email-link span { color: var(--teal); }

.site-footer { background: #081a48; color: #c2ceea; }
.footer-wrap { min-height: 130px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer-brand { color: #fff; }
.footer-wrap p { margin: 0; max-width: 680px; text-align: right; font-size: .8rem; line-height: 1.6; }

@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { width: min(650px, 100%); margin-inline: auto; }
  .phone-back { left: 12%; }
  .phone-front { right: 12%; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { padding: 27px; }
  .how-panel { grid-template-columns: 1fr; }
  .step-arrow { transform: rotate(90deg); justify-self: center; }
  .info-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, var(--shell)); }
  .menu-button { display: inline-flex; }
  .site-nav { display: none; position: absolute; top: 68px; right: 14px; left: 14px; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border-radius: 18px; background: #fff; border: 1px solid var(--line); box-shadow: 0 20px 55px rgba(20, 42, 82, .16); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 14px; }
  .nav-cta { text-align: center; margin-top: 6px; }
  .hero { min-height: auto; }
  .hero-grid { padding-block: 52px 70px; gap: 22px; }
  h1 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .hero-visual { min-height: 540px; transform: scale(.88); transform-origin: top center; margin-bottom: -70px; }
  .phone-front { width: 285px; height: 568px; right: 3%; }
  .phone-back { width: 245px; height: 490px; left: 0; }
  .floating-card-top { right: -4%; top: 78px; }
  .floating-card-bottom { left: 2%; bottom: 12px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { padding: 16px; border-bottom: 1px solid rgba(255,255,255,.15); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(3), .trust-grid > div:nth-child(4) { border-bottom: 0; }
  .section { padding-block: 72px; }
  .beta-card, .contact-card, .footer-wrap { flex-direction: column; align-items: flex-start; }
  .beta-card { padding: 34px 27px; }
  .contact-card { padding: 32px 27px; }
  .email-link { width: 100%; text-align: center; font-size: .98rem; }
  .footer-wrap { padding-block: 32px; min-height: 0; }
  .footer-wrap p { text-align: left; }
}

@media (max-width: 470px) {
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 490px; transform: scale(.75); margin-bottom: -125px; }
  .phone-front { right: -2%; }
  .phone-back { left: -10%; }
  .floating-card-top { right: -18%; }
  .floating-card-bottom { left: -10%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15) !important; padding-left: 0; }
  .trust-grid > div:last-child { border-bottom: 0 !important; }
  .info-card { padding: 30px 24px; }
}

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