:root{--bg:#000;--text:#fff;--muted:rgba(255,255,255,0.5);--muted-2:rgba(255,255,255,0.5);--muted-3:#ffffff80;--border:rgba(255,255,255,0.16);--border-soft:rgba(255,255,255,0.08);--card:rgba(255,255,255,0.06);--primary:#ff7701;--primary-hover:#e86a00;--font-display:"Syne","DM Sans",system-ui,sans-serif;--font-body:"DM Sans",system-ui,sans-serif;--max:1400px;--glow:0 0 32px rgba(255,119,1,0.2),0 0 16px rgba(255,119,1,0.3)}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%}body{font-family:var(--font-body);color:var(--text);background:#000;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input{font:inherit;color:inherit}button{cursor:pointer;background:none;border:none}.site-shell{min-height:100vh;display:flex;flex-direction:column;background:#000}.site-main{flex:1 1;padding:0}.promo{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:var(--primary);color:#fff;overflow:hidden;height:36px;display:flex;align-items:center}.promo-track{display:flex;width:max-content;animation:marquee 40s linear infinite;white-space:nowrap}.promo-group{display:flex;gap:2rem;padding-right:2rem}.promo-item{display:inline-flex;align-items:center;gap:.75rem;font-size:.85rem;font-weight:600;letter-spacing:-.01em}.promo-sep{opacity:.65}.promo-close{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:8px;background:rgba(0,0,0,.15);color:#fff;display:grid;place-items:center;z-index:2}.promo.is-hidden{display:none}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;background:rgba(0,0,0,.72);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.06)}.promo+.site-header{top:36px}.header-inner{width:min(100% - 2rem,var(--max));margin:0 auto;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0}.brand{display:inline-flex;align-items:center;gap:.6rem;z-index:2}.brand-mark{width:36px;height:36px;object-fit:contain}.brand-text{width:120px;height:auto;object-fit:contain}@media (min-width:768px){.brand-text{width:140px}}.nav{display:none;align-items:center;gap:.35rem}.nav-link{padding:.5rem .9rem;border-radius:10px;color:rgba(255,255,255,.55);font-size:.95rem;font-weight:500;letter-spacing:-.01em;transition:color .2s,background .2s}.nav-link:hover{color:#fff}.nav-link.is-active{color:#fff;background:rgba(255,255,255,.08)}.header-actions{display:none;align-items:center;gap:.65rem}.header-mobile{display:flex;align-items:center;gap:.5rem}.chip{display:inline-flex;align-items:center;gap:.45rem;height:44px;padding:0 .9rem;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);color:#fff;font-weight:500}.cart-btn{position:relative;width:44px;height:44px;display:grid;place-items:center;border-radius:10px;background:var(--primary);box-shadow:0 0 24px rgba(255,119,1,.28);color:#fff}.cart-btn:hover{background:var(--primary-hover)}.cart-badge{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--primary);border:1px solid #000;font-size:11px;font-weight:700;display:grid;place-items:center}.btn-signin{height:44px;padding:0 1.2rem;border-radius:10px;background:var(--primary);color:#fff;font-weight:600;box-shadow:0 0 24px rgba(255,119,1,.28)}.btn-signin:hover{background:var(--primary-hover)}.menu-btn{width:44px;height:44px;display:grid;place-items:center;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04)}.mobile-nav{display:none;border-top:1px solid rgba(255,255,255,.06);padding:.75rem 1rem 1rem;background:#000}.mobile-nav.is-open{display:grid;grid-gap:.35rem;gap:.35rem}@media (min-width:1024px){.header-actions,.nav{display:flex}.header-mobile{display:none}.mobile-nav{display:none!important}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:.7rem 1.2rem;border-radius:12px;border:1px solid transparent;font-weight:600;letter-spacing:-.01em;transition:.2s ease}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff;box-shadow:var(--glow)}.btn-primary:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px)}.btn-secondary{background:transparent;border-color:rgba(255,255,255,.15);color:#fff}.btn-secondary:hover:not(:disabled){border-color:rgba(255,119,1,.5);background:rgba(255,255,255,.04)}.btn-ghost{background:transparent;color:var(--muted-3)}.btn-block{width:100%}.container{width:min(100% - 2rem,var(--max));margin-inline:auto}.page-pad{padding:2rem 0 4rem}.page-title{margin:0 0 .4rem;font-family:var(--font-display);font-size:clamp(1.8rem,4vw,2.6rem);letter-spacing:-.01em}.page-lead{margin:0 0 1.5rem;max-width:40rem}.muted,.page-lead{color:var(--muted-3)}.muted{margin:0}.badge-soft{display:inline-flex;padding:.3rem .65rem;border-radius:999px;border:1px solid rgba(255,119,1,.35);background:rgba(255,119,1,.12);color:#ffd0a8;font-size:.8rem;font-weight:600;margin-bottom:.85rem}.hero{position:relative;min-height:78vh;display:flex;align-items:center;padding:3rem 0 4rem;overflow:hidden}.hero-glow{inset:0;background:radial-gradient(55% 50% at 70% 40%,rgba(255,119,1,.12) 0,rgba(0,0,0,0) 70%)}.hero-fade,.hero-glow{position:absolute;pointer-events:none}.hero-fade{inset:0 auto 0 0;width:100%;background:linear-gradient(90deg,#000,rgba(0,0,0,.55) 35%,rgba(0,0,0,.15) 70%,transparent);z-index:1}@media (min-width:768px){.hero-fade{left:auto;right:0;width:58%;background:linear-gradient(90deg,#000,rgba(0,0,0,.55) 35%,rgba(0,0,0,.15) 70%,transparent)}}.hero-inner{position:relative;z-index:2;width:min(100% - 2rem,var(--max));margin:0 auto;display:grid;grid-gap:2rem;gap:2rem;align-items:center}@media (min-width:1024px){.hero{min-height:86vh}.hero-inner{grid-template-columns:1fr 1fr;gap:2rem}}.hero-copy{max-width:560px;animation:fadeUp .9s cubic-bezier(.22,1,.36,1) both}.hero-kicker{margin:0 0 .75rem;color:rgba(255,255,255,.55);font-weight:500;font-size:.95rem}.hero-title{margin:0 0 1rem;font-family:var(--font-display);font-weight:800;font-size:clamp(3rem,8vw,5.25rem);line-height:1.02;letter-spacing:-.015em}.hero-sub{margin:0 0 1.5rem;color:rgba(255,255,255,.6);font-size:1.05rem;max-width:28rem;font-weight:500}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.hero-art{display:none;animation:fadeSide 1.1s cubic-bezier(.22,1,.36,1) .15s both}.hero-art img{width:100%;max-width:640px;margin-left:auto;object-fit:contain;filter:drop-shadow(0 0 60px rgba(255,119,1,.12));-webkit-mask-image:linear-gradient(180deg,black 70%,transparent);mask-image:linear-gradient(180deg,black 70%,transparent)}@media (min-width:768px){.hero-art{display:block}}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeSide{0%{opacity:0;transform:translateX(24px)}to{opacity:1;transform:translateX(0)}}.features{padding:3.5rem 0 4rem;border-top:1px solid rgba(255,255,255,.06)}.features-grid{display:grid;grid-gap:2.5rem;gap:2.5rem}@media (min-width:768px){.features-grid{grid-template-columns:repeat(3,1fr);gap:3rem}}.feature{display:flex;gap:1.15rem;align-items:flex-start}.feature-icon{width:44px;height:44px;border-radius:10px;background:rgba(255,119,1,.1);border:1px solid rgba(255,119,1,.2);display:grid;place-items:center;flex-shrink:0;color:var(--primary)}.feature h3{margin:0 0 .45rem;font-family:var(--font-display);font-size:1.1rem;letter-spacing:-.01em;line-height:1.25}.feature p{margin:0;color:rgba(255,255,255,.5);font-size:.95rem;line-height:1.55}.section{padding:4rem 0 1.5rem}.section-head{flex-direction:column;gap:.9rem;text-align:center;margin-bottom:2.25rem}.section-head,.section-head h2{display:flex;align-items:center}.section-head h2{margin:0;font-family:var(--font-display);font-size:clamp(1.6rem,3.5vw,2.75rem);letter-spacing:-.01em;line-height:1.15;gap:.75rem}.section-head p{margin:0;color:var(--muted-3);font-size:1.05rem;line-height:1.5;max-width:36rem}.tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.75rem}.tab{min-height:40px;padding:.5rem 1.1rem;border-radius:10px;background:rgba(255,255,255,.06);color:#fff;font-weight:500;border:1px solid transparent;transition:.2s}.tab:hover{background:rgba(255,255,255,.1)}.tab.is-active{background:var(--primary);box-shadow:var(--glow)}.package-grid{display:grid;grid-template-columns:1fr;grid-gap:1.25rem;gap:1.25rem}@media (min-width:640px){.package-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}}@media (min-width:1100px){.package-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.package-card{display:flex;flex-direction:column;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.16);border-radius:14px;overflow:hidden;transition:border-color .3s,box-shadow .3s,transform .2s;height:100%}.package-card:hover{border-color:rgba(255,119,1,.55);box-shadow:0 0 40px rgba(255,119,1,.15);transform:translateY(-2px)}.package-media{position:relative;height:200px;background:#120d09;overflow:hidden}@media (min-width:640px){.package-media{height:240px}}@media (min-width:768px){.package-media{height:282px}}.package-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.package-card:hover .package-media img{transform:scale(1.04)}.package-new{position:absolute;top:12px;right:12px;background:var(--primary);color:#fff;border-radius:6px;padding:0 10px;height:28px;display:grid;place-items:center;font-size:12px;font-weight:700;box-shadow:0 0 16px rgba(255,119,1,.35)}.package-body{display:flex;flex-direction:column;gap:.9rem;padding:1.1rem 1.25rem 1.35rem;flex:1 1}.package-title{margin:0;font-size:1.15rem;font-weight:700;letter-spacing:-.02em;line-height:1.25}.package-title a:hover{color:var(--primary)}.package-desc{margin:0;color:var(--muted-3);font-size:.95rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.framework-badges{display:flex;flex-wrap:wrap;gap:.45rem}.framework-badge{display:inline-flex;align-items:center;gap:.4rem;height:36px;padding:0 .85rem;border-radius:10px;background:#151515;border:1px solid rgba(255,255,255,.06);color:#fff;font-size:.85rem;font-weight:500}.package-foot{margin-top:auto;display:grid;grid-gap:.75rem;gap:.75rem}.package-price{color:var(--primary);font-weight:700;font-size:1.25rem;letter-spacing:-.02em}.view-more-wrap{display:flex;justify-content:center;margin-top:1.75rem}.stats{padding:5.5rem 0 4.5rem;text-align:center}.stats .section-head{margin-bottom:2.75rem}.stats-grid{display:flex;flex-direction:column;align-items:center;gap:3.25rem;margin-top:0}@media (min-width:768px){.stats-grid{flex-direction:row;justify-content:center;gap:6.5rem;align-items:flex-start}}.stats-grid>*{display:flex;flex-direction:column;align-items:center;min-width:0}.stat-num{font-family:var(--font-body);font-weight:700;font-size:clamp(3.25rem,8vw,5.5rem);letter-spacing:.08em;line-height:1.1;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1,"tnum";background:linear-gradient(180deg,#ffc878,#ff7701 55%,#e86a00);-webkit-background-clip:text;background-clip:text;color:transparent;padding-inline:.06em}.stat-label{margin:1rem auto 0;max-width:240px;font-size:1.05rem;line-height:1.45;letter-spacing:.01em}.live-row,.stat-label{color:var(--muted-3);font-weight:500}.live-row{margin-top:3rem;display:flex;justify-content:center;align-items:center;gap:.75rem}.live-dot{width:10px;height:10px;border-radius:999px;background:var(--primary);box-shadow:0 0 0 4px rgba(255,119,1,.2)}.reviews{padding:4rem 0 3rem;overflow:hidden}.reviews-track-wrap{position:relative;max-width:1568px;margin:0 auto;overflow:hidden}.reviews-fade-l,.reviews-fade-r{position:absolute;top:0;bottom:0;width:120px;z-index:2;pointer-events:none}.reviews-fade-l{left:0;background:linear-gradient(90deg,#000,transparent)}.reviews-fade-r{right:0;background:linear-gradient(270deg,#000,transparent)}.reviews-track{display:flex;gap:1.25rem;width:max-content;animation:marquee 140s linear infinite}.review-card{width:360px;flex-shrink:0;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:1.5rem;display:grid;grid-gap:1rem;gap:1rem}.review-stars{display:flex;gap:.3rem;color:var(--primary)}.review-text{margin:0;color:#fff;font-size:.95rem;line-height:1.5}.review-user{display:flex;align-items:center;gap:.6rem;color:var(--muted-3);font-size:.85rem}.review-avatar{width:32px;height:32px;border-radius:999px;background:rgba(255,255,255,.1);display:grid;place-items:center}.faq{padding:3rem 0 5rem}.faq-list{max-width:960px;margin:0 auto;display:grid;grid-gap:.75rem;gap:.75rem}.faq-item{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.16);border-radius:14px;overflow:hidden;transition:border-color .2s}.faq-item:hover{border-color:rgba(255,255,255,.28)}.faq-trigger{width:100%;justify-content:space-between;padding:1.4rem 1.5rem;text-align:left;font-weight:700;font-size:1.05rem}.faq-trigger,.faq-trigger-left{display:flex;align-items:center;gap:1rem}.faq-dot{width:10px;height:10px;border-radius:999px;background:rgba(255,255,255,.14);flex-shrink:0}.faq-content{display:none;padding:0 1.5rem 1.25rem 2.75rem;color:var(--muted-3)}.faq-item.is-open .faq-content{display:block}.faq-item.is-open .faq-chevron{transform:rotate(180deg)}.faq-chevron{transition:transform .2s;color:var(--muted-3)}.faq-content a{color:var(--primary);text-decoration:underline}.cart-layout{display:grid;grid-gap:1.25rem;gap:1.25rem}@media (min-width:900px){.cart-layout{grid-template-columns:1.3fr .7fr}}.cart-list{display:grid;grid-gap:.85rem;gap:.85rem}.cart-item{display:grid;grid-template-columns:88px 1fr;grid-gap:.9rem;gap:.9rem;padding:.9rem;border-radius:14px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06)}.cart-item img{width:88px;height:88px;object-fit:cover;border-radius:10px;background:#111}.cart-item h3{margin:0 0 .25rem;font-size:1.05rem}.cart-item-actions{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center;margin-top:.6rem}.qty{display:inline-flex;align-items:center;gap:.4rem;color:var(--muted-3);font-size:.9rem}.qty input{width:4rem;min-height:40px;border-radius:10px;background:rgba(0,0,0,.35);padding:.35rem .5rem}.cart-summary,.qty input{border:1px solid rgba(255,255,255,.16)}.cart-summary{background:#0d0d0d;border-radius:14px;padding:1.15rem;display:grid;grid-gap:1rem;gap:1rem;height:-moz-fit-content;height:fit-content}.cart-summary h2{margin:0;font-family:var(--font-display)}.totals{margin:0;display:grid;grid-gap:.55rem;gap:.55rem}.totals>div{display:flex;justify-content:space-between;gap:1rem;color:var(--muted-3)}.totals .total{padding-top:.55rem;border-top:1px solid rgba(255,255,255,.16);color:#fff;font-weight:700}.coupon-form{display:grid;grid-template-columns:1fr auto;grid-gap:.5rem;gap:.5rem}.coupon-form input{min-height:46px;border-radius:10px;border:1px solid rgba(255,255,255,.16);background:rgba(0,0,0,.35);padding:.55rem .75rem}.coupon-list{margin:0;padding:0;list-style:none;color:var(--muted-3);font-size:.9rem}.auth-pill{margin:0;padding:.55rem .75rem;border-radius:10px;background:rgba(255,119,1,.12);border:1px solid rgba(255,119,1,.28)}.package-detail{display:grid;grid-gap:1.5rem;gap:1.5rem}@media (min-width:900px){.package-detail{grid-template-columns:1.1fr .9fr;align-items:start}}.package-detail-body{display:grid;grid-gap:1rem;gap:1rem;align-content:start}.package-detail-body .price{color:var(--primary);font-size:1.6rem;font-weight:700;margin:0}.package-detail-actions{display:grid;grid-gap:.75rem;gap:.75rem}@media (min-width:480px){.package-detail-actions{grid-template-columns:1fr 1fr;align-items:start}}.media-gallery{display:grid;grid-gap:.75rem;gap:.75rem}.media-stage{position:relative;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.16);background:#0a0a0a;aspect-ratio:16/10;min-height:240px}.media-frame,.media-image{width:100%;height:100%;display:block;border:0}.media-image{object-fit:cover}.media-thumbs{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem}.media-thumb{position:relative;width:84px;height:56px;border-radius:10px;overflow:hidden;border:2px solid transparent;padding:0;background:#111}.media-thumb img{width:100%;height:100%;object-fit:cover}.media-thumb.is-active{border-color:var(--primary);box-shadow:0 0 0 1px rgba(255,119,1,.25)}.media-play{position:absolute;inset:0;display:grid;place-items:center;background:rgba(0,0,0,.4);color:#fff;font-size:.85rem}.cart-login-block{display:grid;grid-gap:.65rem;gap:.65rem}.login-wrap{display:grid;grid-gap:.35rem;gap:.35rem}.user-chip{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prose{color:var(--muted-3);line-height:1.65}.prose p{margin:0 0 .85rem}.prose a{color:var(--primary)}.site-footer{border-top:1px solid rgba(255,255,255,.16);padding:3rem 0 2.5rem;margin-top:2rem;background:#000}.footer-grid{display:grid;grid-gap:2.5rem;gap:2.5rem}@media (min-width:900px){.footer-grid{grid-template-columns:1.1fr 2fr;gap:4rem}}.footer-brand-img{width:180px;height:auto;margin-bottom:.75rem}.footer-powered{display:flex;align-items:center;gap:.35rem;color:var(--muted-3);font-size:.85rem;margin-bottom:1rem}.footer-copy{color:var(--muted-3);max-width:22rem;margin:0}.footer-navs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:2rem;gap:2rem}@media (min-width:640px){.footer-navs{grid-template-columns:repeat(3,minmax(0,1fr))}}.footer-nav h3{margin:0 0 1rem;font-size:1rem;font-weight:700}.footer-nav ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:.75rem;gap:.75rem}.footer-nav a{color:var(--muted-3);font-weight:500;transition:color .2s}.footer-nav a:hover{color:var(--primary)}.footer-bottom{margin-top:2.5rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.08);color:var(--muted-3);font-size:.9rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem}.empty-state{text-align:center;padding:3rem 1rem;border:1px dashed rgba(255,255,255,.16);border-radius:14px;background:rgba(255,255,255,.03)}.empty-state h2{margin:0 0 .5rem;font-family:var(--font-display)}.empty-state p{margin:0 0 1.2rem;color:var(--muted-3)}.toast{position:fixed;right:1rem;bottom:1rem;z-index:80;max-width:min(90vw,360px);padding:.85rem 1rem;border-radius:12px;border:1px solid rgba(255,255,255,.16);background:#141414;box-shadow:0 16px 40px rgba(0,0,0,.45);cursor:pointer}.toast-ok{border-color:rgba(255,119,1,.45)}.toast-error{border-color:rgba(193,46,46,.55)}.form-hint{margin:.45rem 0 0;font-size:.9rem;color:var(--muted-3)}.form-hint.error{color:#ff8e8e}@media (prefers-reduced-motion:reduce){.hero-art,.hero-copy,.promo-track,.reviews-track{animation:none!important}}