@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";:root{color-scheme:dark;--bg: #000000;--bg-soft: #0a0a0a;--bg-radial-red: rgba(255, 255, 255, .02);--bg-radial-blue: rgba(255, 255, 255, .01);--bg-gradient-start: #000000;--bg-gradient-mid: #000000;--bg-gradient-end: #000000;--surface: rgba(14, 14, 16, .9);--surface-strong: rgba(18, 18, 20, .96);--surface-border: rgba(255, 255, 255, .1);--text: #f5f5f7;--muted: #a1a1a6;--red: #ff4d5f;--red-deep: #c31f43;--blue: #4f8cff;--blue-deep: #1c4fd7;--glow: 0 24px 70px rgba(255, 255, 255, .05);--card-shadow: 0 22px 55px rgba(0, 0, 0, .45);--navbar-bg: rgba(8, 8, 10, .88);--navbar-border: rgba(255, 255, 255, .08);--menu-button-bg: rgba(255, 255, 255, .04);--menu-button-hover-bg: rgba(255, 255, 255, .08);--menu-button-border: rgba(255, 255, 255, .12);--nav-link-text: #f5f5f7;--nav-link-hover-text: #ffffff;--nav-link-hover-bg: rgba(255, 255, 255, .06);--nav-link-cta-border: rgba(255, 255, 255, .12);--nav-link-cta-bg-top: rgba(255, 255, 255, .08);--nav-link-cta-bg-bottom: rgba(255, 255, 255, .04);--tag-text: #8e8e93;--panel-bg: linear-gradient(180deg, rgba(18, 18, 20, .96), rgba(10, 10, 12, .94));--stage-bg: linear-gradient(160deg, rgba(12, 12, 14, .98), rgba(0, 0, 0, .98));--stage-border: rgba(255, 255, 255, .08);--image-bg: linear-gradient(160deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02)), linear-gradient(135deg, #121214, #050505);--image-border: rgba(255, 255, 255, .12);--overlay-bg: linear-gradient(180deg, transparent, rgba(0, 0, 0, .92) 60%);--spotlight-bg: linear-gradient(180deg, rgba(18, 18, 20, .98), rgba(10, 10, 12, .94)), linear-gradient(135deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .01));--accent-bg: linear-gradient(160deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .01)), linear-gradient(180deg, rgba(18, 18, 20, .96), rgba(10, 10, 12, .94));--contact-bg: rgba(255, 255, 255, .02);--brand-robo: #ffffff}:root[data-theme=light]{color-scheme:light;--bg: #ffffff;--bg-soft: #f5f7fb;--bg-radial-red: rgba(255, 77, 95, .08);--bg-radial-blue: rgba(79, 140, 255, .1);--bg-gradient-start: #ffffff;--bg-gradient-mid: #ffffff;--bg-gradient-end: #ffffff;--surface: rgba(255, 255, 255, .9);--surface-strong: rgba(255, 255, 255, .98);--surface-border: rgba(27, 53, 99, .12);--text: #111111;--muted: #4d5b76;--glow: 0 24px 60px rgba(16, 77, 191, .12);--card-shadow: 0 18px 45px rgba(34, 50, 84, .12);--navbar-bg: rgba(255, 255, 255, .9);--navbar-border: rgba(27, 53, 99, .1);--menu-button-bg: rgba(11, 25, 46, .04);--menu-button-hover-bg: rgba(11, 25, 46, .08);--menu-button-border: rgba(27, 53, 99, .14);--nav-link-text: #1a2640;--nav-link-hover-text: #000000;--nav-link-hover-bg: rgba(11, 25, 46, .06);--nav-link-cta-border: rgba(27, 53, 99, .14);--nav-link-cta-bg-top: rgba(11, 25, 46, .04);--nav-link-cta-bg-bottom: rgba(11, 25, 46, .02);--tag-text: #5c6f91;--panel-bg: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(246, 249, 255, .96));--stage-bg: linear-gradient(160deg, rgba(255, 255, 255, .98), rgba(244, 247, 252, .98));--stage-border: rgba(27, 53, 99, .1);--image-bg: linear-gradient(160deg, rgba(79, 140, 255, .1), rgba(255, 77, 95, .08)), linear-gradient(135deg, #edf3ff, #f8fbff);--image-border: rgba(27, 53, 99, .14);--overlay-bg: linear-gradient(180deg, transparent, rgba(255, 255, 255, .96) 60%);--spotlight-bg: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(246, 249, 255, .96)), linear-gradient(135deg, rgba(255, 77, 95, .04), rgba(79, 140, 255, .05));--accent-bg: linear-gradient(160deg, rgba(255, 77, 95, .08), rgba(79, 140, 255, .08)), linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(246, 249, 255, .96));--contact-bg: rgba(11, 25, 46, .03);--brand-robo: #111111}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;font-family:Plus Jakarta Sans,sans-serif;background:radial-gradient(circle at top left,var(--bg-radial-red),transparent 28%),radial-gradient(circle at 85% 15%,var(--bg-radial-blue),transparent 30%),linear-gradient(145deg,var(--bg-gradient-start) 0%,var(--bg-gradient-mid) 52%,var(--bg-gradient-end) 100%);color:var(--text)}a{color:inherit;text-decoration:none}#root{min-height:100vh}.page-shell{position:relative;width:min(1200px,calc(100% - 32px));margin:0 auto;padding:28px 0 48px}.topbar{position:sticky;top:18px;z-index:20;margin-bottom:28px}.navbar{position:relative;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 16px;border:1px solid var(--navbar-border);border-radius:20px;background:var(--navbar-bg);box-shadow:0 12px 28px #0308122e}.navbar-row{display:flex;align-items:center;gap:16px;min-width:0}.brand-lockup{display:flex;align-items:center;min-width:0;height:44px}.brand-lockup h1,.hero-copy h2,.details-copy h2,.cta-banner h2,.product-meta h3,.highlight-card h3,.feature-item h3{margin:0;font-family:Space Grotesk,sans-serif}.brand-mark,.icon-wrap,.feature-icon{display:grid;place-items:center;color:#fff;border-radius:16px;background:linear-gradient(135deg,var(--red),var(--blue));box-shadow:0 15px 35px #4f8cff47}.brand-mark{width:44px;height:44px}.brand-title{font-size:1.1rem;font-family:Space Grotesk,sans-serif;font-weight:700}.brand-logo-image{display:block;width:auto;height:44px;max-width:min(400px,78vw);object-fit:contain;transform:scale(2.05);transform-origin:left center}.nav-links{display:flex;align-items:center;gap:8px;margin-left:auto;flex-wrap:nowrap}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 16px;border:1px solid var(--menu-button-border);border-radius:999px;background:var(--menu-button-bg);color:var(--text);font:inherit;cursor:pointer;transition:color .18s ease,background .18s ease,border-color .18s ease,transform .18s ease}.theme-toggle:hover{transform:translateY(-1px);background:var(--menu-button-hover-bg)}.menu-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;flex:0 0 auto;border:1px solid var(--menu-button-border);border-radius:14px;background:var(--menu-button-bg);color:var(--text);cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease}.menu-toggle:hover{transform:translateY(-1px);background:var(--menu-button-hover-bg)}.nav-link{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;color:var(--nav-link-text);font-size:.95rem;font-weight:500;line-height:1.15;white-space:nowrap;min-height:44px;padding:10px 16px;border-radius:999px;transition:color .18s ease,background .18s ease,border-color .18s ease,transform .18s ease}.nav-link:hover{color:var(--nav-link-hover-text);background:var(--nav-link-hover-bg)}.nav-link-cta{padding:10px 18px;color:#0d1018;border:1px solid rgba(255,196,61,.4);background:linear-gradient(180deg,#ffc933,#f0a800);box-shadow:inset 0 1px #ffffff2e,0 14px 34px #ffbf003d}.eyebrow,.section-tag,.meta-label{margin:0 0 6px;text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;color:var(--tag-text)}.ghost-button,.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 20px;border-radius:999px;font-weight:600;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}.ghost-button{border:1px solid rgba(154,184,238,.2);background:#ffffff0a}.primary-button{color:#0d1018;background:linear-gradient(180deg,#ffc933,#f0a800);box-shadow:0 18px 45px #ffbf003d}.secondary-button{border:1px solid rgba(154,184,238,.2);background:#ffffff08}.ghost-button:hover,.primary-button:hover,.secondary-button:hover{transform:translateY(-2px)}.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:30px;align-items:center;padding:22px 0 36px}.hero-copy h2{max-width:11ch;font-size:clamp(3rem,7vw,5.7rem);line-height:.95;letter-spacing:-.04em}.hero-text,.details-copy p,.highlight-card p,.feature-item p,.product-meta p,.stat-card span{color:var(--muted);line-height:1.7}.hero-text{max-width:640px;margin:20px 0 0;font-size:1.05rem}.cta-row{display:flex;flex-wrap:wrap;gap:14px;margin:28px 0 34px}.stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.stat-card,.highlight-card,.product-card,.media-card,.cta-banner,.feature-item{border:1px solid rgba(73,132,255,.2);background:linear-gradient(180deg,#081123f5,#040914f0),radial-gradient(circle at top right,rgba(255,196,61,.08),transparent 28%);box-shadow:var(--card-shadow)}.stat-card{padding:18px;border-radius:22px}.stat-card strong{display:block;margin-bottom:8px;font-size:1.8rem;font-family:Space Grotesk,sans-serif}.hero-visual{position:relative}.product-stage{position:relative;display:grid;place-items:center;min-height:620px;border-radius:36px;overflow:hidden;background:var(--stage-bg);border:1px solid var(--stage-border)}.product-card{position:relative;z-index:1;width:min(88%,430px);padding:18px;border-radius:28px}.product-image,.media-card{position:relative;overflow:hidden}.product-image{display:grid;place-items:center;min-height:360px;border-radius:22px;background:var(--image-bg);border:1px dashed var(--image-border)}.product-image:before,.media-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,transparent,rgba(255,255,255,.08),transparent);transform:translate(-100%);display:none}.product-image span,.media-card span{position:relative;z-index:1;font-weight:600;color:#dbe6fb}.hero-product-photo,.gallery-photo,.media-photo{display:block;width:100%;height:100%;object-fit:cover}.hero-product-photo{min-height:360px}.product-meta{padding:18px 8px 8px}.product-meta h3{font-size:1.8rem;margin-bottom:8px}.highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:26px 0 38px}.reviews-section{margin:18px 0 44px}.reviews-intro{max-width:820px;margin-bottom:24px}.reviews-intro h2{margin:0 0 14px;font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,4vw,3.2rem);line-height:1.03;letter-spacing:-.03em}.reviews-intro p:last-child,.review-text{color:var(--muted);line-height:1.7}.reviews-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px;padding:18px 20px;border:1px solid rgba(73,132,255,.2);border-radius:22px;background:linear-gradient(180deg,#081123f5,#040914f0),radial-gradient(circle at top right,rgba(255,196,61,.08),transparent 32%)}.reviews-summary{display:grid;gap:6px}.reviews-summary strong{font-family:Space Grotesk,sans-serif;font-size:1.05rem}.reviews-summary span{color:var(--muted);font-size:.95rem}.reviews-filters{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.review-filter{min-height:40px;padding:0 14px;border:1px solid rgba(73,132,255,.2);border-radius:999px;background:#ffffff08;color:var(--text);font:inherit;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease}.review-filter:hover,.review-filter-active{transform:translateY(-1px);border-color:#ffc43d59;background:#ffc43d1a}.reviews-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.review-card{padding:22px;border:1px solid rgba(73,132,255,.2);border-radius:26px;background:linear-gradient(180deg,#081123f5,#040914f0),radial-gradient(circle at top right,rgba(255,196,61,.08),transparent 32%);box-shadow:var(--card-shadow)}.review-head{display:flex;align-items:center;gap:14px}.review-avatar{width:58px;height:58px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,196,61,.35);box-shadow:0 10px 24px #00000038}.review-head h3{margin:0;font-family:Space Grotesk,sans-serif;font-size:1.05rem}.review-city{margin:4px 0 0;color:var(--muted);font-size:.92rem}.review-stars{margin:14px 0 10px;color:#ffc933;font-size:1rem;letter-spacing:.08em}.review-text{margin:14px 0 0}.reviews-footer{display:flex;justify-content:center;margin-top:22px}.reviews-more-button{min-width:240px}.feature-showcase{margin:28px 0 46px}.feature-showcase-copy{max-width:760px;margin-bottom:24px}.feature-showcase-copy h2{margin:0 0 14px;font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,4vw,3.3rem);line-height:1.02;letter-spacing:-.03em}.feature-showcase-copy p:last-child{color:var(--muted);line-height:1.7}.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.feature-spotlight-card{padding:22px;border-radius:26px;border:1px solid rgba(73,132,255,.2);background:linear-gradient(180deg,#081123f5,#040914f0),radial-gradient(circle at top right,rgba(255,196,61,.08),transparent 32%);box-shadow:var(--card-shadow)}.feature-spotlight-icon{width:46px;height:46px;margin-bottom:18px}.feature-spotlight-card h3{margin:0 0 10px;font-family:Space Grotesk,sans-serif;font-size:1.12rem}.feature-spotlight-card p{margin:0;color:var(--muted);line-height:1.65}.gallery-section{margin:34px 0 48px}.gallery-intro{max-width:780px;margin-bottom:24px}.gallery-intro h2{margin:0 0 14px;font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,4vw,3.2rem);line-height:1.04;letter-spacing:-.03em}.gallery-intro p:last-child{color:var(--muted);line-height:1.7}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.gallery-card,.box-contents-card{border:1px solid rgba(73,132,255,.2);border-radius:28px;background:linear-gradient(180deg,#081123f5,#040914f0),radial-gradient(circle at top right,rgba(255,196,61,.08),transparent 32%);box-shadow:var(--card-shadow)}.gallery-card{overflow:hidden;position:relative}.gallery-photo{min-height:240px;max-height:240px}.gallery-copy{padding:18px 18px 20px}.gallery-copy-overlay{position:absolute;inset:auto 0 0 0;padding:48px 18px 18px;background:var(--overlay-bg)}.gallery-copy h3{margin:0 0 8px;font-family:Space Grotesk,sans-serif;font-size:1.1rem}.gallery-card-button{cursor:pointer;padding:0;text-align:left;border:0;background:transparent;color:inherit}.gallery-card-button:focus-visible{outline:3px solid rgba(99,102,241,.75);outline-offset:3px}.gallery-hint{margin:6px 0 0;font-size:.9rem;opacity:.85}.model-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;place-items:center;padding:18px}.model-modal-backdrop-hit{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0009}.model-modal{position:relative;width:min(980px,100%);height:min(78vh,720px);border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#0c0e14e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 28px 80px #0000008c;z-index:1}.model-modal-header{padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.08)}.model-modal-header h3{margin:0;font-size:1.1rem}.model-modal-header p{margin:6px 0 0;opacity:.8;font-size:.95rem}.model-modal-canvas{height:calc(100% - 64px);width:100%}.model-modal-close{position:fixed;top:14px;right:14px;z-index:2;display:grid;place-items:center;width:40px;height:40px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#0c0e14b8;color:inherit;cursor:pointer}.model-modal-close:focus-visible{outline:3px solid rgba(99,102,241,.75);outline-offset:3px}.highlight-card{padding:24px;border-radius:26px}.icon-wrap{width:48px;height:48px;margin-bottom:18px}.highlight-card h3{margin-bottom:12px;font-size:1.2rem}.details-section{display:grid;grid-template-columns:1fr .95fr;gap:24px;align-items:center;margin:38px 0}.details-copy h2,.cta-banner h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1.02;letter-spacing:-.03em}.feature-list{display:grid;gap:14px;margin-top:28px}.box-contents-card{margin-top:16px;padding:18px}.box-contents-list{display:grid;gap:12px}.box-content-row{display:flex;align-items:center;gap:12px;color:var(--muted)}.box-content-dot{width:10px;height:10px;flex:0 0 auto;border-radius:999px;background:linear-gradient(135deg,var(--red),var(--blue));box-shadow:0 0 18px #4f8cff59}.feature-item{display:grid;grid-template-columns:auto 1fr;gap:16px;padding:18px;border-radius:22px}.feature-icon{width:42px;height:42px}.feature-item h3{margin-bottom:6px}.media-column{display:grid;gap:16px}.media-large{min-height:300px}.media-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.media-card{display:grid;place-items:center;min-height:180px;border-radius:26px}.media-large .media-photo{min-height:300px}.media-row .media-photo{min-height:180px}.accent-card{background:var(--accent-bg)}.cta-banner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px;margin-top:42px;border-radius:30px}.support-shell{min-height:100vh}.support-main{display:grid;gap:24px}.support-hero,.support-contact-card,.faq-card,.support-help-card,.about-story-card{border:1px solid rgba(73,132,255,.2);background:linear-gradient(180deg,#081123f5,#040914f0),radial-gradient(circle at top right,rgba(255,196,61,.08),transparent 32%);box-shadow:0 12px 28px #0409132e;border-radius:28px}:root[data-theme=light] .nav-link-cta,:root[data-theme=light] .primary-button{color:#0d1018}:root[data-theme=light] .stat-card,:root[data-theme=light] .highlight-card,:root[data-theme=light] .product-card,:root[data-theme=light] .media-card,:root[data-theme=light] .cta-banner,:root[data-theme=light] .feature-item,:root[data-theme=light] .feature-spotlight-card,:root[data-theme=light] .gallery-card,:root[data-theme=light] .box-contents-card,:root[data-theme=light] .support-hero,:root[data-theme=light] .support-contact-card,:root[data-theme=light] .faq-card,:root[data-theme=light] .support-help-card,:root[data-theme=light] .about-story-card,:root[data-theme=light] .review-card{border-color:#4984ff24;background:linear-gradient(180deg,#fffffffa,#f3f7fff5),radial-gradient(circle at top right,rgba(255,196,61,.08),transparent 32%)}:root[data-theme=light] .reviews-toolbar{border-color:#4984ff24;background:linear-gradient(180deg,#fffffffa,#f3f7fff5),radial-gradient(circle at top right,rgba(255,196,61,.08),transparent 32%)}:root[data-theme=light] .review-filter{background:#111d3608}.support-hero,.support-contact-card,.support-help-card,.about-story-card{padding:28px}.support-hero h2,.faq-intro h2,.support-card-head h3{margin:0;font-family:Space Grotesk,sans-serif}.support-hero h2,.faq-intro h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1.04;letter-spacing:-.03em}.support-card-head{display:flex;align-items:flex-start;gap:16px}.support-head-icon{width:46px;height:46px;margin-bottom:0}.support-contact-grid,.faq-points{display:grid;gap:12px}.support-contact-grid{margin-top:20px}.support-contact-item,.faq-point{display:flex;align-items:center;gap:12px;color:var(--muted)}.support-contact-item{padding:14px 16px;border:1px solid rgba(140,181,255,.14);border-radius:18px;background:var(--contact-bg)}.faq-section{display:grid;gap:18px}.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.faq-card{padding:22px}.faq-card h3{font-size:1.08rem;line-height:1.4}.faq-card .faq-points{margin-top:18px}.about-story-copy,.about-card-text{color:var(--muted);line-height:1.7}.about-story-copy{display:grid;gap:14px;margin-top:20px}.about-story-copy p,.about-card-text{margin:0}.about-card-text{margin-top:18px}.support-help-note{margin:18px 0 0;color:var(--muted)}.promo-bar{margin-bottom:12px;padding:10px 18px;border:1px solid rgba(255,195,57,.16);border-radius:999px;background:#08080aeb;color:#f6c23b;text-align:center;font-size:.92rem;font-weight:600}.brand-copy{display:grid;gap:6px}.brand-tagline{margin:0;color:var(--muted);font-size:.8rem;line-height:1}.nav-link-cta,.hero-buy-button,.hero-reference .primary-button{color:#101010;border-color:#ffc43d6b;background:linear-gradient(180deg,#ffc933,#f0a800);box-shadow:0 18px 45px #ffbf003d}.hero-reference{position:relative;display:block;padding:0 0 22px}.hero-reference:before{content:"";position:absolute;inset:-10px -24px auto;height:100%;border-radius:36px;background:radial-gradient(circle at 16% 24%,rgba(46,133,255,.16),transparent 0 28%),radial-gradient(circle at 72% 22%,rgba(46,133,255,.22),transparent 0 22%),linear-gradient(180deg,#080c18eb,#02040acc);border:1px solid rgba(83,123,255,.12);box-shadow:inset 0 0 0 1px #ffffff05;z-index:-1}.hero-shot-wrap{position:relative;overflow:hidden;border-radius:38px;border:1px solid rgba(83,123,255,.16);box-shadow:0 26px 70px #0000006b}.hero-shot-exact{display:block;width:100%;height:auto;filter:contrast(1.03) saturate(1.04) brightness(1.01)}.hero-hotspot{position:absolute;border:0;border-radius:22px;background:transparent;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:box-shadow .18s ease,background .18s ease,transform .18s ease}.hero-hotspot:hover,.hero-hotspot:focus-visible{background:#ffc43d0f;box-shadow:inset 0 0 0 2px #ffc43d5c;outline:none}.hero-hotspot-order{left:21.6%;top:62.7%;width:12.3%;height:7.3%;border-radius:999px}:root[data-theme=light] .hero-reference:before{background:radial-gradient(circle at 16% 24%,rgba(79,140,255,.12),transparent 0 28%),radial-gradient(circle at 72% 22%,rgba(255,196,61,.08),transparent 0 22%),linear-gradient(180deg,#f7f9fffa,#eef3fceb);border-color:#1b356314}:root[data-theme=light] .hero-shot-wrap{border-color:#1b35631a;box-shadow:0 18px 44px #2232541f}:root[data-theme=light] .hero-shot-exact{filter:contrast(1.01) saturate(1.02) brightness(1)}:root[data-theme=light] .hero-hotspot:hover,:root[data-theme=light] .hero-hotspot:focus-visible{background:#ffc43d14;box-shadow:inset 0 0 0 2px #d8970052}@media (max-width: 980px){.hero,.details-section,.highlights{grid-template-columns:1fr}.faq-grid,.gallery-grid,.feature-grid,.reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reviews-toolbar{flex-direction:column;align-items:stretch}.reviews-filters{justify-content:flex-start}.hero-reference{gap:28px}.hero-copy h2{max-width:100%}.product-stage{min-height:540px}.cta-banner{flex-direction:column;align-items:flex-start}}@media (max-width: 720px){html{scroll-behavior:auto}.page-shell{width:min(100% - 20px,1200px);padding-top:18px}.topbar{position:static}.navbar{gap:12px;flex-direction:column;align-items:stretch;box-shadow:0 10px 24px #0308122e}.navbar-row{width:100%;justify-content:space-between}.menu-toggle{display:inline-flex}.nav-links{width:100%;display:none;flex-direction:column;align-items:stretch;gap:12px;padding-top:8px;border-top:1px solid rgba(140,181,255,.12)}.nav-links.nav-links-open{display:flex}.nav-link{width:100%;justify-content:center;text-align:center}.theme-toggle{width:100%}.promo-bar{margin-bottom:10px;font-size:.82rem}.hero-hotspot{display:none}.stat-grid,.media-row,.faq-grid,.gallery-grid,.feature-grid,.reviews-grid{grid-template-columns:1fr}.reviews-toolbar{padding:16px}.hero-copy h2{font-size:clamp(2.4rem,16vw,4rem)}.product-stage{min-height:480px;padding:20px}.product-image,.hero-product-photo{min-height:280px}.gallery-card,.feature-item,.feature-spotlight-card,.highlight-card,.stat-card,.media-card,.cta-banner,.box-contents-card,.support-hero,.support-contact-card,.support-help-card,.about-story-card,.faq-card,.review-card{box-shadow:0 12px 28px #04091333}.support-hero,.support-contact-card,.support-help-card,.about-story-card,.faq-card{padding:20px}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
