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

:root {
  --bg: #0a0f1a;
  --dark: #0e1420;
  --card: #131d2e;
  --card2: #1a2640;
  --blue: #2563eb;
  --blue2: #1d4ed8;
  --cyan: #06b6d4;
  --white: #f0f4ff;
  --muted: #6b7fa3;
  --muted2: #3d4f6e;
  --yellow: #fbbf24;
  --border: rgba(255,255,255,0.07);
  --font-display: 'Chakra Petch', sans-serif;
  --font-body: 'DM Sans', sans-serif;
}

html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--bg); color: var(--white); overflow-x: hidden; }
.wrap { max-width: 1000px; margin: 0 auto; padding: 0 24px; }

/* TIMER BAR */
.timer-bar {
  position: fixed; top: 0; left: 0; right: 0;
  background: var(--blue2); z-index: 100;
  padding: 10px 24px;
  display: flex; align-items: center; justify-content: center; gap: 20px;
  flex-wrap: wrap;
}
.timer-left { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; font-weight: 600; color: var(--white); }
.flash-icon { font-size: 1rem; }
.timer-digits { display: flex; align-items: center; gap: 6px; }
.timer-block { display: flex; flex-direction: column; align-items: center; }
.timer-num { background: var(--bg); color: var(--cyan); font-family: var(--font-display); font-size: 1.2rem; font-weight: 700; padding: 4px 10px; border-radius: 4px; min-width: 42px; text-align: center; line-height: 1; }
.timer-unit-label { font-size: 0.55rem; color: rgba(255,255,255,0.6); margin-top: 3px; letter-spacing: 1px; text-transform: uppercase; }
.timer-sep { color: var(--cyan); font-weight: 700; font-size: 1.2rem; margin-bottom: 12px; }
.cta-mini { background: var(--cyan); color: var(--bg); border: none; padding: 7px 18px; border-radius: 4px; font-weight: 700; font-size: 0.78rem; cursor: pointer; font-family: var(--font-body); }

/* HERO */
.hero {
  min-height: 100vh; padding: 90px 0 60px;
  background:
    radial-gradient(ellipse at 10% 60%, rgba(37,99,235,0.35) 0%, transparent 45%),
    radial-gradient(ellipse at 80% 20%, rgba(6,182,212,0.15) 0%, transparent 40%),
    var(--bg);
  display: flex; align-items: center;
  position: relative; overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: -100px; left: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(37,99,235,0.12) 0%, transparent 65%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: -80px; right: 5%;
  width: 350px; height: 350px;
  background: radial-gradient(circle, rgba(6,182,212,0.1) 0%, transparent 65%);
  pointer-events: none;
}
.hero-inner {
  max-width: 1000px; margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; width: 100%;
  position: relative; z-index: 1;
}
.hero-top-badge { display: inline-block; background: rgba(6,182,212,0.1); border: 1px solid var(--cyan); color: var(--cyan); font-size: 0.68rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; padding: 6px 14px; border-radius: 4px; margin-bottom: 24px; }

h1 { font-family: var(--font-display); font-size: clamp(3.5rem, 6.5vw, 5.5rem); font-weight: 700; line-height: 1.0; margin-bottom: 20px; letter-spacing: -1px; }
h1 em { color: var(--cyan); font-style: normal; }

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

.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.h-badge { background: rgba(255,255,255,0.05); border: 1px solid var(--border); border-radius: 4px; padding: 6px 14px; font-size: 0.78rem; color: var(--muted); }

.cta-group { margin-bottom: 36px; }

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

.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.h-stat { text-align: center; background: var(--card); border: 1px solid var(--border); border-radius: 8px; padding: 16px 12px; }
.h-stat-num { display: block; font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; color: var(--cyan); }
.h-stat-label { font-size: 0.7rem; color: var(--muted); margin-top: 4px; display: block; }

/* HERO VISUAL */
.hero-visual { display: flex; align-items: center; justify-content: center; }
.grid-products { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; width: 100%; }
.mini-card {
  background: var(--card); border: 1px solid var(--border); border-radius: 16px;
  padding: 32px 20px; text-align: center; font-size: 0.88rem; color: var(--muted);
  line-height: 1.9; font-weight: 600;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
  aspect-ratio: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
}
.mini-card:hover { transform: translateY(-6px); border-color: rgba(37,99,235,0.5); box-shadow: 0 12px 40px rgba(37,99,235,0.15); }
.mini-card.blue { border-color: rgba(6,182,212,0.35); background: rgba(6,182,212,0.06); color: var(--cyan); }
.mini-card.blue:hover { box-shadow: 0 12px 40px rgba(6,182,212,0.2); }
.mini-card-icon { font-size: 2.2rem; display: block; }
.mini-card-name { font-size: 0.9rem; font-weight: 700; color: var(--white); }
.mini-card.blue .mini-card-name { color: var(--cyan); }
.mini-card-sub { font-size: 0.75rem; color: var(--muted); }

/* URGENCY STRIP */
.urgency-strip { background: rgba(251,191,36,0.08); border-top: 1px solid rgba(251,191,36,0.2); border-bottom: 1px solid rgba(251,191,36,0.2); padding: 14px 24px; }
.urgency-inner { max-width: 1000px; margin: 0 auto; display: flex; align-items: center; gap: 12px; }
.urgency-inner p { font-size: 0.88rem; color: rgba(251,191,36,0.8); }
.urgency-inner strong { color: var(--yellow); }

/* SECTION */
.section-tag { font-size: 0.7rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--cyan); display: block; margin-bottom: 12px; }
.section-title { font-family: var(--font-display); font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; color: var(--white); line-height: 1.15; margin-bottom: 48px; }

