/* ===================================
    GROW Platform - V3 Homepage Styles
    Clean, impactful, hero-style sections
====================================== */

/* ===================================
    V3 NAVIGATION - Active Link Styles
====================================== */
.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item.active .nav-link {
    opacity: 1 !important;
}

.navbar .navbar-nav .nav-item .nav-link.active {
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0.2);
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}

/* Compact header height */
header .navbar .container-fluid {
    padding-top: 10px;
    padding-bottom: 10px;
}

header .navbar .navbar-nav .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
}

/* ===================================
    SECTION VARIABLES
====================================== */
:root {
    --section-padding-y: 120px;
    --section-padding-y-mobile: 80px;
}

/* ===================================
    BACKGROUND UTILITIES
====================================== */
.bg-slate-50 {
    background-color: #f8fafc;
}

.bg-dark-gray {
    background-color: #1e293b;
}

.text-dark-purple {
    color: #7c3aed !important;
}

/* ===================================
    MOBILE HEADER - Transparent until scroll
====================================== */
@media (max-width: 991px) {
    header nav.navbar,
    header nav.navbar.bg-transparent,
    .navbar.bg-transparent {
        background: transparent !important;
        background-color: transparent !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        transition: background 0.3s ease, backdrop-filter 0.3s ease;
    }

    header.sticky nav.navbar,
    header.sticky nav.navbar.bg-transparent,
    header.sticky-active nav.navbar,
    header.sticky-active nav.navbar.bg-transparent {
        background: rgba(255, 255, 255, 0.95) !important;
        background-color: rgba(255, 255, 255, 0.95) !important;
        backdrop-filter: blur(10px) !important;
        -webkit-backdrop-filter: blur(10px) !important;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    }

    /* Larger titles on mobile */
    .hero-title-v3 {
        font-size: 2.5rem !important;
        letter-spacing: -1px;
    }

    .section-title-v3 {
        font-size: 1.75rem !important;
    }

    .brand-heading-v3 h2 {
        font-size: 2.5rem !important;
    }

    /* Hero section mobile - add padding for fixed header */
    .hero-section-v3 {
        padding-top: 140px;
    }

    .min-vh-85 {
        min-height: auto;
        padding-top: 40px;
    }

    /* Hero slide header responsive - better vertical positioning on mobile */
    .hero-slide-header {
        margin-top: 20px;  /* Positive margin for better vertical centering */
        padding: 0 15px;
    }

    .hero-subtitle-centered {
        font-size: 1.15rem;
        line-height: 1.5;
    }

    /* Hero CTA buttons stack on mobile */
    .hero-cta-v3 {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .hero-cta-v3 .btn {
        width: 100%;
        text-align: center;
        margin-right: 0 !important;
    }

    /* Hero features list */
    .hero-features-v3 li {
        font-size: 0.95rem;
    }

    /* Hero trust badges */
    .hero-trust-v3 {
        flex-direction: column;
        gap: 8px;
    }
}

/* Extra small mobile (480px and below) */
@media (max-width: 480px) {
    .hero-title-v3 {
        font-size: 1.85rem !important;
        letter-spacing: -0.5px;
    }

    .hero-subtitle-centered {
        font-size: 1rem;
    }

    .hero-features-v3 li {
        font-size: 0.85rem;
        margin-bottom: 12px;
    }

    .hero-features-v3 li i {
        width: 20px;
        height: 20px;
        min-width: 20px;
        font-size: 0.6rem;
    }

    .ai-hero-title {
        font-size: clamp(1.5rem, 6vw, 2rem) !important;  /* Fluid scaling for very small screens */
        letter-spacing: 0;
        white-space: nowrap;  /* Keep animated text on one line */
    }

    .ai-typed-text {
        min-width: 0;
        display: inline;
    }
}

/* ===================================
    HERO SECTION (Section 1)
====================================== */
.hero-section-v3 {
    padding: 160px 0 140px;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.min-vh-85 {
    min-height: 85vh;
}

.hero-content-v3 {
    position: relative;
    z-index: 10;
}

.hero-title-v3 {
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1.5px;
    color: #1e293b;
    margin-bottom: 24px;
}

/* Hero Slide Header - centered title and subtitle */
.hero-slide-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: -60px;
}

.hero-title-centered {
    text-align: center;
    max-width: 100%;
}

.hero-subtitle-centered {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    color: #64748b;
    margin-top: 16px;
    max-width: 100%;
}

.hero-description-v3 {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #475569;
    max-width: 540px;
}

.hero-features-v3 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hero-features-v3 li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    font-size: 1.1rem;
    color: #1e293b;
}

.hero-features-v3 li i {
    width: 24px;
    height: 24px;
    min-width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    color: white;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 14px;
    margin-top: 3px;
}

.hero-features-v3 li span {
    font-weight: 500;
}

.hero-cta-v3 {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.hero-trust-v3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.hero-trust-v3 span {
    display: inline-flex;
    align-items: center;
    font-size: 17px;
    color: #64748b;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.hero-trust-v3 span strong {
    font-weight: 500;
}

.hero-trust-v3 span i {
    color: #9c32b0;
    margin-right: 8px;
    font-size: 14px;
    opacity: 0.7;
}

@media (max-width: 767px) {
    .hero-trust-v3 {
        flex-direction: column;
        gap: 10px;
    }

    .hero-trust-v3 span {
        font-size: 14px;
    }
}

.hero-image-v3 {
    border-radius: 16px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
    border: 8px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.1);
    padding: 4px;
}

/* Text underline utility */
.text-underline {
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0.3);
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}

/* ===================================
    PLATFORM TIMELINE SECTION
====================================== */

/* Allow timeline trunk to extend beyond section */
.timeline-section-extended {
    overflow: visible !important;
    position: relative;
}

.platform-timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0;
}

/* Central Trunk */
.timeline-trunk {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: -120px; /* Extend into the dark section */
    width: 3px;
    background: linear-gradient(180deg, #ff1e80 0%, #9c32b0 30%, #6000ff 55%, rgba(96, 0, 255, 0.5) 75%, transparent 100%);
    transform: translateX(-50%);
    border-radius: 2px;
    z-index: 10;
}

/* Timeline Item */
.timeline-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
}

.timeline-item:last-of-type {
    margin-bottom: 0;
}

/* Node on trunk */
.timeline-node {
    position: absolute;
    left: 50%;
    top: 20px;
    width: 14px;
    height: 14px;
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    border-radius: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 0 4px white, 0 0 0 6px rgba(156, 50, 176, 0.2);
    z-index: 2;
}

/* Branch curves */
.timeline-branch {
    position: absolute;
    top: 20px;
    width: 80px;
    height: 60px;
    z-index: 1;
}

.timeline-left .timeline-branch {
    right: 50%;
    margin-right: 7px;
}

.timeline-right .timeline-branch {
    left: 50%;
    margin-left: 7px;
}

.branch-curve {
    width: 100%;
    height: 100%;
}

/* Content positioning */
.timeline-content {
    width: calc(50% - 60px);
    padding: 24px 28px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.timeline-left .timeline-content {
    margin-right: auto;
    text-align: right;
}

.timeline-right .timeline-content {
    margin-left: auto;
    text-align: left;
}

/* Timeline typography */
.timeline-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
}

.timeline-lead {
    font-size: 1.1rem;
    font-weight: 500;
    color: #475569;
    margin-bottom: 16px;
    line-height: 1.6;
}

.timeline-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.timeline-points li {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.7;
    padding: 6px 0;
    position: relative;
}

.timeline-left .timeline-points li {
    padding-right: 20px;
}

.timeline-left .timeline-points li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    border-radius: 50%;
    transform: translateY(-50%);
}

.timeline-right .timeline-points li {
    padding-left: 20px;
}

.timeline-right .timeline-points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    border-radius: 50%;
    transform: translateY(-50%);
}

/* Responsive - Stack on mobile */
@media (max-width: 991px) {
    .platform-timeline {
        padding: 20px 0;
    }

    .timeline-trunk {
        left: 20px;
    }

    .timeline-node {
        left: 20px;
    }

    .timeline-item {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .timeline-branch {
        display: none;
    }

    .timeline-content {
        width: calc(100% - 50px);
        margin-left: 50px !important;
        margin-right: 0 !important;
        text-align: left !important;
    }

    .timeline-left .timeline-points li,
    .timeline-right .timeline-points li {
        padding-left: 20px;
        padding-right: 0;
    }

    .timeline-left .timeline-points li::after {
        display: none;
    }

    .timeline-left .timeline-points li::before,
    .timeline-right .timeline-points li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 6px;
        height: 6px;
        background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
        border-radius: 50%;
        transform: translateY(-50%);
    }
}

/* Button styles for V3 */
.btn-grow-secondary {
    background: transparent;
    border: 2px solid #1e293b;
    color: #1e293b !important;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-grow-secondary:hover {
    background: #1e293b;
    color: white !important;
}

/* ===================================
    STANDARD SECTIONS (V3)
====================================== */
.section-v3 {
    padding: var(--section-padding-y) 0;
}

.section-v3-cta {
    padding: 100px 0;
}

/* Section Tag */
.section-tag-v3 {
    display: inline-block;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #7c3aed;
    background: linear-gradient(to right, #f5f3ff, #ede9fe);
    border-radius: 50px;
    margin-bottom: 20px;
}

.section-tag-light {
    background: rgba(255, 255, 255, 0.15);
    color: white;
}

.section-tag-dark {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
}

/* Section Title */
.section-title-v3 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
    color: #1e293b;
    margin-bottom: 24px;
}

/* Section Description */
.section-description-v3 {
    font-size: 1.2rem;
    line-height: 1.75;
    color: #475569;
    margin-bottom: 32px;
}

/* Section Image */
.section-image-v3 {
    border-radius: 12px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.section-image-white {
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

/* ===================================
    SECTION CONTENT V3
====================================== */
.section-content-v3 h6 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 6px;
}

.section-content-v3 p {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.65;
    margin-bottom: 0;
}

/* ===================================
    FEATURE LIST (Section 2)
====================================== */
.feature-list-v3 {
    margin-top: 32px;
}

.feature-item-v3 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 28px;
}

.feature-icon-v3 {
    width: 56px;
    height: 56px;
    min-width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);
    border-radius: 12px;
    margin-right: 20px;
}

.feature-icon-v3 i {
    font-size: 24px;
    color: #7c3aed;
}

.feature-text-v3 h6 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 6px;
}

.feature-text-v3 p {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.65;
    margin-bottom: 0;
}

/* ===================================
    LARGE CATALOG SCALE CARDS
====================================== */
.scale-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px;
    height: 100%;
    transition: all 0.3s ease;
}

.scale-card:hover {
    border-color: #c4b5fd;
    box-shadow: 0 8px 30px rgba(124, 58, 237, 0.1);
    transform: translateY(-4px);
}

.scale-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.scale-card-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    border-radius: 10px;
}

.scale-card-icon i {
    font-size: 18px;
    color: #ffffff;
}

.scale-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0;
    line-height: 1.3;
}

.scale-card-text {
    font-size: 1.05rem;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 0;
}

.scale-summary {
    background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);
    border-radius: 16px;
    padding: 32px 40px;
    text-align: center;
}

.scale-summary-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 12px;
    line-height: 1.4;
}

.scale-summary p {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Responsive adjustments for scale cards */
@media (max-width: 991px) {
    .scale-card {
        padding: 24px;
    }

    .scale-card-title {
        font-size: 1.2rem;
    }
}

@media (max-width: 767px) {
    .scale-card {
        padding: 20px;
    }

    .scale-card-header {
        gap: 12px;
    }

    .scale-card-icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
        border-radius: 8px;
    }

    .scale-card-icon i {
        font-size: 16px;
    }

    .scale-card-title {
        font-size: 1.1rem;
    }

    .scale-summary {
        padding: 20px 24px;
    }

    .scale-summary p {
        font-size: 1rem;
    }
}

/* ===================================
    WORKER GRID (Section 3)
====================================== */
.worker-grid-v3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 32px;
}

