/* ═══════════════════════════════════════════════════════════════
   Oliman Tavan Vantilatörü – Landing Page CSS
   Mobile-First • Performance-Optimized
   ═══════════════════════════════════════════════════════════════ */

/* ── RESET & BASE ── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Inter',system-ui,-apple-system,sans-serif;color:#111827;background:#fff;line-height:1.5;font-size:16px}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button{cursor:pointer;font-family:inherit}
input,textarea,select{font-family:inherit;font-size:1rem}

/* ── TOKENS ── */
:root{
  --green-50:#f0fdf4;--green-100:#dcfce7;--green-600:#16a34a;--green-700:#15803d;--green-800:#166534;
  --red-600:#dc2626;--orange-500:#f97316;--blue-600:#2563eb;
  --gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-500:#6b7280;--gray-900:#111827;
  --shadow-sm:0 1px 3px rgba(0,0,0,.12);
  --shadow-md:0 4px 16px rgba(0,0,0,.1);
  --shadow-lg:0 16px 48px rgba(0,0,0,.12);
  --radius:12px;--radius-lg:20px;--radius-xl:24px;
}

/* ── LAYOUT ── */
.container{width:100%;max-width:1100px;margin:0 auto;padding:0 1rem}
@media(min-width:640px){.container{padding:0 1.5rem}}
@media(min-width:1024px){.container{padding:0 2rem}}
.hidden-mobile{display:none}
@media(min-width:640px){.hidden-mobile{display:inline-flex}}
.text-center{text-align:center}

