:root{--bg: #0a0a0a;--bg-card: #141414;--text: #ffffff;--text-muted: #a3a3a3;--green: #22c55e;--green-dark: #16a34a;--border: #262626;--radius: 12px;--max: 1200px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--max);margin:0 auto;padding:0 20px}.site-header{background:#0a0a0af2;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px}.logo-text{font-size:1.4rem;font-weight:800;letter-spacing:-.5px}.logo-text span{color:var(--green)}.header-right{display:flex;align-items:center;gap:24px}.cart-link{font-weight:600;position:relative}.cart-count{position:absolute;top:-8px;right:-14px;background:var(--green);color:#000;font-size:11px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--green);color:#000;font-weight:700;padding:16px 32px;border-radius:50px;border:none;font-size:1rem;cursor:pointer;transition:all .2s}.btn:hover{background:var(--green-dark);transform:translateY(-1px)}.hero{padding:80px 0 60px;background:linear-gradient(180deg,#0a0a0a,#111)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.hero-badge{display:inline-block;background:#22c55e26;color:var(--green);font-size:.8rem;font-weight:700;padding:6px 14px;border-radius:50px;margin-bottom:20px;letter-spacing:.5px}.hero h1{font-size:clamp(2.2rem,5vw,3.4rem);font-weight:800;line-height:1.1;letter-spacing:-1.5px;margin-bottom:16px}.hero h1 span{color:var(--green)}.hero-sub{font-size:1.2rem;color:var(--text-muted);margin-bottom:24px}.hero-price{font-size:1.5rem;font-weight:700;margin-bottom:28px}.hero-price span{font-size:1rem;color:var(--text-muted)}.hero-image img{width:100%;border-radius:16px;box-shadow:0 20px 40px #0006}.section{padding:70px 0}.section-title{font-size:2rem;font-weight:800;text-align:center;margin-bottom:12px}.section-sub{text-align:center;color:var(--text-muted);max-width:600px;margin:0 auto 48px;font-size:1.1rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.feature-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:28px 24px;text-align:center}.feature-icon{width:56px;height:56px;background:#22c55e26;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;font-size:1.5rem}.feature-card h3{font-size:1.1rem;font-weight:700;margin-bottom:8px}.feature-card p{color:var(--text-muted);font-size:.95rem}.benefits-list{max-width:700px;margin:0 auto;display:grid;gap:16px}.benefit-item{display:flex;gap:16px;align-items:flex-start;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:20px}.benefit-item .check{flex-shrink:0;width:24px;height:24px;background:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#000;font-weight:800;font-size:.85rem}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;counter-reset:step}.step{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:28px 24px;position:relative}.step:before{counter-increment:step;content:counter(step);position:absolute;top:-12px;left:20px;background:var(--green);color:#000;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem}.step h3{margin:12px 0 8px;font-size:1.1rem}.step p{color:var(--text-muted);font-size:.95rem}.showcase-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:28px}.showcase-item{background:#141414;border:1px solid #262626;border-radius:12px;overflow:hidden;text-align:center}.showcase-item img{width:100%;aspect-ratio:1/1;object-fit:cover}.showcase-item h3{font-size:1.05rem;font-weight:700;margin:16px 16px 6px}.showcase-item p{color:#a3a3a3;font-size:.9rem;padding:0 16px 20px}.cta-banner{background:linear-gradient(135deg,#111,#0a0a0a);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:60px 0;text-align:center}.cta-banner h2{font-size:2.2rem;font-weight:800;margin-bottom:12px}.cta-banner p{color:var(--text-muted);margin-bottom:28px;font-size:1.15rem}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding:60px 0}.product-media img{border-radius:var(--radius);width:100%}.product-title{font-size:2.2rem;font-weight:800;margin-bottom:8px}.product-price{font-size:1.6rem;font-weight:700;color:var(--green);margin-bottom:24px}.product-form{margin:28px 0}.product-form select,.product-form input{width:100%;padding:14px;margin-bottom:12px;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:1rem}.product-description{color:var(--text-muted);line-height:1.7;margin-top:32px}.site-footer{border-top:1px solid var(--border);padding:48px 0 32px;text-align:center;color:var(--text-muted);font-size:.9rem}.footer-links{display:flex;justify-content:center;gap:28px;margin-bottom:20px}@media(max-width:768px){.hero-grid{grid-template-columns:1fr;text-align:center}.product-layout{grid-template-columns:1fr;gap:32px}.hero{padding:50px 0 40px}.section{padding:50px 0}}.op{padding:32px 0 60px}.op-inner{max-width:520px;text-align:center}.op-badge{display:inline-block;background:var(--green);color:#000;font-size:.75rem;font-weight:800;letter-spacing:.08em;padding:6px 12px;border-radius:50px;margin-bottom:20px}.op-image{background:#141414;border:1px solid var(--border);border-radius:16px;overflow:hidden;margin-bottom:24px}.op-image img{width:100%;display:block}.op-title{font-size:1.8rem;font-weight:800;margin-bottom:8px}.op-sub{color:var(--text-muted);margin-bottom:12px}.op-stars{color:var(--green);font-weight:700;margin-bottom:12px}.op-stars span{color:var(--text-muted);font-weight:500}.op-price{font-size:2rem;font-weight:800;color:var(--green);margin-bottom:16px}.op-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:20px}.op-pills span{border:1px solid var(--border);border-radius:50px;padding:8px 12px;font-size:.85rem;color:var(--text-muted)}.op-qty input{width:90px;text-align:center;padding:12px;margin-bottom:12px;background:#141414;border:1px solid var(--border);border-radius:8px;color:#fff;font-size:1rem}.op-btn{width:100%;padding:18px 24px;font-size:1.05rem}.op-guarantee{margin-top:14px;color:var(--text-muted);font-size:.9rem}.op-trust{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px;color:var(--text-muted);font-size:.85rem;font-weight:600}@media(max-width:768px){.product-layout{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/swing-link.css.map */
