:root{
--ink:#101114;--muted:#686d78;--line:#e7e8ec;--soft:#f5f6f8;--brand:#5b4bff;--brand2:#7b61ff;
--dark:#0c0d10;--white:#fff;--radius:22px;--shadow:0 20px 60px rgba(16,17,20,.08)
}
*{box-sizing:border-box} body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}
h1,h2,h3,h4{font-family:Manrope,Inter,sans-serif;letter-spacing:-.035em} a{text-decoration:none;color:inherit}
.topbar{background:#0d0e12;color:#d9dae0;text-align:center;padding:9px;font-size:12px;letter-spacing:.04em}
.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:1000}.header-main{min-height:76px;display:flex;align-items:center;gap:26px}
.brand{display:flex;align-items:center;gap:10px;font:800 20px Manrope;white-space:nowrap}.brand>span:last-child>span{color:var(--brand)}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--ink);color:white;font-size:17px}
.search-box{display:flex;flex:1;max-width:650px;background:var(--soft);border:1px solid var(--line);border-radius:13px;overflow:hidden}.search-box input{border:0;background:transparent;padding:12px 15px;outline:0;flex:1}.search-box button{border:0;background:var(--ink);color:#fff;padding:0 20px}.header-actions{display:flex;gap:17px;align-items:center;font-size:13px;font-weight:700}.cart-link{background:var(--soft);padding:8px 12px;border-radius:10px}.cart-link span{background:var(--brand);color:white;border-radius:20px;padding:2px 7px}
.nav-wrap{border-top:1px solid #f0f0f2}.nav-inner{display:flex;gap:28px;align-items:center;min-height:46px;font-size:13px;font-weight:600;color:#3e4149}
.hero{background:radial-gradient(circle at 75% 30%,#292c3a 0,#0c0d10 45%,#08090b 100%);color:#fff;padding:80px 0 70px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.eyebrow{font-size:11px;letter-spacing:.16em;font-weight:800;color:var(--brand);display:inline-block;margin-bottom:14px}.hero .eyebrow{color:#aaa5ff}.hero h1{font-size:clamp(45px,6vw,78px);line-height:1.02;margin:0 0 22px}.hero h1 span{color:#8f83ff}.hero-copy>p{font-size:18px;color:#c6c7ce;max-width:650px}.hero-buttons{display:flex;gap:12px;margin:30px 0}.hero-trust{display:flex;gap:20px;flex-wrap:wrap;color:#aaa;font-size:12px}
.hero-card{background:linear-gradient(145deg,#20222a,#111217);border:1px solid #353743;border-radius:30px;padding:25px;box-shadow:0 30px 80px #0008;transform:rotate(1deg)}.floating-tag{display:inline-block;background:#fff;color:#111;padding:7px 12px;border-radius:30px;font-size:10px;font-weight:800}.hero-product{height:320px;margin:15px 0;background:linear-gradient(145deg,#2c2e3a,#181a21);border-radius:22px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-orb{width:180px;height:180px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#aaa0ff,#5449d6 40%,#161722 70%);box-shadow:0 0 90px #6258ff77}.hero-product span{font-size:10px;letter-spacing:.2em;margin-top:20px;color:#aaa}.hero-product strong{text-align:center;font-size:26px;line-height:1}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.hero-stats div{border:1px solid #343640;border-radius:14px;padding:13px}.hero-stats strong{display:block;font-size:18px}.hero-stats small{color:#8e9098}
.btn-primary{background:var(--brand);border-color:var(--brand)}.btn-primary:hover{background:#4939ee;border-color:#4939ee}.btn-outline-dark{border-width:1px}
.section{padding:90px 0}.soft{background:var(--soft)}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px}.section-heading h2{font-size:40px;margin:0}.section-heading>a{font-weight:700;font-size:13px}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}.feature{padding:28px 22px;border-right:1px solid var(--line)}.feature:first-child{padding-left:0}.feature span,.custom-card>span,.account-card>span{color:var(--brand);font-weight:800;font-size:12px}.feature h3{margin:18px 0 8px;font-size:20px}.feature p{color:var(--muted);font-size:14px}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.category-card{min-height:190px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;transition:.25s;box-shadow:0 5px 25px #00000005}.category-card:hover,.product-card:hover,.account-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.category-card span{font-size:11px;color:#999}.category-card h3{font-size:23px;margin:30px 0 4px}.category-card p{color:#888;font-size:12px}.category-card b{font-size:12px;color:var(--brand)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;transition:.25s}.product-image{height:230px;background:linear-gradient(135deg,#f0f1f4,#dfe1e7);display:grid;place-items:center;font:800 70px Manrope;color:#a0a3ac;position:relative}.product-image span{position:absolute;top:14px;right:14px;background:#111;color:#fff;border-radius:20px;padding:6px 9px;font:800 9px Inter}.product-info{padding:20px}.product-info small{color:#858994;font-size:11px}.product-info h3{font-size:19px;margin:6px 0}.product-info p{font-size:13px;color:#777}.product-info>a{display:block;margin-top:17px;color:var(--brand);font-weight:700;font-size:12px}.price-row{display:flex;justify-content:space-between;align-items:center}.price-row strong{font-size:18px}.price-row span{font-size:11px;color:#777}
.process-section{background:#0c0d10;color:#fff;padding:90px 0}.process-section .eyebrow{color:#9994ff}.process-section h2{font-size:40px}.process-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid #292b32}.process-grid>div{padding:25px 18px;border-right:1px solid #292b32}.process-grid b{color:#9b92ff}.process-grid h3{margin-top:35px}.process-grid p{color:#989aa4;font-size:13px}
.page-hero{background:#f5f6f8;padding:70px 0}.page-hero h1{font-size:55px;margin:0 0 12px}.page-hero p{max-width:760px;color:var(--muted);font-size:17px}.filter-bar{display:flex;justify-content:space-between;margin-bottom:25px;padding:15px 0;border-bottom:1px solid var(--line);font-size:13px}.filter-bar a{color:var(--brand);font-weight:700}
.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.detail-image{min-height:580px;border-radius:28px;background:linear-gradient(135deg,#eceef2,#d5d7de);display:grid;place-items:center;font:800 120px Manrope;color:#999}.detail-content h1{font-size:50px;line-height:1.05}.detail-content .lead{color:var(--muted)}.detail-price{font-size:30px;font-weight:800;margin:25px 0}.detail-price small{font-size:11px;color:#777;font-weight:500}.spec-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:15px;overflow:hidden}.spec-grid div{padding:14px;border-right:1px solid var(--line)}.spec-grid div:last-child{border:0}.spec-grid small,.spec-grid strong{display:block}.spec-grid small{font-size:10px;color:#888}.spec-grid strong{font-size:13px}.buy-form{display:grid;gap:10px;margin:25px 0}.buy-form label,.form-card label{font-size:12px;font-weight:800}.buy-form input,.form-card input,.form-card textarea{width:100%;border:1px solid #dfe1e6;border-radius:11px;padding:12px;outline:0}.check-list{font-size:12px;color:#626670}
.custom-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.custom-card,.account-card,.content-card,.form-card{border:1px solid var(--line);border-radius:20px;padding:30px;background:#fff}.custom-card h2{margin-top:25px}.custom-card p,.content-card p{color:var(--muted)}.center-cta{text-align:center;margin-top:35px}.narrow{max-width:850px}.form-card{max-width:850px;margin:auto;box-shadow:var(--shadow)}.form-card h1{font-size:35px;margin-bottom:25px}.form-card label{display:block;margin-top:16px;margin-bottom:6px}.form-card button{margin-top:22px}.success-box{padding:20px;border-radius:15px;background:#edf9f0;border:1px solid #ccebd3;margin-bottom:20px}
.account-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.account-card{transition:.25s}.account-card h3{margin-top:25px}.account-card p{font-size:13px;color:var(--muted)}
.table-card{border:1px solid var(--line);border-radius:18px;padding:20px}.status{background:#eef0ff;color:#5144e8;border-radius:20px;padding:5px 10px;font-size:11px}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.admin-stats>div{background:#111318;color:#fff;border-radius:18px;padding:25px}.admin-stats small,.admin-stats strong{display:block}.admin-stats small{color:#999}.admin-stats strong{font-size:36px;margin-top:10px}
.cta-section{background:var(--brand);color:#fff;padding:55px 0}.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}.cta-section .eyebrow{color:#d9d5ff}.cta-section h2{font-size:38px;margin:0}.cta-section p{margin:5px 0 0;color:#ddd9ff}
.footer{background:#0b0c0f;color:#aaa;padding:65px 0 25px}.footer-grid{display:grid;grid-template-columns:1.7fr repeat(4,1fr);gap:35px}.footer h6{color:#fff;margin-bottom:18px}.footer a{display:block;margin:9px 0;font-size:12px}.footer-brand{color:#fff;margin-bottom:20px}.footer p{font-size:13px;max-width:300px}.social-row{display:flex;gap:15px}.social-row a{color:#fff}.footer-bottom{border-top:1px solid #26272d;margin-top:40px;padding-top:20px;font-size:11px}.whatsapp{position:fixed;right:22px;bottom:22px;background:#20c463;color:#fff;padding:13px 18px;border-radius:50px;font-size:12px;font-weight:800;box-shadow:0 12px 35px #0003;z-index:1001}
@media(max-width:992px){.header-main{flex-wrap:wrap;padding:12px 0}.search-box{order:3;max-width:none;flex-basis:100%}.header-actions{margin-left:auto}.nav-inner{overflow:auto;white-space:nowrap}.hero-grid,.product-detail{grid-template-columns:1fr}.feature-grid,.process-grid{grid-template-columns:repeat(2,1fr)}.product-grid,.category-grid{grid-template-columns:repeat(2,1fr)}.account-grid,.admin-stats{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.detail-image{min-height:400px}}
@media(max-width:600px){.header-actions>a:not(.cart-link){display:none}.hero{padding:55px 0}.hero h1,.page-hero h1{font-size:42px}.section{padding:60px 0}.section-heading{display:block}.section-heading h2{font-size:32px}.feature-grid,.process-grid,.product-grid,.category-grid,.custom-grid,.account-grid,.admin-stats,.footer-grid{grid-template-columns:1fr}.feature{border-right:0;border-bottom:1px solid var(--line)}.cta-inner{display:block}.cta-inner .btn{margin-top:20px}.spec-grid{grid-template-columns:repeat(2,1fr)}.spec-grid div:nth-child(2){border-right:0}.detail-content h1{font-size:40px}}

.price-breaks{border:1px solid var(--line);border-radius:14px;overflow:hidden}.price-breaks div{display:flex;justify-content:space-between;padding:12px 15px;border-bottom:1px solid var(--line);font-size:13px}.price-breaks div:last-child{border:0}.price-breaks strong{color:var(--brand)}.checkout-summary{display:flex;justify-content:flex-end;align-items:center;gap:30px;margin-top:25px;font-size:15px}.checkout-summary>span strong{display:block;font-size:28px}.checkout-grid{display:grid;grid-template-columns:1.5fr .7fr;gap:25px}.checkout-side{border:1px solid var(--line);border-radius:20px;padding:28px;height:max-content;position:sticky;top:130px}.checkout-side p{display:flex;justify-content:space-between}.qty-input{width:100px;border:1px solid var(--line);padding:8px;border-radius:8px}.text-center{text-align:center}
@media(max-width:800px){.checkout-grid{grid-template-columns:1fr}.checkout-side{position:static}.checkout-summary{display:block}.checkout-summary .btn{margin-top:15px;width:100%}}
