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

:root {
  --ink: #0a1933;
  --navy: #0c2347;
  --navy-light: #173765;
  --green: #00a688;
  --green-dark: #007b68;
  --gold: #d99a21;
  --paper: #f5f7f4;
  --white: #fff;
  --muted: #617087;
  --line: rgba(12, 35, 71, .13);
  --radius: 28px;
  --shadow: 0 24px 70px rgba(10, 25, 51, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header {
  position: fixed; z-index: 50; top: 18px; left: 50%; transform: translateX(-50%);
  width: min(1180px, calc(100% - 36px)); min-height: 68px; display: grid;
  grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 10px 12px 10px 18px;
  border: 1px solid rgba(255,255,255,.7); border-radius: 22px; background: rgba(255,255,255,.82);
  box-shadow: 0 16px 45px rgba(10,25,51,.1); backdrop-filter: blur(20px); transition: top .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { top: 8px; box-shadow: 0 18px 55px rgba(10,25,51,.16); }
.brand { display: flex; align-items: center; gap: 10px; font-family: Manrope, sans-serif; font-size: 1.1rem; font-weight: 800; }
.brand img { width: 38px; height: 38px; border-radius: 11px; }
.site-nav { display: flex; justify-content: center; gap: clamp(16px, 3vw, 34px); color: #42516a; font-size: .91rem; font-weight: 600; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: var(--green-dark); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 52px; padding: 0 23px; border-radius: 16px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 46px; padding-inline: 18px; border-radius: 14px; font-size: .9rem; }
.button--dark { background: var(--ink); color: #fff; }
.button--primary { background: var(--green); color: #fff; box-shadow: 0 16px 30px rgba(0,166,136,.22); }
.button--primary:hover { background: var(--green-dark); }
.button--ghost { border: 1px solid var(--line); background: rgba(255,255,255,.62); }
.button--light { background: #fff; color: var(--navy); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 13px; background: #edf2f1; }
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 5px auto; background: var(--ink); }

.hero { position: relative; min-height: 850px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 48px; overflow: hidden; padding: 150px max(6vw, calc((100vw - 1180px)/2)) 90px; background: linear-gradient(145deg, #f7faf6 0%, #eef7f4 55%, #e9f0f7 100%); }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; left: -220px; bottom: -300px; border: 1px solid rgba(0,166,136,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(0,166,136,.035), 0 0 0 140px rgba(0,166,136,.025); }
.hero__mesh { position: absolute; inset: 0 0 auto auto; width: 48%; height: 100%; opacity: .48; background-image: linear-gradient(rgba(12,35,71,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(12,35,71,.07) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(to left, black, transparent); }
.hero__content { position: relative; z-index: 2; max-width: 760px; }
.eyebrow, .premium-label, .kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--green-dark); font-size: .78rem; font-weight: 800; letter-spacing: .105em; text-transform: uppercase; }
.eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(0,166,136,.12); }
.hero h1, .section-heading h2, .ai-section h2, .company-card h2, .cta-section h2, .legal-hero h1 { font-family: Manrope, sans-serif; letter-spacing: -.055em; }
.hero h1 { margin: 28px 0 24px; font-size: clamp(3.5rem, 6.5vw, 6.9rem); line-height: .94; }
.hero h1 em, .ai-section h2 em { color: var(--green); font-style: normal; }
.hero__content > p { max-width: 670px; margin: 0; color: var(--muted); font-size: clamp(1.04rem, 1.5vw, 1.22rem); line-height: 1.72; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 34px; color: #506177; font-size: .82rem; font-weight: 600; }
.trust-row span::before { content: "✓"; margin-right: 8px; color: var(--green); font-weight: 900; }

.hero__visual { position: relative; z-index: 2; min-height: 530px; display: grid; place-items: center; }
.radar-card { position: relative; width: min(440px, 88vw); min-height: 510px; padding: 28px; border: 1px solid rgba(255,255,255,.78); border-radius: 38px; background: linear-gradient(150deg, rgba(12,35,71,.97), rgba(10,25,51,.93)); color: #fff; box-shadow: 0 45px 90px rgba(10,25,51,.25); transform: rotate(2deg); }
.radar-card__top { display: flex; justify-content: space-between; align-items: center; font-weight: 700; }
.radar-card__top b { padding: 7px 11px; border-radius: 999px; background: rgba(0,166,136,.18); color: #70ead0; font-size: .72rem; text-transform: uppercase; }
.radar-card__signal { position: relative; height: 290px; display: grid; place-items: center; }
.radar-card__signal i { position: absolute; width: 80px; height: 80px; border: 1px solid rgba(100,225,203,.33); border-radius: 50%; animation: pulse 3.6s infinite ease-out; }
.radar-card__signal i:nth-child(2) { animation-delay: 1.2s; }
.radar-card__signal i:nth-child(3) { animation-delay: 2.4s; }
.radar-card__signal strong { z-index: 2; display: grid; place-items: center; width: 86px; height: 86px; border-radius: 26px; background: linear-gradient(135deg, #00b597, #4bc8b3); font: 800 1.7rem Manrope; box-shadow: 0 20px 45px rgba(0,166,136,.34); }
.radar-card__result { display: grid; gap: 6px; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.07); }
.radar-card__result span, .radar-card__result small { color: #aebcd0; }
.radar-card__result strong { font-size: 1.03rem; }
.floating-note { position: absolute; display: grid; min-width: 155px; gap: 3px; padding: 16px 18px; border-radius: 20px; background: rgba(255,255,255,.91); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.floating-note b { color: var(--green-dark); font: 800 1.1rem Manrope; }
.floating-note span { color: var(--muted); font-size: .78rem; }
.floating-note--top { top: 62px; right: -5px; }
.floating-note--bottom { bottom: 72px; left: -20px; }
@keyframes pulse { 0% { width: 80px; height: 80px; opacity: .9; } 100% { width: 280px; height: 280px; opacity: 0; } }

.proof-strip { min-height: 82px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 18px; padding: 18px 5vw; background: var(--ink); color: #d8e2ef; font-size: .82rem; font-weight: 700; letter-spacing: .04em; }
.proof-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--green); }
.section { width: min(1180px, calc(100% - 36px)); margin: 0 auto; padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: 1fr .54fr; gap: 20px 60px; align-items: end; margin-bottom: 48px; }
.section-heading .kicker { grid-column: 1/-1; }
.section-heading h2 { margin: 0; font-size: clamp(2.5rem, 4.8vw, 4.8rem); line-height: 1.03; }
.section-heading p { margin: 0 0 8px; color: var(--muted); line-height: 1.7; }
.bento-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 290px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 30px rgba(10,25,51,.045); }
.feature-card--wide { grid-column: span 2; flex-direction: row; gap: 32px; }
.feature-card--navy { background: var(--navy); color: #fff; }
.feature-card--mint { background: #dff6ef; }
.feature-index { position: absolute; top: 20px; right: 22px; color: rgba(97,112,135,.55); font-size: .76rem; font-weight: 800; }
.feature-card > div:first-of-type { align-self: center; }
.feature-card h3 { max-width: 430px; margin: 42px 0 10px; font: 700 clamp(1.35rem, 2vw, 1.8rem) Manrope; letter-spacing: -.035em; }
.feature-card p { max-width: 520px; margin: 0; color: var(--muted); line-height: 1.65; }
.feature-card--navy p { color: #b8c5d8; }
.filter-visual { align-self: flex-end; width: 44%; min-width: 260px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding: 18px; border-radius: 22px; background: #f2f5f8; }
.filter-visual span, .filter-visual b { padding: 11px; border-radius: 10px; background: #fff; color: #67758a; font-size: .72rem; }
.filter-visual b { grid-column: 1/-1; background: var(--green); color: #fff; text-align: center; }
.mini-flow { display: flex; flex-wrap: wrap; gap: 8px; }
.mini-flow span { padding: 8px 10px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #c9d5e4; font-size: .7rem; }
.price-lines { display: grid; gap: 9px; }
.price-lines i { width: 88%; height: 9px; border-radius: 9px; background: rgba(0,123,104,.18); }
.price-lines i:nth-child(2) { width: 68%; background: var(--green); }
.price-lines i:nth-child(3) { width: 77%; }
.signature-mark { align-self: flex-end; width: 42%; min-width: 240px; display: grid; grid-template-columns: 54px 1fr; gap: 3px 12px; align-items: center; padding: 18px; border: 1px dashed rgba(0,166,136,.34); border-radius: 20px; background: #f4fbf8; }
.signature-mark img { grid-row: span 2; width: 54px; height: 54px; border-radius: 15px; }
.signature-mark b { color: var(--green-dark); font-size: .76rem; }

.ai-section { position: relative; overflow: hidden; padding: 112px max(6vw, calc((100vw - 1180px)/2)); background: var(--ink); color: #fff; }
.ai-section__orb { position: absolute; width: 620px; height: 620px; right: -210px; top: -250px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, rgba(240,185,68,.48), rgba(0,166,136,.18) 42%, transparent 70%); filter: blur(4px); }
.ai-section__content { position: relative; max-width: 800px; }
.premium-label { color: #efc060; }
.ai-section h2 { margin: 24px 0 18px; font-size: clamp(3rem, 6vw, 6rem); line-height: .98; }
.ai-section__content p { max-width: 670px; color: #b8c5d8; font-size: 1.05rem; line-height: 1.72; }
.ai-tools { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 50px; }
.ai-tool { min-height: 230px; display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 25px; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: rgba(255,255,255,.055); backdrop-filter: blur(14px); }
.ai-tool > span { color: #efc060; font-weight: 800; }
.ai-tool h3 { margin: 0 0 12px; font: 700 1.32rem Manrope; }
.ai-tool p { margin: 0; color: #b8c5d8; line-height: 1.64; }

.security-section { padding-block: 100px; }
.security-panel { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; padding: 55px; border-radius: 36px; background: #fff; box-shadow: var(--shadow); }
.security-panel h2 { margin: 18px 0; font: 700 clamp(2.1rem, 4vw, 3.8rem)/1.04 Manrope; letter-spacing: -.05em; }
.security-panel__copy p { color: var(--muted); line-height: 1.72; }
.security-list { display: grid; }
.security-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 18px; align-items: start; padding: 18px 0; border-bottom: 1px solid var(--line); }
.security-list > div:last-child { border: 0; }
.security-list b { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: #e3f6f1; color: var(--green-dark); }
.security-list span { color: var(--muted); line-height: 1.55; }
.security-list strong { display: block; margin-bottom: 3px; color: var(--ink); }
.company-section { padding-top: 20px; }
.company-card { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 46px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.company-card h2 { margin: 16px 0; font-size: 3.4rem; }
.company-card p { max-width: 540px; color: var(--muted); line-height: 1.7; }
.company-card dl { margin: 0; }
.company-card dl div { padding: 14px 0; border-bottom: 1px solid var(--line); }
.company-card dt { margin-bottom: 5px; color: var(--muted); font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.company-card dd { margin: 0; font-weight: 600; }
.company-card dd a { color: var(--green-dark); }
.cta-section { width: min(1180px, calc(100% - 36px)); margin: 0 auto 24px; padding: 74px; border-radius: 40px; background: linear-gradient(125deg, #00a688, #007b68); color: #fff; text-align: center; }
.cta-section > span { font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cta-section h2 { max-width: 790px; margin: 20px auto 30px; font-size: clamp(2.6rem, 5vw, 5rem); line-height: 1; }
.site-footer { width: min(1180px, calc(100% - 36px)); display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; margin: 0 auto; padding: 42px 0; }
.site-footer__brand { display: flex; align-items: center; gap: 12px; }
.site-footer__brand img { border-radius: 12px; }
.site-footer__brand div { display: grid; }
.site-footer__brand span, .site-footer p { color: var(--muted); font-size: .78rem; }
.site-footer__links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px 24px; color: #43516a; font-size: .8rem; font-weight: 600; }
.site-footer p { grid-column: 1/-1; margin: 0; }

.legal-page { min-height: 100vh; background: linear-gradient(145deg, #f7faf6, #eef4f6); }
.legal-header { position: static; transform: none; margin: 18px auto 0; }
.legal-main { width: min(940px, calc(100% - 36px)); margin: 0 auto; padding: 90px 0 110px; }
.legal-hero { padding-bottom: 40px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { margin: 18px 0; font-size: clamp(2.8rem, 6vw, 5.5rem); line-height: 1; }
.legal-hero p { color: var(--muted); line-height: 1.7; }
.legal-content { display: grid; gap: 34px; padding-top: 45px; }
.legal-content section { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.75); }
.legal-content h2 { margin: 0 0 14px; font: 700 1.45rem Manrope; }
.legal-content h3 { margin: 20px 0 8px; font-size: 1rem; }
.legal-content p, .legal-content li { color: #536279; line-height: 1.75; }
.legal-content ul { margin: 0; padding-left: 20px; }
.legal-content a { color: var(--green-dark); text-decoration: underline; text-underline-offset: 3px; }
.legal-date { display: inline-flex; padding: 7px 11px; border-radius: 999px; background: #e2f5ef; color: var(--green-dark); font-size: .76rem; font-weight: 700; }

@keyframes rise-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.reveal { opacity: 1; transform: none; }
.hero .reveal { animation: rise-in .72s ease both; }
.hero .reveal--delay { animation-delay: .16s; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .menu-toggle { display: block; justify-self: end; }
  .site-nav { position: absolute; top: calc(100% + 8px); left: 0; right: 0; display: none; flex-direction: column; padding: 20px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .header-cta { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 145px; }
  .hero__visual { min-height: 560px; }
  .section-heading, .security-panel, .company-card { grid-template-columns: 1fr; }
  .bento-grid { grid-template-columns: 1fr 1fr; }
  .feature-card--wide { grid-column: 1/-1; }
  .ai-tools { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer__links { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .site-header { top: 8px; width: calc(100% - 16px); min-height: 60px; border-radius: 18px; }
  .brand img { width: 34px; height: 34px; }
  .hero { padding: 120px 18px 70px; }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.2rem); }
  .hero__actions .button { width: 100%; }
  .hero__visual { min-height: 480px; }
  .radar-card { min-height: 440px; padding: 21px; }
  .radar-card__signal { height: 240px; }
  .floating-note--top { right: 0; top: 22px; }
  .floating-note--bottom { left: 0; bottom: 35px; }
  .proof-strip { justify-content: flex-start; }
  .section { padding: 78px 0; }
  .section-heading { grid-template-columns: 1fr; margin-bottom: 32px; }
  .bento-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card--wide { grid-column: auto; min-height: 270px; flex-direction: column; }
  .filter-visual, .signature-mark { width: 100%; min-width: 0; }
  .ai-section { padding: 80px 18px; }
  .security-panel { gap: 30px; padding: 28px; }
  .company-card { gap: 26px; padding: 30px 4px; }
  .cta-section { padding: 55px 22px; border-radius: 28px; }
  .site-footer { padding-inline: 6px; }
  .legal-main { padding-top: 58px; }
  .legal-content section { padding: 22px; }
}

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