:root {
  color-scheme: dark;
  --bg: #080d12;
  --panel: #0e161e;
  --panel-2: #111c26;
  --line: #243541;
  --line-soft: rgba(143, 175, 190, 0.16);
  --text: #f2f7f3;
  --muted: #9caeb8;
  --accent: #69dfa0;
  --accent-strong: #3bcf83;
  --blue: #5bb4ff;
  --max: 1240px;
  --radius: 14px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; padding: .65rem 1rem; background: var(--accent); color: #06110b; font-weight: 800; }
.skip-link:focus { top: 1rem; }

.section-width, .section-shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.section-shell { padding-block: 112px; }
.eyebrow { margin: 0 0 18px; color: var(--accent); font: 750 .73rem/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .14em; }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 15px rgba(105,223,160,.7); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.045em; line-height: .98; }
h2 { margin-bottom: 22px; font-size: clamp(2.3rem, 4.5vw, 4.5rem); }
h3 { line-height: 1.2; }
.section-lede { max-width: 640px; color: var(--muted); font-size: 1.08rem; }

.site-header { position: sticky; top: 0; z-index: 50; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 70px; padding: 0 max(24px, calc((100vw - var(--max))/2)); border-bottom: 1px solid var(--line-soft); background: rgba(8,13,18,.88); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: .98rem; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { display: inline-grid; width: 31px; height: 31px; place-items: center; border: 1px solid #385464; border-radius: 7px; background: #101c25; }
.brand-mark img { width: 23px; height: 23px; object-fit: contain; }
.site-header nav { display: flex; align-items: center; gap: 28px; color: #b7c5cc; font-size: .84rem; }
.site-header nav a:hover, footer a:hover { color: var(--accent); }
.header-cta { justify-self: end; padding: 9px 14px; border: 1px solid rgba(105,223,160,.5); border-radius: 7px; color: var(--accent); font-size: .78rem; font-weight: 800; }

.hero { position: relative; min-height: 710px; display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 80% 30%, rgba(61,132,151,.13), transparent 35%), linear-gradient(180deg,#0a1117 0%,#080d12 100%); }
.grid-overlay { position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(85,117,133,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(85,117,133,.18) 1px,transparent 1px); background-size: 40px 40px; mask-image: linear-gradient(to bottom,black 20%,transparent 92%); }
.hero-layout { position: relative; display: grid; grid-template-columns: minmax(370px,.85fr) minmax(520px,1.3fr); align-items: center; gap: 66px; padding-block: 68px 74px; }
.hero-copy { position: relative; z-index: 2; }
h1 { margin: 0 0 26px; font-size: clamp(3.7rem,6vw,6.7rem); }
h1 span { display: block; color: var(--accent); }
.hero-lede { max-width: 590px; margin-bottom: 32px; color: #adbbc3; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 18px; padding: 12px 19px; border: 1px solid var(--line); border-radius: 8px; font-size: .85rem; font-weight: 800; transition: transform .2s ease,border-color .2s ease,background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { border-color: var(--accent); background: var(--accent); color: #06110b; }
.button-primary:hover { background: #83ebb0; }
.button-secondary { background: rgba(14,24,32,.82); color: #dce6e9; }
.button-secondary:hover { border-color: #567181; }
.hero-stats { display: flex; gap: 30px; margin: 39px 0 0; padding-top: 24px; border-top: 1px solid var(--line-soft); }
.hero-stats div { min-width: 90px; }
.hero-stats dt { color: #dff8e8; font: 800 .9rem/1.1 ui-monospace,SFMono-Regular,Consolas,monospace; }
.hero-stats dd { margin: 5px 0 0; color: #718692; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }

.carousel { min-width: 0; }
.app-window { overflow: hidden; border: 1px solid #39505e; border-radius: 9px; background: #141d25; box-shadow: 0 26px 70px rgba(0,0,0,.43); }
.window-bar { height: 31px; display: flex; align-items: center; justify-content: space-between; padding: 0 10px; background: #dcebdc; color: #07100c; font-size: .61rem; }
.window-bar span { display: flex; align-items: center; gap: 6px; }
.window-bar img { width: 15px; height: 15px; }
.slides { position: relative; aspect-ratio: 1.91 / 1; background: #151d24; }
.slide { position: absolute; inset: 0; margin: 0; opacity: 0; transition: opacity .45s ease; }
.slide.is-active { opacity: 1; z-index: 1; }
.slide img { width: 100%; height: 100%; object-fit: cover; }
.carousel-meta { display: flex; align-items: end; justify-content: space-between; padding-top: 15px; }
.carousel-meta > div:first-child { display: grid; gap: 2px; }
.carousel-meta span { color: #657b87; font: 700 .63rem ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .12em; }
.carousel-meta strong { font-size: .86rem; }
.carousel-controls { display: flex; align-items: center; gap: 12px; }
.carousel-controls button { width: 34px; height: 30px; border: 1px solid var(--line); border-radius: 5px; background: var(--panel); color: var(--text); cursor: pointer; }
.carousel-controls button:hover { border-color: var(--accent); color: var(--accent); }
.carousel-dots { display: flex; gap: 6px; margin-top: 12px; }
.carousel-dots button { width: 32px; height: 3px; padding: 0; border: 0; background: #2e414c; cursor: pointer; }
.carousel-dots button.is-active { background: var(--accent); }

.freedom-strip { border-bottom: 1px solid var(--line); background: #0c1319; }
.freedom-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.freedom-grid p { min-height: 140px; margin: 0; padding: 25px 24px; border-left: 1px solid var(--line-soft); color: #8396a0; font-size: .78rem; }
.freedom-grid p:last-child { border-right: 1px solid var(--line-soft); }
.freedom-grid span { display: block; color: #48606d; font: 700 .65rem ui-monospace,SFMono-Regular,Consolas,monospace; }
.freedom-grid strong { display: block; margin: 12px 0 6px; color: var(--text); font-size: 1rem; }

.product { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 76px; }
.product-copy h2 { max-width: 520px; }
.product-points { margin-top: 44px; }
.product-points article { display: grid; grid-template-columns: 34px 1fr; gap: 18px; padding: 19px 0; border-top: 1px solid var(--line-soft); }
.product-points article > span, .feature-grid article > span { color: var(--accent); font: 700 .66rem ui-monospace,SFMono-Regular,Consolas,monospace; }
.product-points h3 { margin: 0 0 4px; font-size: .98rem; }
.product-points p { margin: 0; color: var(--muted); font-size: .82rem; }
.product-image img { width: 100%; }

.features { border-top: 1px solid var(--line-soft); }
.section-heading { margin-bottom: 48px; }
.section-heading.horizontal { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 80px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin: 0; color: var(--muted); font-size: .94rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-grid article { min-height: 230px; padding: 29px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(145deg,rgba(18,29,38,.62),rgba(8,13,18,.2)); }
.feature-grid h3 { margin: 42px 0 10px; font-size: 1.08rem; }
.feature-grid p { margin: 0; color: var(--muted); font-size: .84rem; }

.downloads { border-block: 1px solid var(--line); background: #0b1218; }
.downloads-inner { padding-block: 108px; }
.download-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.download-card { position: relative; padding: 40px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.official-card { border-color: rgba(105,223,160,.5); background: linear-gradient(145deg,rgba(40,100,67,.17),var(--panel) 42%); }
.card-label, .download-card > span { color: var(--accent); font: 750 .66rem ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .12em; }
.download-card h3 { margin: 28px 0 10px; font-size: 1.65rem; }
.download-card > p { color: var(--muted); }
.download-card ul { display: grid; gap: 8px; margin: 26px 0 31px; padding: 0; list-style: none; color: #cbd7db; font-size: .83rem; }
.download-card li::before { content: "✓"; margin-right: 9px; color: var(--accent); }
.download-card small { display: block; margin-top: 18px; color: #667d88; font-size: .7rem; }

.policy-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.policy-grid article { min-height: 350px; padding: 40px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.policy-grid article > span { color: #6d838d; font: 750 .66rem ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .12em; }
.policy-grid h3 { margin: 56px 0 17px; font-size: 2rem; }
.policy-grid p { color: var(--muted); }
.license-panel h3 { color: var(--accent); }
.policy-links { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: #dce8e5; font-size: .78rem; font-weight: 750; }
.policy-links a:hover { color: var(--accent); }
.legal-note { max-width: 780px; margin: 25px 0 0; color: #647a85; font-size: .73rem; }

.support { border-block: 1px solid var(--line); background: radial-gradient(circle at 15% 50%,rgba(50,131,91,.14),transparent 35%),#0b1318; }
.support-layout { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 90px; padding-block: 100px; }
.support-layout > div:first-child > p:last-child { max-width: 670px; color: var(--muted); }
.support-card { padding: 34px; border: 1px solid rgba(105,223,160,.35); border-radius: var(--radius); background: rgba(12,23,29,.8); }
.support-card > span { color: var(--accent); font: 750 .66rem ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .12em; }
.support-card strong { display: block; margin: 22px 0 8px; font-size: 1.25rem; }
.support-card p { color: var(--muted); font-size: .84rem; }

.faq { display: grid; grid-template-columns: .6fr 1.4fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 22px 40px 22px 0; cursor: pointer; font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; float: right; color: var(--accent); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 760px; padding-right: 40px; color: var(--muted); font-size: .85rem; }
.final-cta { padding-block: 135px; text-align: center; }
.final-cta .brand-mark { margin: 0 auto 24px; }
.final-cta h2 { margin-bottom: 34px; }
.final-cta .hero-actions { justify-content: center; }

footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; min-height: 100px; padding: 25px max(24px,calc((100vw - var(--max))/2)); border-top: 1px solid var(--line); color: #71858f; font-size: .74rem; }
footer p { margin: 0; }
footer > div:last-child { display: flex; flex-wrap: wrap; justify-content: end; gap: 20px; }

.legal-body { background: #0a1016; }
.legal-header { position: static; grid-template-columns: 1fr auto; }
.legal-shell { width: min(calc(100% - 48px),900px); margin: 0 auto; padding: 78px 0 120px; }
.legal-shell h1 { font-size: clamp(3rem,8vw,6rem); }
.legal-shell .legal-intro { margin-bottom: 55px; color: var(--muted); font-size: 1.1rem; }
.legal-card { margin-top: 18px; padding: 30px; border: 1px solid var(--line); border-radius: 10px; background: var(--panel); }
.legal-card h2 { font-size: 1.8rem; letter-spacing: -.02em; }
.legal-card h3 { margin-top: 27px; }
.legal-card p, .legal-card li { color: #adbdc5; font-size: .92rem; }
.legal-card a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.legal-card li + li { margin-top: 8px; }
.notice { border-left: 3px solid var(--accent); }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; gap: 50px; }
  .hero-copy { max-width: 760px; }
  .carousel { max-width: 860px; }
  .product { grid-template-columns: 1fr; }
  .product-copy { max-width: 740px; }
  .section-heading.horizontal { grid-template-columns: 1fr; gap: 25px; }
  .section-heading.horizontal > p { max-width: 700px; }
  .support-layout { gap: 45px; }
  .faq { grid-template-columns: 1fr; gap: 12px; }
  footer { grid-template-columns: 1fr; }
  footer > div:last-child { justify-content: start; }
}

@media (max-width: 760px) {
  .section-width, .section-shell { width: min(calc(100% - 30px),var(--max)); }
  .section-shell { padding-block: 78px; }
  .site-header { height: 62px; padding-inline: 15px; }
  .header-cta { padding: 8px 10px; font-size: .7rem; }
  .hero-layout { grid-template-columns: minmax(0,1fr); padding-block: 55px 62px; }
  h1 { font-size: clamp(3.1rem,18vw,5rem); }
  h2 { font-size: clamp(2.25rem,12vw,3.7rem); }
  .hero-stats { gap: 14px; }
  .hero-stats div { min-width: 0; flex: 1; }
  .app-window { border-radius: 6px; }
  .window-bar { height: 26px; }
  .freedom-grid { grid-template-columns: repeat(2,1fr); }
  .freedom-grid p:nth-child(2) { border-right: 1px solid var(--line-soft); }
  .product { gap: 48px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 190px; }
  .download-grid, .policy-grid, .support-layout { grid-template-columns: 1fr; }
  .download-card, .policy-grid article { padding: 27px; }
  .policy-grid article { min-height: auto; }
  .policy-grid h3 { margin-top: 34px; }
  .support-layout { padding-block: 78px; }
  .final-cta { padding-block: 95px; }
}

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