/* ================================================
   TikTok Coins - Ultimate Stylesheet
   Multi-Country | Tiered Pricing | AI Optimized
   DHANSSO "4" Rate | Spectacular Design
   ================================================ */

/* ---------- CSS Variables ---------- */
:root {
    --pink: #fe2c55;
    --pink-light: #ff5c83;
    --pink-dark: #d4163e;
    --cyan: #25f4ee;
    --cyan-dark: #00d4ca;
    --gold: #d4a017;
    --gold-light: #f5c842;
    --whatsapp: #25d366;
    --whatsapp-dark: #1ebe57;
    --channel: #00a884;
    --dark: #0f0f0f;
    --dark-2: #1a1a2e;
    --dark-3: #16213e;
    --gray-900: #1a1a1a;
    --gray-800: #2d2d2d;
    --gray-700: #404040;
    --gray-600: #555;
    --gray-500: #666;
    --gray-400: #888;
    --gray-300: #aaa;
    --gray-200: #ddd;
    --gray-100: #f0f0f0;
    --gray-50: #f8f9fa;
    --white: #ffffff;
    --text: #1a1a2e;
    --text-muted: #555;
    --bg: #ffffff;
    --bg-light: #f8f9fa;
    --bg-dark: #0f0f0f;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
    --shadow: 0 4px 12px rgba(0,0,0,0.1);
    --shadow-lg: 0 12px 40px rgba(0,0,0,0.15);
    --shadow-xl: 0 20px 60px rgba(0,0,0,0.2);
    --radius: 12px;
    --radius-lg: 20px;
    --radius-sm: 8px;
    --transition: all 0.3s ease;
    --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* ---------- Reset & Base ---------- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font); font-size: 16px; line-height: 1.6; color: var(--text); background: var(--bg); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
