/* =====================================================
   WebPressHub Style — Hero, Marquee, Coupon Popup, Animations
   Overrides/extends assets/css/style.css
   ===================================================== */

/* ---------- FONTS ---------- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
    --wh-teal: #00665E;
    --wh-teal-light: #009E8C;
    --wh-teal-lighter: #00BFA5;
    --wh-teal-dark: #004D47;
    --wh-success: #10B981;
    --wh-success-light: #D1FAE5;
    --wh-gold: #FFC107;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* =====================================================
   ANNOUNCEMENT / DISCOUNT RIBBON
   ===================================================== */
.announcement-bar {
    background: linear-gradient(90deg, var(--wh-teal-dark), var(--wh-teal-light), var(--wh-teal-dark));
    color: #fff;
    text-align: center;
    padding: 9px 16px;
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: 0.3px;
    position: relative;
    z-index: 1001;
    overflow: hidden;
}
.announcement-bar a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
}
.announcement-bar .ribbon-highlight {
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 100px;
    padding: 2px 10px;
    font-weight: 800;
    margin: 0 4px;
    display: inline-block;
    animation: ribbon-pulse 1.8s ease-in-out infinite;
}
@keyframes ribbon-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0.5); }
    50% { box-shadow: 0 0 0 6px rgba(255,255,255,0); }
}
.announcement-close {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.15);
    border: none;
    color: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
}
.announcement-close:hover { background: rgba(255,255,255,0.3); }

/* =====================================================
   HERO SECTION (WebPressHub Style)
   ===================================================== */
.hero.wh-hero {
    background: linear-gradient(135deg, #004D47 0%, #00665E 45%, #009E8C 100%);
    color: #ffffff;
    padding: 70px 24px 0;
    position: relative;
    overflow: hidden;
    text-align: left;
    min-height: 560px;
    display: block;
}

/* Glow effects */
.wh-hero .wh-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.15;
    pointer-events: none;
    z-index: 0;
}
.wh-hero .wh-glow--1 { width: 600px; height: 600px; background: #00665E; top: -200px; left: -200px; }
.wh-hero .wh-glow--2 { width: 400px; height: 400px; background: #00BFA5; bottom: 60px; right: -100px; }
.wh-hero .wh-glow--3 { width: 300px; height: 300px; background: #fff; top: 10%; right: 30%; opacity: 0.06; }

.wh-hero .container {
    max-width: 1250px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 55% 45%;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 2;
    padding-bottom: 90px;
}

/* Left column */
.wh-hero-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    animation: whFadeUp 0.8s ease-out forwards;
    opacity: 0;
}
.wh-hero-content:nth-child(2) { animation-delay: 0.15s; }

/* Badge pill */
.wh-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 100px;
    padding: 6px 16px 6px 10px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    width: fit-content;
    backdrop-filter: blur(4px);
}
.wh-badge .wh-badge-icon {
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.wh-badge .wh-badge-icon.pnp-gift-icon {
    font-size: 16px;
    animation: whBounceGift 2.5s ease-in-out infinite;
}
.wh-badge .wh-badge-icon.pnp-gift-icon:hover {
    animation-play-state: paused;
}
.wh-badge .wh-pulse-dot {
    width: 8px;
    height: 8px;
    background: var(--wh-success);
    border-radius: 50%;
    animation: whPing 1.5s cubic-bezier(0,0,0.2,1) infinite;
}
@keyframes whPing {
    0% { box-shadow: 0 0 0 0 rgba(16,185,129,0.7); }
    70% { box-shadow: 0 0 0 8px rgba(16,185,129,0); }
    100% { box-shadow: 0 0 0 0 rgba(16,185,129,0); }
}

/* Headline */
.wh-headline {
    font-size: clamp(30px, 4.2vw, 46px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin: 0;
    color: #fff;
}
.wh-headline .wh-highlight {
    background: linear-gradient(135deg, #ffffff 0%, #A7F3D0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.wh-headline .wh-underline {
    position: relative;
    color: #fff;
}
.wh-headline .wh-underline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--wh-teal-lighter), var(--wh-success));
    border-radius: 100px;
}

/* Description */
.wh-desc {
    font-size: 16px;
    color: #E6F2F0;
    max-width: 620px;
    line-height: 1.65;
    margin: 0;
}

/* Feature chips */
.wh-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 4px 0;
}
.wh-feature-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.16);
    color: #fff;
    padding: 6px 13px;
    border-radius: 100px;
    font-size: 12.5px;
    font-weight: 500;
    animation: whFadeUp 0.6s ease-out forwards;
    opacity: 0;
}
.wh-feature-chip:nth-child(1) { animation-delay: 0.3s; }
.wh-feature-chip:nth-child(2) { animation-delay: 0.4s; }
.wh-feature-chip:nth-child(3) { animation-delay: 0.5s; }
.wh-feature-chip:nth-child(4) { animation-delay: 0.6s; }
.wh-feature-chip svg, .wh-feature-chip span.icon { color: var(--wh-success-light); }

