/* ==========================================================================
   HOMEPAGE COMPONENTS & SECTION STYLES - CREATIVE BENCHERS
   (Full-Width Self-Animating Banner Slider, Static 100x100 Glass Partner Blocks, & WhatsApp API Block)
   ========================================================================== */

/* MARQUEE SECTION (Proven Impact Ticker) */
.marquee-section {
    padding: 2rem 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    background: rgba(69, 71, 75, 0.25);
    overflow: hidden;
}

.marquee-header {
    text-align: center;
    margin-bottom: 1rem;
}

.section-tag {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    color: var(--text-muted);
}

.marquee-wrapper {
    width: 100%;
    display: flex;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent);
}

.marquee-track {
    display: flex;
    gap: 3.5rem;
    white-space: nowrap;
    animation: scrollMarquee 25s linear infinite;
}

.marquee-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
}

.brand-stat {
    padding: 0.2rem 0.6rem;
    border-radius: var(--radius-full);
    background: rgba(244, 206, 20, 0.15);
    color: var(--color-bench-yellow);
    font-size: 0.8rem;
    font-weight: 800;
}

@keyframes scrollMarquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}


/* SECTION 3: WHAT PROBLEMS ARE YOU FACING? (DIAGNOSER GRID) */
.diagnoser-card {
    padding: 2.5rem;
    max-width: 920px;
    margin: 0 auto;
}

.diagnoser-progress {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
}

.diagnoser-progress::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--border-color);
    z-index: 0;
    transform: translateY(-50%);
}

.progress-step {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: var(--bg-dark);
    padding: 0.35rem 0.9rem;
    border-radius: var(--radius-full);
    border: 1px solid var(--border-color);
    color: var(--text-muted);
    font-weight: 600;
    font-size: 0.85rem;
}

.progress-step.active {
    border-color: var(--color-bench-yellow);
    color: var(--color-bench-yellow);
    box-shadow: 0 0 15px rgba(244, 206, 20, 0.2);
}

.p-num {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}

.progress-step.active .p-num {
    background: var(--color-bench-yellow);
    color: #1A1C1E;
    font-weight: 800;
}

.quiz-question {
    font-size: 1.35rem;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.option-card {
    cursor: pointer;
    display: block;
}

.option-card input { display: none; }

.option-content {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 1.25rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    transition: all var(--transition-normal);
    height: 100%;
}

.option-card:hover .option-content {
    border-color: var(--border-glow);
    background: rgba(244, 206, 20, 0.05);
}

.option-card input:checked + .option-content {
    border-color: var(--color-bench-yellow);
    background: rgba(244, 206, 20, 0.1);
    box-shadow: 0 0 20px rgba(244, 206, 20, 0.2);
}

.option-details h4 {
    font-size: 1.05rem;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.quiz-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.75rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--border-color);
}

.quiz-step.hidden, .quiz-result.hidden { display: none; }
.quiz-result { animation: fadeInUp 0.5s ease forwards; }

.result-header { text-align: center; margin-bottom: 1.75rem; }
.result-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-bottom: 2rem; }

.result-card {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid var(--border-color);
    padding: 1.25rem;
    border-radius: var(--radius-md);
}

.result-card h4 {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
    color: var(--text-muted);
}

.uplift-value {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--color-bench-yellow);
}

.result-actions { display: flex; justify-content: center; gap: 1rem; }


/* SECTION 4: FULL-WIDTH RECTANGULAR AUTO-PLAYING BANNER SLIDER */
.pillars-slider-wrapper {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.pillars-slider-container {
    position: relative;
    min-height: 440px;
    border-radius: var(--radius-lg);
    background: rgba(69, 71, 75, 0.35);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--border-color);
    overflow: hidden;
    box-shadow: var(--shadow-glass);
}

.slider-progress-track {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.08);
    z-index: 10;
}

.slider-progress-bar {
    height: 100%;
    width: 0%;
    background: var(--color-bench-yellow);
    box-shadow: 0 0 10px var(--color-bench-yellow);
}

.pillar-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 3.5rem 4rem;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3rem;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transform: translateX(40px) scale(0.98);
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
    color: inherit;
    z-index: 1;
}

.pillar-slide.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0) scale(1);
    z-index: 2;
}

