/* Reforço Escolar - Premium Redesign */

/* Hero Section (Aligned with Index) */
.service-hero {
    height: 85vh;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: var(--white);
    padding-top: var(--header-height);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(0, 34, 68, 0.65) 0%,
            rgba(0, 34, 68, 0.45) 50%,
            rgba(0, 34, 68, 0.85) 100%);
    z-index: 1;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    filter: brightness(0.35) contrast(1.1);
}

/* Parallax Shapes */
.parallax-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 2;
    pointer-events: none;
}

.shape-1 {
    width: 150px;
    height: 150px;
    top: 15%;
    left: 10%;
}

.shape-2 {
    width: 250px;
    height: 250px;
    bottom: 10%;
    right: 5%;
    background: var(--secondary-glow);
}

.shape-3 {
    width: 100px;
    height: 100px;
    top: 40%;
    right: 15%;
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.hero-pretitle {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--secondary);
    font-weight: 800;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: none;
    padding: 0;
    border: none;
    border-radius: 0;
}

.hero-pretitle::before,
.hero-pretitle::after {
    content: '';
    width: 30px;
    height: 2px;
    background: var(--secondary);
}

/* Trust Elements */
.hero-trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 180, 0, 0.08);
    padding: 8px 18px;
    border-radius: 50px;
    margin-top: 15px;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 180, 0, 0.2);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.hero-trust-badge:hover {
    background: rgba(255, 180, 0, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 180, 0, 0.15);
}

.hero-trust-badge i {
    color: var(--secondary);
    font-size: 1.1rem;
    filter: drop-shadow(0 0 5px rgba(255, 180, 0, 0.3));
}

.hero-trust-badge span {
    color: var(--secondary);
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 1px;
    font-family: var(--font-heading);
}

.service-hero .hero-benefits-list {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 15px 0 35px;
    opacity: 0.7;
    /* Bem mais discreto */
}

.service-hero .hero-benefits-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--white);
    font-weight: 500;
    font-size: 0.85rem;
    /* Ainda menor, mais discreto */
    text-shadow: none;
}

.service-hero .hero-benefits-list li i {
    color: #25D366;
    font-size: 1rem;
    opacity: 0.9;
    filter: none;
}

@media (max-width: 768px) {
    .service-hero {
        height: auto;
        padding-top: calc(var(--header-height) + 100px) !important;
        padding-bottom: 120px !important;
        min-height: 85vh !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        top: 0 !important;
        /* Ensure no negative offset is inherited */
    }

    .hero-pretitle {
        margin-bottom: 20px !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: flex !important;
    }

    .service-hero h1 {
        font-size: 2.6rem !important;
        margin-bottom: 25px !important;
        min-height: auto !important;
        /* Allow collapse */
    }

    .hero-trust-badge {
        padding: 8px 20px;
        margin-top: 0;
        margin-bottom: 25px;
    }

    .hero-trust-badge i {
        font-size: 1.1rem;
    }

    .hero-trust-badge span {
        font-size: 0.75rem;
    }

    .hero-description {
        margin-bottom: 35px !important;
        padding: 0 10px;
        font-size: 1.1rem !important;
    }
}

.service-hero h1 {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 900;
    line-height: 1.2;
    /* Aumentado para dar respiro ao texto que 'pula' */
    margin-bottom: 30px;
    letter-spacing: -2px;
    color: var(--white);
    min-height: 2.4em;
    /* Reserva espaço para duas linhas fixas */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.txt-type {
    color: var(--secondary);
    font-weight: 800;
    text-shadow: 0 0 20px rgba(255, 180, 0, 0.3);
    display: inline-block;
    min-width: 1ch;
    /* Evita colapso total */
}

.hero-description {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    line-height: 1.6;
    max-width: 750px;
    margin: 0 auto 50px;
    opacity: 0.95;
    color: var(--gray-100);
}

/* Intro Section */
/* Intro Section - Premium Redesign */
.service-intro {
    padding: 100px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
    position: relative;
    overflow: hidden;
}

.service-intro::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, rgba(255, 180, 0, 0.1), rgba(255, 180, 0, 0));
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
}

.intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.intro-text h2 {
    font-size: 3rem;
    color: var(--primary);
    margin-bottom: 25px;
    line-height: 1.1;
    letter-spacing: -1px;
}

.intro-text h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 6px;
    background: var(--secondary);
    margin-top: 20px;
    border-radius: 3px;
}

.intro-text>p {
    font-size: 1.15rem;
    color: var(--gray-600);
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Premium Cards */
.intro-stats-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* Grid de 3 colunas fixas */
    gap: 20px;
    margin: 40px 0;
    align-items: center;
}

@media (max-width: 768px) {
    .intro-stats-bar {
        gap: 10px;
        margin: 30px 0;
    }
}

/* Stats Section V4 - Premium Dark Theme */
.stats-premium-v4 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: linear-gradient(135deg, #010811 0%, #02162b 100%);
    padding: 30px 40px;
    border-radius: 30px;
    margin-top: 45px;
    box-shadow: 0 20px 50px rgba(0, 8, 17, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    gap: 20px;
    flex-wrap: wrap;
}

.stat-card-v4 {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    min-width: 200px;
    padding: 10px;
}

.stat-icon-v4 {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    z-index: 1;
}

.stat-icon-v4.icon-blue {
    background: rgba(255, 180, 0, 0.15);
    color: var(--secondary);
    border: 1px solid rgba(255, 180, 0, 0.3);
}

.stat-icon-v4.icon-orange {
    background: rgba(255, 180, 0, 0.15);
    color: var(--secondary);
    border: 1px solid rgba(255, 180, 0, 0.3);
}

.stat-icon-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    filter: blur(15px);
    opacity: 0.5;
    z-index: -1;
}

.icon-blue .stat-icon-glow {
    background: var(--secondary);
}

.icon-orange .stat-icon-glow {
    background: var(--secondary);
}

.stat-content-v4 {
    display: flex;
    flex-direction: column;
}

.stat-value-v4 {
    display: flex;
    align-items: baseline;
    gap: 2px;
}

.stats-premium-v4 .stat-number-v2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--white);
    line-height: 1;
}

.unit-v4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--secondary);
}

.stat-label-v4 {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 5px;
}

/* Mobile Adjustments for Stats V4 */
@media (max-width: 768px) {
    .stats-premium-v4 {
        padding: 40px 25px;
        gap: 35px;
    }

    .stat-card-v4 {
        justify-content: flex-start;
        width: 100%;
    }

    .stats-premium-v4 .stat-number-v2 {
        font-size: 2.5rem;
    }
}

.benefit-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-top: 50px;
}

.benefit-card {
    background: var(--white);
    padding: 35px;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    /* Sombra suave inicial */
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Efeito Hover Premium */
.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 180, 0, 0.3);
    /* Borda amarela sutil */
}

.benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--secondary);
    transform: scaleY(0);
    transition: transform 0.4s ease;
    transform-origin: bottom;
}

.benefit-card:hover::before {
    transform: scaleY(1);
}

.benefit-card i {
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: 20px;
    display: inline-block;
    transition: transform 0.4s ease, color 0.3s ease;
}

.benefit-card:hover i {
    transform: scale(1.1) rotate(5deg);
    color: var(--secondary);
}


.benefit-card h3 {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 12px;
}

.benefit-card p {
    font-size: 0.95rem;
    color: #64748B;
    line-height: 1.5;
}

/* Image with Creative Shape */
.intro-image {
    position: relative;
    animation: fadeInRight 1s ease-out forwards;
    opacity: 0;
}

.intro-image img {
    border-radius: 40px 10px 40px 10px;
    /* Creative radius */
    box-shadow: 20px 20px 0 var(--secondary);
    /* Bold Solid Shadow */
    width: 100%;
    z-index: 2;
    position: relative;
    transition: transform 0.5s ease;
}