/* Search box */
.wh-hero .search-box {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 14px;
    padding: 5px;
    backdrop-filter: blur(8px);
    max-width: 520px;
    margin: 6px 0 0;
    transition: border-color 0.3s;
}
.wh-hero .search-box:focus-within {
    border-color: rgba(255,255,255,0.45);
    box-shadow: 0 0 0 4px rgba(255,255,255,0.08);
}
.wh-hero .search-box input {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 14.5px;
    padding: 12px 14px;
}
.wh-hero .search-box input::placeholder { color: rgba(255,255,255,0.65); }
.wh-hero .search-box .btn-primary {
    background: linear-gradient(135deg, #ffffff 0%, #D1FAE5 100%);
    color: var(--wh-teal-dark);
    font-weight: 700;
    border-radius: 10px;
    padding: 10px 20px;
}
.wh-hero .search-box .btn-primary:hover {
    background: linear-gradient(135deg, #f0fff8 0%, #A7F3D0 100%);
    color: var(--wh-teal-dark);
}

/* Hero stats */
.wh-hero-stats {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 8px;
}
.wh-hero-stat h3 {
    font-size: 35px;
    font-weight: 800;
    margin: 0;
    color: #fff;
    font-variant-numeric: tabular-nums;
}
.wh-hero-stat p {
    font-size: 10px;
    color: rgba(255,255,255,0.75);
    margin: 2px 0 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

/* Right column — visual */
.wh-hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wh-hero-card {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 24px;
    padding: 3px 3px;
    backdrop-filter: blur(12px);
    width: 100%;
    max-width: 380px;
    position: relative;
    animation: whFloat 5s ease-in-out infinite;
    box-shadow: 0 30px 60px rgba(0,0,0,0.25);
}
.wh-hero-card .wh-card-title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.wh-hero-card-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 12px 14px;
    margin-bottom: 10px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: transform 0.3s, background 0.3s;
}
.wh-hero-card-item:hover { background: rgba(255,255,255,0.15); transform: translateX(4px); }
.wh-hero-card-item .wh-card-ico {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--wh-teal-lighter), var(--wh-success));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    flex-shrink: 0;
}
.wh-hero-card-item .wh-card-name { font-size: 13.5px; font-weight: 600; color: #fff; }
.wh-hero-card-item .wh-card-meta { font-size: 11.5px; color: rgba(255,255,255,0.65); display: flex; align-items: center; gap: 6px; }
.wh-hero-card-item .wh-card-price { margin-left: auto; font-weight: 800; color: #A7F3D0; font-size: 14px; white-space: nowrap; }
.wh-hero-card-badge {
    position: absolute;
    top: -14px;
    right: 18px;
    background: linear-gradient(135deg, var(--wh-gold), #FF9800);
    color: #1a1d29;
    font-size: 11px;
    font-weight: 800;
    padding: 5px 12px;
    border-radius: 100px;
    box-shadow: 0 4px 14px rgba(255,193,7,0.4);
    animation: whSwing 2.4s ease-in-out infinite;
}
@keyframes whSwing {
    0%, 100% { transform: rotate(-2deg); }
    50% { transform: rotate(2deg); }
}
@keyframes whFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

/* ---------- HERO RESPONSIVE ---------- */
@media (max-width: 900px) {
    .hero.wh-hero { padding: 5px 2px 0; text-align: center; }
    .wh-hero .container { grid-template-columns: 1fr; gap: 34px; padding-bottom: 30px; }
    .wh-badge { margin: 0 auto; }
    .wh-features { justify-content: center; }
    .wh-hero .search-box { margin: 6px auto 0; }
    .wh-hero-stats { justify-content: center; }
    .wh-hero-visual { display: none; }
}

/* =====================================================
   MARQUEE STRIP
   ===================================================== */
.wh-marquee {
    background: linear-gradient(90deg, var(--wh-teal-dark), var(--wh-teal), var(--wh-teal-dark));
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    overflow: hidden;
    padding: 12px 0;
    position: relative;
    z-index: 3;
}
.wh-marquee-track {
    display: flex;
    white-space: nowrap;
    animation: whMarquee 28s linear infinite;
    width: max-content;
}
.wh-marquee:hover .wh-marquee-track { animation-play-state: paused; }
.wh-marquee-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 28px;
    font-size: 13.5px;
    font-weight: 600;
    color: #fff;
}
.wh-marquee-item .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--wh-success);
    display: inline-block;
}
.wh-marquee-item .strong { color: var(--wh-gold); font-weight: 800; }

/* Coupon code highlight (SAVE25) */
.coupon-highlight {
    background: linear-gradient(135deg, #FFC107, #FF9800);
    color: #1a1d29 !important;
    padding: 2px 8px;
    border-radius: 6px;
    font-weight: 800;
    letter-spacing: 0.3px;
    display: inline-block;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(255,193,7,0.35);
    animation: couponGlow 2s ease-in-out infinite;
}
.wh-badge .coupon-highlight {
    font-size: 12px;
    padding: 1px 7px;
}
@keyframes couponGlow {
    0%, 100% { box-shadow: 0 2px 8px rgba(255,193,7,0.35); transform: scale(1); }
    50% { box-shadow: 0 2px 18px rgba(255,193,7,0.65); transform: scale(1.06); }
}
@keyframes whMarquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* =====================================================
   COUPON POPUP (WebPressHub Style)
   ===================================================== */
.wh-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(6px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s;
}
.wh-popup-overlay.wh-open {
    opacity: 1;
    visibility: visible;
}

/* Coupon popup card */
.wh-popup {
    position: relative;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    width: min(92vw, 460px);
    display: flex;
    box-shadow: 0 30px 80px rgba(0,0,0,0.35);
    transform: scale(0.9) translateY(20px);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: #1a1d29;
}
.wh-open .wh-popup { transform: scale(1) translateY(0); }

/* Left gift icon panel */
.wh-popup-icon-side {
    flex-shrink: 0;
    width: 120px;
    background: linear-gradient(160deg, #00665E 0%, #009E8C 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.wh-popup-icon-side::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    border: 2px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    animation: whRotateRing 8s linear infinite;
}
.wh-popup-icon-side::after {
    content: '';
    position: absolute;
    width: 54px;
    height: 54px;
    border: 2px solid rgba(255,255,255,0.12);
    border-radius: 50%;
    animation: whRotateRing 6s linear infinite reverse;
}
@keyframes whRotateRing {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.wh-gift-icon {
    position: relative;
    z-index: 1;
    font-size: 52px;
    animation: whBounceGift 2.5s ease-in-out infinite;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.25));
}
@keyframes whBounceGift {
    0%, 100% { transform: translateY(0) scale(1); }
    40% { transform: translateY(-6px) scale(1.08); }
    60% { transform: translateY(-2px) scale(0.96); }
}
.wh-sparkle {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(255,255,255,0.9);
    animation: whSparkleAnim 2s ease-in-out infinite;
    z-index: 2;
}
@keyframes whSparkleAnim {
    0%, 100% { opacity: 0; transform: scale(0); }
    50% { opacity: 1; transform: scale(1.4); }
}

/* Right content */
.wh-popup-body {
    flex: 1;
    padding: 24px 22px 22px;
    position: relative;
}
.wh-popup-body .wh-popup-close {
    position: absolute;
    top: 10px;
    right: 12px;
    background: #F1F5F9;
    border: none;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 1;
    color: #334155;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wh-popup-body .wh-popup-close:hover { background: #E2E8F0; }
.wh-popup-body .wh-popup-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--wh-teal);
    margin: 0 0 4px;
}
.wh-popup-body h3 {
    font-size: 21px;
    font-weight: 800;
    margin: 0 0 6px;
    line-height: 1.2;
    color: #0F172A;
}
.wh-popup-body p {
    font-size: 13px;
    color: #64748B;
    margin: 0 0 14px;
    line-height: 1.5;
}
.wh-coupon-box {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #F8FAFB;
    padding: 10px 12px;
    border-radius: 10px;
    border: 2px dashed var(--wh-teal);
    margin-bottom: 12px;
}
.wh-coupon-box .wh-coupon-code {
    font-size: 20px;
    font-weight: 800;
    color: var(--wh-teal);
    letter-spacing: 2px;
    font-family: 'SF Mono', 'Courier New', monospace;
    flex: 1;
    user-select: all;
}
.wh-coupon-box .wh-coupon-pct {
    background: var(--wh-teal);
    color: #fff;
    padding: 4px 9px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}