.slide-text-side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.slide-pillar-tag {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: var(--color-bench-yellow);
    background: rgba(244, 206, 20, 0.15);
    padding: 0.3rem 0.85rem;
    border-radius: var(--radius-full);
    border: 1px solid rgba(244, 206, 20, 0.3);
    margin-bottom: 1.25rem;
}

.slide-title {
    font-size: 2.4rem;
    line-height: 1.15;
    margin-bottom: 1.1rem;
    color: var(--text-primary);
}

.slide-desc {
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 2rem;
    max-width: 540px;
}

.slide-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 2rem;
    border-radius: var(--radius-full);
    background: var(--color-bench-yellow);
    color: #1A1C1E;
    font-weight: 800;
    font-size: 0.95rem;
    box-shadow: 0 4px 20px rgba(244, 206, 20, 0.35);
    transition: transform var(--transition-fast);
}

.pillar-slide:hover .slide-cta-btn {
    transform: translateX(5px);
}

.slide-banner-side {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-vector-box {
    width: 100%;
    height: 260px;
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, rgba(73, 94, 87, 0.4) 0%, rgba(244, 206, 20, 0.18) 100%);
    border: 1px solid rgba(244, 206, 20, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.4);
}

.banner-vector-icon {
    width: 110px;
    height: 110px;
    color: var(--color-bench-yellow);
    filter: drop-shadow(0 0 22px rgba(244, 206, 20, 0.6));
    animation: bannerIconPulse 4s ease-in-out infinite alternate;
}

@keyframes bannerIconPulse {
    0% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.08) rotate(3deg); }
    100% { transform: scale(0.95) rotate(-3deg); }
}

.slider-dots-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid var(--border-color);
    cursor: pointer;
    transition: all var(--transition-normal);
}

.slider-dot.active {
    width: 32px;
    border-radius: 6px;
    background: var(--color-bench-yellow);
    border-color: var(--color-bench-yellow);
    box-shadow: 0 0 12px var(--color-bench-yellow);
}


/* SECTION 5: CENTERED 100x100 STATIC GLASS PARTNER BLOCKS */
.partners-section {
    background: linear-gradient(180deg, rgba(26, 28, 30, 0) 0%, rgba(73, 94, 87, 0.15) 100%);
    padding: 5rem 0 3rem;
}

.partners-centered-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.25rem;
    max-width: 960px;
    margin: 2.5rem auto 0;
}

.partner-glass-square {
    width: 100px;
    height: 100px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.75rem;
    text-align: center;
}

.partner-static-logo {
    width: 44px;
    height: 44px;
    color: var(--text-primary);
    display: block;
}

.partner-static-name {
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--text-muted);
    letter-spacing: 0.02em;
}


/* NEW SECTION: WHATSAPP API FOR BUSINESS FEATURE BANNER BLOCK */
.whatsapp-feature-section {
    padding: 4rem 0 6rem;
}

.whatsapp-banner-box {
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.12) 0%, rgba(69, 71, 75, 0.45) 50%, rgba(73, 94, 87, 0.3) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(37, 211, 102, 0.35);
    border-radius: var(--radius-lg);
    padding: 3.5rem 4rem;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 3.5rem;
    align-items: center;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35), 0 0 30px rgba(37, 211, 102, 0.15);
    transition: all 0.4s ease;
}

.whatsapp-banner-box:hover {
    border-color: #25D366;
    box-shadow: 0 20px 50px rgba(37, 211, 102, 0.25), 0 0 20px rgba(244, 206, 20, 0.15);
}

.wa-content-side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.wa-badge-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 1rem;
    border-radius: var(--radius-full);
    background: rgba(37, 211, 102, 0.18);
    border: 1px solid rgba(37, 211, 102, 0.4);
    color: #25D366;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.wa-service-title {
    font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.wa-service-headline {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--color-bench-yellow);
    margin-bottom: 1.5rem;
}

.wa-formula-card {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(37, 211, 102, 0.25);
    border-radius: var(--radius-md);
    padding: 1rem 1.5rem;
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 2rem;
}

.wa-formula-card .highlight-formula {
    color: #25D366;
}

.wa-btn {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #FFF;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
}

.wa-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 28px rgba(37, 211, 102, 0.6);
}

/* Right Side WhatsApp Logo Container */
.wa-logo-side {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wa-logo-glow-box {
    width: 220px;
    height: 220px;
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.25) 0%, rgba(18, 140, 126, 0.15) 100%);
    border: 1px solid rgba(37, 211, 102, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 0 35px rgba(37, 211, 102, 0.3), inset 0 0 20px rgba(37, 211, 102, 0.2);
}

