:root {
  --ink: #10151f;
  --ink-2: #233044;
  --muted: #617086;
  --line: #dfe6ee;
  --paper: #f7f9fb;
  --white: #ffffff;
  --green: #3ad6b2;
  --blue: #2f7cff;
  --coral: #ff7a59;
  --yellow: #ffd166;
  --radius: 8px;
  --shadow: 0 24px 80px rgba(16, 21, 31, .12);
}
* { 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: var(--paper); line-height: 1.5; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(16,21,31,.035) 1px, transparent 1px), linear-gradient(0deg, rgba(16,21,31,.025) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 70%); }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
img, svg { max-width: 100%; }
.skip-link { position: absolute; left: -999px; top: 1rem; background: var(--ink); color: white; padding: .7rem 1rem; z-index: 10; }
.skip-link:focus { left: 1rem; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
.site-header { position: sticky; top: 0; z-index: 5; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.5rem; padding: .85rem clamp(1rem, 3vw, 2rem); background: rgba(247,249,251,.86); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(16,21,31,.08); }
.brand { display: inline-flex; align-items: center; gap: .62rem; font-weight: 850; text-decoration: none; letter-spacing: 0; }
.brand img { display: block; }
.brand-wordmark { width: 10.5rem; height: auto; }
nav { display: flex; justify-content: center; gap: clamp(.7rem, 2vw, 1.6rem); font-size: .94rem; }
nav a, .header-actions a { text-decoration: none; color: var(--ink-2); }
.header-actions { display: flex; align-items: center; gap: .45rem; }
.lang { font-size: .78rem; color: var(--muted); padding: .25rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 2.75rem; padding: .72rem 1rem; border-radius: var(--radius); background: var(--ink); color: white; text-decoration: none; font-weight: 750; border: 1px solid var(--ink); box-shadow: 0 10px 30px rgba(16,21,31,.16); }
.button.secondary { background: white; color: var(--ink); box-shadow: none; border-color: var(--line); }
.button.small { min-height: 2.25rem; padding: .45rem .75rem; font-size: .88rem; }
.header-actions .button.small { background: var(--ink); border-color: var(--ink); color: #ffffff; }
.header-actions .button.small:hover { background: #2f7cff; border-color: #2f7cff; color: #ffffff; }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 48vw); gap: clamp(2rem, 6vw, 5rem); align-items: center; padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 5vw, 5rem) 3rem; min-height: calc(100vh - 72px); }
.hero-copy { max-width: 760px; }
.eyebrow { margin: 0 0 .85rem; color: var(--blue); text-transform: uppercase; font-weight: 850; font-size: .78rem; letter-spacing: .12em; }
h1, h2, h3 { line-height: .96; letter-spacing: 0; margin: 0; }
h1 { font-size: clamp(3rem, 8vw, 7.4rem); max-width: 11ch; }
h2 { font-size: clamp(2rem, 4.5vw, 4.25rem); max-width: 12ch; }
h3 { font-size: 1.35rem; line-height: 1.08; }
.lead { font-size: clamp(1.12rem, 1.7vw, 1.48rem); color: var(--ink-2); max-width: 62ch; margin: 1.2rem 0 0; }
.cta-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.7rem; }
.stat-row { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.6rem; }
.stat-row span { border: 1px solid var(--line); background: rgba(255,255,255,.72); border-radius: 999px; padding: .45rem .7rem; color: var(--muted); font-size: .9rem; }
.hero-visual { border-radius: 30px; box-shadow: var(--shadow); min-height: 340px; }
.visual-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; padding: 0 clamp(1rem, 5vw, 5rem) clamp(3.5rem, 7vw, 6rem); }
.image-panel { margin: 0; border-radius: 18px; overflow: hidden; background: white; border: 1px solid var(--line); box-shadow: 0 18px 50px rgba(16,21,31,.08); }
.image-panel img { display: block; width: 100%; aspect-ratio: 16 / 11; object-fit: cover; background: var(--ink); }
.image-panel figcaption { padding: .85rem 1rem 1rem; color: var(--muted); font-size: .92rem; }
.trust-band { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); margin: 0 clamp(1rem, 5vw, 5rem) 5rem; border: 1px solid var(--line); }
.trust-band p { margin: 0; padding: clamp(1.1rem, 2vw, 1.6rem); background: white; font-weight: 700; color: var(--ink-2); }
.section, .dark-section, .closing-cta, .text-section { padding: clamp(3.5rem, 7vw, 7rem) clamp(1rem, 5vw, 5rem); }
.section-head { display: grid; grid-template-columns: minmax(220px, .85fr) minmax(280px, 1fr); gap: 1.5rem 4rem; align-items: end; margin-bottom: 2rem; }
.section-head p:last-child { color: var(--muted); max-width: 58ch; margin: 0; font-size: 1.08rem; }
.bento, .card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.card { min-height: 240px; padding: 1.25rem; border: 1px solid var(--line); background: white; border-radius: var(--radius); box-shadow: 0 14px 36px rgba(16,21,31,.06); display: flex; flex-direction: column; }
.bento .card:first-child { grid-column: span 2; background: var(--ink); color: white; }
.bento .card:first-child p { color: #c5d2df; }
.card-kicker { color: var(--coral); text-transform: uppercase; font-size: .72rem; font-weight: 850; letter-spacing: .12em; margin: 0 0 .8rem; }
.card p { color: var(--muted); margin: .8rem 0 1rem; }
.card a { margin-top: auto; font-weight: 800; color: var(--blue); }
.dark-section { background: var(--ink); color: white; }
.dark-section .eyebrow { color: var(--green); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.16); }
.proof-grid div { background: #151d2a; padding: 1.25rem; min-height: 170px; }
.proof-grid strong { display: block; font-size: 1.3rem; margin-bottom: .8rem; }
.proof-grid span { color: #b9c8d8; }
.closing-cta { background: white; text-align: center; }
.closing-cta h2 { margin: 0 auto; }
.closing-cta .cta-row { justify-content: center; }
.page-hero { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .55fr); gap: 2rem; align-items: end; padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 5vw, 5rem) clamp(3rem, 6vw, 5rem); border-bottom: 1px solid var(--line); }
.page-hero.narrow { display: block; max-width: 920px; }
.page-hero h1 { max-width: 13ch; }
.page-aside { display: grid; gap: 1rem; }
.page-panel { background: var(--ink); color: white; border-radius: 18px; padding: 1rem; box-shadow: var(--shadow); }
.page-panel div { display: grid; grid-template-columns: auto 1fr; gap: .8rem; padding: .9rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.page-panel div:last-child { border-bottom: 0; }
.page-panel span { width: .68rem; height: .68rem; border-radius: 50%; background: var(--green); margin-top: .42rem; }
.page-panel p { margin: 0; color: #dce6ef; font-weight: 680; }
.text-section { max-width: 1040px; }
.text-section h2 { margin-bottom: 1rem; }
.text-section > p { max-width: 70ch; color: var(--ink-2); font-size: 1.18rem; }
.feature-matrix { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 2rem; }
.feature-matrix div { background: white; padding: 1.1rem; }
.feature-matrix strong { display: block; margin-bottom: .45rem; }
.feature-matrix span { color: var(--muted); }
.tight { padding-top: 2.5rem; }
.small .card { min-height: 190px; }
.pricing-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .8rem; }
.price-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem; min-height: 240px; }
.price-card h3 { margin-bottom: .8rem; }
.price-card p { color: var(--ink-2); font-weight: 700; }
.price-card span, .note { color: var(--muted); }
.download-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.download-list a { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem; text-decoration: none; display: block; }
.download-list strong { display: block; margin-bottom: .4rem; }
.download-list span { color: var(--muted); }
.code-panel { margin-top: 1rem; background: var(--ink); color: white; border-radius: var(--radius); padding: 1rem; overflow-x: auto; }
.site-footer { display: grid; grid-template-columns: 1fr 1.2fr; gap: 2rem; padding: 2rem clamp(1rem, 5vw, 5rem); background: white; border-top: 1px solid var(--line); }
.site-footer p { color: var(--muted); max-width: 42ch; }
.footer-links { display: flex; flex-wrap: wrap; gap: .7rem 1.2rem; align-content: start; justify-content: flex-end; }
.footer-links a { color: var(--ink-2); }
@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { order: 3; grid-column: 1 / -1; justify-content: flex-start; overflow-x: auto; padding-bottom: .2rem; }
  .hero, .page-hero, .section-head, .site-footer { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  h1 { font-size: clamp(3rem, 14vw, 5.5rem); }
  .trust-band, .proof-grid, .pricing-grid, .download-list, .visual-strip { grid-template-columns: 1fr 1fr; }
  .bento, .card-grid { grid-template-columns: 1fr 1fr; }
  .bento .card:first-child { grid-column: span 1; }
  .footer-links { justify-content: flex-start; }
}
@media (max-width: 640px) {
  .site-header { padding: .7rem 1rem; }
  .header-actions .lang { display: none; }
  .hero, .page-hero { padding-top: 3rem; }
  .trust-band, .bento, .card-grid, .proof-grid, .feature-matrix, .pricing-grid, .download-list, .visual-strip { grid-template-columns: 1fr; }
  .trust-band { margin-left: 1rem; margin-right: 1rem; }
  .card, .price-card { min-height: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}