.intro-image:hover img {
    transform: translate(-5px, -5px);
    box-shadow: 25px 25px 0 var(--primary);
    /* Color shift on hover */
}

.intro-image::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px dashed var(--primary);
    border-radius: 40px 10px 40px 10px;
    top: -20px;
    left: -20px;
    z-index: 0;
    opacity: 0.3;
}

/* Animations Keyframes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.stat-label {
    font-size: 0.9rem;
    opacity: 0.9;
    letter-spacing: 0.5px;
}

/* Methodology Section - Version 2 (Modern & Dynamic) */
.methodology-container {
    margin-top: 100px;
    padding: 80px 60px;
    background: var(--primary);
    border-radius: 40px;
    position: relative;
    color: var(--white);
    overflow: hidden;
    box-shadow: 0 30px 100px rgba(0, 34, 68, 0.4);
}

.methodology-header {
    text-align: center;
    margin-bottom: 60px;
}

.methodology-header .badge {
    background: rgba(255, 180, 0, 0.1);
    color: var(--secondary);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid rgba(255, 180, 0, 0.2);
    display: inline-block;
    margin-bottom: 20px;
}

.methodology-header h2 {
    font-size: 3.5rem;
    color: var(--white);
    margin-bottom: 15px;
    letter-spacing: -2px;
}

.methodology-header p {
    font-size: 1.2rem;
    opacity: 0.8;
}

.methodology-grid-v2 {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.methodology-main-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 60px;
    border-radius: 32px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.methodology-main-card:hover {
    transform: translateY(-10px);
    border-color: rgba(255, 180, 0, 0.3);
    background: rgba(255, 255, 255, 0.05);
}

.card-glass-effect {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(255, 180, 0, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.methodology-icon-v2 {
    font-size: 3rem;
    color: var(--secondary);
    margin-bottom: 30px;
    display: block;
}

.methodology-main-card h3 {
    font-size: 2rem;
    color: var(--white);
    margin-bottom: 20px;
}

.methodology-main-card p {
    font-size: 1.1rem;
    line-height: 1.8;
    opacity: 0.9;
    margin-bottom: 35px;
}

.methodology-features {
    display: grid;
    gap: 15px;
}

.m-feat {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    font-weight: 500;
}

.m-feat i {
    color: var(--secondary);
    font-size: 1.2rem;
}

/* Stats Cards V2 */
.methodology-stats-v2 {
    display: grid;
    gap: 20px;
}

.stat-card {
    background: var(--white);
    padding: 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 25px;
    transition: all 0.4s;
    cursor: default;
}

.stat-card:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.stat-card i {
    font-size: 2rem;
    color: var(--primary);
    width: 60px;
    height: 60px;
    background: var(--gray-50);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-info {
    display: flex;
    flex-direction: column;
}

.stat-number-v2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
}

.plus {
    color: var(--secondary);
    font-size: 1.5rem;
    font-weight: 700;
    margin-left: 2px;
}

.stat-label-v2 {
    font-size: 0.9rem;
    color: var(--gray-600);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}

/* Math Shapes (Floating) */
.math-shape {
    position: absolute;
    font-size: 10rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.03);
    pointer-events: none;
    z-index: 1;
    font-family: serif;
}

.shape-a {
    top: -20px;
    right: 10%;
    animation: float 8s infinite ease-in-out;
}

.shape-b {
    bottom: -40px;
    left: 5%;
    animation: float 12s infinite ease-in-out reverse;
}

.shape-c {
    top: 40%;
    right: -30px;
    animation: float 10s infinite ease-in-out 2s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-30px) rotate(10deg);
    }
}

@media (max-width: 992px) {
    .methodology-container {
        padding: 60px 30px;
    }

    .methodology-grid-v2 {
        grid-template-columns: 1fr;
    }

    .methodology-header h2 {
        font-size: 2.5rem;
    }
}