.wh-copy-btn {
    width: 100%;
    background: linear-gradient(135deg, var(--wh-teal) 0%, var(--wh-teal-light) 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 12px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 6px 16px rgba(0,102,94,0.3);
}
.wh-copy-btn:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(0,102,94,0.4); }
.wh-copy-btn.wh-copied { background: linear-gradient(135deg, #10B981, #059669); }
.wh-popup-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 12px;
    font-size: 11px;
    color: #94A3B8;
    font-weight: 500;
}

/* =====================================================
   MOBILE FLOATING GIFT BUTTON
   ===================================================== */
.wh-float-gift {
    position: fixed;
    bottom: 22px;
    right: 22px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--wh-teal) 0%, var(--wh-teal-light) 100%);
    color: #fff;
    border: none;
    font-size: 26px;
    cursor: pointer;
    z-index: 9998;
    box-shadow: 0 10px 28px rgba(0,102,94,0.45);
    display: none;
    align-items: center;
    justify-content: center;
    animation: whBounceGift 2.5s ease-in-out infinite;
}
.wh-float-gift::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid rgba(0,158,140,0.5);
    animation: whPing 2s cubic-bezier(0,0,0.2,1) infinite;
}

/* ---------- FLOATING WHATSAPP BUTTON ---------- */
.wh-float-wa {
    position: fixed;
    bottom: 22px;
    right: 22px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #fff;
    font-size: 28px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9997;
    box-shadow: 0 10px 28px rgba(37,211,102,0.45);
    transition: transform 0.25s;
}
.wh-float-wa:hover { transform: scale(1.05); color: #fff; }

/* Jab coupon gift button dikhe, WhatsApp button niche shift */
.wh-float-gift:not([style*="display: none"]) ~ .wh-float-wa,
body:has(.wh-float-gift) .wh-float-wa {
    bottom: 92px;
}
@media (max-width: 768px) {
    .wh-float-gift { display: flex; }
    .wh-popup { flex-direction: column; }
    .wh-popup-icon-side {
        width: 100%;
        height: 90px;
    }
    .wh-gift-icon { font-size: 42px; }
    /* WhatsApp button above bottom menu on mobile */
    .wh-float-wa {
        bottom: 72px !important;
    }
}

/* =====================================================
   PRODUCT DISCOUNT BADGE ANIMATION
   ===================================================== */
.product-card .offer-badge,
.product-card .badge {
    animation: whBadgePulse 2.4s ease-in-out infinite;
}
@keyframes whBadgePulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255,193,7,0.5); }
    50% { box-shadow: 0 0 0 7px rgba(255,193,7,0); }
}

/* Fade-up entrance for sections */
.section .section-title {
    animation: whFadeUp 0.7s ease-out forwards;
}

/* =====================================================
   WHY CHOOSE US (REDESIGNED)
   ===================================================== */
