/* =========================
   OKINAWA FLAT BELLY TONIC - MAIN STYLES
   ========================= */

/* Navigation */
.nav-link { color:#fff; text-decoration:none; transition:color 0.3s ease; }
.nav-link:hover { color:#ffd700; }

/* Hero Section */
.hero-wrap { display:flex; flex-wrap:wrap; gap:28px; align-items:center; padding:44px 0; background:#f7f9fc; }
.hero-left { flex:1; padding:20px; }
.hero-right { flex:1; text-align:center; }
.hero-right img { max-width:100%; height:auto; border-radius:10px; }

/* Price Card */
.price-old { text-decoration:line-through; color:#9b9b9b; font-size:14px; }
.price-now { font-size:22px; color:var(--brand,#0E9013); font-weight:900; }
.muted { color:var(--muted,#6b7280); }

/* Offer Highlight */
.highlight-offer { color:#d60000; font-size:20px; font-weight:700; margin:10px 0; }

/* Countdown */
.countdown { font-size:20px; font-weight:bold; color:#fff; background:#d60000; padding:8px 15px; border-radius:6px; display:inline-flex; gap:8px; }

/* Sections */
.section-light { padding:40px 20px; background:#f9f9f9; }
.section-white { padding:40px 20px; background:#fff; }

/* Headings */
.section-title { text-align:center; font-size:28px; margin-bottom:20px; color:#222; font-weight:700; }
.green-heading { background:#4CAF50; color:#fff; text-align:center; padding:12px; border-radius:6px; }

/* Emoji */
.emoji { font-size:36px; }

/* Testimonials */
.testimonial-meta { font-size:13px; color:#777; margin-bottom:6px; }
.testimonial-text { font-size:15px; color:#444; line-height:1.6; }
.testimonial-name { margin-top:14px; font-weight:600; color:#d32f2f; font-size:14px; }

/* Pricing */
.pricing-text { font-size:18px; color:#444; margin-bottom:10px; }
.old-price { text-decoration:line-through; color:#999; }
.new-price { font-size:22px; font-weight:700; color:#d32f2f; }

/* HR */
.custom-hr { margin:30px auto; width:70%; border:0; border-top:1px solid #ccc; }

/* Responsive */
@media (max-width:768px) {
  .hero-wrap { flex-direction:column; text-align:center; }
  .section-title { font-size:24px; }
  .countdown { font-size:16px; padding:6px 10px; }
}
