.hero-section {
    padding: 40px 0px 0px;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
}

.hero-left {
    padding: 0 !important;
}

.hero-title {
    font-size: 41px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 15px;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 18px;
    color: var(--text-gray, #666);
    margin-bottom: 25px;
    line-height: 1.5;
}

.hero-content {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 70px;
    align-items: start;
    position: relative;
    z-index: 2;
}

.trust-badges-large {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.trust-badge-large {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    text-decoration: none;
    transition: all .3s;
    flex: 1;
}

.trust-badge-large:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(0,166,81,.15);
}

.trust-badge-large img {
    width: 70px !important;
    height: auto;
    object-fit: contain;
}

.trust-info-large {
    flex: 1;
}

.stars-large {
    color: #FFB800;
    font-size: 16px !important;
    letter-spacing: 2px;
    margin-bottom: 4px;
}

.rating-large {
    font-size: 18px !important;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 2px;
}

.reviews-large {
    font-size: 12px !important;
    color: var(--text-gray, #666);
    font-weight: 600;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}

.team-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,.08);
    transition: transform .3s;
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,166,81,.15);
}

.team-card img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    transition: transform var(--transition-slow);
}

.team-card:hover img {
    transform: scale(1.08);
}

.team-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    background: var(--gradient-overlay);
    color: var(--white);
    transition: all var(--transition-base);
}

.team-name {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.team-title {
    font-size: 12px;
    color: #ffffff;
    opacity: 0.95;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.stat-item {
    text-align: center;
    padding: 24px;
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.stat-item:hover {
    border-color: var(--primary-green);
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}

.stat-number {
    font-size: 38px;
    font-weight: 800;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
    line-height: 1;
}

.stat-label {
    font-size: 14px;
    color: var(--text-medium);
    font-weight: 600;
}

.treatment-section {
    position: relative;
    padding: 70px 20px 80px;
}

.treatment-section:nth-child(even) {
    background: #fff;
}

.treatment-section:nth-child(odd) {
    background: var(--bg-light, #f8f9fa);
}

.section-number {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 200px;
    font-weight: 900;
    color: rgba(0,0,0,.03);
    line-height: 1;
    pointer-events: none;
    z-index: 0;
}

.section-header-revolutionary {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 70px;
    position: relative;
    z-index: 1;
}

.section-category-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, rgba(0,166,81,.1), rgba(0,168,216,.1));
    border: 2px solid var(--primary-green);
    color: var(--primary-green);
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-category-badge.aesthetic {
    border-color: var(--primary-blue);
    color: var(--primary-blue);
}

.section-category-badge.dental {
    background: linear-gradient(135deg, var(--primary-green), var(--primary-blue));
    border: none;
    color: #fff;
}

.badge-icon {
    width: 24px;
    height: 24px;
}

.section-title-revolutionary {
    margin-bottom: 20px;
}

.title-highlight {
    display: block;
    font-size: 32px;
    font-weight: 900;
    background: linear-gradient(135deg, var(--primary-green), var(--primary-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.title-main {
    display: block;
    font-size: 36px;
    font-weight: 900;
    color: var(--text-dark);
    line-height: 1.2;
}

.section-description-box {
    background: linear-gradient(135deg, #fff, var(--bg-light, #f8f9fa));
    padding: 30px 40px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0,0,0,.08);
    border-left: 6px solid var(--primary-green);
    margin-top: 30px;
}

.section-description-box p {
    font-size: 18px;
    line-height: 1.9;
    color: #444;
    margin: 0;
    font-weight: 500;
}

.techniques-grid,
.treatments-grid,
.dental-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.technique-badge-rev,
.treatment-badge-rev,
.dental-badge-rev {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--primary-green), #008a43);
    color: #fff;
    padding: 8px 25px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 6px 20px rgba(0,166,81,.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 10;
}

.technique-featured,
.treatment-featured,
.dental-featured {
    border-color: var(--primary-green) !important;
    background: linear-gradient(135deg, #fff 0%, #f0fff4 100%) !important;
}

.technique-card-rev,
.treatment-card-rev,
.dental-card-rev {
    background: #fff;
    border-radius: 24px;
    padding: 40px 30px;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    transition: all .3s;
    position: relative;
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.technique-card-rev:hover,
.treatment-card-rev:hover,
.dental-card-rev:hover {
    transform: translateY(-10px);
    border-color: var(--primary-green);
    box-shadow: 0 20px 60px rgba(0,0,0,.15);
}

.technique-card-rev h3,
.treatment-card-rev h3,
.dental-card-rev h3 {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 10px;
    color: var(--text-dark);
}

.technique-card-rev p,
.treatment-card-rev p,
.dental-card-rev p {
    font-size: 14px;
    text-align: center;
    color: var(--text-gray, #666);
    margin-bottom: 25px;
    line-height: 1.6;
}

.technique-features-rev,
.treatment-features-rev,
.dental-features-rev {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    width: fit-content;
}

.technique-features-rev li,
.treatment-features-rev li,
.dental-features-rev li {
    padding: 10px 0 10px 30px;
    position: relative;
    font-size: 15px;
    color: var(--text-dark);
    line-height: 1.5;
}

.technique-features-rev li::before,
.treatment-features-rev li::before,
.dental-features-rev li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: var(--primary-green);
    font-weight: 800;
    font-size: 18px;
}

@media (max-width: 1200px) {
    .team-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .hero-left {
        text-align: center;
    }

    .hero-subtitle {
        display: contents;
    }

    .trust-badges-large {
        margin-top: 15px;
    }

    .team-card img {
        object-position: center 0%;
    }
}

@media (min-width: 600px) and (max-width: 1200px) {
    .trust-badges-large {
        align-items: center;
    }

    .trust-badge-large {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .trust-badge-large img {
        margin: 0;
    }

    .trust-info-large {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 920px) {
    .techniques-grid,
    .treatments-grid,
    .dental-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .techniques-grid > *:nth-child(3),
    .treatments-grid > *:nth-child(odd):last-child,
    .dental-grid > *:nth-child(odd):last-child {
        grid-column: 1 / -1;
        max-width: 400px;
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .team-grid {
        grid-template-columns: 1fr;
    }

    .hero-section .team-card {
        display: none;
    }

    .hero-section .team-card.mobile-featured {
        display: block;
    }

    .hero-stats {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .section-number {
        font-size: 100px;
        top: 20px;
        right: 20px;
    }

    .title-highlight {
        font-size: 22px;
    }

    .title-main {
        font-size: 32px;
    }

    .section-description-box {
        padding: 20px 25px;
    }

    .section-description-box p {
        font-size: 15px;
    }

    .trust-badge-large img {
        width: 55px !important;
        height: auto;
    }

    .trust-badge-large {
        width: 60px !important;
        padding: 2px 10px;
    }

    .rating-large {
        font-size: 12px !important;
    }
}

@media (max-width: 500px) {
    .techniques-grid,
    .treatments-grid,
    .dental-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 28px;
    }

    .hero-subtitle {
        font-size: 15px;
    }

    .team-card img {
        height: 350px;
    }
}