/* ==========================================================================
   BUSINESS GENERATION SERVICES SPECIFIC STYLES
   ========================================================================== */

/* --- 1. HERO SECTION --- */
.business-hero {
    background: var(--gradient-premium-dark);
    padding: 160px 24px 100px;
    position: relative;
    overflow: hidden;
}

/* Glowing backdrops for depth */
.business-hero .glow-blob-hero {
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(231, 24, 27, 0.15) 0%, transparent 70%);
    top: -10%;
    right: -5%;
    border-radius: 50%;
    z-index: 1;
}

.business-hero .container {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-content-left {
    color: var(--color-white);
}

.hero-content-left .badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    color: var(--color-white);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-content-left .badge-pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981; /* emerald green */
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    animation: badge-pulse-animation 2s infinite;
}

@keyframes badge-pulse-animation {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(16, 185, 129, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

.hero-title {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
    color: var(--color-white);
}

.hero-title .highlight {
    color: var(--color-primary);
    background: linear-gradient(to right, #ff4d4f, #e7181b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-desc {
    font-size: 1.1rem;
    line-height: 1.65;
    color: #cbd5e1;
    margin-bottom: 35px;
}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.btn-primary {
    background: var(--color-primary);
    color: var(--color-white);
    padding: 14px 38px;
    border-radius: 60px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-primary:hover {
    background: var(--color-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(231, 24, 27, 0.3);
}

.btn-secondary-white {
    background: transparent;
    color: var(--color-white);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 14px 38px;
    border-radius: 60px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.btn-secondary-white:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--color-white);
    transform: translateY(-2px);
}

/* Right Image */
.hero-image-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.hero-image-right img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.5s ease;
}

.hero-image-right:hover img {
    transform: translateY(-5px);
}

/* Floating Enquire Badge */
.float-enquire {
    position: fixed;
    right: 0;
    top: 40%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right bottom;
    background: var(--color-primary);
    color: var(--color-white);
    padding: 14px 28px;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 8px 8px 0 0;
    z-index: 999;
    box-shadow: -4px 0 20px rgba(231, 24, 27, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.float-enquire:hover {
    background: var(--color-primary-hover);
    padding-bottom: 34px;
}

.float-enquire i {
    margin-right: 8px;
}

/* --- 2. STRATEGIC LEAD GENERATION SERVICES GRID SECTION --- */
.services-grid-section {
    padding: 100px 24px;
    background: #f8fafc;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.badge-red {
    display: inline-block;
    color: var(--color-primary);
    background: rgba(231, 24, 27, 0.05);
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
}

.section-title .highlight {
    color: var(--color-primary);
}

.section-line {
    width: 60px;
    height: 4px;
    background: var(--color-primary);
    margin: 20px auto 0;
    border-radius: 2px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.service-card {
    background: var(--color-white);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
    border-color: rgba(231, 24, 27, 0.15);
}

.service-card h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
    padding-bottom: 12px;
    margin-bottom: 18px;
    border-bottom: 2px solid #f1f5f9;
    position: relative;
}

.service-card h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 40px;
    height: 2px;
    background: var(--color-primary);
    transition: width 0.3s ease;
}

.service-card:hover h3::after {
    width: 80px;
}

.service-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #475569;
}

.service-card p strong {
    color: #0f172a;
    font-weight: 600;
}

/* --- 3. CONVERSIONS CTA BANNER --- */
.conversions-banner-section {
    padding: 60px 24px;
    background: var(--color-white);
}

.conversions-banner {
    background: var(--gradient-premium-dark);
    border-radius: 24px;
    padding: 50px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.conversions-banner::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(231, 24, 27, 0.08) 0%, transparent 70%);
    bottom: -50px;
    right: -50px;
    border-radius: 50%;
    z-index: 1;
}

.conversions-left {
    display: flex;
    align-items: center;
    gap: 30px;
    flex: 1;
    position: relative;
    z-index: 2;
}

.conversions-avatar-wrap {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.15);
    overflow: hidden;
    flex-shrink: 0;
}

.conversions-avatar-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.conversions-text {
    color: var(--color-white);
}

.conversions-text h3 {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 8px;
}

.conversions-text p {
    font-size: 1.05rem;
    color: #cbd5e1;
    line-height: 1.5;
}

.conversions-banner .btn-primary {
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    background: var(--color-white);
    color: var(--color-primary);
}

.conversions-banner .btn-primary:hover {
    background: var(--color-primary);
    color: var(--color-white);
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.1);
}