/* Pricing Section - Premium */
.pricing-section {
    padding: 100px 0;
    min-height: 100vh;
    background: linear-gradient(180deg, var(--white) 0%, #f0f4f8 100%);
    position: relative;
    overflow: hidden;
}

.pricing-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background-image: radial-gradient(var(--gray-200) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.15;
    pointer-events: none;
    z-index: 0;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    max-width: 1000px;
    margin: 60px auto 0;
    position: relative;
    z-index: 1;
}

.price-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    padding: 60px 40px;
    border-radius: 40px;
    box-shadow: 0 10px 30px rgba(0, 34, 68, 0.04), 0 30px 60px rgba(0, 34, 68, 0.08);
    /* Multi-layered depth */
    border: 1px solid rgba(255, 255, 255, 0.8);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: visible;
}

.price-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(0, 212, 255, 0.05), transparent 70%);
    z-index: 0;
    border-radius: 40px;
    pointer-events: none;
}

.price-card:hover {
    transform: translateY(-20px) scale(1.02);
    box-shadow: 0 40px 80px rgba(0, 34, 68, 0.15), 0 0 20px rgba(255, 180, 0, 0.1);
    border-color: rgba(255, 180, 0, 0.4);
}

/* Featured Card (Pacote) */
.price-card.featured {
    border: 2px solid var(--secondary);
    background: linear-gradient(135deg, rgba(255, 253, 240, 0.95), rgba(255, 255, 255, 0.9));
    transform: scale(1.05);
    box-shadow: 0 25px 70px rgba(255, 180, 0, 0.25), 0 0 40px rgba(255, 180, 0, 0.15);
    z-index: 2;
}

.price-card.featured::after {
    background: radial-gradient(circle at top right, rgba(255, 180, 0, 0.1), transparent 70%);
}

.price-card.featured:hover {
    transform: scale(1.07) translateY(-20px);
    box-shadow: 0 45px 90px rgba(255, 180, 0, 0.35);
}

.featured-tag {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--secondary);
    color: var(--primary);
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(255, 180, 0, 0.3);
}

.home-service-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, #4CAF50, #45a049);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(76, 175, 80, 0.3);
    display: flex;
    align-items: center;
    gap: 8px;
}

.home-service-badge i {
    font-size: 1rem;
}


.price-card h3 {
    font-size: 1.5rem;
    color: var(--primary);
    margin-bottom: 20px;
    font-weight: 700;
}

.price-old {
    text-decoration: line-through;
    color: var(--gray-400);
    font-size: 1rem;
    margin-bottom: 5px;
}

.price-tag {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
}

.price-container {
    margin: 10px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price-tag span {
    font-size: 1rem;
    font-weight: 500;
    color: var(--gray-500);
    align-self: flex-end;
    margin-bottom: 8px;
}

.card-header-icon {
    width: 70px;
    height: 70px;
    background: var(--white);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--primary);
    margin-bottom: 30px;
    transition: all 0.4s ease;
    border: 1px solid var(--gray-100);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
}

.price-card:hover .card-header-icon {
    background: var(--primary);
    color: var(--secondary);
    transform: rotate(-10deg) scale(1.15);
    box-shadow: 0 15px 30px rgba(0, 34, 68, 0.3), 0 0 15px var(--secondary-glow);
}

.secure-info {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #27ae60;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    background: rgba(39, 174, 96, 0.08);
    padding: 6px 15px;
    border-radius: 50px;
}

