*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --black: #0a0a0a;
  --dark: #111111;
  --dark2: #1a1a1a;
  --dark3: #222222;
  --red: #e63946;
  --red2: #c1121f;
  --white: #f5f5f5;
  --muted: #888888;
  --muted2: #555555;
  --yellow: #ffd60a;
  --border: rgba(255,255,255,0.08);
  --font-display: 'Barlow Condensed', sans-serif;
  --font-body: 'DM Sans', sans-serif;
}

html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--black); color: var(--white); overflow-x: hidden; }

.wrap { max-width: 960px; margin: 0 auto; padding: 0 24px; }

/* TIMER */
.timer-bar {
  position: fixed; top: 0; left: 0; right: 0;
  background: var(--red2); color: var(--white);
  z-index: 100; padding: 10px 20px;
  display: flex; align-items: center; justify-content: center; gap: 12px;
  font-size: 0.82rem; font-weight: 600;
}
.timer-label { opacity: 0.9; }
.timer-digits { display: flex; gap: 4px; align-items: center; }
.timer-unit { background: var(--black); color: var(--white); font-size: 1rem; font-weight: 700; padding: 3px 8px; border-radius: 4px; min-width: 34px; text-align: center; }
.timer-sep { font-weight: 700; }
.timer-day-label { font-weight: 700; font-size: 0.75rem; opacity: 0.8; }
.cta-mini { background: var(--yellow); color: var(--black); border: none; padding: 6px 16px; border-radius: 20px; font-weight: 700; font-size: 0.78rem; cursor: pointer; margin-left: 8px; }

/* HERO */
.hero { min-height: 100vh; padding: 80px 24px 64px; background: var(--black); display: flex; align-items: center; }
.hero-inner { max-width: 960px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }

.hero-badge { display: inline-block; background: rgba(230,57,70,0.15); border: 1px solid var(--red); color: var(--red); font-size: 0.72rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 6px 16px; border-radius: 4px; margin-bottom: 24px; }

.hero h1 { font-family: var(--font-display); font-size: clamp(3rem, 5vw, 5rem); font-weight: 900; line-height: 1.0; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 20px; }
.hero h1 em { color: var(--red); font-style: normal; }

.hero-sub { font-size: 1rem; color: var(--muted); line-height: 1.75; margin-bottom: 32px; }

.hero-stats { display: flex; gap: 0; margin-bottom: 36px; border: 1px solid var(--border); border-radius: 8px; overflow: hidden; }
.stat-item { flex: 1; padding: 16px 20px; text-align: center; }
.stat-num { display: block; font-family: var(--font-display); font-size: 1.8rem; font-weight: 900; color: var(--red); letter-spacing: 1px; }
.stat-label { font-size: 0.72rem; color: var(--muted); }
.stat-divider { width: 1px; background: var(--border); }

.hero-cta-wrap { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; margin-bottom: 20px; }

.btn-cta { display: inline-block; background: var(--red); color: var(--white); border: none; padding: 16px 36px; font-family: var(--font-body); font-size: 0.95rem; font-weight: 700; border-radius: 4px; cursor: pointer; letter-spacing: 0.3px; transition: background 0.2s, transform 0.15s; text-decoration: none; }
.btn-cta:hover { background: var(--red2); transform: translateY(-2px); }

.btn-ghost { color: var(--muted); font-size: 0.9rem; font-weight: 500; text-decoration: none; padding: 8px 0; border-bottom: 1px solid var(--muted2); transition: color 0.2s; }
.btn-ghost:hover { color: var(--white); border-color: var(--white); }

.hero-stock { font-size: 0.82rem; color: var(--muted2); }
.hero-stock strong { color: var(--yellow); }