/* --- 4. PARTNER GROWTH SECTION --- */
.partner-section {
    padding: 100px 24px;
    background: var(--color-white);
}

.partner-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

.partner-content h2 {
    font-size: 2.6rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 25px;
}

.partner-content h2 span {
    color: var(--color-primary);
}

.partner-text-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.partner-text-group p {
    font-size: 1.05rem;
    line-height: 1.65;
    color: #475569;
}

.partner-text-group p strong {
    color: #0f172a;
}

.partner-image-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-image-wrap img {
    width: 100%;
    max-width: 520px;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: transform 0.5s ease;
}

.partner-image-wrap:hover img {
    transform: translateY(-5px);
}

/* --- 5. NEW SECTION 1: INTERACTIVE BUSINESS GROWTH FUNNEL (Unique Design) --- */
.funnel-section {
    padding: 100px 24px;
    background: #f8fafc;
}

.funnel-flow {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1100px;
    margin: 60px auto 0;
    position: relative;
}

/* Connecting line */
.funnel-flow::before {
    content: '';
    position: absolute;
    top: 35px;
    left: 40px;
    right: 40px;
    height: 4px;
    background: #cbd5e1;
    z-index: 1;
}

.funnel-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    width: 18%;
    cursor: pointer;
}

.funnel-node {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--color-white);
    border: 4px solid #cbd5e1;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

.funnel-step:hover .funnel-node,
.funnel-step.active .funnel-node {
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: var(--color-white);
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(231, 24, 27, 0.25);
}

.funnel-step h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-top: 15px;
    text-align: center;
}

.funnel-desc-card {
    background: var(--color-white);
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 30px;
    margin-top: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    min-height: 140px;
    animation: fadeIn 0.4s ease forwards;
}

.funnel-text-panel {
    display: none;
}

.funnel-text-panel.active {
    display: block;
}

/* --- 6. NEW SECTION 2: INTEGRATED GROWTH PACKAGES (Unique Design) --- */
.packages-section {
    padding: 100px 24px;
    background: var(--color-white);
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 50px auto 0;
    align-items: stretch;
}

.package-card {
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    padding: 45px 35px;
    background: #f8fafc;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.02);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
}

.package-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06);
    border-color: rgba(231, 24, 27, 0.12);
}

.package-card.featured {
    background: var(--gradient-premium-dark);
    color: var(--color-white);
    border-color: var(--color-primary);
    position: relative;
    overflow: hidden;
}

.package-card.featured::before {
    content: 'Most Popular';
    position: absolute;
    top: 20px;
    right: -30px;
    background: var(--color-primary);
    color: var(--color-white);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 30px;
    transform: rotate(45deg);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.package-header {
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.package-card.featured .package-header {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.package-header h4 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
}

.package-card.featured .package-header h4 {
    color: var(--color-white);
}

.package-price {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--color-primary);
}

.package-card.featured .package-price {
    color: var(--color-white);
}

.package-price span {
    font-size: 0.95rem;
    font-weight: 600;
    color: #64748b;
}

.package-card.featured .package-price span {
    color: #cbd5e1;
}

.package-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 35px;
    flex: 1;
}

.package-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #475569;
}

.package-card.featured .package-list li {
    color: #cbd5e1;
}

.package-list li i {
    color: var(--color-primary);
    font-size: 1rem;
    margin-top: 4px;
}

.package-card.featured .package-list li i {
    color: var(--color-white);
}

.btn-package {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    font-weight: 700;
    text-align: center;
    border: 1px solid var(--color-primary);
    background: transparent;
    color: var(--color-primary);
    cursor: pointer;
    transition: all 0.3s ease;
}

.package-card:hover .btn-package {
    background: var(--color-primary);
    color: var(--color-white);
    box-shadow: 0 8px 16px rgba(231, 24, 27, 0.15);
}

.package-card.featured .btn-package {
    border-color: var(--color-white);
    color: var(--color-white);
}

.package-card.featured:hover .btn-package {
    background: var(--color-white);
    color: var(--color-primary);
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.1);
}

