/* ─── RESET & VARIABLES ─── */
*, *::before, *::after { box-sizing:border-box;margin:0;padding:0; }
:root { --green:#1b4332;--green-dark:#143a23;--gold:#c9940c;--gold-light:#f0b429;--cream:#f5f0e8;--white:#ffffff;--text-muted:rgba(255,255,255,0.80); }
body { font-family:'DM Sans',sans-serif;background:var(--cream);padding-top:60px; }
h1,h2,h3 { font-family:'Poppins',sans-serif; }
html { scroll-behavior:smooth; }
nav { position:fixed;top:0;left:0;width:100%;background:#0B3526;display:flex;align-items:center;justify-content:space-between;padding:0 56px;height:74px;z-index:1000;box-shadow:0 4px 20px rgba(0,0,0,0.5); }
.nav-logo { display:flex;align-items:center;gap:12px;text-decoration:none; }
.logo-white { color:#ffffff; }
.logo-gold { color:#c9940c; }
.logo-img { height:52px;width:auto;object-fit:contain; }
.nav-links { display:flex;align-items:center;gap:36px;list-style:none;margin-left:auto; }
.nav-links a { color:var(--white);text-decoration:none;font-size:15px;font-weight:500;transition:color 0.2s; }
.nav-links a:hover { color:var(--gold-light); }
.nav-cta { background:var(--gold-light)!important;color:var(--green-dark)!important;font-weight:700!important;padding:10px 28px;border-radius:6px;transition:background 0.2s,transform 0.15s!important; }
.nav-cta:hover { background:#ffc740!important;transform:translateY(-2px); }
.hamburger { display:none; }
.hero-wrapper { position:relative;background:var(--green);overflow:visible; }
.hero { background:var(--green);display:grid;grid-template-columns:1fr 540px;align-items:center;padding:52px 0 52px 56px;gap:0;position:relative;min-height:400px; }
.hero::after { content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--gold),var(--gold-light),var(--gold)); }
.hero-content { position:relative;z-index:2;animation:fadeUp 0.65s ease both; }
@keyframes fadeUp { from{opacity:0;transform:translateY(28px)} to{opacity:1;transform:translateY(0)} }
.hero h1 { font-size:clamp(30px,3.2vw,44px);font-weight:800;color:var(--white);line-height:1.15;margin-bottom:10px; }
.hero-subtitle { font-size:clamp(20px,2.4vw,32px);font-weight:600;color:var(--gold-light);line-height:1.2;margin-bottom:18px; }
.hero-desc { color:var(--text-muted);font-size:15px;line-height:1.65;max-width:460px;margin-bottom:32px; }
.hero-buttons { display:flex;gap:16px;flex-wrap:wrap; }
.btn { display:inline-block;font-family:'DM Sans',sans-serif;font-size:15px;font-weight:700;padding:13px 30px;border-radius:6px;text-decoration:none;transition:transform 0.18s,box-shadow 0.18s,background 0.18s;cursor:pointer; }
.btn-primary { background:var(--gold-light);color:var(--green-dark); }
.btn-primary:hover { background:#ffc740;transform:translateY(-2px);box-shadow:0 8px 20px rgba(240,180,41,0.35); }
.btn-outline { background:transparent;color:var(--white);border:2px solid var(--white); }
.btn-outline:hover { background:rgba(255,255,255,0.10);transform:translateY(-2px); }
.hero-image { position:absolute;right:0;bottom:0;width:540px;z-index:5;display:flex;align-items:flex-end;justify-content:flex-end;pointer-events:none;animation:fadeUp 0.75s 0.15s ease both; }
.hero-image img { width:100%;height:auto;max-height:480px;object-fit:contain;object-position:right bottom;display:block;filter:drop-shadow(-16px 0 40px rgba(0,0,0,0.3)); }
.brand-strip { background:white;border-top:1px solid rgba(0,0,0,0.07);border-bottom:1px solid rgba(0,0,0,0.07);padding:22px 0;overflow:hidden;width:100%; }
.marquee-track { display:flex;width:100%;overflow:hidden; }
.marquee-content { display:flex;align-items:center;gap:64px;animation:marquee 22s linear infinite;white-space:nowrap;min-width:max-content; }
.marquee-track:hover .marquee-content { animation-play-state:paused; }
@keyframes marquee { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
.brand-logo { height:40px;width:auto;object-fit:contain;padding:0 32px;opacity:0.85;transition:opacity 0.2s; }
.brand-logo:hover { opacity:1; }
.section-inner { max-width:1140px;margin:0 auto;padding:0 56px; }
.section-title { font-family:'DM Sans',sans-serif;font-size:clamp(22px,2.2vw,32px);font-weight:700;color:#1b1b1b;text-align:center;margin-bottom:40px;position:relative; }
.section-title::after { content:'';display:block;width:48px;height:3px;background:var(--gold-light);border-radius:2px;margin:10px auto 0; }
.why-deftola { background:var(--cream);padding:72px 0; }
.why-grid { display:grid;grid-template-columns:repeat(4,1fr);gap:20px; }
.why-card { background:#fff;border:3px solid #0F3D2E;border-radius:14px;padding:32px 20px 28px;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;transition:transform 0.22s,box-shadow 0.22s,border-color 0.22s;cursor:default; }
.why-card:hover { transform:translateY(-4px);box-shadow:0 12px 32px rgba(27,67,50,0.10);border-color:#b0cbb8; }
.why-icon { width:47px;height:47px;display:flex;align-items:center;justify-content:center; }
.why-icon img { width:100%;height:100%;object-fit:contain; }
.why-label { font-size:15px;font-weight:600;color:#1b2b22;line-height:1.35; }
.promotions { background:var(--cream);padding:72px 0 80px; }
.promo-slider-wrap { position:relative;overflow:hidden;padding:0 24px 0; }
.promo-slide { display:none;grid-template-columns:1fr 1fr;align-items:center;gap:40px;background:linear-gradient(135deg,#1b4332 60%,#143a23 100%);border-radius:20px;padding:52px 56px;min-height:320px;position:relative;overflow:hidden; }
.promo-slide::before { content:'';position:absolute;top:-60px;left:-60px;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,0.04);pointer-events:none; }
.promo-slide::after { content:'';position:absolute;bottom:-40px;right:340px;width:140px;height:140px;border-radius:50%;background:rgba(255,255,255,0.03);pointer-events:none; }
.promo-slide.active { display:grid; }
.promo-left { display:flex;flex-direction:column;gap:20px;z-index:2; }
.promo-tag { font-size:26px;font-weight:800;color:#fff;letter-spacing:-0.5px;line-height:1.2; }
.promo-deal-btn { display:inline-block;background:var(--green-dark);color:#fff;font-size:15px;font-weight:700;padding:13px 26px;border-radius:8px;border:2px solid rgba(255,255,255,0.15);text-decoration:none;width:fit-content;transition:background 0.2s,transform 0.18s;touch-action:manipulation;-webkit-tap-highlight-color:transparent; }
.promo-deal-btn:hover { background:#0b2e1e;transform:translateY(-2px); }
.promo-expires { display:flex;flex-direction:column;gap:10px; }
.expires-label { font-size:13px;font-weight:600;color:var(--gold-light);text-transform:uppercase;letter-spacing:0.8px; }
.promo-timer { display:flex;align-items:flex-start;gap:6px; }
.timer-box { display:flex;flex-direction:column;align-items:center;background:rgba(255,255,255,0.10);border:1px solid rgba(255,255,255,0.15);border-radius:6px;padding:8px 14px 6px;min-width:60px; }
.timer-num { font-size:22px;font-weight:700;color:#fff;line-height:1; }
.timer-unit { font-size:10px;font-weight:500;color:rgba(255,255,255,0.55);margin-top:4px;text-transform:uppercase;letter-spacing:0.5px; }
.timer-colon { font-size:20px;font-weight:700;color:rgba(255,255,255,0.5);margin-top:6px; }
.promo-right { display:flex;justify-content:flex-end;z-index:2; }
.promo-card { background:#fff;border-radius:16px;overflow:hidden;width:100%;max-width:340px;box-shadow:0 20px 48px rgba(0,0,0,0.25); }
.promo-img-wrap { background:#f7f4ee;padding:20px;display:flex;align-items:center;justify-content:center;height:170px; }
.promo-product-img { max-height:130px;max-width:100%;object-fit:contain; }
.promo-card-body { padding:18px 20px 20px;display:flex;flex-direction:column;gap:10px; }
.promo-product-name { font-size:17px;font-weight:700;color:#1b1b1b; }
.promo-size-badge { display:inline-block;font-size:13px;font-weight:600;color:#444;background:#f0ebe1;border:1px solid #ddd5c4;border-radius:6px;padding:3px 12px;width:fit-content; }
.promo-deal-row { display:flex;align-items:center;gap:7px;font-size:14px;color:#444;padding-bottom:10px;border-bottom:1px dashed #e0ddd6; }
.deal-icon { flex-shrink:0; }
.deal-highlight { font-weight:700;color:#1b4332; }
.promo-valid-row { display:flex;align-items:center;gap:7px;font-size:13px;color:#666; }
.promo-valid-row strong { color:#1b1b1b; }
.promo-claim-btn { display:flex;align-items:center;justify-content:center;gap:8px;background:var(--gold-light);color:var(--green-dark);font-size:15px;font-weight:700;padding:13px 20px;border-radius:8px;text-decoration:none;margin-top:4px;transition:background 0.2s,transform 0.18s;touch-action:manipulation;-webkit-tap-highlight-color:transparent;cursor:pointer;position:relative;z-index:10; }
.promo-claim-btn:hover { background:#ffc740;transform:translateY(-2px); }
.promo-dots { display:flex;justify-content:center;gap:9px;margin-top:24px; }
.promo-dot { width:10px;height:10px;border-radius:50%;background:#c5b89a;cursor:pointer;transition:background 0.25s,transform 0.25s; }
.promo-dot.active { background:var(--green);transform:scale(1.25); }
.products { background:var(--cream);padding:72px 0; }
.product-tabs { display:flex;gap:10px;margin-bottom:36px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:6px;-webkit-mask-image:linear-gradient(to right,transparent 0,black 16px,black calc(100% - 16px),transparent 100%);mask-image:linear-gradient(to right,transparent 0,black 16px,black calc(100% - 16px),transparent 100%); }
.product-tabs::-webkit-scrollbar { display:none; }
.tab-btn { font-size:14px;font-weight:600;padding:10px 20px;border-radius:8px;border:1.5px solid #d5cfc5;background:#fff;color:#555;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background 0.2s,color 0.2s,border-color 0.2s;touch-action:manipulation;-webkit-tap-highlight-color:transparent; }
.tab-btn:hover { border-color:var(--green);color:var(--green); }
.tab-btn.active { background:var(--gold-light);color:var(--green-dark);border-color:var(--gold-light); }
.product-panel { display:none; }
.product-panel.active { display:block; }
.product-track { display:grid;grid-template-columns:repeat(4,1fr);gap:20px;cursor:grab; }
.product-track:active { cursor:grabbing; }
.product-card { background:#fff;border:1.5px solid #e5e0d8;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:transform 0.22s,box-shadow 0.22s; }
.product-card:hover { transform:translateY(-4px);box-shadow:0 12px 32px rgba(27,67,50,0.10); }
.product-img-wrap { position:relative;background:#f7f4ee;height:180px;display:flex;align-items:center;justify-content:center;padding:16px; }
.product-img-wrap img { max-height:140px;max-width:100%;object-fit:contain; }
.product-brand-badge { position:absolute;top:10px;left:10px;background:var(--green);color:#fff;font-size:11px;font-weight:700;padding:3px 10px;border-radius:4px;letter-spacing:0.3px; }
.product-card-body { padding:16px 16px 18px;display:flex;flex-direction:column;gap:8px;flex:1; }
.product-title-row { display:flex;align-items:flex-start;justify-content:space-between;gap:8px; }
.product-name { font-size:15px;font-weight:700;color:#1b1b1b;line-height:1.3; }
.product-stock { font-size:11px;font-weight:600;white-space:nowrap;padding:3px 8px;border-radius:4px;flex-shrink:0; }
.product-stock.in-stock { background:#e8f4ee;color:#1b4332; }
.product-stock.out-of-stock { background:#fde8e8;color:#9b1c1c; }
.product-brand { font-size:12px;color:#888;margin:0; }
.pack-label { font-size:10px;font-weight:700;color:#aaa;letter-spacing:0.8px;text-transform:uppercase;margin:4px 0 2px; }
.pack-sizes { display:flex;flex-wrap:wrap;gap:6px; }
.pack-size { font-size:12px;font-weight:600;padding:4px 10px;border:1.5px solid #d5cfc5;border-radius:6px;color:#555;cursor:pointer;transition:border-color 0.15s,background 0.15s;touch-action:manipulation;-webkit-tap-highlight-color:transparent;user-select:none; }
.pack-size.active,.pack-size:hover { border-color:var(--green);background:#e8f4ee;color:var(--green); }
.product-footer { display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:12px; }
.product-price { font-size:17px;font-weight:700;color:#1b1b1b; }
.btn-order { background:var(--green);color:#ffffff;font-size:13px;font-weight:700;padding:9px 18px;border-radius:7px;text-decoration:none;transition:background 0.2s,transform 0.15s;touch-action:manipulation;-webkit-tap-highlight-color:transparent;cursor:pointer;display:inline-block;position:relative;z-index:5; }
.btn-order:hover { background:var(--green-dark);transform:translateY(-1px); }
.how-to-order { background:var(--cream);padding:72px 0 80px;border-top:1px solid #e5e0d8; }
.section-title.dark { color:#1b1b1b; }
.order-steps { display:flex;align-items:center;justify-content:center;gap:0; }
.order-step { display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center;flex:1;max-width:220px; }
.step-img-wrap { width:180px;height:180px;display:flex;align-items:center;justify-content:center; }
.step-img-wrap img { width:180px;height:180px;object-fit:contain; }
.step-arrow svg { width:56px;height:24px; }
.step-label { font-size:14px;font-weight:600;color:#333;line-height:1.4;max-width:140px; }
.step-arrow { flex-shrink:0;padding:0 8px;margin-bottom:40px; }
.newsletter { background:var(--cream);padding:72px 0 80px;border-top:1px solid #e5e0d8;text-align:center; }
.newsletter-sub { font-size:16px;color:#555;margin-bottom:32px;margin-top:-20px; }
.newsletter-form { display:flex;align-items:stretch;gap:0;max-width:600px;margin:0 auto;border-radius:10px;overflow:hidden;box-shadow:0 4px 24px rgba(27,67,50,0.10); }
.newsletter-input { flex:1;font-size:15px;padding:16px 20px;border:2px solid #e0dbd2;border-right:none;border-radius:10px 0 0 10px;background:#fff;color:#1b1b1b;outline:none;transition:border-color 0.2s; }
.newsletter-input::placeholder { color:#aaa; }
.newsletter-input:focus { border-color:var(--green); }
.newsletter-btn { font-size:15px;font-weight:700;padding:16px 36px;background:var(--gold-light);color:var(--green-dark);border:none;border-radius:0 10px 10px 0;cursor:pointer;transition:background 0.2s,transform 0.15s;white-space:nowrap; }
.newsletter-btn:hover { background:#ffc740; }
.contact-footer { display:flex;flex-direction:column; }
.map-wrap { width:100%;height:300px;overflow:hidden;border-top:4px solid var(--gold-light); }
.map-wrap iframe { width:100%;height:100%;display:block; }
.footer-bar { background:var(--green);display:flex;align-items:center;justify-content:space-between;padding:36px 56px;gap:40px; }
.footer-left { display:flex;flex-direction:column;gap:14px; }
.footer-address { font-size:14px;font-weight:500;color:rgba(255,255,255,0.85);line-height:1.6; }
.footer-hours { font-size:14px;font-weight:400;color:rgba(255,255,255,0.65);line-height:1.6; }
.footer-right { display:flex;flex-direction:column;align-items:flex-end;gap:10px; }
.footer-email { font-size:14px;font-weight:500;color:rgba(255,255,255,0.85)!important; }
.footer-phones { font-size:14px;font-weight:400;color:rgba(255,255,255,0.65)!important;text-decoration:none!important;line-height:1.6;text-align:right; }
.copyright-bar { background:var(--green-dark);display:flex;align-items:center;justify-content:space-between;padding:14px 56px;gap:16px;border-top:1px solid rgba(255,255,255,0.08); }
.copyright-text { font-size:13px;color:rgba(255,255,255,0.50); }
.designed-by { font-size:13px;color:rgba(255,255,255,0.45); }
.creavex-link { color:var(--gold-light);text-decoration:none;font-weight:600;transition:color 0.2s; }
.creavex-link:hover { color:#ffc740; }
.wa-popup-wrap { position:fixed;bottom:24px;right:24px;z-index:1000;display:flex;flex-direction:column;align-items:flex-end;gap:12px; }
.whatsapp-float { width:60px;height:60px;border-radius:50%;background:#25D366;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 24px rgba(37,211,102,0.45);transition:transform 0.2s,box-shadow 0.2s;touch-action:manipulation; }
.whatsapp-float:hover { transform:scale(1.08);box-shadow:0 10px 32px rgba(37,211,102,0.55); }
.whatsapp-float img { width:36px;height:36px;border-radius:50%;object-fit:contain; }
.wa-popup { background:#fff;border-radius:16px;padding:22px 20px 16px;width:270px;box-shadow:0 12px 48px rgba(0,0,0,0.18);display:flex;flex-direction:column;gap:10px;position:relative;opacity:0;transform:translateY(16px) scale(0.97);pointer-events:none;transition:opacity 0.25s ease,transform 0.25s ease; }
.wa-popup.open { opacity:1;transform:translateY(0) scale(1);pointer-events:auto; }
.wa-popup-close { position:absolute;top:10px;right:12px;background:none;border:none;font-size:20px;line-height:1;color:#999;cursor:pointer;padding:2px 6px;border-radius:4px;transition:color 0.15s,background 0.15s; }
.wa-popup-close:hover { color:#333;background:#f0f0f0; }
.wa-popup-heading { font-size:14px;font-weight:700;color:#1b1b1b;line-height:1.4;padding-right:20px; }
.wa-popup-btn { display:flex;align-items:center;gap:10px;background:#25D366;color:#fff;font-size:14px;font-weight:700;padding:12px 16px;border-radius:10px;text-decoration:none;transition:background 0.18s,transform 0.15s;touch-action:manipulation; }
.wa-popup-btn:hover { background:#1ebe5b;transform:translateY(-1px); }
.wa-popup-status { font-size:12px;color:#888;text-align:center;margin-top:2px;display:flex;align-items:center;justify-content:center;gap:6px; }
.wa-popup-status a { color:#888;text-decoration:underline; }
.wa-online-dot { display:inline-block;width:8px;height:8px;border-radius:50%;background:#25D366;animation:pulse-dot 2s infinite; }
@keyframes pulse-dot { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.5;transform:scale(0.8)} }

@media (max-width:900px) {
  nav { padding:0 24px; }
  .hero { grid-template-columns:1fr;padding:36px 24px 220px;text-align:center;min-height:unset; }
  .hero-content { padding-bottom:0; }
  .hero-desc { margin-left:auto;margin-right:auto; }
  .hero-buttons { justify-content:center; }
  .hero-image { width:100%;max-width:320px;left:50%;right:unset;transform:translateX(-50%); }
  .hero-image img { max-height:240px; }
  .nav-links { display:none; }
  .section-inner { padding:0 24px; }
  .why-grid { grid-template-columns:repeat(2,1fr); }
  .promo-slide { grid-template-columns:1fr;padding:36px 28px;gap:28px;text-align:center; }
  .promo-left { align-items:center; }
  .promo-deal-btn { width:100%;text-align:center; }
  .promo-timer { justify-content:center; }
  .promo-right { justify-content:center; }
  .promo-card { max-width:320px; }
  .product-track { grid-template-columns:repeat(2,1fr); }
  .order-steps { gap:0; }
  .step-img-wrap { width:110px;height:110px; }
  .step-arrow svg { width:28px; }
  .newsletter-form { max-width:480px; }
  .footer-bar { padding:32px 24px;gap:24px; }
  .map-wrap { height:260px; }
}

@media (max-width:768px) {
  nav { padding:0 20px;height:60px; }
  .logo-img { height:34px; }
  .logo-text { display:flex;flex-direction:column;line-height:1.2; }
  .logo-white { font-weight:700;font-size:12px;color:var(--white);letter-spacing:0.5px; }
  .logo-gold { font-weight:700;font-size:11px;color:var(--gold-light);letter-spacing:0.5px; }
  .nav-links { position:absolute;top:60px;right:0;background:#0B3526;width:100%;flex-direction:column;align-items:center;gap:0;padding:0;display:none;box-shadow:0 8px 24px rgba(0,0,0,0.3);z-index:999; }
  .nav-links.active { display:flex; }
  .nav-links li { width:100%;text-align:center;border-bottom:1px solid rgba(255,255,255,0.08); }
  .nav-links li:last-child { border-bottom:none;padding:16px 0; }
  .nav-links a { display:block;padding:16px 0;font-size:16px;color:#fff; }
  .nav-links a:hover { background:rgba(255,255,255,0.06);color:var(--gold-light); }
  .nav-cta { background:var(--gold-light)!important;color:var(--green-dark)!important;margin:0 24px;border-radius:6px;padding:12px 0!important;display:block; }
  .hamburger { display:flex;flex-direction:column;justify-content:center;gap:5px;cursor:pointer;padding:6px;border-radius:6px;transition:background 0.2s; }
  .hamburger:hover { background:rgba(255,255,255,0.08); }
  .hamburger span { display:block;width:24px;height:2.5px;background:white;border-radius:2px;transition:transform 0.3s ease,opacity 0.3s ease;transform-origin:center; }
  .hamburger.open span:nth-child(1) { transform:translateY(7.5px) rotate(45deg); }
  .hamburger.open span:nth-child(2) { opacity:0;transform:scaleX(0); }
  .hamburger.open span:nth-child(3) { transform:translateY(-7.5px) rotate(-45deg); }
  .hero-wrapper { overflow:hidden; }
  .hero { display:flex;flex-direction:column-reverse;padding:0;min-height:unset;gap:0; }
  .hero-image { position:relative;width:100%;right:unset;bottom:unset;left:unset;transform:none;display:block;pointer-events:auto;background:#0B2E1E;border-radius:20px 20px 0 0;overflow:hidden;padding:8px 0 0; }
  .hero-image img { width:100%;height:300px;max-height:300px;object-fit:contain;object-position:center bottom;filter:none;display:block; }
  .hero-content { text-align:center;padding:24px 20px 36px;animation:none; }
  .hero h1 { font-size:24px;margin-bottom:8px; }
  .hero-subtitle { font-size:18px;margin-bottom:12px; }
  .hero-desc { font-size:14px;margin-bottom:24px;max-width:100%; }
  .hero-buttons { flex-direction:column;gap:12px; }
  .btn { width:100%;text-align:center;padding:14px 20px; }
  .brand-strip { padding:18px 0; }
  .marquee-track { overflow:hidden; }
  .marquee-content { display:flex;animation:marquee 18s linear infinite;white-space:nowrap;min-width:max-content;gap:40px; }
  .marquee-content img { display:inline-block!important; }
  .brand-logo { height:30px;padding:0 16px;width:auto;object-fit:contain; }
  .why-deftola { padding:48px 0; }
  .promotions { padding:48px 0 56px; }
  .section-inner { padding:0 16px; }
  .section-title { font-size:20px;margin-bottom:28px; }
  .why-grid { grid-template-columns:repeat(2,1fr);gap:14px; }
  .why-card { padding:24px 14px 20px;border-radius:12px; }
  .why-icon { width:56px;height:56px; }
  .why-label { font-size:13px; }
  .promo-slider-wrap { padding:0 8px; }
  .promo-slide { padding:28px 20px 32px;border-radius:16px; }
  .promo-tag { font-size:22px; }
  .timer-box { min-width:50px;padding:6px 10px 5px; }
  .timer-num { font-size:18px; }
  .timer-unit { font-size:9px; }
  .promo-img-wrap { height:140px; }
  .promo-product-img { max-height:110px; }
  .products { padding:48px 0; }
  .how-to-order { padding:48px 0 56px; }
  .product-tabs { gap:8px;margin-bottom:24px; }
  .product-tabs::-webkit-scrollbar { display:none; }
  .tab-btn { font-size:13px;padding:9px 16px; }

  /* KEY FIX: Pure CSS scroll on mobile - no JS touch handling */
  .product-track {
    display:flex;
    flex-wrap:nowrap;
    overflow-x:scroll;
    -webkit-overflow-scrolling:touch;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    gap:14px;
    padding-bottom:12px;
    cursor:default;
    touch-action:pan-x;
  }
  .product-track::-webkit-scrollbar { display:none; }
  .product-card { flex-shrink:0;width:220px;scroll-snap-align:start; }
  .product-img-wrap { height:150px; }

  /* CRITICAL: These buttons must always respond to taps immediately */
  .btn-order,
  .pack-size,
  .promo-claim-btn,
  .promo-deal-btn {
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: transparent !important;
    position: relative !important;
    z-index: 20 !important;
    pointer-events: auto !important;
  }

  .order-steps { flex-direction:column;align-items:center;gap:16px; }
  .step-arrow { transform:rotate(90deg);margin:0; }
  .step-img-wrap,.step-img-wrap img { width:160px;height:160px; }
  .newsletter { padding:48px 0 56px; }
  .newsletter-sub { font-size:14px;padding:0 8px; }
  .newsletter-form { flex-direction:column;border-radius:10px;box-shadow:none;gap:12px; }
  .newsletter-input { border:2px solid #e0dbd2;border-radius:10px;padding:14px 16px;font-size:15px; }
  .newsletter-btn { border-radius:10px;padding:14px 20px;font-size:15px;width:100%; }
  .map-wrap { height:220px; }
  .footer-bar { flex-direction:column;align-items:flex-start;padding:28px 20px 32px;gap:20px; }
  .footer-right { align-items:flex-start;width:100%; }
  .footer-phones { text-align:left;color:white;text-decoration:none!important; }
  .copyright-bar { flex-direction:column;align-items:center;text-align:center;padding:16px 20px;gap:6px; }
}

a[href^="tel"],a[href^="sms"] { color:inherit!important;text-decoration:none!important; }
.footer-phones,.footer-email { color:rgba(255,255,255,0.85)!important;text-decoration:none!important; }