/* PRODUCT MOCKUP */
.hero-right { display: flex; align-items: center; justify-content: center; }
.product-mockup { position: relative; width: 280px; height: 380px; }
.mockup-can {
  width: 200px; height: 340px;
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 50%, #1a1a1a 100%);
  border-radius: 20px 20px 16px 16px;
  border: 2px solid var(--red);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto;
  box-shadow: 0 0 60px rgba(230,57,70,0.3), 0 20px 60px rgba(0,0,0,0.6);
  position: relative; z-index: 1;
}
.can-label { text-align: center; padding: 20px; }
.can-brand { font-family: var(--font-display); font-size: 2.8rem; font-weight: 900; color: var(--white); letter-spacing: 3px; line-height: 1; }
.can-sub { font-size: 0.65rem; font-weight: 700; letter-spacing: 4px; color: var(--red); text-transform: uppercase; margin: 4px 0 16px; }
.can-flavor { font-size: 0.85rem; font-weight: 600; color: var(--yellow); margin-bottom: 12px; }
.can-stat { font-size: 0.7rem; color: var(--muted); background: rgba(255,255,255,0.05); padding: 4px 12px; border-radius: 20px; display: inline-block; }
.mockup-glow { position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%); width: 150px; height: 40px; background: var(--red); filter: blur(30px); opacity: 0.4; border-radius: 50%; }

/* COMPARE */
.compare-section { padding: 100px 0; background: var(--dark); }
.section-tag { font-size: 0.7rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--red); display: block; margin-bottom: 12px; }
.section-title { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 900; text-transform: uppercase; letter-spacing: 1px; color: var(--white); line-height: 1.1; margin-bottom: 48px; }

.compare-table { border-radius: 12px; overflow: hidden; border: 1px solid var(--border); }
.compare-row { display: grid; grid-template-columns: 1.5fr 1fr 1fr; }
.compare-row.header { background: var(--dark3); }
.compare-col { padding: 16px 20px; font-size: 0.88rem; border-bottom: 1px solid var(--border); }
.compare-row.header .compare-col { font-size: 0.75rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); }
.compare-col.highlight { background: rgba(230,57,70,0.08); border-left: 1px solid rgba(230,57,70,0.2); border-right: 1px solid rgba(230,57,70,0.2); font-weight: 600; }
.compare-row.header .compare-col.highlight { color: var(--red); }
.win { color: #4ade80; }
.lose { color: var(--muted2); }

/* PROOF */
.proof-section { padding: 100px 0; background: var(--black); }
.proof-numbers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--border); border-radius: 12px; overflow: hidden; margin: 48px 0; }
.proof-num-item { background: var(--dark); padding: 36px 24px; text-align: center; }
.proof-big { display: block; font-family: var(--font-display); font-size: 2.8rem; font-weight: 900; color: var(--red); letter-spacing: 1px; }
.proof-desc { font-size: 0.82rem; color: var(--muted); margin-top: 6px; display: block; }

.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin: 48px 0; }
.testi-card { background: var(--dark2); border: 1px solid var(--border); border-radius: 12px; padding: 28px 24px; }
.testi-stars { color: var(--yellow); font-size: 0.85rem; margin-bottom: 12px; }
.testi-text { font-size: 0.9rem; color: var(--white); line-height: 1.7; margin-bottom: 20px; font-style: italic; }
.testi-info { display: flex; align-items: center; gap: 12px; }
.testi-avatar { font-size: 1.5rem; }
.testi-name { font-size: 0.88rem; font-weight: 700; color: var(--white); }
.testi-sub { font-size: 0.75rem; color: var(--muted); margin-top: 2px; }

.cert-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 40px; }
.cert-badge { background: var(--dark2); border: 1px solid var(--border); border-radius: 4px; padding: 8px 16px; font-size: 0.78rem; font-weight: 600; color: var(--muted); }

/* OFFER */
.offer-section { padding: 100px 0; background: var(--dark); }
.offer-subtitle { color: var(--muted); font-size: 0.95rem; line-height: 1.7; margin-bottom: 48px; max-width: 560px; }
.offer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }

.offer-card { background: var(--dark2); border: 1px solid var(--border); border-radius: 12px; padding: 32px 24px; position: relative; transition: transform 0.2s; }
.offer-card:hover { transform: translateY(-4px); }
.offer-card.featured { border-color: var(--red); background: var(--dark3); }
.offer-popular { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--red); color: var(--white); font-size: 0.65rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 4px 16px; border-radius: 4px; white-space: nowrap; }