.worker-card-v3 {
    background: white;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.worker-card-v3:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.worker-badge-v3 {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    color: white;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-bottom: 12px;
}

.worker-badge-v3 i {
    margin-right: 6px;
    font-size: 10px;
}

.worker-card-v3 h6 {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.worker-card-v3 p {
    font-size: 1rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ===================================
    PROFIT FEATURES (Section 4 - Gradient BG)
====================================== */
.profit-features-v3 {
    margin-top: 32px;
}

.profit-feature-v3 {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin-bottom: 12px;
    transition: background 0.3s ease;
}

.profit-feature-v3:hover {
    background: rgba(255, 255, 255, 0.15);
}

.profit-feature-v3 i {
    font-size: 20px;
    margin-right: 14px;
    color: white;
}

.profit-feature-v3 span {
    font-size: 1rem;
    font-weight: 500;
    color: white;
}

/* ===================================
    SCALE STATS (Section 5)
====================================== */
.scale-stats-v3 {
    display: flex;
    gap: 40px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.scale-stat-v3 {
    text-align: left;
}

.stat-number-v3 {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    color: #7c3aed;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label-v3 {
    font-size: 1rem;
    color: #475569;
    font-weight: 500;
}

.benefits-list-v3 {
    margin-top: 32px;
}

.benefit-item-v3 {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.benefit-item-v3 i {
    font-size: 18px;
    color: #22c55e;
    margin-right: 12px;
}

.benefit-item-v3 span {
    font-size: 1rem;
    color: #1e293b;
    font-weight: 500;
}

/* ===================================
    SAFETY GRID (Section 6 - Dark BG)
====================================== */
.safety-grid-v3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 32px;
}

.safety-card-v3 {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: background 0.3s ease;
}

.safety-card-v3:hover {
    background: rgba(255, 255, 255, 0.08);
}

.safety-card-v3 i {
    font-size: 28px;
    color: #a78bfa;
    margin-bottom: 16px;
    display: block;
}

.safety-card-v3 h6 {
    font-size: 1rem;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
}

.safety-card-v3 p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    margin-bottom: 0;
}

/* Horizontal Safety Grid (V3 Dark Section) */
.safety-grid-v3-horizontal .safety-card-v3-horizontal {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: background 0.3s ease, transform 0.3s ease;
    height: 100%;
}

.safety-grid-v3-horizontal .safety-card-v3-horizontal:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

.safety-icon-v3 {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255, 30, 128, 0.2) 0%, rgba(156, 50, 176, 0.2) 50%, rgba(96, 0, 255, 0.2) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.safety-icon-v3 i {
    font-size: 22px;
    color: #a78bfa;
}

.safety-card-v3-horizontal h6 {
    font-size: 1rem;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
}

.safety-card-v3-horizontal p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    margin-bottom: 0;
}

/* Compliance Badges */
.compliance-badges-v3 {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.compliance-badge-v3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px 28px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: background 0.3s ease;
}

.compliance-badge-v3:hover {
    background: rgba(255, 255, 255, 0.08);
}

.compliance-badge-v3 i {
    font-size: 28px;
    color: #fbbf24;
}

.compliance-badge-v3 span {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}

@media (max-width: 767px) {
    .compliance-badges-v3 .d-flex {
        flex-direction: column;
        gap: 12px !important;
    }

    .compliance-badge-v3 {
        flex-direction: row;
        padding: 16px 20px;
    }

    .compliance-badge-v3 i {
        font-size: 24px;
    }
}

/* ===================================
    SIMPLICITY FEATURES (Section 7)
====================================== */
.simplicity-features-v3 {
    margin-top: 32px;
}

.simplicity-item-v3 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 28px;
}

.simplicity-icon-v3 {
    width: 56px;
    height: 56px;
    min-width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);
    border-radius: 12px;
    margin-right: 20px;
}

.simplicity-icon-v3 i {
    font-size: 24px;
    color: #7c3aed;
}

.simplicity-text-v3 h6 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 6px;
}

.simplicity-text-v3 p {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.65;
    margin-bottom: 0;
}

/* ===================================
    CAMPAIGN FEATURES (Section 8)
====================================== */
.campaign-features-v3 {
    margin-top: 32px;
}

.campaign-feature-v3 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
}

.campaign-icon-v3 {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    border-radius: 10px;
    margin-right: 18px;
}

.campaign-icon-v3 i {
    font-size: 20px;
    color: white;
}

.campaign-feature-v3 h6 {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 4px;
}

.campaign-feature-v3 p {
    font-size: 1rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ===================================
    PRICING SECTION (Section 9)
====================================== */
.pricing-card-v3 {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 16px;
    padding: 48px;
    border: 2px solid #e2e8f0;
}

.pricing-highlight-v3 {
    text-align: center;
}

.pricing-label-v3 {
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #7c3aed;
    margin-bottom: 12px;
}

.pricing-amount-v3 {
    display: block;
    font-size: 4rem;
    font-weight: 800;
    color: #1e293b;
    line-height: 1;
    margin-bottom: 8px;
}

.pricing-desc-v3 {
    font-size: 1.05rem;
    color: #475569;
}

.pricing-benefit-v3 {
    text-align: left;
}

.pricing-benefit-v3 i {
    font-size: 24px;
    color: #22c55e;
    margin-bottom: 12px;
    display: block;
}

.pricing-benefit-v3 h6 {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 6px;
}

.pricing-benefit-v3 p {
    font-size: 1rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Pricing Comparison */
.pricing-comparison-v3 {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.pricing-comparison-v3 h5 {
    font-weight: 700;
    color: #1e293b;
}

.comparison-grid-v3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.comparison-item-v3 {
    text-align: center;
}

.comp-label {
    display: block;
    font-size: 13px;
    color: #475569;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
}

.comp-value {
    display: block;
    font-size: 2rem;
    font-weight: 700;
}

.grow-value {
    color: #7c3aed;
}

.agency-value {
    color: #94a3b8;
    text-decoration: line-through;
}

.savings-value {
    color: #22c55e;
}

.comparison-divider-v3 {
    width: 1px;
    height: 60px;
    background: #e2e8f0;
}

/* ===================================
    CTA SECTION (Section 10)
====================================== */
.cta-title-v3 {
    font-size: 3.25rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 24px;
}

.cta-description-v3 {
    font-size: 1.25rem;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto 36px;
}

.cta-buttons-v3 {
    margin-bottom: 24px;
}

.cta-features-v3 {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.cta-features-v3 span {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
}

.cta-features-v3 span i {
    margin-right: 8px;
    color: rgba(255, 255, 255, 0.95);
}

/* ===================================
    RESPONSIVE STYLES
====================================== */
@media (max-width: 1199px) {
    .hero-title-v3 {
        font-size: 3.25rem;
    }

    .section-title-v3 {
        font-size: 2.75rem;
    }

    .cta-title-v3 {
        font-size: 2.75rem;
    }
}

@media (max-width: 991px) {
    .hero-section-v3 {
        padding: 120px 0 100px;
    }

    .hero-title-v3 {
        font-size: 2.5rem;
        letter-spacing: -1.5px;
    }

    .hero-description-v3 {
        max-width: 100%;
    }

    .section-v3 {
        padding: var(--section-padding-y-mobile) 0;
    }

    .section-title-v3 {
        font-size: 2.25rem;
    }

    .worker-grid-v3 {
        grid-template-columns: 1fr;
    }

    .safety-grid-v3 {
        grid-template-columns: 1fr;
    }

    .scale-stats-v3 {
        justify-content: center;
        text-align: center;
    }

    .scale-stat-v3 {
        text-align: center;
    }

    .pricing-card-v3 {
        padding: 32px;
    }

    .pricing-amount-v3 {
        font-size: 3rem;
    }

    .cta-title-v3 {
        font-size: 2.25rem;
    }
}

@media (max-width: 767px) {
    .hero-section-v3 {
        padding: 100px 0 80px;
    }

    .hero-title-v3 {
        font-size: 2rem;
        letter-spacing: -1px;
    }

    .hero-features-v3 li {
        font-size: 1rem;
        text-align: left;  /* Left-align multi-line text */
    }

    .hero-features-v3 li span {
        text-align: left;  /* Ensure span text is left-aligned */
    }

    .hero-cta-v3 {
        flex-direction: column;
        align-items: center;
    }

    .hero-cta-v3 .btn {
        width: 100%;
        text-align: center;
    }

    /* Hero slide header - additional spacing on small screens */
    .hero-slide-header {
        margin-top: 30px;  /* More spacing on smaller screens */
    }

    .section-title-v3 {
        font-size: 1.85rem;
        letter-spacing: -1px;
    }

    .section-description-v3 {
        font-size: 1.05rem;
    }

    .stat-number-v3 {
        font-size: 2rem;
    }

    .pricing-card-v3 {
        padding: 24px;
    }

    .pricing-amount-v3 {
        font-size: 2.5rem;
    }

    .comparison-grid-v3 {
        flex-direction: column;
        gap: 24px;
    }

    .comparison-divider-v3 {
        width: 60px;
        height: 1px;
    }

    .cta-title-v3 {
        font-size: 1.85rem;
    }

    .cta-description-v3 {
        font-size: 1.1rem;
    }

    .cta-features-v3 {
        flex-direction: column;
        gap: 12px;
    }
}

/* ===================================
    ANIMATION UTILITIES
====================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Link pointer cursors */
.section-content-v3 a,
.hero-cta-v3 a,
.cta-buttons-v3 a,
.footer-navbar a {
    cursor: pointer;
}

/* Scroll Down Arrow */
.scroll-down-arrow {
    text-align: center;
}

.scroll-down-arrow a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(124, 58, 237, 0.1);
    color: #7c3aed;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    animation: bounceDown 2s infinite;
}

.scroll-down-arrow a:hover {
    background: rgba(124, 58, 237, 0.2);
    color: #7c3aed;
}

@keyframes bounceDown {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(8px);
    }
    60% {
        transform: translateY(4px);
    }
}

/* ===================================
    BRAND TEXT GRADIENT (MarginStack™, ProfitClarity™)
====================================== */
.brand-gradient {
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

a.brand-gradient:hover {
    text-decoration: underline;
    text-decoration-color: #9c32b0;
}

.brand-gradient sup,
.brand-gradient .tm {
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 0.55em;
    vertical-align: super;
    position: relative;
    top: -0.1em;
    font-weight: 600;
}

/* White brand text for dark backgrounds */
.brand-white {
    color: white;
    font-weight: 700;
}

.brand-white sup {
    color: white;
    font-size: 0.55em;
    vertical-align: super;
    position: relative;
    top: -0.1em;
    font-weight: 600;
}

/* Large centered brand heading */
.brand-heading-v3 {
    text-align: center;
    margin-bottom: 60px;
}

.brand-heading-v3 h2 {
    font-size: 3.75rem;
    font-weight: 600;
    letter-spacing: -1.5px;
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 16px;
    display: inline-block;
    padding-bottom: 0.1em;
    line-height: 1.1;
}

.brand-heading-v3 h2 sup {
    font-size: 0.4em;
    vertical-align: super;
    position: relative;
    top: -0.2em;
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.brand-heading-v3 p {
    font-size: 1.2rem;
    color: #475569;
    max-width: 600px;
    margin: 0 auto;
}

/* White version for gradient backgrounds */
.brand-heading-v3.brand-heading-white h2 {
    background: none;
    -webkit-text-fill-color: white;
    color: white;
}

.brand-heading-v3.brand-heading-white h2 sup {
    background: none;
    -webkit-text-fill-color: white;
    color: white;
}

.brand-heading-v3.brand-heading-white p {
    color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 991px) {
    .brand-heading-v3 h2 {
        font-size: 2.75rem;
    }
    .brand-heading-v3 {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .brand-heading-v3 h2 {
        font-size: 2.25rem;
        letter-spacing: -1px;
    }
}

/* ===================================
    G HELPER BUTTON & OVERLAY
====================================== */
.g-helper-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(156, 50, 176, 0.4);
    z-index: 1000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.g-helper-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 12px 32px rgba(156, 50, 176, 0.5);
}

.g-helper-btn span {
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: white;
    line-height: 1;
}

.g-helper-label {
    position: absolute;
    right: 60px;
    background: linear-gradient(135deg, rgba(255, 30, 128, 0.85) 0%, rgba(156, 50, 176, 0.85) 50%, rgba(96, 0, 255, 0.85) 100%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 3px 7px !important;
    border-radius: 4px;
    font-size: 13px !important;
    font-weight: 500;
    color: white;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(156, 50, 176, 0.2);
    opacity: 0;
    transform: translateX(4px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    line-height: 1.2 !important;
}

.g-helper-btn:hover .g-helper-label {
    opacity: 1;
    transform: translateX(0);
}

/* G Helper Overlay */
.g-helper-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.6);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.g-helper-overlay.active {
    visibility: visible;
    opacity: 1;
}

.g-helper-content {
    width: 95%;
    max-width: 1200px;
    max-height: 90vh;
    background: white;
    border-radius: 20px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transform: scale(0.95);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.g-helper-overlay.active .g-helper-content {
    transform: scale(1);
    opacity: 1;
}

.g-helper-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 32px;
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    color: white;
}

.g-helper-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.g-helper-header h3 span {
    font-size: 2rem;
    font-weight: 800;
}

/* Header Tabs */
.g-helper-tabs {
    display: flex;
    gap: 4px;
    margin-left: auto;
    margin-right: 20px;
}

.g-helper-tab {
    padding: 6px 14px;
    border-radius: 6px;
    border: none;
    background: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.g-helper-tab:hover {
    background: rgba(255, 255, 255, 0.25);
    color: white;
}

.g-helper-tab.active {
    background: white;
    color: #7c3aed;
}

/* Views */
.g-helper-view {
    display: none;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
}

.g-helper-view.active {
    display: flex;
}

/* Exit Intent Message */
.g-helper-exit-message {
    display: none;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: linear-gradient(135deg, rgba(255, 30, 128, 0.08) 0%, rgba(156, 50, 176, 0.08) 50%, rgba(96, 0, 255, 0.08) 100%);
    border: 1px solid rgba(156, 50, 176, 0.2);
    border-radius: 10px;
    margin-bottom: 20px;
}

.g-helper-exit-message.show {
    display: flex;
}

.g-helper-exit-message i {
    font-size: 20px;
    color: #9c32b0;
    flex-shrink: 0;
}

.g-helper-exit-message span {
    font-size: 16px;
    font-weight: 400;
    color: #1e293b;
    line-height: 1.5;
}

.g-helper-exit-message span strong {
    font-weight: 700;
}

/* Exit Intent Content Layout */
.g-helper-exit-content {
    padding: 36px 48px 48px;
    overflow-y: auto;
    text-align: left;
}

.g-helper-exit-label {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #64748b;
    background: #f1f5f9;
    padding: 6px 14px;
    border-radius: 4px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.g-helper-exit-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.25;
    margin: 0 0 32px 0;
}

.g-helper-exit-title .highlight {
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.g-helper-exit-text {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.8;
    margin: 0 0 20px 0;
}

.g-helper-exit-text strong {
    color: #1e293b;
    font-weight: 600;
}

.g-helper-exit-highlight {
    font-size: 1.1rem;
    color: #1e293b;
    line-height: 1.7;
    margin: 28px 0;
}

.g-helper-exit-highlight strong {
    font-weight: 700;
}

.g-helper-exit-cta {
    margin: 36px 0;
}

.g-helper-exit-download-btn {
    display: inline-flex;
    align-items: stretch;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(156, 50, 176, 0.25);
}

.g-helper-exit-download-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(156, 50, 176, 0.35);
}

.g-helper-exit-download-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 100%);
    color: white;
    font-size: 28px;
}

.g-helper-exit-download-text {
    display: flex;
    align-items: center;
    padding: 18px 32px;
    background: linear-gradient(135deg, #9c32b0 0%, #6000ff 100%);
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    white-space: nowrap;
}

.g-helper-exit-divider {
    height: 1px;
    background: #e2e8f0;
    margin: 36px 0;
}

.g-helper-exit-contact {
    background: linear-gradient(135deg, #faf5ff 0%, #f5f3ff 50%, #eff6ff 100%);
    border-radius: 12px;
    padding: 28px;
    border: 1px solid rgba(196, 181, 253, 0.3);
}

.g-helper-exit-contact h5 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 8px 0;
}

.g-helper-exit-contact-subtitle {
    font-size: 1rem;
    color: #64748b;
    margin-bottom: 24px;
    line-height: 1.6;
}

/* Downloads View */
.g-helper-document {
    background: linear-gradient(135deg, #faf5ff 0%, #f5f3ff 50%, #eff6ff 100%);
    border: 2px dashed #c4b5fd;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.06);
    margin-top: 20px;
    position: relative;
}

.g-helper-document-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.g-helper-document-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(156, 50, 176, 0.25);
}

.g-helper-document-icon i {
    font-size: 24px;
    color: white;
}

.g-helper-document-header h5 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 4px 0;
}

.g-helper-document-meta {
    font-size: 12px;
    color: #64748b;
}

.g-helper-document-desc {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 12px;
}

.g-helper-document-author {
    font-size: 0.8rem;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 20px;
}

.g-helper-document-extra {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px -24px -24px -24px;
    padding: 16px 24px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-radius: 0 0 12px 12px;
    flex-wrap: wrap;
}

.g-helper-document-extra > i {
    color: #9c32b0;
    font-size: 18px;
    flex-shrink: 0;
}

.g-helper-document-extra > span {
    font-size: 14px;
    color: #475569;
    line-height: 1.5;
    flex: 1;
    min-width: 200px;
}

.g-helper-document-extra span strong {
    color: #1e293b;
    font-weight: 600;
}

.g-helper-document-extra-meta {
    font-size: 12px !important;
    color: #64748b !important;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Document download button */
.g-helper-document .g-helper-nav-btn.next,
.g-helper-document .g-helper-download-btn-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 14px 28px;
    font-size: 1rem;
    white-space: nowrap;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    color: white;
    text-decoration: none;
    border: none;
}

.g-helper-document .g-helper-nav-btn.next:hover,
.g-helper-document .g-helper-download-btn-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(156, 50, 176, 0.3);
}

/* Downloads View - Two Column Grid */
.g-helper-downloads-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 20px;
}

.g-helper-downloads-left h4,
.g-helper-downloads-right h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.g-helper-downloads-left .g-helper-document {
    margin-top: 16px;
}

/* Feedback Form Styling */
.g-helper-feedback-form {
    background: #f8fafc;
    border-radius: 12px;
    padding: 24px;
}

.g-helper-feedback-subtitle {
    font-size: 0.95rem;
    color: #64748b;
    margin-bottom: 20px;
}

.g-helper-feedback-form .g-helper-form-group {
    margin-bottom: 16px;
}

.g-helper-feedback-form label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
}

.g-helper-feedback-form input,
.g-helper-feedback-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.2s, box-shadow 0.2s;
    font-family: inherit;
}

