/* =============================================
   DAMAK TRADERS - Main Stylesheet
   ============================================= */

:root {
  --saffron: #EF6D42;
  --saffron-light: #D4571C;
  --saffron-pale: #FDF1EC;
  --green: #C4501F;
  --green-light: #D4571C;
  --gold: #EF6D42;
  --gold-light: #F5A47A;
  --cream: #FDF6F3;
  --dark: #1A1A1A;
  --text: #333333;
  --muted: #666666;
  --white: #FFFFFF;
  --wa-green: #25D366;
  --wa-dark: #128C7E;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Hind', sans-serif; background: var(--cream); color: var(--text); overflow-x: hidden; }
h1, h2, h3, h4 { font-family: 'Baloo 2', cursive; }

/* ---- TOPBAR ---- */
.topbar { background: var(--saffron); color: #fff; font-size: 0.82rem; text-align: center; padding: 6px 16px; font-weight: 500; }
.topbar span { color: var(--dark); font-weight: 700; }

/* ---- NAVBAR ---- */
.navbar-brand-custom { display: flex; align-items: center; gap: 10px; }
.logo-text { line-height: 1.1; }
.logo-text small { font-size: 0.65rem; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; }
.site-nav { background: #fff; border-bottom: 3px solid var(--saffron); position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 16px rgba(0,0,0,0.08); }

/* ---- HERO ---- */
.hero { background: linear-gradient(135deg, #C4501F 0%, #EF6D42 50%, #F5A47A 100%); position: relative; overflow: hidden; padding: 60px 0 50px; min-height: 88vh; display: flex; align-items: center; }
.hero::before { content: ''; position: absolute; top: -60px; right: -60px; width: 320px; height: 320px; background: rgba(255,255,255,0.1); border-radius: 50%; }
.hero::after { content: ''; position: absolute; bottom: -80px; left: -60px; width: 260px; height: 260px; background: rgba(255,255,255,0.08); border-radius: 50%; }
.hero-badge { display: inline-block; background: var(--saffron); color: #fff; font-size: 0.78rem; font-weight: 700; padding: 5px 14px; border-radius: 50px; letter-spacing: 1px; margin-bottom: 18px; animation: pulse-badge 2s infinite; }
@keyframes pulse-badge { 0%,100% { box-shadow: 0 0 0 0 rgba(27,138,46,0.5); } 50% { box-shadow: 0 0 0 8px rgba(239,109,66,0); } }
.hero h1 { font-size: clamp(2.6rem, 8vw, 4.2rem); color: #fff; line-height: 1.1; text-shadow: 0 2px 16px rgba(0,0,0,0.15); }
.hero h1 .highlight { color: var(--gold-light); display: block; }
.hero-sub { color: rgba(255,255,255,0.92); font-size: 1.05rem; margin: 16px 0 28px; line-height: 1.65; font-weight: 500; }

/* ---- BUTTONS ---- */
.btn-wa { background: var(--wa-green); color: #fff; font-family: 'Baloo 2', cursive; font-size: 1.15rem; font-weight: 700; padding: 14px 32px; border-radius: 50px; border: none; cursor: pointer; display: inline-flex; align-items: center; gap: 10px; box-shadow: 0 6px 24px rgba(37,211,102,0.45); transition: all 0.25s; text-decoration: none; }
.btn-wa:hover { background: var(--wa-dark); color: #fff; transform: translateY(-3px); box-shadow: 0 10px 32px rgba(37,211,102,0.55); }
.btn-wa-outline { background: transparent; border: 2px solid #fff; color: #fff; font-family: 'Baloo 2', cursive; font-size: 1rem; font-weight: 600; padding: 12px 26px; border-radius: 50px; display: inline-flex; align-items: center; gap: 8px; transition: all 0.25s; text-decoration: none; }
.btn-wa-outline:hover { background: rgba(255,255,255,0.18); color: #fff; }

/* ---- HERO VISUAL ---- */
.hero-visual { position: relative; height: 340px; }
.product-float { position: absolute; background: #fff; border-radius: 20px; padding: 18px 20px; box-shadow: 0 8px 32px rgba(0,0,0,0.15); text-align: center; animation: float 4s ease-in-out infinite; }
.product-float:nth-child(2) { animation-delay: 1.2s; }
.product-float:nth-child(3) { animation-delay: 2.4s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.pf-1 { top: 0; left: 10%; }
.pf-2 { top: 60px; right: 5%; }
.pf-3 { bottom: 20px; left: 30%; }
.product-float .emoji { font-size: 2.4rem; display: block; margin-bottom: 6px; }
.product-float span { font-size: 0.78rem; font-weight: 600; color: var(--saffron); display: block; }
.product-float small { font-size: 0.68rem; color: var(--muted); }

/* ---- STAT STRIP ---- */
.stat-strip { background: var(--saffron); padding: 14px 0; }
.stat-item { color: #fff; text-align: center; }
.stat-item .num { font-family: 'Baloo 2', cursive; font-size: 1.8rem; font-weight: 800; color: var(--gold-light); display: block; line-height: 1; }
.stat-item .label { font-size: 0.75rem; opacity: 0.85; letter-spacing: 0.4px; }

/* ---- SECTIONS ---- */
section { padding: 64px 0; }
.section-title { text-align: center; margin-bottom: 48px; }
.section-title h2 { font-size: clamp(1.8rem, 5vw, 2.6rem); color: var(--dark); margin-bottom: 10px; }
.section-title p { color: var(--muted); font-size: 1rem; max-width: 520px; margin: 0 auto; }
.section-title .pill { display: inline-block; background: var(--saffron-pale); color: var(--saffron); font-size: 0.75rem; font-weight: 700; padding: 4px 14px; border-radius: 50px; margin-bottom: 10px; letter-spacing: 0.8px; text-transform: uppercase; }

/* ---- OFFER CARDS ---- */
.offer-section { background: #fff; }
.offer-card { background: var(--cream); border-radius: 20px; padding: 32px 24px; text-align: center; transition: all 0.3s; border: 2px solid transparent; height: 100%; }
.offer-card:hover { border-color: var(--saffron-light); transform: translateY(-6px); box-shadow: 0 16px 40px rgba(239,109,66,0.12); }
.offer-icon { width: 72px; height: 72px; background: linear-gradient(135deg, var(--saffron), var(--gold)); border-radius: 20px; display: flex; align-items: center; justify-content: center; font-size: 2rem; margin: 0 auto 18px; box-shadow: 0 4px 16px rgba(239,109,66,0.3); }
.offer-card h4 { font-size: 1.25rem; color: var(--dark); margin-bottom: 8px; }
.offer-card p { color: var(--muted); font-size: 0.9rem; line-height: 1.6; }

/* ---- WHY US ---- */
.why-section { background: var(--saffron-pale); }
.why-card { background: #fff; border-radius: 16px; padding: 24px; display: flex; align-items: flex-start; gap: 16px; height: 100%; transition: all 0.25s; box-shadow: 0 2px 12px rgba(0,0,0,0.05); }
.why-card:hover { box-shadow: 0 8px 28px rgba(239,109,66,0.12); transform: translateY(-4px); }
.why-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; flex-shrink: 0; }
.why-icon.green { background: #FDEEE8; }
.why-icon.orange { background: #FFF3E0; }
.why-icon.gold { background: #FFFDE7; }
.why-icon.blue { background: #F5ECE8; }
.why-card h5 { font-size: 1.05rem; color: var(--dark); margin-bottom: 5px; }
.why-card p { font-size: 0.87rem; color: var(--muted); line-height: 1.55; }

/* ---- HOW IT WORKS ---- */
.how-section { background: #fff; }
.step-row { display: flex; align-items: center; position: relative; }
.step-number { width: 60px; height: 60px; border-radius: 50%; background: linear-gradient(135deg, var(--saffron), var(--gold)); color: #fff; font-family: 'Baloo 2', cursive; font-size: 1.5rem; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 4px 16px rgba(239,109,66,0.35); z-index: 2; }
.step-line { position: absolute; left: 29px; top: 60px; width: 2px; height: 48px; background: linear-gradient(to bottom, var(--saffron-light), transparent); }
.step-content { background: var(--saffron-pale); border-radius: 16px; padding: 18px 22px; margin-left: 18px; flex: 1; margin-bottom: 24px; }
.step-content h5 { font-size: 1.1rem; color: var(--dark); margin-bottom: 4px; }
.step-content p { font-size: 0.88rem; color: var(--muted); }
.step-emoji { font-size: 1.6rem; margin-right: 10px; }

/* ---- WHO CAN JOIN ---- */
.who-section { background: linear-gradient(135deg, #1A1A1A 0%, #2E2E2E 100%); }
.who-card { background: rgba(255,255,255,0.1); border: 1.5px solid rgba(255,255,255,0.2); border-radius: 18px; padding: 28px 20px; text-align: center; color: #fff; transition: all 0.3s; height: 100%; }
.who-card:hover { background: rgba(255,255,255,0.2); transform: translateY(-6px); }
.who-icon { font-size: 2.6rem; margin-bottom: 14px; display: block; }
.who-card h5 { font-size: 1.1rem; margin-bottom: 6px; }
.who-card p { font-size: 0.84rem; opacity: 0.85; }

/* ---- CATALOGUE ---- */
.catalogue-section { background: var(--cream); }
.catalogue-box { background: #fff; border-radius: 24px; padding: 40px 32px; text-align: center; border: 2px dashed var(--saffron-light); max-width: 620px; margin: 0 auto; }
.catalogue-box .big-icon { font-size: 4rem; margin-bottom: 18px; display: block; }
.catalogue-box h3 { font-size: 1.7rem; color: var(--dark); margin-bottom: 12px; }
.catalogue-box p { color: var(--muted); font-size: 0.95rem; line-height: 1.7; margin-bottom: 24px; }

/* ---- REELS SECTION ---- */
.reels-section { background: #111; padding: 64px 0 56px; }
.reels-section .section-title h2 { color: #fff; }
.reels-section .section-title p { color: rgba(255,255,255,0.6); }
.reels-section .pill { background: rgba(239,109,66,0.2); color: var(--saffron-light); }
.reels-slider-wrap { position: relative; display: flex; align-items: center; }
.reels-track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scroll-behavior: smooth; padding: 12px 8px 16px; flex: 1; scrollbar-width: none; }
.reels-track::-webkit-scrollbar { display: none; }
.reel-card { flex: 0 0 220px; scroll-snap-align: start; display: flex; flex-direction: column; gap: 10px; }
.reel-video-wrap { position: relative; width: 220px; height: 390px; border-radius: 20px; overflow: hidden; background: linear-gradient(160deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); box-shadow: 0 8px 32px rgba(0,0,0,0.5); border: 2px solid rgba(239,109,66,0.3); cursor: pointer; transition: transform 0.25s, box-shadow 0.25s; }
.reel-video-wrap:hover { transform: scale(1.03); box-shadow: 0 12px 40px rgba(239,109,66,0.3); border-color: var(--saffron); }
.reel-video { width: 100%; height: 100%; object-fit: cover; display: block; }
.reel-placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; pointer-events: none; transition: opacity 0.3s; }
.reel-placeholder-icon { font-size: 3.5rem; filter: drop-shadow(0 4px 12px rgba(0,0,0,0.5)); }
.reel-placeholder-label { color: #fff; font-family: 'Baloo 2', cursive; font-size: 1rem; font-weight: 700; text-shadow: 0 2px 8px rgba(0,0,0,0.7); }
.reel-upload-hint { color: rgba(255,255,255,0.5); font-size: 0.68rem; text-align: center; padding: 0 16px; line-height: 1.4; transition: color 0.2s; }
.reel-play-btn { position: absolute; bottom: 16px; right: 14px; width: 44px; height: 44px; background: rgba(239,109,66,0.88); border: none; border-radius: 50%; color: #fff; font-size: 1rem; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.2s; box-shadow: 0 3px 14px rgba(239,109,66,0.5); }
.reel-play-btn:hover { background: var(--saffron); transform: scale(1.1); }
.reel-play-btn.playing { background: rgba(255,255,255,0.25); }
.reel-badge { position: absolute; top: 14px; left: 14px; background: rgba(0,0,0,0.55); color: #fff; font-size: 0.7rem; font-weight: 700; padding: 4px 10px; border-radius: 50px; backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,0.15); }
.reel-info { padding: 0 4px; }
.reel-info strong { display: block; color: #fff; font-family: 'Baloo 2', cursive; font-size: 0.95rem; margin-bottom: 2px; }
.reel-info span { color: rgba(255,255,255,0.55); font-size: 0.78rem; line-height: 1.4; }
.reel-nav { background: rgba(239,109,66,0.85); border: none; color: #fff; width: 42px; height: 42px; border-radius: 50%; font-size: 1.6rem; cursor: pointer; flex-shrink: 0; transition: all 0.2s; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(239,109,66,0.4); z-index: 10; }
.reel-nav:hover { background: var(--saffron); transform: scale(1.1); }
.reel-prev { margin-right: 8px; }
.reel-next { margin-left: 8px; }
.reel-dots { display: flex; justify-content: center; gap: 7px; margin-top: 18px; }
.reel-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.25); transition: all 0.3s; cursor: pointer; }
.reel-dot.active { background: var(--saffron); width: 22px; border-radius: 4px; }

/* ---- CTA ---- */
.cta-section { background: linear-gradient(135deg, #FF6B00 0%, #FF9A3C 100%); text-align: center; padding: 72px 0; }
.cta-section h2 { color: #fff; font-size: clamp(1.8rem,5vw,2.8rem); margin-bottom: 14px; }
.cta-section p { color: rgba(255,255,255,0.9); font-size: 1.05rem; margin-bottom: 32px; }
.btn-wa-big { background: var(--wa-green); color: #fff; font-family: 'Baloo 2', cursive; font-size: 1.3rem; font-weight: 800; padding: 18px 48px; border-radius: 50px; border: none; cursor: pointer; display: inline-flex; align-items: center; gap: 12px; box-shadow: 0 8px 32px rgba(0,0,0,0.25); transition: all 0.25s; text-decoration: none; animation: pulse-wa 2.5s infinite; }
@keyframes pulse-wa { 0%,100% { box-shadow: 0 8px 32px rgba(0,0,0,0.25); } 50% { box-shadow: 0 8px 48px rgba(37,211,102,0.6); } }
.btn-wa-big:hover { background: var(--wa-dark); color: #fff; transform: scale(1.04); }

/* ---- FOOTER ---- */
footer { background: var(--dark); color: rgba(255,255,255,0.75); padding: 36px 0 24px; text-align: center; }
footer .tagline { font-size: 0.82rem; margin-bottom: 16px; }
footer .divider { border-top: 1px solid rgba(255,255,255,0.1); margin: 18px 0; }
footer .copy { font-size: 0.75rem; opacity: 0.55; }

/* ---- FLOATING WHATSAPP ---- */
.wa-fab { position: fixed; bottom: 24px; right: 20px; width: 60px; height: 60px; background: var(--wa-green); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; color: #fff; text-decoration: none; box-shadow: 0 6px 24px rgba(37,211,102,0.5); z-index: 999; animation: pulse-wa 2.5s infinite; transition: transform 0.2s; }
.wa-fab:hover { transform: scale(1.1); color: #fff; }

/* ---- REVEAL ANIMATION ---- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
  .hero { padding: 50px 0 40px; min-height: auto; }
  .hero-visual { height: 240px; margin-top: 32px; }
  .product-float { padding: 12px 14px; }
  .product-float .emoji { font-size: 1.8rem; }
  .pf-1 { top: 0; left: 0; }
  .pf-2 { top: 40px; right: 0; }
  .pf-3 { bottom: 10px; left: 25%; }
}
@media (max-width: 576px) {
  .reel-card { flex: 0 0 180px; }
  .reel-video-wrap { width: 180px; height: 320px; }
  .reel-nav { width: 34px; height: 34px; font-size: 1.3rem; }
}