/* --- 7. INDUSTRIES WE SERVE SECTION --- */
.industries-serve-section {
    padding: 100px 24px;
    background: #f8fafc;
    text-align: center;
}

.industries-desc {
    max-width: 800px;
    margin: 0 auto 50px;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #475569;
}

.industries-pill-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.industry-pill {
    background: var(--color-white);
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.02);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.industry-pill:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(231, 24, 27, 0.08);
    border-color: rgba(231, 24, 27, 0.2);
    background: #fffcfc;
}




/* ==========================================================================
   RESPONSIVE DESIGN (MEDIA QUERIES)
   ========================================================================== */

@media (max-width: 1200px) {
    .business-hero .container {
        gap: 40px;
    }
    .hero-title {
        font-size: 2.8rem;
    }
    .partner-grid {
        gap: 40px;
    }
    .partner-content h2 {
        font-size: 2.2rem;
    }
    .faq-grid {
        gap: 40px;
    }
}

@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    .packages-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 50px auto 0;
        gap: 40px;
    }
    .industries-pill-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .partner-grid {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }
    .partner-image-wrap img {
        max-width: 440px;
    }
}

@media (max-width: 991px) {
    .business-hero {
        padding: 120px 20px 80px;
    }
    .business-hero .container {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }
    .hero-content-left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .hero-buttons {
        justify-content: center;
    }
    .hero-image-right img {
        max-width: 440px;
    }
    .services-grid-section {
        padding: 80px 20px;
    }
    .section-title {
        font-size: 2.1rem;
    }
    .conversions-banner {
        flex-direction: column;
        text-align: center;
        padding: 40px;
        gap: 30px;
    }
    .conversions-left {
        flex-direction: column;
        gap: 20px;
    }
    .partner-section {
        padding: 80px 20px;
    }
    .funnel-section {
        padding: 80px 20px;
    }
    .funnel-flow {
        flex-direction: column;
        gap: 30px;
        align-items: center;
        margin-top: 40px;
    }
    .funnel-flow::before {
        display: none;
    }
    .funnel-step {
        width: 100%;
        max-width: 250px;
    }
    .packages-section {
        padding: 80px 20px;
    }
    .industries-serve-section {
        padding: 80px 20px;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.3rem;
    }
    .hero-desc {
        font-size: 1rem;
        margin-bottom: 25px;
    }
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .industries-pill-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .conversions-text h3 {
        font-size: 1.6rem;
    }
    .conversions-text p {
        font-size: 0.95rem;
    }
    .partner-content h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .business-hero {
        padding: 100px 16px 60px;
    }
    .hero-title {
        font-size: 1.85rem;
    }
    .hero-buttons {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }
    .btn-primary, .btn-secondary-white {
        width: 100%;
        justify-content: center;
    }
    .services-grid-section {
        padding: 60px 16px;
    }
    .section-title {
        font-size: 1.65rem;
    }
    .service-card {
        padding: 30px 20px;
    }
    .service-card h3 {
        font-size: 1.2rem;
    }
    .conversions-banner {
        padding: 30px 20px;
        border-radius: 16px;
    }
    .conversions-avatar-wrap {
        width: 75px;
        height: 75px;
    }
    .conversions-text h3 {
        font-size: 1.35rem;
    }
    .partner-section {
        padding: 60px 16px;
    }
    .funnel-section {
        padding: 60px 16px;
    }
    .funnel-desc-card {
        padding: 20px;
        margin-top: 30px;
    }
    .packages-section {
        padding: 60px 16px;
    }
    .package-card {
        padding: 35px 25px;
        border-radius: 20px;
    }
    .package-header h4 {
        font-size: 1.25rem;
    }
    .industries-serve-section {
        padding: 60px 16px;
    }
    .industries-pill-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .industry-pill {
        padding: 18px 15px;
        font-size: 1.05rem;
        border-radius: 12px;
    }
}

/* ==========================================================================
   REDESIGNED INDUSTRIES SECTION
   ========================================================================== */
.industries-section {
    padding: 100px 24px;
    background: var(--color-white);
}

.industries-subtitle {
    max-width: 650px;
    margin: 15px auto 50px;
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.6;
}

