:root{--color-bg: #0a0a0f;--color-surface: #12121a;--color-surface-2: #1a1a26;--color-surface-3: #222233;--color-border: #2a2a3d;--color-border-light: #3a3a50;--color-text: #e8e8f0;--color-text-muted: #9999aa;--color-text-dim: #66667a;--color-accent: #d4a843;--color-accent-hover: #e6bd5a;--color-accent-dim: rgba(212, 168, 67, .15);--color-cta: #22c55e;--color-cta-hover: #16a34a;--color-star: #f59e0b;--color-helpline: #3b82f6;--color-danger: #ef4444;--font-display: "Outfit", sans-serif;--font-body: "Outfit", sans-serif;--section-padding: clamp(3rem, 6vw, 6rem);--container-max: 1200px;--radius: 12px;--radius-lg: 20px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}ul{list-style:none}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#0a0a0fd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border);transition:background .3s}.header-inner{max-width:var(--container-max);margin:0 auto;padding:.875rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.header-logo{display:flex;align-items:center;gap:.5rem;font-weight:800;font-size:1.25rem;white-space:nowrap}.logo-icon{font-size:1.5rem}.logo-text{color:var(--color-accent)}.header-logo img{height:36px;width:auto}.header-nav{flex:1;display:flex;justify-content:center}.nav-list{display:flex;gap:2rem}.nav-link{font-size:.9rem;font-weight:500;color:var(--color-text-muted);transition:color .2s;white-space:nowrap}.nav-link:hover{color:var(--color-accent)}.header-actions{display:flex;align-items:center;gap:1rem}.header-cta{background:var(--color-accent);color:var(--color-bg);font-weight:700;font-size:.85rem;padding:.6rem 1.25rem;border-radius:8px;transition:background .2s,transform .15s;white-space:nowrap}.header-cta:hover{background:var(--color-accent-hover);transform:translateY(-1px)}.mobile-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.mobile-toggle span{width:24px;height:2px;background:var(--color-text);border-radius:2px;transition:.3s}@media(max-width:768px){.header-nav,.header-cta{display:none}.mobile-toggle{display:flex}}.hero-section{position:relative;min-height:70;display:flex;align-items:center;justify-content:center;padding:80px 1.5rem 1.5rem;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 30% 20%,rgba(212,168,67,.12) 0%,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(34,197,94,.06) 0%,transparent 50%),linear-gradient(180deg,var(--color-bg) 0%,var(--color-surface) 100%)}.hero-bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.25}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0a0a0f66,#0a0a0ff2)}.hero-content{position:relative;text-align:center;max-width:800px;animation:fadeUp .8s ease-out}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-badge{display:inline-block;background:var(--color-accent-dim);color:var(--color-accent);font-size:.85rem;font-weight:600;padding:.5rem 1.25rem;border-radius:50px;border:1px solid rgba(212,168,67,.25);margin-bottom:1.5rem}.hero-heading{font-family:var(--font-display);font-size:clamp(2.25rem,5.5vw,4rem);font-weight:900;line-height:1.1;margin-bottom:1rem;background:linear-gradient(135deg,var(--color-text) 0%,var(--color-accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subheading{font-size:clamp(1rem,2vw,1.25rem);color:var(--color-text-muted);max-width:600px;margin:0 auto 2.5rem;line-height:1.6}.hero-stats{display:flex;justify-content:center;gap:3rem;margin-bottom:2.5rem;flex-wrap:wrap}.hero-stat{display:flex;flex-direction:column;align-items:center}.stat-number{font-size:1.75rem;font-weight:800;color:var(--color-accent)}.stat-label{font-size:.8rem;color:var(--color-text-dim);text-transform:uppercase;letter-spacing:.05em}.hero-cta{display:inline-flex;align-items:center;gap:.5rem;background:var(--color-cta);color:#fff;font-weight:700;font-size:1rem;padding:.875rem 2rem;border-radius:12px;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 20px #22c55e4d}.hero-cta:hover{background:var(--color-cta-hover);transform:translateY(-2px);box-shadow:0 6px 30px #22c55e66}.hero-cta svg{animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}.section-header{text-align:center;margin-bottom:3rem}.section-tag{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--color-accent);background:var(--color-accent-dim);padding:.35rem 1rem;border-radius:50px;margin-bottom:1rem}.section-title{font-family:var(--font-display);font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:800;margin-bottom:.75rem}.section-subtitle{color:var(--color-text-muted);max-width:650px;margin:0 auto;font-size:1rem}
/*# sourceMappingURL=/cdn/shop/t/6/assets/theme.css.map */