.btn-glow-v2 {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.btn-glow-v2:hover {
    box-shadow: 0 12px 30px rgba(0, 34, 68, 0.35);
    transform: translateY(-5px) scale(1.05);
}

/* Ensure solid buttons correctly use white text */
.btn-primary.btn-glow-v2 {
    background: var(--primary);
    color: var(--white) !important;
}

/* Solid Action Buttons (High Conversion) */
.price-card .btn-outline-primary {
    background: var(--primary);
    color: var(--white) !important;
    border: 2px solid var(--primary);
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(0, 54, 108, 0.2);
}

.price-card .btn-outline-primary:hover {
    background: #004494;
    /* Darker blue on hover */
    border-color: #004494;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 54, 108, 0.3);
}

/* Featured Button (Gold) */
.price-card.featured .btn-primary {
    background: var(--secondary);
    color: var(--primary) !important;
    border: 2px solid var(--secondary);
    font-weight: 800;
    font-size: 1.1rem;
    padding: 15px 35px;
    box-shadow: 0 4px 15px rgba(255, 180, 0, 0.3);
}

.price-card.featured .btn-primary:hover {
    background: #FFC800;
    /* Brighter gold */
    border-color: #FFC800;
    color: var(--primary) !important;
    transform: scale(1.05) translateY(-3px);
    box-shadow: 0 15px 35px rgba(255, 180, 0, 0.5);
}

/* Premium Trust Bar */
.pricing-trust-bar {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    background: var(--white);
    padding: 25px;
    border-radius: 25px;
    box-shadow: 0 10px 40px rgba(0, 34, 68, 0.04);
    border: 1px solid var(--gray-100);
}

.trust-badge-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 20px;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.trust-badge-item:hover {
    background: var(--gray-50);
    transform: translateY(-3px);
}

.trust-badge-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.icon-secure {
    background: rgba(43, 211, 102, 0.1);
    color: #2ecc71;
}

.icon-support {
    background: rgba(0, 34, 68, 0.1);
    color: var(--primary);
}

.icon-quality {
    background: rgba(255, 180, 0, 0.1);
    color: var(--secondary);
}

.trust-badge-text {
    display: flex;
    flex-direction: column;
}

.trust-badge-text strong {
    font-size: 0.95rem;
    color: var(--primary);
    font-weight: 700;
}

.trust-badge-text span {
    font-size: 0.8rem;
    color: var(--gray-600);
}

@media (max-width: 768px) {
    .pricing-trust-bar {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }

    .trust-badge-item {
        width: 100%;
    }
}

.price-card>p {
    color: var(--gray-600);
    margin-bottom: 30px;
    font-size: 0.95rem;
    max-width: 80%;
}

.price-features {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    width: 100%;
    text-align: left;
}

.price-features li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    color: var(--gray-700);
    font-size: 1rem;
    display: flex;
    align-items: center;
}

.price-features li:last-child {
    border-bottom: none;
}

.price-features li i {
    color: var(--secondary);
    margin-right: 15px;
    font-size: 1.1rem;
    min-width: 25px;
}

.price-card .btn {
    width: 100%;
    margin-top: auto;
    border-radius: 12px;
    padding: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Responsive Pricing */
@media (max-width: 768px) {
    .price-card.featured {
        transform: scale(1);
    }

    .price-card.featured:hover {
        transform: translateY(-10px);
    }
}

/* Location Section - Version 2 (Modern & Professional) */
.location-premium-v2 {
    position: relative;
    padding: 60px 0 120px 0;
    /* Reduzido padding-top para 60px */
    background: var(--white);
    overflow: hidden;
}

.location-bg-blobs {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.location-bg-blobs .blob {
    position: absolute;
    filter: blur(80px);
    border-radius: 50%;
    opacity: 0.15;
}

.blob-1 {
    top: -10%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: transparent;
    /* Removido efeito amarelo */
}

.blob-2 {
    bottom: -10%;
    right: -5%;
    width: 500px;
    height: 500px;
    background: var(--primary);
}

.location-grid-v2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.location-image-wrapper {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    height: 600px;
    border: 1px solid var(--secondary);
    /* Borda mais fina (1px) */
}

.main-location-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease;
}

.location-image-wrapper:hover .main-location-img {
    transform: scale(1.05);
}

.image-overlay-v2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    background: linear-gradient(to top, rgba(0, 34, 68, 0.8), transparent);
    display: flex;
    justify-content: flex-start;
}

.badge-premium {
    background: var(--secondary);
    color: var(--primary);
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 20px rgba(255, 180, 0, 0.3);
}