/* ── BADGES ── */
.badge{display:inline-flex;align-items:center;font-size:.7rem;font-weight:700;padding:.25rem .6rem;border-radius:999px;line-height:1}
.badge-green{background:var(--green-600);color:#fff}
.badge-red{background:var(--red-600);color:#fff}
.badge-orange{background:var(--orange-500);color:#fff}
.badge-green-sm{background:var(--green-100);color:var(--green-800);font-size:.65rem;padding:.2rem .5rem;border-radius:6px;font-weight:700}
.badge-red-sm{background:#fee2e2;color:var(--red-600);font-size:.65rem;padding:.2rem .5rem;border-radius:6px;font-weight:700}

/* ── BUTTONS ── */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700;border:none;border-radius:var(--radius-lg);padding:.875rem 1.5rem;cursor:pointer;transition:all .2s;text-decoration:none;font-size:.95rem;line-height:1}
.btn:active{transform:scale(.97)}
.btn-primary{background:linear-gradient(135deg,var(--green-600),var(--green-700));color:#fff;box-shadow:0 4px 20px rgba(22,163,74,.35)}
.btn-primary:hover{background:linear-gradient(135deg,var(--green-700),var(--green-800));box-shadow:0 6px 24px rgba(22,163,74,.45)}
.btn-whatsapp{background:#25D366;color:#fff;box-shadow:0 4px 16px rgba(37,211,102,.3)}
.btn-whatsapp:hover{background:#22c55e}
.btn-white{background:#fff;color:var(--green-700);box-shadow:0 4px 16px rgba(0,0,0,.15)}
.btn-white:hover{background:var(--green-50)}
.btn-lg{padding:1.1rem 2rem;font-size:1.05rem}
.btn-sm{padding:.5rem 1rem;font-size:.8rem}
.btn-block{width:100%;margin-bottom:.5rem}
.btn svg{flex-shrink:0}

/* ── TOP BAR ── */
.bar-top{background:var(--green-700);color:#fff;text-align:center;padding:.5rem 1rem;font-size:.7rem;font-weight:700;letter-spacing:.03em;position:sticky;top:0;z-index:100}
@media(min-width:640px){.bar-top{font-size:.8rem}}

/* ── HEADER ── */
.site-header{background:#fff;border-bottom:1px solid var(--gray-200);box-shadow:var(--shadow-sm);position:sticky;top:2.25rem;z-index:90}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding-top:.75rem;padding-bottom:.75rem;gap:1rem}
.logo{display:flex;flex-direction:column}
.logo-name{font-size:1.2rem;font-weight:900;color:var(--green-700);line-height:1;letter-spacing:-.02em}
.logo-sub{font-size:.65rem;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.08em}
.header-right{display:flex;align-items:center;gap:.75rem}
.countdown-box{background:#fee2e2;border:1px solid #fecaca;border-radius:var(--radius);padding:.5rem .875rem;text-align:center}
.countdown-label{display:block;font-size:.6rem;font-weight:600;color:#991b1b;text-transform:uppercase;letter-spacing:.05em}
.countdown-time{font-size:1.1rem;font-weight:900;color:var(--red-600);font-variant-numeric:tabular-nums;letter-spacing:.05em}

/* ── HERO ── */
.hero{background:linear-gradient(180deg,var(--green-50),#fff);padding:1.5rem 0 1rem}
.hero-badges{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.875rem}
.hero-grid{display:grid;gap:1.5rem}
@media(min-width:768px){.hero-grid{grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}}

/* Gallery */
.hero-gallery{}
.main-image-wrap{position:relative;background:#fff;border-radius:var(--radius-xl);overflow:hidden;border:1px solid var(--gray-200);box-shadow:var(--shadow-md);aspect-ratio:1/1}
.main-image{width:100%;height:100%;object-fit:contain;padding:1rem;transition:opacity .25s}
.discount-tag{position:absolute;top:.75rem;left:.75rem;background:var(--red-600);color:#fff;font-size:.7rem;font-weight:900;padding:.25rem .6rem;border-radius:8px}
.thumb-row{display:flex;gap:.4rem;margin-top:.5rem;overflow-x:auto;padding-bottom:.25rem;-webkit-overflow-scrolling:touch}
.thumb-row::-webkit-scrollbar{height:4px}
.thumb-row::-webkit-scrollbar-track{background:var(--gray-100);border-radius:2px}
.thumb-row::-webkit-scrollbar-thumb{background:var(--gray-300,#d1d5db);border-radius:2px}
.thumb{flex-shrink:0;width:3.25rem;height:3.25rem;border-radius:.625rem;border:2px solid var(--gray-200);background:#fff;overflow:hidden;transition:border-color .15s;padding:0}
.thumb img{width:100%;height:100%;object-fit:contain;padding:.15rem}
.thumb.active,.thumb:hover{border-color:var(--green-600);box-shadow:0 0 0 2px rgba(22,163,74,.2)}

/* Hero Info */
.rating-row{display:flex;align-items:center;gap:.4rem;margin-bottom:.5rem}
.stars{color:#facc15;font-size:.95rem;letter-spacing:.05em}
.stars-lg{font-size:1.4rem}
.rating-count{color:var(--gray-500);font-size:.8rem}
.product-title{font-size:1.6rem;font-weight:900;line-height:1.2;margin-bottom:.5rem;color:var(--gray-900)}
@media(min-width:640px){.product-title{font-size:1.9rem}}
.text-green{color:var(--green-600)}
.product-subtitle{color:var(--gray-500);font-size:.9rem;margin-bottom:1rem}

/* Specs grid */
.specs-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1rem}
@media(min-width:480px){.specs-grid{grid-template-columns:repeat(3,1fr)}}
.spec-card{background:var(--green-50);border:1px solid var(--green-100);border-radius:var(--radius);padding:.625rem .75rem;display:flex;align-items:center;gap:.5rem}
.spec-icon{font-size:1.2rem;flex-shrink:0}
.spec-card strong{display:block;font-size:.8rem;font-weight:700;color:var(--gray-900);line-height:1.2}
.spec-card small{font-size:.65rem;color:var(--gray-500)}

/* Price box */
.price-box{background:linear-gradient(135deg,#fff5f5,#fff7ed);border:1px solid #fed7aa;border-radius:var(--radius-lg);padding:1rem;margin-bottom:1rem}
.price-row{display:flex;align-items:baseline;gap:.875rem;margin-bottom:.625rem}
.price-current{font-size:2.2rem;font-weight:900;color:var(--red-600);line-height:1}
.price-old{display:block;font-size:.9rem;color:var(--gray-500);text-decoration:line-through;margin-bottom:.1rem}
.qty-row{display:flex;align-items:center;gap:.75rem}
.qty-row label{font-size:.85rem;color:var(--gray-500);font-weight:600}
.qty-ctrl{display:inline-flex;align-items:center;border:1px solid var(--gray-300,#d1d5db);border-radius:.625rem;overflow:hidden}
.qty-ctrl button{padding:.4rem .75rem;background:var(--gray-50);border:none;font-size:1.1rem;font-weight:700;color:var(--gray-700,#374151);transition:background .15s}
.qty-ctrl button:hover{background:var(--gray-100)}
.qty-ctrl span{padding:.4rem .875rem;font-weight:700;font-size:.95rem;min-width:2.5rem;text-align:center}

/* Trust badges */
.trust-badges{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.75rem}
.trust-badges span{font-size:.7rem;color:var(--gray-600,#4b5563);background:var(--gray-50);border:1px solid var(--gray-200);padding:.25rem .6rem;border-radius:999px}
.trust-badges.small span{font-size:.65rem}

/* ── SECTIONS ── */
.section{padding:2.5rem 0}
.section-white{background:#fff}
.section-green-light{background:var(--green-50)}
.section-gray{background:var(--gray-50)}
.section-title{font-size:1.5rem;font-weight:900;text-align:center;margin-bottom:.375rem;color:var(--gray-900)}
@media(min-width:640px){.section-title{font-size:1.8rem}}
.section-sub{text-align:center;color:var(--gray-500);font-size:.9rem;margin-bottom:1.5rem}
.img-card{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid var(--gray-100)}
.img-card img{width:100%;display:block}

/* ── COMPARE TABLE ── */
.compare-table-wrap{margin-top:1.5rem;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);border:1px solid var(--gray-200)}
.compare-table{width:100%;border-collapse:collapse;font-size:.875rem}
.compare-table thead tr{background:var(--gray-50)}
.compare-table th{padding:.75rem 1rem;font-weight:600;color:var(--gray-500);text-align:left}
.compare-table th.new-col{background:var(--green-50);color:var(--green-800);font-weight:700}
.compare-table td{padding:.625rem 1rem;border-top:1px solid var(--gray-100)}
.compare-table td.old-col{color:var(--gray-400);text-align:center}
.compare-table td.new-col{background:var(--green-50);color:var(--green-700);font-weight:700;text-align:center}
.compare-table tr:nth-child(even) td:first-child{background:var(--gray-50)}

/* ── STEPS ── */
.steps-grid{display:grid;gap:1rem;grid-template-columns:1fr}
@media(min-width:600px){.steps-grid{grid-template-columns:repeat(3,1fr)}}
.step-card{text-align:center;padding:1.5rem 1rem;background:linear-gradient(180deg,var(--green-50),#fff);border-radius:var(--radius-xl);border:1px solid var(--green-100)}
.step-num{width:2rem;height:2rem;background:var(--green-600);color:#fff;border-radius:999px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:.875rem;margin:0 auto .75rem}
.step-icon{font-size:2rem;margin-bottom:.5rem}
.step-card h3{font-size:.95rem;font-weight:700;margin-bottom:.375rem}
.step-card p{font-size:.8rem;color:var(--gray-500)}

/* ── GALLERY ── */
.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem}
@media(min-width:640px){.gallery-grid{grid-template-columns:repeat(4,1fr)}}
.gallery-item{aspect-ratio:1/1;background:#fff;border-radius:var(--radius);border:1px solid var(--gray-200);overflow:hidden;box-shadow:var(--shadow-sm)}
.gallery-item img{width:100%;height:100%;object-fit:contain;padding:.5rem;transition:transform .3s}
.gallery-item:hover img{transform:scale(1.05)}

/* ── SOCIAL PROOF ── */
.social-proof-panel{width:100%;display:grid;gap:.55rem;margin:0 0 1.1rem;text-align:left}
.social-proof-rotator{height:44px;overflow:hidden;border:1px solid #fed7aa;background:#fff7ed;border-radius:.7rem;color:#9a3412}
.social-proof-track{display:flex;flex-direction:column;transition:transform .5s cubic-bezier(.4,0,.2,1);will-change:transform}
.social-proof-message{height:44px;flex:0 0 44px;display:flex;align-items:center;gap:.45rem;padding:.55rem .7rem;font-size:.78rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.social-proof-message>span{overflow:hidden;text-overflow:ellipsis}
.social-proof-message strong{color:#ea580c;font-weight:900}
.social-proof-icon{width:1rem;height:1rem;flex:0 0 1rem}
.social-proof-viewers{display:flex;align-items:center;gap:.45rem;min-height:38px;padding:.55rem .7rem;border:1px solid #bbf7d0;background:#f0fdf4;color:#166534;border-radius:.7rem;font-size:.78rem;font-weight:600}
.social-proof-viewers strong{font-weight:900;color:#047857}
.social-proof-dot{width:.65rem;height:.65rem;border-radius:999px;background:#86efac;box-shadow:0 0 0 3px rgba(134,239,172,.18);flex:0 0 auto}
.social-proof-stock{padding:.55rem .7rem .65rem;border:1px solid #fdba74;background:#fff7ed;color:#9a3412;border-radius:.7rem;font-size:.78rem;font-weight:600}
.social-proof-stock-text{display:flex;align-items:center;gap:.45rem}
.social-proof-stock strong{color:#c2410c;font-weight:900}
.order-header .social-proof-panel [data-proof-message-count],.order-header .social-proof-panel [data-proof-count]{color:var(--social-proof-count-color,#f97316);font-weight:900}
.social-proof-progress{height:.28rem;margin-top:.55rem;border-radius:999px;background:#ffedd5;overflow:hidden}
.social-proof-progress>span{display:block;height:100%;border-radius:inherit;background:#f97316;transition:width .45s ease}
.social-proof-panel .is-updated{animation:activityUpdate .55s ease-out}
.order-header .social-proof-panel+h2{margin-top:.15rem}
@media(max-width:479px){.social-proof-panel{gap:.45rem;margin-bottom:.9rem}.social-proof-message,.social-proof-viewers,.social-proof-stock{font-size:.72rem}.social-proof-message{padding:.5rem .6rem}.social-proof-viewers,.social-proof-stock{padding:.5rem .6rem}}
@media(prefers-reduced-motion:reduce){.social-proof-track,.social-proof-progress>span{transition:none}.social-proof-panel .is-updated{animation:none!important}}

/* ── REVIEWS ── */
.rating-summary{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.5rem}
.rating-big{font-size:2rem;font-weight:900;line-height:1}
.reviews-grid{display:grid;gap:.875rem}
@media(min-width:640px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:900px){.reviews-grid{grid-template-columns:repeat(3,1fr)}}
.review-card{background:linear-gradient(135deg,var(--green-50),#fff);border:1px solid var(--green-100);border-radius:var(--radius-xl);padding:1.125rem}
.review-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.625rem}
.review-top strong{display:block;font-size:.9rem;font-weight:700}
.review-top small{font-size:.75rem;color:var(--gray-500)}
.review-card p{font-size:.85rem;color:var(--gray-600,#4b5563);font-style:italic;line-height:1.55}
.verified{display:block;margin-top:.625rem;font-size:.7rem;font-weight:600;color:var(--green-700)}

/* ── ORDER SECTION ── */
.section-order{background:linear-gradient(160deg,var(--green-700),#064e3b);padding:3rem 0;color:#fff}
.order-wrapper{max-width:520px;margin:0 auto}
.order-header{text-align:center;margin-bottom:1.5rem}
.order-badge{display:inline-flex;align-items:center;background:#dc2626;color:#fff;font-size:.75rem;font-weight:700;padding:.3rem .875rem;border-radius:999px;margin-bottom:.75rem}
.pulse{animation:pulse 1.8s ease-in-out infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.7}}
.order-header h2{font-size:1.7rem;font-weight:900;margin-bottom:.25rem}
.order-header p{color:rgba(255,255,255,.75);font-size:.9rem}
.order-header strong{color:#fff}

/* Order form */
.order-form{background:#fff;color:var(--gray-900);border-radius:var(--radius-xl);padding:1.5rem;box-shadow:0 24px 64px rgba(0,0,0,.25)}
.order-product{display:flex;align-items:center;gap:.75rem;background:var(--green-50);border:1px solid var(--green-100);border-radius:var(--radius-lg);padding:.75rem;margin-bottom:1.25rem}
.order-product img{width:4rem;height:4rem;object-fit:contain;background:#fff;border-radius:.5rem;padding:.25rem;flex-shrink:0}
.order-product-info{flex:1;min-width:0}
.order-product-info strong{display:block;font-size:.875rem;font-weight:700;margin-bottom:.15rem}
.order-product-info small{font-size:.7rem;color:var(--gray-500);display:block;margin-bottom:.25rem}
.order-price-row{display:flex;align-items:center;gap:.4rem}
.order-qty{display:inline-flex;align-items:center;border:1px solid var(--gray-200);border-radius:.5rem;overflow:hidden;flex-shrink:0}
.order-qty button{padding:.35rem .6rem;background:var(--gray-50);border:none;font-size:1rem;font-weight:700;cursor:pointer}
.order-qty span{padding:.35rem .625rem;font-weight:700;font-size:.875rem}
.form-group{margin-bottom:.875rem}
.form-group label{display:block;font-size:.75rem;font-weight:600;color:var(--gray-600,#4b5563);margin-bottom:.3rem}
.form-group input,.form-group textarea,.form-group select{width:100%;border:1px solid var(--gray-200);border-radius:.75rem;padding:.75rem 1rem;font-size:.9rem;transition:border-color .15s,box-shadow .15s;background:#fff;color:var(--gray-900)}
.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--green-500,#22c55e);box-shadow:0 0 0 3px rgba(22,163,74,.15)}
.form-group textarea{resize:none}
.cash-info{background:#eff6ff;border:1px solid #bfdbfe;border-radius:.75rem;padding:.75rem 1rem;font-size:.8rem;color:#1e40af;margin-bottom:1rem;line-height:1.5}

/* Alert */
.alert{padding:.875rem 1rem;border-radius:.75rem;font-size:.875rem;margin-bottom:1rem}
.alert-error{background:#fee2e2;border:1px solid #fca5a5;color:#991b1b}
.alert-success{background:#dcfce7;border:1px solid #86efac;color:#166534}

/* ── FAQ ── */
.faq-list{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:.5rem}
.faq-item{border:1px solid var(--gray-200);border-radius:.75rem;overflow:hidden}
.faq-q{width:100%;text-align:left;background:#fff;border:none;padding:1rem 1.125rem;font-size:.9rem;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .15s}
.faq-q:hover{background:var(--gray-50)}
.faq-icon{font-size:1.3rem;font-weight:400;color:var(--green-600);flex-shrink:0;transition:transform .2s;line-height:1}
.faq-a{display:none;padding:0 1.125rem 1rem;font-size:.875rem;color:var(--gray-500);line-height:1.6;border-top:1px solid var(--gray-100)}
.faq-a.open{display:block}

/* ── BOTTOM CTA ── */
.section-cta-bottom{background:var(--green-700);color:#fff;padding:2.5rem 0;text-align:center}
.section-cta-bottom h3{font-size:1.3rem;font-weight:900;margin-bottom:.375rem}
.section-cta-bottom p{color:rgba(255,255,255,.8);font-size:.9rem;margin-bottom:1.25rem}

/* ── FOOTER ── */
.site-footer{background:#111827;color:#9ca3af;padding:2rem 0;text-align:center}
.footer-inner{display:flex;flex-direction:column;align-items:center;gap:.75rem}
.footer-logo{font-size:1.3rem;font-weight:900;color:#22c55e;letter-spacing:-.02em}
.footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1.25rem}
.footer-nav a{font-size:.8rem;color:#6b7280;transition:color .15s}
.footer-nav a:hover{color:#fff}
.footer-copy,.footer-secure{font-size:.75rem}

/* ── WHATSAPP FLOAT ── */
.whatsapp-float{position:fixed;bottom:1.5rem;right:1rem;z-index:1000;background:#25D366;color:#fff;border-radius:999px;padding:.875rem 1.125rem;display:flex;align-items:center;gap:.5rem;box-shadow:0 8px 32px rgba(37,211,102,.45);transition:all .2s;font-weight:700;font-size:.85rem}
.whatsapp-float:hover{background:#22c55e;transform:translateY(-2px);box-shadow:0 12px 40px rgba(37,211,102,.55)}
.whatsapp-float:active{transform:scale(.95)}
.whatsapp-float svg{width:1.375rem;height:1.375rem;flex-shrink:0}
.whatsapp-float span{display:none}
@media(min-width:480px){.whatsapp-float span{display:block}}

/* Professional hardening additions — existing visual system preserved */
.skip-link{position:fixed;left:.75rem;top:-5rem;z-index:1000;background:#111827;color:#fff;padding:.75rem 1rem;border-radius:.5rem}.skip-link:focus{top:.75rem}
[hidden]{display:none!important}.field-error{display:block;color:#b91c1c;font-size:.78rem;margin-top:.3rem}.form-group.has-error input,.form-group.has-error textarea{border-color:#dc2626;box-shadow:0 0 0 2px rgba(220,38,38,.12)}
.btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.cookie-banner{position:fixed;inset:0;z-index:1000;background:rgba(15,23,42,.58);display:flex;align-items:flex-end;justify-content:center;padding:1rem}.cookie-panel{width:min(680px,100%);background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 24px 60px rgba(0,0,0,.25);padding:1.25rem}.cookie-panel h2{font-size:1.1rem;margin-bottom:.4rem}.cookie-panel p{font-size:.85rem;color:#4b5563}.cookie-options{display:flex;gap:1rem;flex-wrap:wrap;margin:1rem 0}.cookie-options label{font-size:.85rem;font-weight:600}.cookie-actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.cookie-actions .btn{margin:0}.cookie-link{display:inline-block;margin-top:.75rem;font-size:.78rem;color:#15803d;text-decoration:underline}.cookie-settings-button{position:fixed;left:.75rem;bottom:.75rem;z-index:80;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:999px;padding:.45rem .7rem;font-size:.68rem;box-shadow:0 2px 10px rgba(0,0,0,.12)}
.legal-page{padding:2.5rem 0 4rem}.legal-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:clamp(1.25rem,4vw,2.5rem);box-shadow:0 12px 36px rgba(0,0,0,.06)}.legal-card h1{font-size:clamp(1.5rem,4vw,2.2rem);margin-bottom:1rem}.legal-card h2{font-size:1.15rem;margin:1.5rem 0 .5rem}.legal-card p,.legal-card li{color:#4b5563;line-height:1.75}.legal-card ul{padding-left:1.25rem}.legal-back{display:inline-flex;margin-bottom:1rem;color:#15803d;font-weight:700}
@media(max-width:639px){.bar-top{position:relative}.site-header{top:0!important}.cookie-actions .btn{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* Production form, receipt and legal accessibility additions */
.hp-field{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.legal-check{margin-top:.75rem}.legal-check>label{display:flex!important;align-items:flex-start;gap:.65rem;text-transform:none!important;letter-spacing:0!important;color:var(--gray-700)!important;font-size:.8rem!important;line-height:1.5;cursor:pointer}.legal-check input[type=checkbox]{width:1.1rem!important;height:1.1rem!important;min-width:1.1rem;margin-top:.12rem;accent-color:var(--green-600)}.legal-check a{color:var(--green-700);font-weight:700;text-decoration:underline;text-underline-offset:2px}.legal-check.has-error>label{color:#991b1b!important}
.thankyou-page{min-height:70vh;padding:clamp(2rem,7vw,5rem) 0;background:linear-gradient(180deg,var(--green-50),#fff)}.thankyou-card{max-width:680px;margin:0 auto;background:#fff;border:1px solid var(--green-100);border-radius:24px;padding:clamp(1.4rem,5vw,3rem);box-shadow:var(--shadow-lg);text-align:center}.thankyou-icon{width:4rem;height:4rem;margin:0 auto 1rem;border-radius:999px;background:var(--green-600);color:#fff;display:grid;place-items:center;font-size:2rem;font-weight:900}.thankyou-card h1{font-size:clamp(1.55rem,4vw,2.2rem);color:var(--gray-900);margin-bottom:.65rem}.thankyou-card>p{color:var(--gray-500);line-height:1.65}.order-summary{margin:1.5rem 0;display:grid;gap:.65rem;text-align:left}.order-summary>div{display:flex;justify-content:space-between;gap:1rem;padding:.8rem 1rem;border-radius:12px;background:var(--gray-50);border:1px solid var(--gray-100)}.order-summary span{color:var(--gray-500);font-size:.82rem}.order-summary strong{color:var(--gray-900);text-align:right}.privacy-note{font-size:.78rem!important;margin-bottom:1.25rem}
.legal-card table{width:100%;border-collapse:collapse;margin:1rem 0}.legal-card th,.legal-card td{border:1px solid var(--gray-200);padding:.65rem;text-align:left;vertical-align:top}.legal-card strong{color:var(--gray-900)}
@media(max-width:479px){.order-summary>div{display:block}.order-summary strong{display:block;text-align:left;margin-top:.2rem}.legal-check>label{font-size:.76rem!important}}

/* 3.4.0 mobile overflow, product selector and product video corrections */
html,body{max-width:100%;overflow-x:hidden}
.product-switcher{margin:0 0 1rem}
.product-switcher-label{display:block;margin-bottom:.4rem;color:var(--gray-500);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.product-switcher-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(135px,1fr));gap:.5rem}
.product-switcher-item{min-width:0;border:1px solid var(--gray-200);background:#fff;border-radius:var(--radius);padding:.65rem .75rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;box-shadow:var(--shadow-sm);transition:border-color .15s,box-shadow .15s,background .15s}
.product-switcher-item strong{min-width:0;font-size:.75rem;line-height:1.25;overflow-wrap:anywhere}
.product-switcher-item span{flex-shrink:0;color:var(--green-700);font-size:.78rem;font-weight:900;white-space:nowrap}
.product-switcher-item.active{border-color:var(--green-600);background:var(--green-50);box-shadow:0 0 0 2px rgba(22,163,74,.12)}
.product-switcher-item:focus-visible{outline:3px solid rgba(22,163,74,.25);outline-offset:2px}
.product-video-card{width:min(760px,100%);margin:0 auto;background:#0f172a;border:1px solid var(--gray-200);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg)}
.product-video-card video{display:block;width:100%;max-height:min(78vh,760px);background:#000;object-fit:contain}
.price-row{min-width:0}
.price-row>div{min-width:0}
.price-current{white-space:nowrap;max-width:100%}
.order-price-row{min-width:0;flex-wrap:wrap}
.order-form>.btn-block{white-space:normal;text-align:center;line-height:1.2;flex-wrap:wrap}
#btn-total,#order-total{white-space:nowrap;font-variant-numeric:tabular-nums}

@media(max-width:479px){
  .product-switcher-list{grid-template-columns:1fr 1fr}
  .product-switcher-item{padding:.55rem .6rem;align-items:flex-start;flex-direction:column;gap:.2rem}
  .product-switcher-item strong{font-size:.7rem}
  .product-switcher-item span{font-size:.74rem}
  .price-row{align-items:flex-start;flex-wrap:wrap;gap:.4rem .75rem}
  .price-row>div{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}
  .price-current{font-size:clamp(1.75rem,9vw,2.2rem)}
  .qty-row{flex-wrap:wrap;gap:.5rem}
  .order-form{padding:1rem}
  .order-product{position:relative;align-items:flex-start;padding:.75rem;padding-right:5rem;gap:.65rem}
  .order-product img{width:3.5rem;height:3.5rem}
  .order-product-info strong{font-size:.8rem;line-height:1.3}
  .order-product-info small{font-size:.66rem;line-height:1.35}
  .order-price-row{align-items:flex-start;gap:.15rem .35rem}
  .order-price-row .price-current{flex-basis:100%;font-size:clamp(1.65rem,8.8vw,2rem);line-height:1.05}
  .order-price-row .price-old{display:inline-block;margin:0;font-size:.78rem}
  .order-qty{position:absolute;right:.75rem;top:.75rem}
  .order-qty button{padding:.32rem .5rem}
  .order-qty span{padding:.32rem .5rem}
  .order-form>.btn-lg{padding:.9rem .7rem;font-size:.88rem;gap:.3rem}
  .cash-info{overflow-wrap:anywhere}
}

/* 3.5.0 — strict mobile fit, professional SVG icon system and lazy video */
.ui-icon{display:inline-block;width:1.15rem;height:1.15rem;flex:0 0 auto;vertical-align:-.18em}
.ui-icon-button{width:1.2rem;height:1.2rem;stroke-width:2}
.ui-icon-badge{width:.9rem;height:.9rem;stroke-width:2}
.ui-icon-spec{width:1.35rem;height:1.35rem;stroke-width:1.9}
.ui-icon-step{width:1.65rem;height:1.65rem;stroke-width:1.8}
.ui-icon-section{width:1.45rem;height:1.45rem;stroke-width:1.8}
.spec-icon{width:2.25rem;height:2.25rem;border-radius:.75rem;display:grid;place-items:center;color:var(--green-700);background:#fff;border:1px solid var(--green-100);box-shadow:0 4px 12px rgba(22,101,52,.08)}
.step-icon{width:3rem;height:3rem;margin:.25rem auto .75rem;border-radius:1rem;display:grid;place-items:center;color:var(--green-700);background:var(--green-50);border:1px solid var(--green-100)}
.trust-badges span,.order-badge{display:inline-flex;align-items:center;gap:.32rem}
.video-heading-icon{width:3rem;height:3rem;margin:0 auto .65rem;border-radius:1rem;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--green-600),var(--green-800));box-shadow:0 10px 24px rgba(22,101,52,.22)}
.product-video-section{content-visibility:auto;contain-intrinsic-size:900px}
.product-video-card{position:relative;width:min(430px,100%);aspect-ratio:9/16;margin:0 auto;background:#020617;border-color:#d1fae5;border-radius:clamp(16px,4vw,24px)}
.product-video-card video{width:100%;height:100%;max-height:none;aspect-ratio:9/16;object-fit:cover;background:#020617}
.video-load-note{position:absolute;left:50%;bottom:1rem;transform:translateX(-50%);display:inline-flex;align-items:center;gap:.4rem;max-width:calc(100% - 2rem);padding:.5rem .75rem;border-radius:999px;background:rgba(2,6,23,.78);color:#fff;font-size:.72rem;font-weight:700;white-space:nowrap;pointer-events:none;backdrop-filter:blur(8px)}
.video-load-note[hidden]{display:none!important}
.hero-grid>*{min-width:0}
.price-box,.order-form,.order-product,.product-switcher-item{min-width:0;max-width:100%}
.price-row{display:grid;grid-template-columns:minmax(0,max-content) minmax(0,1fr);align-items:center;gap:.5rem .75rem}
.price-row>div{display:flex;min-width:0;align-items:center;gap:.45rem;flex-wrap:wrap}
.price-current{font-size:clamp(1.9rem,7.2vw,2.2rem);letter-spacing:-.035em}
.price-old{margin:0}
.qty-row{min-width:0}
#multi-badge{max-width:100%;white-space:normal;line-height:1.25;text-align:center}
.order-price-row .price-current{font-size:clamp(1.35rem,6vw,1.75rem)}
.order-price-row>*{max-width:100%}

@media(max-width:639px){
  .container{padding-left:.8rem;padding-right:.8rem}
  .hero{padding-top:1rem}
  .hero-badges{gap:.3rem}
  .hero-badges .badge{font-size:.62rem;padding:.24rem .48rem;max-width:100%;white-space:normal}
  .product-title{font-size:clamp(1.38rem,6.8vw,1.72rem);overflow-wrap:anywhere}
  .product-subtitle{font-size:.86rem;line-height:1.55}
  .specs-grid{gap:.42rem}
  .spec-card{min-width:0;padding:.58rem .6rem;gap:.45rem}
  .spec-card>div{min-width:0}
  .spec-card strong,.spec-card small{overflow-wrap:anywhere}
  .price-box{padding:.85rem}
  .qty-row{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.5rem .65rem}
  .qty-row .qty-ctrl{justify-self:start}
  .qty-row #multi-badge{grid-column:1/-1;justify-self:start}
  .section{padding:2rem 0}
  .section-title{font-size:clamp(1.32rem,6vw,1.6rem)}
  .section-sub{line-height:1.55}
  .order-form{padding:1rem}
  .order-product{display:grid;grid-template-columns:3.5rem minmax(0,1fr);align-items:start;padding:.75rem;gap:.65rem}
  .order-product img{grid-row:1;width:3.5rem;height:3.5rem}
  .order-product-info{grid-column:2;grid-row:1;min-width:0;padding-right:0}
  .order-product-info strong,.order-product-info small{overflow-wrap:anywhere}
  .order-price-row{display:flex;flex-wrap:wrap;align-items:center;gap:.2rem .4rem}
  .order-price-row .price-current{flex-basis:100%;white-space:nowrap}
  .order-qty{position:static;grid-column:1/-1;grid-row:2;justify-self:start}
  .order-form>.btn-lg{width:100%;min-width:0;white-space:normal;padding:.9rem .65rem;font-size:.86rem;line-height:1.25}
  .cash-info{font-size:.76rem;padding:.7rem .8rem}
  .trust-badges{gap:.35rem}
  .trust-badges span{min-width:0;overflow-wrap:anywhere}
}

@media(max-width:379px){
  .container{padding-left:.65rem;padding-right:.65rem}
  .product-switcher-list{grid-template-columns:1fr}
  .main-image{padding:.55rem}
  .thumb{width:3rem;height:3rem}
  .specs-grid{grid-template-columns:1fr 1fr}
  .spec-icon{width:2rem;height:2rem}
  .price-row{grid-template-columns:1fr;align-items:start}
  .price-current{font-size:clamp(1.75rem,10vw,2rem)}
  .price-row>div{width:100%}
  .qty-row{grid-template-columns:1fr}
  .qty-row #multi-badge{grid-column:1}
  .order-header h2{font-size:1.45rem}
  .order-product{grid-template-columns:3.15rem minmax(0,1fr);gap:.55rem}
  .order-product img{width:3.15rem;height:3.15rem}
  .video-load-note{font-size:.64rem;padding:.45rem .6rem}
}

/* 3.5.1 gallery swipe, viewport video playback and admin-controlled sticky order bar */
.main-image-wrap[data-gallery-swipe]{touch-action:pan-y;user-select:none;-webkit-user-select:none}
.main-image.is-changing{opacity:.74}
.sticky-order-bar{display:none}
.sticky-order-bar[hidden]{display:none!important}
@media(max-width:767px){
  body.has-sticky-order-bar{padding-bottom:calc(4.7rem + env(safe-area-inset-bottom))}
  .sticky-order-bar{position:fixed;left:.65rem;right:.65rem;bottom:calc(.55rem + env(safe-area-inset-bottom));z-index:950;min-height:3.6rem;padding:.7rem .9rem;border-radius:1rem;background:linear-gradient(135deg,var(--green-600),var(--green-700));color:#fff;display:flex;align-items:center;justify-content:space-between;gap:.75rem;box-shadow:0 12px 32px rgba(6,78,59,.38);border:1px solid rgba(255,255,255,.2);font-weight:900}
  .sticky-order-bar-label{display:inline-flex;align-items:center;gap:.5rem;min-width:0;font-size:.92rem;line-height:1.15}
  .sticky-order-bar-label span{overflow-wrap:anywhere}
  .sticky-order-bar strong{flex-shrink:0;font-size:1rem;font-variant-numeric:tabular-nums;white-space:nowrap}
  .sticky-order-bar:active{transform:scale(.985)}
  body.has-sticky-order-bar .cookie-settings-button{bottom:calc(5.35rem + env(safe-area-inset-bottom))}
  body.has-sticky-order-bar .whatsapp-float{bottom:calc(5.35rem + env(safe-area-inset-bottom))}
}

/* 3.5.2 product package pricing */
.package-tier-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem;margin:.1rem 0 .85rem}
.package-tier-option{position:relative;min-width:0;border:1px solid var(--gray-200);background:#fff;border-radius:.75rem;padding:.65rem .7rem;text-align:left;display:flex;flex-direction:column;gap:.12rem;transition:border-color .15s,box-shadow .15s,background .15s;color:var(--gray-900)}
.package-tier-option span{font-size:.72rem;font-weight:800;line-height:1.25;overflow-wrap:anywhere}
.package-tier-option strong{font-size:.92rem;color:var(--green-700);font-variant-numeric:tabular-nums;white-space:nowrap}
.package-tier-option small{font-size:.6rem;color:var(--red-600);font-weight:800;line-height:1.2}
.package-tier-option.active{border-color:var(--green-600);background:var(--green-50);box-shadow:0 0 0 2px rgba(22,163,74,.13)}
.package-tier-option:focus-visible{outline:3px solid rgba(22,163,74,.25);outline-offset:2px}
@media(max-width:479px){.package-tier-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem}.package-tier-option{padding:.55rem .45rem}.package-tier-option span{font-size:.64rem}.package-tier-option strong{font-size:.78rem}.package-tier-option small{font-size:.55rem}.price-box{padding:.85rem}}
@media(max-width:359px){.package-tier-grid{grid-template-columns:1fr}.package-tier-option{display:grid;grid-template-columns:1fr auto;align-items:center}.package-tier-option small{grid-column:1/-1}}

/* 3.5.5 requested comparison-table visual correction — no other storefront layout changes */
.compare-table-wrap{background:#fff;border-color:#dfe7e2;box-shadow:0 12px 34px rgba(15,23,42,.08)}
.compare-table{table-layout:fixed;background:#fff;font-size:.875rem}
.compare-table th,.compare-table td{vertical-align:middle;overflow-wrap:anywhere}
.compare-table thead th{padding:.85rem 1rem;border-bottom:1px solid #dfe7e2;background:#f7f9f8;color:#526158;font-weight:800}
.compare-table thead th:first-child{width:34%;background:#f1f5f3;color:#34443b}
.compare-table thead th.old-col{width:33%;background:#f8faf9;color:#596961;text-align:center}
.compare-table thead th.new-col{width:33%;background:#eaf8f0;color:#0f7745;text-align:center;box-shadow:inset 3px 0 0 #4bc487}
.compare-table tbody th[scope="row"]{padding:.72rem 1rem;border-top:1px solid #edf2ef;background:#fff;color:#26372e;font-weight:750;text-align:left}
.compare-table tbody td{padding:.72rem 1rem;border-top:1px solid #edf2ef;background:#fff;text-align:center;color:#506158}
.compare-table tbody tr:nth-child(even)>th,.compare-table tbody tr:nth-child(even)>td.old-col{background:#f8faf9}
.compare-table tbody td.new-col{background:#effbf4;color:#0d7545;font-weight:800;box-shadow:inset 3px 0 0 rgba(75,196,135,.5)}
.compare-table tbody tr:nth-child(even)>td.new-col{background:#e8f8ef}
.compare-check{display:inline-flex;align-items:center;justify-content:center;width:1.65rem;height:1.65rem;border-radius:999px;background:#d9f7e5;color:#0b8b50}
.compare-check-icon{width:1.15rem;height:1.15rem}
.compare-muted{color:#9aa8a0;font-weight:700}
@media(max-width:639px){
  .compare-table{font-size:.8rem}
  .compare-table thead th,.compare-table tbody th[scope="row"],.compare-table tbody td{padding:.64rem .55rem}
  .compare-table thead th:first-child{width:35%}.compare-table thead th.old-col,.compare-table thead th.new-col{width:32.5%}
}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* 3.5.6 repeatable feature media and truthful live activity */
.feature-image-section .img-card.is-order-link,
.compare-table-wrap~*,
.img-card.is-order-link,
.gallery-item.is-order-link{cursor:pointer}
.img-card.is-order-link,.gallery-item.is-order-link{position:relative;transition:transform .18s ease,box-shadow .18s ease}
.img-card.is-order-link:hover,.gallery-item.is-order-link:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(15,23,42,.12)}
.img-card.is-order-link:focus-visible,.gallery-item.is-order-link:focus-visible{outline:3px solid rgba(22,163,74,.32);outline-offset:4px}
.live-activity-strip{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;margin:-.15rem 0 1rem}
.live-activity-pill{display:inline-flex;align-items:center;gap:.35rem;border:1px solid #bbf7d0;background:rgba(240,253,244,.94);color:#166534;border-radius:999px;padding:.35rem .7rem;font-size:.72rem;font-weight:800;box-shadow:0 3px 10px rgba(22,101,52,.08)}
.live-activity-pill .ui-icon{width:1rem;height:1rem}
[data-live-activity].is-updated{animation:activityUpdate .55s ease-out}
.live-activity-strip.is-animated .live-activity-pill{animation:activityGlow 3s ease-in-out infinite}
@keyframes activityUpdate{0%{transform:scale(.94);opacity:.58}55%{transform:scale(1.04);opacity:1}100%{transform:scale(1)}}
@keyframes activityGlow{0%,100%{box-shadow:0 3px 10px rgba(22,101,52,.08)}50%{box-shadow:0 5px 18px rgba(22,163,74,.2)}}
@media(max-width:479px){.live-activity-strip{gap:.35rem}.live-activity-pill{font-size:.66rem;padding:.3rem .55rem}.feature-image-section .section-title{font-size:1.45rem}}
@media(prefers-reduced-motion:reduce){[data-live-activity].is-updated,.live-activity-strip.is-animated .live-activity-pill{animation:none!important}.img-card.is-order-link,.gallery-item.is-order-link{transition:none}}
