:root {
  color-scheme: light;
  --ink: #101c32;
  --muted: #586579;
  --blue: #1268e8;
  --blue-dark: #074da8;
  --aqua: #11b8cf;
  --line: #dbe3ed;
  --surface: #ffffff;
  --surface-soft: #f4f7fb;
  --navy: #0b1930;
  --radius: 24px;
  --shadow: 0 20px 60px rgba(26, 47, 81, 0.12);
  font-family: Inter, "Segoe UI Variable", "Segoe UI", system-ui, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--surface); font-size: 17px; line-height: 1.6; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 800px; margin-bottom: 22px; font-size: clamp(3rem, 6vw, 5.9rem); line-height: .96; letter-spacing: -.065em; }
h2 { margin-bottom: 18px; font-size: clamp(2.1rem, 3.8vw, 3.6rem); line-height: 1.04; letter-spacing: -.045em; }
h3 { margin-bottom: 8px; font-size: 1.18rem; line-height: 1.25; }

.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; color: #fff; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header { position: sticky; z-index: 20; top: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; min-height: 76px; padding: 12px max(24px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid rgba(219, 227, 237, .86); background: rgba(255, 255, 255, .92); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 1.06rem; font-weight: 760; letter-spacing: -.02em; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px 16px 10px 16px; color: #fff; background: linear-gradient(145deg, var(--aqua), var(--blue)); font-size: .9rem; font-weight: 850; transform: skewX(-8deg); }
nav { display: flex; justify-content: center; gap: 30px; }
nav a, .footer-links a { color: var(--muted); text-decoration: none; font-size: .92rem; font-weight: 650; }
nav a:hover, nav a:focus-visible, .footer-links a:hover { color: var(--blue); }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid transparent; border-radius: 15px; text-decoration: none; font-weight: 740; line-height: 1.2; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.985); }
.button:focus-visible, a:focus-visible { outline: 3px solid rgba(18, 104, 232, .35); outline-offset: 3px; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--blue), #0a7dde); box-shadow: 0 14px 32px rgba(18, 104, 232, .24); }
.button-primary:hover { box-shadow: 0 18px 38px rgba(18, 104, 232, .32); }
.button-secondary { border-color: var(--line); color: var(--ink); background: #fff; box-shadow: 0 10px 24px rgba(25, 45, 75, .07); }
.button-light { color: var(--navy); background: #fff; }
.button-compact { min-height: 42px; padding: 9px 16px; color: #fff; background: var(--blue); font-size: .9rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { color: var(--blue-dark); text-decoration: none; font-weight: 730; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }

.hero { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 64px; min-height: 760px; padding-block: 84px 94px; }
.eyebrow { margin-bottom: 14px; color: var(--blue-dark); font-size: .78rem; font-weight: 820; letter-spacing: .12em; text-transform: uppercase; }
.lede { max-width: 700px; margin-bottom: 28px; color: #3c4b61; font-size: clamp(1.2rem, 2vw, 1.48rem); line-height: 1.45; }
.fine-print { margin: 14px 0 24px; color: var(--muted); font-size: .83rem; }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 0; padding: 0; list-style: none; color: #3d4b5e; font-size: .88rem; font-weight: 650; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: #0b9b72; }
.product-shot { margin: 0; padding: 12px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface-soft); box-shadow: var(--shadow); }
.product-shot img { width: 100%; border-radius: 15px; }
.product-shot figcaption { padding: 13px 8px 2px; color: var(--muted); font-size: .82rem; }
.hero-shot { transform: rotate(.5deg); }

.story-band { padding-block: 80px; background: var(--navy); color: #fff; }
.story-band .eyebrow { color: #72ddec; }
.story-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.story-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.story-steps li { padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.055); }
.story-steps strong { display: block; margin-bottom: 12px; color: #fff; font-size: 1.12rem; }
.story-steps p { margin: 0; color: #bdc8d8; font-size: .9rem; }

.section-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 72px; padding-block: 120px; }
.section-copy > p:not(.eyebrow):not(.callout) { color: var(--muted); font-size: 1.1rem; }
.callout { margin-top: 28px; padding: 16px 18px; border-left: 4px solid var(--aqua); border-radius: 0 12px 12px 0; background: #eefafd; color: #264659; font-size: .9rem; }
.privacy-section { padding-block: 100px; background: var(--surface-soft); }
.privacy-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.privacy-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.privacy-points article { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.privacy-points article p { margin: 0; color: var(--muted); font-size: .92rem; }
.privacy-points .text-link { align-self: center; }
.organization-section { display: grid; grid-template-columns: 1.25fr .75fr; gap: 24px; padding-block: 110px; }
.pricing-section { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; padding-block: 100px; }
.pricing-card { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface-soft); box-shadow: var(--shadow); }
.pricing-card > p { color: var(--muted); }
.price-message { color: var(--ink) !important; font-size: 1.45rem; font-weight: 760; letter-spacing: -.025em; }
.organization-card, .release-card { border-radius: var(--radius); }
.organization-card { padding: clamp(32px, 5vw, 62px); color: #fff; background: linear-gradient(145deg, #0a1c39, #103f73); }
.organization-card .eyebrow { color: #71dbea; }
.organization-card p:not(.eyebrow) { max-width: 720px; color: #c6d2e2; }
.release-card { padding: 34px; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.release-card h3 { font-size: 1.7rem; }
.release-card > p:not(.eyebrow) { color: var(--muted); font-size: .92rem; }
.status-dot { display: block; width: 10px; height: 10px; margin-bottom: 30px; border-radius: 50%; background: #0ab77a; box-shadow: 0 0 0 6px rgba(10,183,122,.12); }
.final-cta { padding-block: 70px; color: #fff; background: linear-gradient(100deg, var(--blue-dark), var(--blue)); }
.final-cta .eyebrow { color: #9ceaf3; }
.final-cta h2 { margin-bottom: 0; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }

.legal-page { min-height: 70vh; padding-block: 90px 120px; }
.legal-page > h1 { max-width: 950px; font-size: clamp(2.8rem, 5vw, 5rem); }
.legal-page > .lede { max-width: 850px; }
.legal-page > section { max-width: 850px; margin-top: 52px; }
.legal-page li { margin-bottom: 8px; }
.article-page { min-height: 70vh; padding-block: 82px 110px; }
.article-page .article-hero { max-width: 900px; margin-bottom: 70px; }
.article-page h1 { font-size: clamp(2.8rem, 5vw, 5rem); }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 70px; align-items: start; }
.article-content { max-width: 760px; }
.article-content section { margin-bottom: 56px; }
.article-content p, .article-content li { color: var(--muted); }
.article-aside { position: sticky; top: 100px; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface-soft); }
.article-aside p { color: var(--muted); font-size: .9rem; }
.article-aside .button { width: 100%; }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; max-width: none !important; }
.support-grid section { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface-soft); }
.support-grid p { color: var(--muted); }

.site-footer { display: grid; grid-template-columns: 1fr auto auto; align-items: start; gap: 40px; padding-block: 46px; color: var(--muted); font-size: .82rem; }
.site-footer p { margin: 4px 0 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero, .section-grid, .story-layout, .privacy-layout, .pricing-section, .organization-section, .article-layout { grid-template-columns: 1fr; }
  .hero { min-height: 0; gap: 42px; padding-block: 70px; }
  .hero-shot { transform: none; }
  .story-steps { grid-template-columns: 1fr; }
  .privacy-points { grid-template-columns: 1fr; }
  .support-grid { grid-template-columns: 1fr; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; gap: 22px; }
  .article-aside { position: static; }
}

@media (max-width: 540px) {
  body { font-size: 16px; }
  .section-shell { width: min(100% - 30px, 1180px); }
  .site-header { padding-inline: 15px; }
  .button-row, .button { width: 100%; }
  .button-compact { width: auto; }
  .section-grid, .privacy-section, .organization-section { padding-block: 72px; }
  .product-shot { padding: 7px; border-radius: 18px; }
}

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