:root {
  --ink: #07101d;
  --ink-2: #101a29;
  --blue: #176df0;
  --blue-bright: #2e86ff;
  --paper: #f4f7fb;
  --white: #ffffff;
  --muted: #637083;
  --line: #dce3ec;
  --font-display: "Barlow Condensed", Impact, sans-serif;
  --font-body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); font-size: 16px; line-height: 1.6; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 1000; padding: .7rem 1rem; background: var(--white); color: var(--ink); border-radius: .35rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(7,16,29,.94); color: var(--white); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.1); }
.nav-wrap { width: min(1200px, calc(100% - 40px)); height: 78px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; line-height: 1; }
.brand-logo { width: 42px; height: 42px; object-fit: contain; flex: 0 0 auto; }
.brand span:last-child { display: grid; gap: .15rem; }
.brand strong { font-family: var(--font-display); font-size: 1.15rem; letter-spacing: .08em; }
.brand sup, .footer-brand sup { margin-left: .08em; font-family: var(--font-body); font-size: .48em; vertical-align: super; }
.brand em { color: var(--blue-bright); font-size: .7rem; font-style: normal; font-weight: 700; letter-spacing: .23em; }
nav { display: flex; align-items: center; gap: 1.8rem; }
nav a { color: #d3dbe6; text-decoration: none; font-size: .88rem; font-weight: 600; }
nav a:hover, nav a:focus-visible { color: var(--white); }
nav .nav-buy { padding: .7rem 1rem; color: var(--white); background: var(--blue); border-radius: .3rem; }
.language-nav { display: flex; align-items: center; gap: .35rem; }
.language-globe { font-size: .88rem; line-height: 1; opacity: .9; }
.gtranslate_wrapper { display: flex; align-items: center; min-width: 112px; min-height: 34px; }
.gtranslate_wrapper select, .gtranslate_wrapper .gt_selector { width: 112px !important; max-width: 112px !important; height: 34px !important; padding: 0 1.65rem 0 .55rem !important; border: 1px solid rgba(255,255,255,.22) !important; border-radius: .3rem !important; outline: none !important; color: #e9f0f8 !important; background: #101a29 !important; font: 600 .74rem/1 var(--font-body) !important; cursor: pointer !important; }
.gtranslate_wrapper select:hover, .gtranslate_wrapper select:focus, .gtranslate_wrapper .gt_selector:hover, .gtranslate_wrapper .gt_selector:focus { border-color: var(--blue-bright) !important; }
.gtranslate_wrapper option { color: #eef4fb; background: #07101d; }
.translate-loading { color: #d7e0eb; font-size: .74rem; font-weight: 600; white-space: nowrap; }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.2); border-radius: .35rem; background: transparent; }
.nav-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--white); }

.hero { overflow: hidden; background: var(--ink); color: var(--white); }
.hero-grid { width: min(1280px, calc(100% - 40px)); min-height: 735px; margin: auto; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 5vw; padding: 70px 0 52px; }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 1.25rem; color: var(--blue); font-size: .75rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: currentColor; }
.eyebrow.light { color: #70adff; }
.hero h1, .section h2, .closing h2 { margin: 0; font-family: var(--font-display); font-weight: 700; letter-spacing: -.025em; line-height: .93; text-transform: uppercase; }
.hero h1 { font-size: clamp(4.25rem, 7.5vw, 7.3rem); }
.hero h1 strong { color: var(--blue-bright); font-weight: 700; }
.hero-lead { max-width: 645px; margin: 1.8rem 0 0; color: #b8c4d4; font-size: 1.1rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 2rem 0 2.4rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 1.35rem; border: 1px solid transparent; border-radius: .25rem; text-decoration: none; font-size: .92rem; font-weight: 800; }
.button.primary { color: var(--white); background: var(--blue); box-shadow: 0 12px 30px rgba(23,109,240,.25); }
.button.primary:hover, .button.primary:focus-visible { background: var(--blue-bright); transform: translateY(-1px); }
.button.secondary { color: var(--white); border-color: rgba(255,255,255,.22); }
.button.secondary span { margin-left: .6rem; color: var(--blue-bright); }
.hero-facts { display: flex; gap: 0; margin: 0; padding: 0; list-style: none; }
.hero-facts li { min-width: 125px; padding: 0 1.3rem; border-left: 1px solid rgba(255,255,255,.15); }
.hero-facts li:first-child { padding-left: 0; border-left: 0; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-family: var(--font-display); font-size: 1.9rem; line-height: 1; }
.hero-facts span { margin-top: .3rem; color: #77879b; font-size: .72rem; letter-spacing: .04em; text-transform: uppercase; }
.hero-visual { position: relative; padding: 34px 34px 0; }
.hero-visual::before { position: absolute; content: ""; inset: 5% -10% -5% 9%; background: linear-gradient(145deg, rgba(23,109,240,.27), rgba(23,109,240,0) 62%); clip-path: polygon(12% 0, 100% 0, 85% 100%, 0 100%); }
.image-frame { position: relative; overflow: hidden; max-width: 560px; margin-left: auto; background: #dfe3e6; box-shadow: 0 30px 80px rgba(0,0,0,.36); clip-path: polygon(10% 0, 100% 0, 88% 100%, 0 100%); }
.image-frame img { aspect-ratio: 1 / 1.08; object-fit: cover; object-position: 50% 52%; filter: contrast(1.05) saturate(.82); }
.signal-label { position: absolute; top: 4px; right: 1px; z-index: 2; padding: .55rem .9rem; background: var(--blue); font-size: .7rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.ink-switch { position: relative; z-index: 2; width: max-content; margin: -25px 9% 0 auto; padding: .8rem 1rem; display: flex; gap: 1.2rem; background: var(--white); color: var(--ink); border-radius: .25rem; box-shadow: 0 18px 35px rgba(0,0,0,.3); font-size: .78rem; font-weight: 700; }
.dot { display: inline-block; width: 10px; height: 10px; margin-right: .35rem; border-radius: 50%; }
.dot.black { background: #111; }
.dot.blue { background: #145ed2; }
.trust-bar { min-height: 66px; padding: 0 max(20px, calc((100% - 1280px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: #0c1726; border-top: 1px solid rgba(255,255,255,.08); color: #718198; }
.trust-bar span { color: #d4ddea; font-family: var(--font-display); font-weight: 700; letter-spacing: .12em; }
.trust-bar p { font-size: .76rem; letter-spacing: .05em; text-transform: uppercase; }

.section { width: min(1200px, calc(100% - 40px)); margin: auto; padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1.2fr; gap: 3rem; align-items: end; margin-bottom: 3.5rem; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -1rem; }
.section h2 { font-size: clamp(3.2rem, 5.8vw, 5.8rem); }
.section-heading > p:last-child { margin: 0 0 .35rem; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: 1.05fr .95fr .95fr; grid-template-rows: repeat(2, 320px); gap: 1rem; }
.feature-card { position: relative; overflow: hidden; padding: 2rem; }
.feature-photo { grid-row: 1 / 3; padding: 0; background: #d5d9dd; }
.feature-photo img { height: 100%; object-fit: cover; object-position: 55% center; }
.photo-caption { position: absolute; inset: auto 1rem 1rem; padding: 1rem; background: rgba(7,16,29,.92); color: var(--white); font-weight: 700; }
.photo-caption span { margin-right: .7rem; color: var(--blue-bright); }
.feature-card .number { position: absolute; top: 1.2rem; right: 1.3rem; color: rgba(255,255,255,.48); font-family: var(--font-display); font-weight: 700; }
.feature-card .feature-icon { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid currentColor; border-radius: 50%; font-family: var(--font-display); font-size: 1.8rem; font-weight: 700; }
.feature-card h3 { margin: 3rem 0 .6rem; font-family: var(--font-display); font-size: 1.85rem; line-height: 1; text-transform: uppercase; }
.feature-card p { max-width: 330px; margin: 0; opacity: .75; font-size: .9rem; }
.dark-card { color: var(--white); background: var(--ink); }
.blue-card { color: var(--white); background: var(--blue); }
.light-card { color: var(--ink); background: #e8edf3; }
.light-card .number { color: var(--muted); }

.settings { width: 100%; padding-left: max(20px, calc((100% - 1200px)/2)); padding-right: max(20px, calc((100% - 1200px)/2)); color: var(--white); background: var(--ink); }
.settings-intro { max-width: 760px; margin-bottom: 4rem; }
.settings-intro > p:last-child { max-width: 620px; color: #9baabd; font-size: 1.05rem; }
.setting-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #263447; border-left: 1px solid #263447; }
.setting-grid article { min-height: 210px; padding: 1.7rem; border-right: 1px solid #263447; border-bottom: 1px solid #263447; transition: background .2s ease, transform .2s ease; }
.setting-grid article:hover { background: #0f2139; transform: translateY(-2px); }
.setting-grid span { color: var(--blue-bright); font-family: var(--font-display); font-size: .8rem; font-weight: 700; }
.setting-grid h3 { margin: 2.6rem 0 .4rem; font-family: var(--font-display); font-size: 1.65rem; line-height: 1; text-transform: uppercase; }
.setting-grid p { margin: 0; color: #8392a6; font-size: .86rem; }

.proof { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.proof-image { overflow: hidden; background: #ddd; box-shadow: 0 28px 60px rgba(7,16,29,.14); }
.proof-image img { aspect-ratio: 4 / 5; object-fit: cover; object-position: 39% 56%; }
.proof-copy dl { margin: 3rem 0 0; border-top: 2px solid var(--ink); }
.proof-copy dl div { display: grid; grid-template-columns: .85fr 1.15fr; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid var(--line); }
.proof-copy dt { color: var(--muted); font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.proof-copy dd { margin: 0; font-weight: 600; }

.buy { width: 100%; padding: 0 max(20px, calc((100% - 1200px)/2)) 110px; }
.buy-panel { padding: clamp(2rem, 5vw, 4.5rem); display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; color: var(--white); background: linear-gradient(135deg, #0b1a2f 0%, #07101d 62%, #0c2a56 100%); box-shadow: 0 35px 75px rgba(7,16,29,.2); }
.buy-panel h2 { font-size: clamp(3.4rem, 6vw, 5.8rem); }
.buy-panel > div:first-child > p:last-child { color: #93a2b5; }
.buy-options { display: grid; align-content: center; }
.buy-options a { padding: 1rem 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.14); text-decoration: none; }
.buy-options a:hover strong, .buy-options a:focus-visible strong { color: var(--blue-bright); }
.buy-options small, .buy-options strong { display: block; }
.buy-options small { color: #75869d; font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.buy-options strong { font-family: var(--font-display); font-size: 1.5rem; text-transform: uppercase; }
.buy-options b { color: var(--blue-bright); font-size: 1.35rem; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; padding-top: 0; }
.faq-heading { align-self: start; position: sticky; top: 120px; }
.faq-list { border-top: 2px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 1.25rem 0; display: flex; justify-content: space-between; gap: 1rem; cursor: pointer; list-style: none; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 1.35rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -.2rem 2.5rem 1.5rem 0; color: var(--muted); }

.closing { padding: 110px 20px; text-align: center; color: var(--white); background: var(--blue); }
.closing p { margin: 0 0 1rem; font-size: .76rem; font-weight: 800; letter-spacing: .18em; }
.closing h2 { max-width: 900px; margin: auto; font-size: clamp(3.5rem, 7vw, 7rem); }
.closing .button { margin-top: 2rem; color: var(--white); background: var(--ink); box-shadow: none; }
.closing .button:hover { background: #14233a; }

footer { padding: 42px max(20px, calc((100% - 1200px)/2)); display: grid; grid-template-columns: .7fr 1fr 1fr; gap: 2.5rem; align-items: center; color: #8e9caf; background: #050b13; font-size: .74rem; }
.footer-brand { display: flex; gap: .75rem; align-items: center; color: var(--white); }
.footer-brand strong, .footer-brand small { display: block; }
.footer-brand strong { font-family: var(--font-display); font-size: 1.2rem; letter-spacing: .05em; }
.footer-brand small { color: var(--blue-bright); }
footer p { margin: 0; line-height: 1.6; }
.footer-links { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 1.1rem; }
.footer-links a { color: #c4cedb; text-decoration: none; }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  nav { position: absolute; top: 78px; left: 0; right: 0; display: none; padding: 1.25rem 20px 1.5rem; align-items: stretch; flex-direction: column; gap: .4rem; background: #07101d; border-top: 1px solid rgba(255,255,255,.1); }
  nav.open { display: flex; }
  nav a { padding: .7rem 0; }
  nav .nav-buy { padding: .8rem 1rem; text-align: center; }
  .language-nav { padding: .55rem 0; }
  .gtranslate_wrapper select, .gtranslate_wrapper .gt_selector { width: min(280px, 72vw) !important; max-width: min(280px, 72vw) !important; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 65px; }
  .hero-visual { max-width: 650px; margin: 0 auto; }
  .trust-bar p { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .section-heading .eyebrow { margin-bottom: 0; }
  .feature-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 280px 280px; }
  .feature-photo { grid-column: 1 / -1; grid-row: auto; }
  .feature-card.light-card { grid-column: 1 / -1; }
  .setting-grid { grid-template-columns: 1fr 1fr; }
  .proof { grid-template-columns: .9fr 1.1fr; gap: 3rem; }
  .buy-panel { grid-template-columns: 1fr; }
  .faq { grid-template-columns: 1fr; gap: 2.5rem; }
  .faq-heading { position: static; }
  footer { grid-template-columns: 1fr 1fr; }
  footer p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 620px) {
  .nav-wrap { width: min(100% - 28px, 1200px); }
  .hero-grid, .section { width: min(100% - 28px, 1200px); }
  .hero-grid { padding-top: 48px; }
  .hero h1 { font-size: clamp(3.6rem, 18vw, 5.3rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-facts li { min-width: 0; flex: 1; padding: 0 .75rem; }
  .hero-facts strong { font-size: 1.45rem; }
  .hero-visual { padding: 25px 8px 0; }
  .signal-label { top: 0; }
  .ink-switch { margin-right: 2%; gap: .7rem; }
  .trust-bar { justify-content: center; }
  .trust-bar span:last-child { display: none; }
  .section { padding-top: 80px; padding-bottom: 80px; }
  .section h2 { font-size: clamp(3rem, 14vw, 4.2rem); }
  .feature-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: 390px repeat(3, auto); }
  .feature-photo, .feature-card.light-card { grid-column: auto; }
  .feature-card:not(.feature-photo) { min-height: 280px; }
  .settings { width: 100%; }
  .setting-grid { grid-template-columns: 1fr; }
  .setting-grid article { min-height: 180px; }
  .setting-grid h3 { margin-top: 2rem; }
  .proof { grid-template-columns: 1fr; }
  .proof-image img { aspect-ratio: 1 / 1.08; object-position: 40% 60%; }
  .proof-copy dl div { grid-template-columns: 1fr; gap: .1rem; }
  .buy { width: 100%; padding-left: 14px; padding-right: 14px; }
  .buy-panel { padding: 2rem 1.3rem; }
  .closing { padding: 80px 20px; }
  footer { grid-template-columns: 1fr; }
  footer p { grid-column: auto; grid-row: auto; }
  .footer-links { justify-content: flex-start; }
}

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