.g-helper-feedback-form input:focus,
.g-helper-feedback-form textarea:focus {
    outline: none;
    border-color: #a78bfa;
    box-shadow: 0 0 0 3px rgba(167, 139, 250, 0.1);
}

.g-helper-feedback-form textarea {
    resize: vertical;
    min-height: 80px;
}

.g-helper-feedback-form #feedbackSubmitBtn {
    width: 100%;
    margin-top: 8px;
}

/* Feedback Success State */
.g-helper-feedback-success {
    text-align: center;
    padding: 40px 24px;
    background: #f8fafc;
    border-radius: 12px;
}

.g-helper-feedback-success .g-helper-success-icon {
    margin-bottom: 16px;
}

.g-helper-feedback-success .g-helper-success-icon i {
    font-size: 48px;
    color: #10b981;
}

.g-helper-feedback-success h5 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.g-helper-feedback-success p {
    font-size: 0.95rem;
    color: #64748b;
    margin-bottom: 20px;
}

.g-helper-feedback-success .g-helper-success-cta {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

.g-helper-feedback-success .g-helper-success-subtitle {
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 12px;
}

.g-helper-feedback-success .g-helper-success-login {
    font-size: 0.85rem;
    color: #64748b;
    margin-top: 12px;
}

.g-helper-feedback-success .g-helper-success-login a {
    color: #7c3aed;
    text-decoration: none;
    font-weight: 600;
}

.g-helper-feedback-success .g-helper-success-login a:hover {
    text-decoration: underline;
}

/* Responsive: Stack columns on smaller screens */
@media (max-width: 900px) {
    .g-helper-downloads-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

/* View titles - match step titles */
.g-helper-view .g-helper-body > h4 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 16px;
}

.g-helper-view .g-helper-body > p {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 16px;
}

/* Support View */
.g-helper-support-form {
    margin-top: 20px;
    background: #f8fafc;
    border-radius: 12px;
    padding: 24px;
}

.g-helper-support-form h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 20px;
}

.g-helper-form-group {
    margin-bottom: 16px;
}

.g-helper-form-group label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #1e293b;
    margin-bottom: 6px;
}

.g-helper-form-group input,
.g-helper-form-group textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    color: #1e293b;
    background: white;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.g-helper-form-group input:focus,
.g-helper-form-group textarea:focus {
    outline: none;
    border-color: #9c32b0;
    box-shadow: 0 0 0 3px rgba(156, 50, 176, 0.1);
}

.g-helper-form-group input::placeholder,
.g-helper-form-group textarea::placeholder {
    color: #94a3b8;
}

.g-helper-form-group textarea {
    resize: vertical;
    min-height: 100px;
}

/* Form Messages (Success/Error) */
.g-helper-form-message {
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.g-helper-form-message.success {
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.g-helper-form-message.error {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.g-helper-form-message i {
    margin-right: 8px;
}

/* Support Success View */
.g-helper-support-success {
    margin-top: 20px;
    background: #f8fafc;
    border-radius: 12px;
    padding: 32px 24px;
    text-align: center;
}

.g-helper-success-icon {
    font-size: 48px;
    color: #10b981;
    margin-bottom: 16px;
}

.g-helper-support-success h5 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 12px;
}

.g-helper-support-success > p {
    color: #64748b;
    font-size: 0.9rem;
    margin-bottom: 24px;
    line-height: 1.5;
}

.g-helper-success-cta {
    background: linear-gradient(135deg, #f3e8ff 0%, #e0e7ff 100%);
    border-radius: 12px;
    padding: 20px;
    margin-top: 16px;
}

.g-helper-success-subtitle {
    font-size: 0.85rem;
    color: #6b21a8;
    font-weight: 500;
    margin-bottom: 16px;
}

.g-helper-success-cta .g-helper-nav-btn {
    width: 100%;
    padding: 14px 24px;
}

.g-helper-success-login {
    font-size: 0.8rem;
    color: #64748b;
    margin-top: 12px;
    margin-bottom: 0;
}

.g-helper-success-login a {
    color: #7c3aed;
    text-decoration: none;
    font-weight: 500;
}

.g-helper-success-login a:hover {
    text-decoration: underline;
}

/* PDF Download Overlay */
.g-helper-download-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(30, 41, 59, 0.95);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    padding: 20px;
}

.g-helper-download-form-container {
    background: white;
    border-radius: 16px;
    padding: 32px;
    max-width: 400px;
    width: 100%;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.g-helper-download-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f1f5f9;
    border: none;
    color: #64748b;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.g-helper-download-close:hover {
    background: #e2e8f0;
    color: #1e293b;
}

.g-helper-download-form-container h5 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.g-helper-download-form-container h5 i {
    color: #ef4444;
}

.g-helper-download-form-container > p {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 24px;
    line-height: 1.5;
}

/* Download Link Button (for extra download) */
.g-helper-download-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    color: #9c32b0;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    padding: 4px 0;
    margin-top: 8px;
    transition: color 0.2s ease;
}

.g-helper-download-link:hover {
    color: #6000ff;
}

.g-helper-download-link i {
    font-size: 12px;
}

.g-helper-close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.g-helper-close:hover {
    background: rgba(255, 255, 255, 0.3);
}

.g-helper-body {
    flex: 1;
    overflow-y: auto;
    padding: 32px;
}

/* Steps Navigation */
.g-helper-steps {
    display: flex;
    gap: 8px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.g-helper-step-btn {
    padding: 10px 20px;
    border-radius: 50px;
    border: 2px solid #e2e8f0;
    background: white;
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: all 0.3s ease;
}

.g-helper-step-btn:hover {
    border-color: #9c32b0;
    color: #9c32b0;
}

.g-helper-step-btn.active {
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    border-color: transparent;
    color: white;
}

/* Step Content */
.g-helper-step-content {
    display: none;
}

.g-helper-step-content.active {
    display: block;
    animation: fadeInUp 0.4s ease;
}

.g-helper-step-content h4 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 16px;
}

.g-helper-step-content p {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 24px;
}

.g-helper-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 24px;
}

.g-helper-feature {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    background: #f8fafc;
    border-radius: 12px;
    gap: 16px;
}

.g-helper-feature-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.g-helper-feature h6 {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 4px;
}

.g-helper-feature p {
    font-size: 0.95rem;
    color: #475569;
    margin: 0;
}

/* Footer Navigation */
.g-helper-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 32px;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
}

.g-helper-nav-btn {
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.g-helper-nav-btn.prev {
    background: white;
    border: 2px solid #e2e8f0;
    color: #64748b;
}

.g-helper-nav-btn.prev:hover {
    border-color: #1e293b;
    color: #1e293b;
}

.g-helper-nav-btn.next {
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    border: none;
    color: white;
}

.g-helper-nav-btn.next:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(156, 50, 176, 0.3);
}

.g-helper-progress {
    display: flex;
    align-items: center;
    gap: 8px;
}

.g-helper-progress-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e2e8f0;
    transition: all 0.3s ease;
}

.g-helper-progress-dot.active {
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    width: 24px;
    border-radius: 5px;
}

.g-helper-progress-dot.completed {
    background: #22c55e;
}

/* Responsive */
/* G Helper - hidden until scrolled past hero on mobile */
.g-helper-btn.hidden-on-mobile {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
}

