/* ========================================
   Sub-Service Pages Shared Styles
   ======================================== */

/* --- Sub-Service Hero --- */
.subservice-hero {
    padding: clamp(7rem, 12vw, 10rem) 0 clamp(3rem, 6vw, 6.25rem);
    background-color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.subservice-hero::before {
    content: '';
    position: absolute;
    top: -20%;
    left: -10%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(247, 15, 25, 0.06) 0%, rgba(255, 255, 255, 0) 70%);
    z-index: 0;
}

.subservice-hero .hero-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1.5rem, 3vw, 2.5rem);
    position: relative;
    z-index: 1;
}

.subservice-hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.subservice-hero-content h1 {
    font-size: clamp(1.75rem, 3vw + 0.5rem, 2.5rem);
    line-height: 1.2;
    margin-bottom: clamp(0.75rem, 2vw, 1.25rem);
    font-weight: 800;
    letter-spacing: -1px;
}

.subservice-hero-content p {
    font-size: var(--section-description-font-size);
    line-height: 1.7;
    margin-bottom: clamp(1rem, 2vw, 1.875rem);
    max-width: 43.75rem;
    margin-left: auto;
    margin-right: auto;
}

/* ==========================================
   HERO MODERN (LIGHT PREMIUM REDESIGN)
   ========================================== */
.hero-modern {
    position: relative;
    background-color: #f8fafc;
    /* Crisp light slate premium background */
    color: var(--text-color);
    padding: clamp(8rem, 12vw, 12rem) 0 clamp(4rem, 8vw, 8rem);
    overflow: hidden;
    z-index: 1;
}

