:root {
  --bg: #060711;
  --bg-soft: #0c1020;
  --panel: rgba(17, 22, 42, 0.72);
  --panel-solid: #11162a;
  --text: #f7f8ff;
  --muted: #a7afc8;
  --line: rgba(255, 255, 255, 0.10);
  --blue: #4d8dff;
  --cyan: #55e9ff;
  --violet: #865dff;
  --purple: #b85cff;
  --green: #55e68c;
  --radius: 26px;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; display: block; }
button { font: inherit; }
code { color: #c7d8ff; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(820px, 100%); }
.section { padding: 110px 0; position: relative; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 999; padding: 10px 16px; background: white; color: black; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { background: rgba(6,7,17,.78); backdrop-filter: blur(22px); border-color: var(--line); }
.nav-wrap { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 21px; font-weight: 800; letter-spacing: -0.03em; }
.brand-icon { width: 36px; height: 36px; border-radius: 9px; box-shadow: 0 8px 28px rgba(77,141,255,.35); }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; color: var(--muted); }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: white; }
.nav-cta { color: white !important; padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.06); }
.nav-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 10px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: white; border-radius: 2px; }

.hero { min-height: 820px; padding: 170px 0 100px; display: grid; align-items: center; position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 260px; background: linear-gradient(transparent, var(--bg)); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; position: relative; z-index: 2; }
.hero h1 { margin: 20px 0 22px; font-size: clamp(58px, 7vw, 92px); line-height: .94; letter-spacing: -.065em; }
.hero h1 span { color: transparent; background: linear-gradient(90deg, #73d8ff, #7776ff 48%, #d15fff); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 650px; margin: 0 0 30px; color: var(--muted); font-size: 19px; }
.eyebrow, .kicker { color: #b7c8ff; letter-spacing: .12em; text-transform: uppercase; font-size: 12px; font-weight: 800; }
.eyebrow { width: fit-content; display: flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.04); }
.status-dot { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 14px var(--green); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 20px; border-radius: 13px; font-weight: 750; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, #427dff, #7554ff 55%, #a64cff); box-shadow: 0 12px 34px rgba(91,92,255,.34); }
.button-primary:hover { box-shadow: 0 18px 46px rgba(91,92,255,.46); }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.055); }
.button-large { min-height: 56px; padding-inline: 27px; font-size: 15px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 25px; color: #909ab8; font-size: 12px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .6; }
.hero-glow-one { width: 700px; height: 700px; right: -280px; top: -170px; background: radial-gradient(circle, rgba(112,63,255,.38), transparent 66%); }
.hero-glow-two { width: 640px; height: 640px; left: -330px; top: 250px; background: radial-gradient(circle, rgba(44,174,255,.20), transparent 68%); }

.device-stage { min-height: 520px; display: grid; place-items: center; position: relative; perspective: 1300px; }
.device-halo { position: absolute; width: 520px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(95,80,255,.48), transparent 64%); filter: blur(25px); }
.screen-shell { width: min(100%, 510px); aspect-ratio: 1.53; padding: 10px; border-radius: 26px 26px 10px 10px; background: linear-gradient(145deg, #252c3c, #05060b 55%, #1b2131); box-shadow: 0 44px 100px rgba(0,0,0,.64), inset 0 0 0 1px rgba(255,255,255,.13); transform: rotateX(-3deg) rotateY(-7deg); position: relative; z-index: 2; }
.camera { position: absolute; top: 5px; left: 50%; width: 34px; height: 5px; transform: translateX(-50%); background: #05060a; border-radius: 0 0 7px 7px; z-index: 3; }
.screen-content { height: 100%; border-radius: 17px 17px 4px 4px; overflow: hidden; position: relative; background: linear-gradient(145deg, #203d9f, #261c5d 50%, #090b18); }
.screen-noise { position: absolute; inset: 0; opacity: .06; background-image: repeating-linear-gradient(0deg, transparent 0 2px, rgba(255,255,255,.15) 3px); }
.screen-orb { position: absolute; border-radius: 50%; filter: blur(22px); }
.orb-one { width: 220px; height: 220px; left: -50px; bottom: -45px; background: #13d8ff; opacity: .55; }
.orb-two { width: 240px; height: 240px; right: -60px; top: -50px; background: #9700ff; opacity: .58; }
.screen-darkness { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.76), rgba(0,0,0,.34) 50%, transparent 94%); }
.screen-blur { position: absolute; inset: -20px; backdrop-filter: blur(13px); mask-image: linear-gradient(to bottom, black, rgba(0,0,0,.55) 60%, transparent 96%); }
.screen-copy { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; text-shadow: 0 3px 20px rgba(0,0,0,.45); }
.screen-copy span { font-size: 10px; letter-spacing: .24em; color: rgba(255,255,255,.72); }
.screen-copy strong { font-size: clamp(32px, 4vw, 50px); letter-spacing: -.05em; }
.laptop-base { width: min(110%, 570px); height: 22px; margin-top: -2px; border-radius: 3px 3px 24px 24px; background: linear-gradient(to bottom, #606979, #1d2330 40%, #07080c); box-shadow: 0 25px 35px rgba(0,0,0,.45); transform: rotateY(-7deg); z-index: 3; }
.laptop-base::after { content: ""; display: block; width: 90px; height: 5px; margin: auto; border-radius: 0 0 6px 6px; background: #11151d; }
.angle-chip { position: absolute; right: 2%; bottom: 5%; z-index: 4; display: flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(11,14,27,.76); backdrop-filter: blur(18px); color: #ced6ee; font-size: 12px; box-shadow: var(--shadow); }
.angle-chip span { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }

.section-heading { max-width: 750px; margin-bottom: 48px; }
.section-heading h2, .split-copy h2, .privacy-card h2, .download-card h2 { margin: 10px 0 15px; font-size: clamp(36px, 5vw, 58px); line-height: 1.04; letter-spacing: -.05em; }
.section-heading p, .split-copy p, .privacy-card p, .download-card p { color: var(--muted); font-size: 17px; }
.video-frame { min-height: 550px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #101833, #090a12); box-shadow: var(--shadow); }
.video-frame video { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; z-index: 2; }
.video-placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: var(--muted); }
.play-symbol { width: 74px; height: 74px; display: grid; place-items: center; padding-left: 5px; border-radius: 50%; color: white; background: linear-gradient(135deg, var(--blue), var(--violet)); box-shadow: 0 20px 50px rgba(91,92,255,.35); }
.video-placeholder strong { color: white; font-size: 20px; }

.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-card, .effect-card { position: relative; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(21,27,53,.82), rgba(10,12,23,.86)); border-radius: 22px; }
.feature-card { min-height: 270px; padding: 30px; }
.feature-card::before, .effect-card::before { content: ""; position: absolute; width: 200px; height: 200px; right: -100px; top: -100px; border-radius: 50%; background: var(--card-glow, rgba(76,126,255,.22)); filter: blur(18px); }
.feature-number { position: absolute; right: 24px; top: 20px; color: rgba(255,255,255,.18); font-size: 14px; font-weight: 800; }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 30px; border-radius: 14px; background: linear-gradient(145deg, rgba(85,233,255,.20), rgba(134,93,255,.24)); border: 1px solid rgba(255,255,255,.08); font-size: 24px; }
.feature-card h3, .effect-card h3 { margin: 0 0 8px; font-size: 23px; letter-spacing: -.03em; }
.feature-card p, .effect-card p { margin: 0; color: var(--muted); }

.effects-section { background: linear-gradient(to bottom, transparent, rgba(50,44,110,.12), transparent); }
.effects-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.effect-card { min-height: 240px; padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; transition: transform .25s ease, border-color .25s ease; }
.effect-card:hover { transform: translateY(-5px); border-color: rgba(130,135,255,.35); }
.effect-preview { position: absolute; inset: 0 0 auto; height: 115px; overflow: hidden; background: var(--effect-bg); }
.effect-preview::after { content: ""; position: absolute; inset: 0; background: var(--effect-overlay); backdrop-filter: blur(var(--effect-blur)); }
.effect-index { position: relative; z-index: 1; margin-bottom: 6px; color: #91a1d5; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.effect-card h3, .effect-card p { position: relative; z-index: 1; }

.split-section { overflow: hidden; }
.split-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 80px; align-items: center; }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 13px; color: #dce2f6; }
.check-list li::before { content: "✓"; margin-right: 12px; color: var(--green); }
.compat-card { padding: 27px; border: 1px solid var(--line); border-radius: 24px; background: var(--panel); box-shadow: var(--shadow); backdrop-filter: blur(20px); }
.compat-top { display: flex; gap: 15px; align-items: center; margin-bottom: 26px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.compat-top div { display: flex; flex-direction: column; }
.compat-top span:last-child { color: var(--muted); font-size: 12px; }
.big-check { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; color: #07130c; background: var(--green); font-weight: 900; }
.compat-row { display: flex; justify-content: space-between; margin: 14px 0 7px; color: var(--muted); font-size: 13px; }
.compat-row strong { color: white; }
.compat-row .green { color: var(--green); }
.meter { height: 7px; border-radius: 999px; overflow: hidden; background: rgba(255,255,255,.07); }
.meter i { display: block; height: 100%; background: linear-gradient(90deg, var(--cyan), var(--blue)); border-radius: inherit; }
.meter.purple i { background: linear-gradient(90deg, var(--violet), var(--purple)); }

.privacy-card { display: grid; grid-template-columns: auto 1fr; gap: 28px; align-items: center; padding: 52px; border: 1px solid rgba(85,233,255,.16); border-radius: 30px; background: radial-gradient(circle at 0 0, rgba(85,233,255,.14), transparent 35%), linear-gradient(145deg, rgba(16,31,49,.92), rgba(11,13,25,.92)); }
.privacy-icon { width: 80px; height: 80px; display: grid; place-items: center; border-radius: 22px; background: rgba(85,233,255,.11); border: 1px solid rgba(85,233,255,.2); color: var(--cyan); font-size: 38px; }
.privacy-card h2, .privacy-card p { max-width: 800px; }

.download-card { display: grid; grid-template-columns: 1.25fr .75fr; gap: 55px; align-items: center; padding: 55px; border: 1px solid rgba(126,104,255,.25); border-radius: 32px; background: radial-gradient(circle at 100% 0, rgba(177,65,255,.28), transparent 35%), radial-gradient(circle at 0 100%, rgba(49,163,255,.18), transparent 40%), #101225; box-shadow: var(--shadow); }
.download-actions { display: flex; flex-direction: column; gap: 10px; }
.download-actions small { text-align: center; color: var(--muted); margin-top: 4px; }

.faq-list { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.035); padding: 0 20px; }
summary { cursor: pointer; padding: 19px 0; font-weight: 700; }
details p { margin: -3px 0 20px; color: var(--muted); }

.site-footer { padding: 55px 0 25px; border-top: 1px solid var(--line); background: #05060d; }
.footer-grid, .footer-bottom { display: flex; justify-content: space-between; gap: 30px; }
.footer-grid p, .footer-bottom { color: var(--muted); font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; color: #c4cbe0; font-size: 13px; }
.footer-bottom { margin-top: 35px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.06); }

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

@media (max-width: 920px) {
  .hero-grid, .split-grid, .download-card { grid-template-columns: 1fr; }
  .hero { padding-top: 135px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-meta { justify-content: center; }
  .device-stage { min-height: 480px; }
  .effects-grid { grid-template-columns: repeat(2, 1fr); }
  .download-actions { max-width: 430px; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 80px 0; }
  .site-nav { display: none; position: absolute; top: 68px; left: 14px; right: 14px; padding: 18px; flex-direction: column; background: rgba(10,12,24,.96); border: 1px solid var(--line); border-radius: 18px; backdrop-filter: blur(20px); }
  .site-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .hero { min-height: auto; padding-bottom: 50px; }
  .hero h1 { font-size: 54px; }
  .device-stage { min-height: 360px; }
  .angle-chip { bottom: 0; }
  .feature-grid, .effects-grid { grid-template-columns: 1fr; }
  .video-frame { min-height: 340px; }
  .privacy-card { grid-template-columns: 1fr; padding: 32px; }
  .download-card { padding: 34px 24px; }
  .footer-grid, .footer-bottom { flex-direction: column; }
}

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

.nav-left{display:flex;align-items:center;gap:18px}.language-switch{display:flex;padding:3px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.045)}.language-switch button{min-width:34px;height:28px;padding:0 9px;border:0;border-radius:999px;background:transparent;color:var(--muted);font-size:11px;font-weight:850;letter-spacing:.08em;cursor:pointer}.language-switch button.active{color:#fff;background:linear-gradient(135deg,#427dff,#7554ff);box-shadow:0 5px 16px rgba(91,92,255,.3)}
.macbook-family .screen-shell{aspect-ratio:16/10;width:min(100%,560px);border-radius:28px 28px 9px 9px}.macbook-family .screen-content{border-radius:18px 18px 3px 3px}.macbook-family .laptop-base{width:min(112%,630px)}.macbook-family .camera{width:44px;height:7px;border-radius:0 0 8px 8px}.macbook-family::after{content:"MACBOOK FAMILY";position:absolute;left:50%;bottom:3%;transform:translateX(-50%);font-size:9px;letter-spacing:.18em;color:rgba(255,255,255,.34)}
[hidden]{display:none!important}
@media(max-width:700px){.nav-left{gap:10px}.language-switch button{min-width:31px;padding:0 7px}.brand{font-size:18px}.macbook-family::after{display:none}}

.price-block{display:flex;align-items:baseline;justify-content:center;gap:9px;margin-bottom:4px}.price{font-size:clamp(42px,6vw,66px);font-weight:900;line-height:1;letter-spacing:-.065em;background:linear-gradient(90deg,#71dfff,#8d74ff 55%,#d360ff);-webkit-background-clip:text;background-clip:text;color:transparent}.price-note{color:var(--muted);font-size:13px;font-weight:700}.download-actions .button-primary{width:100%}

/* Premium hero visual redesign */
.hero{min-height:760px;padding:138px 0 80px;overflow:hidden}.hero-grid{grid-template-columns:minmax(0,1fr) minmax(480px,.92fr);gap:clamp(42px,6vw,88px)}.hero-copy{min-width:0;max-width:650px}.hero h1{font-size:clamp(52px,5.7vw,82px);overflow-wrap:normal}.hero-lead{max-width:610px}.product-visual{position:relative;min-width:0;height:540px;display:grid;place-items:center}.visual-aurora{position:absolute;width:115%;height:100%;border-radius:50%;background:radial-gradient(circle at 48% 45%,rgba(85,99,255,.42),rgba(119,53,255,.18) 42%,transparent 70%);filter:blur(28px)}.product-window{position:relative;z-index:2;width:min(100%,570px);border:1px solid rgba(255,255,255,.16);border-radius:24px;background:rgba(9,12,25,.82);box-shadow:0 45px 120px rgba(0,0,0,.58),0 0 0 1px rgba(87,104,255,.08);backdrop-filter:blur(28px);overflow:hidden;transform:perspective(1200px) rotateY(-4deg) rotateX(2deg)}.window-toolbar{height:44px;display:flex;align-items:center;gap:7px;padding:0 15px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035)}.window-toolbar>span{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.22)}.window-toolbar>span:first-child{background:#ff6b74}.window-toolbar>span:nth-child(2){background:#f7c655}.window-toolbar>span:nth-child(3){background:#58d987}.window-toolbar small{margin-left:auto;margin-right:auto;transform:translateX(-20px);color:#8e98b5;font-size:11px;font-weight:700}.window-body{display:grid;grid-template-columns:1.35fr .65fr;min-height:350px}.preview-panel{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:350px;background:radial-gradient(circle at 12% 88%,rgba(51,210,255,.88),transparent 32%),radial-gradient(circle at 85% 18%,rgba(139,55,255,.75),transparent 38%),linear-gradient(145deg,#102a63,#24124b 58%,#0a0c18)}.preview-panel p,.preview-panel strong{position:relative;z-index:5}.preview-panel p{margin:0 0 8px;color:rgba(255,255,255,.64);font-size:9px;font-weight:800;letter-spacing:.23em}.preview-panel strong{max-width:250px;text-align:center;font-size:34px;line-height:1.02;letter-spacing:-.05em}.preview-top-darkness{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.72),rgba(0,0,0,.24) 55%,transparent 93%);z-index:3}.preview-wave{position:absolute;left:-10%;width:120%;height:90px;border-radius:50%;filter:blur(8px);opacity:.45}.wave-a{bottom:-34px;background:#42e6ff}.wave-b{bottom:5px;background:#3471ff;opacity:.38}.wave-c{bottom:42px;background:#7944ff;opacity:.28}.control-preview{padding:24px 19px;background:linear-gradient(180deg,rgba(18,23,43,.98),rgba(10,13,25,.98));font-size:11px;color:#8f99b6}.control-heading{display:flex;flex-direction:column;gap:3px;margin-bottom:25px}.control-heading b{color:#fff;font-size:15px}.control-line{display:flex;justify-content:space-between;margin:15px 0 7px}.control-line b{color:#e8ebf7}.control-slider{height:6px;border-radius:99px;background:rgba(255,255,255,.08);overflow:hidden}.control-slider i{display:block;width:85%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#4ad9ff,#7857ff)}.control-status{display:flex;align-items:center;gap:7px;margin-top:28px;padding:9px;border:1px solid rgba(85,230,140,.14);border-radius:10px;color:#b8eecb;background:rgba(85,230,140,.06)}.control-status i{width:7px;height:7px;border-radius:50%;background:#55e68c;box-shadow:0 0 12px #55e68c}.hero-app-icon{position:absolute;z-index:5;left:-18px;bottom:18px;width:108px;height:108px;border-radius:25px;box-shadow:0 24px 55px rgba(43,63,255,.46);transform:rotate(-5deg)}.floating-chip{position:absolute;z-index:6;display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:8px;padding:11px 14px;border:1px solid rgba(255,255,255,.13);border-radius:15px;background:rgba(10,13,27,.84);box-shadow:0 18px 45px rgba(0,0,0,.35);backdrop-filter:blur(20px)}.floating-chip span{grid-row:1/3;width:8px;height:8px;border-radius:50%;background:#55e9ff;box-shadow:0 0 14px #55e9ff}.floating-chip b{font-size:15px;line-height:1}.floating-chip small{color:#8e98b5;font-size:9px}.chip-angle{right:-12px;top:62px}.chip-effects{right:16px;bottom:42px}.chip-effects b{grid-row:1/3;font-size:25px;color:#a97cff}.chip-effects small{max-width:72px}.macbook-family{display:none!important}
@media(max-width:1050px){.hero-grid{grid-template-columns:minmax(0,1fr) minmax(400px,.8fr);gap:36px}.product-window{width:min(100%,500px)}.hero-app-icon{left:0}.chip-angle{right:0}.hero h1{font-size:clamp(48px,6vw,68px)}}
@media(max-width:920px){.hero-grid{grid-template-columns:1fr}.hero-copy{max-width:760px;margin:0 auto;text-align:center}.product-visual{height:500px;max-width:650px;width:100%;margin:0 auto}.hero-app-icon{left:18px}.chip-angle{right:12px}.hero-actions,.hero-meta{justify-content:center}}
@media(max-width:620px){.hero{padding-top:115px}.hero h1{font-size:48px}.product-visual{height:430px}.window-body{grid-template-columns:1fr}.control-preview{display:none}.product-window{width:94%}.preview-panel{min-height:310px}.hero-app-icon{width:82px;height:82px;border-radius:20px;left:3px;bottom:12px}.chip-angle{right:0;top:38px}.chip-effects{right:8px;bottom:20px}}