@media (max-width: 767px) {
    .g-helper-btn {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
        transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    }

    .g-helper-btn span {
        font-size: 20px;
    }

    .g-helper-label {
        display: none;
    }

    .g-helper-content {
        width: 100%;
        max-height: 95vh;
        border-radius: 16px 16px 0 0;
        margin-top: auto;
    }

    .g-helper-overlay {
        align-items: flex-end;
        padding: 0;
    }

    .g-helper-header {
        padding: 12px 16px;
        flex-wrap: nowrap;
        gap: 8px;
        position: relative;
    }

    /* Hide "Helper" text on mobile, show only G */
    .g-helper-header h3 {
        font-size: 1.1rem;
        white-space: nowrap;
    }

    .g-helper-header h3::after {
        content: none;
    }

    /* Tabs stay on one line */
    .g-helper-tabs {
        order: 2;
        width: auto;
        margin: 0;
        margin-left: auto;
        margin-right: 32px;
        justify-content: flex-end;
        flex-shrink: 0;
        flex-wrap: nowrap;
    }

    .g-helper-tab {
        padding: 4px 8px;
        font-size: 10px;
        white-space: nowrap;
    }

    /* Close button - absolute top right */
    .g-helper-close {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 32px;
        height: 32px;
        min-width: 32px;
        min-height: 32px;
        font-size: 18px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.25);
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }

    .g-helper-body {
        padding: 16px;
        max-height: calc(95vh - 140px);
        overflow-y: auto;
    }

    /* Step pills - horizontal scroll */
    .g-helper-steps {
        gap: 6px;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 8px;
        margin-bottom: 16px;
    }

    .g-helper-step-btn {
        padding: 6px 12px;
        font-size: 11px;
        flex-shrink: 0;
        white-space: nowrap;
    }

    /* Footer - compact for mobile */
    .g-helper-footer {
        padding: 12px 16px;
        gap: 8px;
        flex-wrap: nowrap;
    }

    .g-helper-nav-btn {
        padding: 8px 16px;
        font-size: 12px;
    }

    .g-helper-progress {
        gap: 4px;
    }

    .g-helper-progress-dot {
        width: 8px;
        height: 8px;
    }

    .g-helper-progress-dot.active {
        width: 16px;
    }

    /* Features grid - single column on mobile */
    .g-helper-features {
        gap: 12px;
    }

    .g-helper-feature {
        padding: 12px;
    }

    .g-helper-feature-icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
    }

    .g-helper-feature-icon i {
        font-size: 16px;
    }

    .g-helper-feature h6 {
        font-size: 13px;
    }

    .g-helper-feature p {
        font-size: 12px;
    }

    /* Downloads view mobile */
    .g-helper-downloads-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .g-helper-step-content h4 {
        font-size: 1.5rem;
    }

    .g-helper-step-content p {
        font-size: 1rem;
    }

    .g-helper-document {
        padding: 20px;
    }

    .g-helper-document-icon {
        width: 40px;
        height: 40px;
    }

    .g-helper-document-icon i {
        font-size: 18px;
    }

    .g-helper-view .g-helper-body > h4 {
        font-size: 1.5rem;
    }

    /* Exit Intent Content - Mobile */
    .g-helper-exit-content {
        padding: 20px;
    }

    .g-helper-exit-label {
        font-size: 0.75rem;
        margin-bottom: 12px;
    }

    .g-helper-exit-title {
        font-size: 1.75rem;
        margin-bottom: 24px;
    }

    .g-helper-exit-text {
        font-size: 0.95rem;
        margin-bottom: 16px;
    }

    .g-helper-exit-highlight {
        font-size: 1rem;
        margin: 20px 0;
    }

    .g-helper-exit-cta {
        margin: 24px 0;
    }

    .g-helper-exit-download-btn {
        width: 100%;
    }

    .g-helper-exit-download-icon {
        width: 56px;
        font-size: 22px;
    }

    .g-helper-exit-download-text {
        flex: 1;
        padding: 16px 20px;
        font-size: 1rem;
        justify-content: center;
    }

    .g-helper-exit-divider {
        margin: 24px 0;
    }

    .g-helper-exit-contact {
        padding: 20px;
    }

    .g-helper-exit-contact h5 {
        font-size: 1.15rem;
    }

    .g-helper-exit-contact-subtitle {
        font-size: 0.95rem;
        margin-bottom: 16px;
    }
}

/* ===================================
    WHITE PAPER PAGE STYLES
====================================== */


/* Header Section */
.wp-header {
    padding: 140px 0 80px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    position: relative;
}

.wp-header.cover-background {
    background-size: cover;
    background-position: center;
}

.wp-header-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px;
}

.wp-label,
.wp-category {
    display: inline-block;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #7c3aed;
    background: linear-gradient(to right, #f5f3ff, #ede9fe);
    border-radius: 50px;
    margin-bottom: 20px;
}

.wp-category-light {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.wp-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1.5px;
    color: #1e293b;
    margin-bottom: 20px;
}

.wp-subtitle {
    font-size: 1.35rem;
    line-height: 1.7;
    color: #475569;
    max-width: 800px;
}

.wp-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
}

.wp-meta span {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #64748b;
}

.wp-meta span i {
    margin-right: 8px;
    color: #9c32b0;
}

.wp-meta-light span {
    color: rgba(255, 255, 255, 0.9);
}

.wp-meta-light span i {
    color: rgba(255, 255, 255, 0.8);
}

.wp-title.text-white,
.wp-subtitle.text-white {
    color: white !important;
}

.wp-subtitle.text-white {
    opacity: 0.9;
}

.wp-sidebar-inner {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    max-height: 400px;
    overflow-y: auto;
}

.wp-sidebar-inner h6 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #64748b;
    margin-bottom: 16px;
}

.wp-sidebar-cta {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.wp-sidebar-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #64748b;
    margin-bottom: 16px;
}

.wp-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    border-left: 2px solid #e2e8f0;
}

.wp-nav li {
    margin-bottom: 4px;
}

.wp-nav-link {
    display: block;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #64748b;
    text-decoration: none;
    border-left: 2px solid transparent;
    margin-left: -2px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.wp-nav-link:hover {
    color: #1e293b;
    background: rgba(124, 58, 237, 0.05);
}

.wp-nav-link.active {
    color: #7c3aed;
    border-left-color: #7c3aed;
    background: rgba(124, 58, 237, 0.08);
}

/* Content Section */
.wp-content-section {
    padding: 60px 0 80px;
    background: #fff;
}

/* Flexbox Layout for Sidebar + Article */
.wp-layout {
    display: flex !important;
    flex-direction: row !important;
    gap: 50px;
    align-items: flex-start;
}

.wp-sidebar {
    flex: 0 0 280px !important;
    width: 280px !important;
    min-width: 280px;
    position: sticky;
    top: 100px;
}

.wp-main {
    flex: 1 1 auto !important;
    min-width: 0;
    width: calc(100% - 330px);
}

/* Article Content */
.wp-article {
    max-width: 100%;
}

/* Align first section with sidebar top */
.wp-section:first-child {
    margin-top: 0;
    padding-top: 0;
}

.wp-section:first-child h2:first-child {
    margin-top: 0;
    padding-top: 0;
}

.wp-section {
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e2e8f0;
}

.wp-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.wp-section h2,
.wp-section-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.wp-section h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1e293b;
    margin-top: 32px;
    margin-bottom: 16px;
}

.wp-section p {
    font-size: 1.1rem;
    line-height: 1.85;
    color: #475569;
    margin-bottom: 20px;
}

.wp-section h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin-top: 32px;
    margin-bottom: 16px;
}

/* Key Point Boxes */
.wp-key-point {
    display: flex;
    gap: 16px;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.06) 0%, rgba(156, 50, 176, 0.06) 100%);
    border-left: 4px solid #7c3aed;
    border-radius: 0 12px 12px 0;
    padding: 20px 24px;
    margin: 28px 0;
}

.wp-key-point-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #7c3aed 0%, #9c32b0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wp-key-point-icon i {
    font-size: 18px;
    color: white;
}

.wp-key-point-content h5 {
    font-size: 14px;
    font-weight: 700;
    color: #7c3aed;
    margin: 0 0 8px 0;
}

.wp-key-point-content p {
    font-size: 1.05rem;
    color: #1e293b;
    margin: 0;
    line-height: 1.7;
}

.wp-key-point-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #7c3aed;
    margin-bottom: 10px;
}

.wp-key-point-title i {
    font-size: 16px;
}

.wp-key-point p {
    font-size: 1.05rem;
    color: #1e293b;
    margin: 0;
    line-height: 1.7;
}

.wp-key-point-warning {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.08) 0%, rgba(234, 88, 12, 0.08) 100%);
    border-left-color: #f59e0b;
}

.wp-key-point-warning .wp-key-point-icon {
    background: linear-gradient(135deg, #f59e0b 0%, #ea580c 100%);
}

.wp-key-point-warning .wp-key-point-content h5,
.wp-key-point-warning .wp-key-point-title {
    color: #d97706;
}

.wp-key-point-success {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.08) 0%, rgba(16, 185, 129, 0.08) 100%);
    border-left-color: #22c55e;
}

.wp-key-point-success .wp-key-point-icon {
    background: linear-gradient(135deg, #22c55e 0%, #10b981 100%);
}

.wp-key-point-success .wp-key-point-content h5,
.wp-key-point-success .wp-key-point-title {
    color: #16a34a;
}

/* Stats Grid */
.wp-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 28px 0;
}

.wp-stat-box {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.wp-stat-value,
.wp-stat-number {
    font-size: 2.25rem;
    font-weight: 800;
    color: #7c3aed;
    line-height: 1;
    margin-bottom: 8px;
}

.wp-stat-label {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
}

.wp-stat-box.negative .wp-stat-value {
    color: #dc2626;
}

.wp-stat-box.positive .wp-stat-value {
    color: #22c55e;
}

/* Tables */
.wp-table-wrapper {
    overflow-x: auto;
    margin: 28px 0;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.wp-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.wp-table th {
    background: #f8fafc;
    padding: 14px 18px;
    text-align: left;
    font-weight: 600;
    color: #1e293b;
    border-bottom: 2px solid #e2e8f0;
    white-space: nowrap;
}

.wp-table td {
    padding: 14px 18px;
    border-bottom: 1px solid #e2e8f0;
    color: #475569;
}

.wp-table tr:last-child td {
    border-bottom: none;
}

.wp-table tr:hover td {
    background: rgba(124, 58, 237, 0.03);
}

.wp-table .highlight {
    color: #7c3aed;
    font-weight: 600;
}

.wp-table .negative {
    color: #dc2626;
    font-weight: 600;
}

.wp-table .positive,
.wp-table .text-success {
    color: #22c55e;
    font-weight: 600;
}

.wp-table .text-warning {
    color: #f59e0b;
    font-weight: 600;
}

.wp-table .text-danger {
    color: #dc2626;
    font-weight: 600;
}

.wp-table-highlight,
.wp-table tr.wp-table-highlight td {
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.08) 0%, rgba(156, 50, 176, 0.08) 100%);
}

.wp-table-comparison tbody tr:last-child {
    font-weight: 700;
}

/* Cost Breakdown Grid */
.wp-cost-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin: 28px 0;
}

.wp-cost-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wp-cost-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.wp-cost-card-icon,
.wp-cost-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.wp-cost-card-icon i,
.wp-cost-icon i {
    font-size: 20px;
    color: #7c3aed;
}

.wp-cost-card h5 {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 6px;
}

.wp-cost-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

.wp-cost-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wp-cost-card ul li {
    font-size: 14px;
    color: #475569;
    padding: 4px 0;
    padding-left: 16px;
    position: relative;
}

.wp-cost-card ul li:before {
    content: "•";
    color: #9c32b0;
    position: absolute;
    left: 0;
}

/* Impact Grid */
.wp-impact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 28px 0;
}

.wp-impact-card {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 16px;
    padding: 28px;
    border: 1px solid #e2e8f0;
}

.wp-impact-card h5 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 8px 0;
}

.wp-impact-card h5 i {
    color: #9c32b0;
}

.wp-impact-card > p {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 12px;
}

.wp-impact-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #64748b;
    margin-bottom: 8px;
}

.wp-impact-value,
.wp-impact-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #22c55e;
    line-height: 1;
    margin-bottom: 8px;
}

.wp-impact-desc {
    font-size: 15px;
    color: #475569;
    line-height: 1.6;
}

.wp-impact-note {
    display: block;
    font-size: 13px;
    color: #64748b;
    margin-top: 8px;
    font-style: italic;
}

.wp-impact-card.negative .wp-impact-value,
.wp-impact-card.negative .wp-impact-number,
.wp-impact-number.text-danger {
    color: #dc2626;
}

/* Solution Grid */
.wp-solution-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin: 28px 0;
}

.wp-solution-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wp-solution-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.wp-solution-header {
    margin-bottom: 12px;
}

.wp-solution-header .brand-gradient {
    font-size: 1.1rem;
}

.wp-solution-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    color: white;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
    margin-right: 8px;
}