.hero-modern::before {
    content: '';
    position: absolute;
    top: -20%;
    left: -10%;
    transform: none;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(26, 26, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    z-index: 0;
}

.hero-modern-grid-pattern {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: radial-gradient(circle at center top, black 20%, transparent 80%);
    -webkit-mask-image: radial-gradient(circle at center top, black 20%, transparent 80%);
    z-index: 0;
}

.hero-modern-container {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 clamp(1rem, 3vw, 2rem);
}

.hero-modern-header {
    text-align: center;
    max-width: 900px;
    margin-bottom: clamp(3rem, 6vw, 5rem);
}

.hero-modern-header .breadcrumbs {
    justify-content: center;
    color: var(--text-color);
    margin-bottom: 2rem;
}

.hero-modern-header .breadcrumbs a {
    color: var(--text-color);
    transition: color 0.3s;
}

.hero-modern-header .breadcrumbs a:hover {
    color: var(--text-color);
}

.hero-modern-header h1 {
    font-size: var(--section-header-font-size);
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
}

.hero-modern-header h1 .gradient-text {
    background: linear-gradient(135deg, #DC2626, #F59E0B);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-modern-lead {
    font-size: var(--section-description-font-size);
    color: var(--text-color);
    line-height: 1.6;
    margin-bottom: 2.5rem;
    font-weight: 400;
}

.hero-modern-header .hero-btns.justify-center {
    display: inline-block;
    justify-content: center;
}

.hero-modern-header .btn-outline {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border-color: rgba(0, 0, 0, 0.1);
    color: var(--text-color);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.hero-modern-header .btn-outline:hover {
    background: var(--text-color);
    color: #fff !important;
    border-color: var(--text-color);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* 3 Column Grid for Paragraphs */
.hero-modern-text-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1.5rem, 3vw, 2.5rem);
    width: 100%;
}

.hero-text-card {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 1.5rem;
    padding: clamp(1rem, 2vw, 2rem);
    backdrop-filter: blur(20px);
    transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
    border-radius: 2rem;
    box-shadow: inset -2px 2px hsl(0 0 100% / 1), -20px 20px 40px hsl(0 0 0 / .25);
    background: radial-gradient(ellipse at right top, #e7e7e7ed 0%, #f5f5f5 47%, #ffffff 100%);
}



.hero-text-card:hover {
    transform: translateY(-10px);
    border-color: rgba(0, 0, 0, 0.08);
}

.hero-text-card .card-icon {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    --grad: #48dc81, #3b82f4;
    display: inline-block;
    display: flex;
    gap: 15px;
    color: transparent;
    background: linear-gradient(to right, var(--grad));
    background-clip: text;

    span {
        text-transform: uppercase;
        font-size: var(--section-description-font-size );
    }

}

.hero-text-card p {
    font-size: var(--section-description-font-size - 5px);
    color: var(--text-color);
    font-weight: 300;
    margin: 0;
    text-align: justify;
}

/* --- Overview Section --- */
.subservice-overview {
    padding: clamp(3rem, 6vw, 6.25rem) 0;
    background-color: white;
}

.overview-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.overview-text h2 {
    font-size: var(--section-header-font-size);
    margin-bottom: clamp(1rem, 2vw, 1.5rem);
    line-height: 1.2;
}

.overview-text p {
    font-size: var(--section-description-font-size);
    line-height: 1.7;
    margin-bottom: clamp(1rem, 2vw, 1.5rem);
    text-align: justify;
}

.overview-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(1rem, 2vw, 1.5rem);
    margin-top: clamp(1.5rem, 3vw, 2rem);
}

.stat-box {
    background: #fff;
    border-radius: 1rem;
    padding: clamp(1rem, 2vw, 1.5rem);
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.stat-box .stat-number {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 800;
    background: linear-gradient(135deg, #DC2626, #F59E0B);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-box .stat-label {
    font-size: 0.85rem;
    color: var(--text-color);
    font-weight: 500;
    line-height: 1.3;
}

.overview-image {
    position: relative;
}

.overview-image img {
    width: 100%;
    height: auto;
    border-radius: 1.25rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

/* --- Features Grid --- */
.subservice-features {
    padding: clamp(3rem, 6vw, 6.25rem) 0;
    background-color: #fff;
}

.features-header {
    text-align: center;
    max-width: 50rem;
    margin: 0 auto clamp(2rem, 5vw, 3.75rem);
}

.features-header h2 {
    font-size: var(--section-header-font-size);
    margin-bottom: 1rem;
}

.features-header p {
    font-size: var(--section-description-font-size);
}

.features-grid-3col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1rem, 2vw, 1.5rem);
}

.feature-item {
    background: var(--bg-secondary);
    border-radius: 1.25rem;
    padding: clamp(1.5rem, 3vw, 2rem);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.feature-item-icon {
    width: 3rem;
    height: 3rem;
    background: rgba(247, 15, 25, 0.08);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    color: var(--primary-color);
}

.feature-item h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.feature-item p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #64748b;
}

/* --- Approach Section --- */
.subservice-approach {
    padding: clamp(3rem, 6vw, 6.25rem) 0;
    background-color: var(--bg-secondary);
}

.approach-header {
    text-align: center;
    max-width: 50rem;
    margin: 0 auto clamp(2rem, 5vw, 3.75rem);
}

.approach-header h2 {
    font-size: var(--section-header-font-size);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.approach-header p {
    font-size: var(--section-description-font-size);
}

.approach-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(1rem, 2vw, 1.5rem);
    max-width: 56.25rem;
    margin: 0 auto;
}

.approach-step {
    text-align: center;
    position: relative;
    padding: clamp(1rem, 2vw, 1.5rem);
}

.approach-step-number {
    width: 3rem;
    height: 3rem;
    background: linear-gradient(135deg, var(--primary-color), #F59E0B);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.2rem;
    margin: 0 auto 1rem;
}

.approach-step h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.approach-step p {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.5;
}

/* Connector line between steps */
.approach-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 2.25rem;
    right: -10%;
    width: 20%;
    height: 2px;
    background: linear-gradient(to right, var(--primary-color), #F59E0B);
    opacity: 0.3;
}

/* --- Benefits Section --- */
.subservice-benefits {
    padding: clamp(3rem, 6vw, 6.25rem) 0;
    background-color: #fff;
}

.benefits-header {
    text-align: center;
    max-width: 50rem;
    margin: 0 auto clamp(2rem, 5vw, 3.75rem);
}

.benefits-header h2 {
    font-size: var(--section-header-font-size);
    margin-bottom: 1rem;
}

.benefits-list {
    max-width: 50rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: clamp(1rem, 2vw, 1.5rem);
    background: var(--bg-secondary);
    border-radius: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease;
}

.benefit-item:hover {
    transform: translateX(5px);
}

.benefit-icon {
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(247, 15, 25, 0.08);
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--primary-color);
    font-size: 1rem;
}

.benefit-content h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.benefit-content p {
    font-size: var(--section-description-font-size);
    color: #64748b;
    line-height: 1.5;
}

/* --- Productivity Section --- */
.productivity-section {
    padding: clamp(3rem, 6vw, 6.25rem) 0;
    background-color: #fff;
}

.productivity-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.productivity-text h2 {
    font-size: var(--section-header-font-size);
    margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

.productivity-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.5rem;
}

.productivity-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.productivity-item-icon {
    color: var(--primary-color);
    font-size: 1.25rem;
    margin-top: 2px;
}

.productivity-item h4 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-color);
}

.productivity-item p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

.productivity-image img {
    width: 100%;
    height: auto;
    border-radius: 1.25rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* --- Target Audience Section --- */
.target-audience {
    padding: clamp(3rem, 6vw, 6.25rem) 0;
    background-color: var(--bg-secondary);
}

.target-header {
    text-align: center;
    max-width: 55rem;
    margin: 0 auto clamp(2rem, 5vw, 3.75rem);
}

.target-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.target-card {
    background: #fff;
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    transition: transform 0.3s;
}

.target-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.target-card i {
    color: var(--primary-color);
    font-size: 1.5rem;
    background: rgba(247, 15, 25, 0.08);
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    flex-shrink: 0;
}

.target-card h4 {
    font-size: var(--section-description-font-size);
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

/* --- CTA Section --- */
.subservice-cta {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: var(--bg-secondary);
    text-align: center;
}

.cta-wrapper {
    max-width: 40rem;
    margin: 0 auto;
}

.cta-wrapper h2 {
    font-size: var(--section-header-font-size);
    margin-bottom: 1rem;
}

.cta-wrapper p {
    font-size: var(--section-description-font-size);
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

/* --- Background Grid Pattern (reused from hero-clean) --- */
.subservice-hero .hero-clean-bg-grid {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#cbd5e1 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.3;
    z-index: -1;
    mask-image: radial-gradient(circle at top left, black 0%, transparent 60%);
    -webkit-mask-image: radial-gradient(circle at top left, black 0%, transparent 60%);
}

/* ==========================================
   RESPONSIVE STYLES
   ========================================== */

/* --- Tablet (max-width: 992px) --- */
@media (max-width: 1024px) {

    .productivity-grid,
    .overview-grid {
        grid-template-columns: 1fr;
    }

    .hero-modern-text-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-text-card:last-child {
        grid-column: span 2;
        /* Make the 3rd one span 2 on tablet */
    }
}

@media (max-width: 992px) {
    .subservice-hero {
        padding: clamp(5rem, 10vw, 7.5rem) 0 clamp(2rem, 5vw, 3.75rem);
    }

    .subservice-hero-content h1 {
        font-size: clamp(1.5rem, 3vw + 0.25rem, 2.8rem);
    }

    .overview-text p {
        text-align: left;
    }

    .overview-image {
        order: -1;
    }

    .features-grid-3col {
        grid-template-columns: repeat(2, 1fr);
    }

    .approach-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .approach-step:not(:last-child)::after {
        display: none;
    }
}

/* --- Small Tablet / Large Phone (max-width: 768px) --- */
@media (max-width: 768px) {

    /* Hero */
    .subservice-hero {
        padding: clamp(4.5rem, 8vw, 6rem) 0 clamp(1.5rem, 4vw, 2.5rem);
    }

    .subservice-hero-content h1 {
        font-size: clamp(1.4rem, 5vw, 2rem);
        letter-spacing: -0.5px;
    }

    .subservice-hero-content p {
        font-size: 0.95rem;
    }

    /* Breadcrumbs - allow wrapping */
    .subservice-hero .breadcrumbs {
        font-size: 0.8rem;
        gap: 0.15rem;
    }

    /* Overview */
    .overview-grid {
        gap: clamp(1.5rem, 3vw, 2.5rem);
    }

    .overview-text h2 {
        text-align: center;
    }

    .overview-text p {
        text-align: left;
        font-size: 0.95rem;
    }

    .overview-image img {
        max-height: 18rem;
    }

    /* Features */
    .features-grid-3col {
        grid-template-columns: 1fr;
        gap: clamp(0.75rem, 2vw, 1rem);
    }

    /* Hero Modern Mobile Fixes */
    .hero-modern-text-grid {
        grid-template-columns: 1fr;
    }

    .hero-text-card:last-child {
        grid-column: span 1;
    }

    .feature-item {
        padding: clamp(1.25rem, 3vw, 1.5rem);
    }

    /* Approach */
    .approach-steps {
        grid-template-columns: 1fr;
        gap: clamp(1.5rem, 3vw, 2rem);
    }

    .approach-step:not(:last-child)::after {
        display: none;
    }

    /* Benefits */
    .benefit-item:hover {
        transform: none;
    }
}

/* --- Phone (max-width: 576px) --- */
@media (max-width: 576px) {

    /* Hero */
    .subservice-hero {
        padding: clamp(4rem, 6vw, 5rem) 0 clamp(1rem, 3vw, 2rem);
    }

    .subservice-hero-content h1 {
        font-size: clamp(1.3rem, 6vw, 1.75rem);
    }

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

    /* Breadcrumbs - compact on small screens */
    .subservice-hero .breadcrumbs {
        font-size: 0.75rem;
    }

    .subservice-hero .breadcrumbs .separator {
        margin: 0 0.25rem;
    }

    /* Overview */
    .overview-text h2 {
        font-size: var(--section-header-font-size);
    }

    .overview-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .stat-box {
        padding: clamp(0.75rem, 2vw, 1rem);
    }

    .stat-box .stat-number {
        font-size: clamp(1.25rem, 4vw, 1.75rem);
    }

    .stat-box .stat-label {
        font-size: 0.75rem;
    }

    /* Features */
    .features-header h2 {
        font-size: var(--section-header-font-size);
    }

    .feature-item-icon {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1rem;
    }

    .feature-item h4 {
        font-size: 1rem;
    }

    .feature-item p {
        font-size: 0.85rem;
    }

    /* Approach */
    .approach-header h2 {
        font-size: var(--section-header-font-size);
        line-height: 1.2;
    }

    .approach-step-number {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1rem;
    }

    /* Benefits */
    .benefits-header h2 {
        font-size: var(--section-header-font-size);
    }

    .benefit-item {
        gap: 0.75rem;
    }

    .benefit-icon {
        width: 2.25rem;
        height: 2.25rem;
        font-size: 0.9rem;
    }

    .benefit-content h4 {
        font-size: 0.95rem;
    }

    .benefit-content p {
        font-size: 0.85rem;
    }

    /* CTA */
    .cta-wrapper h2 {
        font-size: var(--section-header-font-size);
    }

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

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

/* --- Very Small Phone (max-width: 380px) --- */
@media (max-width: 380px) {
    .subservice-hero-content h1 {
        font-size: 1.2rem;
    }

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

    .stat-box {
        padding: 0.75rem;
    }

    .subservice-hero .breadcrumbs {
        font-size: 0.7rem;
    }
}

.bento-text {
    text-align: left !important;
}

/* ==========================================
   2K+ RESPONSIVE ENHANCEMENTS
   ========================================== */

/* --- 1440p+ (min-width: 1440px) --- */
@media (min-width: 1440px) {
    .hero-modern-container {
        max-width: 1400px;
    }

    .hero-modern-header {
        max-width: 1000px;
    }

    /* .hero-text-card {
        padding: clamp(2rem, 3vw, 3.5rem);
    } */

    .benefits-list {
        max-width: 60rem;
    }

    .cta-wrapper {
        max-width: 50rem;
    }

    .approach-header {
        max-width: 60rem;
    }
}

/* --- 2K (min-width: 1920px) --- */
@media (min-width: 1920px) {
    .hero-modern-container {
        max-width: 1600px;
    }

    .hero-modern-header {
        max-width: 1100px;
    }

    .hero-modern-header h1 {
        font-size: clamp(2.5rem, 3vw, 3.5rem);
    }

    .hero-modern-lead {
        font-size: clamp(1.1rem, 1.2vw, 1.4rem);
    }

    .hero-text-card p {
        font-size: 1.1rem;
    }

    .benefits-list {
        max-width: 70rem;
    }

    .benefit-item {
        padding: 1.5rem 2rem;
    }

    .cta-wrapper {
        max-width: 55rem;
    }

    .approach-header {
        max-width: 70rem;
    }

    .approach-header p {
        font-size: 1.1rem;
    }
}

/* --- 2K+ / Ultra-Wide (min-width: 2560px) --- */
@media (min-width: 2560px) {
    .hero-modern-container {
        max-width: 1800px;
    }

    .hero-modern-header h1 {
        font-size: 3.5rem;
    }

    .hero-text-card {
        padding: 3rem 3.5rem;
    }

    .hero-text-card p {
        font-size: 1.2rem;
    }

    .approach-header h2,
    .benefits-header h2,
    .cta-wrapper h2 {
        font-size: 2.8rem;
    }

    .benefits-list {
        max-width: 80rem;
    }

    .cta-wrapper {
        max-width: 65rem;
    }
}

/* --- Service Detail Row Responsive Fixes for Sub-Service Pages --- */
@media (max-width: 992px) {
    .service-details-section .service-detail-row {
        text-align: left;
    }

    .service-details-section .service-detail-text {
        text-align: left;
    }

    .service-details-section .service-detail-text h3 {
        text-align: left;
    }

    .service-details-section .service-detail-text p {
        text-align: left;
    }

    .service-details-section .service-checks {
        text-align: left;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .service-details-section .service-detail-image img {
        max-height: 18rem;
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 576px) {
    .hero-modern {
        padding: clamp(8rem, 8vw, 7rem) 0 clamp(2rem, 4vw, 4rem);
    }

    .hero-modern-header h1 {
        font-size: clamp(1.3rem, 5vw, 1.75rem);
    }

    .hero-modern-lead {
        font-size: 0.9rem;
    }

    .hero-modern-header .btn-outline {
        width: 100%;
        text-align: center;
    }

    .hero-text-card {
        padding: 1.5rem;
    }

    .hero-text-card .card-icon {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .breadcrumbs {
        font-size: 0.75rem;
    }

    .breadcrumbs .separator {
        margin: 0 0.25rem;
    }

    .stat-highlight {
        font-size: clamp(2rem, 8vw, 3rem);
    }

    /* Benefits mobile */
    .benefit-item {
        gap: 0.75rem;
        padding: 1rem;
    }

    .benefit-icon {
        width: 2rem;
        height: 2rem;
        font-size: 0.85rem;
    }

    /* CTA mobile */
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

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