.wh-choose-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 8px;
}
.wh-choose-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 28px 22px 24px;
    text-align: center;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s;
}
.dark-mode .wh-choose-card {
    background: var(--surface-dark, #1e2030);
    border-color: rgba(255,255,255,0.08);
}
.wh-choose-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #00665E, #00BFA5);
    border-radius: 0 0 8px 8px;
    opacity: 0;
    transition: opacity 0.3s;
}
.wh-choose-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,102,94,0.12);
    border-color: rgba(0,102,94,0.25);
}
.wh-choose-card:hover::before { opacity: 1; }
.wh-choose-ico {
    width: 62px;
    height: 62px;
    margin: 0 auto 16px;
    border-radius: 16px;
    background: linear-gradient(135deg, #E6F7F5, #D1FAE5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    transition: transform 0.35s;
}
.dark-mode .wh-choose-ico { background: rgba(0,158,140,0.15); }
.wh-choose-card:hover .wh-choose-ico { transform: scale(1.1) rotate(-4deg); }
.wh-choose-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--text);
    margin: 0 0 8px;
}
.wh-choose-card p {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.55;
    margin: 0;
}
.wh-choose-card .wh-choose-tag {
    display: inline-block;
    margin-top: 14px;
    background: #E6F7F5;
    color: #00665E;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 100px;
}
.dark-mode .wh-choose-card .wh-choose-tag { background: rgba(0,158,140,0.15); color: #00BFA5; }

/* =====================================================
   FOOTER (REDESIGNED)
   ===================================================== */
.wh-footer {
    background: linear-gradient(160deg, #004D47 0%, #00665E 60%, #00907F 100%);
    color: #E6F2F0;
    padding: 56px 0 0;
    position: relative;
    overflow: hidden;
}
.wh-footer::before {
    content: '';
    position: absolute;
    width: 420px;
    height: 420px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    top: -200px;
    right: -160px;
    filter: blur(60px);
}
.wh-footer::after {
    content: '';
    position: absolute;
    width: 280px;
    height: 280px;
    background: rgba(0,191,165,0.12);
    border-radius: 50%;
    bottom: -140px;
    left: -80px;
    filter: blur(50px);
}
.wh-footer .container { position: relative; z-index: 2; }
.wh-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 36px;
    padding-bottom: 40px;
}
.wh-footer h5 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.wh-footer h5::after {
    content: '';
    width: 24px;
    height: 3px;
    border-radius: 4px;
    background: linear-gradient(90deg, #00BFA5, #10B981);
}
.wh-footer p { font-size: 13px; line-height: 1.7; color: rgba(230,242,240,0.85); margin: 0 0 10px; }
.wh-footer ul { list-style: none; padding: 0; margin: 0; }
.wh-footer ul li { margin-bottom: 10px; }
.wh-footer ul li a {
    color: rgba(230,242,240,0.85);
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s, padding-left 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.wh-footer ul li a:hover { color: #fff; padding-left: 5px; }
.wh-footer .wh-footer-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: rgba(230,242,240,0.85);
    margin-bottom: 12px;
}
.wh-footer .wh-footer-contact-item .ico {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 14px;
}
.wh-footer .wh-footer-contact-item a { color: rgba(230,242,240,0.85); text-decoration: none; }
.wh-footer .wh-footer-contact-item a:hover { color: #fff; }

/* Social icons */
.wh-social-row {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    flex-wrap: wrap;
}
.wh-social-btn {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.14);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    transition: transform 0.25s, background 0.25s, box-shadow 0.25s;
}
.wh-social-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}
.wh-social-btn.wh-fb:hover { background: #1877F2; }
.wh-social-btn.wh-ig:hover { background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF); }
.wh-social-btn.wh-yt:hover { background: #FF0000; }
.wh-social-btn.wh-wa:hover { background: #25D366; }
.wh-social-btn.wh-tg:hover { background: #26A5E4; }
.wh-social-btn.wh-tt:hover { background: #000; }
.wh-social-btn.wh-x:hover { background: #111; }

/* Footer newsletter mini */
.wh-footer-newsletter {
    display: flex;
    gap: 8px;
    margin-top: 14px;
}
.wh-footer-newsletter input {
    flex: 1;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 10px;
    padding: 10px 12px;
    color: #fff;
    font-size: 13px;
    outline: none;
}
.wh-footer-newsletter input::placeholder { color: rgba(255,255,255,0.55); }
.wh-footer-newsletter button {
    background: linear-gradient(135deg, #FFC107, #FF9800);
    border: none;
    color: #1a1d29;
    border-radius: 10px;
    padding: 0 16px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
}

/* Footer bottom bar */
.wh-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.12);
    padding: 18px 0;
    margin-top: 8px;
}
.wh-footer-bottom .wh-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.wh-footer-bottom p { font-size: 12.5px; color: rgba(230,242,240,0.7); margin: 0; }
.wh-footer-bottom .wh-payments {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: rgba(230,242,240,0.7);
}
.wh-footer-bottom .wh-payments span {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.12);
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 11px;
}

@media (max-width: 992px) {
    .wh-choose-grid { grid-template-columns: repeat(2, 1fr); }
    .wh-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 576px) {
    .wh-choose-grid { grid-template-columns: 1fr; }
    .wh-footer-grid { grid-template-columns: 1fr; }
    .wh-footer-bottom-inner { justify-content: center; text-align: center; }
}

/* =====================================================
   PURCHASE NOTIFICATION + COUPON POPUP (webpresshub.net style)
   Split Version: Desktop combined card, Mobile floating gift
   ===================================================== */
:root {
    --pnp-primary: #00665E;
    --pnp-primary-light: #009E8C;
    --pnp-primary-lighter: #00BFA5;
    --pnp-success: #10B981;
    --pnp-success-light: #D1FAE5;
    --pnp-bg: #FFFFFF;
    --pnp-bg-secondary: #F8FAFB;
    --pnp-text: #111827;
    --pnp-text-secondary: #4B5563;
    --pnp-text-muted: #9CA3AF;
    --pnp-border: #E5E7EB;
    --pnp-border-light: #F3F4F6;
}

/* ---- DESKTOP/TABLET combined card ---- */
@media (min-width: 769px) {
    .pnp-desktop-container {
        position: fixed;
        bottom: 24px;
        left: 24px;
        z-index: 999999;
        max-width: 380px;
        width: 380px;
        display: block;
    }
    .pnp-card {
        background: var(--pnp-bg);
        border-radius: 16px;
        box-shadow: 0 8px 32px rgba(0,0,0,0.1);
        border: 1.5px solid var(--pnp-border-light);
        transform: translateY(30px);
        opacity: 0;
        transition: all 0.5s cubic-bezier(0.34,1.56,0.64,1);
        position: relative;
        overflow: hidden;
        cursor: default;
    }
    .pnp-card.pnp-active { transform: translateY(0); opacity: 1; }
    .pnp-card.pnp-exit { transform: translateY(30px); opacity: 0; transition: all 0.35s cubic-bezier(0.55,0,1,0.45); }
    .pnp-card:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(0,0,0,0.15); }
    .pnp-card-accent {
        position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
        background: linear-gradient(180deg, #00665E, #009E8C, #00BFA5);
        border-radius: 16px 0 0 16px;
    }
    .pnp-card-close {
        position: absolute; top: 8px; right: 10px;
        background: rgba(0,0,0,0.04); border: none; color: var(--pnp-text-muted);
        cursor: pointer; width: 20px; height: 20px; font-size: 11px; line-height: 1;
        border-radius: 5px; transition: all 0.2s; z-index: 5;
        display: flex; align-items: center; justify-content: center; padding: 0;
    }
    .pnp-card-close:hover { background: rgba(0,0,0,0.1); color: var(--pnp-text); transform: rotate(90deg); }

    /* Notification mode */
    .pnp-notification-inner { padding: 14px; display: flex; align-items: flex-start; gap: 10px; justify-content: center; }
    .pnp-status-dot {
        position: absolute; top: 14px; right: 32px; width: 7px; height: 7px;
        border-radius: 50%; z-index: 2; background: var(--pnp-success);
        box-shadow: 0 0 0 3px rgba(16,185,129,0.15);
        animation: pnp-dot-pulse 2s ease-in-out infinite;
    }
    @keyframes pnp-dot-pulse {
        0%,100% { box-shadow: 0 0 0 3px rgba(16,185,129,0.15); }
        50% { box-shadow: 0 0 0 7px rgba(16,185,129,0.05); }
    }
    .pnp-product-img {
        flex-shrink: 0; width: 48px; height: 48px; border-radius: 12px;
        background: linear-gradient(135deg, #00665E 0%, #009E8C 100%);
        display: flex; align-items: center; justify-content: center;
        position: relative; overflow: hidden;
        box-shadow: 0 4px 12px rgba(0,102,94,0.25);
    }
    .pnp-product-img::after {
        content: ''; position: absolute; inset: 0;
        background: linear-gradient(135deg, rgba(255,255,255,0.25) 0%, transparent 50%);
    }
    .pnp-product-emoji { font-size: 24px; position: relative; z-index: 1; animation: pnp-float 3s ease-in-out infinite; }
    @keyframes pnp-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-3px); } }
    .pnp-notif-text { flex: 1; min-width: 0; padding-right: 20px; }
    .pnp-purchase-text { font-size: 12.5px; color: var(--pnp-text-secondary); margin-bottom: 3px; line-height: 1.3; }
    .pnp-customer-name { color: var(--pnp-primary); font-weight: 700; }
    .pnp-product-title { font-size: 11.5px; color: var(--pnp-text); margin-bottom: 6px; line-height: 1.35; font-weight: 600; }
    .pnp-meta-chips { display: flex; align-items: center; gap: 5px; flex-wrap: wrap; }
    .pnp-meta-chip {
        display: inline-flex; align-items: center; gap: 2px;
        padding: 2px 6px; border-radius: 5px; font-size: 9px; font-weight: 500;
        background: var(--pnp-bg-secondary); color: var(--pnp-text-secondary);
        border: 1px solid var(--pnp-border-light);
    }
    .pnp-meta-dot { width: 2px; height: 2px; background: var(--pnp-border); border-radius: 50%; }
    .pnp-referral-chip {
        display: inline-flex; align-items: center; gap: 2px;
        padding: 2px 6px; border-radius: 5px; font-size: 9px; font-weight: 600;
        background: #FDF2FF; color: #A21CAF; margin-top: 4px;
    }

    /* Coupon mode */
    .pnp-coupon-inner-desktop { padding: 0; display: flex; align-items: stretch; cursor: pointer; }
    .pnp-coupon-icon-side {
        flex-shrink: 0; width: 70px;
        background: linear-gradient(135deg, #00665E 0%, #009E8C 100%);
        display: flex; align-items: center; justify-content: center;
        position: relative; overflow: hidden; border-radius: 16px 0 0 16px;
    }
    .pnp-coupon-icon-side::before {
        content: ''; position: absolute; width: 50px; height: 50px;
        border: 2px solid rgba(255,255,255,0.2); border-radius: 50%;
        animation: pnp-rotate-ring 8s linear infinite;
    }
    .pnp-coupon-icon-side::after {
        content: ''; position: absolute; width: 34px; height: 34px;
        border: 2px solid rgba(255,255,255,0.12); border-radius: 50%;
        animation: pnp-rotate-ring 6s linear infinite reverse;
    }
    @keyframes pnp-rotate-ring { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
    .pnp-gift-icon {
        position: relative; z-index: 1; font-size: 32px;
        animation: pnp-bounce-gift 2.5s ease-in-out infinite;
        filter: drop-shadow(0 3px 6px rgba(0,0,0,0.2));
    }
    @keyframes pnp-bounce-gift {
        0%,100% { transform: translateY(0) scale(1); }
        40% { transform: translateY(-5px) scale(1.1); }
        60% { transform: translateY(-2px) scale(0.95); }
    }
    .pnp-sparkle {
        position: absolute; width: 4px; height: 4px; background: white;
        border-radius: 50%; box-shadow: 0 0 6px rgba(255,255,255,0.8);
        animation: pnp-sparkle-anim 2s ease-in-out infinite; z-index: 2;
    }
    .pnp-sparkle:nth-child(2) { top: 12px; right: 14px; }
    .pnp-sparkle:nth-child(3) { bottom: 14px; left: 12px; animation-delay: 1s; }
    @keyframes pnp-sparkle-anim {
        0%,100% { opacity: 0; transform: scale(0); }
        50% { opacity: 1; transform: scale(1.3); }
    }
    .pnp-coupon-content-side { flex: 1; padding: 12px 16px; display: flex; flex-direction: column; gap: 6px; min-width: 0; }
    .pnp-coupon-top-row { display: flex; align-items: center; justify-content: space-between; }
    .pnp-coupon-badge {
        background: linear-gradient(135deg, #00665E, #009E8C); color: white;
        padding: 2px 8px; border-radius: 20px; font-size: 9px; font-weight: 700;
        letter-spacing: 0.8px; text-transform: uppercase;
        display: inline-flex; align-items: center; gap: 4px;
    }
    .pnp-badge-dot { width: 5px; height: 5px; background: white; border-radius: 50%; animation: pnp-white-pulse 1.5s ease-in-out infinite; }
    @keyframes pnp-white-pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.3; } }
    .pnp-coupon-label { font-size: 9px; color: var(--pnp-text-muted); font-weight: 500; }
    .pnp-coupon-code-box {
        display: flex; align-items: center; gap: 8px;
        background: var(--pnp-bg-secondary); padding: 6px 12px; border-radius: 8px;
        border: 2px dashed var(--pnp-border); transition: all 0.3s;
    }
    .pnp-card:hover .pnp-coupon-code-box { border-color: var(--pnp-primary-light); background: rgba(0,102,94,0.03); }
    .pnp-coupon-code {
        font-size: 20px; font-weight: 800; color: var(--pnp-primary);
        letter-spacing: 1.5px; font-family: 'SF Mono', 'Courier New', monospace; flex: 1;
    }
    .pnp-coupon-discount {
        background: #00665E; color: white; padding: 3px 8px; border-radius: 6px;
        font-size: 11px; font-weight: 700; white-space: nowrap;
    }
    .pnp-coupon-bottom-row { display: flex; align-items: center; justify-content: space-between; }
    .pnp-coupon-benefit { font-size: 10px; color: var(--pnp-text-secondary); font-weight: 500; }
    .pnp-coupon-hint { font-size: 10px; color: var(--pnp-primary-light); font-weight: 600; display: flex; align-items: center; gap: 3px; }
    .pnp-hint-arrow { transition: transform 0.3s; font-size: 11px; }
    .pnp-card:hover .pnp-hint-arrow { transform: translateX(3px); }
    /* Copied state */
    .pnp-card.pnp-copied .pnp-coupon-code-box { border-color: var(--pnp-success); background: var(--pnp-success-light); }
    .pnp-card.pnp-copied .pnp-coupon-code { color: #059669; }
    .pnp-card.pnp-copied .pnp-coupon-discount { background: var(--pnp-success); }
    .pnp-card.pnp-copied .pnp-coupon-badge { background: var(--pnp-success); }
    .pnp-card.pnp-copied .pnp-coupon-hint { color: var(--pnp-success); }
}

/* Hide desktop on mobile */
@media (max-width: 768px) {
    .pnp-desktop-container { display: none !important; }
}

/* ---- MOBILE floating gift button ---- */
@media (max-width: 768px) {
    .pnp-mobile-float { position: fixed; bottom: 150px; right: 20px; z-index: 999999; display: block; }
    .pnp-mobile-gift-btn {
        width: 56px; height: 56px; border-radius: 50%;
        background: linear-gradient(135deg, #00665E 0%, #009E8C 100%);
        box-shadow: 0 8px 24px rgba(0,102,94,0.4), 0 0 0 4px rgba(0,158,140,0.1);
        border: none; cursor: pointer; display: flex; align-items: center; justify-content: center;
        position: relative; overflow: visible;
        transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
        animation: pnp-float-btn 3s ease-in-out infinite;
        -webkit-tap-highlight-color: transparent; padding: 8px; z-index: 3;
    }
    .pnp-mobile-gift-btn:active { transform: scale(0.92); box-shadow: 0 4px 12px rgba(0,102,94,0.4), 0 0 0 2px rgba(0,158,140,0.2); }
    @keyframes pnp-float-btn { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
    .pnp-mobile-gift-btn::before {
        content: ''; position: absolute; inset: -8px; border-radius: 50%;
        border: 2px dashed rgba(0,158,140,0.4); animation: pnp-spin-ring 12s linear infinite; z-index: 0;
    }
    @keyframes pnp-spin-ring { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
    .pnp-mobile-gift-img {
        width: 100%; height: 100%; object-fit: contain; position: relative; z-index: 1;
        filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2)); animation: pnp-wiggle 2s ease-in-out infinite;
        pointer-events: none; user-select: none;
    }
    @keyframes pnp-wiggle { 0%,100% { transform: rotate(0deg); } 25% { transform: rotate(-10deg); } 75% { transform: rotate(10deg); } }
    .pnp-mobile-badge {
        position: absolute; top: -2px; right: -2px; width: 16px; height: 16px;
        background: #EF4444; border-radius: 50%; border: 2px solid white;
        animation: pnp-badge-pulse 2s ease-in-out infinite; z-index: 4; pointer-events: none;
    }
    @keyframes pnp-badge-pulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.2); } }
    .pnp-mobile-popover {
        position: absolute; bottom: 70px; right: 0; width: 280px;
        background: linear-gradient(135deg, #00665E 0%, #009E8C 100%);
        border-radius: 16px;
        box-shadow: 0 16px 48px rgba(0,102,94,0.35); border: 1.5px solid rgba(255,255,255,0.15);
        overflow: hidden; opacity: 0; transform: translateY(10px) scale(0.95);
        pointer-events: none; transition: all 0.3s cubic-bezier(0.34,1.56,0.64,1); z-index: 2;
        display: flex; flex-direction: row; align-items: stretch; color: #fff;
    }
    .pnp-mobile-popover.pnp-popover-visible { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; animation: pnp-popover-in 0.4s cubic-bezier(0.34,1.56,0.64,1); }
    @keyframes pnp-popover-in {
        0% { opacity: 0; transform: translateY(20px) scale(0.8) rotate(-2deg); }
        50% { opacity: 1; transform: translateY(-5px) scale(1.05) rotate(1deg); }
        100% { opacity: 1; transform: translateY(0) scale(1) rotate(0); }
    }
    .pnp-popover-header { animation: pnp-header-glow 2s ease-in-out infinite; }
    .pnp-popover-header::after {
        content: '';
        position: absolute;
        top: 14px;
        right: 14px;
        width: 8px;
        height: 8px;
        background: white;
        border-radius: 50%;
        animation: pnp-popover-dot 1.5s ease-in-out infinite;
        box-shadow: 0 0 0 3px rgba(255,255,255,0.2);
    }
    @keyframes pnp-popover-dot {
        0%, 100% { opacity: 1; transform: scale(1); box-shadow: 0 0 0 3px rgba(255,255,255,0.2); }
        50% { opacity: 0.3; transform: scale(0.7); box-shadow: 0 0 0 6px rgba(255,255,255,0.05); }
    }
    @keyframes pnp-header-glow {
        0%, 100% { box-shadow: 0 0 20px rgba(0,102,94,0.3); }
        50% { box-shadow: 0 0 30px rgba(0,158,140,0.5); }
    }
    .pnp-popover-code-row { animation: pnp-code-slide 0.5s ease-out 0.1s both; }
    @keyframes pnp-code-slide {
        0% { opacity: 0; transform: translateX(-15px); }
        100% { opacity: 1; transform: translateX(0); }
    }
    .pnp-popover-hint { animation: pnp-hint-fade 0.5s ease-out 0.2s both; }
    @keyframes pnp-hint-fade {
        0% { opacity: 0; transform: translateY(5px); }
        100% { opacity: 1; transform: translateY(0); }
    }
    .pnp-popover-header {
        background: rgba(255,255,255,0.1); padding: 16px 14px; text-align: center; color: white; position: relative;
        display: flex; flex-direction: column; align-items: center; justify-content: center;
        flex: 0 0 100px; border-radius: 14px 0 0 14px; border-right: 1px solid rgba(255,255,255,0.12);
    }
    .pnp-popover-header-img {
        font-size: 40px !important; width: auto; height: auto; display: block; margin: 0 auto 6px;
        animation: pnp-popover-bounce 1.5s ease-in-out infinite;
        filter: none; line-height: 1;
    }
    .pnp-popover-header::before {
        content: ''; position: absolute; width: 60px; height: 60px;
        border: 2px solid rgba(255,255,255,0.15); border-radius: 50%;
        animation: pnp-spin-ring 8s linear infinite;
    }
    @keyframes pnp-popover-bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
    .pnp-popover-title { font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: #fff; line-height: 1.3; }
    .pnp-popover-subtitle { font-size: 10px; opacity: 0.85; font-weight: 500; margin-top: 3px; color: rgba(255,255,255,0.8); }
    .pnp-popover-body { padding: 14px 16px; flex: 1; display: flex; flex-direction: column; justify-content: center; min-width: 0; }
    .pnp-popover-code-row {
        display: flex; align-items: center; gap: 8px;
        background: rgba(255,255,255,0.12); padding: 8px 10px; border-radius: 8px;
        border: 2px dashed rgba(255,255,255,0.3); cursor: pointer; transition: all 0.2s; margin-bottom: 6px;
    }
    .pnp-popover-code-row:active { border-color: var(--pnp-primary-light); background: rgba(0,102,94,0.04); }
    .pnp-popover-code {
        font-size: 18px; font-weight: 800; color: #fff;
        letter-spacing: 1.5px; font-family: 'SF Mono', 'Courier New', monospace; flex: 1;
    }
    .pnp-popover-discount {
        background: rgba(255,255,255,0.25); color: white; padding: 3px 8px; border-radius: 6px;
        font-size: 11px; font-weight: 700; white-space: nowrap;
    }
    .pnp-popover-hint {
        text-align: center; font-size: 10px; color: rgba(255,255,255,0.7);
        display: flex; align-items: center; justify-content: center; gap: 3px;
    }
    .pnp-popover-code-row.pnp-popover-copied { border-color: var(--pnp-success); background: var(--pnp-success-light); }
    .pnp-popover-code-row.pnp-popover-copied .pnp-popover-code { color: #059669; }
    .pnp-popover-code-row.pnp-popover-copied .pnp-popover-discount { background: var(--pnp-success); }
    .pnp-popover-close {
        position: absolute; top: 6px; right: 6px; background: rgba(255,255,255,0.2);
        border: none; color: white; cursor: pointer; width: 22px; height: 22px;
        border-radius: 50%; font-size: 12px; display: flex; align-items: center;
        justify-content: center; transition: all 0.2s; padding: 0; z-index: 5;
    }
    .pnp-popover-close:active { background: rgba(255,255,255,0.4); }
}
/* Hide mobile on desktop */
@media (min-width: 769px) {
    .pnp-mobile-float { display: none !important; }
}

/* =====================================================
   NEWSLETTER DISCOUNT CARD
   ===================================================== */
.newsletter-section {
    background: linear-gradient(135deg, var(--wh-teal-dark), var(--wh-teal) 55%, var(--wh-teal-light)) !important;
    color: #fff !important;
    position: relative;
    overflow: hidden;
}
.newsletter-section::before,
.newsletter-section::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
}
.newsletter-section::before { width: 300px; height: 300px; top: -140px; left: -100px; }
.newsletter-section::after { width: 200px; height: 200px; bottom: -100px; right: -50px; }
.newsletter-section h2,
.newsletter-section p {
    position: relative;
    z-index: 2;
}
.newsletter-section .newsletter-form {
    position: relative;
    z-index: 2;
}
.newsletter-section .btn-primary {
    background: linear-gradient(135deg, #FFC107, #FF9800);
    color: #1a1d29 !important;
    font-weight: 700;
}
.newsletter-section .btn-primary:hover { background: linear-gradient(135deg, #FFB300, #F57C00); }

/* =====================================================
   STATS COUNTER ANIMATION
   ===================================================== */
.wh-hero-stat h3, .stats-grid-v2 .stat-num {
    display: inline-block;
}

/* Section alt backgrounds keep current theme */
/* =====================================================
   PREMIUM PURCHASE + COUPON POPUP UPGRADES
   ===================================================== */
.wh-purchase-pop {
    cursor: pointer;
    max-width: 360px;
    padding-right: 12px;
}
.wh-purchase-pop .wh-pur-flash {
    display: block;
    font-size: 12.5px;
    font-weight: 700;
    color: #25D366;
    margin-bottom: 2px;
}
.wh-purchase-pop .wh-pur-link {
    font-size: 11px;
    font-weight: 700;
    color: #25D366;
    white-space: nowrap;
    margin-left: 8px;
    flex-shrink: 0;
    border-left: 1px solid #E2E8F0;
    padding-left: 10px;
}
.dark-mode .wh-purchase-pop .wh-pur-link {
    border-left-color: rgba(255,255,255,0.1);
}
.wh-purchase-pop .wh-pur-close {
    z-index: 3;
}

/* Coupon popup premium badges */
.wh-popup-exclusive {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}
.wh-exclusive-badge {
    display: inline-block;
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    padding: 4px 12px;
    border-radius: var(--radius-full, 50px);
    text-transform: uppercase;
}
.wh-limited-time {
    font-size: 11.5px;
    font-weight: 700;
    color: #f59e0b;
    white-space: nowrap;
}
.wh-popup-body .wh-popup-close {
    top: -22px;
    right: 0;
}
.wh-coupon-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 2px dashed var(--accent, #25d366) !important;
    border-radius: 14px !important;
    padding: 12px 16px !important;
    background: rgba(37, 211, 102, 0.08) !important;
    transition: all 0.2s ease;
}
.wh-coupon-box:hover {
    border-color: var(--primary, #6a11cb) !important;
    background: rgba(106, 17, 203, 0.06) !important;
    transform: translateY(-1px);
}
.wh-coupon-box.wh-coupon-copied {
    border-color: var(--primary, #6a11cb) !important;
    background: rgba(106, 17, 203, 0.1) !important;
}
.wh-coupon-left {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.wh-coupon-label {
    font-size: 11px;
    font-weight: 700;
    color: var(--text-muted, #64748B);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.wh-coupon-code {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 3px;
    font-family: 'Courier New', monospace;
    color: var(--accent-dark, #1da851);
    white-space: nowrap;
}
.wh-coupon-pct {
    font-size: 20px;
    font-weight: 800;
    color: var(--accent, #25d366);
    flex-shrink: 0;
}
.wh-copy-btn {
    background: var(--gradient-primary, linear-gradient(135deg, #6a11cb 0%, #2575fc 100%)) !important;
    border: none !important;
    border-radius: var(--radius-full, 50px) !important;
    padding: 12px 24px !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    cursor: pointer;
    transition: all 0.2s ease;
    display: block;
    width: 100%;
    margin-top: 14px;
}
.wh-copy-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(106, 17, 203, 0.35);
}
.wh-copy-btn.wh-copied {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%) !important;
}

.wh-coupon-pop { cursor: pointer; }
.wh-coupon-ico { background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%) !important; }
.wh-coupon-pct-sm { color: #25D366; font-weight: 800; }
.wh-coupon-code-sm { color: #6a11cb; font-weight: 800; letter-spacing: 1px; }
.wh-coupon-copy { color: #6a11cb !important; }
.wh-coupon-copy.wh-copied { color: #25D366 !important; }

@media (prefers-reduced-motion: reduce) {
    .wh-marquee-track { animation: none; }
    .wh-hero-card { animation: none; }
}

/* ---------- keyframe: FadeUp (used everywhere) ---------- */
@keyframes whFadeUp {
    0% { opacity: 0; transform: translateY(24px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* =====================================================
   MOBILE BOTTOM MENU (mobile-only bottom navigation)
   ===================================================== */
@media (max-width: 768px) {
    .mobile-bottom-menu {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9990;
        background: linear-gradient(180deg, #004D47 0%, #00665E 100%);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 -4px 20px rgba(0, 102, 94, 0.3);
        padding: 8px 0 calc(8px + env(safe-area-inset-bottom));
    }
    .mobile-bottom-menu ul {
        display: flex;
        align-items: center;
        justify-content: space-around;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .mobile-bottom-menu li {
        flex: 1 1 0;
        text-align: center;
    }
    .mobile-bottom-menu a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        text-decoration: none;
        color: rgba(255, 255, 255, 0.7);
        font-size: 10px;
        font-weight: 500;
        padding: 6px 4px;
        transition: all 0.2s ease;
        -webkit-tap-highlight-color: transparent;
        border-radius: 8px;
    }
    .mobile-bottom-menu a:active {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.15);
        transform: translateY(-2px);
    }
    .mobile-bottom-menu a .ico {
        font-size: 22px;
        line-height: 1;
        display: block;
        transition: transform 0.2s ease;
    }
    .mobile-bottom-menu a:active .ico {
        transform: scale(1.15);
    }
    body {
        padding-bottom: calc(64px + env(safe-area-inset-bottom));
    }
}
@media (min-width: 769px) {
    .mobile-bottom-menu {
        display: none !important;
    }
}