button, input { font-family: inherit; font-size: inherit; border: none; outline: none; background: none; }
::selection { background: var(--pink); color: #fff; }
::-moz-selection { background: var(--pink); color: #fff; }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--gray-100); }
::-webkit-scrollbar-thumb { background: var(--gray-400); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--gray-500); }

/* ---------- Container ---------- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ---------- Utility ---------- */
.text-center { text-align: center; }
.mt-4 { margin-top: 24px; }
.mt-5 { margin-top: 32px; }

/* ---------- Animations ---------- */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes pulseGlow { 0%, 100% { box-shadow: 0 0 0 0 rgba(254,44,85,0.5); } 50% { box-shadow: 0 0 20px 6px rgba(254,44,85,0.3); } }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes slideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes shimmer { 0% { background-position: -200% center; } 100% { background-position: 200% center; } }
@keyframes borderGlow { 0%, 100% { border-color: var(--cyan); box-shadow: 0 0 20px rgba(37,244,238,0.15); } 50% { border-color: var(--pink); box-shadow: 0 0 20px rgba(254,44,85,0.15); } }
@keyframes megaPulse {
    0%, 100% { transform: scale(1); text-shadow: 0 0 20px rgba(245,200,66,0.4), 0 0 40px rgba(245,200,66,0.2); }
    50% { transform: scale(1.03); text-shadow: 0 0 40px rgba(245,200,66,0.6), 0 0 80px rgba(245,200,66,0.3), 0 0 120px rgba(254,44,85,0.2); }
}
@keyframes particleFloat {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.8; }
    25% { transform: translate(10px, -20px) scale(1.2); opacity: 1; }
    50% { transform: translate(-5px, -35px) scale(0.8); opacity: 0.6; }
    75% { transform: translate(15px, -15px) scale(1.1); opacity: 0.9; }
}
@keyframes sparkle {
    0%, 100% { opacity: 0; transform: scale(0) rotate(0deg); }
    50% { opacity: 1; transform: scale(1) rotate(180deg); }
}
@keyframes countUp {
    from { opacity: 0; transform: translateY(20px) scale(0.5); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes ringPulse {
    0% { transform: scale(0.8); opacity: 1; }
    100% { transform: scale(2); opacity: 0; }
}

/* ---------- Gradient Text ---------- */
.gradient-text-pink { background: linear-gradient(135deg, var(--pink), var(--pink-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.gradient-text-gold { background: linear-gradient(135deg, var(--gold), var(--gold-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.gradient-text-cyan { background: linear-gradient(135deg, var(--cyan), var(--cyan-dark)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.text-gold { color: var(--gold); }

/* ---------- Badge ---------- */
.badge { display: inline-block; padding: 6px 16px; border-radius: 50px; font-size: 13px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; }
.badge-hero { background: rgba(254,44,85,0.1); color: var(--pink); }
.badge-pink { background: rgba(254,44,85,0.1); color: var(--pink); }
.badge-cyan { background: rgba(37,244,238,0.15); color: var(--cyan-dark); }
.badge-gold { background: rgba(212,160,23,0.12); color: var(--gold); }
.badge-whatsapp { background: rgba(37,211,102,0.12); color: var(--whatsapp-dark); }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 28px; border-radius: var(--radius-sm); font-weight: 700; font-size: 15px; cursor: pointer; transition: var(--transition); border: 2px solid transparent; text-align: center; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-pink { background: var(--pink); color: #fff; }
.btn-pink:hover { background: var(--pink-dark); box-shadow: 0 8px 25px rgba(254,44,85,0.35); }
.btn-dark { background: var(--dark); color: #fff; }
.btn-dark:hover { background: var(--dark-2); box-shadow: 0 8px 25px rgba(0,0,0,0.25); }
.btn-white { background: #fff; color: var(--dark); }
.btn-white:hover { background: var(--gray-50); box-shadow: var(--shadow-lg); }
.btn-whatsapp { background: var(--whatsapp); color: #fff; }
.btn-whatsapp:hover { background: var(--whatsapp-dark); box-shadow: 0 8px 25px rgba(37,211,102,0.35); }
.btn-channel { background: var(--channel); color: #fff; }
.btn-channel:hover { background: #008f6f; box-shadow: 0 8px 25px rgba(0,168,132,0.35); }
.btn-outline-white { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.3); }
.btn-outline-white:hover { background: #fff; color: var(--dark); border-color: #fff; }
.btn-lg { padding: 16px 36px; font-size: 17px; }
.btn-xl { padding: 20px 48px; font-size: 19px; }
.btn-block { width: 100%; }
.btn-nav { padding: 10px 20px; font-size: 14px; }
.btn.disabled { opacity: 0.5; pointer-events: none; cursor: not-allowed; }
.pulse-glow { animation: pulseGlow 2s ease-in-out infinite; }

/* ---------- Navbar ---------- */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(255,255,255,0.95); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(0,0,0,0.05); transition: var(--transition); }
.navbar.scrolled { box-shadow: var(--shadow); }
.navbar-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 16px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.logo img { width: 40px; height: 40px; border-radius: 10px; object-fit: contain; }
.logo-text { display: flex; flex-direction: column; line-height: 1.2; }
.logo-title { font-size: 18px; font-weight: 800; color: var(--dark); }
.logo-subtitle { font-size: 12px; color: var(--gray-500); font-weight: 500; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { font-size: 15px; font-weight: 600; color: var(--text-muted); transition: var(--transition); position: relative; }
.nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--pink); transition: var(--transition); }
.nav-links a:hover { color: var(--pink); }
.nav-links a:hover::after { width: 100%; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; z-index: 1001; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--dark); border-radius: 2px; transition: var(--transition); }
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
.mobile-menu { display: none; position: fixed; top: 72px; left: 0; right: 0; bottom: 0; background: rgba(255,255,255,0.98); backdrop-filter: blur(12px); padding: 24px; flex-direction: column; gap: 0; z-index: 999; animation: slideDown 0.3s ease; overflow-y: auto; }
.mobile-menu.active { display: flex; }
.mobile-menu a { display: block; padding: 16px 0; font-size: 18px; font-weight: 600; color: var(--text); border-bottom: 1px solid var(--gray-100); }
.mobile-menu a:hover { color: var(--pink); }

/* ---------- Country Dropdown ---------- */
.country-switcher { display: flex; align-items: center; }
.country-dropdown { position: relative; }
.country-dropdown-btn { display: flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: var(--radius-sm); background: rgba(0,0,0,0.04); font-size: 14px; font-weight: 600; color: var(--text); cursor: pointer; transition: var(--transition); border: none; }
.country-dropdown-btn:hover { background: rgba(0,0,0,0.08); }
.country-dropdown-menu { position: absolute; top: 100%; right: 0; margin-top: 8px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-xl); border: 1px solid var(--gray-100); min-width: 200px; padding: 8px 0; z-index: 1001; display: none; animation: fadeIn 0.2s ease; }
.country-dropdown-menu.show { display: block; }
.country-menu-item { display: flex; align-items: center; gap: 10px; padding: 10px 16px; font-size: 14px; font-weight: 500; color: var(--text-muted); transition: var(--transition); }
.country-menu-item:hover { background: var(--gray-50); color: var(--pink); }
.country-menu-item.active { background: rgba(254,44,85,0.06); color: var(--pink); font-weight: 700; }
.mobile-country-switcher { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; padding: 12px 0; border-bottom: 1px solid var(--gray-100); }
.mobile-country-switcher .country-btn { flex: 0 0 calc(50% - 3px); text-align: center; padding: 10px 8px; background: rgba(0,0,0,0.04); border-radius: 8px; font-size: 14px; font-weight: 600; }
.mobile-country-switcher .country-btn.active { background: var(--pink); color: #fff; }

/* ---------- Hero Section ---------- */
.hero { position: relative; padding: 140px 0 80px; background: linear-gradient(135deg, #0f0f0f 0%, #1a1a2e 50%, #16213e 100%); overflow: hidden; min-height: 90vh; display: flex; align-items: center; }
.hero-bg-shapes { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero-shape { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.15; }
.shape-pink { width: 400px; height: 400px; background: var(--pink); top: -100px; right: -50px; }
.shape-cyan { width: 300px; height: 300px; background: var(--cyan); bottom: -80px; left: -50px; }
.shape-gold { width: 250px; height: 250px; background: var(--gold); top: 50%; left: 50%; transform: translate(-50%, -50%); }
.hero-content { position: relative; z-index: 2; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero-title { font-size: 48px; font-weight: 900; line-height: 1.15; color: #fff; margin-bottom: 20px; letter-spacing: -0.5px; }
.hero-desc { font-size: 17px; color: rgba(255,255,255,0.75); line-height: 1.7; margin-bottom: 32px; }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-badges { display: flex; gap: 24px; flex-wrap: wrap; }
.hero-badge-item { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: rgba(255,255,255,0.7); }
.dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
.dot-green { background: #22c55e; }
.dot-gold { background: var(--gold); }
.dot-cyan { background: var(--cyan); }
.hero-image { position: relative; animation: float 6s ease-in-out infinite; }
.hero-image img { border-radius: var(--radius-lg); box-shadow: var(--shadow-xl); }
.hero-float-badge { position: absolute; bottom: 20px; left: -20px; background: var(--pink); color: #fff; padding: 12px 20px; border-radius: var(--radius); font-weight: 800; font-size: 16px; box-shadow: 0 8px 30px rgba(254,44,85,0.4); animation: pulseGlow 2.5s ease-in-out infinite; }

/* ====================================================
   MEGA PRICE BADGE — DHANSSO "4" RATE DISPLAY
   The most eye-catching rate display on the internet
   ==================================================== */
.mega-price-badge {
    position: relative;
    display: inline-block;
    margin: 8px 0 20px;
    border-radius: 24px;
    overflow: visible;
}

.mega-price-glow {
    position: absolute;
    inset: -6px;
    background: linear-gradient(135deg, var(--gold), var(--pink), var(--cyan), var(--gold), var(--pink));
    background-size: 400% 400%;
    animation: shimmer 3s ease infinite;
    border-radius: 28px;
    z-index: 0;
    box-shadow: 0 0 40px rgba(245,200,66,0.3), 0 0 80px rgba(254,44,85,0.15);
}

/* Floating particles around the price */
.mega-price-particles {
    position: absolute;
    inset: -40px;
    pointer-events: none;
    z-index: 2;
}

.particle {
    position: absolute;
    border-radius: 50%;
    animation: particleFloat 3s ease-in-out infinite;
}

.p1 { width: 8px; height: 8px; background: var(--gold-light); top: 10%; right: 5%; animation-delay: 0s; }
.p2 { width: 6px; height: 6px; background: var(--pink-light); top: 5%; left: 10%; animation-delay: 0.5s; }
.p3 { width: 10px; height: 10px; background: var(--cyan); bottom: 15%; right: 8%; animation-delay: 1s; }
.p4 { width: 5px; height: 5px; background: var(--gold); bottom: 8%; left: 5%; animation-delay: 1.5s; }
.p5 { width: 7px; height: 7px; background: var(--pink); top: 50%; left: -5%; animation-delay: 0.8s; }
.p6 { width: 4px; height: 4px; background: var(--gold-light); top: 20%; right: -3%; animation-delay: 2s; }

.mega-price-inner {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, #1a1a2e 0%, #0f0f0f 100%);
    border-radius: 20px;
    padding: 20px 48px 16px;
    text-align: center;
}

.mega-price-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-bottom: 4px;
}

.mega-price-row {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
}

.mega-price-number {
    font-size: 160px;
    font-weight: 900;
    line-height: 0.85;
    background: linear-gradient(180deg, #ffe066 0%, #f5c842 20%, #d4a017 50%, #b8860b 80%, #8b6914 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 4px 30px rgba(245,200,66,0.5)) drop-shadow(0 0 60px rgba(254,44,85,0.2));
    letter-spacing: -8px;
    animation: megaPulse 3s ease-in-out infinite;
    position: relative;
}

/* Sparkle effect on "4" */
.mega-price-number::before,
.mega-price-number::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: var(--gold-light);
    border-radius: 50%;
    animation: sparkle 2s ease-in-out infinite;
    box-shadow: 0 0 10px var(--gold-light);
}

.mega-price-number::before {
    top: 10%;
    right: -10px;
    animation-delay: 0.5s;
}

.mega-price-number::after {
    bottom: 20%;
    left: -8px;
    animation-delay: 1.5s;
}

.mega-price-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding-bottom: 16px;
}

.mega-price-currency {
    font-size: 40px;
    font-weight: 900;
    color: var(--gold-light);
    line-height: 1;
    text-shadow: 0 2px 15px rgba(245,200,66,0.4);
}

.mega-price-unit {
    font-size: 18px;
    font-weight: 700;
    color: rgba(255,255,255,0.6);
    letter-spacing: 1px;
}

.mega-price-sub {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255,255,255,0.45);
    margin-top: 6px;
}

/* Animated ring around mega badge */
.mega-price-badge::after {
    content: '';
    position: absolute;
    inset: -20px;
    border: 2px solid rgba(245,200,66,0.15);
    border-radius: 40px;
    animation: ringPulse 2.5s ease-out infinite;
    pointer-events: none;
}

/* MEGA stat rate in stats grid */
.mega-stat-rate {
    font-size: 42px !important;
    background: linear-gradient(180deg, #f5c842 0%, #d4a017 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    filter: drop-shadow(0 2px 8px rgba(245,200,66,0.3));
    line-height: 1.1;
}
.mega-stat-suffix {
    font-size: 16px;
    font-weight: 700;
}

/* Stats Grid */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 60px; }
.stat-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius); padding: 24px; text-align: center; transition: var(--transition); }
.stat-card:hover { background: rgba(255,255,255,0.1); transform: translateY(-4px); }
.stat-value { font-size: 28px; font-weight: 900; margin-bottom: 6px; }
.stat-label { font-size: 14px; color: rgba(255,255,255,0.6); font-weight: 500; }

/* ---------- Section Styles ---------- */
.section { padding: 100px 0; }
.section-light { background: var(--bg-light); }
.section-header { text-align: center; max-width: 700px; margin: 0 auto 60px; }
.section-title { font-size: 38px; font-weight: 900; line-height: 1.2; margin-bottom: 16px; color: var(--text); letter-spacing: -0.3px; }
.section-desc { font-size: 17px; color: var(--text-muted); line-height: 1.7; }

/* ---------- Pricing Section ---------- */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pricing-card { background: var(--white); border: 2px solid var(--gray-200); border-radius: var(--radius-lg); padding: 32px; text-align: center; transition: var(--transition); position: relative; overflow: hidden; }
.pricing-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.pricing-popular { border-color: var(--pink); box-shadow: 0 0 0 1px var(--pink), var(--shadow-lg); transform: scale(1.03); }
.pricing-popular:hover { transform: scale(1.03) translateY(-6px); }
.popular-badge { position: absolute; top: 16px; right: -32px; background: var(--pink); color: #fff; padding: 4px 40px; font-size: 11px; font-weight: 800; letter-spacing: 1px; transform: rotate(45deg); }
.pricing-header { margin-bottom: 12px; }
.pricing-label { font-size: 13px; font-weight: 700; color: var(--gray-500); text-transform: uppercase; letter-spacing: 1px; }
.pricing-coins { font-size: 36px; font-weight: 900; color: var(--text); margin-top: 8px; }
.pricing-coins-label { font-size: 16px; font-weight: 600; color: var(--gray-500); }
.pricing-price { margin: 16px 0; }
.pricing-rate { display: block; font-size: 14px; font-weight: 600; color: var(--cyan-dark); margin-bottom: 4px; }
.pricing-amount { font-size: 32px; font-weight: 900; }
.pricing-total-label { font-size: 13px; color: var(--gray-400); display: block; margin-top: 4px; text-transform: uppercase; letter-spacing: 1px; }
.pricing-savings { display: inline-block; background: rgba(34,197,94,0.1); color: #16a34a; padding: 4px 12px; border-radius: 50px; font-size: 12px; font-weight: 700; margin-bottom: 8px; }
.pricing-divider { border: none; border-top: 1px solid var(--gray-200); margin: 20px 0; }
.pricing-features { text-align: left; margin-bottom: 24px; }
.pricing-features li { display: flex; align-items: center; gap: 10px; padding: 8px 0; font-size: 14px; color: var(--text-muted); font-weight: 500; }
.link-pink { color: var(--pink); font-weight: 600; }
.link-pink:hover { text-decoration: underline; }

/* ---------- Delivery Methods Section ---------- */
.methods-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.method-card { background: var(--white); border: 2px solid var(--gray-200); border-radius: var(--radius-lg); padding: 36px 28px; text-align: center; transition: var(--transition); position: relative; }
.method-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--cyan); }
.method-card-featured { border-color: var(--cyan); box-shadow: 0 0 0 1px var(--cyan), var(--shadow); animation: borderGlow 4s ease-in-out infinite; }
.method-popular-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--cyan); color: var(--dark); padding: 4px 20px; border-radius: 50px; font-size: 11px; font-weight: 800; letter-spacing: 1px; }
.method-icon { font-size: 48px; margin-bottom: 16px; }
.method-icon-1 { color: var(--pink); }
.method-icon-2 { color: var(--cyan-dark); }
.method-icon-3 { color: var(--gold); }
.method-title { font-size: 20px; font-weight: 800; color: var(--text); margin-bottom: 8px; }
.method-tag { display: inline-block; padding: 3px 12px; border-radius: 50px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 16px; background: rgba(254,44,85,0.08); color: var(--pink); }
.method-desc { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-bottom: 20px; text-align: left; }
.method-steps { display: flex; flex-direction: column; gap: 8px; }
.method-step { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; color: var(--text-muted); padding: 8px 12px; background: var(--gray-50); border-radius: var(--radius-sm); }
.method-step-num { width: 22px; height: 22px; border-radius: 50%; background: var(--pink); color: #fff; font-size: 11px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.methods-trust { margin-top: 48px; }
.trust-badges { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.trust-badge { display: inline-flex; align-items: center; gap: 6px; padding: 10px 20px; background: var(--white); border: 1px solid var(--gray-200); border-radius: 50px; font-size: 14px; font-weight: 600; color: var(--text-muted); transition: var(--transition); }
.trust-badge:hover { border-color: var(--pink); color: var(--pink); }

/* ---------- Steps Section ---------- */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step-card { text-align: center; padding: 32px 24px; background: var(--white); border-radius: var(--radius-lg); border: 1px solid var(--gray-100); transition: var(--transition); position: relative; }
.step-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.step-number { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); width: 32px; height: 32px; background: var(--pink); color: #fff; border-radius: 50%; font-size: 14px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.step-icon { font-size: 40px; margin-bottom: 16px; margin-top: 8px; }
.step-title { font-size: 18px; font-weight: 800; color: var(--text); margin-bottom: 10px; }
.step-desc { font-size: 14px; color: var(--text-muted); line-height: 1.7; }

/* ---------- Features Section ---------- */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card { background: var(--white); border-radius: var(--radius-lg); padding: 32px; border: 1px solid var(--gray-100); transition: var(--transition); }
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.feature-icon { font-size: 36px; margin-bottom: 16px; }
.feature-title { font-size: 18px; font-weight: 800; color: var(--text); margin-bottom: 10px; }
.feature-desc { font-size: 14px; color: var(--text-muted); line-height: 1.7; }

/* ---------- Calculator Section ---------- */
.section-gradient { background: linear-gradient(135deg, #0f0f0f 0%, var(--dark-2) 50%, var(--dark-3) 100%); color: #fff; }
.calc-wrapper { max-width: 600px; margin: 0 auto; text-align: center; }
.calc-title { font-size: 36px; font-weight: 900; margin-bottom: 12px; color: #fff; }
.calc-desc { font-size: 16px; color: rgba(255,255,255,0.65); margin-bottom: 32px; line-height: 1.6; }
.calc-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius-lg); padding: 32px; }
.calc-field { margin-bottom: 20px; }
.calc-label { display: block; text-align: left; font-size: 14px; font-weight: 600; color: rgba(255,255,255,0.7); margin-bottom: 10px; }
.calc-input { width: 100%; padding: 16px 20px; border-radius: var(--radius-sm); background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); color: #fff; font-size: 18px; font-weight: 700; transition: var(--transition); }
.calc-input::placeholder { color: rgba(255,255,255,0.3); }
.calc-input:focus { border-color: var(--cyan); background: rgba(255,255,255,0.12); box-shadow: 0 0 0 3px rgba(37,244,238,0.15); }
.calc-result { margin-bottom: 20px; min-height: 24px; }
.calc-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; font-size: 15px; color: rgba(255,255,255,0.7); }
.calc-val { font-weight: 700; color: #fff; }
.calc-divider { border: none; border-top: 1px solid rgba(255,255,255,0.1); margin: 8px 0; }
.calc-total { font-size: 20px; }
.calc-total .calc-val { color: var(--cyan); font-size: 22px; }
.calc-error { color: var(--pink-light); font-size: 14px; font-weight: 600; padding: 8px 0; }
.calc-savings { display: inline-block; padding: 4px 12px; border-radius: 50px; font-size: 12px; font-weight: 700; background: rgba(37,244,238,0.12); color: var(--cyan); margin-top: 8px; }

/* ---------- Testimonials Section ---------- */
.testimonials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.testimonial-card { background: var(--white); border-radius: var(--radius-lg); padding: 32px; border: 1px solid var(--gray-100); transition: var(--transition); }
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.testimonial-stars { display: flex; gap: 2px; margin-bottom: 12px; }
.testimonial-name { font-size: 16px; font-weight: 800; color: var(--text); margin-bottom: 2px; }
.testimonial-city { font-size: 13px; color: var(--gray-400); font-weight: 500; display: block; margin-bottom: 12px; }
.testimonial-text { font-size: 14px; color: var(--text-muted); line-height: 1.7; font-style: italic; }

/* ---------- FAQ Section ---------- */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border: 1px solid var(--gray-200); border-radius: var(--radius); margin-bottom: 12px; overflow: hidden; transition: var(--transition); }
.faq-item:hover { border-color: var(--gray-300); }
.faq-item.active { border-color: var(--pink); box-shadow: 0 4px 12px rgba(254,44,85,0.1); }
.faq-question { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 20px 24px; font-size: 16px; font-weight: 700; color: var(--text); cursor: pointer; text-align: left; transition: var(--transition); background: var(--white); }
.faq-question:hover { color: var(--pink); }
.faq-arrow { transition: transform 0.3s ease; flex-shrink: 0; margin-left: 12px; }
.faq-item.active .faq-arrow { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; }
.faq-item.active .faq-answer { max-height: 500px; }
.faq-answer p { padding: 0 24px 20px; font-size: 15px; color: var(--text-muted); line-height: 1.7; }

/* ---------- Contact Section ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-whatsapp-card { background: linear-gradient(135deg, #25d366 0%, #128c7e 100%); border-radius: var(--radius-lg); padding: 36px; color: #fff; display: flex; flex-direction: column; }
.contact-wa-header { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; font-size: 22px; font-weight: 800; }
.contact-wa-desc { font-size: 15px; line-height: 1.6; opacity: 0.9; margin-bottom: 20px; }
.contact-wa-number { font-size: 28px; font-weight: 900; margin-bottom: 24px; }
.contact-info-card { background: var(--white); border-radius: var(--radius-lg); padding: 36px; border: 1px solid var(--gray-100); }
.contact-info-title { font-size: 20px; font-weight: 800; color: var(--text); margin-bottom: 24px; }
.contact-info-items { display: flex; flex-direction: column; gap: 20px; }
.contact-info-item { display: flex; align-items: flex-start; gap: 16px; }
.contact-info-icon { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.icon-pink { background: rgba(254,44,85,0.1); color: var(--pink); }
.icon-cyan { background: rgba(37,244,238,0.12); color: var(--cyan-dark); }
.icon-gold { background: rgba(212,160,23,0.12); color: var(--gold); }
.icon-green { background: rgba(34,197,94,0.12); color: #22c55e; }
.contact-info-item strong { font-size: 14px; font-weight: 700; color: var(--text); display: block; margin-bottom: 4px; }
.contact-info-item p { font-size: 14px; color: var(--text-muted); line-height: 1.5; }

/* ---------- CTA Section ---------- */
.section-cta { background: linear-gradient(135deg, var(--pink) 0%, var(--pink-dark) 100%); padding: 80px 0; }
.cta-title { font-size: 42px; font-weight: 900; color: #fff; margin-bottom: 16px; line-height: 1.2; }
.cta-desc { font-size: 18px; color: rgba(255,255,255,0.85); margin-bottom: 32px; line-height: 1.6; max-width: 600px; margin-left: auto; margin-right: auto; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ---------- SEO Content ---------- */
.seo-content h2 { font-size: 24px; font-weight: 800; margin-bottom: 16px; color: var(--text); }
.seo-content h3 { font-size: 20px; font-weight: 700; margin: 24px 0 12px; color: var(--text); }
.seo-content p { font-size: 15px; color: var(--text-muted); line-height: 1.8; margin-bottom: 16px; }

/* ---------- WhatsApp Float ---------- */
.whatsapp-float { position: fixed; bottom: 28px; right: 28px; width: 60px; height: 60px; background: var(--whatsapp); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; box-shadow: 0 4px 20px rgba(37,211,102,0.45); z-index: 999; transition: var(--transition); animation: pulseGlow 2.5s ease-in-out infinite; }
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 6px 30px rgba(37,211,102,0.55); }
.whatsapp-float-tooltip { position: absolute; right: 70px; background: var(--dark); color: #fff; padding: 8px 16px; border-radius: 8px; font-size: 13px; font-weight: 600; white-space: nowrap; opacity: 0; pointer-events: none; transition: var(--transition); }
.whatsapp-float:hover .whatsapp-float-tooltip { opacity: 1; }

/* ---------- Footer ---------- */
.footer { background: var(--dark); color: rgba(255,255,255,0.7); padding: 64px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-desc { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.55); margin-top: 16px; }
.footer-channel-btn { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; padding: 10px 20px; background: var(--channel); color: #fff; border-radius: var(--radius-sm); font-size: 13px; font-weight: 700; transition: var(--transition); }
.footer-channel-btn:hover { background: #008f6f; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,168,132,0.35); }
.footer-links h4 { font-size: 16px; font-weight: 800; color: #fff; margin-bottom: 20px; }
.footer-links a { display: block; font-size: 14px; color: rgba(255,255,255,0.55); padding: 5px 0; transition: var(--transition); }
.footer-links a:hover { color: var(--pink-light); padding-left: 4px; }
.footer-contact-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: rgba(255,255,255,0.55); padding: 5px 0; }
.footer-contact-item a { color: rgba(255,255,255,0.55); }
.footer-contact-item a:hover { color: var(--whatsapp); }
.footer-divider { border: none; border-top: 1px solid rgba(255,255,255,0.08); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; font-size: 13px; color: rgba(255,255,255,0.35); flex-wrap: wrap; gap: 12px; }

/* ---------- Trust Bar Section ---------- */
.trust-bar-section {
    background: var(--white);
    padding: 32px 0;
    border-bottom: 1px solid var(--gray-100);
    box-shadow: var(--shadow-sm);
}
.trust-bar-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.trust-bar-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px;
    border-radius: var(--radius);
    transition: var(--transition);
}
.trust-bar-item:hover {
    background: var(--gray-50);
    transform: translateY(-2px);
}
.trust-bar-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    object-fit: cover;
    flex-shrink: 0;
}
.trust-bar-item strong {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 2px;
}
.trust-bar-item span {
    font-size: 12px;
    color: var(--text-muted);
    font-weight: 500;
}

/* ---------- Pricing Visual Row ---------- */
.pricing-visual-row {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 60px;
    padding: 32px;
    background: linear-gradient(135deg, rgba(254,44,85,0.04) 0%, rgba(37,244,238,0.04) 100%);
    border-radius: var(--radius-lg);
    border: 1px solid var(--gray-100);
}
.pricing-visual-img img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    width: 100%;
    height: auto;
}
.pricing-visual-text h3 {
    font-size: 24px;
    font-weight: 900;
    color: var(--text);
    margin-bottom: 12px;
}
.pricing-visual-text p {
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.8;
}

/* ---------- Methods Visual ---------- */
.methods-visual {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    align-items: center;
    margin-top: 48px;
    padding: 32px;
    background: rgba(37,244,238,0.04);
    border-radius: var(--radius-lg);
    border: 1px solid rgba(37,244,238,0.1);
}
.methods-visual-img img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    width: 100%;
    height: auto;
}
.methods-visual-text h3 {
    font-size: 24px;
    font-weight: 900;
    color: var(--text);
    margin-bottom: 12px;
}
.methods-visual-text p {
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.8;
}

/* ---------- Steps Visual ---------- */
.steps-visual {
    max-width: 500px;
    margin: 40px auto 0;
}
.steps-visual img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    width: 100%;
    height: auto;
}

/* ---------- Feature Card Highlight ---------- */
.feature-card-highlight {
    background: linear-gradient(135deg, rgba(254,44,85,0.06) 0%, rgba(212,160,23,0.06) 100%);
    border: 2px solid rgba(254,44,85,0.15);
}
.feature-card-highlight:hover {
    border-color: var(--pink);
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

/* ---------- Live Streaming Section ---------- */
.section-live {
    overflow: hidden;
}
.live-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.live-image img {
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
    width: 100%;
    height: auto;
}
.live-gifts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 20px;
}
.live-gift {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 12px 8px;
    background: var(--white);
    border-radius: var(--radius-sm);
    border: 1px solid var(--gray-200);
    transition: var(--transition);
}
.live-gift:hover {
    border-color: var(--pink);
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}
.gift-icon {
    font-size: 28px;
}
.gift-name {
    font-size: 12px;
    font-weight: 700;
    color: var(--text);
}
.gift-cost {
    font-size: 11px;
    font-weight: 600;
    color: var(--text-muted);
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
    .hero-grid { grid-template-columns: 1fr; gap: 40px; text-align: center; }
    .hero-title { font-size: 38px; }
    .hero-buttons { justify-content: center; }
    .hero-badges { justify-content: center; }
    .pricing-grid { grid-template-columns: repeat(2, 1fr); }
    .methods-grid { grid-template-columns: repeat(2, 1fr); }
    .steps-grid { grid-template-columns: repeat(2, 1fr); }
    .features-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .mega-price-number { font-size: 120px; letter-spacing: -6px; }
    .trust-bar-grid { grid-template-columns: repeat(2, 1fr); }
    .pricing-visual-row { grid-template-columns: 1fr; gap: 24px; }
    .methods-visual { grid-template-columns: 1fr; gap: 24px; }
    .live-grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 768px) {
    .nav-links { display: none; }
    .country-switcher { display: none; }
    .hamburger { display: flex; }
    .hero { padding: 120px 0 60px; min-height: auto; }
    .hero-title { font-size: 30px; }
    .hero-desc { font-size: 15px; }
    .hero-image { max-width: 400px; margin: 0 auto; }
    .mega-price-number { font-size: 96px; letter-spacing: -5px; }
    .mega-price-currency { font-size: 28px; }
    .mega-price-unit { font-size: 14px; }
    .mega-price-inner { padding: 16px 32px 12px; }
    .mega-stat-rate { font-size: 32px !important; }
    .mega-stat-suffix { font-size: 14px; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .stat-card { padding: 16px; }
    .stat-value { font-size: 22px; }
    .section { padding: 64px 0; }
    .section-title { font-size: 28px; }
    .section-header { margin-bottom: 40px; }
    .pricing-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
    .pricing-popular { transform: none; }
    .pricing-popular:hover { transform: translateY(-6px); }
    .methods-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
    .steps-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
    .features-grid { grid-template-columns: 1fr; }
    .calc-title { font-size: 28px; }
    .calc-card { padding: 24px; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .cta-title { font-size: 28px; }
    .cta-desc { font-size: 16px; }
    .cta-buttons { flex-direction: column; align-items: center; }
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .whatsapp-float { bottom: 20px; right: 20px; width: 54px; height: 54px; }
    .mega-price-particles { display: none; }
    .trust-bar-grid { grid-template-columns: 1fr; gap: 12px; }
    .pricing-visual-row { grid-template-columns: 1fr; padding: 20px; }
    .methods-visual { grid-template-columns: 1fr; padding: 20px; }
    .live-grid { grid-template-columns: 1fr; gap: 30px; }
    .live-gifts-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }
}

@media (max-width: 480px) {
    .container { padding: 0 16px; }
    .hero-title { font-size: 26px; }
    .hero-buttons { flex-direction: column; }
    .hero-buttons .btn { width: 100%; }
    .hero-float-badge { left: 0; bottom: 10px; font-size: 14px; padding: 10px 16px; }
    .mega-price-number { font-size: 80px; letter-spacing: -4px; }
    .mega-price-currency { font-size: 22px; }
    .mega-price-inner { padding: 12px 20px 10px; }
    .mega-price-label { font-size: 10px; letter-spacing: 2px; }
    .mega-price-sub { font-size: 11px; }
    .section-title { font-size: 24px; }
    .pricing-card { padding: 24px; }
    .pricing-coins { font-size: 28px; }
    .pricing-amount { font-size: 26px; }
    .method-card { padding: 24px 20px; }
    .btn-lg { padding: 14px 24px; font-size: 15px; }
    .btn-xl { padding: 16px 32px; font-size: 16px; }
    .stats-grid { grid-template-columns: 1fr 1fr; }
    .stat-value { font-size: 20px; }
    .stat-label { font-size: 12px; }
    .contact-wa-number { font-size: 22px; }
    .trust-badges { flex-direction: column; align-items: center; }
}

/* ---------- Print Styles ---------- */
@media print {
    .navbar, .whatsapp-float, .mobile-menu, .hero-bg-shapes, .mega-price-particles { display: none !important; }
    .hero { min-height: auto; padding: 40px 0; background: #fff; color: #000; }
    .section { padding: 40px 0; }
}