.wp-solution-card h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
    margin-top: 0;
}

.wp-solution-card p {
    font-size: 15px;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 16px;
}

.wp-solution-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wp-solution-features li {
    display: flex;
    align-items: center;
    padding: 8px 0;
    font-size: 14px;
    color: #1e293b;
}

.wp-solution-features li i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    margin-right: 12px;
    flex-shrink: 0;
}

/* Solution card lists */
.wp-solution-card .wp-list {
    margin: 0;
}

.wp-solution-card .wp-list li {
    font-size: 15px;
    padding: 6px 0;
}

/* Integration Flow */
.wp-integration-flow {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin: 28px 0;
}

.wp-integration-step {
    background: linear-gradient(135deg, #faf5ff 0%, #f5f3ff 100%);
    border: 1px solid #e9d5ff;
    border-radius: 12px;
    padding: 24px;
    position: relative;
}

.wp-integration-number {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    color: white;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.wp-integration-step h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 8px 0;
}

.wp-integration-step p {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

/* CTA Box - Hero Style */
.wp-cta-box {
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    border-radius: 16px;
    padding: 48px;
    margin: 40px 0;
}

.wp-cta-box h3,
.wp-cta-box h4 {
    font-size: 1.75rem;
    font-weight: 700;
    color: white;
    margin-bottom: 16px;
    text-align: center;
}

.wp-cta-box p {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin-bottom: 24px;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.wp-cta-box .wp-cta-features {
    list-style: none;
    padding: 0;
    margin: 0 auto 28px;
    max-width: 500px;
}

.wp-cta-box .wp-cta-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-size: 0.9375rem;
    padding: 8px 0;
}

.wp-cta-box .wp-cta-features li i {
    color: #4ade80;
    font-size: 0.875rem;
}

.wp-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: white;
    color: #7c3aed;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.wp-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.wp-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

/* ===================================
   AI HERO STYLE CTA BOX (Article Footer)
   Copied from homepage AI Hero, scaled to 70%
====================================== */
.wp-cta-hero {
    position: relative;
    border-radius: 16px;
    padding: 50px 40px;
    margin: 48px 0 32px;
    overflow: hidden;
    text-align: center;

    /* Animated mesh gradient background - same as AI Hero */
    background:
        radial-gradient(ellipse at 20% 30%, rgba(255, 30, 128, 0.25) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 20%, rgba(156, 50, 176, 0.2) 0%, transparent 45%),
        radial-gradient(ellipse at 40% 80%, rgba(96, 0, 255, 0.25) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 60%, rgba(124, 58, 237, 0.15) 0%, transparent 40%),
        linear-gradient(180deg, #1a0a2e 0%, #0f0a1a 15%, #1a1025 40%, #150d20 70%, #0d0815 100%);
    background-size: 200% 200%, 200% 200%, 200% 200%, 200% 200%, 100% 100%;
    animation: wpCtaHeroGradient 25s ease-in-out infinite;
}

@keyframes wpCtaHeroGradient {
    0%, 100% { background-position: 0% 0%, 100% 0%, 0% 100%, 100% 100%, 0% 0%; }
    25% { background-position: 50% 50%, 50% 50%, 50% 50%, 50% 50%, 0% 0%; }
    50% { background-position: 100% 100%, 0% 100%, 100% 0%, 0% 0%, 0% 0%; }
    75% { background-position: 50% 50%, 50% 50%, 50% 50%, 50% 50%, 0% 0%; }
}

/* Glow orbs */
.wp-cta-hero-glow-1,
.wp-cta-hero-glow-2 {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    opacity: 0.5;
}

.wp-cta-hero-glow-1 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 30, 128, 0.4) 0%, transparent 70%);
    top: -50px;
    right: -30px;
    animation: wpCtaGlow1 15s ease-in-out infinite;
}

.wp-cta-hero-glow-2 {
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(96, 0, 255, 0.35) 0%, transparent 70%);
    bottom: -40px;
    left: -30px;
    animation: wpCtaGlow2 18s ease-in-out infinite;
}

@keyframes wpCtaGlow1 {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.5; }
    50% { transform: translate(-20px, 20px) scale(1.1); opacity: 0.7; }
}

@keyframes wpCtaGlow2 {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.4; }
    50% { transform: translate(20px, -15px) scale(1.1); opacity: 0.6; }
}

.wp-cta-hero-content {
    position: relative;
    z-index: 2;
}

/* Title - copied from .ai-hero-title, override article styles */
.wp-cta-hero .wp-cta-hero-title,
.wp-cta-hero h3.wp-cta-hero-title,
.wp-section .wp-cta-hero h3.wp-cta-hero-title {
    font-size: 4rem !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    letter-spacing: -2px !important;
    color: #ffffff !important;
    margin: 0 0 24px 0 !important;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
}

/* Typed text - flows inline with title */
.wp-cta-hero .wp-cta-typed-text {
    display: inline !important;
    color: #ffffff !important;
    font-weight: 800 !important;
}

/* Cursor */
.wp-cta-hero .wp-cta-typed-cursor {
    display: inline !important;
    color: #ffffff !important;
    font-weight: 300 !important;
    opacity: 1;
    animation: wpCtaCursorBlink 1s infinite;
}

.wp-cta-hero .wp-cta-typed-cursor.hidden {
    display: none !important;
    animation: none !important;
}

@keyframes wpCtaCursorBlink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

/* Tagline - override article styles */
.wp-cta-hero .wp-cta-hero-tagline,
.wp-section .wp-cta-hero .wp-cta-hero-tagline {
    font-size: 1.25rem !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
    color: #ffffff !important;
    max-width: 650px !important;
    margin: 0 auto 28px !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
}

/* Description - copied from .ai-hero-description at 70% scale */
.wp-cta-hero-description {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 24px 32px;
    max-width: 700px;
    margin: 0 auto 28px;
}

.wp-cta-hero .wp-cta-hero-description p,
.wp-section .wp-cta-hero .wp-cta-hero-description p {
    font-size: 1rem !important;
    line-height: 1.8 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    margin: 0 !important;
}

/* Light gradient text - copied from .brand-gradient-light */
.wp-cta-hero .brand-gradient-light {
    background: linear-gradient(135deg, #ff6b9d 0%, #c084fc 50%, #818cf8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* CTA buttons container */
.wp-cta-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

/* Primary button - copied from .btn-ai-hero-primary at 70% scale */
.btn-cta-hero-primary {
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    color: #ffffff;
    padding: 14px 28px;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 30px rgba(156, 50, 176, 0.4);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.btn-cta-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(156, 50, 176, 0.5);
    color: #ffffff;
}

/* Secondary button - copied from .btn-ai-hero-secondary at 70% scale */
.btn-cta-hero-secondary {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #ffffff;
    padding: 14px 28px;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.btn-cta-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
    color: #ffffff;
}

/* Responsive */
@media (max-width: 991px) {
    .wp-cta-hero {
        padding: 40px 32px;
    }

    .wp-cta-hero .wp-cta-hero-title,
    .wp-cta-hero h3.wp-cta-hero-title {
        font-size: 3rem !important;
        letter-spacing: -1px !important;
    }

    .wp-cta-hero .wp-cta-hero-tagline {
        font-size: 1.1rem !important;
    }

    .wp-cta-hero-description {
        padding: 20px 24px;
    }

    .wp-cta-hero-description p {
        font-size: 0.95rem;
    }
}

@media (max-width: 767px) {
    .wp-cta-hero {
        padding: 32px 24px;
        border-radius: 12px;
    }

    .wp-cta-hero .wp-cta-hero-title,
    .wp-cta-hero h3.wp-cta-hero-title {
        font-size: 2.25rem !important;
        letter-spacing: -0.5px !important;
        margin-bottom: 20px !important;
    }

    .wp-cta-hero .wp-cta-hero-tagline {
        font-size: 1rem !important;
        margin-bottom: 24px !important;
    }

    .wp-cta-hero-description {
        padding: 16px 20px;
    }

    .wp-cta-hero-description p {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .wp-cta-hero-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .btn-cta-hero-primary,
    .btn-cta-hero-secondary {
        width: 100%;
        justify-content: center;
        padding: 12px 24px;
        font-size: 0.9rem;
    }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    .wp-cta-hero {
        animation: none;
    }

    .wp-cta-hero-glow-1,
    .wp-cta-hero-glow-2 {
        animation: none;
    }

    .wp-cta-typed-cursor {
        animation: none;
        opacity: 1;
    }
}

/* Example Box */
.wp-example-box {
    background: #fefce8;
    border: 1px solid #fde047;
    border-radius: 12px;
    padding: 24px;
    margin: 28px 0;
}

.wp-example-box h5,
.wp-example-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #a16207;
    margin: 0 0 12px 0;
}

.wp-example-title i,
.wp-example-box h5 i {
    font-size: 16px;
}

.wp-example-box p {
    font-size: 1rem;
    color: #713f12;
    line-height: 1.7;
    margin: 0 0 10px 0;
}

.wp-example-box p:last-child {
    margin-bottom: 0;
}

.wp-example-box ul {
    margin: 10px 0;
    padding-left: 20px;
    color: #713f12;
}

.wp-example-box ul li {
    margin-bottom: 4px;
}

/* Lists */
.wp-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.wp-list li {
    position: relative;
    padding: 10px 0 10px 24px;
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.7;
}

.wp-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #7c3aed;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.5;
}

/* Ordered lists - use numbers */
ol.wp-list {
    list-style: decimal;
    padding-left: 24px;
}

ol.wp-list li {
    padding-left: 8px;
}

ol.wp-list li:before {
    display: none;
}

/* Ensure inline code and strong have proper spacing */
.wp-list li code,
.wp-list li strong {
    margin: 0 2px;
}

.wp-list li code {
    background: #f1f5f9;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.9em;
    color: #7c3aed;
}

.wp-list-check li:before {
    content: "✓";
    width: 22px;
    height: 22px;
    min-width: 22px;
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    color: white;
    font-size: 11px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    margin-top: 3px;
}

/* Quote Block */
.wp-quote {
    background: #f8fafc;
    border-left: 4px solid #7c3aed;
    padding: 24px 28px;
    margin: 28px 0;
    border-radius: 0 12px 12px 0;
}

.wp-quote p {
    font-size: 1.15rem;
    font-style: italic;
    color: #1e293b;
    line-height: 1.8;
    margin: 0;
}

.wp-quote-author {
    margin-top: 12px;
    font-size: 14px;
    font-style: normal;
    color: #64748b;
    font-weight: 500;
}

/* Divider */
.wp-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, #e2e8f0, transparent);
    margin: 40px 0;
}

/* Summary Box */
.wp-summary-box {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px;
    margin: 28px 0;
}

.wp-summary-box h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 16px;
    margin-top: 0;
}

/* Series Box and Links - outside contents box */
/* Sidebar Article Links - Simple list */
.wp-articles-list {
    margin-top: 8px;
}

.wp-articles-list h6 {
    font-size: 13px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    color: #1e293b;
    margin-bottom: 10px;
}

.wp-articles-list a {
    display: block;
    padding: 6px 0;
    font-size: 13px;
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
    border-bottom: 1px solid #f1f5f9;
}

.wp-articles-list a:last-child {
    border-bottom: none;
}

.wp-articles-list a:hover {
    color: #7c3aed;
}

.wp-articles-list a.active {
    color: #7c3aed;
    font-weight: 600;
}

/* Legacy support */
.wp-series-box {
    margin-top: 8px;
}

.wp-series-box h6 {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #94a3b8;
    margin-bottom: 10px;
}

.wp-series-link {
    display: block;
    padding: 6px 0;
    font-size: 13px;
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
    border-bottom: 1px solid #f1f5f9;
}

.wp-series-link:last-child {
    border-bottom: none;
}

.wp-series-link:hover {
    color: #7c3aed;
}

.wp-series-link.active {
    color: #7c3aed;
    font-weight: 600;
}

.wp-series-link.active {
    color: #7c3aed;
    background: rgba(124, 58, 237, 0.08);
    font-weight: 600;
}

.wp-series-link i {
    font-size: 10px;
    flex-shrink: 0;
}

/* Promotional Box in Sidebar - uses homepage header background */
.wp-promo-box {
    position: relative;
    border-radius: 12px;
    padding: 24px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #1e293b;
    text-decoration: none;
    display: block;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);

    /* Homepage header hero background */
    background-image: url('../../images/demo-seo-agency-bg.jpg');
    background-size: cover;
    background-position: center;
}

.wp-promo-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.wp-promo-box h5 {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 16px 0;
    line-height: 1.3;
}

.wp-promo-box .wp-promo-btn {
    display: inline-block;
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 50px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}

.wp-promo-box:hover .wp-promo-btn {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(156, 50, 176, 0.4);
}

/* Calculator Health Text - Better Readability */
.calc-health-text {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
}

