*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:'Inter',system-ui,-apple-system,sans-serif;color:#e4e4e7;background:#09090b;line-height:1.6}a{color:#60a5fa;text-decoration:underline;text-underline-offset:2px;transition:color .2s}a:hover{color:#93c5fd}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.site-header{background:#09090b;border-bottom:1px solid #27272a;position:sticky;top:0;z-index:100;backdrop-filter:blur(12px)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;max-width:1200px;margin:0 auto}.logo{font-size:1.25rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:8px}.logo span{color:#3b82f6}.main-nav ul{display:flex;gap:28px;align-items:center}.main-nav a{color:#d4d4d8;font-size:.9rem;font-weight:500;transition:color .2s;text-decoration:none}.main-nav a:hover,.main-nav a.active{color:#fff}.nav-cta{background:#3b82f6;color:#fff !important;padding:8px 20px;border-radius:8px;font-weight:600;text-decoration:none}.nav-cta:hover{background:#2563eb}.menu-toggle{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}@media(max-width:768px){.menu-toggle{display:block}.main-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#09090b;border-bottom:1px solid #27272a;padding:20px}.main-nav.open{display:block}.main-nav ul{flex-direction:column;gap:16px}}.hero{padding:80px 20px;text-align:center;background:linear-gradient(180deg,#09090b 0%,#0c1222 100%);min-height:360px}.hero h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;color:#fff;margin-bottom:16px;line-height:1.15}.hero h1 span{color:#3b82f6}.hero p{font-size:1.15rem;color:#d4d4d8;max-width:620px;margin:0 auto 32px}.hero-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:10px;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .2s}.btn-primary{background:#3b82f6;color:#fff;text-decoration:none}.btn-primary:hover{background:#2563eb;color:#fff;text-decoration:none}.btn-secondary{background:#18181b;color:#e4e4e7;border:1px solid #27272a;text-decoration:none}.btn-secondary:hover{background:#27272a;color:#fff;text-decoration:none}.trust-bar{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;padding:40px 20px;border-bottom:1px solid #27272a}.trust-item{text-align:center}.trust-item .number{font-size:1.6rem;font-weight:800;color:#3b82f6}.trust-item .label{font-size:.85rem;color:#a1a1aa;margin-top:4px}.section{padding:64px 20px}.section-title{font-size:1.8rem;font-weight:700;color:#fff;text-align:center;margin-bottom:12px}.section-subtitle{text-align:center;color:#d4d4d8;margin-bottom:40px;max-width:560px;margin-left:auto;margin-right:auto}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;max-width:1200px;margin:0 auto}.category-card{background:#18181b;border:1px solid #27272a;border-radius:12px;padding:28px 24px;transition:all .25s;display:flex;flex-direction:column;gap:12px}.category-card:hover{border-color:#3b82f6;transform:translateY(-4px);box-shadow:0 8px 30px rgba(59,130,246,.12)}.category-card h3{font-size:1.15rem;color:#fff;font-weight:600}.category-card p{font-size:.9rem;color:#d4d4d8;flex:1}.category-card .card-link{color:#3b82f6;font-weight:600;font-size:.9rem;display:inline-flex;align-items:center;gap:4px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;max-width:1200px;margin:0 auto}.product-card{background:#18181b;border:1px solid #27272a;border-radius:12px;padding:24px;transition:all .25s;display:flex;flex-direction:column}.product-card:hover{border-color:#3b82f6;transform:translateY(-2px)}.product-card .badge{display:inline-block;background:#3b82f620;color:#60a5fa;font-size:.75rem;font-weight:600;padding:4px 10px;border-radius:6px;margin-bottom:12px;width:fit-content}.product-card h3{color:#fff;font-size:1.05rem;font-weight:600;margin-bottom:8px}.product-card .product-desc{color:#d4d4d8;font-size:.88rem;margin-bottom:16px;flex:1}.product-card .product-features{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.product-card .feature{font-size:.82rem;color:#d4d4d8;display:flex;align-items:center;gap:6px}.product-card .feature::before{content:"";display:inline-block;width:16px;height:16px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2322c55e'%3E%3Cpath d='M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z'/%3E%3C/svg%3E") no-repeat center;flex-shrink:0}.product-card .price-row{display:flex;align-items:baseline;justify-content:space-between;margin-top:auto;padding-top:16px;border-top:1px solid #27272a}.product-card .price{font-size:1.3rem;font-weight:700;color:#fff}.product-card .price small{font-size:.8rem;color:#a1a1aa;font-weight:400}.product-card .btn-buy{padding:8px 20px;font-size:.88rem;border-radius:8px}.breadcrumb{padding:16px 20px;max-width:1200px;margin:0 auto}.breadcrumb ol{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.breadcrumb li{font-size:.85rem;color:#a1a1aa}.breadcrumb li+li::before{content:"›";margin-right:8px;color:#71717a}.breadcrumb a{color:#d4d4d8;text-decoration:none}.breadcrumb a:hover{color:#fff}.product-page{max-width:800px;margin:0 auto;padding:40px 20px}.product-page h1{font-size:clamp(1.6rem,4vw,2.2rem);font-weight:800;color:#fff;margin-bottom:16px}.product-page .product-meta{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:24px}.product-meta .meta-item{display:flex;align-items:center;gap:6px;color:#a1a1aa;font-size:.9rem}.product-page .product-description{color:#d4d4d8;line-height:1.8;margin-bottom:32px}.product-page .product-description p{margin-bottom:16px}.product-page .product-description h2{color:#fff;font-size:1.3rem;font-weight:700;margin:28px 0 12px}.product-page .product-description h3{color:#fff;font-size:1.1rem;font-weight:600;margin:20px 0 8px}.product-page .product-description ul{margin:12px 0;padding-left:0}.product-page .product-description li{padding:6px 0 6px 24px;position:relative}.product-page .product-description li::before{content:"";position:absolute;left:0;top:12px;width:16px;height:16px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2322c55e'%3E%3Cpath d='M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z'/%3E%3C/svg%3E") no-repeat center}.price-box{background:#18181b;border:1px solid #27272a;border-radius:12px;padding:24px;margin-bottom:32px}.price-box .price-main{font-size:2rem;font-weight:800;color:#fff}.price-box .price-main small{font-size:1rem;color:#a1a1aa;font-weight:400}.price-box .btn{width:100%;justify-content:center;margin-top:16px;padding:14px}.price-box .guarantees{display:flex;flex-direction:column;gap:8px;margin-top:16px}.price-box .guarantee{font-size:.85rem;color:#d4d4d8;display:flex;align-items:center;gap:8px}.faq{margin-top:40px}.faq h2{font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:20px}.faq-item{border:1px solid #27272a;border-radius:10px;margin-bottom:12px;overflow:hidden}.faq-item summary{padding:16px 20px;cursor:pointer;font-weight:600;color:#e4e4e7;font-size:.95rem;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq-item summary::after{content:"+";font-size:1.2rem;color:#3b82f6;transition:transform .2s}.faq-item[open] summary::after{transform:rotate(45deg)}.faq-item .faq-answer{padding:0 20px 16px;color:#d4d4d8;font-size:.9rem;line-height:1.7}.related-products{margin-top:48px;padding-top:32px;border-top:1px solid #27272a}.related-products h2{font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:20px}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;max-width:1200px;margin:0 auto}.blog-card{background:#18181b;border:1px solid #27272a;border-radius:12px;overflow:hidden;transition:all .25s}.blog-card:hover{border-color:#3b82f6;transform:translateY(-2px)}.blog-card .blog-content{padding:20px}.blog-card .blog-tag{font-size:.75rem;color:#3b82f6;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.blog-card h3{color:#fff;font-size:1.05rem;font-weight:600;margin:8px 0}.blog-card p{color:#d4d4d8;font-size:.88rem}.blog-article{max-width:720px;margin:0 auto;padding:40px 20px}.blog-article h1{font-size:clamp(1.6rem,4vw,2rem);font-weight:800;color:#fff;margin-bottom:12px;line-height:1.3}.blog-article .article-meta{color:#a1a1aa;font-size:.85rem;margin-bottom:32px}.blog-article .article-body{color:#d4d4d8;line-height:1.85}.blog-article .article-body h2{color:#fff;font-size:1.35rem;font-weight:700;margin:36px 0 12px}.blog-article .article-body h3{color:#fff;font-size:1.1rem;font-weight:600;margin:24px 0 8px}.blog-article .article-body p{margin-bottom:16px}.blog-article .article-body ul,.blog-article .article-body ol{margin:12px 0 16px 20px}.blog-article .article-body li{margin-bottom:8px}.blog-article .article-body a{color:#3b82f6;text-decoration:underline}.blog-article .article-body blockquote{border-left:3px solid #3b82f6;padding:12px 20px;margin:20px 0;background:#18181b;border-radius:0 8px 8px 0}.blog-article .product-cta{background:#18181b;border:1px solid #3b82f6;border-radius:12px;padding:24px;margin:32px 0;text-align:center}.blog-article .product-cta h3{color:#fff;margin-bottom:8px}.blog-article .product-cta p{color:#d4d4d8;font-size:.9rem;margin-bottom:16px}.site-footer{background:#09090b;border-top:1px solid #27272a;padding:48px 20px 24px}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;max-width:1200px;margin:0 auto}.footer-col h4{color:#fff;font-weight:600;margin-bottom:16px;font-size:.95rem}.footer-col a{display:block;color:#a1a1aa;font-size:.88rem;margin-bottom:8px;transition:color .2s;text-decoration:none}.footer-col a:hover{color:#fff}.footer-bottom{text-align:center;color:#71717a;font-size:.8rem;padding-top:32px;margin-top:32px;border-top:1px solid #27272a;max-width:1200px;margin-left:auto;margin-right:auto}.text-center{text-align:center}.mt-4{margin-top:16px}.mt-8{margin-top:32px}.mb-4{margin-bottom:16px}.mb-8{margin-bottom:32px}.tag-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.tag{background:#27272a;color:#d4d4d8;font-size:.75rem;padding:4px 10px;border-radius:6px}.category-card .card-link{text-decoration:none}.product-card .btn-buy{text-decoration:none}.blog-card{text-decoration:none}.blog-card .blog-tag{color:#60a5fa}