:root {
  color: #171822;
  background: #f7f5f0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  font-synthesis: none;
  --ink: #171822;
  --muted: #70717c;
  --line: #e7e2d9;
  --paper: rgba(255, 255, 255, .86);
  --orange: #ff5e32;
  --orange-dark: #e7471c;
  --violet: #7057e8;
  --blue: #3985e5;
  --green: #28b37b;
  --shadow: 0 24px 70px rgba(37, 31, 24, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 98px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; }
body, button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; }
img { max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-150%); border-radius: 10px; background: var(--ink); color: #fff; padding: 10px 14px; text-decoration: none; }
.skip-link:focus { transform: none; }
.ambient { position: fixed; z-index: -2; border-radius: 50%; pointer-events: none; filter: blur(8px); }
.ambient-one { width: 640px; height: 640px; top: -310px; right: -170px; background: radial-gradient(circle, rgba(255, 160, 111, .28), transparent 69%); }
.ambient-two { width: 520px; height: 520px; top: 930px; left: -300px; background: radial-gradient(circle, rgba(117, 91, 232, .12), transparent 69%); }

.site-header { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid transparent; background: rgba(247, 245, 240, .8); backdrop-filter: blur(18px); }
.nav { height: 82px; display: flex; align-items: center; gap: 34px; }
.brand { display: flex; align-items: center; gap: 11px; flex: 0 0 auto; text-decoration: none; }
.brand-mark { width: 43px; height: 43px; overflow: hidden; flex: 0 0 43px; border-radius: 14px; background: var(--orange); box-shadow: 0 10px 26px rgba(232, 72, 29, .22); }
.brand-mark img { width: 100%; height: 100%; display: block; object-fit: cover; }
.brand-copy { display: grid; }
.brand-copy strong, .footer-brand strong { font-family: "Avenir Next", Inter, sans-serif; font-size: 15px; letter-spacing: -.025em; }
.brand-copy small, .footer-brand small { margin-top: 2px; color: #898991; font-size: 10px; }
.nav-links { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.nav-links a { position: relative; color: #62636c; font-size: 12px; font-weight: 650; text-decoration: none; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; border-radius: 2px; background: var(--orange); transition: right .2s; }
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 9px; }
.language-switcher { display: flex; gap: 2px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.7); padding: 3px; }
.language-switcher button { width: 32px; height: 30px; border: 0; border-radius: 8px; background: transparent; color: #8a8990; font-size: 9px; font-weight: 800; cursor: pointer; }
.language-switcher button.active { background: var(--ink); box-shadow: 0 4px 12px rgba(23,24,34,.16); color: #fff; }
.github-button { height: 38px; display: inline-flex; align-items: center; gap: 8px; border-radius: 11px; background: var(--ink); color: #fff; padding: 0 14px; font-size: 11px; font-weight: 700; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.github-button:hover { transform: translateY(-1px); box-shadow: 0 9px 22px rgba(23,24,34,.18); }
.github-button svg { width: 16px; height: 16px; }
.menu-button { display: none; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.75); padding: 11px; cursor: pointer; }
.menu-button span { display: block; height: 1.5px; border-radius: 2px; background: var(--ink); transition: transform .2s; }
.menu-button span + span { margin-top: 7px; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(4.25px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4.25px) rotate(-45deg); }

.hero { min-height: 690px; display: grid; grid-template-columns: minmax(0, .87fr) minmax(520px, 1.13fr); align-items: center; gap: 60px; padding-block: 74px 86px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #74757e; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(40,179,123,.11); }
.hero h1 { margin: 25px 0 22px; font-family: "Avenir Next", Inter, sans-serif; font-size: clamp(55px, 5.4vw, 78px); font-weight: 800; line-height: .94; letter-spacing: -.07em; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-copy > p { max-width: 560px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 11px; margin-top: 30px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 13px; padding: 0 20px; font-size: 12px; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .18s, box-shadow .18s, background .18s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 17px; height: 17px; }
.button-primary { background: linear-gradient(135deg, #ff7146, #ed4b20); color: #fff; box-shadow: 0 13px 30px rgba(236,76,32,.26); }
.button-primary:hover { box-shadow: 0 17px 36px rgba(236,76,32,.34); }
.button-secondary { border: 1px solid #ddd8ce; background: rgba(255,255,255,.68); color: #4b4b54; }
.button-secondary:hover { background: #fff; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 24px; }
.hero-meta > span { display: flex; align-items: center; gap: 5px; color: #8b8b93; font-size: 9px; font-weight: 650; }
.hero-meta svg { width: 13px; height: 13px; color: var(--green); stroke-width: 2.3; }

.hero-visual { position: relative; min-width: 0; padding: 44px 0 52px 22px; }
.glow { position: absolute; z-index: -1; width: 540px; height: 540px; top: 50%; left: 53%; translate: -50% -50%; border-radius: 50%; background: radial-gradient(circle, rgba(255,96,48,.19), rgba(111,86,231,.06) 45%, transparent 70%); }
.browser-frame { overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 22px; background: #1b1c26; box-shadow: 0 38px 90px rgba(25,23,21,.25); transform: perspective(1100px) rotateY(-3deg) rotateX(1deg); }
.browser-frame img { width: 100%; display: block; }
.browser-bar { height: 38px; display: flex; align-items: center; gap: 6px; background: #20212c; padding: 0 13px; }
.browser-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #4e4e59; }
.browser-bar > span:first-child { background: #ff684b; }
.browser-bar > span:nth-child(2) { background: #ffc15a; }
.browser-bar > span:nth-child(3) { background: #4dca83; }
.browser-bar small { margin-inline: auto; color: #777783; font-size: 8px; letter-spacing: .03em; }
.event-card { position: absolute; z-index: 3; min-width: 218px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(231,227,217,.9); border-radius: 15px; background: rgba(255,255,255,.93); box-shadow: 0 18px 45px rgba(37,30,23,.13); padding: 11px 13px; backdrop-filter: blur(14px); }
.event-card > span:last-child { display: grid; }
.event-card small { color: #a2a0a7; font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.event-card strong { margin-top: 3px; font-size: 10px; }
.event-ring { top: 13px; left: -12px; }
.event-output { right: -22px; bottom: 12px; }
.event-icon { width: 36px; height: 36px; flex: 0 0 36px; display: grid; place-items: center; border-radius: 11px; }
.event-icon svg { width: 17px; height: 17px; }
.event-icon.orange { color: var(--orange); background: #fff0e9; }
.event-icon.purple { color: var(--violet); background: #f0edff; }

.trust-strip { min-height: 108px; display: flex; align-items: center; justify-content: space-around; gap: 24px; border-block: 1px solid var(--line); }
.trust-strip > span { display: grid; text-align: center; }
.trust-strip strong { font: 750 14px/1.3 "Avenir Next", Inter, sans-serif; }
.trust-strip small { margin-top: 3px; color: #96959b; font-size: 9px; }
.trust-strip > i { width: 1px; height: 31px; background: var(--line); }

.section { padding-block: 112px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 42px; }
.section-heading > div { max-width: 640px; }
.section-heading > p { max-width: 440px; margin: 0 0 4px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.section-kicker { color: var(--orange); font-size: 9px; font-weight: 850; letter-spacing: .17em; }
.section h2, .final-cta h2 { margin: 9px 0 0; font: 800 clamp(38px, 4.3vw, 57px)/1.04 "Avenir Next", Inter, sans-serif; letter-spacing: -.055em; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.feature-card { position: relative; min-height: 295px; overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: var(--paper); box-shadow: var(--shadow); padding: 30px; }
.feature-card.feature-main { background: linear-gradient(140deg, #fffaf6, #fff); }
.feature-card.feature-dark { border-color: #242530; background: #181923; color: #fff; }
.feature-icon { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 15px; }
.feature-icon svg { width: 22px; height: 22px; }
.feature-icon.orange { color: var(--orange); background: #fff0e9; }
.feature-icon.purple { color: var(--violet); background: #f0edff; }
.feature-icon.blue { color: var(--blue); background: #eaf4ff; }
.feature-icon.green { color: #4bd39b; background: rgba(75,211,155,.1); }
.feature-number { position: absolute; top: 31px; right: 32px; color: #cac7c0; font: 800 10px/1 "Avenir Next", sans-serif; }
.feature-dark .feature-number { color: #555560; }
.feature-card h3 { margin: 44px 0 9px; font: 750 23px/1.2 "Avenir Next", Inter, sans-serif; letter-spacing: -.04em; }
.feature-card p { max-width: 450px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.feature-dark p { color: #92919d; }
.waveform { position: absolute; right: 26px; bottom: 24px; height: 54px; display: flex; align-items: center; gap: 4px; opacity: .75; }
.waveform i { width: 3px; height: 24%; border-radius: 3px; background: var(--orange); }
.waveform i:nth-child(2), .waveform i:nth-child(11) { height: 52%; }
.waveform i:nth-child(3), .waveform i:nth-child(10) { height: 88%; }
.waveform i:nth-child(4), .waveform i:nth-child(9) { height: 58%; }
.waveform i:nth-child(5), .waveform i:nth-child(8) { height: 100%; }
.waveform i:nth-child(6), .waveform i:nth-child(7) { height: 72%; }
.local-chip { position: absolute; right: 27px; bottom: 25px; display: flex; align-items: center; gap: 7px; border: 1px solid rgba(255,255,255,.08); border-radius: 999px; background: rgba(255,255,255,.05); color: #aaa9b4; padding: 8px 11px; font-size: 8px; font-weight: 700; }
.local-chip i { width: 6px; height: 6px; border-radius: 50%; background: #4bd39b; box-shadow: 0 0 0 4px rgba(75,211,155,.08); }

.process-section { background: #181923; color: #fff; }
.section-heading.centered { display: block; text-align: center; }
.section-heading.centered > div, .section-heading.centered > p { margin-inline: auto; }
.section-heading.centered > p { margin-top: 16px; }
.process-grid { display: grid; grid-template-columns: 1fr 42px 1fr 42px 1fr; align-items: center; gap: 13px; }
.process-card { position: relative; min-height: 360px; border: 1px solid rgba(255,255,255,.07); border-radius: 23px; background: rgba(255,255,255,.035); padding: 24px; text-align: center; }
.process-index { position: absolute; top: 19px; left: 21px; color: #62616d; font-size: 9px; font-weight: 800; }
.process-visual { position: relative; height: 174px; display: grid; place-items: center; }
.process-card h3 { margin: 9px 0 8px; font: 700 16px/1.3 "Avenir Next", Inter, sans-serif; }
.process-card p { margin: 0; color: #8d8c98; font-size: 10px; line-height: 1.65; }
.process-arrow { display: grid; place-items: center; color: #5b5965; }
.process-arrow svg { width: 24px; }
.ring-device { position: relative; width: 63px; height: 126px; border: 3px solid #ece9e4; border-radius: 32px; background: linear-gradient(145deg,#fff,#cbc8c2); box-shadow: 0 17px 30px rgba(0,0,0,.28); }
.ring-device::before { content: ""; position: absolute; top: 14px; left: 50%; width: 29px; height: 29px; translate: -50%; border: 4px solid #2b2c35; border-radius: 50%; background: radial-gradient(circle at 35% 32%,#7392ae 0 7%,#162534 22%,#090a0e 65%); }
.ring-device i { position: absolute; top: 67px; left: 50%; width: 32px; height: 32px; translate: -50%; border: 2px solid var(--orange); border-radius: 50%; background: #fff; }
.bridge-visual img { position: relative; z-index: 2; width: 77px; border-radius: 23px; box-shadow: 0 15px 35px rgba(235,73,31,.27); }
.bridge-visual span { position: absolute; width: 112px; height: 112px; border: 1px solid rgba(255,101,55,.2); border-radius: 50%; }
.bridge-visual span:last-child { width: 151px; height: 151px; border-color: rgba(255,101,55,.08); }
.pods-visual { display: flex; justify-content: center; align-items: flex-end; gap: 9px; }
.pods-visual i { position: relative; width: 51px; height: 62px; border-radius: 25px 25px 20px 20px; background: repeating-linear-gradient(90deg,#dedbd5 0 1px,#aaa7a2 1px 3px); box-shadow: 0 14px 24px rgba(0,0,0,.25); }
.pods-visual i:nth-child(2) { width: 66px; height: 81px; border-radius: 32px 32px 25px 25px; }
.pods-visual i::after { content: ""; position: absolute; left: 50%; bottom: 4px; width: 26px; height: 4px; translate: -50%; border-radius: 50%; background: #777; opacity: .35; }

.showcase { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 70px; }
.showcase-copy h2 { font-size: clamp(37px,4vw,52px); }
.showcase-copy > p { color: var(--muted); font-size: 13px; line-height: 1.75; }
.showcase-copy ul { display: grid; gap: 11px; margin: 24px 0 25px; padding: 0; list-style: none; }
.showcase-copy li { display: flex; align-items: center; gap: 9px; color: #55565f; font-size: 11px; }
.showcase-copy li > span:first-child { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 7px; background: #eaf8f2; color: var(--green); }
.showcase-copy li svg { width: 12px; height: 12px; stroke-width: 2.4; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--orange-dark); font-size: 11px; font-weight: 750; text-decoration: none; }
.text-link svg { width: 15px; transition: transform .2s; }
.text-link:hover svg { transform: translateX(3px); }
.browser-frame.light { border-color: #ddd8d0; background: #f2f0eb; box-shadow: 0 30px 75px rgba(38,32,24,.16); transform: perspective(1100px) rotateY(2deg); }
.browser-frame.light .browser-bar { background: #e9e6e0; }
.browser-frame.light .browser-bar small { color: #9a989c; }

.install-section { padding-top: 72px; }
.install-panel { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; overflow: hidden; border-radius: 31px; background: #181923; color: #fff; padding: 66px; box-shadow: 0 34px 80px rgba(24,25,35,.18); }
.install-intro > p { color: #92919d; font-size: 13px; line-height: 1.75; }
.requirements { margin-top: 30px; border-top: 1px solid rgba(255,255,255,.08); padding-top: 23px; }
.requirements > span { color: #d4d3da; font-size: 10px; font-weight: 750; }
.requirements ul { display: grid; gap: 8px; margin: 12px 0 0; padding: 0; list-style: none; }
.requirements li { position: relative; color: #888793; padding-left: 15px; font-size: 9px; }
.requirements li::before { content: ""; position: absolute; top: 4px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: #52d69d; }
.install-box { align-self: start; border: 1px solid rgba(255,255,255,.08); border-radius: 21px; background: #22232e; padding: 7px; }
.install-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.install-tabs button { height: 42px; border: 0; border-radius: 13px; background: transparent; color: #85848f; font-size: 10px; font-weight: 750; cursor: pointer; }
.install-tabs button[aria-selected="true"] { background: #30313d; color: #fff; box-shadow: 0 6px 18px rgba(0,0,0,.12); }
.install-content { padding: 25px 19px 19px; }
.install-badge { display: inline-flex; border-radius: 999px; background: rgba(82,214,157,.1); color: #58d9a2; padding: 6px 9px; font-size: 8px; font-weight: 750; }
.install-content ol { display: grid; gap: 8px; margin: 19px 0; padding-left: 22px; color: #b2b1ba; font-size: 10px; line-height: 1.5; }
.install-content li::marker { color: #6c6b76; font-size: 9px; font-weight: 800; }
.code-block { min-width: 0; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.07); border-radius: 13px; background: #181923; padding: 12px 12px 12px 14px; }
.code-block code { min-width: 0; flex: 1; overflow: hidden; color: #cbcbd1; font: 9px/1.55 "SFMono-Regular", Consolas, monospace; text-overflow: ellipsis; }
.code-block.multiline { align-items: flex-start; }
.copy-button { height: 31px; display: flex; align-items: center; gap: 5px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.08); border-radius: 9px; background: #2c2d38; color: #9e9da7; padding: 0 9px; font-size: 8px; cursor: pointer; }
.copy-button:hover, .copy-button.copied { color: #fff; }
.copy-button svg { width: 12px; height: 12px; }
.button.wide { width: 100%; margin-top: 12px; }

.privacy-section { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 80px; border-block: 1px solid var(--line); }
.privacy-visual { position: relative; height: 270px; display: grid; place-items: center; }
.shield { position: relative; z-index: 2; width: 92px; height: 92px; display: grid; place-items: center; border-radius: 29px; background: #e9f8f1; color: var(--green); box-shadow: 0 20px 55px rgba(40,179,123,.13); }
.shield svg { width: 43px; height: 43px; }
.privacy-visual > i { position: absolute; width: 150px; height: 150px; border: 1px solid rgba(40,179,123,.18); border-radius: 50%; }
.privacy-visual > i:nth-of-type(2) { width: 220px; height: 220px; border-color: rgba(40,179,123,.09); }
.privacy-visual > i:nth-of-type(3) { width: 285px; height: 285px; border-color: rgba(40,179,123,.045); }
.privacy-section > div:last-child > p { color: var(--muted); font-size: 13px; line-height: 1.75; }
.privacy-points { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.privacy-points > span { display: flex; align-items: center; gap: 7px; border: 1px solid #dfeae4; border-radius: 999px; background: #f6fcf9; color: #557164; padding: 8px 11px; font-size: 9px; font-weight: 700; }
.privacy-points i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }

.faq-section { padding-bottom: 90px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 77px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font: 700 15px/1.4 "Avenir Next", Inter, sans-serif; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { width: 18px; height: 18px; flex: 0 0 18px; color: #99979e; transition: transform .2s; }
.faq-list details[open] summary svg { transform: rotate(180deg); }
.faq-list p { max-width: 850px; margin: -6px 0 24px; color: var(--muted); font-size: 12px; line-height: 1.75; }

.final-cta { position: relative; min-height: 470px; display: flex; align-items: center; flex-direction: column; justify-content: center; overflow: hidden; border-radius: 32px; background: #181923; color: #fff; padding: 65px 30px; text-align: center; }
.final-cta::before { content: ""; position: absolute; width: 570px; height: 430px; top: 50%; left: 50%; translate: -50% -50%; background: radial-gradient(circle,rgba(255,94,50,.13),transparent 70%); }
.cta-orbit { position: absolute; width: 430px; height: 430px; border: 1px solid rgba(255,110,64,.1); border-radius: 50%; }
.cta-orbit.two { width: 650px; height: 650px; border-color: rgba(255,110,64,.045); }
.cta-logo { position: relative; width: 62px; border-radius: 19px; box-shadow: 0 15px 35px rgba(235,73,31,.28); margin-bottom: 21px; }
.final-cta .section-kicker, .final-cta h2, .final-cta p, .final-cta .hero-actions { position: relative; }
.final-cta h2 { max-width: 780px; }
.final-cta p { color: #9695a0; font-size: 12px; }
.centered-actions { justify-content: center; }
.light-button { border-color: #3a3b46; background: transparent; color: #d8d7de; }
.light-button:hover { background: #242530; }

.about-hero { min-height: 500px; display: grid; grid-template-columns: minmax(0,1fr) 260px; align-items: center; gap: 90px; border-radius: 32px; background: #181923; color: #fff; margin-top: 28px; padding: 68px 78px; }
.about-hero h1 { max-width: 760px; margin: 22px 0 18px; font: 800 clamp(48px,6vw,73px)/.98 "Avenir Next",Inter,sans-serif; letter-spacing: -.065em; }
.about-hero p { max-width: 690px; margin: 0; color: #aaa9b4; font-size: 14px; line-height: 1.75; }
.about-hero > img { width: 220px; border-radius: 58px; box-shadow: 0 28px 70px rgba(235,73,31,.32); }
.about-content { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(360px,.9fr); gap: 75px; padding-block: 105px; }
.about-story h2,.publisher-section h2 { margin: 10px 0 18px; font: 800 clamp(36px,4vw,53px)/1.05 "Avenir Next",Inter,sans-serif; letter-spacing: -.055em; }
.about-story > p,.publisher-copy > p { color: var(--muted); font-size: 13px; line-height: 1.8; }
.about-actions { display: flex; gap: 10px; margin-top: 28px; }
.facts-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.facts-grid article { min-height: 155px; display: flex; justify-content: center; flex-direction: column; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); box-shadow: var(--shadow); padding: 24px; }
.facts-grid strong { color: var(--orange); font: 800 34px/1 "Avenir Next",Inter,sans-serif; letter-spacing: -.04em; }
.facts-grid span { margin-top: 8px; color: #74747d; font-size: 10px; line-height: 1.45; }
.publisher-section { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(320px,.8fr); align-items: center; gap: 70px; border-block: 1px solid var(--line); padding-block: 95px; }
.independence-note { border-left: 3px solid var(--orange); padding-left: 15px; }
.publisher-card { display: grid; gap: 7px; border: 1px solid var(--line); border-radius: 23px; background: var(--paper); box-shadow: var(--shadow); padding: 28px; font-style: normal; }
.publisher-card strong { margin-bottom: 6px; font: 800 22px/1 "Avenir Next",Inter,sans-serif; }
.publisher-card span { color: #777780; font-size: 11px; }
.publisher-card a { color: var(--orange-dark); font-size: 11px; font-weight: 700; text-decoration: none; }
.publisher-card a:last-child { margin-top: 10px; border-top: 1px solid var(--line); padding-top: 14px; }

.footer { min-height: 130px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand > span:last-child { display: grid; }
.brand-mark.small { width: 34px; height: 34px; flex-basis: 34px; border-radius: 11px; }
.footer-links { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 22px; }
.footer-links a { color: #686870; font-size: 9px; font-weight: 700; text-decoration: none; }
.footer-links a:hover { color: var(--orange-dark); }
.footer > p { grid-column: 1 / -1; border-top: 1px solid var(--line); margin: 0; color: #9d9ca2; padding-top: 17px; font-size: 8px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

:focus-visible { outline: 3px solid rgba(255,94,50,.45); outline-offset: 3px; }

@media (max-width: 1020px) {
  .nav { gap: 20px; }
  .nav-links { gap: 17px; }
  .hero { grid-template-columns: .85fr 1.15fr; gap: 34px; }
  .hero h1 { font-size: clamp(51px,6.5vw,68px); }
  .event-output { right: -8px; }
  .showcase { gap: 45px; }
  .install-panel { gap: 45px; padding: 48px; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 32px,1180px); }
  .menu-button { display: block; margin-left: auto; }
  .nav-links { position: absolute; top: 72px; left: 16px; right: 16px; display: none; align-items: stretch; flex-direction: column; gap: 0; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); padding: 9px; }
  .nav-links.open { display: flex; }
  .nav-links a { border-radius: 10px; padding: 12px; }
  .nav-links a:hover { background: #f7f4ef; }
  .nav-links a::after { display: none; }
  .github-button span { display: none; }
  .github-button { width: 38px; justify-content: center; padding: 0; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 5px; padding-block: 62px 72px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-meta { justify-content: center; }
  .hero-visual { width: min(680px,100%); margin-inline: auto; padding-top: 70px; }
  .trust-strip { display: grid; grid-template-columns: 1fr 1fr; padding-block: 24px; }
  .trust-strip > i { display: none; }
  .section { padding-block: 82px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .feature-card { min-height: 310px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-arrow { transform: rotate(90deg); }
  .process-card { min-height: 330px; }
  .showcase { grid-template-columns: 1fr; }
  .showcase-copy { max-width: 640px; }
  .install-panel { grid-template-columns: 1fr; }
  .privacy-section { grid-template-columns: .72fr 1.28fr; gap: 35px; }
  .about-hero { grid-template-columns: 1fr 180px; gap: 45px; padding: 55px; }
  .about-hero > img { width: 170px; border-radius: 46px; }
  .about-content { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 22px,1180px); }
  .nav { height: 70px; }
  .brand-copy { display: none; }
  .language-switcher button { width: 29px; }
  .hero { padding-top: 45px; }
  .eyebrow { font-size: 8px; }
  .hero h1 { font-size: clamp(46px,14.5vw,64px); }
  .hero-copy > p { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-meta { gap: 10px; }
  .hero-visual { padding-inline: 0; }
  .browser-frame { transform: none; border-radius: 16px; }
  .browser-bar { height: 31px; }
  .event-card { min-width: 185px; padding: 9px; }
  .event-ring { left: -3px; top: 24px; }
  .event-output { right: -3px; bottom: 25px; }
  .event-icon { width: 31px; height: 31px; flex-basis: 31px; }
  .event-card strong { font-size: 8px; }
  .trust-strip { gap: 18px 8px; }
  .section { padding-block: 70px; }
  .section h2, .final-cta h2 { font-size: clamp(34px,11vw,46px); }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 290px; padding: 24px; }
  .showcase { gap: 35px; }
  .browser-frame.light { transform: none; }
  .install-section { width: 100%; padding-bottom: 55px; }
  .install-panel { border-radius: 0; padding: 50px 16px; }
  .install-content { padding-inline: 8px; }
  .code-block { align-items: flex-start; flex-direction: column; }
  .copy-button { align-self: flex-end; }
  .code-block code { width: 100%; white-space: normal; word-break: break-word; }
  .privacy-section { grid-template-columns: 1fr; gap: 6px; }
  .privacy-visual { height: 230px; }
  .privacy-visual > i:nth-of-type(3) { width: 240px; height: 240px; }
  .faq-list summary { font-size: 13px; }
  .final-cta { width: 100%; border-radius: 0; }
  .about-hero { width: 100%; grid-template-columns: 1fr; border-radius: 0; margin-top: 0; padding: 55px 22px; text-align: center; }
  .about-hero > img { width: 130px; grid-row: 1; margin-inline: auto; border-radius: 37px; }
  .about-content { gap: 50px; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .facts-grid article { min-height: 135px; padding: 18px; }
  .publisher-section { grid-template-columns: 1fr; gap: 35px; }
  .about-actions { align-items: stretch; flex-direction: column; }
  .about-actions .button { width: 100%; }
  .footer { grid-template-columns: 1fr; padding-block: 30px; }
  .footer-links { justify-content: flex-start; }
  .footer > p { grid-column: 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; }
  .reveal { opacity: 1; transform: none; }
}