.calc-health.good .calc-health-text {
    color: #15803d;
    background: rgba(34, 197, 94, 0.1);
    padding: 4px 8px;
    border-radius: 4px;
}

.calc-health.warning .calc-health-text {
    color: #92400e;
    background: rgba(234, 179, 8, 0.1);
    padding: 4px 8px;
    border-radius: 4px;
}

.calc-health.danger .calc-health-text {
    color: #991b1b;
    background: rgba(239, 68, 68, 0.1);
    padding: 4px 8px;
    border-radius: 4px;
}

/* Quote Block Text Readability */
.quote-text {
    color: #e5e7eb !important;
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.6;
    padding-left: 1.5rem;
    margin: 0;
}

.quote-source {
    color: #d1d5db !important;
    font-size: 0.875rem;
    padding-left: 1.5rem;
    margin-top: 1rem;
}

/* Challenge Cards - Icon and Title Alignment */
.challenge-icon {
    width: 2.5rem !important;
    height: 2.5rem !important;
    background: linear-gradient(135deg, #f3e8ff 0%, #e9d5ff 100%);
    border-radius: 0.5rem;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-right: 12px !important;
    margin-bottom: 0 !important;
    flex-shrink: 0;
    vertical-align: middle;
}

.challenge-icon i {
    font-size: 1rem !important;
    color: #7c3aed;
}

.challenge-card h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 8px;
    display: inline-block;
    vertical-align: middle;
}

.challenge-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

/* Timeline - Gradient Vertical Bar */
.timeline::before {
    content: '';
    position: absolute;
    left: 0.5rem;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #7c3aed 0%, #6366f1 100%);
    border-radius: 2px;
}

/* Stat Cards - Number on Own Line */
.stat-value {
    font-size: 2rem;
    font-weight: 700;
    display: block;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.stat-label {
    font-size: 0.8125rem;
    opacity: 0.9;
    display: block;
    line-height: 1.3;
}

.stat-change {
    font-size: 0.75rem;
    margin-top: 0.5rem;
    padding: 0.25rem 0.5rem;
    background: rgba(255,255,255,0.15);
    border-radius: 1rem;
    display: inline-block;
}

/* Code Block Alignment */
.code-block {
    background: #1f2937;
    color: #e5e7eb;
    padding: 1.25rem 1.5rem;
    border-radius: 0.5rem;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    font-size: 0.875rem;
    line-height: 1.8;
    overflow-x: auto;
    margin: 1rem 0;
    text-align: center;
}

.code-inline {
    background: #f1f5f9;
    color: #475569;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    font-size: 0.9em;
}

/* Checklist Alignment */
.wp-checklist {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.wp-checklist-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #e2e8f0;
}

.wp-checklist-item:last-child {
    border-bottom: none;
}

.wp-checklist-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-checklist-icon.check {
    color: #22c55e;
}

.wp-checklist-icon.cross {
    color: #ef4444;
}

.wp-checklist-text {
    flex: 1;
    font-size: 0.9375rem;
    color: #475569;
}

/* Strategy Content - Bullet Points */
.strategy-content ul {
    margin: 0.75rem 0 0 0;
    padding-left: 1.25rem;
    list-style: disc;
}

.strategy-content li {
    color: #4b5563;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.strategy-content li::marker {
    color: #7c3aed;
}

/* Feature Boxes - Bullet Points */
.wp-key-point ul,
.wp-example-box ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin: 0.75rem 0;
}

.wp-key-point li,
.wp-example-box li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.wp-key-point li::marker,
.wp-example-box li::marker {
    color: #7c3aed;
}

/* Stat Box Improvements */
.wp-stat-box {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.wp-stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #7c3aed;
    display: block;
    line-height: 1;
    margin-bottom: 12px;
}

.wp-stat-label {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
    display: block;
    line-height: 1.4;
}

/* Responsive Styles */
@media (max-width: 1199px) {
    .wp-layout {
        gap: 40px;
    }

    .wp-sidebar {
        flex: 0 0 250px !important;
        width: 250px !important;
        min-width: 250px;
    }
}

@media (max-width: 991px) {
    .wp-content-section {
        padding: 40px 0 60px;
    }

    .wp-layout {
        flex-direction: column !important;
        gap: 30px;
    }

    .wp-sidebar {
        flex: 0 0 auto !important;
        width: 100% !important;
        min-width: 100%;
        position: relative;
        top: 0;
    }

    .wp-main {
        width: 100%;
    }

    .wp-sidebar-inner {
        padding: 20px;
    }

    .wp-nav {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        border-left: none;
    }

    .wp-nav-link {
        padding: 8px 16px;
        border: 1px solid #e2e8f0;
        border-left: 1px solid #e2e8f0;
        border-radius: 50px;
        margin-left: 0;
        font-size: 13px;
    }

    .wp-nav-link.active {
        border-color: #7c3aed;
        background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
        color: white;
    }

    .wp-article {
        padding-left: 0;
    }

    .wp-header {
        padding: 100px 0 40px;
    }

    .wp-header-content {
        padding: 0 20px;
    }

    .wp-title {
        font-size: 2.25rem;
    }

    .wp-subtitle {
        font-size: 1.15rem;
    }

    .wp-section h2,
    .wp-section-title {
        font-size: 1.5rem;
    }

    .wp-section h3 {
        font-size: 1.2rem;
    }

    .wp-impact-grid {
        grid-template-columns: 1fr;
    }

    .wp-cta-box {
        padding: 32px 24px;
    }

    .wp-cta-box h3,
    .wp-cta-box h4 {
        font-size: 1.5rem;
    }

    .wp-key-point {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .wp-header {
        padding: 90px 0 30px;
    }

    .wp-title {
        font-size: 1.85rem;
        letter-spacing: -1px;
    }

    .wp-subtitle {
        font-size: 1.05rem;
    }

    .wp-meta {
        flex-direction: column;
        gap: 12px;
    }

    .wp-stats-grid {
        grid-template-columns: 1fr 1fr;
    }

    .wp-stat-value {
        font-size: 1.75rem;
    }

    .wp-cost-grid {
        grid-template-columns: 1fr;
    }

    .wp-solution-grid {
        grid-template-columns: 1fr;
    }

    .wp-impact-value {
        font-size: 2rem;
    }

    .wp-cta-btn {
        padding: 14px 24px;
        font-size: 15px;
    }

    .wp-cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .wp-article {
        max-width: 100%;
    }

    .wp-section {
        margin-bottom: 40px;
        padding-bottom: 30px;
    }
}

/* ===================================
   AI HERO SECTION - Experimental
   Full-screen gradient with typing animation
====================================== */

/* Main section container */
.ai-hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0 0 180px;
    margin-top: -1px; /* Seamless connection with timeline above */

    /* Animated mesh gradient background */
    background:
        radial-gradient(ellipse at 20% 30%, rgba(255, 30, 128, 0.25) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 20%, rgba(156, 50, 176, 0.2) 0%, transparent 45%),
        radial-gradient(ellipse at 40% 80%, rgba(96, 0, 255, 0.25) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 60%, rgba(124, 58, 237, 0.15) 0%, transparent 40%),
        linear-gradient(180deg, #1a0a2e 0%, #0f0a1a 15%, #1a1025 40%, #150d20 70%, #0d0815 100%);
    background-size: 200% 200%, 200% 200%, 200% 200%, 200% 200%, 100% 100%;
    animation: aiHeroGradient 25s ease-in-out infinite;
}

@keyframes aiHeroGradient {
    0%, 100% {
        background-position: 0% 0%, 100% 0%, 0% 100%, 100% 100%, 0% 0%;
    }
    25% {
        background-position: 50% 50%, 50% 50%, 50% 50%, 50% 50%, 0% 0%;
    }
    50% {
        background-position: 100% 100%, 0% 100%, 100% 0%, 0% 0%, 0% 0%;
    }
    75% {
        background-position: 50% 50%, 50% 50%, 50% 50%, 50% 50%, 0% 0%;
    }
}

/* Noise texture overlay */
.ai-hero-noise {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    opacity: 0.03;
    mix-blend-mode: overlay;
    pointer-events: none;
    z-index: 1;
}

/* Floating glow orbs */
.ai-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    z-index: 1;
}

.ai-hero-glow-1 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 30, 128, 0.3) 0%, transparent 70%);
    top: -150px;
    right: -100px;
    animation: aiGlowFloat1 15s ease-in-out infinite;
}

.ai-hero-glow-2 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(96, 0, 255, 0.25) 0%, transparent 70%);
    bottom: -100px;
    left: -100px;
    animation: aiGlowFloat2 18s ease-in-out infinite;
}

.ai-hero-glow-3 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(156, 50, 176, 0.2) 0%, transparent 70%);
    top: 40%;
    left: 30%;
    animation: aiGlowFloat3 20s ease-in-out infinite;
}

@keyframes aiGlowFloat1 {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.6; }
    50% { transform: translate(-50px, 50px) scale(1.15); opacity: 1; }
}

@keyframes aiGlowFloat2 {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.5; }
    50% { transform: translate(60px, -40px) scale(1.1); opacity: 0.8; }
}

@keyframes aiGlowFloat3 {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.4; }
    50% { transform: translate(-30px, 30px) scale(1.2); opacity: 0.7; }
}

/* Content container */
.ai-hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Main title */
.ai-hero-title {
    font-size: 5rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -2px;
    color: #ffffff;
    margin-bottom: 32px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* GROW word with gradient */
.ai-hero-grow {
    background: linear-gradient(135deg, #ff1e80 0%, #ff6b9d 50%, #ff1e80 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    letter-spacing: -3px;
}

/* Typed text styling */
.ai-typed-text {
    display: inline-block;
    min-width: 180px;
    color: #ffffff;
    font-weight: 800;
    text-align: left;
    vertical-align: baseline;
}

/* Cursor animation */
.ai-typed-cursor {
    display: inline-block;
    color: #ffffff;
    font-weight: 300;
    margin-left: 2px;
    animation: aiCursorBlink 0.8s step-end infinite;
}

@keyframes aiCursorBlink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

/* Tagline */
.ai-hero-tagline {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
    margin: 0 auto 40px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* Description block */
.ai-hero-description {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 32px 40px;
    max-width: 900px;
    margin: 0 auto;
}

.ai-hero-description p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

/* Light gradient text for dark backgrounds */
.brand-gradient-light {
    background: linear-gradient(135deg, #ff6b9d 0%, #c084fc 50%, #818cf8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

/* Trust indicators */
.ai-hero-trust {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 32px;
}

.ai-hero-trust span {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    letter-spacing: 0.2px;
}

.ai-hero-trust span i {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    color: white;
    border-radius: 50%;
    font-size: 10px;
    margin-right: 10px;
}

/* CTA buttons container */
.ai-hero-cta {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Primary button */
.btn-ai-hero-primary {
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    color: #ffffff;
    padding: 18px 36px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 30px rgba(156, 50, 176, 0.4);
    text-decoration: none;
}

.btn-ai-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(156, 50, 176, 0.5);
    color: #ffffff;
}

/* Secondary button */
.btn-ai-hero-secondary {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #ffffff;
    padding: 18px 36px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-ai-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
    color: #ffffff;
}

/* Bottom fade to white - smoother transition */
.ai-hero-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 350px;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(255, 255, 255, 0.01) 15%,
        rgba(255, 255, 255, 0.03) 30%,
        rgba(255, 255, 255, 0.08) 45%,
        rgba(255, 255, 255, 0.18) 60%,
        rgba(255, 255, 255, 0.35) 72%,
        rgba(255, 255, 255, 0.55) 82%,
        rgba(255, 255, 255, 0.8) 90%,
        #ffffff 100%
    );
    pointer-events: none;
    z-index: 5;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .ai-hero-section {
        min-height: auto;
        padding: 60px 0 120px;
    }

    .ai-hero-fade {
        height: 180px;
    }

    .ai-hero-title {
        font-size: 3.5rem;
        letter-spacing: -1px;
    }

    .ai-typed-text {
        min-width: 140px;
    }

    .ai-hero-tagline {
        font-size: 1.25rem;
    }

    .ai-hero-description {
        padding: 24px 28px;
    }

    .ai-hero-description p {
        font-size: 1.05rem;
    }
}

@media (max-width: 767px) {
    .ai-hero-section {
        padding: 40px 0 100px;
    }

    .ai-hero-fade {
        height: 140px;
    }

    .ai-hero-title {
        font-size: 2.5rem;
        letter-spacing: -0.5px;
        margin-bottom: 24px;
        white-space: nowrap;  /* Prevent text wrapping on mobile */
    }

    .ai-typed-text {
        min-width: 0;  /* Remove min-width - let content determine size */
        display: inline;  /* Inline for seamless flow */
    }

    .ai-typed-cursor {
        margin-left: 0;
    }

    .ai-hero-tagline {
        font-size: 1.1rem;
        margin-bottom: 30px;
    }

    .ai-hero-description {
        padding: 20px 24px;
    }

    .ai-hero-description p {
        font-size: 1rem;
        line-height: 1.7;
    }

    .ai-hero-trust {
        flex-direction: column;
        gap: 12px;
        margin-top: 24px;
    }

    .ai-hero-trust span {
        font-size: 14px;
    }

    .ai-hero-cta {
        flex-direction: column;
        gap: 16px;
    }

    .btn-ai-hero-primary,
    .btn-ai-hero-secondary {
        width: 100%;
        padding: 16px 28px;
        font-size: 1rem;
    }

    .ai-hero-glow-1,
    .ai-hero-glow-2,
    .ai-hero-glow-3 {
        width: 200px;
        height: 200px;
    }

    .ai-hero-fade {
        height: 100px;
    }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    .ai-hero-section {
        animation: none;
    }

    .ai-hero-glow-1,
    .ai-hero-glow-2,
    .ai-hero-glow-3 {
        animation: none;
    }

    .ai-typed-cursor {
        animation: none;
        opacity: 1;
    }
}

/* ===================================== */
/* CAMPAIGN COMPARISON SECTION */
/* ===================================== */

.campaign-compare-section {
    position: relative;
    padding: 100px 0 120px;
    overflow: hidden;
}

/* Dark gradient background like AI Hero */
.campaign-compare-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 30%, rgba(255, 30, 128, 0.2) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 20%, rgba(156, 50, 176, 0.15) 0%, transparent 45%),
        radial-gradient(ellipse at 40% 80%, rgba(96, 0, 255, 0.2) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 60%, rgba(124, 58, 237, 0.12) 0%, transparent 40%),
        linear-gradient(180deg, #1a0a2e 0%, #0f0a1a 15%, #1a1025 40%, #150d20 70%, #0d0815 100%);
    background-size: 200% 200%, 200% 200%, 200% 200%, 200% 200%, 100% 100%;
    animation: campaignBgGradient 25s ease-in-out infinite;
}

@keyframes campaignBgGradient {
    0%, 100% { background-position: 0% 0%, 100% 0%, 0% 100%, 100% 100%, 0% 0%; }
    25% { background-position: 50% 50%, 50% 50%, 50% 50%, 50% 50%, 0% 0%; }
    50% { background-position: 100% 100%, 0% 100%, 100% 0%, 0% 0%, 0% 0%; }
    75% { background-position: 50% 50%, 50% 50%, 50% 50%, 50% 50%, 0% 0%; }
}

/* Floating glow orbs */
.campaign-compare-glow-1,
.campaign-compare-glow-2 {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    opacity: 0.4;
}

.campaign-compare-glow-1 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.5) 0%, transparent 70%);
    top: -100px;
    right: -150px;
    animation: campaignGlow1 20s ease-in-out infinite;
}