.location-card-v2 {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 60px;
    border-radius: 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}

.card-glass-header {
    margin-bottom: 40px;
}

.location-pre-title {
    color: var(--secondary);
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 10px;
}

.location-card-v2 h2 {
    font-size: 3rem;
    color: var(--primary);
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.title-underline {
    width: 60px;
    height: 4px;
    background: var(--secondary);
    border-radius: 2px;
}

.location-items-v2 {
    display: grid;
    gap: 30px;
    margin-bottom: 40px;
}

.loc-item-v2 {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.loc-icon-v2 {
    width: 50px;
    height: 50px;
    background: var(--gray-50);
    color: var(--primary);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
    transition: all 0.3s;
    border: 1px solid var(--gray-100);
}

/* Location Redesign V3 - High Contrast & Clean */
/* Location Redesign V4 - World-Class & Premium */
.location-card-premium-v4 {
    background: var(--white);
    padding: 60px;
    border-radius: 40px;
    box-shadow: 0 30px 60px rgba(0, 34, 68, 0.05);
    border: 1px solid rgba(0, 34, 68, 0.03);
    position: relative;
    overflow: hidden;
}

.loc-header-v4 {
    margin-bottom: 45px;
    text-align: left;
}

.loc-label-v4 {
    display: inline-block;
    background: rgba(255, 180, 0, 0.1);
    color: var(--secondary);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.loc-title-v4 {
    font-size: 2.2rem !important;
    color: var(--primary) !important;
    font-weight: 900 !important;
    letter-spacing: -1.5px !important;
    line-height: 1.1 !important;
}

.loc-address-block-v4 {
    display: flex;
    gap: 30px;
    margin-bottom: 45px;
    align-items: flex-start;
}

.loc-icon-v4 {
    width: 70px;
    height: 70px;
    background: var(--primary);
    color: var(--white);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 15px 30px rgba(0, 34, 68, 0.15);
    flex-shrink: 0;
}

.loc-address-content-v4 {
    flex: 1;
}

.loc-tag-v4 {
    color: var(--secondary);
    font-weight: 800;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 8px;
}

.loc-main-address-v4 {
    font-size: 2.2rem !important;
    font-weight: 900 !important;
    color: var(--primary) !important;
    line-height: 1.1 !important;
    margin-bottom: 8px !important;
    letter-spacing: -1px !important;
}

.loc-sub-address-v4 {
    font-size: 1.2rem;
    color: var(--gray-600);
    font-weight: 500;
    margin-bottom: 15px;
}

.loc-landmark-v4 {
    font-size: 1.1rem;
    color: var(--primary);
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--gray-50);
    padding: 15px 25px;
    border-radius: 12px;
    border: 1px dashed var(--gray-250);
}

.loc-landmark-v4 i {
    color: var(--secondary);
    font-size: 1.3rem;
}

.loc-info-row-v4 {
    padding: 25px;
    background: var(--gray-50);
    border-radius: 20px;
    margin-bottom: 40px;
}

.loc-info-item-v4 {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1.15rem;
    color: var(--gray-700);
    font-weight: 600;
}

.loc-info-item-v4 i {
    color: var(--primary);
    font-size: 1.5rem;
}

.loc-map-v4 {
    width: 100%;
    height: 300px;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid var(--gray-200);
    margin-top: 30px;
}

/* Mobile Adjustments for V4 - High End Visuals */
@media (max-width: 768px) {
    .location-card-premium-v4 {
        padding: 40px 20px;
        text-align: center;
    }

    .loc-title-v4 {
        font-size: 1.8rem !important;
    }

    .loc-address-block-v4 {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .loc-main-address-v4 {
        font-size: 1.8rem !important;
    }

    .loc-icon-v4 {
        width: 55px;
        height: 55px;
        font-size: 1.4rem;
        margin: 0 auto;
        border-radius: 18px;
    }
}

.btn-full {
    width: 100%;
}

@media (max-width: 1200px) {
    .location-image-wrapper {
        height: 500px;
    }
}

@media (max-width: 992px) {
    .location-grid-v2 {
        grid-template-columns: 1fr;
        gap: 40px;
        display: flex;
        flex-direction: column-reverse;
        /* Inverter ordem: Texto primeiro, Imagem depois */
    }

    .location-image-wrapper {
        height: 400px;
    }

    .location-card-v2 {
        padding: 40px;
    }

    .location-card-v2 h2 {
        font-size: 2.5rem;
    }
}

/* FAQ Section - Version 2 (Premium & Dynamic) */
.faq-premium-v2 {
    padding: 120px 0;
    background: var(--primary);
    position: relative;
    overflow: hidden;
}

.faq-header-v2 {
    text-align: center;
    margin-bottom: 60px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.faq-header-v2 .badge-v2 {
    display: inline-block;
    background: rgba(255, 180, 0, 0.1);
    color: var(--secondary);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 180, 0, 0.2);
}

.faq-header-v2 h2 {
    font-size: 3.5rem;
    color: var(--white);
    margin-bottom: 15px;
    letter-spacing: -2px;
}

.title-divider-v2 {
    width: 60px;
    height: 4px;
    background: var(--secondary);
    margin: 0 auto 20px;
    border-radius: 2px;
}

.faq-header-v2 p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
}

.faq-accordion-v2 {
    display: grid;
    gap: 15px;
}

.faq-item-v2 {
    background: var(--white);
    border-radius: 24px;
    border: 1px solid rgba(0, 34, 68, 0.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

/* Blog Section (Replicated & Optimized for Mobile Carousel) */
.blog-preview {
    background-color: var(--white);
    /* Light background for contrast against Dark FAQ */
    position: relative;
    padding-top: 80px;
    padding-bottom: 100px;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.blog-card {
    background: var(--white);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid var(--gray-100);
}

.blog-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.blog-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-card:hover .blog-image img {
    transform: scale(1.15);
}

.blog-category {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--secondary);
    color: var(--primary);
    font-size: 0.75rem;
    font-weight: 800;
    padding: 8px 16px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 5;
}

.blog-content {
    padding: 30px;
}

.blog-content h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: var(--primary);
    line-height: 1.3;
    font-weight: 700;
}

.blog-content p {
    font-size: 0.95rem;
    color: var(--gray-600);
    margin-bottom: 25px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.read-more {
    font-weight: 700;
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.read-more i {
    color: var(--secondary);
    transition: transform 0.3s ease;
}

.read-more:hover i {
    transform: translateX(5px);
}

/* Mobile Carousel Logic */
@media (max-width: 768px) {
    .blog-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 20px;
        padding-bottom: 30px;
        /* Space for shadow/scroll */
        margin-left: -15px;
        /* Edge to edge effect */
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-overflow-scrolling: touch;
    }

    .blog-card {
        flex: 0 0 88%;
        /* Shows peek of next card */
        width: 88%;
        scroll-snap-align: center;
        margin-bottom: 15px;
        /* Shadow clearance */
    }
}



.faq-item-v2:hover {
    border-color: var(--secondary);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 34, 68, 0.08);
}

.faq-btn-v2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: all 0.3s;
}

.faq-title-v2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--primary);
    font-family: var(--font-heading);
}