.offer-size { font-family: var(--font-display); font-size: 3rem; font-weight: 900; color: var(--white); letter-spacing: 2px; line-height: 1; margin-bottom: 6px; }
.offer-card.featured .offer-size { color: var(--red); }
.offer-flavor { font-size: 0.75rem; color: var(--muted); margin-bottom: 20px; line-height: 1.5; }
.offer-price-wrap { display: flex; align-items: baseline; gap: 10px; margin-bottom: 6px; }
.offer-old { font-size: 0.9rem; color: var(--muted2); text-decoration: line-through; }
.offer-price { font-family: var(--font-display); font-size: 2rem; font-weight: 900; color: var(--white); letter-spacing: 1px; }
.offer-card.featured .offer-price { color: var(--red); }
.offer-disc { display: inline-block; background: rgba(230,57,70,0.15); color: var(--red); border: 1px solid rgba(230,57,70,0.3); font-size: 0.72rem; font-weight: 700; padding: 3px 10px; border-radius: 4px; margin-bottom: 20px; }

.offer-perks { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.offer-perks li { font-size: 0.83rem; color: var(--muted); padding-left: 18px; position: relative; }
.offer-perks li::before { content: '→'; position: absolute; left: 0; color: var(--red); font-size: 0.75rem; }
.offer-stok { font-size: 0.78rem; color: var(--yellow); margin-bottom: 20px; }

/* FAQ */
.faq-section { padding: 100px 0; background: var(--black); }
.faq-list { margin-top: 40px; display: flex; flex-direction: column; gap: 8px; }
.faq-item { background: var(--dark2); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; }
.faq-q { width: 100%; background: none; border: none; padding: 20px 24px; font-family: var(--font-body); font-size: 0.95rem; font-weight: 600; color: var(--white); text-align: left; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-q::after { content: '+'; font-size: 1.4rem; font-weight: 300; color: var(--red); flex-shrink: 0; transition: transform 0.2s; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-item.open .faq-a { max-height: 300px; }
.faq-a p { padding: 0 24px 20px; font-size: 0.88rem; color: var(--muted); line-height: 1.7; }

/* FINAL CTA */
.final-cta { padding: 100px 24px; background: var(--red2); }
.final-cta h2 { font-family: var(--font-display); font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 900; text-transform: uppercase; color: var(--white); line-height: 1.1; margin-bottom: 16px; }
.final-cta h2 em { color: var(--yellow); font-style: normal; }
.final-cta p { color: rgba(255,255,255,0.8); font-size: 1rem; margin-bottom: 40px; max-width: 460px; margin-left: auto; margin-right: auto; line-height: 1.7; }
.final-cta .btn-cta { background: var(--yellow); color: var(--black); }
.final-cta .btn-cta:hover { background: #f0c000; }
.final-note { color: rgba(255,255,255,0.5); font-size: 0.8rem; margin-top: 20px; }

.footer-note { background: #050505; padding: 24px; text-align: center; font-size: 0.75rem; color: #444; }

@media (max-width: 768px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .compare-row { grid-template-columns: 1fr 1fr; }
  .compare-col:first-child { display: none; }
  .proof-numbers { grid-template-columns: 1fr; }
}

/* ── IMAGES ── */
.hero-photo-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid var(--red);
  box-shadow: 0 0 60px rgba(230,57,70,0.3);
}
.hero-photo {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.hero-photo-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 100%);
  padding: 24px;
}
.can-label-float { text-align: center; }
.can-label-float .can-brand { font-family: var(--font-display); font-size: 2rem; font-weight: 900; color: var(--white); letter-spacing: 3px; }
.can-label-float .can-sub { font-size: 0.6rem; font-weight: 700; letter-spacing: 3px; color: var(--red); text-transform: uppercase; }
.can-label-float .can-flavor { font-size: 0.8rem; font-weight: 600; color: var(--yellow); margin: 4px 0; }
.can-label-float .can-stat { font-size: 0.68rem; color: var(--muted); }

.lifestyle-banner {
  position: relative;
  height: 280px;
  overflow: hidden;
}
.lifestyle-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}
.lifestyle-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.lifestyle-quote {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}

.testi-avatar-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid var(--red);
}
