:root {
  --carbon: #0b0c0e;
  --ink: #15171a;
  --paper: #f4f5f3;
  --white: #fff;
  --orange: #f0522d;
  --orange-dark: #c83f20;
  --steel: #9299a2;
  --ice: #dce7f3;
  --line: rgba(11, 12, 14, .14);
  --muted: #60666d;
  --display: ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --body: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: ui-monospace, "SFMono-Regular", Menlo, monospace;
  --page: min(1240px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .24; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button { color: inherit; font: inherit; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; transform: translateY(-180%); background: var(--white); padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 18px; font: 700 11px/1.2 var(--mono); letter-spacing: .18em; text-transform: uppercase; color: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.045em; text-wrap: balance; }
h2 { margin-bottom: 24px; font-size: clamp(2.6rem, 5.8vw, 5.8rem); line-height: .98; }
p { line-height: 1.7; }

.site-header { position: sticky; top: 0; z-index: 100; width: 100%; min-height: 74px; padding: 13px max(32px, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; background: rgba(244, 245, 243, .9); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: border-color .2s, background .2s; }
.site-header.is-scrolled { border-bottom-color: var(--line); background: rgba(244, 245, 243, .96); }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; }
.brand-mark { width: 38px; height: 38px; border-radius: 10px; box-shadow: 0 8px 22px rgba(11, 12, 14, .15); }
.brand-word { font: 800 14px/1 var(--display); letter-spacing: .17em; }
.main-nav { display: flex; justify-content: center; gap: 28px; font-size: 13px; font-weight: 600; color: #555b62; }
.main-nav a, .text-link { transition: color .18s; }
.main-nav a:hover, .text-link:hover { color: var(--orange); }
.header-actions { display: flex; align-items: center; gap: 15px; font-size: 12px; font-weight: 650; }
.language-list { display: flex; gap: 3px; padding: 3px; background: rgba(11, 12, 14, .055); border-radius: 999px; }
.language-list a { min-width: 29px; padding: 6px 7px; text-align: center; border-radius: 999px; color: var(--muted); }
.language-list a[aria-current="page"] { color: var(--ink); background: var(--white); box-shadow: 0 2px 8px rgba(11, 12, 14, .08); }
.nav-toggle { display: none; border: 0; background: none; padding: 10px; }
.nav-toggle span { display: block; width: 22px; height: 1px; margin: 5px; background: currentColor; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 21px; border-radius: 999px; font-size: 14px; font-weight: 750; transition: transform .18s, box-shadow .18s, background .18s; }
.button svg, .arrow-link svg { width: 18px; height: 18px; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 38px; padding: 0 16px; font-size: 12px; }
.button-dark { color: var(--white); background: var(--carbon); }
.button-orange { color: var(--white); background: var(--orange); box-shadow: 0 12px 32px rgba(240, 82, 45, .24); }
.button-orange:hover { background: var(--orange-dark); box-shadow: 0 16px 38px rgba(240, 82, 45, .3); }
.arrow-link { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 700; }
.arrow-link svg { transition: transform .18s; }
.arrow-link:hover svg { transform: translateX(4px); }

.hero { width: var(--page); margin: 0 auto; min-height: 930px; display: grid; align-content: center; gap: 64px; padding: 120px 0 90px; overflow: hidden; }
.hero-copy { max-width: 1180px; }
.hero h1 { max-width: 1110px; margin-bottom: 32px; font-size: clamp(4rem, 8.3vw, 8.2rem); line-height: .88; }
.hero h1 span { display: block; text-wrap: balance; }
.hero h1::first-line { color: var(--ink); }
.hero-lead { max-width: 770px; margin-bottom: 28px; font-size: clamp(1.05rem, 1.5vw, 1.28rem); color: var(--muted); }
.hero-actions { display: flex; align-items: center; gap: 23px; flex-wrap: wrap; }
.hero-note { margin: 16px 0 0 4px; font: 600 11px/1.5 var(--mono); letter-spacing: .04em; color: #83888d; }

.notch-demo { width: 100%; }
.notch-tabs { display: flex; justify-content: flex-end; gap: 7px; margin: 0 0 13px; }
.notch-tabs button { display: flex; align-items: center; gap: 7px; min-height: 36px; padding: 0 13px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; color: #6d737a; font-size: 12px; font-weight: 650; }
.notch-tabs button span { font-size: 15px; }
.notch-tabs button[aria-selected="true"] { color: var(--white); border-color: var(--carbon); background: var(--carbon); }
.notch-stage { position: relative; height: 355px; overflow: hidden; border-radius: 32px; background: var(--ice); border: 1px solid rgba(11, 12, 14, .1); isolation: isolate; }
.notch-stage::before { content: ""; position: absolute; right: 4%; bottom: -55%; width: 420px; height: 420px; border: 1px solid rgba(11, 12, 14, .1); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255, 255, 255, .16), 0 0 0 90px rgba(255, 255, 255, .09); }
.notch-stage::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 7px; background: var(--orange); transform-origin: left; animation: trace 5s ease-in-out infinite; }
.notch-shell { position: absolute; z-index: 2; left: 50%; top: 0; transform: translateX(-50%); width: min(820px, calc(100% - 52px)); min-height: 94px; display: grid; grid-template-columns: 1fr 200px 1fr; align-items: center; padding: 17px 26px; color: var(--white); background: var(--carbon); border-radius: 0 0 32px 32px; box-shadow: 0 23px 52px rgba(11, 12, 14, .3); }
.physical-notch { width: 184px; height: 46px; justify-self: center; border-radius: 0 0 22px 22px; background: #010102; align-self: start; margin-top: -17px; }
.notch-copy { min-width: 0; display: flex; align-items: center; gap: 13px; }
.notch-copy-right { justify-content: flex-end; text-align: right; }
.notch-copy strong, .notch-copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.notch-copy strong { font: 730 16px/1.25 var(--display); }
.notch-copy small { margin-top: 4px; color: #9ba1aa; font: 600 11px/1.2 var(--mono); }
.notch-state-icon { width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; color: var(--orange); border: 1px solid currentColor; border-radius: 50%; box-shadow: 0 0 22px rgba(240, 82, 45, .24); }
.notch-copy-right i { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: #60ca58; box-shadow: 0 0 12px rgba(96, 202, 88, .7); }
.activity-orbit { position: absolute; z-index: 1; left: 8%; top: 83px; width: 210px; height: 210px; border: 1px solid rgba(11, 12, 14, .18); border-radius: 50%; }
.activity-orbit::before { content: ""; position: absolute; inset: 21px; border: 8px solid rgba(255, 255, 255, .58); border-right-color: var(--orange); border-radius: inherit; transform: rotate(-38deg); }
.activity-orbit span { position: absolute; right: 18px; top: 43px; width: 13px; height: 13px; background: var(--carbon); border-radius: 50%; }
.stage-caption { position: absolute; right: 32px; bottom: 26px; display: flex; align-items: center; gap: 9px; color: #5b626a; font: 650 11px/1 var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.stage-caption > span { width: 36px; height: 1px; background: var(--orange); }
.stage-caption b { color: var(--ink); }
.notch-stage[data-state="ai"] { background: #e6e1f7; }
.notch-stage[data-state="github"] { background: #dde8de; }
.notch-stage[data-state="music"] { background: #f4ddd9; }

.proof-strip { min-height: 104px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-strip span { display: flex; align-items: center; justify-content: center; gap: 13px; padding: 22px; border-right: 1px solid var(--line); font: 700 13px/1.4 var(--display); }
.proof-strip span:last-child { border-right: 0; }
.proof-strip b { color: var(--orange); font: 600 10px/1 var(--mono); }

.section { width: var(--page); margin: 0 auto; padding: 150px 0; }
.section-heading { max-width: 1080px; margin-bottom: 75px; }
.section-heading > p:last-child, .ambient-intro > p:last-child, .compatibility-copy > p { max-width: 690px; color: var(--muted); font-size: 18px; }
.section-heading-wide { max-width: 1080px; }

html:lang(zh-CN) .hero h1,
html:lang(ja) .hero h1,
html:lang(ko) .hero h1 { font-size: clamp(4rem, 6.8vw, 6.8rem); }
html:lang(zh-CN) h2,
html:lang(ja) h2,
html:lang(ko) h2 { font-size: clamp(2.7rem, 4.7vw, 4.9rem); }
.loop-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.loop-item { position: relative; min-height: 330px; padding: 55px 38px 40px 0; border-right: 1px solid var(--line); }
.loop-item + .loop-item { padding-left: 38px; }
.loop-item:last-child { border-right: 0; }
.loop-number { position: absolute; top: 28px; right: 28px; color: rgba(11, 12, 14, .18); font: 300 52px/1 var(--display); }
.loop-item h3 { max-width: 280px; margin-bottom: 18px; font-size: 30px; line-height: 1.05; }
.loop-item > p:last-child { max-width: 330px; color: var(--muted); }

.surfaces { padding-top: 80px; }
.surface-list { display: grid; gap: 52px; }
.surface-card { min-height: 570px; display: grid; grid-template-columns: minmax(280px, .72fr) 1.55fr; overflow: hidden; background: var(--carbon); color: var(--white); border-radius: 38px; }
.surface-card:nth-child(even) { grid-template-columns: 1.55fr minmax(280px, .72fr); }
.surface-card:nth-child(even) .surface-copy { order: 2; }
.surface-copy { position: relative; align-self: center; padding: 70px 55px; }
.surface-copy .index { position: absolute; top: -120px; left: 44px; color: rgba(255, 255, 255, .08); font: 300 140px/1 var(--display); }
.surface-copy h3 { margin-bottom: 20px; font-size: clamp(2.2rem, 3.5vw, 4.25rem); line-height: .98; }
.surface-copy > p:last-child { color: #a8adb4; }
.surface-card figure { margin: 0; padding: 26px; align-self: stretch; display: flex; align-items: center; background: #17191d; }
.surface-card figure img { width: 100%; border-radius: 19px; box-shadow: 0 30px 70px rgba(0, 0, 0, .42); }
.surface-ai { background: #17152a; }
.surface-profile { background: #191b19; }
.surface-report { background: #231814; }

.ambient { display: grid; grid-template-columns: .75fr 1.25fr; gap: 30px 70px; align-items: center; }
.ambient-intro h2 { font-size: clamp(3rem, 5vw, 5.5rem); }
.ambient-visual { padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: 30px; box-shadow: 0 28px 70px rgba(11, 12, 14, .08); transform: rotate(1.2deg); }
.ambient-visual img { border-radius: 18px; }
.ambient-items { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 60px; border-top: 1px solid var(--line); }
.ambient-item { padding: 40px 42px 20px 0; border-right: 1px solid var(--line); }
.ambient-item + .ambient-item { padding-left: 42px; }
.ambient-item:last-child { border-right: 0; }
.ambient-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 28px; color: var(--orange); border: 1px solid var(--line); border-radius: 50%; }
.ambient-icon svg { width: 23px; }
.ambient-item h3 { margin-bottom: 12px; font-size: 23px; }
.ambient-item p { color: var(--muted); }

.privacy { color: var(--white); background: var(--carbon); }
.privacy-inner { width: var(--page); margin: 0 auto; padding: 160px 0; }
.privacy-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px 80px; align-items: end; margin-bottom: 80px; }
.privacy-heading .eyebrow { grid-column: 1 / -1; }
.privacy-heading h2 { margin-bottom: 0; }
.privacy-heading > p:last-child { color: #9fa4ac; }
.data-map { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255, 255, 255, .14); border-radius: 28px; overflow: hidden; }
.data-column { min-height: 340px; padding: 35px; border-right: 1px solid rgba(255, 255, 255, .14); }
.data-column:last-child { border-right: 0; }
.data-column-head { display: flex; align-items: center; gap: 12px; padding-bottom: 28px; border-bottom: 1px solid rgba(255, 255, 255, .14); }
.data-column-head span { width: 10px; height: 10px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 16px rgba(240, 82, 45, .45); }
.data-optional .data-column-head span { background: #8ca5bc; box-shadow: none; }
.data-never .data-column-head span { background: #4c5158; box-shadow: none; }
.data-column h3 { margin: 0; font-size: 18px; letter-spacing: -.02em; }
.data-column ul { list-style: none; padding: 20px 0 0; margin: 0; }
.data-column li { position: relative; padding: 11px 0 11px 20px; color: #b0b5bc; font-size: 14px; }
.data-column li::before { content: ""; position: absolute; left: 0; top: 19px; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }

.compatibility { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.compatibility-copy h2 { font-size: clamp(3rem, 5vw, 5.4rem); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.chips span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; font: 650 11px/1 var(--mono); }
.compatibility-art { position: relative; padding: 12% 3%; }
.mac-frame { position: relative; padding: 46px 16px 22px; overflow: hidden; border: 12px solid #202226; border-radius: 28px; background: #111216; box-shadow: 0 40px 90px rgba(11, 12, 14, .22); }
.mac-frame .camera { position: absolute; top: 0; left: 50%; width: 115px; height: 25px; transform: translateX(-50%); border-radius: 0 0 14px 14px; background: #020202; }
.mac-frame img { width: 100%; }
.orange-line { position: absolute; z-index: -1; left: -4%; right: 4%; bottom: 15%; height: 10px; background: var(--orange); transform: rotate(-5deg); }

.faq { display: grid; grid-template-columns: .68fr 1.32fr; gap: 90px; border-top: 1px solid var(--line); }
.faq-heading { position: sticky; top: 110px; align-self: start; }
.faq-heading h2 { font-size: clamp(3rem, 5vw, 5.3rem); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font: 720 20px/1.35 var(--display); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { position: relative; width: 22px; height: 22px; flex: 0 0 auto; }
.faq-list summary i::before, .faq-list summary i::after { content: ""; position: absolute; inset: 10px 2px auto; height: 2px; background: currentColor; transition: transform .2s; }
.faq-list summary i::after { transform: rotate(90deg); }
.faq-list details[open] summary i::after { transform: rotate(0); }
.faq-list details p { max-width: 680px; margin: -5px 45px 32px 0; color: var(--muted); }

.closing-cta { position: relative; min-height: 680px; display: grid; place-items: center; overflow: hidden; padding: 100px max(32px, calc((100vw - 1240px) / 2)); color: var(--white); background: var(--carbon); }
.closing-cta > div:last-child { position: relative; z-index: 2; width: 100%; }
.closing-cta h2 { max-width: 980px; font-size: clamp(4rem, 8vw, 8rem); }
.closing-cta p:not(.eyebrow) { max-width: 600px; color: #aab0b7; font-size: 18px; }
.arrow-link-light { color: var(--white); }
.cta-trace { position: absolute; right: -90px; top: 50%; width: 520px; height: 520px; transform: translateY(-50%); border: 1px solid rgba(255, 255, 255, .13); border-radius: 50%; box-shadow: inset 0 -14px 0 -4px var(--orange), 0 0 0 80px rgba(255, 255, 255, .025), 0 0 0 160px rgba(255, 255, 255, .016); }

footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding: 45px max(32px, calc((100vw - 1240px) / 2)); background: var(--carbon); color: #91969d; border-top: 1px solid rgba(255, 255, 255, .12); font-size: 12px; }
.footer-brand { color: var(--white); }
footer p { margin: 0; }
.footer-links { display: flex; justify-content: flex-end; gap: 18px; }
.footer-links a:hover { color: var(--white); }
.footer-languages { display: flex; gap: 8px; }
.footer-languages a[aria-current="page"] { color: var(--white); }
footer small { grid-column: 3; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.22, 1, .36, 1); }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes trace { 0%, 100% { transform: scaleX(.18); } 52% { transform: scaleX(1); } }

.error-page { min-height: 100vh; display: grid; place-items: center; background: var(--carbon); color: var(--white); }
.error-page main { width: min(680px, calc(100vw - 48px)); }
.error-page h1 { margin: 60px 0 20px; font-size: clamp(4rem, 10vw, 8rem); line-height: .9; }
.error-page main > p:not(.eyebrow) { color: #a7adb4; }

@media (max-width: 1040px) {
  :root { --page: min(100% - 48px, 920px); }
  .site-header { grid-template-columns: auto auto; justify-content: space-between; padding-inline: 24px; }
  .nav-toggle { display: block; order: 3; }
  .main-nav { position: absolute; inset: 73px 20px auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 24px 60px rgba(11,12,14,.16); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 14px; }
  .header-actions { margin-left: auto; }
  .text-link { display: none; }
  .hero { min-height: auto; padding-top: 100px; }
  .notch-shell { grid-template-columns: 1fr 145px 1fr; }
  .physical-notch { width: 132px; }
  .surface-card, .surface-card:nth-child(even) { grid-template-columns: 1fr; }
  .surface-card:nth-child(even) .surface-copy { order: initial; }
  .surface-copy .index { top: -65px; }
  .ambient, .compatibility { grid-template-columns: 1fr; }
  .ambient-visual { max-width: 780px; }
  .privacy-heading { grid-template-columns: 1fr; }
  .privacy-heading .eyebrow { grid-column: auto; }
  .faq { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  footer { grid-template-columns: auto 1fr; }
  .footer-links { grid-column: 1 / -1; justify-content: flex-start; flex-wrap: wrap; }
  footer small { grid-column: auto; text-align: right; }
}

@media (max-width: 700px) {
  :root { --page: calc(100vw - 32px); }
  .site-header { min-height: 66px; grid-template-columns: auto 1fr auto; padding: 10px 16px; gap: 10px; }
  .brand-word { font-size: 12px; }
  .brand-mark { width: 34px; height: 34px; }
  .header-actions .button { display: none; }
  .language-list a { min-width: 26px; padding-inline: 5px; font-size: 10px; }
  .nav-toggle { order: initial; padding: 6px; }
  .main-nav { inset-block-start: 66px; }
  .hero { gap: 40px; padding: 78px 0 62px; }
  .hero h1 { font-size: clamp(3.2rem, 15vw, 5.5rem); }
  html:lang(zh-CN) .hero h1,
  html:lang(ja) .hero h1,
  html:lang(ko) .hero h1 { font-size: clamp(3.15rem, 13.2vw, 4.2rem); line-height: .93; }
  .hero-lead { font-size: 16px; }
  .notch-tabs { justify-content: flex-start; overflow-x: auto; padding-bottom: 5px; scrollbar-width: none; }
  .notch-tabs::-webkit-scrollbar { display: none; }
  .notch-tabs button { white-space: nowrap; }
  .notch-stage { height: 310px; border-radius: 24px; }
  .notch-shell { width: calc(100% - 20px); min-height: 84px; grid-template-columns: 1fr 64px 1fr; padding: 14px 14px; border-radius: 0 0 24px 24px; }
  .physical-notch { width: 60px; height: 38px; margin-top: -14px; }
  .notch-copy { gap: 8px; }
  .notch-copy strong { font-size: 12px; }
  .notch-copy small { font-size: 8px; }
  .notch-state-icon { width: 27px; height: 27px; font-size: 11px; }
  .notch-copy-right i { width: 7px; height: 7px; }
  .activity-orbit { left: 8%; top: 100px; width: 160px; height: 160px; }
  .stage-caption { right: 18px; bottom: 18px; font-size: 9px; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip span { min-height: 72px; justify-content: flex-start; padding: 16px; border-bottom: 1px solid var(--line); font-size: 11px; }
  .proof-strip span:nth-child(2) { border-right: 0; }
  .section { padding: 105px 0; }
  h2 { font-size: clamp(2.7rem, 13vw, 4.4rem); }
  .section-heading { margin-bottom: 50px; }
  .loop-grid { grid-template-columns: 1fr; }
  .loop-item, .loop-item + .loop-item { min-height: auto; padding: 42px 10px 38px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .surface-list { gap: 24px; }
  .surface-card { min-height: auto; border-radius: 25px; }
  .surface-copy { padding: 56px 28px 38px; }
  .surface-copy .index { top: -45px; font-size: 90px; }
  .surface-copy h3 { font-size: 2.55rem; }
  .surface-card figure { padding: 10px; }
  .surface-card figure img { border-radius: 15px; }
  .ambient { gap: 42px; }
  .ambient-visual { padding: 9px; border-radius: 20px; transform: none; }
  .ambient-visual img { border-radius: 13px; }
  .ambient-items { grid-template-columns: 1fr; margin-top: 12px; }
  .ambient-item, .ambient-item + .ambient-item { padding: 34px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .privacy-inner { padding: 105px 0; }
  .privacy-heading { margin-bottom: 55px; }
  .data-map { grid-template-columns: 1fr; }
  .data-column { min-height: auto; padding: 28px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .data-column:last-child { border-bottom: 0; }
  .compatibility { gap: 45px; }
  .mac-frame { padding: 35px 8px 15px; border-width: 7px; border-radius: 20px; transform: none; }
  .mac-frame .camera { width: 90px; height: 19px; }
  .faq { gap: 35px; }
  .faq-list summary { min-height: 82px; font-size: 17px; }
  .closing-cta { min-height: 610px; padding-inline: 20px; }
  .closing-cta h2 { font-size: clamp(3.7rem, 17vw, 5.5rem); }
  .cta-trace { right: -330px; }
  footer { grid-template-columns: 1fr; padding-inline: 20px; }
  footer p, footer small { text-align: left; }
}

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