.faq-icon-v2 {
    width: 40px;
    height: 40px;
    background: var(--gray-50);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    transition: all 0.4s;
    font-size: 0.9rem;
}

.faq-item-v2.active {
    border-color: var(--secondary);
    background: var(--white);
}

.faq-item-v2.active .faq-icon-v2 {
    background: var(--secondary);
    color: var(--primary);
    transform: rotate(45deg);
}

.faq-content-v2 {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-body-v2 {
    padding: 0 40px 40px;
    color: var(--gray-600);
    line-height: 1.8;
    font-size: 1.1rem;
}

/* Teachers Grid (Replicated from Index) */
.teachers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 450px));
    gap: 40px;
    margin-top: 50px;
    justify-content: center;
}

.teacher-card {
    background: var(--white);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 34, 68, 0.08);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 1px solid rgba(0, 34, 68, 0.05);
    position: relative;
    transform-style: preserve-3d;
}

.teacher-card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}

.teacher-visual {
    height: 380px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    background: transparent;
}

.teacher-bg {
    display: none;
}

.teacher-img-wrapper {
    position: relative;
    z-index: 3;
    width: 90%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition: transform 0.4s ease;
}

.teacher-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.teacher-card:hover .teacher-img {
    transform: scale(1.1);
}

.teacher-info {
    padding: 30px;
    position: relative;
    z-index: 5;
    background: var(--white);
    text-align: left;
}

