:root {
  --ink: #102033;
  --muted: #586779;
  --subtle: #dbe7f3;
  --line: #e3eaf3;
  --surface: #f6f9fc;
  --surface-2: #eef5ff;
  --navy: #07152f;
  --blue: #1d4ed8;
  --blue-2: #2563eb;
  --sky: #7dd3fc;
  --green: #0f766e;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(10, 25, 47, .12);
  --radius: 24px;
  --radius-sm: 16px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Segoe UI", Roboto, Arial, sans-serif; color: var(--ink); background: var(--white); line-height: 1.65; text-rendering: optimizeLegibility; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }
img, svg { max-width: 100%; height: auto; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 860px; }
.skip-link { position: absolute; left: -9999px; top: 12px; background: var(--white); color: var(--navy); padding: 10px 14px; border-radius: 10px; z-index: 999; }
.skip-link:focus { left: 12px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(7, 21, 47, .92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); font-weight: 700; letter-spacing: .01em; }
.brand:hover { text-decoration: none; }
.brand span { display: grid; line-height: 1.05; }
.brand small { color: rgba(255,255,255,.66); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; margin-top: 3px; }
.site-nav { display: flex; align-items: center; gap: 8px; }
.site-nav a { color: rgba(255,255,255,.82); padding: 10px 12px; border-radius: 999px; font-size: .94rem; }
.site-nav a:hover, .site-nav a.active { color: var(--white); background: rgba(255,255,255,.12); text-decoration: none; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.24); border-radius: 14px; background: rgba(255,255,255,.06); }
.nav-toggle span { display: block; width: 19px; height: 2px; margin: 5px auto; background: var(--white); border-radius: 2px; }
.hero-section { position: relative; overflow: hidden; background: radial-gradient(circle at 8% 18%, rgba(125,211,252,.22), transparent 30%), radial-gradient(circle at 82% 14%, rgba(37,99,235,.34), transparent 32%), linear-gradient(135deg, #07152f 0%, #0d2454 52%, #061529 100%); color: var(--white); padding: 96px 0 90px; }
.hero-section::after { content: ""; position: absolute; inset: auto -12% -34% 42%; height: 430px; background: radial-gradient(circle, rgba(125,211,252,.16), transparent 65%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr); gap: 54px; align-items: center; position: relative; z-index: 1; }
.hero-copy h1, .page-hero h1 { font-size: clamp(2.55rem, 6vw, 5.3rem); line-height: .97; letter-spacing: -.055em; margin: 12px 0 22px; }
.hero-lede, .page-hero p { font-size: clamp(1.05rem, 2vw, 1.25rem); color: rgba(255,255,255,.78); max-width: 690px; }
.eyebrow { color: var(--sky); text-transform: uppercase; letter-spacing: .15em; font-size: .78rem; font-weight: 800; margin: 0 0 10px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border-radius: 999px; background: linear-gradient(135deg, var(--blue-2), #0ea5e9); color: var(--white); font-weight: 800; border: 0; cursor: pointer; box-shadow: 0 12px 30px rgba(37,99,235,.26); }
.button:hover { text-decoration: none; transform: translateY(-1px); }
.button-secondary { background: transparent; color: var(--blue); border: 1px solid var(--line); box-shadow: none; }
.hero-section .button-secondary, .page-hero .button-secondary, .cta-band .button-secondary { background: rgba(255,255,255,.08); color: var(--white); border-color: rgba(255,255,255,.18); }
.button-light { background: var(--white); color: var(--navy); box-shadow: none; }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 30px 0 0; list-style: none; }
.trust-list li { color: rgba(255,255,255,.84); border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.07); border-radius: 999px; padding: 8px 12px; font-size: .9rem; }
.dashboard-card { background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); border-radius: 28px; padding: 18px; box-shadow: 0 30px 90px rgba(0,0,0,.28); backdrop-filter: blur(16px); }
.dashboard-top { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.78); padding: 4px 4px 16px; }
.dashboard-top span { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,.45); }
.dashboard-top strong { margin-left: auto; font-size: .9rem; }
.metric-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.metric-row article { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; padding: 14px; }
.metric-row small, .metric-row span { display: block; color: rgba(255,255,255,.65); font-size: .78rem; }
.metric-row strong { display: block; color: var(--white); font-size: 1.15rem; margin: 2px 0; }
.hero-chart { display: block; margin: 20px 0 12px; background: rgba(2,6,23,.18); border-radius: 20px; }
.grid-lines path { fill: none; stroke: rgba(255,255,255,.10); stroke-width: 1; }
.area { fill: url(#chartFill); }
.line { fill: none; stroke: #7dd3fc; stroke-width: 6; stroke-linecap: round; }
.hero-chart circle { fill: #ffffff; stroke: #0ea5e9; stroke-width: 4; }
.terminal-strip { display: flex; flex-wrap: wrap; gap: 10px; }
.terminal-strip span { background: rgba(125,211,252,.14); color: #e0f2fe; border: 1px solid rgba(125,211,252,.2); border-radius: 999px; padding: 7px 10px; font-size: .84rem; }
.fine-print { font-size: .86rem; color: var(--muted); }
.dashboard-card .fine-print { color: rgba(255,255,255,.62); }
.section { padding: 86px 0; }
.surface { background: var(--surface); }
.section-heading { max-width: 780px; margin: 0 auto 38px; text-align: center; }
.section-heading h2, .split h2, .cta-inner h2 { font-size: clamp(2rem, 3.8vw, 3.4rem); line-height: 1.05; letter-spacing: -.04em; margin: 0 0 16px; }
.section-heading p:not(.eyebrow), .split p { color: var(--muted); font-size: 1.05rem; }
.card-grid { display: grid; gap: 18px; }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feature-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 15px 45px rgba(17, 24, 39, .05); }
.feature-card .icon { display: inline-grid; place-items: center; min-width: 44px; height: 44px; padding-inline: 12px; border-radius: 14px; background: var(--surface-2); color: var(--blue); font-weight: 900; margin-bottom: 20px; }
.feature-card h3, .feature-columns h3, .service-panel h2, .legal-card h2 { margin: 0 0 10px; font-size: 1.25rem; line-height: 1.2; }
.feature-card p, .feature-columns p, .service-panel p, .legal-card p, .profile-card p { color: var(--muted); margin: 0 0 14px; }
.feature-card a { font-weight: 800; }
.split { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.72fr); gap: 54px; align-items: center; }
.check-list { display: grid; gap: 14px; margin-top: 24px; }
.check-list p { margin: 0; padding: 16px 18px; border-radius: 18px; background: var(--white); border: 1px solid var(--line); }
.panel { padding: 16px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.panel p { background: var(--surface); }
.quote-card, .risk-box, .profile-card { background: linear-gradient(180deg, #ffffff, #f8fbff); border: 1px solid var(--line); border-radius: 28px; padding: 32px; box-shadow: var(--shadow); }
.quote-card h3, .risk-box h3, .profile-card h3 { font-size: 1.55rem; margin-top: 0; }
.quote-card p { color: var(--muted); }
.feature-columns { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-columns article { padding: 24px; border-left: 4px solid var(--blue); background: var(--surface); border-radius: 20px; }
.faq-list { max-width: 900px; margin: 0 auto; display: grid; gap: 12px; }
details { background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 18px 22px; }
summary { cursor: pointer; font-weight: 800; }
details p { color: var(--muted); margin-bottom: 0; }
.cta-band { background: linear-gradient(135deg, #0d2454, #07152f); color: var(--white); padding: 68px 0; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.cta-inner p { color: rgba(255,255,255,.76); max-width: 720px; }
.breadcrumb { padding: 22px 0 0; font-size: .9rem; color: var(--muted); }
.breadcrumb a { color: var(--muted); }
.breadcrumb span { margin: 0 8px; }
.page-hero { background: radial-gradient(circle at 85% 10%, rgba(125,211,252,.2), transparent 28%), linear-gradient(135deg, #07152f, #0d2454); color: var(--white); padding: 82px 0; }
.page-hero.compact { padding: 72px 0 84px; }
.page-hero h1 { max-width: 920px; }
.platform-hero { padding: 70px 0; }
.platform-image { border-radius: 28px; box-shadow: var(--shadow); background: rgba(255,255,255,.07); }
.service-list { display: grid; gap: 24px; }
.service-panel { display: grid; grid-template-columns: minmax(0,1fr) minmax(240px,.34fr); gap: 28px; align-items: start; padding: 34px; background: var(--white); border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 15px 45px rgba(17,24,39,.05); }
.service-panel aside { background: var(--surface); border-radius: 20px; padding: 22px; color: var(--muted); }
.service-panel ul, .risk-box ul { margin: 16px 0 0; padding-left: 20px; color: var(--muted); }
.pill { display: inline-block; padding: 6px 10px; background: var(--surface-2); color: var(--blue); border-radius: 999px; font-weight: 800; font-size: .8rem; margin-bottom: 12px; }
.process-list { list-style: none; display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; padding: 0; margin: 0; }
.process-list li { background: var(--white); border: 1px solid var(--line); border-radius: 24px; padding: 24px; }
.process-list span { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 14px; background: var(--navy); color: var(--white); font-weight: 900; }
.process-list h3 { margin: 16px 0 8px; }
.process-list p { color: var(--muted); margin: 0; }
.legal-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.legal-card { background: var(--white); border: 1px solid var(--line); border-radius: 24px; padding: 28px; }
.contact-layout { display: grid; grid-template-columns: minmax(260px,.45fr) minmax(0,1fr); gap: 30px; align-items: start; }
.contact-cards { display: grid; gap: 16px; }
.contact-card, .contact-form { background: var(--white); border: 1px solid var(--line); border-radius: 24px; padding: 26px; box-shadow: 0 15px 45px rgba(17,24,39,.05); }
.contact-card.warning { background: #fff7ed; border-color: #fed7aa; }
.contact-card h2, .contact-form h2 { margin-top: 0; }
.contact-form { display: grid; gap: 12px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #cbd5e1; border-radius: 14px; padding: 13px 14px; font: inherit; color: var(--ink); background: var(--white); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 3px solid rgba(37,99,235,.18); border-color: var(--blue); }
.checkbox-row { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: .95rem; }
.checkbox-row input { width: auto; margin-top: 6px; }
.form-note { margin: 0; color: var(--green); font-weight: 700; }
.legal-copy h2 { margin-top: 34px; }
.legal-copy p, .legal-copy li { color: var(--muted); }
.profile-card dl { display: grid; grid-template-columns: 110px 1fr; gap: 12px 18px; }
.profile-card dt { font-weight: 800; }
.profile-card dd { margin: 0; color: var(--muted); }
.site-footer { background: #051126; color: rgba(255,255,255,.78); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .7fr 1fr; gap: 38px; padding: 60px 0; }
.footer-grid h2 { color: var(--white); font-size: 1rem; margin: 0 0 14px; }
.footer-grid a { display: block; color: rgba(255,255,255,.76); margin: 8px 0; }
.footer-grid .brand { margin-bottom: 16px; }
.site-footer .fine-print { color: rgba(255,255,255,.54); }
.site-footer address { font-style: normal; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 18px 0; font-size: .9rem; color: rgba(255,255,255,.62); }
:focus-visible { outline: 3px solid rgba(14,165,233,.65); outline-offset: 3px; }
@media (max-width: 1000px) {
  .hero-grid, .split, .contact-layout { grid-template-columns: 1fr; }
  .card-grid.three, .legal-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-columns, .process-list { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 760px) {
  .container { width: min(100% - 28px, var(--container)); }
  .header-inner { min-height: 70px; }
  .nav-toggle { display: inline-block; }
  .site-nav { position: absolute; top: 70px; left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; padding: 14px; background: #07152f; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 14px; }
  .hero-section, .section, .page-hero { padding: 58px 0; }
  .hero-copy h1, .page-hero h1 { font-size: clamp(2.25rem, 11vw, 3.3rem); }
  .metric-row, .card-grid.three, .feature-columns, .process-list, .legal-grid, .service-panel, .footer-grid { grid-template-columns: 1fr; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .profile-card dl { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}