:root{--bg:#09090b;--bg-soft:#111114;--card:#151519;--card-2:#1b1b20;--text:#f7f7f8;--muted:#aaaab2;--gold:#d9ad58;--gold-2:#f3cf7b;--line:rgba(255,255,255,.1);--green:#24b47e;--danger:#e35b67;--shadow:0 22px 60px rgba(0,0,0,.28);--radius:22px;--container:1220px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:"Segoe UI",Tahoma,Arial,sans-serif;line-height:1.75;overflow-x:hidden}body::selection{background:var(--gold);color:#111}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(calc(100% - 32px),var(--container));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.scroll-progress{position:fixed;inset:0 0 auto;z-index:1000;height:3px;background:transparent}.scroll-progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--gold),var(--gold-2))}
.top-notice{background:#050506;border-bottom:1px solid var(--line);font-size:13px;color:#d7d7dc}.top-notice-inner{min-height:36px;display:flex;justify-content:center;align-items:center;gap:18px}.top-notice span{display:flex;align-items:center;gap:7px}.top-notice i{color:var(--gold)}.notice-divider{width:1px;height:16px;background:var(--line)}
.site-header{position:sticky;top:0;z-index:900;background:rgba(9,9,11,.9);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.header-inner{min-height:78px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:12px;min-width:max-content}.brand-logo{width:56px;height:56px;border-radius:50%;object-fit:cover;border:1px solid rgba(217,173,88,.45);box-shadow:0 0 24px rgba(217,173,88,.15)}.brand-copy{display:flex;flex-direction:column;line-height:1.25}.brand-copy strong{font-size:20px;letter-spacing:.3px}.brand-copy small{font-size:11px;color:var(--gold)}.main-nav{display:flex;align-items:center;gap:8px;margin-inline:auto}.main-nav a{padding:10px 13px;border-radius:12px;color:#d5d5da;font-weight:700;font-size:14px;transition:.2s}.main-nav a:hover,.main-nav a.is-active{color:#111;background:linear-gradient(135deg,var(--gold-2),var(--gold))}.header-tools{display:flex;align-items:center;gap:10px}.currency-form select{height:42px;border:1px solid var(--line);background:#151518;color:#fff;border-radius:12px;padding:0 12px;outline:none}.header-cta{height:42px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 16px;border-radius:12px;background:#1f9d67;color:#fff;font-weight:800;font-size:14px}.nav-toggle{display:none;width:44px;height:42px;background:#161619;border:1px solid var(--line);border-radius:12px;padding:9px}.nav-toggle span{height:2px;background:#fff;display:block;margin:5px 0;border-radius:3px}
.hero-store{position:relative;overflow:hidden;padding:76px 0 64px;border-bottom:1px solid var(--line)}.hero-glow{position:absolute;border-radius:50%;filter:blur(80px);opacity:.25;pointer-events:none}.hero-glow-one{width:420px;height:420px;background:#b6822f;right:-150px;top:-180px}.hero-glow-two{width:360px;height:360px;background:#3944b7;left:-180px;bottom:-180px}.hero-store-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}.hero-copy h1{font-size:clamp(42px,5.7vw,76px);line-height:1.15;margin:16px 0 20px;letter-spacing:-1.2px}.hero-copy h1 span{color:var(--gold-2)}.hero-copy>p{font-size:18px;color:#c6c6cc;max-width:680px;margin:0 0 28px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--gold);font-size:13px;font-weight:900;letter-spacing:.4px}.eyebrow.gold{padding:8px 13px;border-radius:99px;background:rgba(217,173,88,.1);border:1px solid rgba(217,173,88,.25)}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 20px;border-radius:14px;font-weight:900;border:1px solid transparent;cursor:pointer}.btn-gold,.btn-red{background:linear-gradient(135deg,var(--gold-2),var(--gold));color:#111}.btn-outline,.btn-light{border-color:var(--line);background:#151518;color:#fff}.btn-dark{background:#0b0b0d;color:#fff;border-color:#29292f}.hero-trust-row{display:flex;flex-wrap:wrap;gap:18px;margin-top:25px;color:#bdbdc4;font-size:13px}.hero-trust-row span{display:flex;align-items:center;gap:7px}.hero-trust-row i{color:var(--gold)}
.product-slider{min-width:0}.slider-track{position:relative;min-height:510px}.slider-card{position:absolute;inset:0;opacity:0;transform:translateX(-28px) scale(.985);pointer-events:none;transition:opacity .45s,transform .45s;border-radius:28px;overflow:hidden;border:1px solid rgba(217,173,88,.28);box-shadow:var(--shadow);background:#101012}.slider-card.is-active{opacity:1;transform:none;pointer-events:auto}.slider-card img{width:100%;height:510px;object-fit:cover}.slider-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 20%,rgba(6,6,8,.1) 42%,rgba(6,6,8,.96) 100%)}.slider-card-overlay{position:absolute;z-index:2;inset:auto 28px 26px}.slider-category{color:#d0d0d5;font-size:13px}.slider-card h2{margin:5px 0 13px;font-size:28px;line-height:1.3}.slider-bottom{display:flex;align-items:center;justify-content:space-between;gap:15px}.slider-bottom strong{font-size:25px;color:var(--gold-2)}.slider-bottom a{font-weight:800;color:#fff}.product-badge{position:absolute;z-index:3;top:18px;right:18px;padding:7px 11px;background:linear-gradient(135deg,var(--gold-2),var(--gold));color:#111;border-radius:99px;font-size:12px;font-weight:900}.slider-controls{display:flex;justify-content:center;align-items:center;gap:13px;margin-top:18px}.slider-controls>button{width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:#17171a;color:#fff;cursor:pointer}.slider-dots{display:flex;gap:7px}.slider-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#49494f;cursor:pointer}.slider-dots button.is-active{width:25px;border-radius:10px;background:var(--gold)}
.trust-strip{background:#0f0f12;border-bottom:1px solid var(--line)}.trust-strip-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-strip-grid>div{padding:24px 20px;display:grid;grid-template-columns:44px 1fr;column-gap:12px;align-items:center;border-left:1px solid var(--line)}.trust-strip-grid>div:last-child{border-left:0}.trust-strip i{grid-row:1/3;width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:rgba(217,173,88,.11);color:var(--gold);font-size:20px}.trust-strip strong{font-size:14px}.trust-strip span{font-size:12px;color:var(--muted)}
.section{padding:78px 0;background:var(--bg)}.section-dark-soft{background:var(--bg-soft);border-block:1px solid var(--line)}.section-title{text-align:center;max-width:720px;margin:0 auto 38px}.section-title.text-start{text-align:right;margin:0}.section-title h2{font-size:clamp(30px,4vw,46px);line-height:1.25;margin:9px 0 12px}.section-title p{margin:0;color:var(--muted);font-size:16px}.section-heading-row{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:36px}.text-link{color:var(--gold-2);font-weight:900;white-space:nowrap}
.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.category-card{position:relative;display:grid;grid-template-columns:58px 1fr 34px;align-items:center;gap:17px;padding:24px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,#17171b,#111114);transition:.25s}.category-card:hover{transform:translateY(-4px);border-color:rgba(217,173,88,.45);box-shadow:0 18px 45px rgba(0,0,0,.2)}.category-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:17px;background:rgba(217,173,88,.12);color:var(--gold);font-size:25px}.category-card h3{margin:0 0 4px;font-size:19px}.category-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.category-count{display:inline-block;margin-top:8px;color:var(--gold);font-size:12px;font-weight:800}.category-arrow{color:#777780}
.product-grid,.cards-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card,.content-card{min-width:0;background:var(--card);border:1px solid var(--line);border-radius:20px;overflow:hidden;transition:.25s}.product-card:hover,.content-card:hover{transform:translateY(-5px);border-color:rgba(217,173,88,.4);box-shadow:0 20px 50px rgba(0,0,0,.24)}.product-card-image,.content-card-image{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;background:#0d0d0f}.product-card-image img,.content-card-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.product-card:hover img,.content-card:hover img{transform:scale(1.035)}.product-card-body,.content-card-body{padding:18px}.product-card-top,.content-card-meta{display:flex;justify-content:space-between;gap:10px;color:var(--muted);font-size:11px}.product-card-top span,.content-card-meta span{display:flex;align-items:center;gap:5px}.product-card h3,.content-card h3{font-size:18px;line-height:1.5;margin:10px 0}.product-card ul,.card-feature-list{list-style:none;padding:0;margin:0 0 14px}.product-card li,.card-feature-list li{display:flex;gap:7px;color:#c5c5cb;font-size:12px;margin:6px 0}.product-card li i,.card-feature-list i{color:var(--green)}.product-card-footer,.content-card-footer{display:flex;align-items:end;justify-content:space-between;gap:12px;padding-top:14px;border-top:1px solid var(--line)}.price-stack,.card-price{display:flex;flex-direction:column}.price-stack del{font-size:11px;color:#85858d}.price-stack strong,.card-price strong,.price{font-size:20px;color:var(--gold-2)}.card-action,.card-details-btn,.read-more,.card-read-btn{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 13px;border-radius:11px;background:#25252a;font-weight:800;font-size:12px}.whatsapp-mini{display:inline-flex;align-items:center;gap:5px;color:#3bd18d;font-size:12px;font-weight:800}.card-actions{display:flex;gap:7px}.card-kind{position:absolute;bottom:12px;right:12px;background:rgba(8,8,10,.82);backdrop-filter:blur(8px);padding:6px 9px;border-radius:9px;font-size:11px}.card-badge{position:absolute;top:12px;right:12px;background:var(--gold);color:#111;padding:5px 9px;border-radius:99px;font-weight:900;font-size:11px}.card-excerpt{color:var(--muted);font-size:13px}.article-source{font-size:11px;color:var(--muted)}
.region-pricing-section{background:radial-gradient(circle at 15% 10%,rgba(217,173,88,.13),transparent 35%),#0b0b0d}.region-pricing-box{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center;padding:44px;border:1px solid rgba(217,173,88,.28);border-radius:28px;background:linear-gradient(145deg,rgba(27,27,31,.96),rgba(13,13,15,.96));box-shadow:var(--shadow)}.region-pricing-box h2{font-size:40px;line-height:1.25;margin:10px 0 14px}.region-pricing-box p{color:#c4c4ca}.region-pills{display:flex;flex-wrap:wrap;gap:8px}.region-pills span{padding:8px 10px;border:1px solid var(--line);border-radius:99px;font-size:12px;color:#d6d6dc}.currency-showcase{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.currency-showcase span{height:78px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:16px;background:#111114}.currency-showcase strong{color:var(--gold);font-size:16px}.currency-showcase span{color:#ccc;font-size:12px}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.feature-card{padding:26px;border:1px solid var(--line);border-radius:20px;background:var(--card)}.feature-card>i{width:54px;height:54px;display:grid;place-items:center;border-radius:16px;background:rgba(217,173,88,.11);color:var(--gold);font-size:24px}.feature-card h3{margin:17px 0 8px}.feature-card p{margin:0;color:var(--muted);font-size:13px}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.blog-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:var(--card)}.blog-card-image{display:block;aspect-ratio:16/10;overflow:hidden}.blog-card-image img{width:100%;height:100%;object-fit:cover}.blog-card-body{padding:20px}.blog-category{color:var(--gold);font-size:12px;font-weight:900}.blog-card h3{margin:7px 0 9px;font-size:20px;line-height:1.5}.blog-card p{color:var(--muted);font-size:13px}.blog-card-body>div{display:flex;justify-content:space-between;gap:12px;padding-top:13px;border-top:1px solid var(--line);font-size:12px}.blog-card-body>div a{color:var(--gold)}
.faq-list{max-width:900px;margin:auto}.faq-item{border:1px solid var(--line);background:#151519;border-radius:16px;margin-bottom:10px;overflow:hidden}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;background:none;border:0;color:#fff;padding:18px 20px;text-align:right;font-weight:800;cursor:pointer}.faq-question i{color:var(--gold);transition:.25s}.faq-item.open .faq-question i{transform:rotate(45deg)}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s}.faq-answer>*{overflow:hidden}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-answer p{margin:0;padding:0 20px 20px;color:var(--muted)}
.page-hero{padding:58px 0;background:radial-gradient(circle at 75% 10%,rgba(217,173,88,.12),transparent 35%),#101013;border-bottom:1px solid var(--line)}.breadcrumbs{font-size:12px;color:#8e8e96;margin-bottom:12px}.breadcrumbs a{color:var(--gold)}.page-hero h1{font-size:clamp(34px,4.5vw,56px);line-height:1.2;margin:0 0 12px}.page-hero p{max-width:760px;color:var(--muted);margin:0}.section-white{background:var(--bg)}.archive-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px}.archive-filters{display:flex;flex-wrap:wrap;gap:8px}.archive-filters .btn{min-height:40px;padding:0 13px;font-size:12px}.search-form{display:flex;gap:8px;min-width:min(100%,370px)}.search-form input,.search-form select,.form-field input,.form-field select,.form-field textarea{width:100%;background:#151519;color:#fff;border:1px solid var(--line);border-radius:12px;padding:11px 13px;outline:none}.search-form input:focus,.form-field input:focus,.form-field textarea:focus{border-color:var(--gold)}.search-form button{border:0;border-radius:12px;background:var(--gold);color:#111;padding:0 15px;font-weight:900}.empty-state{text-align:center;padding:60px 20px;border:1px dashed var(--line);border-radius:20px;color:var(--muted)}.empty-state>i{font-size:42px;color:var(--gold)}
.product-detail-hero{padding:54px 0}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.product-gallery-main{position:sticky;top:110px;border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#111}.product-gallery-main img{width:100%;aspect-ratio:4/3;object-fit:cover}.product-summary{padding-top:8px}.product-summary .product-category-link{color:var(--gold);font-size:13px;font-weight:900}.product-summary h1{font-size:clamp(32px,4.2vw,52px);line-height:1.25;margin:8px 0 12px}.product-summary-excerpt{color:var(--muted);font-size:16px}.product-price-box{display:flex;align-items:end;gap:14px;margin:20px 0}.product-price-box strong{font-size:36px;color:var(--gold-2)}.product-price-box del{color:#777;font-size:16px}.price-country-note{display:flex;gap:8px;align-items:flex-start;padding:12px 14px;border-radius:13px;background:rgba(217,173,88,.08);border:1px solid rgba(217,173,88,.2);font-size:12px;color:#d3d3d9}.product-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:18px 0}.product-highlights span{display:flex;align-items:center;gap:8px;padding:12px;border:1px solid var(--line);border-radius:13px;color:#d5d5da;font-size:13px}.product-highlights i{color:var(--green)}.product-order-btn{width:100%;min-height:54px;display:flex;align-items:center;justify-content:center;gap:9px;border-radius:15px;background:#20a66e;color:#fff;font-size:16px;font-weight:900;margin-top:18px}.product-security-note{margin-top:12px;color:#8f8f98;font-size:11px}.product-content-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:34px;align-items:start}.article-body,.product-content{background:#111114;border:1px solid var(--line);border-radius:22px;padding:clamp(22px,4vw,44px)}.article-body h2,.product-content h2,.policy-box h2{font-size:27px;line-height:1.35;margin:38px 0 12px;color:#fff}.article-body h2:first-child,.product-content h2:first-child{margin-top:0}.article-body h3,.product-content h3{font-size:21px;margin:28px 0 10px;color:var(--gold-2)}.article-body p,.product-content p,.policy-box p{color:#c6c6cc}.article-body a,.product-content a,.policy-box a{color:var(--gold);text-decoration:underline}.article-body ul,.product-content ul,.article-body ol,.product-content ol{color:#c6c6cc;padding-right:22px}.article-body li,.product-content li{margin:8px 0}.article-body table,.product-content table{width:100%;border-collapse:collapse;margin:20px 0;display:block;overflow:auto}.article-body th,.article-body td,.product-content th,.product-content td{border:1px solid var(--line);padding:11px;min-width:130px}.article-body blockquote,.product-content blockquote{margin:20px 0;padding:16px;border-right:4px solid var(--gold);background:rgba(217,173,88,.07);color:#ddd}.product-sidebar,.article-sidebar{position:sticky;top:105px;display:flex;flex-direction:column;gap:14px}.side-card{padding:20px;border:1px solid var(--line);background:var(--card);border-radius:18px}.side-card h3{margin:0 0 12px}.side-card ul{list-style:none;padding:0;margin:0}.side-card li{display:flex;gap:7px;color:var(--muted);font-size:13px;margin:8px 0}.side-card li i{color:var(--gold)}.side-card .btn{width:100%;margin-top:12px}.related-products{margin-top:50px}.article-meta{display:flex;flex-wrap:wrap;gap:15px;color:#8e8e96;font-size:12px;margin:12px 0 22px}.article-hero-image{margin-top:28px;border-radius:22px;overflow:hidden;border:1px solid var(--line)}.article-hero-image img{width:100%;max-height:560px;object-fit:cover}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:24px}.contact-card,.contact-form-card,.policy-box{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:28px}.contact-method{display:flex;align-items:center;gap:12px;padding:15px;border:1px solid var(--line);border-radius:14px;margin:10px 0}.contact-method i{color:var(--gold);font-size:22px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.form-field{margin-bottom:14px}.form-field label{display:block;margin-bottom:6px;color:#d8d8de;font-size:13px;font-weight:800}.form-field textarea{min-height:150px;resize:vertical}.form-alert{padding:12px 14px;border-radius:12px;margin-bottom:14px}.form-alert.success{background:rgba(36,180,126,.12);color:#70e1b4}.form-alert.error{background:rgba(227,91,103,.12);color:#ff9da5}.policy-wrap{max-width:930px}.policy-box{margin:auto}.policy-updated{color:var(--gold)!important}.error-page{min-height:60vh;display:grid;align-items:center}.error-code{font-size:86px;line-height:1;color:var(--gold);font-weight:900}.center-actions{justify-content:center}.search-hero{margin-top:20px;max-width:680px}.search-section-title{margin-top:55px!important}
.legal-strip{padding:13px 0;background:#0d0d10;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:12px;color:#a7a7af}.legal-strip .container{display:flex;gap:8px;align-items:flex-start}.legal-strip i,.legal-strip strong{color:var(--gold)}.site-footer{padding:58px 0 0;background:#070708}.footer-grid{display:grid;grid-template-columns:1.3fr .75fr .8fr 1.1fr;gap:35px}.footer-about p{color:var(--muted);font-size:13px;max-width:390px}.footer-brand{margin-bottom:16px}.footer-badges{display:flex;flex-wrap:wrap;gap:8px}.footer-badges span,.payment-label{font-size:11px;border:1px solid var(--line);border-radius:99px;padding:6px 9px;color:#bdbdc4}.footer-badges i,.payment-label i{color:var(--gold)}.site-footer h3{margin:0 0 15px;font-size:16px}.footer-links,.footer-contact{display:flex;flex-direction:column;gap:9px}.footer-links a,.footer-contact a{color:#aaaab2;font-size:13px}.footer-links a:hover,.footer-contact a:hover{color:var(--gold)}.footer-button{margin-top:8px;display:inline-flex!important;align-items:center;justify-content:center;gap:8px;min-height:43px;border-radius:12px;background:#169a64;color:#fff!important;font-weight:900}.payment-label{margin-top:12px;border-radius:12px}.copyright{margin-top:42px;padding:18px 0;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:15px;color:#777780;font-size:11px}.floating-whatsapp{position:fixed;left:20px;bottom:20px;z-index:700;width:54px;height:54px;display:grid;place-items:center;border-radius:50%;background:#1faf70;color:#fff;font-size:25px;box-shadow:0 12px 35px rgba(0,0,0,.35)}.to-top{position:fixed;right:20px;bottom:20px;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:#17171a;color:#fff;opacity:0;pointer-events:none;transition:.2s}.to-top.visible{opacity:1;pointer-events:auto}
@media(max-width:1100px){.product-grid,.cards-grid{grid-template-columns:repeat(3,1fr)}.hero-store-grid{gap:35px}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}.feature-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.top-notice-inner{justify-content:flex-start;overflow:auto;white-space:nowrap}.main-nav{position:fixed;inset:79px 16px auto;display:none;flex-direction:column;align-items:stretch;background:#111114;border:1px solid var(--line);border-radius:18px;padding:12px;box-shadow:var(--shadow)}.main-nav.open{display:flex}.main-nav a{text-align:center}.nav-toggle{display:block;margin-right:auto}.header-tools{margin-right:0}.header-cta span{display:none}.hero-store{padding-top:48px}.hero-store-grid,.product-detail-grid,.region-pricing-box,.product-content-layout,.contact-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-copy>p{margin-inline:auto}.hero-actions,.hero-trust-row{justify-content:center}.product-slider{max-width:650px;width:100%;margin:auto}.product-gallery-main,.product-sidebar,.article-sidebar{position:static}.trust-strip-grid{grid-template-columns:repeat(2,1fr)}.trust-strip-grid>div{border-bottom:1px solid var(--line)}.category-grid{grid-template-columns:1fr}.product-grid,.cards-grid{grid-template-columns:repeat(2,1fr)}.blog-grid{grid-template-columns:1fr 1fr}.archive-toolbar{align-items:stretch;flex-direction:column}.search-form{width:100%;max-width:none}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:last-child{grid-column:auto}.currency-showcase{grid-template-columns:repeat(4,1fr)}}
@media(max-width:620px){.container{width:min(calc(100% - 22px),var(--container))}.site-header{top:0}.top-notice{display:none}.header-inner{min-height:70px;gap:10px}.brand-logo{width:48px;height:48px}.brand-copy strong{font-size:17px}.brand-copy small{display:none}.currency-form select{width:76px;padding:0 7px}.header-cta{width:42px;padding:0}.nav-toggle{width:42px}.main-nav{inset:72px 11px auto}.hero-store{padding:38px 0}.hero-copy h1{font-size:39px}.hero-copy>p{font-size:15px}.hero-actions .btn{width:100%}.hero-trust-row{gap:9px}.hero-trust-row span{font-size:11px}.slider-track{min-height:430px}.slider-card img{height:430px}.slider-card-overlay{inset:auto 18px 18px}.slider-card h2{font-size:23px}.slider-bottom strong{font-size:20px}.trust-strip-grid{grid-template-columns:1fr 1fr}.trust-strip-grid>div{padding:18px 10px;grid-template-columns:38px 1fr}.trust-strip i{width:38px;height:38px}.section{padding:56px 0}.section-heading-row{align-items:flex-start;flex-direction:column}.section-title h2{font-size:32px}.product-grid,.cards-grid,.blog-grid,.feature-grid{grid-template-columns:1fr}.region-pricing-box{padding:25px}.region-pricing-box h2{font-size:31px}.currency-showcase{grid-template-columns:repeat(2,1fr)}.product-highlights{grid-template-columns:1fr}.product-summary h1{font-size:34px}.product-price-box strong{font-size:30px}.article-body,.product-content,.contact-card,.contact-form-card,.policy-box{padding:20px}.form-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.copyright{flex-direction:column;text-align:center}.floating-whatsapp{left:13px;bottom:13px}.to-top{right:13px;bottom:13px}.category-card{grid-template-columns:48px 1fr 25px;padding:18px}.category-icon{width:48px;height:48px}.archive-filters{flex-wrap:nowrap;overflow:auto;padding-bottom:5px}.archive-filters .btn{white-space:nowrap}.search-form{flex-wrap:wrap}.search-form input{flex:1 1 100%}.search-form select{flex:1}.search-form button{min-height:44px;flex:1}.product-card-footer{align-items:center}}

/* ========================================================================== 
   KEYSTORES V2 — PREMIUM LIGHT / GOLD THEME
   ========================================================================== */
:root{
  --bg:#ffffff;
  --bg-soft:#fbfaf7;
  --card:#ffffff;
  --card-2:#fffdfa;
  --text:#171717;
  --muted:#6f6f73;
  --gold:#c99a31;
  --gold-2:#e1bd63;
  --gold-dark:#9d7219;
  --gold-soft:#fff8e8;
  --line:#ece8df;
  --line-gold:rgba(201,154,49,.32);
  --green:#1ba66b;
  --danger:#d54d59;
  --shadow:0 18px 55px rgba(38,31,19,.09);
  --shadow-sm:0 8px 28px rgba(38,31,19,.07);
  --radius:22px;
  --container:1380px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{background:#fff;color:var(--text);font-family:"Cairo","Tajawal",Tahoma,Arial,sans-serif;line-height:1.8;font-weight:500}
body.cart-open{overflow:hidden}
body::selection{background:var(--gold);color:#fff}
a{transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}
button{transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}
.container{width:min(calc(100% - 42px),var(--container))}
.scroll-progress{height:2px}.scroll-progress span{background:linear-gradient(90deg,var(--gold-dark),var(--gold-2))}

.top-notice{background:#171717;border:0;color:#f4f4f4;font-size:12px}
.top-notice-inner{min-height:34px;gap:25px;white-space:nowrap;overflow:auto;scrollbar-width:none}
.top-notice-inner::-webkit-scrollbar{display:none}
.top-notice i{color:var(--gold-2)}
.notice-divider{background:rgba(255,255,255,.18)}

.site-header{position:sticky;top:0;background:rgba(255,255,255,.95);border-bottom:1px solid var(--line);box-shadow:0 5px 24px rgba(34,28,18,.035);backdrop-filter:blur(18px)}
.header-inner{min-height:82px;gap:24px}
.brand{gap:10px;direction:ltr}
.brand-logo{width:54px;height:54px;border:1px solid rgba(201,154,49,.35);box-shadow:0 4px 18px rgba(201,154,49,.12);background:#101010}
.brand-copy{direction:ltr;text-align:left;line-height:1.1}
.brand-copy strong{font-size:22px;color:#111;font-weight:900;letter-spacing:-.5px}
.brand-copy strong span{color:var(--gold)}
.brand-copy small{font-size:10px;color:#8a8171;margin-top:5px;letter-spacing:0}
.main-nav{gap:0;margin-inline:auto}
.main-nav a{position:relative;padding:28px 13px 23px;border-radius:0;color:#252525;font-size:13px;font-weight:800;background:transparent}
.main-nav a::after{content:"";position:absolute;right:50%;left:50%;bottom:15px;height:2px;background:var(--gold);transition:.25s}
.main-nav a:hover,.main-nav a.is-active{background:transparent;color:var(--gold-dark)}
.main-nav a:hover::after,.main-nav a.is-active::after{right:15px;left:15px}
.header-tools{gap:7px;direction:ltr}
.currency-form select{height:42px;min-width:67px;border:1px solid var(--line);background:#fff;color:#222;border-radius:12px;padding:0 9px;font-size:12px;font-weight:800;cursor:pointer;box-shadow:none}
.currency-form select:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(201,154,49,.1)}
.icon-tool{position:relative;width:42px;height:42px;border:1px solid var(--line);background:#fff;color:#202020;border-radius:12px;display:grid;place-items:center;font-size:18px;cursor:pointer}
.icon-tool:hover{color:var(--gold-dark);border-color:var(--line-gold);background:var(--gold-soft);transform:translateY(-1px)}
.cart-tool span{position:absolute;top:-5px;right:-5px;min-width:19px;height:19px;padding:0 5px;display:grid;place-items:center;border-radius:99px;background:var(--gold);color:#fff;border:2px solid #fff;font-size:10px;font-weight:900}
.nav-toggle{background:#fff;border-color:var(--line)}.nav-toggle span{background:#171717}
main{min-height:50vh}

.btn{min-height:48px;border-radius:14px;padding:0 22px;font-size:14px;box-shadow:none}
.btn-gold,.btn-red{background:linear-gradient(135deg,var(--gold-2),var(--gold));color:#fff;border-color:transparent;box-shadow:0 10px 25px rgba(201,154,49,.22)}
.btn-gold:hover,.btn-red:hover{background:linear-gradient(135deg,var(--gold),var(--gold-dark));transform:translateY(-2px);box-shadow:0 14px 30px rgba(201,154,49,.28)}
.btn-outline,.btn-light{background:#fff;color:#292929;border-color:#dcd6cb}
.btn-outline:hover,.btn-light:hover{border-color:var(--gold);color:var(--gold-dark);background:var(--gold-soft)}
.btn-dark{background:#1d1d1f;color:#fff;border-color:#1d1d1f}
.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:7px;color:var(--gold-dark);font-size:12px;font-weight:900}
.eyebrow.gold{background:var(--gold-soft);border-color:var(--line-gold);color:var(--gold-dark)}
.section{padding:78px 0;background:#fff}
.section-compact{padding:36px 0 18px}
.section-dark-soft,.section-white{background:var(--bg-soft);border-color:var(--line)}
.section-title h2,.section-heading-row h2{color:#171717}
.section-title p,.section-heading-row p{color:var(--muted)}
.section-heading-row{margin-bottom:30px;align-items:end}
.section-heading-row>div>h2{font-size:clamp(27px,3vw,39px);line-height:1.3;margin:5px 0 5px;font-weight:900;letter-spacing:-.5px}
.section-heading-row>div>p{margin:0;font-size:14px}
.compact-heading{margin-bottom:18px}
.compact-heading h2{font-size:27px!important}
.text-link{display:inline-flex;align-items:center;gap:7px;color:#353535;font-size:12px;font-weight:800}
.text-link i{color:var(--gold)}
.text-link:hover{color:var(--gold-dark);transform:translateX(-3px)}

/* Home hero */
.premium-hero{padding:24px 0 8px;background:#fff}
.hero-carousel{position:relative;min-height:480px;overflow:hidden;border:1px solid #eee9df;border-radius:26px;background:linear-gradient(110deg,#fff 0%,#fffdf8 48%,#faf8f3 100%);box-shadow:0 18px 60px rgba(42,33,19,.07)}
.hero-carousel::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 8% 16%,rgba(201,154,49,.16) 0 1px,transparent 1.5px);background-size:16px 16px;mask-image:linear-gradient(90deg,#000,transparent 42%);opacity:.55}
.hero-wave{position:absolute;width:115%;height:160px;right:-5%;border:1.5px solid rgba(201,154,49,.18);border-radius:50%;transform:rotate(-5deg);pointer-events:none}
.hero-wave-one{bottom:12px}.hero-wave-two{bottom:42px;opacity:.5}
.hero-carousel .slider-track{position:relative;min-height:480px}
.hero-slide{position:absolute;inset:0;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:35px;padding:45px 84px;opacity:0;visibility:hidden;transform:translateX(-25px);transition:opacity .5s ease,transform .5s ease,visibility .5s}
.hero-slide.is-active{opacity:1;visibility:visible;transform:none}
.hero-slide-copy{position:relative;z-index:3;max-width:640px}
.hero-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--gold-dark);font-size:13px;font-weight:800;margin-bottom:8px}
.hero-kicker i{font-size:16px}
.hero-slide-copy h1{font-size:clamp(38px,4.6vw,66px);line-height:1.24;margin:7px 0 12px;font-weight:900;letter-spacing:-1.4px;color:#181818}
.hero-slide-copy p{max-width:620px;margin:0 0 17px;color:#67676a;font-size:15px;line-height:1.9;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.hero-price-line{display:flex;align-items:center;gap:12px;margin-bottom:20px}
.hero-price-line span{font-size:12px;color:#777}.hero-price-line strong{color:var(--gold-dark);font-size:24px;font-weight:900}
.hero-actions{display:flex;gap:11px;flex-wrap:wrap}
.hero-visual{position:relative;display:grid;place-items:center;min-height:375px;direction:ltr}
.hero-orbit{position:absolute;border:2px solid rgba(201,154,49,.38);border-radius:50%}
.orbit-one{width:330px;height:330px}.orbit-two{width:270px;height:270px;border-style:dashed;opacity:.55;animation:ksRotate 30s linear infinite}
@keyframes ksRotate{to{transform:rotate(360deg)}}
.hero-platform{position:absolute;width:360px;height:76px;bottom:30px;border-radius:50%;background:linear-gradient(180deg,#f9f5ea,#d9caa8);border:1px solid #d6bb79;box-shadow:0 20px 30px rgba(88,68,25,.18),inset 0 7px 13px #fff}
.hero-platform::after{content:"";position:absolute;inset:10px 20px;border-radius:50%;border:1px solid rgba(201,154,49,.58)}
.hero-product-box{position:relative;z-index:2;width:210px;height:285px;padding:27px 24px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:10px;background:linear-gradient(145deg,#fff,#e9e6de);border:1px solid #c9b67f;box-shadow:-18px 20px 36px rgba(64,50,22,.2),inset 0 0 0 4px rgba(255,255,255,.6);transform:perspective(800px) rotateY(9deg) rotateX(1deg)}
.hero-product-box::before{content:"";position:absolute;right:-15px;top:10px;width:14px;height:264px;background:linear-gradient(180deg,#c8af6a,#8e6c22);clip-path:polygon(0 0,100% 4%,100% 96%,0 100%)}
.hero-product-box .box-top-label{position:absolute;top:14px;color:#877553;font-size:8px;letter-spacing:1.2px;font-weight:900}
.hero-product-box>i{font-size:64px;color:#1666c5;margin-bottom:12px}
.hero-product-box>strong{font-family:"Tajawal","Cairo",sans-serif;font-size:22px;line-height:1.15;text-align:center;color:#222}
.hero-product-box>small{margin-top:5px;color:#a47a21;font-size:13px;font-weight:800}
.hero-product-box .box-brand{position:absolute;bottom:13px;right:17px;left:17px;padding-top:8px;border-top:1px solid rgba(0,0,0,.11);text-align:center;color:#777;font-size:9px;font-weight:900;letter-spacing:.8px}
.visual-office .hero-product-box>i{color:#e76528}.visual-chatgpt .hero-product-box>i{color:#0d9d78}.visual-gemini .hero-product-box>i{color:#6957d8}.visual-canva .hero-product-box>i{color:#7b42d0}.visual-vpn .hero-product-box>i{color:#d54d4d}.visual-digital .hero-product-box>i{color:var(--gold-dark)}
.hero-shield{position:absolute;z-index:4;bottom:78px;right:45px;width:78px;height:88px;display:grid;place-items:center;clip-path:polygon(50% 0,92% 15%,88% 65%,50% 100%,12% 65%,8% 15%);background:linear-gradient(145deg,#f4d685,#b98216);color:#fff;font-size:32px;filter:drop-shadow(0 12px 12px rgba(83,59,12,.24))}
.hero-arrow{position:absolute;z-index:5;top:50%;width:43px;height:43px;margin-top:-22px;border:1px solid #e4dfd5;border-radius:50%;background:rgba(255,255,255,.9);color:#292929;display:grid;place-items:center;cursor:pointer;box-shadow:0 7px 22px rgba(0,0,0,.06)}
.hero-arrow:hover{border-color:var(--gold);color:var(--gold-dark);background:#fff}
.hero-arrow-next{right:20px}.hero-arrow-prev{left:20px}
.hero-dots{position:absolute;z-index:5;bottom:17px;right:50%;transform:translateX(50%);display:flex;gap:8px;direction:ltr}
.hero-dots button{width:8px;height:8px;padding:0;border:0;border-radius:99px;background:#d8d2c7;cursor:pointer}
.hero-dots button.is-active{width:25px;background:var(--gold)}

/* Categories */
.category-showcase{background:#fff}
.category-icon-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:14px}
.category-icon-card{min-height:115px;padding:15px 10px;border:1px solid #e9e4da;border-radius:17px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 5px 18px rgba(45,36,20,.035)}
.category-icon-card:hover{transform:translateY(-5px);border-color:rgba(201,154,49,.55);box-shadow:0 15px 35px rgba(57,44,20,.09)}
.category-icon-circle{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#fff9eb,#f8eccf);color:var(--gold-dark);font-size:24px;margin-bottom:7px;border:1px solid rgba(201,154,49,.2)}
.category-icon-card strong{font-size:13px;color:#222;line-height:1.4}.category-icon-card small{font-size:10px;color:#929296;margin-top:2px}

/* Professional product cards */
.products-home-section{padding-top:58px}
.shop-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:19px}
.shop-product-card{min-width:0;background:#fff;border:1px solid #e9e5dd;border-radius:20px;overflow:hidden;box-shadow:0 7px 26px rgba(48,39,24,.055);transition:.28s ease}
.shop-product-card:hover{transform:translateY(-7px);border-color:rgba(201,154,49,.48);box-shadow:0 23px 48px rgba(48,39,24,.11)}
.shop-product-image{position:relative;display:block;aspect-ratio:1.25/1;background:linear-gradient(145deg,#f7f6f3,#fff);overflow:hidden;border-bottom:1px solid #f0ece4}
.shop-product-image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(0,0,0,.04))}
.shop-product-image img{width:100%;height:100%;object-fit:cover;transition:.35s ease}
.shop-product-card:hover .shop-product-image img{transform:scale(1.035)}
.shop-badge{position:absolute;z-index:2;top:12px;right:12px;padding:5px 9px;border-radius:99px;background:#fff8e7;color:#987019;border:1px solid rgba(201,154,49,.35);font-size:9px;font-weight:900}
.quick-view{position:absolute;z-index:3;right:50%;bottom:13px;transform:translate(50%,18px);opacity:0;padding:7px 12px;border-radius:99px;background:rgba(26,26,26,.9);color:#fff;font-size:10px;font-weight:800;transition:.25s}
.shop-product-card:hover .quick-view{opacity:1;transform:translate(50%,0)}
.shop-product-body{padding:17px}
.shop-category{display:block;color:var(--gold-dark);font-size:9px;font-weight:900;margin-bottom:3px}
.shop-product-body h3{min-height:52px;margin:0 0 8px;font-size:16px;line-height:1.65;color:#1c1c1c;font-weight:900}
.shop-product-body h3 a:hover{color:var(--gold-dark)}
.shop-meta{display:flex;gap:10px;flex-wrap:wrap;color:#8b8b8f;font-size:9px;margin-bottom:8px}
.shop-meta span{display:flex;align-items:center;gap:4px}.shop-meta i{color:var(--gold)}
.shop-product-body ul{list-style:none;padding:0;margin:0 0 12px;min-height:49px}
.shop-product-body li{display:flex;align-items:flex-start;gap:6px;color:#67676b;font-size:10px;margin:4px 0}
.shop-product-body li i{color:#1aa46b;font-size:13px}
.shop-product-footer{display:flex;align-items:end;justify-content:space-between;gap:10px;padding-top:13px;border-top:1px solid #efebe3}
.shop-price{display:flex;flex-direction:column;line-height:1.2}.shop-price del{font-size:9px;color:#aaa}.shop-price strong{font-size:18px;color:#1c1c1c;font-weight:900}
.add-to-cart{min-height:37px;border:0;border-radius:10px;background:linear-gradient(135deg,var(--gold-2),var(--gold));color:#fff;padding:0 11px;display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:900;cursor:pointer;white-space:nowrap}
.add-to-cart:hover{background:linear-gradient(135deg,var(--gold),var(--gold-dark));transform:translateY(-2px);box-shadow:0 9px 20px rgba(201,154,49,.22)}
.add-to-cart.is-added{background:#1aa46b}

/* Benefit strip */
.benefit-strip-section{padding:5px 0 20px;background:#fff}
.benefit-strip{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #ebe7df;background:#fff;border-radius:18px;box-shadow:var(--shadow-sm)}
.benefit-strip>div{display:flex;align-items:center;justify-content:center;gap:12px;padding:20px 18px;border-left:1px solid #ebe7df}
.benefit-strip>div:last-child{border-left:0}
.benefit-strip>div>span{width:43px;height:43px;border-radius:50%;display:grid;place-items:center;background:var(--gold-soft);color:var(--gold-dark);border:1px solid rgba(201,154,49,.26);font-size:19px;flex:0 0 auto}
.benefit-strip strong{display:block;font-size:13px;color:#202020}.benefit-strip small{display:block;font-size:9px;color:#86868b;line-height:1.55}

/* Currency */
.currency-section{padding-top:55px;padding-bottom:55px;background:linear-gradient(180deg,#fff,#fbfaf7)}
.currency-panel{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center;padding:46px 55px;border:1px solid #eae5da;border-radius:25px;background:#fff;box-shadow:var(--shadow-sm);overflow:hidden;position:relative}
.currency-panel::after{content:"";position:absolute;width:350px;height:350px;border-radius:50%;background:radial-gradient(circle,rgba(201,154,49,.12),transparent 65%);left:-100px;bottom:-170px}
.currency-copy{position:relative;z-index:2}.currency-copy h2{font-size:clamp(28px,3.5vw,43px);margin:5px 0 9px;line-height:1.35}.currency-copy p{color:#707075;margin:0;max-width:700px;font-size:14px}
.currency-notes{display:flex;flex-wrap:wrap;gap:8px;margin-top:19px}.currency-notes span{padding:7px 10px;border-radius:99px;background:#fff9eb;border:1px solid rgba(201,154,49,.25);color:#86631c;font-size:10px;font-weight:800}
.currency-orbit{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.currency-orbit span{min-height:68px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #e9e4d9;border-radius:15px;background:#fff;box-shadow:0 6px 18px rgba(45,35,17,.04)}
.currency-orbit strong{font-size:14px}.currency-orbit small{color:var(--gold-dark);font-size:10px}

/* Articles */
.articles-home-section{background:#fff}
.article-preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:21px}
.article-preview-card{display:grid;grid-template-columns:43% 57%;min-height:230px;border:1px solid #e9e5dc;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 7px 24px rgba(41,32,18,.045);transition:.25s}
.article-preview-card:hover{transform:translateY(-5px);border-color:rgba(201,154,49,.4);box-shadow:0 18px 38px rgba(41,32,18,.09)}
.article-preview-image{overflow:hidden;background:#f5f4f1}.article-preview-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.article-preview-card:hover img{transform:scale(1.04)}
.article-preview-card>div{padding:18px;display:flex;flex-direction:column}
.article-category{font-size:9px;color:var(--gold-dark);font-weight:900}.article-preview-card h3{font-size:16px;line-height:1.65;margin:5px 0 7px}.article-preview-card p{font-size:10px;color:#747479;line-height:1.75;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.article-preview-card footer{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:auto;padding-top:10px;border-top:1px solid #efebe3;font-size:9px;color:#929297}.article-preview-card footer a{color:var(--gold-dark);font-weight:900}

/* FAQ home */
.faq-home-section{background:var(--bg-soft);border-top:1px solid var(--line)}
.faq-home-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;align-items:start}
.faq-intro{position:sticky;top:120px}.faq-intro h2{font-size:40px;line-height:1.35;margin:6px 0 10px}.faq-intro p{color:#737378;font-size:14px;margin:0 0 20px}
.faq-list{display:flex;flex-direction:column;gap:10px}
.faq-item{border:1px solid #e7e2d8;border-radius:15px;background:#fff;overflow:hidden;box-shadow:0 4px 14px rgba(42,33,18,.025)}
.faq-question{width:100%;border:0;background:#fff;color:#222;padding:17px 19px;display:flex;align-items:center;justify-content:space-between;text-align:right;font-weight:800;cursor:pointer}
.faq-question i{color:var(--gold);transition:.25s}.faq-item.open .faq-question i{transform:rotate(45deg)}
.faq-answer{display:none;padding:0 19px 17px}.faq-item.open .faq-answer{display:block}.faq-answer p{margin:0;color:#707075;font-size:12px}

/* Cart drawer */
.cart-backdrop{position:fixed;inset:0;z-index:1100;background:rgba(17,17,17,.42);backdrop-filter:blur(3px);opacity:0;visibility:hidden;transition:.25s}
.cart-drawer{position:fixed;z-index:1110;top:0;bottom:0;left:0;width:min(430px,92vw);background:#fff;box-shadow:25px 0 70px rgba(0,0,0,.18);transform:translateX(-105%);transition:.3s ease;display:flex;flex-direction:column}
body.cart-open .cart-backdrop{opacity:1;visibility:visible}body.cart-open .cart-drawer{transform:none}
.cart-drawer-head{padding:22px 20px;border-bottom:1px solid #ece8df;display:flex;align-items:center;justify-content:space-between;gap:15px}.cart-drawer-head span{display:block;font-size:18px;font-weight:900}.cart-drawer-head small{display:block;color:#888;font-size:10px}.cart-drawer-head button{width:38px;height:38px;border:1px solid #e5e0d7;border-radius:11px;background:#fff;cursor:pointer}
.cart-items{padding:15px;overflow:auto;display:flex;flex-direction:column;gap:10px}.cart-item{display:grid;grid-template-columns:70px 1fr 32px;gap:11px;align-items:center;padding:10px;border:1px solid #ebe7df;border-radius:14px;background:#fff}.cart-item img{width:70px;height:58px;border-radius:9px;object-fit:cover;background:#f5f4f1}.cart-item strong{display:block;font-size:12px;line-height:1.5}.cart-item span{display:block;color:var(--gold-dark);font-size:11px;font-weight:900;margin-top:3px}.cart-item button{width:30px;height:30px;border:0;background:#fff0f1;color:#c34c56;border-radius:9px;cursor:pointer}
.cart-empty{margin:auto;padding:35px;text-align:center;color:#89898e;display:flex;flex-direction:column;align-items:center}.cart-empty i{font-size:50px;color:#d0c8b9}.cart-empty strong{color:#303030;font-size:17px;margin:8px 0 2px}.cart-empty span{font-size:11px}.cart-drawer.has-items .cart-empty{display:none}
.cart-drawer-foot{margin-top:auto;padding:16px;border-top:1px solid #ece8df;display:grid;gap:8px}.cart-checkout{min-height:49px;border-radius:13px;background:#18a566;color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:900;font-size:13px}.cart-checkout:hover{background:#128b55}.cart-clear{border:0;background:transparent;color:#999;font-size:11px;cursor:pointer}.cart-clear:hover{color:#d14d57}
.site-toast{position:fixed;z-index:1200;left:50%;bottom:28px;transform:translate(-50%,20px);padding:11px 17px;border-radius:12px;background:#1d1d1f;color:#fff;font-size:11px;font-weight:800;opacity:0;visibility:hidden;transition:.25s;box-shadow:0 10px 35px rgba(0,0,0,.2)}.site-toast.show{opacity:1;visibility:visible;transform:translate(-50%,0)}

/* Generic pages: light professional surfaces */
.page-hero,.product-detail-hero{background:linear-gradient(180deg,#fff,#fbfaf7);border-bottom:1px solid var(--line);padding:48px 0}
.page-hero h1,.product-summary h1{color:#181818}.page-hero p,.product-summary-excerpt{color:#727278}
.breadcrumbs{color:#8a8a8f}.breadcrumbs a{color:var(--gold-dark)}
.archive-toolbar{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;box-shadow:var(--shadow-sm)}
.search-form input,.search-form select,.form-field input,.form-field textarea,.form-field select{background:#fff;color:#222;border-color:#ddd7cc}.search-form input:focus,.form-field input:focus,.form-field textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(201,154,49,.1)}
.search-form button{background:var(--gold);color:#fff}
.product-card,.content-card,.blog-card,.feature-card,.contact-card,.contact-form-card,.policy-box,.side-card,.article-body,.product-content{background:#fff;border-color:#e8e3da;box-shadow:0 7px 28px rgba(45,35,19,.045);color:#222}
.product-card:hover,.content-card:hover,.blog-card:hover{border-color:rgba(201,154,49,.45);box-shadow:0 18px 42px rgba(45,35,19,.09)}
.product-card-image,.content-card-image{background:#f5f4f1}
.product-card h3,.content-card h3,.blog-card h3,.feature-card h3,.side-card h3{color:#202020}
.product-card li,.card-feature-list li,.content-card p,.blog-card p,.feature-card p,.side-card li{color:#717176}
.product-card-top,.content-card-meta{color:#8b8b90}
.product-card-footer,.content-card-footer{border-color:#eee9e0}
.price-stack strong,.card-price strong,.price{color:var(--gold-dark)}
.card-action,.card-details-btn,.read-more,.card-read-btn{background:var(--gold-soft);color:var(--gold-dark);border-color:rgba(201,154,49,.23)}
.card-action:hover,.card-details-btn:hover{background:var(--gold);color:#fff}
.category-grid{grid-template-columns:repeat(3,1fr)}
.category-card{background:#fff;border-color:#e8e3da;box-shadow:0 6px 22px rgba(45,35,19,.04)}
.category-card h3{color:#222}.category-card p{color:#777}.category-card:hover{box-shadow:0 18px 40px rgba(45,35,19,.09)}
.category-icon{background:var(--gold-soft);color:var(--gold-dark)}
.product-gallery-main{background:#f5f4f1;border-color:#e6e1d8;box-shadow:var(--shadow-sm)}
.product-summary .product-category-link{color:var(--gold-dark)}
.product-price-box strong{color:var(--gold-dark)}
.price-country-note{background:#fff9eb;border-color:rgba(201,154,49,.25);color:#76643c}
.product-highlights span{border-color:#e8e3da;color:#5f5f64;background:#fff}
.product-content-layout{align-items:start}
.article-body h2,.product-content h2,.policy-box h2{color:#1b1b1b}.article-body h3,.product-content h3{color:var(--gold-dark)}
.article-body p,.product-content p,.policy-box p,.article-body ul,.product-content ul{color:#626268}
.article-body blockquote,.product-content blockquote{background:#fff8e8;color:#5f543c}
.article-body th,.article-body td,.product-content th,.product-content td{border-color:#e5dfd4}
.product-sidebar,.article-sidebar{top:120px}
.product-order-btn{background:#18a566}.product-order-btn:hover{background:#128b55;transform:translateY(-2px)}
.product-security-note{color:#8a8a8e}
.contact-method{border-color:#e7e2d8;background:#fff}.form-field label{color:#373737}
.form-alert.success{background:#eaf8f2;color:#168458}.form-alert.error{background:#fff0f1;color:#c64550}
.empty-state{color:#777}.error-code{color:var(--gold-dark)}

/* Footer */
.legal-strip{background:#fff9eb;border-color:#ecdfbc;color:#675d48}.legal-strip i,.legal-strip strong{color:var(--gold-dark)}
.site-footer{background:#171717;color:#fff;padding-top:58px}
.site-footer .brand-copy strong{color:#fff}.site-footer .brand-copy strong span{color:var(--gold)}
.site-footer h3{color:#fff}.footer-about p{color:#aeadb2}.footer-badges span,.payment-label{border-color:rgba(255,255,255,.12);color:#bcbcc1}.footer-links a,.footer-contact a{color:#b5b5bb}.footer-links a:hover,.footer-contact a:hover{color:var(--gold-2)}
.copyright{border-color:rgba(255,255,255,.1);color:#8c8c91}
.floating-whatsapp{background:#1aa566;box-shadow:0 12px 30px rgba(17,135,82,.25)}
.to-top{background:#fff;color:#222;border-color:#ddd8d0;box-shadow:0 8px 24px rgba(0,0,0,.08)}

@media(max-width:1240px){
  .main-nav a{padding-inline:9px;font-size:12px}.brand-copy small{display:none}
  .category-icon-grid{grid-template-columns:repeat(4,1fr)}
  .shop-product-grid{grid-template-columns:repeat(3,1fr)}
  .hero-slide{padding-inline:68px}
}
@media(max-width:1000px){
  .top-notice-inner{justify-content:flex-start}
  .main-nav{position:fixed;inset:116px 20px auto;display:none;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:18px;padding:10px;box-shadow:var(--shadow)}
  .main-nav.open{display:flex}.main-nav a{padding:11px 14px;border-radius:10px}.main-nav a::after{display:none}.main-nav a:hover,.main-nav a.is-active{background:var(--gold-soft)}
  .nav-toggle{display:block;margin-right:auto}.support-tool{display:none}
  .hero-slide{grid-template-columns:1fr 1fr;padding:38px 58px;gap:12px}.hero-slide-copy h1{font-size:42px}.hero-visual{transform:scale(.88)}
  .shop-product-grid{grid-template-columns:repeat(2,1fr)}
  .benefit-strip{grid-template-columns:repeat(2,1fr)}.benefit-strip>div:nth-child(2){border-left:0}.benefit-strip>div:nth-child(-n+2){border-bottom:1px solid #ebe7df}
  .currency-panel{grid-template-columns:1fr;gap:35px}
  .article-preview-grid{grid-template-columns:1fr}.article-preview-card{min-height:210px}
  .faq-home-grid{grid-template-columns:1fr;gap:30px}.faq-intro{position:static}
  .category-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .container{width:min(calc(100% - 22px),var(--container))}
  .top-notice{display:none}.header-inner{min-height:70px;gap:8px}.brand-logo{width:45px;height:45px}.brand-copy strong{font-size:18px}.currency-form select{width:60px;min-width:60px;padding:0 5px}.icon-tool{width:39px;height:39px}.support-tool{display:none}.main-nav{inset:72px 11px auto}.nav-toggle{width:39px;height:39px}
  .premium-hero{padding-top:12px}.hero-carousel,.hero-carousel .slider-track{min-height:680px;border-radius:20px}.hero-slide{grid-template-columns:1fr;padding:38px 25px 55px;text-align:center}.hero-slide-copy{order:1}.hero-visual{order:0;min-height:320px;transform:scale(.78);margin:-30px 0 -25px}.hero-slide-copy h1{font-size:34px;letter-spacing:-.5px}.hero-slide-copy p{-webkit-line-clamp:3;font-size:13px}.hero-price-line,.hero-actions{justify-content:center}.hero-kicker{font-size:11px}.hero-arrow{top:38%;width:37px;height:37px}.hero-arrow-next{right:9px}.hero-arrow-prev{left:9px}
  .section{padding:55px 0}.section-compact{padding:28px 0 10px}.section-heading-row{align-items:flex-start;flex-direction:column;gap:12px}.section-heading-row>div>h2{font-size:28px}.compact-heading h2{font-size:24px!important}
  .category-icon-grid{grid-template-columns:repeat(3,1fr);gap:9px}.category-icon-card{min-height:100px;padding:11px 5px}.category-icon-circle{width:42px;height:42px}.category-icon-card strong{font-size:11px}.category-icon-card small{font-size:8px}
  .shop-product-grid{grid-template-columns:1fr 1fr;gap:10px}.shop-product-body{padding:12px}.shop-product-body h3{font-size:13px;min-height:47px}.shop-meta{gap:5px}.shop-meta span:nth-child(2){display:none}.shop-product-body ul{display:none}.shop-product-footer{align-items:center}.shop-price strong{font-size:14px}.add-to-cart{width:38px;padding:0;justify-content:center;font-size:0}.add-to-cart i{font-size:16px}.shop-badge{font-size:8px}.quick-view{display:none}
  .benefit-strip{grid-template-columns:1fr}.benefit-strip>div{justify-content:flex-start;border-left:0!important;border-bottom:1px solid #ebe7df!important}.benefit-strip>div:last-child{border-bottom:0!important}
  .currency-panel{padding:28px 20px}.currency-copy h2{font-size:29px}.currency-orbit{grid-template-columns:repeat(4,1fr);gap:6px}.currency-orbit span{min-height:57px}.currency-orbit strong{font-size:11px}
  .article-preview-card{grid-template-columns:1fr;min-height:0}.article-preview-image{aspect-ratio:16/8}.article-preview-card>div{padding:15px}.article-preview-card p{font-size:10px}
  .faq-intro h2{font-size:31px}.faq-question{padding:14px;font-size:12px}.faq-answer{padding:0 14px 14px}
  .category-grid{grid-template-columns:1fr}.product-grid,.cards-grid,.blog-grid,.feature-grid{grid-template-columns:1fr}
  .currency-panel,.product-detail-grid,.product-content-layout,.contact-grid{grid-template-columns:1fr}
}
@media(max-width:410px){
  .brand-copy{display:none}.header-tools{gap:4px}.currency-form select{width:57px}.shop-product-grid{grid-template-columns:1fr 1fr}.category-icon-grid{grid-template-columns:repeat(2,1fr)}
}
.product-purchase-actions{display:grid;grid-template-columns:.85fr 1.15fr;gap:10px;margin-top:18px}.product-purchase-actions .product-order-btn{margin-top:0}.product-add-cart{min-height:54px;border:1px solid rgba(201,154,49,.5);border-radius:15px;background:#fff9e9;color:var(--gold-dark);display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:900;cursor:pointer}.product-add-cart:hover{background:var(--gold);border-color:var(--gold);color:#fff;transform:translateY(-2px)}.product-add-cart.is-added{background:#1aa46b;border-color:#1aa46b;color:#fff}@media(max-width:520px){.product-purchase-actions{grid-template-columns:1fr}}
.cart-mini{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:36px;padding:0 10px;border-radius:10px;border:1px solid rgba(201,154,49,.38);background:#fff9e9;color:var(--gold-dark);font-size:10px;font-weight:900;cursor:pointer}.cart-mini:hover{background:var(--gold);color:#fff;border-color:var(--gold)}.cart-mini.is-added{background:#1aa46b;color:#fff;border-color:#1aa46b}.card-actions{display:flex;flex-wrap:wrap;gap:6px}
