﻿:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --text: #111111;
  --muted: #6b6b6b;
  --primary: #111111;
  --primary-dark: #000000;
  --shadow: 0 2px 16px rgba(0,0,0,0.06);
  --shadow-lg: 0 10px 40px rgba(0,0,0,0.10);
  --radius: 16px;
  --nav-height: 72px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-height) + 20px); }
body { background: #ffffff; color: #111111; font-family: "Poppins", sans-serif; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { padding-left: 18px; }

.container { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }

.section { padding: 100px 0; }
.section-soft { background: #fafafa; }

.section-heading { text-align: center; max-width: 580px; margin: 0 auto 60px; }
.section-heading h2 { font-size: clamp(28px, 4vw, 46px); font-weight: 800; line-height: 1.08; margin-bottom: 14px; letter-spacing: -0.03em; color: #111111; }
.section-heading p { color: #6b6b6b; font-size: 17px; line-height: 1.7; }

.section-tag { display: inline-block; padding: 6px 16px; border-radius: 999px; background: transparent; border: 1.5px solid #111111; color: #111111; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 14px; }
.section-tag.light { border-color: rgba(255,255,255,0.4); color: #ffffff; background: transparent; }

/* NAVBAR */
.navbar { position: fixed; top: 0; left: 0; width: 100%; height: var(--nav-height); display: flex; align-items: center; justify-content: space-between; padding: 0 40px; background: rgba(255,255,255,0.98); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); border-bottom: 1px solid #e8e8e8; z-index: 1200; }
.logo img { height: 220px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { font-size: 14px; font-weight: 500; color: #111111; letter-spacing: 0.02em; transition: opacity 0.2s; }
.nav-links a:hover { opacity: 0.55; }
.nav-buy { padding: 10px 24px; border-radius: 999px; background: #111111; color: #ffffff !important; font-weight: 700; font-size: 13px; letter-spacing: 0.04em; transition: background 0.25s ease, transform 0.25s ease; }
.nav-buy:hover { opacity: 1 !important; background: #000000; transform: translateY(-1px); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1.5px solid #e8e8e8; background: transparent; border-radius: 12px; cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 1.5px; margin: 5px auto; background: #111111; border-radius: 2px; }

/* HERO */
.hero { min-height: 100svh; padding-top: var(--nav-height); background: #111111; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; border-bottom: 1px solid #e8e8e8; }
.hero::before { display: none; }
.hero-bg-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center right; z-index: 0; }
.hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to right, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.55) 50%, rgba(0,0,0,0.10) 100%); }

.hero-inner { display: flex; align-items: center; padding: 80px 0; position: relative; z-index: 2; width: 100%; }

.hero-text { max-width: 600px; display: flex; flex-direction: column; justify-content: center; }
.hero-text h1 { font-size: clamp(40px, 5.5vw, 72px); font-weight: 900; line-height: 1.0; color: #ffffff; margin-bottom: 22px; letter-spacing: -0.04em; }
.hero-text p { font-size: clamp(16px, 1.8vw, 18px); color: rgba(255,255,255,0.82); margin-bottom: 36px; line-height: 1.8; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px; }
.trust-badges { display: flex; flex-wrap: wrap; gap: 16px 24px; border-top: 1px solid rgba(255,255,255,0.25); padding-top: 20px; align-items: center; }
.trust-badges span { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.80); letter-spacing: 0.03em; white-space: nowrap; }
.eyebrow { display: inline-block; padding: 5px 12px; border-radius: 999px; background: transparent; border: 1px solid rgba(255,255,255,0.35); color: rgba(255,255,255,0.6); font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 20px; }
.btn-ghost-light { background: transparent; color: #ffffff; border: 1.5px solid rgba(255,255,255,0.7); display: inline-flex; align-items: center; justify-content: center; padding: 14px 32px; border-radius: 999px; font-weight: 700; font-size: 14px; cursor: pointer; letter-spacing: 0.03em; transition: background 0.25s, color 0.25s, border-color 0.25s; }
.btn-ghost-light:hover { background: #ffffff; color: #111111; border-color: #ffffff; }

/* HERO IMAGES */
.hero-visual { display: flex; align-items: stretch; justify-content: flex-end; margin-top: calc(-1 * var(--nav-height)); position: relative; overflow: hidden; }
.basket-wrap { position: relative; display: block; width: 100%; }
.hero-single-img { width: 100%; height: 620px; object-fit: cover; object-position: center top; display: block; max-width: none; }
.hero-image-item { position: relative; cursor: pointer; transition: transform 0.4s ease; background: #f9f9f9; border: 1px solid #e8e8e8; border-radius: 20px; padding: 20px 16px 16px; display: flex; flex-direction: column; align-items: center; width: 210px; overflow: hidden; }
.hero-image-item:hover { transform: translateY(-10px); box-shadow: 0 12px 32px rgba(0,0,0,0.08); }
.hero-image-item img { width: 100%; height: 260px; object-fit: cover; object-position: center center; border-radius: 10px; }
.hero-image-item .product-label { position: static; transform: none; margin-top: 14px; background: #ffffff; color: #111111; padding: 6px 14px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: 0.04em; white-space: nowrap; border: 1px solid #e8e8e8; }

/* SCROLL INDICATOR */
.hero-scroll { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; z-index: 2; }
.hero-scroll span { font-size: 10px; color: #aaaaaa; letter-spacing: 0.1em; text-transform: uppercase; }
.scroll-line { width: 1px; height: 36px; background: linear-gradient(to bottom, #111111, transparent); animation: scrollPulse 2s ease infinite; }
@keyframes scrollPulse { 0%, 100% { opacity: 0.2; } 50% { opacity: 0.8; } }

/* CAROUSEL */
.scene { width: 360px; height: 460px; perspective: 900px; display: flex; align-items: center; justify-content: center; }
.carousel { width: 220px; height: 300px; position: relative; transform-style: preserve-3d; animation: spin3d 30s linear infinite; }
.carousel-item { position: absolute; width: 220px; height: 300px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.carousel-item:nth-child(1) { transform: rotateY(0deg) translateZ(280px); }
.carousel-item:nth-child(2) { transform: rotateY(120deg) translateZ(280px); }
.carousel-item:nth-child(3) { transform: rotateY(240deg) translateZ(280px); }
.carousel-item img { width: 200px; height: 260px; object-fit: contain; }
.product-label { margin-top: 10px; font-size: 12px; font-weight: 700; color: #111111; background: rgba(255,255,255,0.95); padding: 6px 14px; border-radius: 999px; white-space: nowrap; border: 1px solid #e8e8e8; }
@keyframes spin3d { from { transform: rotateY(0deg); } to { transform: rotateY(360deg); } }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 32px; border-radius: 999px; font-weight: 700; font-size: 14px; border: none; cursor: pointer; transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.25s ease, color 0.25s ease; letter-spacing: 0.03em; }
.btn:hover { transform: translateY(-2px); }

.btn-primary { background: #111111; color: #ffffff; box-shadow: 0 4px 20px rgba(0,0,0,0.18); }
.btn-primary:hover { background: #000000; box-shadow: 0 8px 28px rgba(0,0,0,0.28); }

.btn-ghost { background: transparent; color: #111111; border: 1.5px solid #111111; }
.btn-ghost:hover { background: #111111; color: #ffffff; }

.btn-white { background: #ffffff; color: #111111; box-shadow: 0 4px 16px rgba(0,0,0,0.15); }
.btn-white:hover { background: #f0f0f0; }

.btn-green { background: #113611; color: #ffffff; box-shadow: 0 4px 16px rgba(17,54,17,0.35); }
.btn-green:hover { background: #0a2a0a; box-shadow: 0 8px 24px rgba(17,54,17,0.45); }

.btn-pink { background: #c2185b; color: #ffffff; box-shadow: 0 4px 16px rgba(194,24,91,0.35); }
.btn-pink:hover { background: #a31545; box-shadow: 0 8px 24px rgba(194,24,91,0.45); }

.btn-orange { background: #c0392b; color: #ffffff; box-shadow: 0 4px 16px rgba(192,57,43,0.35); }
.btn-orange:hover { background: #a02d21; box-shadow: 0 8px 24px rgba(192,57,43,0.45); }

/* PRODUCTS */
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { background: #ffffff; border-radius: var(--radius); overflow: hidden; border: 1px solid #e8e8e8; transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.3s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }

.product-card.green .product-img-wrap { background: linear-gradient(160deg, #c8d9c8 0%, #4a784a 100%); position: relative; }
.product-card.green .product-img-wrap::before { content: ''; position: absolute; width: 240px; height: 240px; background: radial-gradient(circle, rgba(17,54,17,0.30) 0%, transparent 70%); top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none; }
.product-card.pink .product-img-wrap { background: linear-gradient(160deg, #fde8f3 0%, #f5a8d4 100%); position: relative; }
.product-card.pink .product-img-wrap::before { content: ''; position: absolute; width: 240px; height: 240px; background: radial-gradient(circle, rgba(200,60,130,0.18) 0%, transparent 70%); top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none; }
.product-card.orange .product-img-wrap { background: linear-gradient(160deg, #fde8e8 0%, #f5a8a8 100%); position: relative; }
.product-card.orange .product-img-wrap::before { content: ''; position: absolute; width: 240px; height: 240px; background: radial-gradient(circle, rgba(200,60,60,0.18) 0%, transparent 70%); top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none; }

.product-img-wrap { height: 280px; padding: 20px; display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; }
.product-img-wrap img { max-height: 100%; width: auto; object-fit: contain; }
.product-info { padding: 28px; border-top: 1px solid #f0f0f0; }
.product-info h3 { font-size: 19px; font-weight: 700; margin-bottom: 4px; color: #111111; letter-spacing: -0.02em; }
.product-sub { font-size: 11px; color: #aaaaaa; margin-bottom: 16px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; }
.product-info ul li { font-size: 14px; color: #6b6b6b; margin-bottom: 6px; }
.product-info .btn { margin-top: 22px; width: 100%; }

/* BENEFITS */
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.benefit-item { background: #ffffff; border-radius: var(--radius); padding: 36px 24px; text-align: center; border: 1px solid #e8e8e8; transition: transform 0.35s ease, border-color 0.3s ease, box-shadow 0.35s ease; }
.benefit-item:hover { transform: translateY(-4px); border-color: #111111; box-shadow: var(--shadow); }
.benefit-icon { font-size: 28px; margin-bottom: 14px; }
.benefit-item h4 { font-size: 15px; font-weight: 700; margin-bottom: 8px; color: #111111; letter-spacing: -0.01em; }
.benefit-item p { font-size: 13px; color: #6b6b6b; line-height: 1.6; }

/* PROMO POPUP */
@keyframes promoFadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes promoSlideUp { from { transform: translateY(40px) scale(0.92); opacity: 0; } to { transform: translateY(0) scale(1); opacity: 1; } }
@keyframes shimmer { 0%,100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
@keyframes pulseGlow { 0%,100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); } 50% { box-shadow: 0 0 32px 6px rgba(255,255,255,0.22); } }

.promo-overlay { position: fixed; inset: 0; z-index: 2000; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.5s ease; background: rgba(0,0,0,0.75); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.promo-overlay.active { opacity: 1; pointer-events: all; animation: promoFadeIn 0.5s ease forwards; }
.promo-overlay canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }

.promo-modal { background: #111111; color: #ffffff; border-radius: 28px; padding: 52px 44px 44px; max-width: 480px; width: calc(100% - 40px); text-align: center; position: relative; z-index: 1; border: 1px solid transparent; background-clip: padding-box; }
.promo-overlay.active .promo-modal { animation: promoSlideUp 0.55s cubic-bezier(0.22,1,0.36,1) forwards; }
.promo-modal::before { content: ''; position: absolute; inset: -1.5px; border-radius: 29px; background: linear-gradient(135deg, #dc2626, #ff6b35, #dc2626, #ff6b35); background-size: 300% 300%; animation: shimmer 4s ease infinite; z-index: -1; }

.promo-close { position: absolute; top: 16px; right: 18px; background: rgba(255,255,255,0.08); border: none; color: rgba(255,255,255,0.6); font-size: 18px; cursor: pointer; line-height: 1; transition: background 0.2s, color 0.2s; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.promo-close:hover { background: rgba(255,255,255,0.18); color: #ffffff; }
.promo-tag { border-color: rgba(255,255,255,0.75); color: #ffffff; background: rgba(255,255,255,0.15); margin-bottom: 18px; letter-spacing: 0.12em; }
.promo-modal h2 { font-size: clamp(28px, 5vw, 44px); font-weight: 900; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 12px; }
.promo-modal p { opacity: 0.65; margin-bottom: 24px; font-size: 15px; line-height: 1.7; }
.countdown-box { padding: 20px 28px 22px; border-radius: 16px; background: rgba(0,0,0,0.22); text-align: center; border: 1px solid rgba(255,255,255,0.3); margin: 0 auto 28px; display: inline-block; animation: pulseGlow 2.5s ease infinite; }
.countdown-box small { display: block; margin-bottom: 14px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.95); }
.countdown { display: flex; align-items: center; gap: 8px; justify-content: center; }
.cd-unit { display: flex; flex-direction: column; align-items: center; background: rgba(255,255,255,0.18); border: 2px solid rgba(255,255,255,0.55); border-radius: 10px; padding: 10px 18px; min-width: 68px; }
.cd-unit span { font-size: 38px; font-weight: 900; line-height: 1; color: #ffffff; text-shadow: 0 2px 12px rgba(0,0,0,0.35); letter-spacing: 0.02em; }
.cd-unit label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.9); margin-top: 5px; cursor: default; }
.cd-sep { font-size: 30px; font-weight: 900; color: #ffffff; opacity: 0.8; line-height: 1; margin-bottom: 18px; }
.promo-cta { background: #ffffff; color: #cc1111; width: 100%; display: block; text-align: center; font-weight: 900; font-size: 16px; letter-spacing: 0.05em; border: 3px solid #ffffff; transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease; }
.promo-cta:hover { background: #ffd700; color: #111111; border-color: #ffd700; transform: translateY(-3px); box-shadow: 0 10px 32px rgba(255,215,0,0.45); }

/* ENDORSEMENT */
.endorsement-wrap { display: grid; grid-template-columns: 1fr 420px 1fr; align-items: center; gap: 40px; }
.endorsement-left { text-align: right; align-self: center; }
.endorsement-img-center { position: relative; overflow: hidden; margin: -40px 0; }
.endorsement-img-center::after { content: ''; position: absolute; inset: -8px; border-radius: 30px; background: linear-gradient(135deg, #111111 0%, #444444 100%); z-index: -1; }
.endorser-img { width: 100%; border-radius: 0; object-fit: cover; box-shadow: none; display: block; }
.endorsement-right { }
.endorsement-tag { margin-bottom: 14px; }
.endorsement-stars { display: flex; gap: 4px; margin-bottom: 12px; }
.endorsement-left .endorsement-stars { justify-content: flex-end; }
.star-svg { filter: drop-shadow(0 1px 5px rgba(255,180,0,0.75)); }
.endorsement-name { font-size: 18px; font-weight: 800; color: #111111; margin-bottom: 16px; line-height: 1.3; }
.endorsement-name .endorsement-title { display: block; font-size: 13px; font-weight: 500; color: #888888; margin-top: 3px; letter-spacing: 0.02em; }
.endorsement-heading { font-size: clamp(20px, 2.6vw, 30px); font-weight: 900; letter-spacing: -0.03em; line-height: 1.2; margin-bottom: 0; color: #111111; }
.endorsement-body { font-size: 15px; color: #6b6b6b; line-height: 1.75; margin-bottom: 28px; }
.endorsement-badge { display: inline-flex; align-items: center; gap: 8px; background: #111111; color: #ffffff; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; padding: 8px 18px; border-radius: 100px; }
.badge-icon { font-size: 14px; color: #c9a84c; }

/* REVIEWS */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { background: #ffffff; border-radius: var(--radius); padding: 32px; border: 1px solid #e8e8e8; transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease; }
.review-card:hover { transform: translateY(-14px) scale(1.03); border-color: #111111; box-shadow: 0 24px 56px rgba(0,0,0,0.13); }
.review-product { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #111111; margin-bottom: 8px; }
.stars { display: flex; gap: 3px; margin-bottom: 14px; }
.review-card p { color: #6b6b6b; font-size: 15px; margin-bottom: 16px; line-height: 1.7; }
.reviewer { font-size: 12px; font-weight: 700; color: #111111; letter-spacing: 0.06em; text-transform: uppercase; }
.review-image { width: 100%; height: auto; border-radius: 12px; margin-bottom: 16px; display: block; cursor: zoom-in; transition: opacity 0.3s ease; }
.review-image:hover { opacity: 0.88; }
/* CAROUSEL */
.review-carousel { position: relative; }
.carousel-slide { display: none; }
.carousel-slide.active { display: block; }
.carousel-controls { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 12px; }
.carousel-btn { background: #111111; color: #ffffff; border: none; border-radius: 50%; width: 30px; height: 30px; font-size: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s, transform 0.15s; line-height: 1; }
.carousel-btn:hover { background: #444444; transform: scale(1.1); }
.carousel-dots { display: flex; gap: 6px; align-items: center; }
.carousel-dot { width: 8px; height: 8px; border-radius: 50%; background: #cccccc; transition: background 0.2s; }
.carousel-dot.active { background: #111111; }

/* LIGHTBOX */
@keyframes lbFadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes lbZoomIn { from { transform: scale(0.88); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.lightbox-overlay { position: fixed; inset: 0; z-index: 3000; background: rgba(0,0,0,0.92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); display: flex; align-items: center; justify-content: center; padding: 24px; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
.lightbox-overlay.active { opacity: 1; pointer-events: all; animation: lbFadeIn 0.3s ease forwards; }
.lightbox-overlay.active .lightbox-img { animation: lbZoomIn 0.35s cubic-bezier(0.22,1,0.36,1) forwards; }
.lightbox-img { max-width: 90vw; max-height: 88vh; border-radius: 16px; object-fit: contain; box-shadow: 0 32px 80px rgba(0,0,0,0.6); display: block; }
.lightbox-close { position: fixed; top: 20px; right: 24px; background: rgba(255,255,255,0.12); border: none; color: #ffffff; font-size: 24px; cursor: pointer; width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background 0.2s; z-index: 3001; }
.lightbox-close:hover { background: rgba(255,255,255,0.25); }

/* PRICING */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.price-card { background: #ffffff; border-radius: var(--radius); padding: 40px 32px; text-align: center; border: 1px solid #e8e8e8; position: relative; transition: transform 0.35s ease, border-color 0.3s ease; }
.price-card:hover { transform: translateY(-6px); border-color: #111111; }
.price-card.featured { border: 2px solid #111111; background: #fafafa; }
.best-value { position: absolute; top: 18px; right: 18px; padding: 5px 12px; border-radius: 999px; background: #dc2626; color: #ffffff; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; }
.price-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; color: #111111; letter-spacing: -0.01em; }
.price { font-size: 48px; font-weight: 900; color: #111111; margin-bottom: 10px; letter-spacing: -0.04em; }
.price-card > p { color: #6b6b6b; margin-bottom: 28px; font-size: 13px; line-height: 1.65; }
.price-tagline { font-size: 12px; font-weight: 600; color: #888888; text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 16px !important; }
.price-includes { list-style: none; padding: 0; margin: 0 0 24px; text-align: left; border-top: 1px solid #eeeeee; padding-top: 14px; }
.price-includes li { font-size: 13px; color: #444444; padding: 4px 0; }
.price-includes li:first-child { margin-bottom: 4px; }
.pi-label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #aaaaaa; }

.shop-link { display: block; width: 100%; padding: 14px 18px; border-radius: 999px; font-weight: 700; font-size: 13px; margin-bottom: 10px; text-align: center; letter-spacing: 0.04em; transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.25s ease; }
.shop-link.lazada-link { background: #f57224; color: #ffffff; box-shadow: 0 4px 16px rgba(245,114,36,0.3); }
.shop-link.lazada-link:hover { background: #e06418; box-shadow: 0 8px 24px rgba(245,114,36,0.4); transform: translateY(-2px); }
.shop-link.messenger-link { background: #0084ff; color: #ffffff; box-shadow: 0 4px 16px rgba(0,132,255,0.28); }
.shop-link.messenger-link:hover { background: #006fd6; box-shadow: 0 8px 24px rgba(0,132,255,0.38); transform: translateY(-2px); }

/* CALL */
.call-inner { text-align: center; max-width: 580px; margin: 0 auto; }
.call-inner h2 { font-size: clamp(26px, 4vw, 44px); font-weight: 800; margin-bottom: 16px; color: #111111; letter-spacing: -0.03em; }
.call-inner p { color: #6b6b6b; margin-bottom: 32px; font-size: 17px; line-height: 1.7; }

/* FOOTER */
.footer { background: #111111; color: #ffffff; padding: 64px 0 80px; }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; align-items: center; }
.footer h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; color: #ffffff; letter-spacing: -0.01em; }
.footer p { color: rgba(255,255,255,0.55); font-size: 13px; margin-bottom: 8px; line-height: 1.7; }

/* FLOATING ORDER NOW */
.messenger-btn { position: fixed; left: 20px; bottom: 20px; z-index: 1150; padding: 14px 24px; border-radius: 999px; background: #0084ff; color: #ffffff; font-weight: 700; font-size: 14px; letter-spacing: 0.03em; box-shadow: 0 8px 28px rgba(0,132,255,0.35); transition: transform 0.3s ease, background 0.25s ease, box-shadow 0.3s ease; }
.messenger-btn:hover { transform: translateY(-3px); background: #006fd6; box-shadow: 0 14px 36px rgba(0,132,255,0.45); }

/* MASCOT AIRA */
@keyframes airaFloat { 0%,100% { transform: translateY(0px); } 40% { transform: translateY(-10px); } 60% { transform: translateY(-8px); } }
@keyframes airaWiggle { 0%,100% { transform: rotate(0deg); } 20% { transform: rotate(-10deg); } 60% { transform: rotate(8deg); } }
@keyframes airaBubblePop { from { transform: scale(0.5); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.aira-wrap { position: fixed; right: 20px; bottom: 90px; z-index: 1140; display: flex; flex-direction: column; align-items: center; cursor: pointer; user-select: none; }
.aira-char { width: 110px; animation: airaFloat 3.2s ease-in-out infinite; filter: drop-shadow(0 8px 22px rgba(0,0,0,0.28)); transition: filter 0.25s; }
.aira-char img { width: 100%; display: block; }
.aira-char:hover { filter: drop-shadow(0 14px 32px rgba(0,200,255,0.4)); }
.aira-char.wiggle { animation: airaWiggle 0.5s ease, airaFloat 3.2s ease-in-out 0.5s infinite; }
.aira-name { font-size: 11px; font-weight: 800; color: #00c8ff; letter-spacing: 0.12em; text-transform: uppercase; margin-top: 5px; text-shadow: 0 1px 6px rgba(255,255,255,0.9); }
.aira-bubble { position: absolute; bottom: 95%; right: 0; background: #ffffff; border-radius: 14px 14px 4px 14px; padding: 12px 32px 12px 14px; width: 178px; box-shadow: 0 8px 32px rgba(0,0,0,0.13); border: 1.5px solid #e8e8e8; transform-origin: bottom right; animation: airaBubblePop 0.4s cubic-bezier(0.22,1,0.36,1) forwards; }
.aira-bubble::before { content: ''; position: absolute; bottom: -8px; right: 6px; border: 5px solid transparent; border-top-color: #e8e8e8; }
.aira-bubble::after { content: ''; position: absolute; bottom: -6px; right: 7px; border: 4px solid transparent; border-top-color: #ffffff; }
.aira-bubble p { font-size: 12.5px; line-height: 1.6; color: #333333; margin: 0; }
.aira-bubble strong { color: #00a0cc; }
.aira-bubble-x { position: absolute; top: 6px; right: 8px; background: none; border: none; font-size: 16px; color: #aaaaaa; cursor: pointer; line-height: 1; padding: 2px 4px; }
.aira-bubble-x:hover { color: #555555; }
.aira-bubble.hidden { display: none; }
@media (max-width: 640px) { .aira-wrap { display: none; } }
.faq-chatbot { position: fixed; right: 20px; bottom: 20px; z-index: 1155; display: flex; flex-direction: column-reverse; align-items: center; width: 110px; }
.chatbot-toggle { border: none; border-radius: 999px; padding: 14px 24px; background: #111111; color: #ffffff; font-weight: 700; cursor: pointer; font-size: 14px; letter-spacing: 0.04em; box-shadow: 0 6px 24px rgba(0,0,0,0.22); transition: transform 0.3s ease, background 0.25s ease; }
.chatbot-toggle:hover { transform: translateY(-2px); background: #000000; }
.chatbot-box { display: none; width: 300px; margin-bottom: 12px; background: #ffffff; border-radius: 20px; box-shadow: 0 16px 48px rgba(0,0,0,0.12); overflow: hidden; border: 1px solid #e8e8e8; align-self: flex-end; }
.chatbot-box.show { display: block; }
.chatbot-header { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; background: #111111; color: #ffffff; }
.chatbot-header h3 { font-size: 14px; font-weight: 700; letter-spacing: 0.04em; }
.chatbot-close { border: none; background: transparent; color: rgba(255,255,255,0.7); font-size: 22px; cursor: pointer; transition: color 0.2s; }
.chatbot-close:hover { color: #ffffff; }
.chatbot-body { padding: 16px; }
.bot-message { background: #f5f5f5; color: #111111; padding: 12px 14px; border-radius: 12px; margin-bottom: 12px; font-size: 14px; line-height: 1.5; border: 1px solid #e8e8e8; }
.faq-options { display: grid; gap: 8px; }
.faq-btn { width: 100%; border: 1px solid #e8e8e8; background: #ffffff; color: #111111; padding: 11px 14px; border-radius: 10px; font-size: 13px; font-weight: 500; cursor: pointer; text-align: left; transition: background 0.2s, border-color 0.2s; }
.faq-btn:hover { background: #f5f5f5; border-color: #111111; }
.answer-message { margin-top: 12px; background: #f5f5f5; color: #111111; padding: 12px 14px; border-radius: 12px; font-size: 13px; line-height: 1.5; border: 1px solid #e8e8e8; }

/* RESPONSIVE */
@media (max-width: 1080px) {
  .hero-inner { display: flex; text-align: center; padding: 80px 0 60px; }
  .hero-text { max-width: 100%; align-items: center; }
  .hero-actions { justify-content: center; }
  .trust-badges { justify-content: center; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .endorsement-wrap { grid-template-columns: 1fr; gap: 28px; }
  .endorsement-left { text-align: center; }
  .endorsement-left .endorsement-stars { justify-content: center; }
  .endorsement-img-center { max-width: 400px; margin: 0 auto; }
}

@media (max-width: 768px) {
  .navbar { padding: 0 20px; }
  .nav-links { display: none; position: fixed; inset: 0; top: var(--nav-height); background: #ffffff; flex-direction: column; justify-content: flex-start; padding: 32px 24px; gap: 8px; border-top: 1px solid #e8e8e8; }
  .nav-links.open { display: flex; }
  .nav-links a { font-size: 22px; font-weight: 600; padding: 12px 0; border-bottom: 1px solid #f0f0f0; }
  .nav-buy { border-bottom: none; }
  .menu-toggle { display: block; }

  /* Hero */
  .hero-inner { padding: 60px 0 50px; }
  .hero-overlay { background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.55) 60%, rgba(0,0,0,0.45) 100%); }
  .hero-text { padding: 0 20px; }
  .hero-text h1 { font-size: clamp(32px, 8vw, 52px); }
  .hero-actions { flex-direction: column; align-items: center; gap: 10px; }
  .hero-actions .btn { width: 100%; max-width: 280px; justify-content: center; }
  .trust-badges { flex-wrap: wrap; justify-content: center; gap: 10px 16px; }
  .trust-badges span { white-space: normal; text-align: center; }

  /* Grids */
  .product-grid { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }

  /* Countdown / promo */
  .cd-unit { min-width: 52px; padding: 8px 12px; }
  .cd-unit span { font-size: 28px; }
  .countdown { gap: 5px; }
  .cd-sep { font-size: 22px; }
  .promo-modal { padding: 40px 24px 32px; }

  /* Endorsement */
  .endorsement-wrap { grid-template-columns: 1fr; }

  /* Pricing */
  .price-card { padding: 32px 20px; }

  /* Footer */
  .footer-inner { flex-direction: column; text-align: center; }

  /* Aira & FAQ */
  .aira-wrap { bottom: 80px; right: 16px; }
  .aira-char { width: 80px; }
  .faq-chatbot { right: 16px; bottom: 16px; width: 80px; }
  .chatbot-box { width: 260px; }
  .messenger-btn { left: 16px; bottom: 16px; padding: 12px 18px; font-size: 13px; }

  .section { padding: 72px 0; }
}

@media (max-width: 480px) {
  .benefits-grid { grid-template-columns: 1fr; }
  .price { font-size: 38px; }
  .hero-text h1 { font-size: clamp(28px, 9vw, 44px); }
  .promo-modal { padding: 36px 16px 28px; }
  .cd-unit { min-width: 44px; padding: 6px 10px; }
  .cd-unit span { font-size: 24px; }
  .aira-wrap { display: none; }
  .faq-chatbot { right: 12px; bottom: 12px; }
  .messenger-btn { left: 12px; bottom: 12px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .chatbot-box { width: calc(100vw - 40px); }
}