/* PRODUCTS */
.products-section { padding: 100px 0; background: var(--dark); }
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }

.product-card {
  background: var(--card); border: 1px solid var(--border); border-radius: 12px;
  padding: 28px 24px; position: relative; transition: transform 0.2s, border-color 0.2s;
}
.product-card:hover { transform: translateY(-4px); border-color: rgba(37,99,235,0.4); }
.product-card.featured { border-color: var(--cyan); background: var(--card2); }
.product-card.bundle { border-color: rgba(251,191,36,0.4); background: rgba(251,191,36,0.04); }

.product-badge-sale { position: absolute; top: 16px; right: 16px; background: var(--blue); color: var(--white); font-size: 0.7rem; font-weight: 700; padding: 4px 10px; border-radius: 4px; }
.product-badge-sale.featured-badge { background: var(--cyan); color: var(--bg); }
.product-card.bundle .product-badge-sale { background: var(--yellow); color: var(--bg); }

.product-icon { font-size: 2.2rem; margin-bottom: 12px; display: block; }
.product-category { font-size: 0.65rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--muted2); margin-bottom: 8px; }
.product-name { font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 10px; line-height: 1.35; }
.product-card.featured .product-name { color: var(--cyan); }
.product-desc { font-size: 0.82rem; color: var(--muted); line-height: 1.6; margin-bottom: 20px; }
.product-pricing { display: flex; align-items: baseline; gap: 10px; margin-bottom: 6px; }
.product-old { font-size: 0.88rem; color: var(--muted2); text-decoration: line-through; }
.product-price { font-family: var(--font-display); font-size: 1.6rem; font-weight: 700; color: var(--white); }
.product-card.featured .product-price { color: var(--cyan); }
.product-card.bundle .product-price { color: var(--yellow); }
.product-stok { font-size: 0.75rem; color: var(--yellow); margin-bottom: 16px; }

.btn-order { display: block; text-align: center; background: var(--blue); color: var(--white); text-decoration: none; padding: 12px; border-radius: 6px; font-weight: 700; font-size: 0.88rem; transition: background 0.2s; }
.btn-order:hover { background: var(--blue2); }
.product-card.featured .btn-order { background: var(--cyan); color: var(--bg); }
.product-card.featured .btn-order:hover { background: #08a5be; }
.product-card.bundle .btn-order { background: var(--yellow); color: var(--bg); }

/* TRUST */
.trust-section { padding: 80px 0; background: var(--bg); }
.trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; }
.trust-item { text-align: center; padding: 24px 16px; }
.trust-icon { font-size: 2rem; display: block; margin-bottom: 12px; }
.trust-item h4 { font-size: 0.95rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.trust-item p { font-size: 0.82rem; color: var(--muted); line-height: 1.6; }

/* PROOF */
.proof-section { padding: 80px 0; background: var(--dark); }
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-top: 40px; }
.testi-card { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.stars { color: var(--yellow); font-size: 0.85rem; margin-bottom: 12px; }
.testi-card p { font-size: 0.88rem; color: var(--white); line-height: 1.7; margin-bottom: 16px; font-style: italic; }
.testi-by { font-size: 0.75rem; color: var(--muted); }

/* FAQ */
.faq-section { padding: 80px 0; background: var(--bg); }
.faq-list { margin-top: 32px; display: flex; flex-direction: column; gap: 8px; }
.faq-item { background: var(--card); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; }
.faq-q { width: 100%; background: none; border: none; padding: 18px 24px; font-family: var(--font-body); font-size: 0.92rem; 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; color: var(--cyan); 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 18px; font-size: 0.85rem; color: var(--muted); line-height: 1.7; }

/* FINAL CTA */
.final-cta { padding: 100px 24px; background: linear-gradient(135deg, var(--blue2) 0%, var(--dark) 100%); }
.final-timer-label { font-size: 0.78rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 8px; }
.final-timer-digits { font-family: var(--font-display); font-size: 3rem; font-weight: 700; color: var(--cyan); margin-bottom: 40px; letter-spacing: 4px; }
.final-cta h2 { font-family: var(--font-display); font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 800; color: var(--white); margin-bottom: 16px; line-height: 1.1; }
.final-cta h2 em { color: var(--cyan); font-style: normal; }
.final-cta p { color: rgba(255,255,255,0.7); font-size: 1rem; margin-bottom: 40px; max-width: 440px; margin-left: auto; margin-right: auto; line-height: 1.7; }
.final-note { color: rgba(255,255,255,0.4); font-size: 0.8rem; margin-top: 20px; }

.footer-note { background: #050810; padding: 20px; text-align: center; font-size: 0.75rem; color: #3d4f6e; }

@media (max-width: 768px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .hero-stats { grid-template-columns: 1fr; }
}

/* ── IMAGES ── */
.hero-photo-stack {
  position: relative;
  width: 100%;
}
.hero-tech-photo {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  border: 1px solid var(--border);
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  display: block;
}
.photo-badge-1, .photo-badge-2 {
  position: absolute;
  background: var(--blue);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  white-space: nowrap;
}
.photo-badge-1 { top: 16px; left: 16px; background: var(--cyan); color: var(--bg); }
.photo-badge-2 { bottom: 16px; right: 16px; }

.lifestyle-section { margin: 0; }
.lifestyle-img-wrap { position: relative; height: 320px; overflow: hidden; }
.lifestyle-full-img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.lifestyle-text-overlay {
  position: absolute; inset: 0;
  background: rgba(10,20,40,0.65);
  display: flex; align-items: center; justify-content: center;
}
.lifestyle-text-overlay h3 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--white);
  text-align: center;
  line-height: 1.2;
}

.testi-avatar-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
  border: 2px solid var(--blue);
}