.campaign-compare-glow-2 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 30, 128, 0.4) 0%, transparent 70%);
    bottom: -50px;
    left: -100px;
    animation: campaignGlow2 25s ease-in-out infinite;
}

@keyframes campaignGlow1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-50px, 50px) scale(1.1); }
}

@keyframes campaignGlow2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(50px, -30px) scale(1.15); }
}

/* Campaign Structure Cards */
.campaign-structure-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 32px;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.campaign-structure-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.campaign-structure-old {
    border-color: rgba(156, 163, 175, 0.15);
}

.campaign-structure-grow {
    border-color: rgba(139, 92, 246, 0.25);
    background: rgba(139, 92, 246, 0.05);
}

.campaign-structure-header {
    margin-bottom: 24px;
}

.campaign-structure-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.badge-old {
    background: rgba(156, 163, 175, 0.2);
    color: #9ca3af;
}

.badge-grow {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.3) 0%, rgba(168, 85, 247, 0.3) 100%);
    color: #c4b5fd;
}

.campaign-structure-header h4 {
    font-size: 1.35rem;
    font-weight: 700;
    color: white;
    margin: 0;
}

/* Campaign Tree Visual */
.campaign-tree {
    margin-bottom: 20px;
}

.campaign-node {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.05);
    padding: 14px 18px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.campaign-node i {
    font-size: 1.1rem;
    color: #9ca3af;
}

.campaign-node span:first-of-type {
    flex: 1;
    font-weight: 600;
    color: white;
    font-size: 0.95rem;
}

.campaign-roas {
    font-size: 0.8rem;
    font-weight: 600;
    color: #9ca3af;
    background: rgba(255, 255, 255, 0.08);
    padding: 4px 10px;
    border-radius: 6px;
}

.campaign-root-grow i {
    color: #a78bfa;
}

.campaign-roas-grow {
    color: #10b981 !important;
    background: rgba(16, 185, 129, 0.15) !important;
}

.campaign-branch {
    width: 2px;
    height: 12px;
    background: rgba(255, 255, 255, 0.08);
    margin-left: 28px;
}

.campaign-branch-grow {
    background: rgba(16, 185, 129, 0.2);
}

/* Column Headers */
.campaign-products-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px 8px;
    margin-left: 28px;
    padding-left: 20px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.4);
    border-left: 2px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.campaign-products-header-grow {
    color: rgba(167, 139, 250, 0.6);
    border-left-color: rgba(16, 185, 129, 0.2);
}

.header-cogs {
    min-width: 85px;
}

.header-roas {
    min-width: 45px;
    text-align: center;
}

.header-status {
    margin-left: auto;
}

.campaign-products {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 20px;
    padding-top: 8px;
    border-left: 2px solid rgba(255, 255, 255, 0.08);
    margin-left: 28px;
}

.campaign-product {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.03);
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 0.85rem;
}

.campaign-product-grow {
    background: rgba(16, 185, 129, 0.05);
    border: 1px solid rgba(16, 185, 129, 0.1);
}

/* GROW campaign continuous border */
.campaign-structure-grow .campaign-products {
    border-left-color: rgba(16, 185, 129, 0.2);
}

.product-margin {
    font-weight: 600;
    min-width: 85px;
}