.teacher-info h3 {
    margin-bottom: 8px;
    color: var(--primary);
    font-size: 1.5rem;
    font-weight: 800;
}

.teacher-info p {
    font-size: 0.95rem;
    color: var(--gray-600);
    line-height: 1.6;
    margin-bottom: 20px;
}

.teacher-info h3::after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: var(--secondary);
    margin-top: 8px;
    border-radius: 2px;
}

.teacher-social {
    display: flex;
    gap: 15px;
}

.social-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--gray-100);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    font-size: 1rem;
}

.social-icon:hover {
    background: var(--primary);
    color: var(--white);
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .faq-premium-v2 {
        padding: 80px 0;
    }

    .faq-header-v2 h2 {
        font-size: 2.5rem;
    }

    .faq-btn-v2 {
        padding: 25px 30px;
    }

    .faq-title-v2 {
        font-size: 1.1rem;
        padding-right: 15px;
    }

    .faq-body-v2 {
        padding: 0 30px 30px;
        font-size: 1rem;
    }
}

/* Responsive Typography */
@media (max-width: 768px) {
    .service-hero {
        height: 73vh;
        min-height: 520px;
        padding-top: calc(var(--header-height) + 12px);
        padding-bottom: 50px;
    }

    .service-hero h1 {
        font-size: 2.5rem;
        /* Smaller on mobile */
        margin-bottom: 20px;
    }

    .hero-pretitle {
        font-size: 0.8rem;
        margin-bottom: 15px;
    }

    .hero-description {
        font-size: 1rem;
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .intro-grid {
        grid-template-columns: 1fr;
        text-align: center;
        /* Center align on mobile */
    }

    .intro-text h2::after {
        margin: 10px auto;
        /* Center divider on mobile */
    }
}

/* Typewriter Cursor Fix */
.txt-type>.wrap {
    color: var(--secondary);
    border-right: 0.08em solid var(--secondary);
}

.service-hero h1 span.txt-type {
    color: var(--secondary);
}

/* Other Programs Section */
.other-programs-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
    position: relative;
    overflow: hidden;
}

.programs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    margin-top: 50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.program-card {
    background: var(--white);
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0, 34, 68, 0.08);
    border: 2px solid transparent;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.program-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 34, 68, 0.15);
    border-color: var(--secondary);
}

.program-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: fit-content;
}

.enem-badge {
    background: rgba(0, 34, 68, 0.1);
    color: var(--primary);
}

.ai-badge {
    background: rgba(255, 180, 0, 0.1);
    color: var(--secondary);
}

.program-card h3 {
    font-size: 1.8rem;
    color: var(--primary);
    font-weight: 800;
    margin: 0;
}

.program-card p {
    color: var(--gray-600);
    line-height: 1.7;
    font-size: 1rem;
    margin: 0;
    flex-grow: 1;
}

.program-card .btn {
    margin-top: 10px;
    width: 100%;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.program-card .btn i {
    transition: transform 0.3s ease;
}

.program-card:hover .btn i {
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .other-programs-section {
        padding: 60px 0;
    }

    .programs-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .program-card {
        padding: 30px;
    }


    .program-card h3 {
        font-size: 1.5rem;
    }
}