
:root{--bg:#070913;--surface:#111527;--surface2:#171c33;--text:#f8f9ff;--muted:#aeb6cf;--line:rgba(255,255,255,.11);--purple:#8b5cf6;--blue:#38bdf8;--pink:#f472b6;--green:#34d399;--max:1180px;--radius:28px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 12% 2%,rgba(139,92,246,.26),transparent 27%),radial-gradient(circle at 88% 4%,rgba(56,189,248,.19),transparent 26%),var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",sans-serif;line-height:1.6}body.modal-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font:inherit}.wrap{width:min(calc(100% - 38px),var(--max));margin:auto}
.nav{position:sticky;top:0;z-index:100;border-bottom:1px solid var(--line);background:rgba(7,9,19,.78);backdrop-filter:blur(22px)}.navin{height:76px;display:flex;align-items:center}.brand{display:flex;align-items:center;gap:11px;font-weight:850;font-size:21px;letter-spacing:-.03em}.brand img{width:38px;height:38px}.navright{margin-left:auto;display:flex;align-items:center;gap:27px}.navlink,.dropbtn{border:0;background:none;color:var(--muted);font-weight:720;font-size:14px;padding:8px 0;cursor:pointer}.navlink:hover,.dropbtn:hover{color:white}.dropdown{position:relative}.dropdown-menu{position:absolute;right:0;top:42px;width:300px;padding:10px;border:1px solid var(--line);border-radius:18px;background:rgba(15,18,35,.98);box-shadow:0 26px 70px rgba(0,0,0,.45);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.18s ease}.dropdown:hover .dropdown-menu,.dropdown.open .dropdown-menu{opacity:1;visibility:visible;transform:none}.dropitem{display:flex;align-items:center;gap:12px;padding:12px;border-radius:13px}.dropitem:hover{background:rgba(255,255,255,.06)}.mini-icon{width:39px;height:39px;border-radius:11px;display:grid;place-items:center;font-weight:900;background:linear-gradient(135deg,var(--purple),var(--blue))}.dropitem b,.dropitem small{display:block}.dropitem small{font-size:11px;color:var(--muted)}.allapps,.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;border:1px solid transparent;padding:13px 19px;font-weight:800;cursor:pointer;transition:.2s ease}.allapps{background:#fff;color:#090b15}.btn.primary{background:linear-gradient(135deg,var(--purple),#655cf5 48%,var(--blue));box-shadow:0 12px 40px rgba(99,102,241,.28)}.btn.secondary{background:rgba(255,255,255,.055);border-color:var(--line)}.btn:hover,.allapps:hover{transform:translateY(-2px)}.hamb{display:none;margin-left:auto;border:0;background:none;color:white;font-size:25px}
.hero{position:relative;overflow:hidden;padding:100px 0 85px;text-align:center}.aurora{position:absolute;inset:-25%;filter:blur(75px);opacity:.72;background:radial-gradient(circle at 25% 25%,rgba(124,58,237,.44),transparent 19%),radial-gradient(circle at 68% 20%,rgba(14,165,233,.34),transparent 18%),radial-gradient(circle at 54% 70%,rgba(244,63,94,.20),transparent 18%);animation:aurora 12s ease-in-out infinite alternate}@keyframes aurora{to{transform:translate3d(4%,-2%,0) scale(1.08) rotate(4deg)}}.hero .wrap{position:relative}.eyebrow,.status{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.05);font-size:12px;font-weight:800;letter-spacing:.04em}.dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 14px var(--green)}h1{font-size:clamp(52px,7.6vw,94px);line-height:.96;letter-spacing:-.065em;margin:26px auto 22px;max-width:1050px}.gradient{background:linear-gradient(110deg,#fff 5%,#c4b5fd 40%,#7dd3fc 72%,#fda4af);-webkit-background-clip:text;color:transparent}.lead{font-size:clamp(18px,2.1vw,22px);color:var(--muted);max-width:760px;margin:0 auto 30px}.actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.hero-visual{margin:64px auto 0;max-width:1040px;position:relative}.device{padding:13px 13px 27px;border-radius:28px;background:linear-gradient(145deg,#edf3ff,#8d99b0 46%,#30384b);box-shadow:0 60px 140px rgba(0,0,0,.62)}.device-screen{overflow:hidden;border-radius:17px;background:#111527;aspect-ratio:16/9;border:2px solid #090b13}.device-screen img{width:100%;height:100%;object-fit:cover}.float{position:absolute;padding:15px 17px;border-radius:17px;border:1px solid rgba(255,255,255,.18);background:rgba(18,22,43,.81);backdrop-filter:blur(22px);box-shadow:0 22px 55px rgba(0,0,0,.36);animation:float 5s ease-in-out infinite}.float b,.float small{display:block}.float small{color:var(--muted)}.f1{left:-35px;top:80px}.f2{right:-25px;top:42px;animation-delay:-2s}.f3{right:7%;bottom:-23px;animation-delay:-3s}@keyframes float{50%{transform:translateY(-13px) rotate(1deg)}}
.section{padding:88px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:38px}.kicker{color:#a78bfa;font-size:13px;font-weight:850;text-transform:uppercase;letter-spacing:.14em}h2{font-size:clamp(38px,5vw,62px);line-height:1.03;letter-spacing:-.055em;margin:10px 0}.section-head p{max-width:510px;color:var(--muted);margin:0}.product-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:20px}.product-card{position:relative;overflow:hidden;border-radius:30px;border:1px solid var(--line);min-height:500px;background:rgba(255,255,255,.035)}.product-card.large{grid-column:span 7}.product-card.small{grid-column:span 5}.product-card.cine{grid-column:1/-1;min-height:480px}.product-card img{width:100%;height:100%;object-fit:cover;transition:.35s ease}.product-card:hover img{transform:scale(1.025)}.product-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(5,7,16,.94))}.card-copy{position:absolute;z-index:2;left:30px;right:30px;bottom:28px}.card-copy h3{font-size:38px;letter-spacing:-.045em;margin:8px 0}.card-copy p{max-width:650px;color:#d8ddeb}.tag{display:inline-block;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.10);font-size:11px;font-weight:850}.product-link{font-weight:850;display:inline-flex;margin-top:7px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature{padding:25px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.035)}.feature-icon{font-size:25px}.feature h3{margin:13px 0 6px}.feature p{margin:0;color:var(--muted);font-size:14px}.cta{padding:68px 28px;border:1px solid var(--line);border-radius:34px;text-align:center;background:radial-gradient(circle at 50% 0,rgba(139,92,246,.24),transparent 55%),rgba(255,255,255,.035)}.cta h2{max-width:810px;margin:8px auto 20px}
.product-hero{padding:92px 0 55px}.product-hero-grid{display:grid;grid-template-columns:1fr 1.06fr;gap:58px;align-items:center}.product-hero h1{font-size:clamp(52px,6.7vw,84px);margin:17px 0}.product-hero .lead{margin-left:0}.badges{display:flex;gap:8px;flex-wrap:wrap;margin:24px 0}.badge{padding:8px 11px;border-radius:999px;border:1px solid var(--line);font-size:12px}.visual-card{padding:18px;border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.04);box-shadow:0 40px 95px rgba(0,0,0,.42)}.visual-card img{border-radius:18px;width:100%}.gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.shot{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:var(--surface)}.shot img{width:100%;height:auto}.shot.wide{grid-column:1/-1}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.step{padding:26px;border-top:1px solid var(--line)}.step strong{font-size:25px;display:block}.step span{color:var(--muted)}.legal-strip{display:grid;grid-template-columns:1fr 1fr;gap:18px}.legal-card{padding:28px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.035)}.legal-card p{color:var(--muted)}.faq details{border-bottom:1px solid var(--line);padding:21px 0}.faq summary{font-weight:780;cursor:pointer}.faq p{color:var(--muted)}
.legal-page{padding:80px 0}.legal-shell{max-width:850px}.legal-shell h1{font-size:clamp(48px,7vw,76px);margin-left:0}.legal-shell h2{font-size:27px;letter-spacing:-.03em;margin-top:40px}.legal-shell p,.legal-shell li{color:#c6ccdd}.legal-shell ul{padding-left:22px}.updated{color:#a78bfa;font-weight:800}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.about-card{padding:34px;border:1px solid var(--line);border-radius:26px;background:rgba(255,255,255,.035)}
.footer{padding:54px 0 34px;border-top:1px solid var(--line);margin-top:85px;color:var(--muted);font-size:13px}.footgrid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:30px}.footgrid h4{color:white;margin-top:0}.footgrid a{display:block;margin:8px 0}.copy{margin-top:34px;padding-top:19px;border-top:1px solid var(--line)}
.app-modal{position:fixed;inset:0;z-index:250;display:none;place-items:center;padding:22px}.app-modal.open{display:grid}.modal-bg{position:absolute;inset:0;border:0;background:rgba(2,4,12,.74);backdrop-filter:blur(17px)}.modal-panel{position:relative;width:min(760px,100%);padding:28px;border-radius:29px;border:1px solid rgba(255,255,255,.16);background:linear-gradient(155deg,rgba(27,32,59,.99),rgba(9,12,26,.99));box-shadow:0 50px 150px rgba(0,0,0,.7)}.modal-head{display:flex;justify-content:space-between;align-items:start}.modal-head h2{font-size:42px}.close{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:rgba(255,255,255,.06);color:white;font-size:26px;cursor:pointer}.app-list{display:grid;gap:12px}.app-row{display:flex;align-items:center;gap:14px;padding:16px;border:1px solid var(--line);border-radius:17px;background:rgba(255,255,255,.045)}.app-row:hover{background:rgba(255,255,255,.08)}.app-row .mini-icon{width:52px;height:52px}.app-row span:nth-child(2){flex:1}.app-row b,.app-row small{display:block}.app-row small{color:var(--muted)}
@media(max-width:850px){.navright{display:none}.hamb{display:block}.nav.mobile-open .navright{position:absolute;display:flex;flex-direction:column;align-items:stretch;gap:5px;top:76px;left:0;right:0;padding:18px;background:#0d1020;border-bottom:1px solid var(--line)}.dropdown-menu{position:static;width:100%;opacity:1;visibility:visible;transform:none;display:none;margin-top:5px}.dropdown.open .dropdown-menu{display:block}.product-hero-grid,.about-grid{grid-template-columns:1fr}.product-card.large,.product-card.small,.product-card.cine{grid-column:1/-1}.feature-grid,.steps,.footgrid{grid-template-columns:1fr 1fr}.float{display:none}}
@media(max-width:620px){.hero{padding-top:72px}h1{font-size:53px}.section-head{display:block}.feature-grid,.steps,.gallery,.legal-strip,.footgrid{grid-template-columns:1fr}.shot.wide{grid-column:auto}.product-card{min-height:410px}.modal-head h2{font-size:34px}.actions .btn{width:100%}}

/* Homepage product cards — logo-led redesign, scoped only to #products */
#products .logo-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
#products .logo-product{grid-column:auto;min-height:500px;position:relative;isolation:isolate;display:block;background:linear-gradient(150deg,rgba(255,255,255,.055),rgba(255,255,255,.025));overflow:hidden}
#products .logo-product:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(5,7,16,0) 28%,rgba(5,7,16,.18) 52%,rgba(5,7,16,.95) 100%);pointer-events:none}
#products .logo-product:before{content:"";position:absolute;inset:1px;border-radius:29px;background:linear-gradient(145deg,rgba(255,255,255,.035),transparent 42%);z-index:0;pointer-events:none}
#products .product-logo-stage{position:absolute;z-index:1;inset:28px 28px 188px;display:grid;place-items:center;overflow:hidden;border-radius:24px;background:rgba(255,255,255,.018)}
#products .product-logo-glow{position:absolute;width:280px;height:280px;border-radius:50%;filter:blur(55px);opacity:.48;transition:transform .35s ease,opacity .35s ease}
#products .textly-product .product-logo-glow{background:#9b5de5}
#products .easily-product .product-logo-glow{background:#7e9bd0}
#products .cine-product .product-logo-glow{background:#ff3131}
#products .screen-product .product-logo-glow{background:#42d8e7}
#products .product-logo-frame{position:relative;width:190px;height:190px;display:grid;place-items:center;z-index:2;filter:drop-shadow(0 28px 35px rgba(0,0,0,.34));transition:transform .3s ease}
#products .product-logo-image{width:100%;height:100%;object-fit:contain;display:block;transform:none;border-radius:0}
#products .logo-product:hover .product-logo-frame{transform:translateY(-7px) scale(1.025)}
#products .logo-product:hover .product-logo-glow{transform:scale(1.12);opacity:.62}
#products .logo-product:hover .product-logo-image{transform:none}
#products .logo-product .card-copy{z-index:2}
#products .logo-product .card-copy h3{font-size:35px;line-height:1.08;margin:8px 0 7px}
#products .logo-product .card-copy p{min-height:52px;margin-top:0}
#products .logo-product .tag{background:rgba(255,255,255,.09);backdrop-filter:blur(10px)}
@media(max-width:850px){#products .logo-products{grid-template-columns:1fr}#products .logo-product{min-height:470px}}
@media(max-width:620px){#products .logo-product{min-height:445px}#products .product-logo-stage{inset:24px 24px 195px}#products .product-logo-frame{width:150px;height:150px}#products .logo-product .card-copy h3{font-size:31px}}


/* === Theme toggle and global theme support === */
:root{--nav-bg:rgba(7,9,19,.78);--panel-bg:rgba(15,18,35,.98);--card-bg:rgba(255,255,255,.035);--card-soft:rgba(255,255,255,.045);--hero-glass:rgba(18,22,43,.81);--shadow:0 26px 70px rgba(0,0,0,.45);--screen-panel:linear-gradient(135deg,rgba(25,32,62,.96),rgba(10,13,31,.98));--vision-rail:rgba(255,255,255,.08)}
:root[data-theme="light"]{--bg:#f5f7fc;--surface:#ffffff;--surface2:#edf2fa;--text:#0f172a;--muted:#5c6680;--line:rgba(15,23,42,.12);--nav-bg:rgba(249,250,255,.82);--panel-bg:rgba(255,255,255,.98);--card-bg:rgba(255,255,255,.82);--card-soft:rgba(255,255,255,.92);--hero-glass:rgba(255,255,255,.85);--shadow:0 26px 70px rgba(15,23,42,.12);--screen-panel:linear-gradient(135deg,rgba(255,255,255,.98),rgba(239,243,251,.98));--vision-rail:rgba(15,23,42,.06)}
:root[data-theme="light"] body{background:radial-gradient(circle at 12% 2%,rgba(139,92,246,.12),transparent 27%),radial-gradient(circle at 88% 4%,rgba(56,189,248,.12),transparent 26%),var(--bg)}
.nav{background:var(--nav-bg)}
.dropdown-menu{background:var(--panel-bg);box-shadow:var(--shadow)}
.dropitem,.allapps,.feature,.cta,.visual-card,.legal-card,.shot,.about-card,.app-row,.close,.hero-point{background:var(--card-bg)}
.device,.float{background:var(--hero-glass)}
.product-card,.logo-product{background:linear-gradient(150deg,var(--card-soft),rgba(255,255,255,.025))}
.theme-toggle{display:inline-flex;align-items:center;gap:9px;padding:12px 14px;border-radius:999px;border:1px solid var(--line);background:var(--card-bg);color:var(--text);font-weight:750;cursor:pointer;transition:.25s ease}
.theme-toggle:hover{transform:translateY(-1px);border-color:rgba(139,92,246,.4)}
.theme-icon{font-size:15px;line-height:1}
:root[data-theme="light"] .navlink,:root[data-theme="light"] .dropbtn{color:#48536f}
:root[data-theme="light"] .navlink:hover,:root[data-theme="light"] .dropbtn:hover{color:#0f172a}
:root[data-theme="light"] .btn.secondary{border-color:rgba(15,23,42,.12);background:rgba(15,23,42,.03);color:#0f172a}
:root[data-theme="light"] .product-card:after{background:linear-gradient(180deg,transparent 35%,rgba(255,255,255,.28) 52%,rgba(240,243,250,.96))}
:root[data-theme="light"] #products .logo-product:after{background:linear-gradient(180deg,rgba(255,255,255,0) 28%,rgba(255,255,255,.18) 52%,rgba(243,246,252,.95) 100%)}
:root[data-theme="light"] .tag{background:rgba(15,23,42,.06);color:#334155}
:root[data-theme="light"] .footer{color:#5c6680}
:root[data-theme="light"] .feature p,:root[data-theme="light"] .legal-card p,:root[data-theme="light"] .about-card p,:root[data-theme="light"] .faq p,:root[data-theme="light"] .section-head p,:root[data-theme="light"] .card-copy p,:root[data-theme="light"] .lead,:root[data-theme="light"] .updated,:root[data-theme="light"] .app-row small,:root[data-theme="light"] .dropitem small,:root[data-theme="light"] .float small,:root[data-theme="light"] .hero-point span{color:var(--muted)}
:root[data-theme="light"] .dropitem:hover,:root[data-theme="light"] .app-row:hover{background:rgba(15,23,42,.05)}
:root[data-theme="light"] .modal-panel{background:linear-gradient(155deg,rgba(255,255,255,.99),rgba(243,246,253,.99));box-shadow:0 40px 120px rgba(15,23,42,.18)}
:root[data-theme="light"] .close{background:rgba(15,23,42,.03);color:#0f172a}
:root[data-theme="light"] .vision-app-tile{background:rgba(255,255,255,.72);border-color:rgba(15,23,42,.08)}
:root[data-theme="light"] .vision-chip{background:rgba(15,23,42,.06);border-color:rgba(15,23,42,.08);color:#334155}
:root[data-theme="light"] .vision-chip.subtle{background:rgba(139,92,246,.08);color:#4c1d95}
:root[data-theme="light"] .laptop-shell{background:linear-gradient(180deg,#ffffff,#e7edf8);box-shadow:0 40px 110px rgba(15,23,42,.14)}
:root[data-theme="light"] .laptop-screen{background:linear-gradient(135deg,#ffffff,#eef3fb)}
:root[data-theme="light"] .laptop-base{background:linear-gradient(180deg,#dce5f4,#bac6de)}
:root[data-theme="light"] .vision-app-tile p{color:#5c6680}
.mini-icon.icon-image{padding:0;background:transparent;border:none;overflow:hidden;box-shadow:none}
.mini-icon.icon-image img{width:100%;height:100%;object-fit:cover;border-radius:14px;display:block}
.dropitem .mini-icon.icon-image{width:40px;height:40px}
.app-row .mini-icon.icon-image{width:52px;height:52px}

/* Hero redesign */
.hero-layout{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:56px;align-items:center}
.hero-copy{position:relative;z-index:2}
.hero-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:28px}
.hero-point{padding:16px 16px 15px;border:1px solid var(--line);border-radius:18px;backdrop-filter:blur(14px)}
.hero-point strong{display:block;font-size:15px;letter-spacing:-.02em;margin-bottom:4px}
.hero-point span{display:block;font-size:12.5px;color:var(--muted);line-height:1.4}
.vision-hero{position:relative;min-height:610px;display:flex;align-items:center;justify-content:center}
.vision-orb{position:absolute;border-radius:50%;filter:blur(50px);opacity:.55;pointer-events:none}
.orb-one{width:220px;height:220px;background:rgba(139,92,246,.34);top:36px;left:18px}
.orb-two{width:210px;height:210px;background:rgba(56,189,248,.28);right:0;bottom:24px}
.laptop-shell{position:relative;width:min(100%,620px);padding:18px 18px 0;border-radius:34px;background:linear-gradient(180deg,#22283f,#0d1020);border:1px solid rgba(255,255,255,.12);box-shadow:0 50px 140px rgba(0,0,0,.45);z-index:2}
.laptop-top{height:18px;display:flex;align-items:center;justify-content:center}
.laptop-top span{width:88px;height:10px;border-radius:999px;background:rgba(255,255,255,.16)}
.laptop-screen{position:relative;border-radius:24px;overflow:hidden;background:var(--screen-panel);padding:18px;min-height:420px;border:1px solid rgba(255,255,255,.08)}
.vision-screen-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px}
.vision-chip-row{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}
.vision-chip{display:inline-flex;align-items:center;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);color:#e7e8f7;font-size:11px;font-weight:800;letter-spacing:.01em}
.vision-chip.subtle{background:rgba(255,255,255,.06);color:#d0d5f5}
.vision-screen-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.vision-app-tile{padding:16px 16px 18px;border-radius:22px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);min-height:168px;display:flex;flex-direction:column;justify-content:space-between;gap:12px;backdrop-filter:blur(10px)}
.vision-app-icon{width:62px;height:62px;border-radius:16px;overflow:hidden;box-shadow:0 18px 32px rgba(0,0,0,.25)}
.vision-app-icon img{width:100%;height:100%;object-fit:cover}
.vision-app-tile h4{margin:0 0 6px;font-size:19px;line-height:1.1;letter-spacing:-.03em}
.vision-app-tile p{margin:0;color:#d6ddf2;font-size:13px;line-height:1.45}
.laptop-base{position:relative;height:18px;width:108%;left:-4%;border-radius:0 0 34px 34px;background:linear-gradient(180deg,#d4dced,#8d99b4)}
.float{z-index:3}
.f1{left:-12px;top:72px}.f2{right:-8px;top:50px;animation-delay:-2s}.f3{right:3%;bottom:-16px;animation-delay:-3s}

/* Better card icon sizing */
#products .product-logo-stage{inset:28px 28px 188px;display:grid;place-items:center}
#products .product-logo-frame{width:180px;height:180px}
#products .product-logo-image{border-radius:24px}
#products .cine-product .product-logo-frame{width:178px;height:178px}
#products .screen-product .product-logo-frame{width:182px;height:182px}

@media(max-width:1000px){.hero-layout{grid-template-columns:1fr;gap:30px}.vision-hero{min-height:auto}.hero-points{grid-template-columns:1fr 1fr 1fr}.laptop-shell{max-width:760px;margin:0 auto}.theme-toggle{order:4;width:fit-content}}
@media(max-width:850px){.nav.mobile-open .navright{gap:10px}.theme-toggle,.allapps{width:100%;justify-content:center}.hero-points,.vision-screen-grid{grid-template-columns:1fr 1fr}.footgrid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.hero-points,.vision-screen-grid{grid-template-columns:1fr}.hero-point{padding:14px}.laptop-shell{padding:12px 12px 0;border-radius:28px}.laptop-screen{min-height:unset;padding:14px}.vision-screen-head{display:block}.vision-chip-row{justify-content:flex-start;margin-top:10px}.vision-app-tile{min-height:auto}.theme-toggle{padding:12px 14px}}


/* === Light-only refinement: hero redesign and typography fixes === */
html[data-theme="light"] body{background:linear-gradient(180deg,#f7f8fd 0%,#eef3fb 100%);color:#0f172a;}
html[data-theme="light"] .nav{background:rgba(249,250,255,.86);border-bottom:1px solid rgba(15,23,42,.09);backdrop-filter:blur(22px);}
html[data-theme="light"] .brand,html[data-theme="light"] .nav .brand span,html[data-theme="light"] h1,html[data-theme="light"] h2,html[data-theme="light"] h3,html[data-theme="light"] h4,html[data-theme="light"] .card-copy h3,html[data-theme="light"] .section-head h2,html[data-theme="light"] .product-card h3{color:#0f172a;}
html[data-theme="light"] .allapps{background:#0f172a;color:#fff;box-shadow:0 12px 30px rgba(15,23,42,.12);}
html[data-theme="light"] .dropitem b,html[data-theme="light"] .app-row b,html[data-theme="light"] .faq h3,html[data-theme="light"] .legal-card h3,html[data-theme="light"] .feature h3,html[data-theme="light"] .about-card h3,html[data-theme="light"] .updated,html[data-theme="light"] .copy{color:#0f172a;}
html[data-theme="light"] .footer{background:linear-gradient(180deg,#f5f7fd,#edf2fb);border-top:1px solid rgba(15,23,42,.08);}
html[data-theme="light"] .footer a,html[data-theme="light"] .footer p{color:#536079;}
html[data-theme="light"] .footer h4{color:#0f172a;}
html[data-theme="light"] .dropitem,html[data-theme="light"] .app-row,html[data-theme="light"] .feature,html[data-theme="light"] .shot,html[data-theme="light"] .visual-card,html[data-theme="light"] .legal-card,html[data-theme="light"] .about-card,html[data-theme="light"] .cta,html[data-theme="light"] .hero-point{border:1px solid rgba(15,23,42,.08);box-shadow:0 12px 28px rgba(15,23,42,.05);}
html[data-theme="light"] .tag{border:1px solid rgba(15,23,42,.08);}
html[data-theme="light"] .lead,html[data-theme="light"] .section-head p,html[data-theme="light"] .card-copy p,html[data-theme="light"] .feature p,html[data-theme="light"] .legal-card p,html[data-theme="light"] .about-card p,html[data-theme="light"] .faq p,html[data-theme="light"] .updated,html[data-theme="light"] .copy,html[data-theme="light"] .product-card p{color:#5f6b85;}

.hero.hero-lite{padding:92px 0 78px;text-align:left;overflow:hidden;}
.hero.hero-lite .aurora{inset:-15% -10% -28%;filter:blur(70px);opacity:.9;background:radial-gradient(circle at 18% 22%,rgba(139,92,246,.18),transparent 22%),radial-gradient(circle at 75% 18%,rgba(56,189,248,.18),transparent 22%),radial-gradient(circle at 54% 84%,rgba(244,114,182,.14),transparent 18%);}
.hero-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.02fr);gap:56px;align-items:center;position:relative;z-index:1;}
.hero-copy{max-width:650px;}
.hero-copy .eyebrow{display:inline-flex;align-items:center;gap:10px;padding:11px 16px;border:1px solid rgba(15,23,42,.08);background:rgba(255,255,255,.7);border-radius:999px;color:#1f2937;font-weight:800;letter-spacing:.01em;font-size:14px;box-shadow:0 10px 30px rgba(15,23,42,.06);}
.hero-copy .dot{width:8px;height:8px;border-radius:50%;background:#34d399;display:inline-block;box-shadow:0 0 0 5px rgba(52,211,153,.14);}
.hero-copy h1{font-size:clamp(56px,7.2vw,90px);line-height:.96;letter-spacing:-.065em;margin:22px 0 22px;max-width:10ch;}
.hero-copy .gradient{background:linear-gradient(90deg,#c9b7ff 0%,#9b87f5 20%,#6cbdf4 52%,#7aa0d3 76%,#f08ba9 100%);-webkit-background-clip:text;background-clip:text;color:transparent;}
.hero-copy .lead{font-size:18px;line-height:1.62;max-width:33ch;margin:0 0 26px;color:#57627a;}
.hero-copy .actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:28px;}
.hero-copy .btn{min-height:56px;padding:15px 23px;}
.hero-copy .btn.secondary{background:rgba(255,255,255,.68);}
.hero-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
.hero-point{padding:16px 16px 15px;border-radius:20px;background:rgba(255,255,255,.75);}
.hero-point strong{display:block;font-size:17px;line-height:1.2;margin-bottom:6px;color:#0f172a;}
.hero-point span{display:block;font-size:13px;line-height:1.45;color:#5f6b85;}
.hero-showcase{position:relative;min-height:590px;display:flex;align-items:center;justify-content:center;}
.showcase-panel{position:relative;width:min(100%,690px);padding:26px;border-radius:34px;background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(239,244,251,.96));border:1px solid rgba(15,23,42,.08);box-shadow:0 44px 120px rgba(15,23,42,.16);}
.showcase-topbar{display:flex;gap:8px;margin-bottom:18px;}
.window-dot{width:10px;height:10px;border-radius:999px;background:#d4dce9;}
.showcase-copy{max-width:510px;margin-bottom:20px;}
.showcase-kicker{display:inline-flex;padding:7px 11px;border-radius:999px;background:rgba(139,92,246,.09);color:#5b34cc;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;margin-bottom:10px;}
.showcase-copy h3{font-size:36px;line-height:1.08;letter-spacing:-.04em;margin:0 0 10px;max-width:11ch;color:#0f172a;}
.showcase-copy p{margin:0;color:#617089;font-size:15px;line-height:1.6;max-width:52ch;}
.showcase-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;position:relative;}
.showcase-app{display:flex;gap:14px;align-items:flex-start;padding:18px;border-radius:24px;background:rgba(255,255,255,.92);border:1px solid rgba(15,23,42,.08);box-shadow:0 15px 34px rgba(15,23,42,.06);}
.showcase-app-icon{width:68px;height:68px;border-radius:18px;overflow:hidden;flex:0 0 auto;box-shadow:0 18px 34px rgba(15,23,42,.12);}
.showcase-app-icon img{width:100%;height:100%;object-fit:cover;}
.showcase-app h4{margin:2px 0 6px;font-size:18px;line-height:1.15;letter-spacing:-.03em;color:#0f172a;}
.showcase-app p{margin:0;font-size:14px;line-height:1.45;color:#617089;}
.showcase-ribbon{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;}
.showcase-ribbon span{padding:10px 14px;border-radius:999px;background:rgba(15,23,42,.05);color:#334155;font-size:12px;font-weight:800;letter-spacing:.03em;text-transform:uppercase;}
.hero-float{position:absolute;display:flex;flex-direction:column;gap:4px;padding:16px 18px;border-radius:22px;background:rgba(255,255,255,.96);border:1px solid rgba(15,23,42,.08);box-shadow:0 22px 46px rgba(15,23,42,.12);z-index:2;}
.hero-float b{font-size:16px;line-height:1.15;color:#0f172a;}
.hero-float small{font-size:13px;line-height:1.35;color:#66748d;}
.float-left{left:-18px;top:108px;}
.float-right{right:-10px;bottom:36px;}

html[data-theme="light"] #products .section-head p{max-width:560px;}
html[data-theme="light"] #products .logo-product{background:linear-gradient(180deg,#ffffff,#f4f7fc);border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 45px rgba(15,23,42,.07);}
html[data-theme="light"] #products .logo-product .card-copy h3{color:#0f172a;}
html[data-theme="light"] #products .logo-product .card-copy p{color:#5f6b85;}
html[data-theme="light"] #products .logo-product .tag{background:rgba(15,23,42,.05);color:#4b5563;border:1px solid rgba(15,23,42,.08);}

@media (max-width:1100px){.hero-shell{grid-template-columns:1fr;gap:34px;}.hero-copy{max-width:none;}.hero-copy h1{max-width:none;}.hero-showcase{min-height:auto;}.showcase-panel{width:100%;}.float-left{left:8px;top:auto;bottom:-12px;}.float-right{right:8px;top:-18px;bottom:auto;}}
@media (max-width:780px){.hero.hero-lite{padding:78px 0 60px;}.hero-copy h1{font-size:clamp(44px,12vw,72px);}.hero-points{grid-template-columns:1fr;}.showcase-grid{grid-template-columns:1fr;}.showcase-copy h3{font-size:30px;}.hero-float{position:static;margin-top:14px;}.hero-showcase{display:block;}.showcase-panel{padding:20px;}.showcase-app{padding:16px;}}
@media (max-width:620px){.hero-copy .lead{font-size:17px;}.hero-copy .actions{flex-direction:column;align-items:stretch;}.hero-copy .btn{width:100%;}.showcase-app{gap:12px;}.showcase-app-icon{width:58px;height:58px;}.showcase-ribbon span{font-size:11px;padding:9px 12px;}}

/* === Premium light hero — 2026-08-28 === */
html[data-theme="light"]{
  --bg:#f6f8fc;
  --surface:#ffffff;
  --surface2:#eef3fa;
  --text:#0b1328;
  --muted:#5b667d;
  --line:rgba(15,23,42,.10);
}
html[data-theme="light"] body{
  background:linear-gradient(180deg,#f8f9fd 0%,#f1f5fb 56%,#f7f9fc 100%);
  color:var(--text);
}
html[data-theme="light"] .nav{background:rgba(250,251,255,.88);border-color:rgba(15,23,42,.08)}
html[data-theme="light"] .navlink,html[data-theme="light"] .dropbtn{color:#526078}
html[data-theme="light"] .navlink:hover,html[data-theme="light"] .dropbtn:hover{color:#0b1328}
html[data-theme="light"] .brand{color:#0b1328}
html[data-theme="light"] .allapps{background:#10182c;color:#fff;box-shadow:0 10px 28px rgba(15,23,42,.12)}
html[data-theme="light"] .dropdown-menu{background:rgba(255,255,255,.98);box-shadow:0 24px 70px rgba(15,23,42,.12)}
html[data-theme="light"] .dropitem:hover{background:#f3f6fb}
html[data-theme="light"] .dropitem b{color:#111827}
html[data-theme="light"] .dropitem small{color:#647089}

.premium-hero{
  position:relative;
  overflow:hidden;
  padding:96px 0 88px;
  text-align:left;
}
.premium-hero-bg{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 12% 20%,rgba(132,94,247,.16),transparent 28%),
    radial-gradient(circle at 88% 16%,rgba(44,183,232,.13),transparent 27%),
    radial-gradient(circle at 58% 88%,rgba(238,131,174,.09),transparent 25%);
}
.premium-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(560px,1.08fr);
  gap:66px;
  align-items:center;
}
.premium-copy{max-width:650px}
.premium-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border:1px solid rgba(15,23,42,.09);
  border-radius:999px;
  background:rgba(255,255,255,.82);
  box-shadow:0 10px 28px rgba(15,23,42,.05);
  color:#29354d;
  font-size:13px;
  font-weight:800;
}
.premium-eyebrow .dot{
  width:8px;height:8px;border-radius:50%;display:inline-block;background:#34d399;
  box-shadow:0 0 0 5px rgba(52,211,153,.13)
}
.premium-copy h1{
  margin:24px 0 22px;
  font-size:clamp(58px,6.3vw,90px);
  line-height:.96;
  letter-spacing:-.067em;
  color:#0a1329;
  max-width:10.5ch;
}
.premium-copy .gradient{
  background:linear-gradient(100deg,#9b83ef 0%,#7399ef 34%,#4cbbe5 59%,#e47d9f 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.premium-lead{
  margin:0 0 28px;
  max-width:38ch;
  font-size:19px;
  line-height:1.62;
  color:#57647d !important;
}
.premium-actions{display:flex;gap:13px;flex-wrap:wrap;justify-content:flex-start}
.premium-actions .btn{min-height:54px;padding:15px 22px}
.premium-actions .btn.primary{color:#07101f;background:linear-gradient(120deg,#7c5cff,#5e80ff 48%,#2eb7ef);box-shadow:0 16px 34px rgba(76,107,238,.22)}
.premium-actions .btn.secondary{color:#172036;background:rgba(255,255,255,.72);border:1px solid rgba(15,23,42,.10)}
.collection-note{
  margin:25px 0 0;
  padding-left:16px;
  border-left:3px solid #8b72ed;
  color:#68748b;
  font-size:14px;
  line-height:1.5;
  max-width:47ch;
}

.premium-visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:570px}
.macbook{position:relative;width:min(100%,720px);filter:drop-shadow(0 36px 45px rgba(34,45,71,.18))}
.macbook-lid{
  position:relative;
  padding:13px;
  border-radius:30px 30px 18px 18px;
  background:linear-gradient(145deg,#dce4f0,#8e9caf 60%,#dce4ed);
  border:1px solid rgba(48,62,83,.16);
}
.macbook-camera{
  position:absolute;z-index:4;left:50%;top:7px;transform:translateX(-50%);
  width:64px;height:7px;border-radius:999px;background:rgba(20,27,39,.38)
}
.macbook-screen{overflow:hidden;border-radius:20px;background:#0c1020;border:3px solid #151a29;aspect-ratio:16/10}
.macbook-wallpaper{
  position:relative;
  height:100%;
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 22%,rgba(128,86,234,.55),transparent 34%),
    radial-gradient(circle at 81% 24%,rgba(52,184,222,.45),transparent 34%),
    linear-gradient(145deg,#171326 0%,#101628 48%,#122238 100%);
}
.macbook-wallpaper:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(110deg,rgba(255,255,255,.09),transparent 35%,transparent 70%,rgba(255,255,255,.04));
  pointer-events:none;
}
.screen-brand{
  position:absolute;left:28px;top:24px;z-index:3;
  display:flex;align-items:center;gap:9px;color:#fff;font-size:15px;font-weight:820;letter-spacing:-.01em
}
.screen-brand-dot{width:9px;height:9px;border-radius:50%;background:#8e73ee;box-shadow:0 0 0 5px rgba(142,115,238,.14)}
.screen-brand small{font-size:11px;font-weight:600;color:rgba(231,237,248,.62);margin-left:6px}
.icon-stage{position:absolute;inset:60px 35px 78px}
.stage-icon{
  position:absolute;
  display:flex;flex-direction:column;align-items:center;gap:8px;
  color:#fff;font-size:12px;font-weight:760;
  transition:transform .3s ease;
}
.stage-icon:hover{transform:translateY(-6px) scale(1.025)}
.stage-icon img{
  width:112px;height:112px;object-fit:cover;border-radius:25px;
  box-shadow:0 22px 48px rgba(0,0,0,.38),0 0 0 1px rgba(255,255,255,.10);
}
.stage-icon span{text-shadow:0 2px 8px rgba(0,0,0,.35)}
.stage-textly{left:2%;top:26%;transform:rotate(-7deg)}
.stage-easily{left:29%;top:10%;transform:rotate(-2deg)}
.stage-cine{left:56%;top:27%;transform:rotate(4deg)}
.stage-scale{right:0;top:7%;transform:rotate(7deg)}
.stage-textly:hover{transform:rotate(-7deg) translateY(-6px) scale(1.025)}
.stage-easily:hover{transform:rotate(-2deg) translateY(-6px) scale(1.025)}
.stage-cine:hover{transform:rotate(4deg) translateY(-6px) scale(1.025)}
.stage-scale:hover{transform:rotate(7deg) translateY(-6px) scale(1.025)}
.screen-message{
  position:absolute;left:29px;right:29px;bottom:20px;z-index:3;
  display:flex;align-items:end;justify-content:space-between;gap:25px;
  padding-top:15px;border-top:1px solid rgba(255,255,255,.10)
}
.screen-message strong{font-size:16px;color:#fff;letter-spacing:-.02em}
.screen-message span{max-width:320px;text-align:right;font-size:11.5px;line-height:1.45;color:rgba(231,237,248,.64)}
.macbook-hinge{width:34%;height:9px;margin:-1px auto 0;border-radius:0 0 12px 12px;background:#9faabb}
.macbook-base{
  position:relative;
  height:21px;
  margin:-2px -28px 0;
  border-radius:4px 4px 26px 26px;
  background:linear-gradient(180deg,#d4dce8,#9da8b8 58%,#7e899a);
  box-shadow:0 7px 11px rgba(41,51,69,.18)
}
.base-notch{position:absolute;left:50%;top:0;transform:translateX(-50%);width:120px;height:7px;border-radius:0 0 12px 12px;background:#8793a4}

/* light theme content contrast */
html[data-theme="light"] .section-head h2,html[data-theme="light"] .section-head h3,html[data-theme="light"] .feature h3,html[data-theme="light"] .legal-card h3,html[data-theme="light"] .about-card h3,html[data-theme="light"] .faq summary,html[data-theme="light"] .card-copy h3{color:#0b1328}
html[data-theme="light"] .section-head p,html[data-theme="light"] .feature p,html[data-theme="light"] .legal-card p,html[data-theme="light"] .about-card p,html[data-theme="light"] .faq p,html[data-theme="light"] .card-copy p{color:#5d687f}
html[data-theme="light"] .feature,html[data-theme="light"] .legal-card,html[data-theme="light"] .about-card,html[data-theme="light"] .visual-card,html[data-theme="light"] .shot,html[data-theme="light"] .cta{background:rgba(255,255,255,.84);border-color:rgba(15,23,42,.09);box-shadow:0 15px 36px rgba(15,23,42,.05)}
html[data-theme="light"] #products .logo-product{background:linear-gradient(180deg,#fff,#f5f8fc);border-color:rgba(15,23,42,.09);box-shadow:0 18px 42px rgba(15,23,42,.07)}
html[data-theme="light"] #products .logo-product .tag{background:#eef2f8;color:#4e5b70;border:1px solid rgba(15,23,42,.07)}
html[data-theme="light"] .product-link{color:#3346a8}

@media(max-width:1100px){
  .premium-hero-grid{grid-template-columns:1fr;gap:42px}
  .premium-copy{max-width:none}
  .premium-copy h1{max-width:13ch}
  .premium-lead{max-width:52ch}
  .premium-visual{min-height:auto}
  .macbook{max-width:790px}
}
@media(max-width:760px){
  .premium-hero{padding:78px 0 62px}
  .premium-copy h1{font-size:clamp(47px,13vw,72px);max-width:none}
  .premium-lead{font-size:17px}
  .premium-actions{flex-direction:column;align-items:stretch}
  .premium-actions .btn{width:100%}
  .macbook-lid{padding:9px;border-radius:23px 23px 14px 14px}
  .screen-brand small{display:none}
  .icon-stage{inset:55px 20px 72px}
  .stage-icon img{width:82px;height:82px;border-radius:19px}
  .stage-icon{font-size:10px}
  .screen-message span{display:none}
  .screen-message{bottom:14px}
  .macbook-base{margin:-2px -15px 0}
}
@media(max-width:520px){
  .premium-visual{display:none}
  .collection-note{margin-top:22px}
}


/* === Minor UI / typography / footer refactor === */
html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
body{font-feature-settings:"kern" 1,"liga" 1;letter-spacing:-.005em}
p,small{letter-spacing:0}
h1,h2,h3,h4,.brand,.btn,.allapps,.navlink,.dropbtn{font-kerning:normal}
.section-head h2,.product-hero h1{letter-spacing:-.052em}
.lead{letter-spacing:-.012em}
.brand img{width:40px;height:40px;object-fit:contain;border-radius:0}
.footer-refined{margin-top:88px;padding:58px 0 26px;background:linear-gradient(180deg,#f4f7fc 0%,#edf2fa 100%);border-top:1px solid rgba(15,23,42,.08);color:#5d6880}
.footer-main{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(150px,.65fr) minmax(0,1.4fr);gap:54px;align-items:start}
.footer-brand-block{max-width:440px}.footer-brand{width:max-content}.footer-brand-block>p{max-width:380px;margin:16px 0 22px;color:#5d6880;font-size:14px;line-height:1.65}
.footer-column h4{margin:2px 0 14px;color:#111827;font-size:13px;text-transform:uppercase;letter-spacing:.09em;font-weight:850}
.footer-column>a{display:block;width:max-content;max-width:100%;margin:9px 0;color:#5a657a;font-size:13.5px;line-height:1.35;transition:.18s ease}
.footer-column>a:hover{color:#111827;transform:translateX(2px)}
.footer-legal-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px}
.social-links{display:flex;flex-wrap:wrap;gap:10px}.social-link{display:inline-flex!important;align-items:center;gap:8px;margin:0!important;padding:9px 12px;border-radius:999px;border:1px solid rgba(15,23,42,.09);background:rgba(255,255,255,.76);color:#354158!important;font-size:12.5px!important;font-weight:760;box-shadow:0 8px 20px rgba(15,23,42,.04);transition:.2s ease}
.social-link:hover{transform:translateY(-2px)!important;border-color:rgba(99,102,241,.24);background:#fff;color:#111827!important}.social-link svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.social-link:nth-child(3) svg path:first-child{fill:none}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:42px;padding-top:20px;border-top:1px solid rgba(15,23,42,.08);color:#7b8597;font-size:12.5px}
@media(max-width:900px){.footer-main{grid-template-columns:1fr 1fr;gap:36px}.footer-brand-block{grid-column:1/-1;max-width:none}.footer-brand-block>p{max-width:560px}.footer-legal-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.footer-refined{padding-top:44px}.footer-main{grid-template-columns:1fr}.footer-brand-block{grid-column:auto}.footer-legal-grid{grid-template-columns:1fr 1fr;gap:24px}.footer-bottom{align-items:flex-start;flex-direction:column;gap:8px}.social-links{gap:8px}.social-link span{display:none}.social-link{width:38px;height:38px;justify-content:center;padding:0}}


/* === 2026-08-28 baseline refinements: supplied MacBook, button contrast, hero clipping === */
.btn.primary,.premium-actions .btn.primary{color:#fff !important;text-shadow:0 1px 1px rgba(0,0,0,.10)}
.premium-copy h1{line-height:1.035;letter-spacing:-.058em;max-width:11.4ch;overflow:visible;padding-bottom:.075em}
.premium-copy .gradient{display:inline;-webkit-box-decoration-break:clone;box-decoration-break:clone;padding-bottom:.055em}
.macbook-photo-visual{min-height:545px}
.macbook-photo-wrap{position:relative;width:min(100%,800px);aspect-ratio:800/487;filter:drop-shadow(0 34px 42px rgba(34,45,71,.16));isolation:isolate}
.macbook-photo-frame{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;z-index:1;pointer-events:none}
.macbook-photo-screen{position:absolute;z-index:2;left:8.15%;right:8.15%;top:2.5%;height:86.3%;overflow:hidden;border-radius:1.2% 1.2% .4% .4%;background:radial-gradient(circle at 18% 25%,rgba(126,86,231,.62),transparent 34%),radial-gradient(circle at 82% 20%,rgba(52,186,223,.49),transparent 34%),linear-gradient(145deg,#171327,#11182a 52%,#142a43);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.macbook-photo-screen:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgba(255,255,255,.08),transparent 34%,transparent 70%,rgba(255,255,255,.035));pointer-events:none}
.photo-camera{position:absolute;left:50%;top:5px;transform:translateX(-50%);width:7px;height:7px;border-radius:50%;background:#05070c;box-shadow:0 0 0 1px rgba(255,255,255,.05);z-index:4}
.photo-screen-brand{position:absolute;left:24px;top:19px;z-index:3;display:flex;align-items:center;gap:8px;color:#fff;font-size:14px;font-weight:820}
.photo-screen-brand small{font-size:10.5px;font-weight:600;color:rgba(236,241,250,.62);margin-left:5px}
.photo-icon-stage{position:absolute;left:27px;right:27px;top:82px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:start;z-index:3}
.photo-stage-icon{display:flex;flex-direction:column;align-items:center;gap:8px;color:#fff;font-size:11px;font-weight:760;transition:transform .22s ease}
.photo-stage-icon:hover{transform:translateY(-5px)}
.photo-stage-icon img{width:min(100%,104px);aspect-ratio:1;object-fit:cover;border-radius:24px;box-shadow:0 18px 38px rgba(0,0,0,.35),0 0 0 1px rgba(255,255,255,.09)}
.photo-stage-icon span{text-shadow:0 2px 7px rgba(0,0,0,.4);white-space:nowrap}
.photo-screen-message{position:absolute;left:27px;right:27px;bottom:18px;z-index:3;display:flex;align-items:flex-end;justify-content:space-between;gap:22px;padding-top:13px;border-top:1px solid rgba(255,255,255,.11)}
.photo-screen-message strong{font-size:15px;color:#fff;letter-spacing:-.02em}
.photo-screen-message span{max-width:310px;text-align:right;font-size:10.8px;line-height:1.45;color:rgba(234,240,249,.67)}
@media(max-width:760px){.premium-copy h1{line-height:1.045;letter-spacing:-.052em}.macbook-photo-visual{min-height:auto}.photo-screen-brand small,.photo-screen-message span{display:none}.photo-icon-stage{top:68px;left:19px;right:19px;gap:12px}.photo-stage-icon img{border-radius:19px}.photo-stage-icon{font-size:9px}.photo-screen-message{left:20px;right:20px;bottom:12px}.photo-screen-message strong{font-size:12px}}
@media(max-width:520px){.macbook-photo-visual{display:none}}