.wa-svg-icon {
    width: 120px;
    height: 120px;
    color: #25D366;
    filter: drop-shadow(0 0 20px rgba(37, 211, 102, 0.7));
    animation: waPulse 3s ease-in-out infinite alternate;
}

@keyframes waPulse {
    0% { transform: scale(1); filter: drop-shadow(0 0 15px rgba(37, 211, 102, 0.5)); }
    100% { transform: scale(1.08); filter: drop-shadow(0 0 30px rgba(37, 211, 102, 0.9)); }
}


/* REVENUE CALCULATOR & FOOTER STYLES */
.calculator-box { padding: 2.5rem; }
.calc-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 2.5rem; align-items: center; }

.site-footer {
    border-top: 1px solid var(--border-color);
    padding: 3.5rem 0 2rem;
    background: rgba(26, 28, 30, 0.98);
}

.footer-top { display: flex; justify-content: space-between; gap: 3.5rem; margin-bottom: 3rem; }
.footer-brand { max-width: 380px; }
.footer-links-grid { display: flex; gap: 4rem; }
.footer-col h4 { font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 1rem; color: var(--text-primary); }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.6rem; }
.footer-col ul li a { color: var(--text-secondary); text-decoration: none; font-size: 0.88rem; }
.footer-col ul li a:hover { color: var(--color-bench-yellow); }

/* FOOTER SOCIAL MEDIA CREDENTIALS */
.footer-social-credentials {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.25rem;
    flex-wrap: wrap;
}

.social-cred-pill {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.social-cred-pill svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.social-cred-pill:hover {
    transform: translateY(-3px);
}

.social-cred-pill.cred-facebook:hover {
    background: rgba(24, 119, 242, 0.18);
    border-color: #1877F2;
    color: #1877F2;
    box-shadow: 0 6px 18px rgba(24, 119, 242, 0.35);
}

.social-cred-pill.cred-instagram:hover {
    background: rgba(225, 48, 108, 0.18);
    border-color: #E1306C;
    color: #E1306C;
    box-shadow: 0 6px 18px rgba(225, 48, 108, 0.35);
}

.social-cred-pill.cred-youtube:hover {
    background: rgba(255, 0, 0, 0.18);
    border-color: #FF0000;
    color: #FF0000;
    box-shadow: 0 6px 18px rgba(255, 0, 0, 0.35);
}

.social-cred-pill.cred-email:hover {
    background: rgba(244, 206, 20, 0.18);
    border-color: var(--color-bench-yellow);
    color: var(--color-bench-yellow);
    box-shadow: 0 6px 18px rgba(244, 206, 20, 0.35);
}

.social-cred-pill.cred-whatsapp:hover {
    background: rgba(37, 211, 102, 0.18);
    border-color: #25D366;
    color: #25D366;
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35);
}

.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 1.75rem; border-top: 1px solid var(--border-color); font-size: 0.82rem; color: var(--text-muted); }
.live-pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--color-bench-yellow); box-shadow: 0 0 10px var(--color-bench-yellow); }

.modal-backdrop { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.85); backdrop-filter: blur(16px); z-index: 2000; display: flex; align-items: center; justify-content: center; }
.modal-backdrop.hidden { display: none; }
.modal-box { max-width: 450px; padding: 2.5rem; }

@media (max-width: 992px) {
    .pillar-slide { grid-template-columns: 1fr; padding: 2.5rem; }
    .slide-banner-side { display: none; }
    .whatsapp-banner-box { grid-template-columns: 1fr; padding: 2.5rem; }
    .wa-logo-side { display: none; }
}

@media (max-width: 600px) {
    .partners-centered-row { gap: 0.85rem; }
    .partner-glass-square { width: 88px; height: 88px; }
    .partner-static-logo { width: 36px; height: 36px; }
}

/* FLOATING WHATSAPP BUTTON WIDGET */
.floating-whatsapp-widget {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 3500;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #25D366;
    color: #000;
    padding: 0.75rem 1.25rem 0.75rem 0.9rem;
    border-radius: var(--radius-full);
    text-decoration: none;
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 800;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.floating-whatsapp-widget:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 15px 40px rgba(37, 211, 102, 0.6);
    background: #20BA5A;
    color: #000;
}

.floating-whatsapp-widget svg {
    flex-shrink: 0;
}