.margin-high { color: #10b981; }
.margin-mid { color: #f59e0b; }
.margin-low { color: #ef4444; }

.product-roas {
    color: #9ca3af;
    min-width: 45px;
    text-align: center;
}

.product-roas-grow {
    color: #a78bfa;
}

.product-status {
    margin-left: auto;
    font-size: 0.8rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.status-warning { color: #f59e0b; }
.status-ok { color: #9ca3af; }
.status-danger { color: #ef4444; }
.status-profit { color: #10b981; }

/* Average ROAS Row */
.campaign-average {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    margin-left: 48px;
    margin-top: 12px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.campaign-average-grow {
    background: rgba(16, 185, 129, 0.08);
    border-top: 1px solid rgba(16, 185, 129, 0.15);
}

.average-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

.average-value {
    font-size: 0.95rem;
    font-weight: 700;
    color: #9ca3af;
}

.average-value-grow {
    color: #10b981;
}

/* Campaign Result */
.campaign-result {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    border-radius: 10px;
    margin-top: 16px;
}

.campaign-result-old {
    background: rgba(156, 163, 175, 0.1);
    border: 1px solid rgba(156, 163, 175, 0.15);
}

.campaign-result-grow {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(5, 150, 105, 0.15) 100%);
    border: 1px solid rgba(16, 185, 129, 0.25);
}

.campaign-result .result-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 1rem;
}

.campaign-result-old .result-icon {
    background: rgba(156, 163, 175, 0.15);
    color: #9ca3af;
}

.campaign-result-grow .result-icon {
    background: rgba(16, 185, 129, 0.2);
    color: #10b981;
}

.campaign-result .result-text {
    font-weight: 600;
    font-size: 0.95rem;
}

.campaign-result-old .result-text {
    color: #9ca3af;
}

.campaign-result-grow .result-text {
    color: #10b981;
}

/* Campaign Explanation */
.campaign-explanation {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 20px;
}

/* Profit Impact Box */
/* Profit Impact Box V2 - Redesigned */
.profit-impact-box-v2 {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 16px;
    padding: 28px 32px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-family: 'Urbanist', sans-serif;
}

.impact-header-v2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e7eb;
}

.impact-title-v2 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
    font-family: 'Urbanist', sans-serif;
}

.impact-scenario-tag {
    font-size: 0.8rem;
    font-weight: 500;
    color: #6b7280;
    background: #f3f4f6;
    padding: 6px 14px;
    border-radius: 6px;
    font-family: 'Urbanist', sans-serif;
}

/* New comparison layout */
.impact-comparison-v2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.impact-card {
    display: flex;
    flex-direction: column;
    padding: 20px 24px;
    border-radius: 12px;
    min-width: 180px;
    text-align: center;
}

.impact-card-old {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
}

.impact-card-grow {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
}

.impact-card-header {
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 4px;
    font-family: 'Urbanist', sans-serif;
}

.impact-card-old .impact-card-header {
    color: #374151;
}

.impact-card-grow .impact-card-header {
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.impact-card-meta {
    font-size: 0.75rem;
    margin-bottom: 12px;
    font-family: 'Urbanist', sans-serif;
    color: #9ca3af;
}

.impact-card-value {
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 2px;
    font-family: 'Urbanist', sans-serif;
}

.impact-card-old .impact-card-value {
    color: #6b7280;
}

.impact-card-grow .impact-card-value {
    color: #059669;
}

.impact-card-label {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Urbanist', sans-serif;
    color: #9ca3af;
}

.impact-arrow-container {
    color: #d1d5db;
    font-size: 1.25rem;
}

.impact-result-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px 20px;
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
    border-radius: 10px;
    margin-left: 8px;
}

.impact-result-badge .result-amount {
    font-size: 1.1rem;
    font-weight: 800;
    color: white;
    font-family: 'Urbanist', sans-serif;
    line-height: 1.2;
}

.impact-result-badge .result-desc {
    font-size: 0.65rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    font-family: 'Urbanist', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Legacy styles - keeping for backwards compatibility */
.profit-impact-box {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.profit-impact-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f4f6;
}

.profit-impact-label {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
}

.profit-impact-scenario {
    font-size: 0.9rem;
    color: #6b7280;
    background: #f9fafb;
    padding: 8px 16px;
    border-radius: 8px;
}

.profit-impact-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.profit-impact-before,
.profit-impact-after {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 160px;
}

.impact-label {
    font-size: 0.85rem;
    color: #6b7280;
    margin-bottom: 8px;
}

.impact-value {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 4px;
}

.impact-value-old {
    color: #9ca3af;
}

.impact-value-grow {
    color: #059669;
}

.impact-sublabel {
    font-size: 0.8rem;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.profit-impact-arrow {
    color: #d1d5db;
    font-size: 1.5rem;
}

.profit-impact-result {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 40px;
    border-left: 1px solid #f3f4f6;
}

.result-badge {
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
    color: white;
    font-size: 1.5rem;
    font-weight: 800;
    padding: 12px 24px;
    border-radius: 12px;
    margin-bottom: 8px;
}

.profit-impact-box .result-text {
    font-size: 0.85rem;
    color: #6b7280;
    text-align: center;
    font-weight: 400;
}

/* Responsive */
@media (max-width: 991px) {
    .campaign-compare-section {
        padding: 80px 0;
    }

    .campaign-structure-card {
        padding: 24px;
    }

    .profit-impact-box-v2 {
        padding: 20px 24px;
    }

    .impact-header-v2 {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .impact-comparison-v2 {
        flex-wrap: wrap;
        gap: 12px;
    }

    .impact-card {
        min-width: 140px;
        padding: 16px 18px;
    }

    .impact-card-value {
        font-size: 1.5rem;
    }

    .impact-arrow-container {
        display: none;
    }

    .impact-result-badge {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        gap: 8px;
        margin-left: 0;
        margin-top: 8px;
    }

    .profit-impact-box {
        padding: 30px;
    }

    .profit-impact-header {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .profit-impact-content {
        gap: 24px;
    }

    .profit-impact-result {
        padding-left: 0;
        border-left: none;
        padding-top: 24px;
        border-top: 1px solid #f3f4f6;
        width: 100%;
    }

    .campaign-explanation {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .campaign-compare-section {
        padding: 60px 0;
    }

    .campaign-structure-header h4 {
        font-size: 1.15rem;
    }

    .campaign-product {
        flex-wrap: nowrap;
        gap: 6px;
        padding: 8px 10px;
        font-size: 0.75rem;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .product-margin {
        min-width: 55px;
        font-size: 0.7rem;
    }

    .product-roas {
        min-width: 32px;
        font-size: 0.7rem;
    }

    .product-status {
        margin-left: auto;
        width: auto;
        flex-shrink: 0;
        font-size: 0.65rem;
        white-space: nowrap;
    }

    .product-status i {
        font-size: 0.55rem;
    }

    .campaign-products-header {
        font-size: 0.6rem;
        gap: 6px;
    }

    .campaign-products-header span {
        min-width: auto;
    }

    /* V2 Profit Impact responsive */
    .impact-comparison-v2 {
        flex-direction: column;
        align-items: stretch;
    }

    .impact-card {
        min-width: auto;
    }

    .impact-result-badge {
        flex-direction: row;
        padding: 12px 16px;
    }

    .impact-result-badge .result-amount {
        font-size: 1rem;
    }

    /* Legacy profit impact */
    .profit-impact-content {
        flex-direction: column;
        gap: 20px;
    }

    .profit-impact-arrow {
        transform: rotate(90deg);
    }

    .impact-value {
        font-size: 2rem;
    }

    .profit-impact-before,
    .profit-impact-after {
        min-width: auto;
    }

    .campaign-compare-glow-1,
    .campaign-compare-glow-2 {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .campaign-compare-bg {
        animation: none;
    }

    .campaign-compare-glow-1,
    .campaign-compare-glow-2 {
        animation: none;
    }
}

/* Campaign Features Boxes */
.campaign-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 48px;
    margin-bottom: 48px;
}

.campaign-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 16px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.campaign-feature:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.2);
}

.campaign-feature i {
    font-size: 28px;
    margin-bottom: 14px;
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.campaign-feature span {
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
}

@media (max-width: 991px) {
    .campaign-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-top: 36px;
        margin-bottom: 36px;
    }

    .campaign-feature {
        padding: 20px 14px;
    }

    .campaign-feature i {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .campaign-feature span {
        font-size: 0.85rem;
    }
}

@media (max-width: 575px) {
    .campaign-features {
        grid-template-columns: 1fr;
    }

    .campaign-feature {
        flex-direction: row;
        text-align: left;
        padding: 16px 20px;
    }

    .campaign-feature i {
        font-size: 22px;
        margin-bottom: 0;
        margin-right: 14px;
    }
}

/* ===================================
    ACCESSIBILITY - Skip Link
====================================== */
.skip-link {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #6d28d9 0%, #4f46e5 100%);
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    z-index: 999999;
    transition: top 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.skip-link:focus {
    top: 10px;
    outline: 3px solid #fbbf24;
    outline-offset: 2px;
}

/* ===================================
    HERO SLIDER
    Slide transitions and navigation
====================================== */
.hero-slider {
    position: relative;
    width: 100%;
}

.hero-slide {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.hero-slide.active {
    display: block;
    opacity: 1;
}

/* COGS/Intelligence slide images - sized to match dashboard image */
.hero-image-cogs {
    max-height: 520px;
    width: auto !important;
    object-fit: contain;
}

/* Slider Arrow Navigation */
.hero-slider-section {
    position: relative;
}

.hero-slider-section > .container {
    position: relative;
}

.hero-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.hero-slider-arrow:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: translateY(-50%) scale(1.05);
}

.hero-slider-prev {
    left: calc((100% - 1320px) / 2 - 60px);
}

.hero-slider-next {
    right: calc((100% - 1320px) / 2 - 60px);
}

.hero-slider-arrow i {
    font-size: 16px;
}

@media (max-width: 1400px) {
    .hero-slider-prev {
        left: 15px;
    }
    .hero-slider-next {
        right: 15px;
    }
}

@media (max-width: 991px) {
    .hero-slider-arrow {
        width: 38px;
        height: 38px;
    }
    .hero-slider-arrow i {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    /* Hide arrows on mobile - use dot navigation instead */
    .hero-slider-arrow {
        display: none;
    }
}

/* Slide Navigation - restored from original */
.hero-slider-nav-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.hero-slider-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}
.hero-slider-items {
    display: flex;
    align-items: flex-end;
    gap: 28px;
}
.hero-slider-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}
.slider-top {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 24px;
}
.slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    opacity: 0.5;
    transition: all 0.2s ease;
}
.hero-slider-item:hover .slider-dot {
    opacity: 0.75;
}
.hero-slider-item.active .slider-dot {
    opacity: 1;
}
.slider-label {
    font-size: 17px;
    font-weight: 500;
    color: #64748b;
    white-space: nowrap;
}
.hero-slider-item.active .slider-label {
    font-weight: 600;
}
/* Progress bar - only visible on active item */
.slider-progress {
    width: 100%;
    height: 2px;
    background: transparent;
    border-radius: 2px;
    overflow: hidden;
    opacity: 0;
}
.hero-slider-item.active .slider-progress {
    opacity: 1;
}
.slider-progress::after {
    content: '';
    display: block;
    height: 100%;
    width: var(--progress, 0%);
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    border-radius: 2px;
}
/* Pause button - matches text style with circle border */
.hero-slider-pause {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: transparent;
    border: 2px solid #64748b;
    border-radius: 50%;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 8px;
}
.hero-slider-pause:hover {
    border-color: #475569;
    color: #475569;
}
.hero-slider-pause.paused .pause-icon {
    display: none;
}
.hero-slider-pause.paused .play-icon {
    display: block !important;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .hero-image-cogs {
        max-height: 300px;
    }
    .hero-slider-items {
        gap: 20px;
    }
    .slider-label {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .hero-slider-items {
        gap: 14px;
    }
    .slider-dot {
        width: 8px;
        height: 8px;
    }
    .slider-label {
        font-size: 10px;
    }
}

/* Mobile: Compact slider nav to avoid overlapping CTAs */
@media (max-width: 767px) {
    .hero-slider-nav-wrapper {
        padding-top: 12px;
        margin-top: 0;
    }
    .hero-slider-nav {
        gap: 12px;
    }
    .hero-slider-items {
        gap: 8px;
    }
    /* Hide labels on mobile, show only dots */
    .slider-label {
        display: none;
    }
    .slider-top {
        height: auto;
        gap: 0;
    }
    .slider-dot {
        width: 10px;
        height: 10px;
    }
    .hero-slider-item.active .slider-dot {
        width: 24px;
        border-radius: 5px;
    }
    /* Hide progress bar on mobile */
    .slider-progress {
        display: none;
    }
    .hero-slider-pause {
        width: 24px;
        height: 24px;
        margin-bottom: 0;
    }
}

/* ===================================
    HERO CAMPAIGN CARD
    Override dark theme styles for light hero background
====================================== */
.hero-campaign-card.campaign-structure-card {
    background: rgb(253 250 252 / 58%);
    border: 1px solid rgba(139, 92, 246, 0.2);
    box-shadow: 0 8px 32px rgba(139, 92, 246, 0.12);
    max-width: 480px;
    margin: 0 auto;
    transform: scale(0.9);
    transform-origin: top center;
}

.hero-campaign-card .campaign-structure-header h4 {
    color: #1e293b;
}

.hero-campaign-card .badge-grow {
    background: linear-gradient(135deg, #ff1e80 0%, #9c32b0 50%, #6000ff 100%);
    color: white;
}

.hero-campaign-card .campaign-node {
    background: white;
    border: 1px solid rgba(139, 92, 246, 0.15);
}

.hero-campaign-card .campaign-node span:first-of-type {
    color: #1e293b;
}

.hero-campaign-card .campaign-root-grow i {
    color: #9c32b0;
}

.hero-campaign-card .campaign-roas {
    color: #64748b;
    background: rgba(139, 92, 246, 0.1);
}

.hero-campaign-card .campaign-roas-grow {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(168, 85, 247, 0.15) 100%);
    color: #7c3aed;
}

.hero-campaign-card .campaign-branch-grow {
    background: linear-gradient(to bottom, #a78bfa, #c4b5fd);
}

.hero-campaign-card .campaign-products-header span {
    color: #64748b;
}

.hero-campaign-card .campaign-product {
    background: rgba(255, 255, 255, 0.8);
    border-color: rgba(139, 92, 246, 0.1);
}

.hero-campaign-card .campaign-product-grow {
    border-left-color: #a78bfa;
}

.hero-campaign-card .product-roas-grow {
    color: #7c3aed;
}

.hero-campaign-card .status-profit {
    color: #059669;
    background: rgba(16, 185, 129, 0.1);
}

.hero-campaign-card .campaign-average {
    background: rgba(255, 255, 255, 0.6);
    border-color: rgba(139, 92, 246, 0.15);
}

.hero-campaign-card .campaign-average-grow {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.08) 0%, rgba(168, 85, 247, 0.08) 100%);
}

.hero-campaign-card .average-label {
    color: #64748b;
}

.hero-campaign-card .average-value-grow {
    color: #7c3aed;
}

.hero-campaign-card .campaign-result-grow {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(168, 85, 247, 0.1) 100%);
    border-color: rgba(139, 92, 246, 0.2);
}

.hero-campaign-card .campaign-result-grow .result-icon {
    color: #7c3aed;
}

.hero-campaign-card .campaign-result-grow .result-text {
    color: #1e293b;
}

/* Responsive adjustments for hero campaign card */
@media (max-width: 991px) {
    .hero-campaign-card.campaign-structure-card {
        max-width: 100%;
        padding: 20px;
    }
}

/* ===================================
    PRINT STYLES
====================================== */
@media print {
    /* Hide non-essential elements */
    header,
    .navbar,
    .hero-slider-nav-wrapper,
    .hero-slider-nav,
    .g-helper-btn,
    #gHelperOverlay,
    #gdpr-consent-container,
    #pdfDownloadOverlay,
    .skip-link,
    .hero-cta-v3,
    .btn,
    footer,
    .social-share,
    video,
    iframe {
        display: none !important;
    }

    /* Reset backgrounds for printing */
    body,
    section,
    .hero-section-v3 {
        background: #fff !important;
        background-image: none !important;
        color: #000 !important;
    }

    /* Ensure text is readable */
    h1, h2, h3, h4, h5, h6,
    p, li, span, a {
        color: #000 !important;
    }

    /* Show URLs for links */
    a[href]:after {
        content: " (" attr(href) ")";
        font-size: 0.8em;
        color: #666;
    }

    /* Don't show URLs for internal/anchor links */
    a[href^="#"]:after,
    a[href^="javascript"]:after {
        content: "";
    }

    /* Page breaks */
    section {
        page-break-inside: avoid;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    /* Ensure images print */
    img {
        max-width: 100% !important;
        page-break-inside: avoid;
    }

    /* Remove shadows and effects */
    * {
        box-shadow: none !important;
        text-shadow: none !important;
    }
}

/* ===================================
    MOBILE ACCESSIBILITY
    Ensure readable font sizes and proper touch targets
====================================== */
@media (max-width: 767px) {
    /* Ensure minimum readable font size for body text */
    body,
    p,
    .section-description-v3,
    .feature-text-v3 p,
    .worker-card-v3 p,
    .benefit-content p,
    .text-muted,
    .feature-item {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    /* Ensure readable font size for smaller text elements */
    .section-tag-v3,
    .feature-count,
    .wp-nav-link,
    .wp-meta span {
        font-size: 13px !important;
    }

    /* Minimum touch target size for buttons and interactive elements */
    .btn,
    .btn-small,
    button,
    .hero-slider-item,
    .feature-group-header,
    a.nav-link,
    .wp-nav-link {
        min-height: 44px !important;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    /* Ensure nav links have proper touch area */
    .navbar-nav .nav-link {
        padding: 14px 16px !important;
        min-height: 44px !important;
    }

    /* Feature accordion touch targets */
    .feature-group-header {
        min-height: 48px !important;
        padding: 14px 20px !important;
    }

    /* Slider navigation touch targets */
    .hero-slider-item {
        min-width: 44px !important;
        min-height: 44px !important;
        padding: 10px 12px !important;
    }

    .hero-slider-pause {
        min-width: 44px !important;
        min-height: 44px !important;
    }

    /* CTA buttons - ensure large enough for touch */
    .cta-buttons-v3 .btn {
        min-height: 48px !important;
        padding: 14px 24px !important;
    }

    /* Worker card badges */
    .worker-badge-v3 {
        font-size: 11px !important;
        padding: 4px 10px !important;
    }

    /* Improve tap spacing */
    .feature-list-v3 .feature-item-v3 {
        padding: 12px 0 !important;
    }

    /* Ensure footer links are tappable */
    .footer-grow a {
        display: inline-block !important;
        padding: 8px 4px !important;
        min-height: 44px !important;
        line-height: 28px !important;
    }
}

/* ===================================
   IMPACT STAT NUMBERS (About page)
====================================== */
.impact-stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: white;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .impact-stat-number {
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .impact-stat-number {
        font-size: 2.25rem;
    }
}

@media (max-width: 480px) {
    .impact-stat-number {
        font-size: 2rem;
    }
}

/* ===================================
   SECTION SUBTITLE (responsive)
====================================== */
.section-subtitle-v3 {
    font-size: 1.75rem;
}

@media (max-width: 991px) {
    .section-subtitle-v3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .section-subtitle-v3 {
        font-size: 1.25rem;
    }
}