.industries-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.industry-card {
    background: var(--color-white);
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 40px 30px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.industry-card:hover {
    transform: translateY(-8px);
    border-color: rgba(231, 24, 27, 0.15);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
}

.ind-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background: rgba(231, 24, 27, 0.05);
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.industry-card:hover .ind-icon-wrap {
    background: var(--color-primary);
    color: var(--color-white);
}

.industry-card h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
}

.industry-card p {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* ==========================================================================
   INTERACTIVE LEAD ESTIMATOR & ROI SECTION
   ========================================================================== */
.estimator-section {
    padding: 100px 24px;
    background: var(--gradient-premium-dark);
    position: relative;
    overflow: hidden;
}

.estimator-section::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(231, 24, 27, 0.08) 0%, transparent 70%);
    top: -10%;
    right: -10%;
    border-radius: 50%;
}

.estimator-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 50px;
    position: relative;
    z-index: 2;
}

.estimator-grid-layout {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
}

.estimator-left {
    display: flex;
    flex-direction: column;
}

.estimator-left h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--color-white);
    margin: 15px 0;
}

.estimator-desc {
    color: #cbd5e1;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.lead-type-selectors {
    display: flex;
    gap: 20px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.lead-type-label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-white);
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    position: relative;
}

.lead-type-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-custom {
    width: 18px;
    height: 18px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
    display: inline-block;
}

.lead-type-label:hover input ~ .radio-custom {
    border-color: var(--color-primary);
}

.lead-type-label input:checked ~ .radio-custom {
    border-color: var(--color-primary);
    background: var(--color-primary);
}

.radio-custom::after {
    content: '';
    position: absolute;
    display: none;
    left: 5px;
    top: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}

.lead-type-label input:checked ~ .radio-custom::after {
    display: block;
}

.estimator-slider-wrap {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 20px;
}

.slider-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--color-white);
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 12px;
}

.estimator-val {
    color: var(--color-primary);
    font-size: 1.15rem;
}

/* Right Estimator results side */
.estimator-right {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
}

.estimator-right .result-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 15px;
}

.estimator-right .result-box:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.estimator-right .result-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #94a3b8;
    margin-bottom: 6px;
}

.estimator-right .result-number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--color-white);
}

.estimator-cta-wrap {
    margin-top: 15px;
}

.estimator-cta-btn {
    width: 100%;
    background: var(--color-primary);
    color: var(--color-white);
    border: none;
    padding: 16px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.estimator-cta-btn:hover {
    background: var(--color-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(231, 24, 27, 0.3);
}

/* ==========================================================================
   RESPONSIVE OVERRIDES FOR REDESIGNED SECTIONS
   ========================================================================== */
@media (max-width: 1024px) {
    .industries-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .estimator-grid-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .industries-card-grid {
        grid-template-columns: 1fr;
    }
    .industries-section, .estimator-section {
        padding: 80px 20px;
    }
    .estimator-card {
        padding: 30px 20px;
    }
    .estimator-left h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .industries-section, .estimator-section {
        padding: 60px 16px;
    }
    .industry-card {
        padding: 30px 20px;
    }
}

/* ==========================================================================
   LEAD ACQUISITION CHANNELS ECOSYSTEM
   ========================================================================== */
.ecosystem-section {
    padding: 100px 24px;
    background: #f8fafc;
}

.ecosystem-subtitle {
    max-width: 650px;
    margin: 15px auto 50px;
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.6;
}

.ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.ecosystem-card {
    background: var(--color-white);
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 40px 25px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.ecosystem-card:hover {
    transform: translateY(-8px);
    border-color: rgba(231, 24, 27, 0.15);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
}

.eco-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background: rgba(231, 24, 27, 0.05);
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.ecosystem-card:hover .eco-icon-wrap {
    background: var(--color-primary);
    color: var(--color-white);
}

.ecosystem-card h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
}

.ecosystem-card p {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* ==========================================================================
   RESPONSIVE ECOSYSTEM STYLING
   ========================================================================== */
@media (max-width: 1024px) {
    .ecosystem-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .ecosystem-section {
        padding: 80px 20px;
    }
}

@media (max-width: 480px) {
    .ecosystem-grid {
        grid-template-columns: 1fr;
    }
    .ecosystem-section {
        padding: 60px 16px;
    }
    .ecosystem-card {
        padding: 30px 20px;
    }
}
