:root{--primary:#6c5ce7;--primary-dark:#5546d3;--ink:#172033;--muted:#6f7787;--line:#e8eaf0;--soft:#f7f8fc;--green:#18a874;--header-height:64px}
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{font-family:"Vazir",Tahoma,sans-serif;color:var(--ink);background:#fff;line-height:1.8;overscroll-behavior-y:none}.app-shell{min-height:100dvh;display:flex;flex-direction:column}.app-main{flex:1}.app-header.navbar{min-height:var(--header-height);padding-top:0;padding-bottom:0}.app-header .container{max-width:100%}.app-header-inner{display:flex;align-items:center;justify-content:space-between}.header-contact-btn{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;color:var(--primary);background:#f0edff;transition:background .2s,color .2s;flex-shrink:0}.header-contact-icon{width:20px;height:20px;display:block}.header-contact-btn.active,.header-contact-btn:hover{background:var(--primary);color:white}a{text-decoration:none;color:inherit}.btn{border-radius:11px;font-weight:600;padding:.65rem 1.1rem}.btn-primary{background:var(--primary);border-color:var(--primary)}.btn-primary:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.btn-soft{background:#f0edff;color:var(--primary)}.form-control,.form-select{border-color:#e1e4eb;border-radius:10px;padding:.72rem .9rem}.form-control:focus,.form-select:focus{border-color:#978dec;box-shadow:0 0 0 .22rem rgba(108,92,231,.1)}.brand-mark{display:flex;width:38px;height:38px;align-items:center;justify-content:center;color:white;background:linear-gradient(135deg,#7d6df0,#5546d3);border-radius:11px;font-weight:900;box-shadow:0 7px 18px rgba(108,92,231,.25)}.brand-link,.navbar-brand{text-decoration:none;color:inherit}.brand-link strong,.navbar-brand strong{font-size:1.15rem;font-weight:800}.site-logo{flex-shrink:0;display:block;border-radius:11px}.admin-brand .site-logo{border-radius:8px;width:32px;height:32px}.navbar{min-height:var(--header-height)}.navbar-brand strong{font-size:1.15rem}.nav-link{font-weight:500;color:#535b6c!important}.nav-link.active{color:var(--primary)!important}.flash-wrap{position:fixed;top:calc(var(--header-height) + 12px);right:50%;transform:translateX(50%);z-index:1100;max-width:620px}.mw-500{max-width:500px}
.hero{background:radial-gradient(circle at 15% 30%,#ebe7ff 0,transparent 30%),linear-gradient(180deg,#fbfaff,#fff);padding-top:var(--header-height)}.home-page .hero .hero-shell{padding-top:2rem;padding-bottom:3.5rem}.min-vh-hero{min-height:calc(100dvh - var(--header-height) - 5rem)}.home-page .home-cta{padding-bottom:2.5rem}.home-page .home-section-shell{padding-left:12px;padding-right:12px}.home-page .home-cta .cta-banner{margin:0}.eyebrow,.page-hero>div>span,.section-head>div>span{display:inline-block;color:var(--primary);font-weight:700;font-size:.85rem;margin-bottom:.65rem}.hero h1{font-size:clamp(2.5rem,5vw,4.7rem);line-height:1.25;font-weight:900;letter-spacing:-2px}.hero h1 span{color:var(--primary)}.hero p{font-size:1.1rem;color:var(--muted);max-width:620px;margin:1.25rem 0 1.75rem}.hero-search{display:flex;max-width:620px;background:white;padding:7px;border-radius:14px;border:1px solid var(--line);box-shadow:0 16px 40px rgba(33,37,57,.08)}.hero-search input{border:0;outline:0;flex:1;padding:0 1rem;min-width:0}.hero-search button{border:0;background:var(--primary);color:white;border-radius:10px;padding:.75rem 1.7rem;font-weight:700}.hero-trust{display:flex;gap:1.2rem;flex-wrap:wrap;color:#72798a;font-size:.8rem;margin-top:1.2rem}.hero-art{height:420px;position:relative}.code-window{position:absolute;inset:45px 15px 40px 45px;background:#1f2340;border-radius:25px;box-shadow:0 35px 65px rgba(31,35,64,.25);transform:rotate(-2deg);padding:28px}.window-dots{display:flex;direction:ltr;gap:7px}.window-dots i{width:9px;height:9px;background:#ff6b6b;border-radius:50%}.window-dots i:nth-child(2){background:#ffd166}.window-dots i:nth-child(3){background:#4dcc98}.code-lines{margin-top:45px;display:grid;gap:18px}.code-lines b{height:10px;border-radius:8px;background:linear-gradient(90deg,#735fe7 35%,#343957 35%)}.code-lines b:nth-child(2){width:80%;margin-right:14%}.code-lines b:nth-child(3){width:65%;background:linear-gradient(90deg,#43d6aa 40%,#343957 40%)}.code-lines b:nth-child(4){width:88%;margin-right:6%}.code-lines b:nth-child(5){width:55%;background:linear-gradient(90deg,#f5b971 50%,#343957 50%)}.floating-card{position:absolute;background:white;border:1px solid var(--line);padding:14px 16px;border-radius:14px;display:flex;gap:10px;align-items:center;box-shadow:0 16px 40px rgba(30,34,60,.12)}.floating-card>span{width:36px;height:36px;display:grid;place-items:center;background:#eeebff;color:var(--primary);border-radius:9px}.floating-card b,.floating-card small{display:block}.floating-card small{font-size:.7rem;color:var(--muted)}.fc-one{top:15px;right:0}.fc-two{bottom:10px;left:0}
.section{padding:85px 0}.bg-soft{background:var(--soft)}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:32px}.section-head h2{font-size:2rem;font-weight:800;margin:0}.section-head>a{font-weight:600;color:var(--primary)}.product-card{display:flex;flex-direction:column;background:white;border:1px solid var(--line);border-radius:17px;overflow:hidden;transition:.25s}.product-card:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(30,36,65,.1)}.product-image{height:195px;display:block;background:#eceafa;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.product-card:hover .product-image img{transform:scale(1.035)}.image-placeholder,.gallery-placeholder{width:100%;height:100%;display:grid;place-items:center;font-size:3rem;color:var(--primary);background:linear-gradient(135deg,#eeebff,#d9f8ef)}.featured-badge{position:absolute;top:12px;right:12px;background:#171b2c;color:white;border-radius:8px;padding:4px 9px;font-size:.7rem}.category-label{font-size:.72rem;font-weight:700;color:var(--primary);background:#f0edff;border-radius:7px;padding:3px 8px}.product-card h3{font-size:1.05rem;font-weight:700;line-height:1.65}.line-clamp{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.price{font-size:1.05rem}.arrow-link{font-size:.82rem;color:var(--primary);font-weight:600}.category-card{height:100%;display:flex;align-items:center;gap:14px;padding:20px;border:1px solid var(--line);border-radius:15px;background:white;transition:.2s}.category-card:hover{border-color:#bcb4fa;box-shadow:0 10px 30px rgba(60,53,120,.08)}.category-icon{width:46px;height:46px;display:grid;place-items:center;background:#efecff;color:var(--primary);border-radius:12px;font-size:1.3rem}.category-card div{flex:1}.category-card b,.category-card small{display:block}.category-card small{color:var(--muted);font-size:.75rem}.category-card i{font-style:normal;color:var(--primary)}.category-card-lg{padding:28px}.category-card-lg p{font-size:.83rem;color:var(--muted);margin:.4rem 0}.cta-banner{background:linear-gradient(125deg,#6756e6,#4539b7);color:white;padding:50px;border-radius:24px;display:flex;justify-content:space-between;align-items:center}.cta-banner h2{font-weight:800;margin:.3rem 0}.site-footer{background:#141828;color:#e9ebf3}.site-footer a,.site-footer span{display:block;color:#9198ab;margin:.4rem 0}.site-footer h6{margin-bottom:1rem}.page-hero{text-align:center;background:linear-gradient(180deg,#f5f3ff,#fff);padding:calc(var(--header-height) + 2rem) 0 3rem}.page-hero h1{font-size:2.6rem;font-weight:850}.page-hero p{color:var(--muted);max-width:650px;margin:auto}.empty-state{text-align:center;padding:60px;color:var(--muted)}
.gallery-card{background:#f0eff7;border-radius:22px;overflow:hidden;border:1px solid var(--line)}.gallery-card .carousel-item{height:480px}.gallery-card img{width:100%;height:100%;object-fit:cover}.product-detail-hero{position:relative;min-height:calc(100dvh - var(--header-height));display:flex;align-items:flex-end;overflow:hidden;color:white}.product-hero-media{position:absolute;inset:0;z-index:0}.product-hero-gallery,.product-hero-gallery.carousel,.product-hero-gallery .carousel-inner,.product-hero-gallery .carousel-item{height:100%;min-height:calc(100dvh - var(--header-height))}.product-hero-gallery.gallery-card{border:0;border-radius:0;background:#141828}.product-hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(8,10,18,.25) 0%,rgba(8,10,18,.55) 45%,rgba(8,10,18,.88) 100%);pointer-events:none}.product-detail-hero .product-detail-shell{position:relative;z-index:2;width:100%;padding:calc(var(--header-height) + 1rem) 12px 48px}.product-detail-hero .product-breadcrumb{color:rgba(255,255,255,.72)}.product-detail-hero .product-breadcrumb a{color:rgba(255,255,255,.9)}.product-hero-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,420px);gap:clamp(24px,4vw,40px);align-items:end}.product-hero-copy{min-width:0}.product-detail-hero .product-title{font-size:clamp(1.85rem,4vw,2.75rem);font-weight:850;margin:0 0 1rem;color:white}.product-detail-hero .product-lead{color:rgba(255,255,255,.84);font-size:clamp(1rem,1.8vw,1.12rem);line-height:1.9;margin:0 0 1.25rem;max-width:720px}.product-meta{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:18px;padding:0 25px;box-shadow:0 14px 40px rgba(30,35,60,.08)}.product-meta .kv-row{padding:14px 0;border-bottom:1px solid var(--line)}.product-meta .kv-row:last-child{border-bottom:0}.product-meta-hero{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);box-shadow:none;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.product-meta-hero .kv-row{border-bottom-color:rgba(255,255,255,.12)}.product-meta-hero .kv-key{color:rgba(255,255,255,.62)}.product-meta-hero .kv-value{color:white}.product-hero-purchase{min-width:0}.product-title{font-size:2.45rem;font-weight:850;margin:1rem 0}.purchase-box{background:#fff;border:1px solid var(--line);box-shadow:0 14px 40px rgba(30,35,60,.08);border-radius:18px;padding:25px;margin:0}.purchase-price-row{margin-bottom:0}.purchase-price strong{font-size:clamp(1.5rem,4vw,1.8rem)}.purchase-price span{font-size:1rem;color:var(--muted);font-weight:500}.purchase-actions .btn{width:100%}.kv-row{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%}.kv-key{font-size:.85rem;color:var(--muted);font-weight:500;flex-shrink:0}.kv-value{font-weight:700;text-align:left;margin:0}.product-breadcrumb{word-break:break-word;line-height:1.8}.product-topbar{display:block;padding-top:0;padding-bottom:1rem}.product-detail-body.section{padding:48px 0 64px}.product-detail-shell{padding-left:12px;padding-right:12px}.product-description-card{width:100%;background:white;border:1px solid var(--line);border-radius:18px;padding:clamp(24px,4vw,40px)}.product-description-card h2{font-weight:800;margin-bottom:25px}.contact-card{max-width:820px}.contact-content{line-height:2.1}.content-card{background:white;border:1px solid var(--line);border-radius:18px;padding:40px;max-width:960px;margin:auto}.content-card h2{font-weight:800;margin-bottom:25px}.rich-content{line-height:2.1;color:#3d4555}.login-section{min-height:calc(100vh - 76px);display:grid;place-items:center;padding:55px 15px;background:linear-gradient(135deg,#f4f2ff,#f8fafc)}.login-card{width:100%;max-width:445px;background:white;padding:38px;border-radius:20px;box-shadow:0 20px 60px rgba(34,38,70,.1)}.login-card h1{text-align:center;font-size:1.55rem;font-weight:800}.login-card>p{text-align:center;color:var(--muted);margin-bottom:30px}
.admin-body{background:#f5f6fa}.admin-sidebar{position:fixed;right:0;top:0;bottom:0;width:255px;background:#171a2c;color:white;padding:25px 18px;display:flex;flex-direction:column;z-index:1050}.admin-brand{display:flex;align-items:center;gap:11px;font-size:1.12rem;font-weight:800;padding:0 8px 28px}.sidebar-label{color:#73798e;padding:20px 12px 9px}.admin-sidebar nav{display:grid;gap:5px}.admin-sidebar nav a,.sidebar-bottom a,.sidebar-bottom button{display:flex;align-items:center;gap:12px;color:#aeb3c5;padding:11px 13px;border-radius:10px;border:0;background:transparent;width:100%;font:inherit}.admin-sidebar nav a:hover,.admin-sidebar nav a.active{background:#292d48;color:white}.admin-sidebar nav a.active{box-shadow:inset -3px 0 var(--primary)}.admin-sidebar nav span{font-size:1.1rem}.sidebar-bottom{margin-top:auto;border-top:1px solid #2c3046;padding-top:12px}.sidebar-bottom form{margin:0}.sidebar-bottom button:hover,.sidebar-bottom a:hover{color:white}.admin-main{margin-right:255px;min-height:100vh}.admin-topbar{height:78px;background:white;border-bottom:1px solid var(--line);padding:0 30px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:1000}.admin-topbar>div:first-of-type strong,.admin-topbar>div:first-of-type small{display:block}.admin-topbar small{color:var(--muted);font-size:.72rem}.admin-user{display:flex;align-items:center;gap:10px}.admin-user>span{width:39px;height:39px;display:grid;place-items:center;background:#e9e5ff;color:var(--primary);border-radius:50%;font-weight:800}.admin-user b,.admin-user small{display:block;font-size:.78rem}.sidebar-toggle{display:none;border:0;background:none;font-size:1.4rem}.admin-content{padding:28px}.admin-content>.flash-wrap{position:static;transform:none;max-width:none;padding:0}.welcome-panel{padding:29px 32px;border-radius:18px;background:linear-gradient(120deg,#6756e6,#4b40bd);color:white;display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.welcome-panel h1{font-size:1.55rem;font-weight:800;margin:.35rem 0}.welcome-panel p{margin:0;opacity:.75}.stat-card{background:white;border:1px solid var(--line);border-radius:15px;padding:20px;display:flex;align-items:center;gap:15px;height:100%}.stat-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;font-size:1.2rem}.stat-icon.purple{background:#eeeaff;color:#6c5ce7}.stat-icon.green{background:#e5f8f1;color:#18a874}.stat-icon.orange{background:#fff0df;color:#e39030}.stat-icon.blue{background:#e8f2ff;color:#3980df}.stat-card small,.stat-card strong,.stat-card em{display:block}.stat-card small{color:var(--muted);font-size:.76rem}.stat-card strong{font-size:1.55rem;line-height:1.5}.stat-card em{font-size:.65rem;color:#9ba1ae;font-style:normal}.panel-card{background:white;border:1px solid var(--line);border-radius:15px;overflow:hidden}.panel-head{padding:20px 22px 12px;display:flex;justify-content:space-between;align-items:center}.panel-head h2,.form-panel h2{font-size:1rem;font-weight:750;margin:0}.panel-head p{font-size:.73rem;color:var(--muted);margin:3px 0}.panel-head>a{font-size:.75rem;color:var(--primary)}.admin-table{margin:0}.admin-table th{font-size:.72rem;color:#8b91a0;font-weight:500;background:#fafbfc;padding:12px 18px;border-color:#f0f1f4}.admin-table td{padding:13px 18px;border-color:#f0f1f4;font-size:.78rem}.table-product{display:flex;align-items:center;gap:11px}.table-product img,.table-product>span{width:44px;height:40px;border-radius:8px;object-fit:cover}.table-product>span{display:grid;place-items:center;background:#efecff;color:var(--primary)}.table-product b,.table-product small{display:block}.table-product b{font-size:.8rem}.table-product small{font-size:.66rem;color:var(--muted)}.status{padding:4px 9px;border-radius:20px;font-size:.66rem}.status.published{color:#13855e;background:#e5f8f1}.status.draft{color:#8a6470;background:#f5eaf0}.quick-actions{padding:0 20px 20px}.quick-actions a{display:flex;align-items:center;gap:13px;padding:14px 0;border-bottom:1px solid var(--line)}.quick-actions a:last-child{border:0}.quick-actions span{width:39px;height:39px;display:grid;place-items:center;background:#f1efff;color:var(--primary);border-radius:10px}.quick-actions b,.quick-actions small{display:block}.quick-actions b{font-size:.8rem}.quick-actions small{font-size:.68rem;color:var(--muted)}.page-actions{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.page-actions h1{font-size:1.35rem;font-weight:800;margin:0}.page-actions p{color:var(--muted);font-size:.78rem;margin:.3rem 0 0}.table-actions{display:flex;justify-content:flex-end;gap:5px}.table-actions a,.table-actions button{width:31px;height:31px;border:1px solid var(--line);background:white;border-radius:7px;display:grid;place-items:center;color:#72798a}.table-actions button:hover{color:#dc3545;border-color:#f0aab1}.delete-icon{margin:0 auto 15px;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;color:#dc3545;background:#feecef;font-size:1.4rem;font-weight:800}.form-panel{padding:24px}.form-panel h2{padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid var(--line)}.form-submit{padding:18px 0;position:sticky;bottom:0}.upload-box{position:relative;border:2px dashed #dadde6;border-radius:13px;padding:28px 15px;text-align:center;background:#fafbfc}.upload-box input{position:absolute;inset:0;opacity:0;cursor:pointer}.upload-box span,.upload-box small{display:block}.upload-box span{font-weight:650}.upload-box small{color:var(--muted);font-size:.7rem}.current-image{width:100%;max-height:180px;object-fit:cover;border-radius:11px;margin-bottom:15px}.editor-toolbar{display:flex;gap:5px;padding:8px;background:#f7f8fa;border:1px solid #e1e4eb;border-bottom:0;border-radius:10px 10px 0 0}.editor-toolbar button{border:1px solid #e0e2e8;background:white;border-radius:6px;padding:4px 10px}.rich-editor{min-height:250px;padding:15px;border:1px solid #e1e4eb;border-radius:0 0 10px 10px;outline:0;background:white}.cke_chrome{border:1px solid #e1e4eb!important;border-radius:10px!important;box-shadow:none!important;overflow:hidden}.cke_top{border-bottom:1px solid #e1e4eb!important;background:#f7f8fa!important}.cke_bottom{display:none!important}.gallery-admin{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:12px}.gallery-admin label{position:relative;cursor:pointer}.gallery-admin img{width:100%;height:85px;object-fit:cover;border-radius:8px}.gallery-admin input{position:absolute;top:5px;right:5px}.gallery-admin small{position:absolute;bottom:5px;right:5px;background:#dc3545;color:white;padding:1px 5px;border-radius:4px}
@media(max-width:991px){.hero-art{display:none}.min-vh-hero{min-height:auto}:root{--header-height:54px}.admin-sidebar{transform:translateX(100%);transition:.25s}.admin-sidebar.open{transform:none}.admin-main{margin-right:0}.sidebar-toggle{display:block}.admin-topbar{padding:0 18px}.admin-content{padding:18px}.section{padding-top:32px;padding-bottom:16px}.gallery-card .carousel-item{height:360px}}
@media(max-width:575px){.section-head{align-items:start;gap:12px}.section-head h2{font-size:1.55rem}.section-head>a{font-size:.75rem}.cta-banner{padding:30px;display:block}.cta-banner .btn{margin-top:15px}.product-title{font-size:1.9rem}.content-card{padding:24px}.welcome-panel{display:block}.welcome-panel .btn{margin-top:15px}.page-actions{align-items:start}.admin-user div{display:none}.admin-content{padding:12px}.form-panel{padding:18px}}
.products-showcase{background:linear-gradient(180deg,#fff 0,#f7f8fc 100%)}.products-showcase.section{padding:56px 0 32px}.showcase-section-head{margin-bottom:36px}.showcase-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;width:100%}.showcase-empty{grid-column:1/-1;text-align:center;padding:60px 20px;color:var(--muted);background:white;border:1px dashed var(--line);border-radius:20px}.showcase-item.showcase-box{display:block;color:inherit;text-decoration:none;height:100%}.showcase-box-inner{display:flex;flex-direction:column;height:100%;background:white;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 12px 36px rgba(30,36,65,.06);transition:transform .28s,box-shadow .28s,border-color .28s}.showcase-item:hover .showcase-box-inner,.showcase-item:focus-visible .showcase-box-inner{transform:translateY(-5px);box-shadow:0 22px 50px rgba(30,36,65,.12);border-color:#d4ccff}.showcase-box-media{position:relative;aspect-ratio:16/10;background:linear-gradient(135deg,#eeebff,#f4fbf8);overflow:hidden}.showcase-box-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}.showcase-item:hover .showcase-box-media img{transform:scale(1.05)}.showcase-box-placeholder{width:100%;height:100%;display:grid;place-items:center;font-size:3rem;color:var(--primary)}.showcase-box-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;padding:18px;background:linear-gradient(180deg,rgba(15,18,30,0) 20%,rgba(15,18,30,.88) 100%);opacity:0;visibility:hidden;transition:opacity .28s,visibility .28s}.showcase-item:hover .showcase-box-overlay,.showcase-item:focus-visible .showcase-box-overlay{opacity:1;visibility:visible}.showcase-box-desc{margin:0;color:rgba(255,255,255,.95);font-size:.88rem;line-height:1.85;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.showcase-box-badge{position:absolute;top:12px;right:12px;z-index:2;background:#171b2c;color:white;border-radius:999px;padding:5px 11px;font-size:.68rem;font-weight:700}.showcase-box-body{display:flex;flex-direction:column;flex:1;padding:18px 20px 20px}.showcase-box-title{font-size:1.05rem;font-weight:800;line-height:1.65;margin:0 0 14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.showcase-box-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:14px;border-top:1px solid var(--line)}.showcase-box-version{font-size:.74rem;font-weight:700;color:var(--primary);background:#f0edff;border-radius:999px;padding:4px 10px;white-space:nowrap}.showcase-box-price{font-size:1rem;color:var(--ink);white-space:nowrap}.showcase-box-price small{font-size:.78rem;color:var(--muted);font-weight:600}@media(hover:none){.showcase-box-overlay{opacity:0;visibility:hidden}.showcase-item:active .showcase-box-overlay,.showcase-item:focus-within .showcase-box-overlay{opacity:1;visibility:visible}}
[data-animate]{opacity:0;transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94),filter .8s}.showcase-item.is-visible [data-animate]{opacity:1;transform:none;filter:none}
.showcase-item[data-animation="fade-up"] [data-animate]{transform:translateY(60px)}.showcase-item[data-animation="fade-down"] [data-animate]{transform:translateY(-60px)}.showcase-item[data-animation="slide-right"] [data-animate]{transform:translateX(80px)}.showcase-item[data-animation="slide-left"] [data-animate]{transform:translateX(-80px)}.showcase-item[data-animation="zoom-in"] [data-animate]{transform:scale(.8)}.showcase-item[data-animation="blur-in"] [data-animate]{filter:blur(14px)}.showcase-item[data-animation="flip"] [data-animate]{transform:perspective(900px) rotateX(20deg);transform-origin:center bottom}
@media(max-width:575px){.gallery-card:not(.product-hero-gallery) .carousel-item{height:240px}.product-detail-hero{min-height:100dvh;min-height:100svh}.product-hero-gallery,.product-hero-gallery .carousel-inner,.product-hero-gallery .carousel-item{min-height:100dvh;min-height:100svh}.product-detail-hero .product-detail-shell{padding-left:16px!important;padding-right:16px!important;padding-bottom:28px}.product-hero-layout{grid-template-columns:1fr;gap:16px}.product-detail-body.section{padding:24px 0 calc(32px + env(safe-area-inset-bottom,0px))}.product-description-card{padding:20px 18px;border-radius:16px}.purchase-box{padding:14px 18px;border-radius:16px}.product-meta{padding:0 18px;border-radius:16px}.product-meta .kv-row{padding:10px 0}.section{padding-bottom:12px}.content-card{padding:20px 18px}.contact-card{padding:28px 20px}.kv-row{gap:12px}.kv-key{font-size:.8rem}.purchase-price strong{font-size:1.35rem}.purchase-actions{margin-top:.5rem!important}.purchase-actions .btn-lg{padding:.65rem 1rem;font-size:.95rem}}
.mobile-tabbar{position:fixed;bottom:0;left:0;right:0;z-index:1040;display:flex;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--line);padding:4px 6px calc(4px + env(safe-area-inset-bottom,0px));box-shadow:0 -4px 20px rgba(30,36,65,.06)}.mobile-tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:5px 3px;border-radius:10px;color:#72798a;text-decoration:none;transition:color .2s,background .2s;min-height:44px}.mobile-tab-icon{font-size:1.05rem;line-height:1}.mobile-tab-label{font-size:.62rem;font-weight:600}.mobile-tab.active{color:var(--primary);background:#f0edff}.mobile-tab:active{transform:scale(.96)}
@media(max-width:991px){.app-header.navbar{min-height:var(--header-height);padding-top:0;padding-bottom:0}.app-header .container{padding-left:16px;padding-right:16px}.app-header .navbar-brand strong{font-size:1rem}.app-header .site-logo{width:32px;height:32px}.header-contact-btn{width:34px;height:34px;font-size:1.05rem;border-radius:10px}.app-main{padding-bottom:calc(46px + env(safe-area-inset-bottom,0px))}.home-page .hero .hero-shell{padding-top:1.25rem;padding-bottom:1rem}.min-vh-hero{min-height:auto}.hero h1{font-size:clamp(1.85rem,7vw,2.5rem);letter-spacing:-1px;text-align:center}.hero p{font-size:.95rem;text-align:center;margin:1rem auto 1.25rem}.hero .eyebrow{display:block;text-align:center}.hero-trust{justify-content:center;gap:.5rem 1rem;font-size:.72rem}.flash-wrap{top:calc(var(--header-height) + 12px);max-width:calc(100% - 32px)}.home-page .home-cta .cta-banner{padding:28px 24px;flex-direction:column;align-items:flex-start;gap:16px}.cta-banner h2{font-size:1.35rem;line-height:1.5}.cta-banner p{font-size:.88rem;opacity:.9}.home-page .home-cta .cta-banner .btn{width:100%;text-align:center}.page-hero{padding:calc(var(--header-height) + 1.5rem) 0 20px}.page-hero h1{font-size:clamp(1.6rem,6vw,2rem)}.product-title{font-size:clamp(1.5rem,5vw,1.9rem)}.product-detail-hero .product-detail-shell{padding-left:16px!important;padding-right:16px!important;padding-bottom:32px}.product-hero-layout{grid-template-columns:1fr;gap:20px}.product-detail-body.section{padding:32px 0 40px}.gallery-card:not(.product-hero-gallery) .carousel-item{height:280px;border-radius:16px}.gallery-card:not(.product-hero-gallery){border-radius:16px;overflow:hidden}.purchase-actions .btn{padding:.85rem 1rem;font-size:1rem}.purchase-box{padding:18px;border-radius:16px}.product-meta{padding:0 20px;border-radius:16px}.site-footer{display:none}.navbar .btn{width:100%;justify-content:center}.navbar-nav .nav-link{padding:.65rem 0}}
@media(max-width:991px){
.home-page{--home-pad:16px}
.home-page .hero{padding-top:var(--header-height)}
.home-page .hero .hero-shell{max-width:100%;width:100%;padding:26px var(--home-pad) 30px}
.home-page .hero .hero-shell>.row{--bs-gutter-x:0;--bs-gutter-y:0;margin:0;padding:0}
.home-page .hero .eyebrow{display:block;text-align:center;font-size:.78rem;margin:0 0 10px}
.home-page .hero h1{font-size:clamp(1.65rem,6.4vw,2.2rem);line-height:1.45;letter-spacing:-.5px;text-align:center;margin:0}
.home-page .hero p{font-size:.95rem;line-height:1.85;text-align:center;max-width:32rem;margin:14px auto 0}
.home-page .hero-trust{justify-content:center;gap:8px 14px;font-size:.72rem;margin:18px 0 0}
.home-page .products-showcase.section{padding:30px var(--home-pad) 0;background:var(--soft)}
.home-page .home-section-shell{max-width:100%;width:100%;padding:0}
.home-page .showcase-list{grid-template-columns:1fr;gap:18px}
.home-page .showcase-item{width:100%}
.home-page .showcase-box-inner{min-height:0;border:1px solid var(--line);border-radius:18px;box-shadow:0 8px 24px rgba(30,36,65,.07)}
.home-page .showcase-item+.showcase-item .showcase-box-inner{border-top:1px solid var(--line)}
.home-page .showcase-item:hover .showcase-box-inner,.home-page .showcase-item:focus-visible .showcase-box-inner{transform:none;box-shadow:0 8px 24px rgba(30,36,65,.07);border-color:var(--line)}
.home-page .showcase-box-media{aspect-ratio:16/10;flex:none;min-height:0}
.home-page .showcase-box-body{flex:1 1 auto;padding:16px 18px 18px}
.home-page .showcase-box-title{font-size:1.02rem;line-height:1.6;margin:0 0 12px}
.home-page .showcase-box-footer{padding-top:12px}
.home-page .home-cta{padding:30px var(--home-pad) 34px;background:var(--soft)}
.home-page .home-cta .cta-banner{width:100%;margin:0;border-radius:20px;padding:26px 22px;display:flex;flex-direction:column;align-items:stretch;gap:18px}
.home-page .home-cta .cta-banner>div>span{display:block;font-size:.78rem}
.home-page .home-cta .cta-banner h2{font-size:1.28rem;line-height:1.55;margin:8px 0 0}
.home-page .home-cta .cta-banner p{font-size:.9rem;line-height:1.8;margin:10px 0 0;opacity:.9}
.home-page .home-cta .cta-banner .btn{width:100%;text-align:center}
}
.home-page .products-showcase.section{padding-bottom:0}
.home-page .home-cta{padding-top:56px}
@media(max-width:991px){.home-page .home-cta{padding-top:36px}}
.is-home-slider{height:100dvh;height:100svh;overflow:hidden}.is-home-slider .app-main{flex:1;min-height:0;padding:0;overflow:hidden;display:flex;flex-direction:column}.is-home-slider .site-footer,.is-home-slider .mobile-tabbar{display:none}.home-slider{position:relative;flex:1;min-height:0;height:auto;overflow:hidden;touch-action:none}.home-slider-viewport{position:relative;width:100%;height:100%}.home-slide{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:clamp(24px,5vw,48px) clamp(56px,8vw,88px) clamp(24px,5vw,48px) clamp(20px,4vw,40px);opacity:0;visibility:hidden;transform:translateY(32px);transition:opacity .78s cubic-bezier(.25,.46,.45,.94),transform .78s cubic-bezier(.25,.46,.45,.94),visibility .78s;pointer-events:none}.home-slide.is-active{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;z-index:2}.home-slide.is-leaving-up{opacity:0;transform:translateY(-32px);z-index:1}.home-slide.is-leaving-down{opacity:0;transform:translateY(32px);z-index:1}.home-slide-bg{position:absolute;inset:0;z-index:0;overflow:hidden}.home-slide-bg img,.home-slide-bg-placeholder{width:100%;height:100%;object-fit:cover;display:block}.home-slide-bg-placeholder{display:grid;place-items:center;font-size:5rem;color:var(--primary);background:linear-gradient(135deg,#1a1630,#0f1a24)}.home-slide-bg-intro{background:linear-gradient(180deg,#f9fcfe 0%,#e8f2f8 100%);overflow:hidden}.home-slide-bg-contact{background:linear-gradient(180deg,#d4c4ff 0%,#9a7ee0 100%);overflow:hidden}.home-slide-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(8,10,18,.15) 0%,rgba(8,10,18,.72) 100%);pointer-events:none}.home-slide-content{position:relative;z-index:2;width:min(760px,100%);text-align:center}.home-slide-content>*{opacity:0;transform:translateY(18px);transition:opacity .65s ease .12s,transform .65s ease .12s}.home-slide.is-active .home-slide-content>*{opacity:1;transform:translateY(0)}.home-slide.is-active .home-slide-content>*:nth-child(2){transition-delay:.2s}.home-slide.is-active .home-slide-content>*:nth-child(3){transition-delay:.28s}.home-slide.is-active .home-slide-content>*:nth-child(4){transition-delay:.36s}.home-slide.is-active .home-slide-content>*:nth-child(5){transition-delay:.44s}.home-slide.is-active .home-slide-content>*:nth-child(6){transition-delay:.52s}.home-slide-eyebrow{display:inline-block;color:var(--primary);font-weight:700;font-size:.85rem;margin-bottom:.75rem}.home-slide-intro h1{font-size:clamp(2rem,6vw,3.8rem);line-height:1.3;font-weight:900;letter-spacing:-1px;margin:0 0 1rem;color:var(--ink)}.home-slide-intro h1 span{color:var(--primary)}.home-slide-intro p{font-size:clamp(1rem,2vw,1.12rem);color:var(--muted);line-height:1.9;margin:0 auto 1.5rem;max-width:620px}.home-slide-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1.2rem;color:#72798a;font-size:.8rem}.home-slide-content-product{color:white;text-align:center}.home-slide-badge,.home-slide-version{display:inline-block;margin:0 6px 12px;font-size:.72rem;font-weight:700;border-radius:999px;padding:5px 12px}.home-slide-badge{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22)}.home-slide-version{background:rgba(108,92,231,.35);border:1px solid rgba(108,92,231,.45)}.home-slide-content-product h2{font-size:clamp(1.75rem,5vw,3rem);font-weight:900;line-height:1.35;margin:0 0 1rem}.home-slide-content-product p{font-size:clamp(.95rem,2vw,1.1rem);line-height:1.9;color:rgba(255,255,255,.84);margin:0 auto 1.5rem;max-width:680px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.home-slide-product-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px 18px}.home-slide-product-meta strong{font-size:clamp(1.2rem,3vw,1.5rem)}.home-slide-product-meta strong small{font-size:.85rem;font-weight:500;opacity:.75}.home-slide-content-contact{color:white}.home-slide-content-contact h2{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:850;margin:0 0 1rem}.home-slide-content-contact p{font-size:1rem;line-height:1.9;color:rgba(255,255,255,.88);margin:0 0 1.25rem}.home-slide-contact-body{max-height:min(42vh,320px);overflow:auto;text-align:right;line-height:1.95;color:rgba(255,255,255,.92);margin:0 0 1.25rem;padding:0 4px}.home-slide-contact-btn{margin-top:.25rem}.home-slider-rail{position:fixed;left:clamp(10px,2vw,18px);top:50%;transform:translateY(-50%);z-index:30;display:flex;flex-direction:column;gap:10px}.home-rail-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;width:46px;min-height:46px;padding:6px 4px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.92);color:var(--muted);box-shadow:0 8px 24px rgba(30,36,65,.1);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background .2s,color .2s,border-color .2s,transform .2s;cursor:pointer}.home-rail-btn span{font-size:1.05rem;line-height:1}.home-rail-btn small{font-size:.58rem;font-weight:700;line-height:1.2}.home-rail-btn:hover,.home-rail-btn.is-active{background:var(--primary);border-color:var(--primary);color:white;transform:translateY(-1px)}.home-rail-btn.is-disabled{opacity:.45;cursor:default;pointer-events:none}.home-slide-scroll-hint{display:none;pointer-events:none;flex-direction:column;align-items:center;gap:4px}.home-slide-scroll-hint span{display:block;width:3px;height:26px;border-radius:999px;background:currentColor;animation:homeScrollHint 1.6s ease-in-out infinite}.home-slide-scroll-hint small{font-size:.75rem;line-height:1;font-weight:700;opacity:.85;animation:homeScrollHintArrow 1.6s ease-in-out infinite}@keyframes homeScrollHint{0%,100%{transform:translateY(0);opacity:.45}50%{transform:translateY(7px);opacity:1}}@keyframes homeScrollHintArrow{0%,100%{transform:translateY(0);opacity:.4}50%{transform:translateY(4px);opacity:.9}}@media(max-width:991px){.is-home-slider .app-main{padding-bottom:0}.home-slide{padding:20px 16px 82px;align-items:center}.home-slide-scroll-hint{display:flex;position:fixed;left:16px;bottom:calc(68px + env(safe-area-inset-bottom,0px));z-index:25;color:var(--primary);opacity:0;visibility:hidden;transition:opacity .45s,visibility .45s}.home-slide-scroll-hint.is-visible{opacity:.62;visibility:visible}.home-slide-product .home-slide-scroll-hint{color:rgba(255,255,255,.85)}.home-slide-content{width:100%;max-height:100%;overflow:hidden;-webkit-overflow-scrolling:touch}.home-slider-rail{position:fixed;left:50%;right:auto;top:auto;bottom:calc(10px + env(safe-area-inset-bottom,0px));transform:translateX(-50%);flex-direction:row;gap:8px;padding:5px 7px;border-radius:14px;background:rgba(255,255,255,.92);border:1px solid var(--line);box-shadow:0 8px 24px rgba(30,36,65,.12);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.home-rail-btn{flex-direction:row;width:auto;min-width:64px;min-height:34px;padding:5px 10px;border-radius:10px;gap:4px}.home-rail-btn span{font-size:.82rem}.home-rail-btn small{font-size:.62rem}.home-rail-btn:hover,.home-rail-btn.is-active{transform:none}.home-slide-contact-body{max-height:min(32vh,200px);text-align:center}.home-slide-trust{font-size:.72rem;gap:.5rem .85rem}.home-slide-content-product p{-webkit-line-clamp:3}}

/* Product slide — richer curtain + slower staged text reveal */
.home-slide-product .home-slide-overlay{
  background:linear-gradient(180deg,rgba(18,14,38,.425) 0%,rgba(52,38,118,.527) 48%,rgba(38,28,88,.595) 100%);
  opacity:0;
  transform:translateY(42%) scaleY(1.08);
  transform-origin:center bottom;
  transition:opacity 1.35s cubic-bezier(.16,1,.3,1),transform 1.55s cubic-bezier(.16,1,.3,1);
}
.home-slide-product.is-active .home-slide-overlay{
  opacity:1;
  transform:translateY(0) scaleY(1);
}
.home-slide-product .home-slide-bg img{
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  object-position:50% center;
  transform:scale(1.34);
  filter:blur(17px) saturate(.85) brightness(.84);
  transition:transform 1.85s cubic-bezier(.16,1,.3,1);
  will-change:transform;
}
.home-slide-product.is-active .home-slide-bg img{
  transform:scale(1.22);
}
.home-slide-product.is-active.is-bg-animate .home-slide-bg img{
  transition:none;
}
.home-slide-product:not(.is-active) .home-slide-bg img{
  animation:none;
}
@media(prefers-reduced-motion:reduce){
  .home-slide-product.is-active.is-bg-animate .home-slide-bg img{animation:none}
}
.home-slide-product .home-slide-content>*{
  opacity:0;
  transform:translateY(36px) scale(.92);
  filter:blur(12px);
  transition:opacity 1.2s cubic-bezier(.16,1,.3,1),transform 1.2s cubic-bezier(.16,1,.3,1),filter 1.15s ease;
}
.home-slide-product.is-active .home-slide-content>*{
  opacity:1;
  transform:translateY(0) scale(1);
  filter:blur(0);
}
.home-slide-product.is-active .home-slide-content>*:nth-child(1){transition-delay:.55s}
.home-slide-product.is-active .home-slide-content>*:nth-child(2){transition-delay:.72s}
.home-slide-product.is-active .home-slide-content>*:nth-child(3){transition-delay:.92s}
.home-slide-product.is-active .home-slide-content>*:nth-child(4){transition-delay:1.12s}
.home-slide-product.is-active .home-slide-content>*:nth-child(5){transition-delay:1.32s}
.home-slide-product.is-active .home-slide-content>*:nth-child(6){transition-delay:1.5s}
.home-slide-product:not(.is-active) .home-slide-content>*{
  transition-delay:0s!important;
}
.home-slide-product:not(.is-active) .home-slide-overlay{
  transition-duration:.55s,.65s;
}
.home-slide-product .home-slide-content{
  width:min(920px,100%);
}
.home-slide-content-product{
  padding:0;
  background:none;
  border:0;
  box-shadow:none;
  text-align:right;
}
.home-slide-content-product p{margin-right:0;margin-left:auto}
.home-slide-content-product .home-slide-product-meta{width:100%;justify-content:space-between}
.home-slide-content-product h2{
  color:#fff;
  font-size:clamp(1.85rem,5.5vw,3.35rem);
  font-weight:900;
  line-height:1.4;
  margin-bottom:1.1rem;
  text-shadow:0 2px 10px rgba(0,0,0,.55),0 10px 34px rgba(0,0,0,.45);
  text-align:center;
}
.home-slide-content-product p{
  color:rgba(255,255,255,.97);
  font-weight:500;
  max-width:min(880px,92vw);
  font-size:clamp(1.02rem,2.2vw,1.24rem);
  line-height:2;
  margin-bottom:1.75rem;
  display:block;
  overflow:visible;
  -webkit-line-clamp:unset;
  text-shadow:0 1px 8px rgba(0,0,0,.5),0 6px 22px rgba(0,0,0,.38);
}
.home-slide-content-product .home-slide-badge,
.home-slide-content-product .home-slide-version{
  background:rgba(255,255,255,.2);
  border-color:rgba(255,255,255,.32);
  color:#fff;
  text-shadow:0 1px 5px rgba(0,0,0,.35);
}
.home-slide-content-product .home-slide-version{
  background:rgba(108,92,231,.48);
  border-color:rgba(164,150,255,.55);
}
.home-slide-product-meta .btn-light{
  font-weight:700;
  color:var(--ink);
  border:1px solid rgba(255,255,255,.65);
  box-shadow:0 10px 28px rgba(0,0,0,.28);
}
@media(max-width:991px){
  .home-slide-content-product{
    padding:0;
  }
  .home-slide-content-product p{
    display:block;
    overflow:visible;
    -webkit-line-clamp:unset;
    font-size:clamp(1rem,3.8vw,1.1rem);
    line-height:1.95;
  }
}

.home-slide-content .home-slide-scroll-hint{
  position:static;
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  margin:clamp(20px,3vh,30px) auto 4px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:var(--primary);
  opacity:0;
  visibility:hidden;
  transform:none;
  cursor:pointer;
  pointer-events:auto;
  box-shadow:none;
  transition:opacity .45s ease,visibility .45s ease,transform .2s ease;
}
.home-slide-content .home-slide-scroll-hint.is-visible{opacity:1;visibility:visible}
.home-slide-content .home-slide-scroll-hint:hover{background:transparent;transform:scale(1.1)}
.home-slide-product .home-slide-content .home-slide-scroll-hint{color:rgba(255,255,255,.9)}
.home-slide-content .home-slide-scroll-hint svg{
  width:27px;
  height:27px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:round;
  animation:homeScrollHintArrow 1.35s ease-in-out infinite;
}
@media(max-width:991px){
  .home-slide-content .home-slide-scroll-hint{width:44px;height:44px;margin-top:16px;margin-bottom:6px}
  .home-slide-content .home-slide-scroll-hint svg{width:25px;height:25px}
}

/* No header — full viewport + intro brand */
:root{--header-height:0px}
.is-home-slider .app-main{min-height:100dvh;min-height:100svh}
.product-detail-hero,.product-hero-gallery,.product-hero-gallery .carousel-inner,.product-hero-gallery .carousel-item{min-height:100dvh;min-height:100svh}
.product-detail-hero .product-detail-shell{padding-top:calc(1.25rem + env(safe-area-inset-top,0px))}
.hero,.home-page .hero{padding-top:0}
.page-hero{padding-top:clamp(2rem,5vw,3rem)}
.flash-wrap{top:calc(12px + env(safe-area-inset-top,0px))!important}
.home-slide-brand{display:flex;flex-direction:column;align-items:center;gap:12px;margin:0 0 1.35rem}
.home-slide-brand img{width:clamp(54px,8vw,68px);height:clamp(54px,8vw,68px);border-radius:18px;box-shadow:0 14px 36px rgba(108,92,231,.24)}
.home-slide-brand strong{font-size:clamp(1.4rem,3.2vw,1.75rem);font-weight:900;color:var(--ink);letter-spacing:-.5px;line-height:1.3}
.home-slide-bg-contact{background:linear-gradient(180deg,#d4c4ff 0%,#9a7ee0 100%);overflow:hidden}
.home-fluid-canvas{position:absolute;inset:0;width:100%;height:100%;display:block;pointer-events:none}
.home-slide-contact-lead{margin:0 auto 1.5rem;max-width:520px;font-size:1rem;color:var(--muted)}
.home-slide-content-contact{color:var(--ink)}
.home-slide-content-contact h2{color:var(--ink)}
.home-slide-content-contact .home-slide-eyebrow{color:var(--primary)}
.home-slide-contact-links{list-style:none;margin:0;padding:0;display:grid;gap:12px;max-width:420px;margin-inline:auto;text-align:right}
.home-slide-contact-links a{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:16px;background:rgba(255,255,255,.78);border:1px solid rgba(108,92,231,.14);color:var(--ink);text-decoration:none;box-shadow:0 10px 28px rgba(108,92,231,.08);transition:background .2s,border-color .2s,transform .2s,box-shadow .2s}
.home-slide-contact-links a:hover{background:rgba(255,255,255,.92);border-color:rgba(108,92,231,.24);transform:translateY(-1px);box-shadow:0 14px 32px rgba(108,92,231,.12)}
.home-contact-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:rgba(108,92,231,.12);color:var(--primary);flex-shrink:0}
.home-contact-icon svg{width:22px;height:22px;display:block}
.home-contact-text{display:grid;gap:2px;min-width:0}
.home-contact-text small{font-size:.72rem;font-weight:600;opacity:.78}
.home-contact-text strong{font-size:.98rem;font-weight:700;word-break:break-word}

.is-home-slider,.is-home-slider .app-main,.is-home-slider .home-slider,.is-home-slider .home-slider-viewport{overflow:hidden}
.is-home-slider{height:var(--app-height,100dvh);height:var(--app-height,100svh)}
.is-home-slider .app-main{min-height:var(--app-height,100dvh);min-height:var(--app-height,100svh)}
html.is-url-nudge{overflow:auto;height:100%}
html.is-url-nudge body.is-home-slider{min-height:calc(var(--app-height,100svh) + 2px)}
.is-home-slider .home-slide{padding-top:calc(clamp(24px,5vw,48px) + env(safe-area-inset-top,0px))}
.is-home-slider .home-slide-content{overflow:hidden!important;max-height:100%;overscroll-behavior:none;scrollbar-width:none;-ms-overflow-style:none}
.is-home-slider .home-slide-content::-webkit-scrollbar{display:none;width:0;height:0}
.is-home-slider .home-slide-contact-body{overflow:hidden;max-height:none}
@media(max-width:991px){
  .is-home-slider .home-slide-content{overflow:hidden!important;max-height:100%}
  .is-home-slider .home-slide{padding-bottom:82px}
  html:has(.is-home-slider),body.is-home-slider,.app-shell.is-home-slider{min-height:100dvh;min-height:100svh}
}

/* Product story — visual language shared with the home slides */
html{scroll-behavior:smooth}
.product-story-page{background:#f7f8fc}
.product-story-page .site-footer,.product-story-page .mobile-tabbar{display:none}
.product-story-page .app-main{padding:0}
.product-story-hero{position:relative;display:flex;flex-direction:column;color:#fff;background:#261f46}
.product-story-nav{position:relative;z-index:3;width:min(1180px,calc(100% - 40px));margin:0 auto;padding:clamp(18px,4vh,34px) 0;display:flex;align-items:center;justify-content:space-between}
.product-story-banner{position:relative;width:100%;overflow:hidden;background:#1c1733;aspect-ratio:16/9;min-height:280px;max-height:min(72dvh,820px);flex-shrink:0;isolation:isolate}
.product-story-banner-fill,.product-story-slide-fill{position:absolute;inset:-12%;width:124%;height:124%;max-width:none;object-fit:cover;filter:blur(32px) saturate(1.15) brightness(.62);pointer-events:none;user-select:none}
.product-story-banner-photo,.product-story-slide-photo{position:absolute;inset:0;z-index:1;width:100%;height:100%;display:block;object-fit:contain;object-position:center}
.product-story-placeholder{position:absolute;inset:0;display:grid;place-items:center;font-size:8rem;color:rgba(255,255,255,.28);background:linear-gradient(145deg,#392b72,#175f68)}
.product-story-brand{color:#fff}.product-story-brand:hover{color:#fff}.product-story-brand .site-logo{width:40px;height:40px;border-radius:12px}.product-story-brand strong{font-size:1rem}
.product-story-back{display:flex;align-items:center;gap:8px;color:rgba(255,255,255,.86);font-size:.84rem;font-weight:700;padding:9px 0;border-bottom:1px solid rgba(255,255,255,.32)}
.product-story-back:hover{color:#fff;border-color:#fff}
.product-story-intro{position:relative;z-index:2;width:min(1180px,calc(100% - 40px));margin:0 auto;display:flex;flex-direction:column;padding:clamp(28px,5vh,56px) 0 clamp(36px,6vh,64px)}
.product-story-copy{width:min(850px,100%);text-align:right}
.product-story-eyebrow{display:inline-block;margin-bottom:14px;color:#d8d1ff;font-size:.78rem;font-weight:800;letter-spacing:.02em}
.product-story-copy h1{margin:0 0 18px;font-size:clamp(2.1rem,5.4vw,4.4rem);font-weight:900;line-height:1.22;letter-spacing:-1.5px}
.product-story-copy>p{max-width:760px;margin:0 0 28px;color:rgba(255,255,255,.86);font-size:clamp(1rem,2vw,1.2rem);line-height:2}
.product-story-facts{display:flex;flex-wrap:wrap;gap:12px 28px;margin:0 0 32px;padding:0}
.product-story-facts div{display:flex;align-items:baseline;gap:8px}
.product-story-facts dt{color:rgba(255,255,255,.56);font-size:.72rem;font-weight:500}
.product-story-facts dd{margin:0;color:#fff;font-size:.86rem;font-weight:800}
.product-story-actions{display:flex;flex-wrap:wrap;align-items:stretch;gap:12px}
.product-story-primary,.product-story-secondary{min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:18px;border-radius:14px;padding:12px 20px;font-size:.88rem;font-weight:800;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}
.product-story-primary{color:var(--ink);background:#fff;box-shadow:0 14px 36px rgba(8,5,24,.24)}
.product-story-primary:hover{color:var(--ink);transform:translateY(-2px);box-shadow:0 18px 42px rgba(8,5,24,.3)}
.product-story-price{padding-right:18px;border-right:1px solid var(--line);font-size:1rem}.product-story-price small{color:var(--muted);font-size:.7rem}
.product-story-secondary{color:#fff;border:1px solid rgba(255,255,255,.44);background:rgba(255,255,255,.08)}
.product-story-secondary:hover{color:#fff;background:rgba(255,255,255,.16);transform:translateY(-2px)}
.product-story-features{flex-basis:100%;width:max-content;display:inline-flex;align-items:center;gap:10px;padding:9px 0;color:rgba(255,255,255,.78);font-size:.8rem;font-weight:750}
.product-story-features:hover{color:#fff}.product-story-features span{animation:homeScrollHintArrow 1.35s ease-in-out infinite}
.product-story-scroll{align-self:center;display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin-top:auto;padding:0;color:rgba(255,255,255,.9);transition:color .2s ease,transform .2s ease}
.product-story-scroll:hover{color:#fff;transform:scale(1.1)}
.product-story-scroll svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;animation:homeScrollHintArrow 1.35s ease-in-out infinite}
.product-story-details{position:relative;background:linear-gradient(180deg,#f7f8fc 0,#fff 70%);padding:clamp(64px,9vw,110px) 0}
.product-story-details-shell{width:min(980px,calc(100% - 40px));margin:0 auto}
.product-story-section-head{margin-bottom:30px}.product-story-section-head>span{display:block;margin-bottom:8px;color:var(--primary);font-size:.76rem;font-weight:800}.product-story-section-head h2{margin:0;font-size:clamp(1.65rem,4vw,2.45rem);font-weight:900;line-height:1.45}
.product-story-description{max-width:820px;color:#3d4555;font-size:clamp(.96rem,1.8vw,1.08rem);line-height:2.2}
.product-story-description h2,.product-story-description h3{margin-top:2.2em;color:var(--ink);font-weight:850}.product-story-description img{max-width:100%;height:auto;border-radius:18px}
.product-story-gallery{margin-top:clamp(64px,9vw,100px)}
.product-story-carousel{overflow:visible;border-radius:0;background:transparent;box-shadow:none}
.product-story-carousel .carousel-item{height:auto}
.product-story-slider-stage{position:relative}
.product-story-carousel .carousel-inner{overflow:hidden;border-radius:26px;background:#1c1733;box-shadow:0 24px 65px rgba(35,29,72,.13)}
.product-story-slide{position:relative;width:100%;overflow:hidden;aspect-ratio:16/10;min-height:280px;max-height:min(68dvh,680px);background:#1c1733;isolation:isolate;cursor:zoom-in}
.product-story-slide-zoom{position:absolute;z-index:2;left:16px;bottom:16px;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;color:#fff;background:rgba(18,12,48,.46);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);pointer-events:none}
.product-story-slide-zoom svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.product-story-slider-arrow{position:absolute;top:50%;z-index:4;width:48px;height:48px;padding:0;border:0;border-radius:50%;color:var(--primary);background:rgba(255,255,255,.96);box-shadow:0 10px 28px rgba(18,12,48,.22);display:grid;place-items:center;transform:translateY(-50%);transition:transform .2s ease,background .2s ease,box-shadow .2s ease}
.product-story-slider-arrow:hover{background:#fff;box-shadow:0 14px 32px rgba(18,12,48,.28);transform:translateY(-50%) scale(1.05)}
.product-story-slider-arrow:active{transform:translateY(-50%) scale(.96)}
.product-story-slider-prev{inset-inline-start:14px}
.product-story-slider-next{inset-inline-end:14px}
.product-story-slider-arrow svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}
.product-story-slider-dots.carousel-indicators{position:relative;right:auto;bottom:auto;left:auto;z-index:3;margin:16px 0 0;padding:0;width:auto;display:flex;justify-content:center;align-items:center;gap:8px;background:transparent;box-shadow:none}
.product-story-slider-dots.carousel-indicators [data-bs-target]{box-sizing:border-box;flex:0 0 auto;width:10px;height:10px;margin:0;padding:0;text-indent:0;border:0;border-radius:50%;background:#c9c4e3;background-clip:border-box;opacity:1;transition:transform .2s ease,background .2s ease,width .2s ease}
.product-story-slider-dots.carousel-indicators [data-bs-target].active{width:10px;height:10px;background:var(--primary);transform:scale(1.28);opacity:1}
.product-story-footer{margin-top:clamp(64px,9vw,100px);padding:clamp(28px,5vw,48px);display:flex;align-items:center;justify-content:space-between;gap:28px;border-radius:26px;color:#fff;background:linear-gradient(125deg,#6756e6,#3f369d);box-shadow:0 22px 55px rgba(75,62,174,.22)}
.product-story-footer span{font-size:.74rem;color:rgba(255,255,255,.68);font-weight:700}.product-story-footer h2{margin:7px 0 0;font-size:clamp(1.25rem,3vw,1.8rem);font-weight:850}.product-story-footer>a{flex-shrink:0;padding:13px 20px;border-radius:13px;color:var(--ink);background:#fff;font-size:.86rem;font-weight:800}
.product-story-to-top{position:fixed;left:clamp(16px,3vw,28px);bottom:clamp(16px,3vw,28px);z-index:40;width:46px;height:46px;display:grid;place-items:center;padding:0;border:1px solid rgba(108,92,231,.2);border-radius:13px;color:var(--primary);background:rgba(255,255,255,.88);box-shadow:0 12px 32px rgba(35,29,72,.16);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-size:1.25rem;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(14px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease,background .2s ease}
.product-story-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.product-story-to-top:hover{background:#fff;transform:translateY(-2px)}
.product-lightbox{position:fixed;inset:0;z-index:1200;background:#0c0a16;touch-action:none}
.product-lightbox[hidden]{display:none!important}
.product-lightbox-stage{position:absolute;inset:0;display:grid;place-items:center;overflow:hidden;touch-action:none}
.product-lightbox-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;transform-origin:center center;user-select:none;-webkit-user-drag:none;will-change:transform}
.product-lightbox-close,.product-lightbox-arrow{position:absolute;z-index:3;width:46px;height:46px;padding:0;border:0;border-radius:50%;color:#fff;background:rgba(255,255,255,.16);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:grid;place-items:center;box-shadow:0 10px 28px rgba(0,0,0,.28)}
.product-lightbox-close{top:calc(12px + env(safe-area-inset-top,0px));inset-inline-end:calc(12px + env(safe-area-inset-right,0px))}
.product-lightbox-arrow{top:50%;transform:translateY(-50%)}
.product-lightbox-prev{inset-inline-start:calc(10px + env(safe-area-inset-left,0px))}
.product-lightbox-next{inset-inline-end:calc(10px + env(safe-area-inset-right,0px))}
.product-lightbox-close svg,.product-lightbox-arrow svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.product-lightbox-dots{position:absolute;z-index:3;left:50%;bottom:calc(18px + env(safe-area-inset-bottom,0px));transform:translateX(-50%);display:flex;align-items:center;gap:8px;padding:0;background:transparent}
.product-lightbox-dots span{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.4)}
.product-lightbox-dots span.is-active{background:#fff;transform:scale(1.28)}
body.is-product-lightbox-open{overflow:hidden;touch-action:none}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.product-story-scroll svg,.product-story-features span{animation:none}}
@media(max-width:767px){
  .product-story-nav,.product-story-intro,.product-story-details-shell{width:calc(100% - 32px)}
  .product-story-nav{padding-top:calc(16px + env(safe-area-inset-top,0px))}.product-story-brand strong{display:none}
  .product-story-banner{aspect-ratio:4/3;min-height:220px;max-height:min(46dvh,420px)}
  .product-story-placeholder{font-size:5rem}
  .product-story-intro{padding-top:22px;padding-bottom:calc(28px + env(safe-area-inset-bottom,0px))}
  .product-story-copy h1{font-size:clamp(1.85rem,10vw,2.7rem);letter-spacing:-.5px}.product-story-copy>p{line-height:1.9;margin-bottom:20px}
  .product-story-facts{gap:8px 18px;margin-bottom:24px}.product-story-actions{display:grid;grid-template-columns:1fr}.product-story-primary,.product-story-secondary{width:100%}
  .product-story-features{width:100%;justify-content:center}
  .product-story-scroll{width:44px;height:44px}.product-story-scroll svg{width:25px;height:25px}
  .product-story-details{padding:56px 0}
  .product-story-carousel .carousel-inner{border-radius:18px}
  .product-story-slide{aspect-ratio:4/3;min-height:240px;max-height:min(52dvh,420px)}
  .product-story-slide-zoom{left:12px;bottom:12px;width:36px;height:36px}
  .product-story-slider-arrow{width:42px;height:42px}
  .product-story-slider-arrow svg{width:18px;height:18px}
  .product-story-slider-prev{inset-inline-start:8px}
  .product-story-slider-next{inset-inline-end:8px}
  .product-story-footer{align-items:stretch;flex-direction:column;border-radius:20px;padding:26px 22px}.product-story-footer>a{text-align:center}
}
@media(max-width:767px) and (orientation:landscape){
  .product-story-banner,.product-story-slide{aspect-ratio:16/9;min-height:180px;max-height:min(78dvh,360px)}
}

/* Contact story — companion to the home contact slide */
.contact-story-page{background:#b89ef0}
.contact-story-page .site-footer,.contact-story-page .mobile-tabbar{display:none}
.contact-story-page .app-main{padding:0}
.contact-story{position:relative;min-height:100dvh;min-height:100svh;overflow:hidden;display:flex;flex-direction:column;color:var(--ink)}
.contact-story-bg{position:absolute;inset:0;z-index:0;overflow:hidden}
.contact-story-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(71,49,151,.1));pointer-events:none}
.contact-story-nav{position:relative;z-index:2;width:min(1180px,calc(100% - 40px));margin:0 auto;padding:clamp(18px,4vh,34px) 0;display:flex;align-items:center;justify-content:space-between}
.contact-story-brand{color:var(--ink)}.contact-story-brand:hover{color:var(--ink)}.contact-story-brand .site-logo{width:40px;height:40px;border-radius:12px}.contact-story-brand strong{font-size:1rem}
.contact-story-back{display:flex;align-items:center;gap:8px;padding:9px 0;border-bottom:1px solid rgba(23,32,51,.28);color:rgba(23,32,51,.78);font-size:.84rem;font-weight:800}
.contact-story-back:hover{color:var(--ink);border-color:var(--ink)}
.contact-story-shell{position:relative;z-index:1;flex:1;width:min(1040px,calc(100% - 40px));margin:0 auto;padding:clamp(28px,5vh,58px) 0 clamp(42px,7vh,74px);display:flex;flex-direction:column;justify-content:center}
.contact-story-heading{max-width:760px;margin-bottom:clamp(28px,5vh,46px);text-align:right}
.contact-story-heading>span{display:block;margin-bottom:10px;color:#5546d3;font-size:.78rem;font-weight:850}
.contact-story-heading h1{margin:0 0 16px;font-size:clamp(2.15rem,6vw,4.5rem);font-weight:900;line-height:1.28;letter-spacing:-1.5px}
.contact-story-heading p{max-width:650px;margin:0;color:rgba(23,32,51,.72);font-size:clamp(.96rem,1.8vw,1.08rem);line-height:2}
.contact-story-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.76fr);gap:clamp(18px,3vw,30px);align-items:stretch}
.contact-story-links{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.contact-story-links a{min-height:82px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px 18px;border:1px solid rgba(108,92,231,.16);border-radius:17px;color:var(--ink);background:rgba(255,255,255,.7);box-shadow:0 12px 32px rgba(65,45,146,.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:transform .2s ease,background .2s ease,box-shadow .2s ease}
.contact-story-links a:hover{color:var(--ink);background:rgba(255,255,255,.88);transform:translateX(-4px);box-shadow:0 18px 40px rgba(65,45,146,.13)}
.contact-story-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;color:var(--primary);background:rgba(108,92,231,.12);font-size:1.05rem;font-weight:900}
.contact-story-links a>span:nth-child(2){display:grid;gap:1px;min-width:0}.contact-story-links small{color:rgba(23,32,51,.55);font-size:.7rem;font-weight:700}.contact-story-links strong{font-size:.94rem;font-weight:800;word-break:break-word}.contact-story-links b{color:var(--primary);font-size:1rem}
.contact-story-note{padding:clamp(22px,3vw,30px);border:1px solid rgba(108,92,231,.18);border-radius:20px;background:rgba(255,255,255,.42);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);color:#34304b;line-height:2;overflow:hidden}
.contact-story-note-label{color:var(--primary);font-size:.72rem;font-weight:800}.contact-story-note h2,.contact-story-note h3{margin:0 0 12px;font-size:clamp(1.15rem,2.5vw,1.45rem);font-weight:850;color:var(--ink)}
.contact-story-note p{margin-bottom:10px}.contact-story-note p:last-child,.contact-story-note ul:last-child{margin-bottom:0}.contact-story-note ul{padding-right:20px}.contact-story-note a{color:#5142c5;font-weight:700}
@media(max-width:767px){
  .contact-story{overflow:auto}.contact-story-nav,.contact-story-shell{width:calc(100% - 32px)}
  .contact-story-nav{padding-top:calc(16px + env(safe-area-inset-top,0px))}.contact-story-brand strong{display:none}
  .contact-story-shell{justify-content:flex-start;padding-top:32px;padding-bottom:calc(32px + env(safe-area-inset-bottom,0px))}
  .contact-story-heading{margin-bottom:24px}.contact-story-heading h1{font-size:clamp(2rem,11vw,3rem);letter-spacing:-.5px}.contact-story-heading p{line-height:1.85}
  .contact-story-layout{grid-template-columns:1fr}.contact-story-links a{min-height:72px;padding:11px 14px}.contact-story-note{border-radius:17px}
}

/* Product logo + understated home-slide action */
.home-slide-product-logo{display:block;width:clamp(48px,7vw,66px);height:clamp(48px,7vw,66px);object-fit:contain;margin:0 auto 18px;padding:7px;border-radius:16px;background:rgba(255,255,255,.12);box-shadow:0 12px 32px rgba(8,5,24,.2);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.product-slide-details{display:inline-flex;align-items:center;gap:10px;padding:10px 0;color:rgba(255,255,255,.9);border-bottom:1px solid rgba(255,255,255,.4);font-size:.84rem;font-weight:750;transition:color .2s ease,border-color .2s ease,gap .2s ease}
.product-slide-details:hover{color:#fff;border-color:#fff;gap:14px}
.current-product-logo{width:82px;height:82px;display:grid;place-items:center;margin-bottom:12px;padding:8px;border:1px solid var(--line);border-radius:16px;background:#f7f8fc}
.current-product-logo img{display:block;width:100%;height:100%;object-fit:contain}
@media(max-width:767px){.home-slide-product-logo{width:52px;height:52px;margin-bottom:14px;border-radius:14px}}

/* Idea-to-product story slide */
.home-slide-content-explainer{width:min(900px,100%);color:var(--ink)}
.home-slide-bg-explainer{background:linear-gradient(145deg,#edf3ff,#e5e6ff 48%,#d8ccff)}
.home-slide-bg-explainer .home-fluid-canvas{filter:hue-rotate(24deg) saturate(1.18) contrast(1.02)}
.home-slide-bg-explainer::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 28%,rgba(99,129,238,.22),transparent 34%),radial-gradient(circle at 18% 76%,rgba(126,83,224,.18),transparent 38%);mix-blend-mode:multiply;pointer-events:none}
.home-slide-content-explainer h2{margin:0 0 12px;font-size:clamp(1.7rem,4.5vw,3rem);font-weight:900;line-height:1.45}.home-slide-content-explainer h2 span{color:var(--primary)}
.home-slide-content-explainer>p{max-width:690px;margin:0 auto 24px;color:var(--muted);font-size:clamp(.9rem,1.8vw,1.04rem);line-height:1.9}
.idea-machine{position:relative;width:min(680px,100%);margin:0 auto;padding:10px;border:1px solid rgba(108,92,231,.16);border-radius:20px;background:rgba(255,255,255,.72);box-shadow:0 22px 55px rgba(52,64,100,.12);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);text-align:right;direction:rtl;overflow:hidden}
.idea-machine::after{content:"";position:absolute;inset:-50% auto -50% -35%;width:32%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.65),transparent);transform:skewX(-18deg) translateX(0);opacity:0;pointer-events:none}
.home-slide-explainer.is-active .idea-machine{animation:ideaMachineCinema 10s cubic-bezier(.16,1,.3,1) infinite}.home-slide-explainer.is-active .idea-machine::after{animation:ideaShimmer 10s ease-in-out infinite}
.idea-search-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:stretch}
.idea-input{position:relative;min-height:60px;display:flex;align-items:center;justify-content:flex-start;gap:3px;padding:23px 16px 7px;border:1px solid var(--line);border-radius:13px;background:rgba(255,255,255,.82);overflow:hidden}.idea-input small{position:absolute;top:5px;right:16px;color:var(--muted);font-size:.66rem}.idea-input strong{margin:0;font-size:.95rem;text-align:right}.idea-input i{width:2px;height:20px;background:var(--primary)}
.home-slide-explainer.is-active .idea-input i{animation:ideaCaret .7s steps(1) infinite}
.idea-process{min-width:92px;display:grid;place-items:center;border-radius:13px;color:#fff;background:var(--primary);box-shadow:0 8px 22px rgba(108,92,231,.2);font-size:.78rem;font-weight:800}
.home-slide-explainer.is-active .idea-process{animation:ideaProcess 10s ease-in-out infinite}
.idea-stage{position:relative;max-height:0;min-height:0;margin-top:0;border-radius:13px;background:rgba(240,237,255,.56);opacity:0;overflow:hidden}
.home-slide-explainer.is-active .idea-stage{animation:ideaStageOpen 10s cubic-bezier(.16,1,.3,1) infinite}
.idea-loading,.idea-result{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}
.idea-loading{direction:rtl;gap:6px;color:var(--muted);opacity:0}.home-slide-explainer.is-active .idea-loading{animation:ideaLoading 10s ease-in-out infinite}.idea-loading i{width:7px;height:7px;border-radius:50%;background:var(--primary);animation:ideaDot .8s ease-in-out infinite alternate}.idea-loading i:nth-of-type(2){animation-delay:.16s}.idea-loading i:nth-of-type(3){animation-delay:.32s}.idea-loading span{margin-left:8px;font-size:.72rem;font-weight:700}
.idea-result{direction:rtl;justify-content:flex-start;gap:13px;padding:12px 16px;opacity:0;transform:translateY(20px) scale(.94)}.home-slide-explainer.is-active .idea-result{animation:ideaResult 10s cubic-bezier(.16,1,.3,1) infinite}.idea-result img{flex-shrink:0;width:46px;height:46px;padding:5px;border-radius:12px;background:#fff}.idea-result div{display:grid;gap:2px;text-align:right}.idea-result small{color:var(--primary);font-size:.65rem;font-weight:800}.idea-result strong{font-size:.88rem}.idea-result>b{margin-right:auto;width:27px;height:27px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--green);font-size:.75rem}
.idea-typed{display:inline-block;max-width:0;overflow:hidden;white-space:nowrap}.home-slide-explainer.is-active .idea-typed{animation:ideaTyping 10s steps(4,end) infinite}
@keyframes ideaTyping{0%,9%{max-width:0}27%,91%{max-width:4em}100%{max-width:0}}
@keyframes ideaCaret{50%{opacity:0}}
@keyframes ideaProcess{0%,29%,100%{transform:none;filter:none;box-shadow:0 8px 22px rgba(108,92,231,.2)}34%,40%{transform:scale(.94);filter:brightness(.88);box-shadow:0 0 0 8px rgba(108,92,231,.12)}}
@keyframes ideaStageOpen{0%,37%{max-height:0;min-height:0;margin-top:0;opacity:0}45%,94%{max-height:86px;min-height:86px;margin-top:10px;opacity:1}100%{max-height:0;min-height:0;margin-top:0;opacity:0}}
@keyframes ideaLoading{0%,36%,64%,100%{opacity:0;transform:scale(.96)}42%,58%{opacity:1;transform:none}}
@keyframes ideaResult{0%,61%,100%{opacity:0;transform:translateY(20px) scale(.94);filter:blur(8px)}70%,91%{opacity:1;transform:none;filter:blur(0)}}
@keyframes ideaDot{to{transform:translateY(-4px);opacity:.45}}
@keyframes ideaMachineCinema{0%,28%,100%{transform:scale(1);box-shadow:0 22px 55px rgba(52,64,100,.12)}38%,58%{transform:scale(1.018);box-shadow:0 30px 75px rgba(84,69,190,.2)}68%,92%{transform:scale(1.008);box-shadow:0 28px 70px rgba(24,168,116,.14)}}
@keyframes ideaShimmer{0%,56%{opacity:0;transform:skewX(-18deg) translateX(0)}62%{opacity:.7}76%,100%{opacity:0;transform:skewX(-18deg) translateX(600%)}}
@media(prefers-reduced-motion:reduce){.idea-typed{max-width:4em!important;animation:none!important}.idea-machine,.idea-machine::after,.idea-input i,.idea-process,.idea-loading,.idea-result,.idea-stage{animation:none!important}.idea-stage{max-height:86px;min-height:86px;margin-top:10px;opacity:1}.idea-loading{display:none}.idea-result{opacity:1;transform:none;filter:none}}
@media(max-width:767px){
  .home-slide-content-explainer h2{font-size:clamp(1.55rem,7vw,2.1rem)}.home-slide-content-explainer>p{font-size:.86rem;line-height:1.75;margin-bottom:18px}
  .idea-machine{padding:8px;border-radius:17px}.idea-input{min-height:52px;padding:8px 11px}.idea-input small{display:none}.idea-process{min-width:76px;font-size:.7rem}.idea-result{padding:10px 12px}.idea-result strong{font-size:.78rem}
}

/* Product technology marks */
.product-platforms{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 22px}
.product-platform{display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border:1px solid rgba(255,255,255,.2);border-radius:10px;color:#fff;background:rgba(255,255,255,.1);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.product-platform img{width:22px;height:22px;display:block;object-fit:contain}.product-platform b{font-size:.68rem;font-weight:800;direction:ltr}
.home-slide-product>.product-platforms{position:absolute;right:clamp(18px,4vw,42px);bottom:calc(clamp(20px,4vw,38px) + env(safe-area-inset-bottom,0px));z-index:4;margin:0;gap:13px;opacity:.55;direction:ltr;transition:opacity .25s ease,transform .25s ease}
.home-slide-product>.product-platforms:hover{opacity:.9;transform:translateY(-2px)}.home-slide-product>.product-platforms .product-platform{padding:0;border:0;border-radius:0;background:none;backdrop-filter:none;-webkit-backdrop-filter:none}.home-slide-product>.product-platforms .product-platform img{width:30px;height:30px;filter:drop-shadow(0 5px 12px rgba(0,0,0,.28))}.home-slide-product>.product-platforms .product-platform b{display:none}
.home-slide-product-meta>.product-platforms{order:-1;display:flex;align-items:center;gap:8px;margin:0;direction:ltr;opacity:.62}
.home-slide-product-meta>.product-platforms .product-platform{padding:0;border:0;border-radius:0;background:none;backdrop-filter:none;-webkit-backdrop-filter:none}
.home-slide-product-meta>.product-platforms .product-platform img{width:19px;height:19px;filter:drop-shadow(0 3px 8px rgba(0,0,0,.24))}.home-slide-product-meta>.product-platforms .product-platform b{display:none}
.product-story-copy>.product-platforms{margin-top:-8px;margin-bottom:28px}
@media(max-width:767px){.product-platforms{gap:6px;margin-bottom:16px}.product-platform{padding:5px 8px}.product-platform img{width:20px;height:20px}.product-platform b{font-size:.62rem}.home-slide-product>.product-platforms{right:16px;bottom:calc(72px + env(safe-area-inset-bottom,0px));gap:10px}.home-slide-product>.product-platforms .product-platform img{width:25px;height:25px}.home-slide-product-meta>.product-platforms{margin:0;gap:7px}.home-slide-product-meta>.product-platforms .product-platform img{width:18px;height:18px}}
