﻿/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   RAM DAS LONDRINA â€” TEMPLO DE LUZ
   Design espiritual celestial Â· VersÃ£o refinada
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* â”€â”€ RESET â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-tap-highlight-color: transparent; }
body {
    font-family: 'Inter', sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.75;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; display: block; }
button { font-family: inherit; }
::selection { background: rgba(155,107,191,.25); color: var(--purple-dark); }

/* â”€â”€ TOKENS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
:root {
    --purple-deep:    #4A1F75;
    --purple-dark:    #5C2D8A;
    --purple-mid:     #7B4FA0;
    --purple-light:   #9B6BBF;
    --lavender:       #BEA0D2;
    --lavender-pale:  #E8D5F5;
    --rose:           #E8B4D4;
    --cream:          #FFF8EE;
    --gold:           #C9933A;
    --gold-light:     #F0C97A;
    --gold-pale:      #FAEBC8;
    --white:          #FFFFFF;
    --bg:             #FDFBFF;
    --bg-soft:        #F7F2FD;
    --bg-mist:        #F2EAFA;
    --text:           #2E1A47;
    --text-soft:      #4D3A6B;
    --text-muted:     #7B6090;

    --grad-purple:  linear-gradient(135deg, #5C2D8A 0%, #9B6BBF 50%, #BEA0D2 100%);
    --grad-mystic:  linear-gradient(135deg, #7B4FA0 0%, #BEA0D2 50%, #F0C97A 100%);
    --grad-gold:    linear-gradient(135deg, #C9933A 0%, #F0C97A 100%);
    --grad-aurora:  radial-gradient(ellipse at top, #F2EAFA 0%, #FDFBFF 60%);
    --grad-text:    linear-gradient(135deg, #5C2D8A 0%, #9B6BBF 60%, #C9933A 100%);

    --sh-xs:   0 1px 4px rgba(123,79,160,.08);
    --sh-s:    0 2px 12px rgba(123,79,160,.10);
    --sh-m:    0 8px 32px rgba(123,79,160,.14);
    --sh-l:    0 16px 56px rgba(123,79,160,.20);
    --sh-xl:   0 24px 80px rgba(92,45,138,.25);

    --r-s:    12px;
    --r-m:    20px;
    --r-l:    28px;
    --r-pill: 999px;

    --ease-out:    cubic-bezier(.16,1,.3,1);
    --ease-soft:   cubic-bezier(.4,0,.2,1);
    --ease-bounce: cubic-bezier(.34,1.56,.64,1);
    --t-fast: .25s var(--ease-soft);
    --t-base: .4s var(--ease-out);
    --t-slow: .8s var(--ease-out);
}

/* â”€â”€ UTILITÃRIOS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.container { max-width: 1240px; margin: 0 auto; padding: 0 2rem; position: relative; z-index: 1; }
.gradient-text {
    background: var(--grad-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.fade-in { opacity: 0; transform: translateY(40px); transition: opacity .9s var(--ease-out), transform .9s var(--ease-out); }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* â”€â”€ BARRA DE PROGRESSO â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.scroll-progress {
    position: fixed; top: 0; left: 0;
    height: 3px; width: 0;
    background: linear-gradient(90deg, var(--purple-dark), var(--purple-light), var(--gold-light));
    box-shadow: 0 0 16px rgba(155,107,191,.7);
    z-index: 2000; transition: width .12s linear;
    border-radius: 0 3px 3px 0;
}

/* â”€â”€ CURSOR GLOW â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.cursor-glow {
    position: fixed; top: 0; left: 0;
    width: 420px; height: 420px; border-radius: 50%;
    background: radial-gradient(circle, rgba(190,160,210,.18) 0%, rgba(155,107,191,.06) 35%, transparent 70%);
    transform: translate(-50%,-50%);
    pointer-events: none; z-index: 9999;
    opacity: 0; transition: opacity .6s ease;
    mix-blend-mode: multiply;
}

/* â”€â”€ PARTÃCULAS DE FUNDO â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.particles-container {
    position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden;
    background:
        radial-gradient(ellipse at 15% 20%, rgba(190,160,210,.16) 0%, transparent 55%),
        radial-gradient(ellipse at 85% 75%, rgba(240,201,122,.10) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 50%, rgba(232,213,245,.08) 0%, transparent 70%);
}
.particles-container::before {
    content: ''; position: absolute; inset: 0;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(155,107,191,.04) 1px, transparent 1px),
        radial-gradient(circle at 70% 60%, rgba(201,147,58,.04) 1px, transparent 1px);
    background-size: 90px 90px, 130px 130px;
    opacity: .8;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   NAVBAR â€” PORTAL ENCANTADO
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.navbar {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    padding: 1.5rem 0;
    background: transparent;
    transition: padding var(--t-base), top var(--t-base);
}

.navbar.scrolled {
    padding: 1rem 0;
    top: 1rem;
}
.navbar.hidden { transform: translateY(-100%); transition: transform .45s var(--ease-out); }

.nav-container {
    max-width: 1240px; margin: 0 auto; padding: 0 2rem;
    display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
    background: rgba(74, 31, 117, 0.15);
    border-radius: 60px;
    padding: 1rem 2.5rem;
    border: 1px solid rgba(155, 107, 191, 0.25);
    box-shadow: 0 8px 32px rgba(74, 31, 117, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: visible;
}

.nav-container::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 62px;
    background: linear-gradient(135deg, 
        rgba(155, 107, 191, 0.3) 0%,
        rgba(240, 201, 122, 0.2) 50%,
        rgba(155, 107, 191, 0.3) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    filter: blur(8px);
}

.navbar.scrolled .nav-container::before {
    opacity: 0;
}

.navbar.scrolled .nav-container {
    background: rgb(107 57 155 / 90%);
    border-color: rgb(46 45 47 / 25%);
    box-shadow: 0 8px 32px rgba(74, 31, 117, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transform: scale(1);
    padding: 1rem 2.5rem;
}

.logo-container {
    display: flex; align-items: center; gap: .9rem;
    text-decoration: none; flex-shrink: 0;
    transition: transform var(--t-fast);
}
.logo-container:hover { transform: translateY(-2px); }

.logo-image {
    height: 60px;
    width: auto;
    display: block;
    filter: drop-shadow(0 2px 8px rgba(155,107,191,.4));
    transition: all var(--t-base);
}
.logo-container:hover .logo-image {
    filter: drop-shadow(0 4px 16px rgba(155,107,191,.7));
    transform: scale(1.05);
}

.nav-menu {
    display: flex; align-items: center; gap: .25rem;
    list-style: none;
}
.nav-menu li { position: relative; }

.nav-link {
    position: relative; display: flex; align-items: center;
    padding: .7rem 1.5rem; border-radius: 50px;
    text-decoration: none; font-size: .92rem; font-weight: 500;
    color: rgba(255, 255, 255, 0.95); overflow: hidden;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    transition: all var(--t-base);
    border: 1px solid transparent;
}
.nav-link-glow {
    display: none;
}
.nav-link-text { position: relative; z-index: 1; transition: color var(--t-fast); }

.nav-link::after {
    content: '';
    display: none;
}

.nav-link:hover .nav-link-text,
.nav-link.active .nav-link-text { 
    color: rgba(255, 255, 255, 1); 
    font-weight: 600;
}

.mobile-toggle {
    display: none; flex-direction: column; gap: 6px;
    background: none; border: none; cursor: pointer;
    padding: .55rem; z-index: 1001;
    width: 44px; height: 44px;
    align-items: center; justify-content: center;
}
.toggle-line {
    display: block; width: 26px; height: 2.5px; border-radius: 3px;
    background: var(--grad-purple);
    transition: transform .4s var(--ease-bounce), opacity .3s ease, width .3s ease;
    box-shadow: 0 1px 4px rgba(123,79,160,.3);
}
.mobile-toggle.active .toggle-line:nth-child(1) { transform: rotate(45deg) translate(6px, 6px); }
.mobile-toggle.active .toggle-line:nth-child(2) { opacity: 0; transform: translateX(-14px); }
.mobile-toggle.active .toggle-line:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   HERO â€” ENTRADA MÃGICA E IMPACTANTE
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 8rem 2rem 4rem;
    background: radial-gradient(ellipse at top, #3a1f5d 0%, #2a1545 40%, #1a0e2e 100%),
                linear-gradient(135deg, #2a1545 0%, #1a0e2e 50%, #0f0820 100%);
    background-size: 100% 100%, 400% 400%;
    animation: gradientFlow 25s ease infinite;
}

/* Poeira estelar mÃ­stica */
.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(2px 2px at 10% 15%, rgba(240, 201, 122, 0.6), transparent),
        radial-gradient(1px 1px at 25% 35%, rgba(255, 255, 255, 0.4), transparent),
        radial-gradient(2px 2px at 40% 55%, rgba(190, 160, 210, 0.5), transparent),
        radial-gradient(1px 1px at 60% 25%, rgba(240, 201, 122, 0.7), transparent),
        radial-gradient(2px 2px at 75% 70%, rgba(232, 213, 245, 0.5), transparent),
        radial-gradient(1px 1px at 85% 45%, rgba(255, 255, 255, 0.5), transparent),
        radial-gradient(2px 2px at 15% 80%, rgba(201, 147, 58, 0.6), transparent),
        radial-gradient(1px 1px at 90% 90%, rgba(190, 160, 210, 0.4), transparent);
    background-size: 200% 200%, 250% 250%, 180% 180%, 220% 220%, 190% 190%, 240% 240%, 210% 210%, 230% 230%;
    background-position: 0% 0%;
    animation: starDust 40s ease-in-out infinite;
    opacity: 0.6;
    z-index: 1;
}

@keyframes starDust {
    0%, 100% { 
        background-position: 0% 0%, 10% 20%, 30% 50%, 70% 30%, 80% 75%, 90% 50%, 20% 85%, 95% 95%;
    }
    50% { 
        background-position: 100% 100%, 90% 80%, 70% 50%, 30% 70%, 20% 25%, 10% 50%, 80% 15%, 5% 5%;
    }
}

@keyframes gradientFlow {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* Canvas de fundo */
.hero-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Raios de luz divina */
.hero-particles {
    position: absolute;
    inset: 0;
    z-index: 2;
    background-image:
        linear-gradient(135deg, transparent 40%, rgba(201, 147, 58, 0.15) 50%, transparent 60%),
        linear-gradient(45deg, transparent 45%, rgba(155, 107, 191, 0.12) 55%, transparent 65%),
        radial-gradient(ellipse at 30% 20%, rgba(240, 201, 122, 0.2), transparent 60%),
        radial-gradient(ellipse at 70% 80%, rgba(190, 160, 210, 0.18), transparent 60%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.03), transparent 70%);
    background-size: 200% 200%, 250% 250%, 150% 150%, 180% 180%, 300% 300%;
    background-position: 0% 0%, 100% 100%, 30% 20%, 70% 80%, 50% 50%;
    animation: particlesFloat 30s ease-in-out infinite;
    opacity: 0.8;
}

@keyframes particlesFloat {
    0%, 100% { 
        background-position: 0% 0%, 40% 60%, 70% 30%, 10% 80%, 85% 15%;
    }
    50% { 
        background-position: 100% 100%, 60% 40%, 30% 70%, 90% 20%, 15% 85%;
    }
}

/* Mandalas mÃ­sticas */
.hero-mandala {
    position: absolute;
    width: 700px;
    height: 700px;
    opacity: 0.12;
    z-index: 2;
    animation: mandalaRotate 100s linear infinite;
    filter: blur(1.5px) drop-shadow(0 0 40px rgba(201, 147, 58, 0.3));
}

.hero-mandala-1 {
    top: -10%;
    right: -10%;
    animation-direction: normal;
}

.hero-mandala-2 {
    bottom: -10%;
    left: -10%;
    animation-direction: reverse;
    animation-duration: 45s;
}

@keyframes mandalaRotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* ConteÃºdo Hero */
.hero-content {
    position: relative;
    z-index: 10;
    max-width: 900px;
    text-align: center;
    animation: heroFadeIn 1.2s ease-out;
}

@keyframes heroFadeIn {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Badge */
.hero-badge {
    display: inline-block;
    padding: 0.6rem 1.5rem;
    background: rgba(201, 147, 58, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(201, 147, 58, 0.4);
    border-radius: 50px;
    color: rgba(240, 201, 122, 0.95);
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 2rem;
    animation: badgePulse 3s ease-in-out infinite, heroFadeIn 0.8s ease-out 0.2s both;
    box-shadow: 0 4px 20px rgba(201, 147, 58, 0.4),
                0 0 30px rgba(240, 201, 122, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

@keyframes badgePulse {
    0%, 100% { 
        transform: scale(1);
        box-shadow: 0 4px 20px rgba(201, 147, 58, 0.4),
                    0 0 30px rgba(240, 201, 122, 0.2),
                    inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }
    50% { 
        transform: scale(1.05);
        box-shadow: 0 8px 35px rgba(201, 147, 58, 0.6),
                    0 0 50px rgba(240, 201, 122, 0.4),
                    inset 0 1px 0 rgba(255, 255, 255, 0.4);
    }
}

/* TÃ­tulo */
.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 8vw, 5rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #FFFFFF;
    text-shadow: 0 3px 8px rgba(92, 45, 138, 0.6),
                 0 5px 20px rgba(155, 107, 191, 0.4),
                 0 0 40px rgba(190, 160, 210, 0.3);
}

.hero-title-line {
    display: block;
    animation: heroFadeIn 1s ease-out 0.4s both;
}

.hero-title-highlight {
    color: #FFFFFF;
    text-shadow: 0 3px 8px rgba(92, 45, 138, 0.6),
                 0 5px 20px rgba(155, 107, 191, 0.4),
                 0 0 40px rgba(190, 160, 210, 0.3);
    animation: heroFadeIn 1s ease-out 0.6s both;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* DescriÃ§Ã£o */
.hero-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(232, 213, 245, 0.9);
    margin-bottom: 2.5rem;
    animation: heroFadeIn 1s ease-out 0.8s both;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
}

/* CTAs */
.hero-cta {
    display: flex;
    gap: 1.2rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 4rem;
    animation: heroFadeIn 1s ease-out 1s both;
}

.hero-btn-primary,
.hero-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1.1rem 2.8rem;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.5px;
}

.hero-btn-primary {
    background: linear-gradient(135deg, #7b4fa0 0%, #9b6bbf 100%);
    color: var(--white);
    box-shadow: 0 10px 30px rgba(123, 79, 160, 0.4),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.hero-btn-primary:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 16px 45px rgba(123, 79, 160, 0.6),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.hero-btn-primary:hover::before {
    transform: translateX(100%);
}

.hero-btn-primary svg {
    transition: transform 0.3s ease;
}

.hero-btn-primary:hover svg {
    transform: translateX(4px);
}

.hero-btn-secondary {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(232, 213, 245, 0.95);
    border: 1px solid rgba(190, 160, 210, 0.4);
    backdrop-filter: blur(10px);
}

.hero-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(240, 201, 122, 0.6);
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(190, 160, 210, 0.4);
}

/* EstatÃ­sticas */
.hero-stats {
    display: flex;
    gap: 3rem;
    justify-content: center;
    flex-wrap: wrap;
    animation: heroFadeIn 1s ease-out 1.2s both;
}

.hero-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1.5rem 2rem;
    background: rgba(201, 147, 58, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(240, 201, 122, 0.2);
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(201, 147, 58, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.hero-stat:hover {
    background: rgba(201, 147, 58, 0.15);
    border-color: rgba(240, 201, 122, 0.4);
    transform: translateY(-4px);
    box-shadow: 0 10px 35px rgba(201, 147, 58, 0.3),
                0 0 40px rgba(240, 201, 122, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.hero-stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #F0C97A 0%, #E8D5F5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    filter: drop-shadow(0 0 15px rgba(240, 201, 122, 0.4));
}

.hero-stat-label {
    font-size: 0.85rem;
    color: rgba(232, 213, 245, 0.8);
    font-weight: 500;
    text-align: center;
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 0.1rem;
    /* left: 50%; */
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: rgba(240, 201, 122, 0.8);
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 1px;
    z-index: 10;
    animation: scrollBounce 2s ease-in-out infinite, heroFadeIn 1s ease-out 1.4s both;
    text-shadow: 0 0 20px rgba(201, 147, 58, 0.5);
}

@keyframes scrollBounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(10px); }
}

.scroll-indicator svg {
    opacity: 0.7;
}
  
.stat-item { text-align: center; }
.stat-number {
    display: block; font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 4vw, 2.9rem); font-weight: 700;
    background: var(--grad-text);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.stat-label {
    display: block; font-size: .78rem; color: var(--text-muted);
    text-transform: uppercase; letter-spacing: 2px; margin-top: .6rem;
    font-weight: 500;
}
.stat-divider {
    width: 1px; height: 50px;
    background: linear-gradient(to bottom, transparent, rgba(155,107,191,.4), transparent);
}

.scroll-down {
    position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
    display: flex; flex-direction: column; align-items: center; gap: .8rem;
    color: var(--text-muted); font-size: .72rem; letter-spacing: 3px; text-transform: uppercase;
    z-index: 2; font-weight: 600;
    animation: scrollBounce 2.5s ease-in-out infinite;
}
.scroll-line {
    width: 1px; height: 40px;
    background: linear-gradient(to bottom, var(--purple-light), transparent);
    position: relative;
}
.scroll-line::after {
    content: ''; position: absolute; top: 0; left: -2px;
    width: 5px; height: 5px; border-radius: 50%;
    background: var(--purple-light);
    box-shadow: 0 0 8px var(--purple-light);
    animation: scrollDot 2s ease-in-out infinite;
}
@keyframes scrollBounce {
    0%,100% { transform: translateX(-50%) translateY(0); opacity: .8; }
    50%      { transform: translateX(-50%) translateY(8px); opacity: 1; }
}
@keyframes scrollDot {
    0%   { top: 0; opacity: 1; }
    100% { top: 35px; opacity: 0; }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SECTION HEADERS
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.section-intro {
    text-align: center; max-width: 720px; margin: 0 auto 4.5rem;
}
.section-tag {
    display: inline-flex; align-items: center; gap: .6rem;
    padding: .5rem 1.6rem; margin-bottom: 1.5rem;
    background: linear-gradient(135deg, rgba(190,160,210,.18), rgba(240,201,122,.12));
    border: 1px solid rgba(155,107,191,.3);
    border-radius: var(--r-pill);
    color: var(--purple-mid);
    font-size: .78rem; font-weight: 700;
    letter-spacing: 2.5px; text-transform: uppercase;
}
.section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 700; line-height: 1.15;
    color: var(--purple-dark); margin-bottom: 1.1rem;
    display: flex; flex-direction: column; gap: .15rem;
    letter-spacing: -.5px;
}
.section-title .gradient-text { font-style: italic; }
.section-subtitle {
    font-size: 1.08rem; color: var(--text-muted);
    line-height: 1.8; max-width: 560px;
    margin: 0 auto;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   ABOUT
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.about-section {
    padding: 8rem 0; position: relative;
    background: linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 50%, var(--bg) 100%);
    overflow: hidden;
}
.sacred-geometry {
    position: absolute; width: 280px; height: 280px;
    opacity: .08; pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg width='280' height='280' viewBox='0 0 280 280' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%237B4FA0' stroke-width='1.2'%3E%3Ccircle cx='140' cy='140' r='120'/%3E%3Ccircle cx='140' cy='140' r='90'/%3E%3Ccircle cx='140' cy='140' r='60'/%3E%3Ccircle cx='140' cy='140' r='30'/%3E%3Cpath d='M140 20 L140 260 M20 140 L260 140 M55 55 L225 225 M55 225 L225 55'/%3E%3Cpolygon points='140,40 240,200 40,200' /%3E%3Cpolygon points='140,240 40,80 240,80' /%3E%3C/g%3E%3C/svg%3E");
    background-size: contain; background-repeat: no-repeat;
    animation: geoFloat 26s ease-in-out infinite;
}
.sacred-1 { top: 4%;  left: 1%;  animation-delay: 0s; }
.sacred-2 { top: 38%; right: 2%; animation-delay: -9s; }
.sacred-3 { bottom: 6%; left: 5%; animation-delay: -17s; }
@keyframes geoFloat {
    0%,100% { transform: translate(0,0) rotate(0deg); }
    25%      { transform: translate(20px,-25px) rotate(90deg); }
    50%      { transform: translate(0,-45px) rotate(180deg); }
    75%      { transform: translate(-20px,-25px) rotate(270deg); }
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
}
.about-card {
    padding: 2.75rem 2rem 2.5rem; text-align: center;
    background: var(--white);
    border-radius: var(--r-l);
    border: 1px solid rgba(190,160,210,.25);
    box-shadow: var(--sh-s);
    transition: transform var(--t-base), box-shadow var(--t-base), border-color var(--t-base);
    position: relative; overflow: hidden;
}
.about-card::before {
    content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 0; height: 4px; border-radius: 0 0 4px 4px;
    background: var(--grad-mystic);
    transition: width var(--t-base);
}
.about-card::after {
    content: ''; position: absolute; top: -60px; right: -60px;
    width: 140px; height: 140px; border-radius: 50%;
    background: radial-gradient(circle, rgba(190,160,210,.18), transparent 70%);
    opacity: 0; transition: opacity var(--t-base);
}
.about-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--sh-l);
    border-color: var(--lavender);
}
.about-card:hover::before { width: 70%; }
.about-card:hover::after  { opacity: 1; }
.card-icon {
    font-size: 2.6rem;
    width: 80px; height: 80px;
    margin: 0 auto 1.5rem;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--lavender-pale), var(--bg-mist));
    border: 1px solid rgba(190,160,210,.35);
    box-shadow: inset 0 2px 8px rgba(255,255,255,.6), 0 4px 16px rgba(155,107,191,.12);
    transition: transform var(--t-base);
}
.about-card:hover .card-icon { transform: scale(1.08) rotate(-6deg); }
.about-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.45rem; color: var(--purple-dark);
    margin-bottom: .85rem; font-weight: 700;
}
.about-card p { color: var(--text-muted); line-height: 1.75; font-size: .96rem; }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   TEAM
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.team-section {
    padding: 8rem 0;
    background: linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 50%, var(--bg-mist) 100%);
}
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    max-width: 1100px;
    margin: 0 auto;
}

/* Compact Team Cards */
.team-card-compact {
    background: linear-gradient(145deg, rgba(253, 251, 255, 0.95) 0%, rgba(247, 242, 253, 0.98) 100%);
    border-radius: var(--r-l);
    border: 2px solid rgba(190,160,210,.35);
    box-shadow: 0 8px 32px rgba(123, 79, 160, 0.15),
                0 4px 16px rgba(190, 160, 210, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.8);
    overflow: visible;
    transition: all 0.4s ease-out;
    position: relative;
    padding: 2rem 1.5rem;
    text-align: center;
    cursor: pointer;
    backdrop-filter: blur(10px);
}

.team-card-compact::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: var(--r-l);
    background: linear-gradient(135deg, 
        rgba(155, 107, 191, 0.4) 0%,
        rgba(240, 201, 122, 0.3) 50%,
        rgba(155, 107, 191, 0.4) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
    filter: blur(12px);
}

.team-card-compact::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--r-l);
    background: 
        radial-gradient(circle at 20% 30%, rgba(240, 201, 122, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(155, 107, 191, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(232, 213, 245, 0.1) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.team-card-compact:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(123, 79, 160, 0.3),
                0 10px 40px rgba(190, 160, 210, 0.2),
                0 0 80px rgba(240, 201, 122, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 1);
    border-color: rgba(155, 107, 191, 0.6);
}

.team-card-compact:hover::before { opacity: 1; }

.team-card-compact:hover::after { opacity: 1; }

.compact-avatar {
    width: 120px;
    height: 120px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg, var(--purple-mid), var(--lavender));
    box-shadow: 0 12px 40px rgba(123,79,160,.35),
                0 0 60px rgba(155, 107, 191, 0.2),
                inset 0 2px 8px rgba(255, 255, 255, 0.3);
    position: relative;
    border: 4px solid rgba(255, 255, 255, 0.9);
    transition: box-shadow 0.3s ease-out;
}

.team-card-compact:hover .compact-avatar {
    box-shadow: 0 16px 50px rgba(123,79,160,.5),
                0 0 80px rgba(155, 107, 191, 0.4),
                inset 0 2px 8px rgba(255, 255, 255, 0.4);
}

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

.compact-badge {
    display: inline-block;
    padding: .5rem 1.3rem;
    margin-bottom: .8rem;
    background: linear-gradient(135deg, #7B4FA0, #9B6BBF);
    color: #FFFFFF;
    border-radius: var(--r-pill);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 0 4px 16px rgba(123, 79, 160, 0.4),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: box-shadow 0.3s ease;
    position: relative;
    z-index: 100;
}

.team-card-compact:hover .compact-badge {
    box-shadow: 0 6px 24px rgba(123, 79, 160, 0.5),
                0 0 30px rgba(155, 107, 191, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.compact-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--purple-dark);
    margin-bottom: .5rem;
    text-shadow: 0 2px 8px rgba(123, 79, 160, 0.15);
    letter-spacing: 0.5px;
}

.compact-role {
    font-size: .9rem;
    color: var(--purple-light);
    margin-bottom: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.3px;
    position: relative;
    padding-bottom: 1rem;
}

.compact-role::after {
    content: '✦';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(155, 107, 191, 0.4);
    font-size: 1rem;
    animation: twinkle 2s ease-in-out infinite;
}

@keyframes twinkle {
    0%, 100% { opacity: 0.4; transform: translateX(-50%) scale(1); }
    50% { opacity: 1; transform: translateX(-50%) scale(1.2); }
}

.view-profile-btn {
    padding: .8rem 2rem;
    background: linear-gradient(135deg, rgba(123, 79, 160, 0.12), rgba(190, 160, 210, 0.18));
    color: var(--purple-dark);
    border: 2px solid rgba(155, 107, 191, 0.35);
    border-radius: var(--r-pill);
    font-size: .9rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease-out;
    box-shadow: 0 4px 16px rgba(123,79,160,.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.6);
    text-shadow: none;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-size: .75rem;
    position: relative;
    overflow: hidden;
}

.view-profile-btn:hover {
    background: linear-gradient(135deg, rgba(123, 79, 160, 0.22), rgba(190, 160, 210, 0.28));
    box-shadow: 0 8px 28px rgba(123,79,160,.45),
                0 0 40px rgba(155, 107, 191, 0.35),
                0 4px 16px rgba(240, 201, 122, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transform: translateY(-1px);
    color: var(--purple-dark);
    border-color: rgba(155, 107, 191, 0.6);
    backdrop-filter: blur(10px);
}

/* Garante que o premium card tenha os mesmos efeitos de hover */
.team-card-compact.premium-card::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: var(--r-l);
    background: linear-gradient(135deg, 
        rgba(155, 107, 191, 0.4) 0%,
        rgba(240, 201, 122, 0.3) 50%,
        rgba(155, 107, 191, 0.4) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
    filter: blur(12px);
}

.team-card-compact.premium-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--r-l);
    background: 
        radial-gradient(circle at 20% 30%, rgba(240, 201, 122, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(155, 107, 191, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(232, 213, 245, 0.1) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.team-card-compact.premium-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 60px rgba(123, 79, 160, 0.3),
                0 10px 40px rgba(190, 160, 210, 0.2),
                0 0 80px rgba(240, 201, 122, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 1) !important;
    border-color: rgba(155, 107, 191, 0.6) !important;
}

.team-card-compact.premium-card:hover::before {
    opacity: 1 !important;
}

.team-card-compact.premium-card:hover::after {
    opacity: 1 !important;
}

.team-card-compact.premium-card:hover .compact-avatar {
    box-shadow: 0 16px 50px rgba(123,79,160,.5),
                0 0 80px rgba(155, 107, 191, 0.4),
                inset 0 2px 8px rgba(255, 255, 255, 0.4) !important;
}

/* Team Modal */
.team-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.team-modal.active {
    opacity: 1;
    visibility: visible;
}

.team-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 8, 25, 0.92);
    backdrop-filter: blur(15px);
    cursor: pointer;
}

.team-modal-content {
    position: relative;
    width: 90%;
    max-width: 700px;
    max-height: 90vh;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(248, 245, 252, 0.95));
    border-radius: var(--r-l);
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(123, 79, 160, 0.3),
                0 0 0 1px rgba(123, 79, 160, 0.2);
    backdrop-filter: blur(20px);
    animation: modalZoom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10001;
}

.team-modal-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 50px;
    height: 50px;
    background: rgba(123, 79, 160, 0.1);
    border: 2px solid rgba(123, 79, 160, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10002;
}

.team-modal-close:hover {
    background: rgba(123, 79, 160, 0.2);
    transform: rotate(90deg);
    border-color: var(--purple-base);
}

.team-modal-close svg {
    color: var(--purple-base);
}

.team-modal-body {
    overflow-y: auto;
    max-height: 90vh;
    padding: 3rem 2.5rem;
    scrollbar-width: thin;
    scrollbar-color: var(--purple-base) transparent;
    position: relative;
    z-index: 1;
}

.team-modal-body::-webkit-scrollbar {
    width: 8px;
}

.team-modal-body::-webkit-scrollbar-track {
    background: transparent;
}

.team-modal-body::-webkit-scrollbar-thumb {
    background: var(--purple-base);
    border-radius: 4px;
}

.team-modal-header {
    text-align: center;
    margin-bottom: 2rem;
}

.modal-avatar {
    width: 150px;
    height: 150px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg, var(--purple-mid), var(--gold-base));
    box-shadow: 0 15px 40px rgba(123,79,160,.4);
    border: 4px solid rgba(190, 160, 210, 0.3);
}

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

.modal-badge {
    display: inline-block;
    padding: .4rem 1.5rem;
    margin-bottom: 1rem;
    background: var(--grad-mystic);
    color: var(--white);
    border-radius: var(--r-pill);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.modal-name {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--purple-base);
    margin-bottom: .5rem;
}

.modal-role {
    font-size: 1.1rem;
    color: #5a3a6b;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.team-modal-social {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.social-link {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(123, 79, 160, 0.1);
    border: 1px solid rgba(123, 79, 160, 0.3);
    border-radius: 50%;
    color: var(--purple-base);
    transition: all 0.3s ease;
}

.social-link:hover {
    background: linear-gradient(135deg, var(--purple-base), var(--gold-base));
    border-color: var(--purple-base);
    color: var(--white);
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(123, 79, 160, 0.3);
}

.team-modal-bio {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: rgba(123, 79, 160, 0.08);
    border-left: 4px solid var(--purple-base);
    border-radius: var(--r-m);
}

.team-modal-bio p {
    color: #4a1850;
    line-height: 1.8;
    font-size: 1.05rem;
}

.team-modal-specialties h4 {
    color: var(--purple-base);
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-family: 'Cinzel', serif;
}

.modal-specialties-list {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
}

.modal-specialties-list .specialty-tag {
    padding: .5rem 1.2rem;
    background: linear-gradient(135deg, rgba(123, 79, 160, 0.12), rgba(232, 213, 245, 0.2));
    border: 1px solid rgba(123, 79, 160, 0.3);
    border-radius: var(--r-pill);
    font-size: .85rem;
    color: #4a1850;
    font-weight: 600;
    transition: all var(--t-fast);
}

.modal-specialties-list .specialty-tag:hover {
    background: linear-gradient(135deg, #7B4FA0, #9B6BBF);
    border-color: var(--purple-base);
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(123, 79, 160, 0.3);
}

/* Legacy team card styles - keep for backward compatibility */
.team-card {
    background: var(--white);
    border-radius: var(--r-l);
    border: 1px solid rgba(190,160,210,.25);
    box-shadow: var(--sh-s);
    overflow: hidden;
    transition: transform var(--t-base), box-shadow var(--t-base), border-color var(--t-base);
    position: relative;
}
.team-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px;
    background: var(--grad-purple);
    opacity: 0; transition: opacity var(--t-base);
}
.team-card:hover {
    transform: translateY(-12px);
    box-shadow: var(--sh-xl);
    border-color: var(--lavender);
}
.team-card:hover::before { opacity: 1; }

/* Regras antigas de .premium-card removidas para não interferir com team-card-compact */

.team-card-inner { padding: 2.5rem 2rem 2rem; }

.team-avatar {
    display: flex; justify-content: center; margin-bottom: 1.5rem;
    position: relative;
}
.avatar-circle {
    width: 120px; height: 120px; border-radius: 50%;
    background: linear-gradient(135deg, var(--purple-mid) 0%, var(--lavender) 50%, var(--gold-light) 100%);
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 10px 30px rgba(123,79,160,.32),
                inset 0 2px 8px rgba(255,255,255,.4);
    position: relative; z-index: 1;
    transition: transform var(--t-base);
}
.team-card:hover .avatar-circle { transform: scale(1.05) rotate(3deg); }
.avatar-initial {
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem; font-weight: 700; color: var(--white);
    text-shadow: 0 2px 8px rgba(46,26,71,.25);
}
.team-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.avatar-glow {
    position: absolute; inset: -10px; border-radius: 50%;
    border: 2px solid rgba(190,160,210,.5);
    animation: glowPulse 3.5s ease-in-out infinite;
}
.avatar-glow::before {
    content: ''; position: absolute; inset: -8px; border-radius: 50%;
    border: 1px dashed rgba(240,201,122,.45);
    animation: orbit 18s linear infinite;
}
@keyframes glowPulse {
    0%,100% { transform: scale(1); opacity: .5; }
    50%      { transform: scale(1.12); opacity: .9; }
}
@keyframes orbit { to { transform: rotate(360deg); } }

.team-info { text-align: center; }
.team-badge {
    display: inline-block; padding: .35rem 1.2rem; margin-bottom: .9rem;
    background: var(--grad-mystic); color: var(--white);
    border-radius: var(--r-pill);
    font-size: .7rem; font-weight: 700;
    letter-spacing: 2px; text-transform: uppercase;
    box-shadow: 0 4px 14px rgba(123,79,160,.25);
}
.team-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.65rem; font-weight: 700;
    color: var(--purple-dark);
    margin-bottom: .45rem; letter-spacing: -.3px;
}
.team-role {
    font-size: .98rem; color: var(--purple-light);
    margin-bottom: 1.1rem; font-weight: 500; font-style: italic;
}
.team-bio {
    color: var(--text-muted); font-size: .94rem;
    line-height: 1.75; margin-bottom: 1.5rem;
}
.team-specialties {
    display: flex; flex-wrap: wrap; gap: .5rem;
    justify-content: center;
    padding-top: 1.25rem;
    border-top: 1px dashed rgba(190,160,210,.4);
}
.specialty-tag {
    padding: .38rem 1rem; border-radius: var(--r-pill);
    background: linear-gradient(135deg, rgba(190,160,210,.14), rgba(232,213,245,.4));
    border: 1px solid rgba(155,107,191,.25);
    font-size: .76rem; color: var(--purple-dark); font-weight: 500;
    transition: all var(--t-fast); cursor: default;
}
.specialty-tag:hover {
    background: linear-gradient(135deg, rgba(190,160,210,.3), rgba(240,201,122,.2));
    border-color: var(--purple-light);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(123,79,160,.18);
    color: var(--purple-deep);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   TESTIMONIALS
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.testimonials-section {
    padding: 8rem 0;
    background: linear-gradient(180deg, var(--bg-mist) 0%, var(--bg) 100%);
    position: relative; overflow: hidden;
}
.testimonials-section::before {
    content: ''; position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 600px; height: 600px; border-radius: 50%;
    background: radial-gradient(circle, rgba(240,201,122,.08), transparent 70%);
    pointer-events: none;
}

.testimonials-carousel {
    position: relative; max-width: 880px; margin: 0 auto;
}
.carousel-btn {
    position: absolute; top: 50%; z-index: 10;
    width: 52px; height: 52px; border-radius: 50%;
    background: var(--white);
    border: 1px solid rgba(190,160,210,.4);
    box-shadow: var(--sh-m);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.7rem; color: var(--purple-mid); line-height: 1;
    cursor: pointer; transition: all var(--t-fast);
    transform: translateY(-50%);
    font-family: serif;
}
.carousel-btn:hover {
    background: var(--grad-mystic); color: var(--white);
    border-color: transparent;
    box-shadow: var(--sh-l);
    transform: translateY(-50%) scale(1.1);
}
.prev-btn { left: -26px; }
.next-btn { right: -26px; }

.testimonials-track {
    overflow: hidden; border-radius: var(--r-l);
    position: relative; min-height: 320px;
}
.testimonial-item {
    display: none; padding: 3.5rem 4rem;
    background: var(--white);
    border: 1px solid rgba(190,160,210,.25);
    border-radius: var(--r-l); text-align: center;
    box-shadow: var(--sh-m);
    position: relative;
}
.testimonial-item.active {
    display: block;
    animation: testFadeIn .6s var(--ease-out);
}
@keyframes testFadeIn {
    from { opacity: 0; transform: translateY(20px) scale(.97); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}
.testimonial-item::before {
    content: '\201C';
    font-family: 'Playfair Display', serif;
    font-size: 7rem; line-height: 1;
    background: var(--grad-text);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    opacity: .25;
    position: absolute; top: .5rem; left: 1.5rem;
    pointer-events: none;
    font-weight: 700;
}

.testimonial-stars {
    font-size: 1.25rem; margin-bottom: 1.5rem;
    letter-spacing: 4px;
    filter: drop-shadow(0 2px 4px rgba(201,147,58,.3));
}
.testimonial-text {
    font-size: 1.18rem; line-height: 1.85;
    color: var(--text-soft); font-family: 'Playfair Display', serif;
    font-style: italic; margin-bottom: 2.25rem;
    position: relative; z-index: 1;
}
.testimonial-author {
    display: flex; align-items: center; gap: 1rem; justify-content: center;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(190,160,210,.25);
}
.author-avatar {
    width: 56px; height: 56px; border-radius: 50%; flex-shrink: 0;
    background: var(--grad-mystic);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem; font-weight: 700; color: var(--white);
    box-shadow: 0 4px 14px rgba(123,79,160,.3);
}
.author-info { text-align: left; }
.author-info strong {
    display: block; color: var(--purple-dark);
    font-size: 1.02rem; font-weight: 700;
}
.author-info span {
    font-size: .85rem; color: var(--text-muted);
    font-style: italic;
}

.carousel-dots {
    display: flex; justify-content: center; gap: .65rem;
    margin-top: 2.25rem;
}
.dot {
    width: 10px; height: 10px; border-radius: 50%;
    background: rgba(155,107,191,.25);
    border: 2px solid rgba(155,107,191,.4);
    cursor: pointer; transition: all var(--t-fast);
}
.dot:hover { background: rgba(155,107,191,.5); }
.dot.active {
    background: var(--purple-mid);
    border-color: var(--purple-mid);
    transform: scale(1.3);
    box-shadow: 0 0 14px rgba(123,79,160,.6);
    width: 28px; border-radius: 5px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   GALLERY
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.gallery-section {
    padding: 8rem 0;
    background: var(--bg);
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 1.75rem;
}
.gallery-item {
    position: relative; height: 320px;
    border-radius: var(--r-l); overflow: hidden;
    cursor: pointer;
    background: linear-gradient(135deg, var(--lavender-pale), var(--bg-mist)) !important;
    border: 1px solid rgba(190,160,210,.3);
    box-shadow: var(--sh-s);
    transition: transform var(--t-base), box-shadow var(--t-base);
}
.gallery-item:hover {
    transform: translateY(-8px) scale(1.015);
    box-shadow: var(--sh-xl);
    border-color: var(--lavender);
}
.gallery-item::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(135deg,
        rgba(155,107,191,.18) 0%,
        rgba(190,160,210,.12) 50%,
        rgba(240,201,122,.16) 100%);
    transition: opacity var(--t-base);
}
.gallery-item:hover::before { opacity: .65; }
.gallery-overlay {
    position: absolute; inset: 0;
    display: flex; flex-direction: column;
    align-items: center; justify-content: flex-end;
    padding: 2.25rem;
    background: linear-gradient(to top,
        rgba(46,26,71,.78) 0%,
        rgba(46,26,71,.35) 35%,
        transparent 70%);
    z-index: 1;
}
.gallery-overlay h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.55rem; font-weight: 700;
    color: var(--white);
    margin-bottom: .5rem; text-align: center;
    text-shadow: 0 2px 12px rgba(46,26,71,.5);
    transform: translateY(8px);
    transition: transform var(--t-base);
}
.gallery-overlay p {
    color: rgba(255,255,255,.9); font-size: .92rem;
    text-align: center; font-style: italic;
    text-shadow: 0 1px 6px rgba(46,26,71,.5);
    opacity: 0; transform: translateY(16px);
    transition: opacity var(--t-base), transform var(--t-base);
}
.gallery-item:hover .gallery-overlay h4 { transform: translateY(0); }
.gallery-item:hover .gallery-overlay p  { opacity: 1; transform: translateY(0); }

.gallery-mandala {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 200px; height: 200px;
    opacity: .3; z-index: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='white' stroke-width='1.2'%3E%3Ccircle cx='100' cy='100' r='85'/%3E%3Ccircle cx='100' cy='100' r='65'/%3E%3Ccircle cx='100' cy='100' r='45'/%3E%3Ccircle cx='100' cy='100' r='25'/%3E%3Cpath d='M100 15 L100 185 M15 100 L185 100 M40 40 L160 160 M40 160 L160 40'/%3E%3Cpolygon points='100,30 165,140 35,140' /%3E%3Cpolygon points='100,170 35,60 165,60' /%3E%3C/g%3E%3C/svg%3E");
    background-size: contain; background-repeat: no-repeat;
    transition: all 1.2s var(--ease-out);
    pointer-events: none;
}
.gallery-item:hover .gallery-mandala {
    opacity: .55;
    transform: translate(-50%,-50%) rotate(60deg) scale(1.15);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SCHOOL GALLERY - GALERIA DA ESCOLA
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.school-gallery-section {
    padding: 8rem 0;
    background: linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 50%, var(--bg-mist) 100%);
    position: relative; overflow: hidden;
}
.school-gallery-section::before {
    content: ''; position: absolute; top: 10%; right: 5%;
    width: 400px; height: 400px; border-radius: 50%;
    background: radial-gradient(circle, rgba(190,160,210,.12), transparent 70%);
    pointer-events: none;
}
.school-gallery-section::after {
    content: ''; position: absolute; bottom: 15%; left: 8%;
    width: 350px; height: 350px; border-radius: 50%;
    background: radial-gradient(circle, rgba(240,201,122,.08), transparent 70%);
    pointer-events: none;
}

.school-gallery-grid {
    display: grid;
    grid-template-columns: 1fr 3.5fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 4.5rem;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.school-gallery-item {
    position: relative;
    border-radius: var(--r-l);
    overflow: hidden;
    box-shadow: var(--sh-m);
    transition: transform var(--t-base), box-shadow var(--t-base);
    cursor: pointer;
    min-height: 320px;
}
.school-gallery-item:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: var(--sh-xl);
}

/* Layout especÃ­fico: 2 esquerda empilhadas, 1 centro grande, 2 direita empilhadas */
.school-gallery-item--left-top {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}
.school-gallery-item--left-bottom {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}
.school-gallery-item--center {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}
.school-gallery-item--right-top {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}
.school-gallery-item--right-bottom {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}

.school-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--t-slow), filter var(--t-slow);
}
.school-gallery-item:hover img {
    transform: scale(1.15);
    filter: brightness(1.05) saturate(1.1);
}

.school-img-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top,
        rgba(92,45,138,.65) 0%,
        rgba(92,45,138,.25) 40%,
        transparent 70%);
    opacity: 0;
    transition: opacity var(--t-base);
    pointer-events: none;
}
.school-gallery-item:hover .school-img-overlay {
    opacity: 1;
}

.school-img-mandala {
    position: absolute; 
    bottom: 20px; 
    left: 50%;
    transform: translateX(-50%);
    width: 80px; 
    height: auto;
    opacity: 0;
    background-image: url("https://assets.zyrosite.com/cdn-cgi/image/format=auto,w=375,fit=crop,q=95/YrDJOwDjX4iPMX66/ram-das-logo-contorno-2-AE0r3GxP2jCgzVpa.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all var(--t-slow);
    filter: drop-shadow(0 2px 8px rgba(0,0,0,.4));
    aspect-ratio: 1;
}
.school-gallery-item:hover .school-img-mandala {
    opacity: 0.35;
    transform: translateX(-50%) scale(1.05);
}

.gallery-cta-wrapper {
    text-align: center;
    padding: 3.5rem 2rem;
    background: linear-gradient(135deg, rgba(255,255,255,.5), rgba(247,242,253,.7));
    border-radius: var(--r-l);
    border: 1px solid rgba(190,160,210,.3);
    box-shadow: var(--sh-s);
    backdrop-filter: blur(10px);
}
.gallery-cta-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.45rem;
    color: var(--purple-dark);
    margin-bottom: 2rem;
    font-weight: 600;
    font-style: italic;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CTA
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.cta-section {
    padding: 9rem 0; position: relative; overflow: hidden;
    background: linear-gradient(135deg, var(--bg-soft) 0%, var(--lavender-pale) 50%, var(--bg-soft) 100%);
}
.cta-section::before {
    content: ''; position: absolute; top: -200px; right: -200px;
    width: 500px; height: 500px; border-radius: 50%;
    background: radial-gradient(circle, rgba(240,201,122,.15), transparent 70%);
}
.cta-mandala {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 720px; height: 720px; border-radius: 50%;
    background: radial-gradient(circle, rgba(190,160,210,.22) 0%, rgba(240,201,122,.08) 35%, transparent 70%);
    animation: heroBreath 14s ease-in-out infinite;
    pointer-events: none;
}
.cta-content {
    position: relative; z-index: 2; text-align: center;
    max-width: 720px; margin: 0 auto;
}
.cta-badge {
    display: inline-flex; align-items: center; gap: .7rem;
    padding: .6rem 1.8rem; margin-bottom: 1.5rem;
    background: rgba(255,255,255,.7); backdrop-filter: blur(10px);
    border: 1px solid rgba(155,107,191,.4);
    border-radius: var(--r-pill);
    color: var(--purple-dark);
    font-size: .8rem; font-weight: 700;
    letter-spacing: 3px; text-transform: uppercase;
    box-shadow: var(--sh-s);
}
.cta-badge::before, .cta-badge::after {
    content: '✧'; color: var(--gold);
    animation: starTwinkle 2.5s ease-in-out infinite;
}
.cta-badge::after { animation-delay: -1.25s; }
.cta-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    font-weight: 700;
    margin-bottom: 1.25rem; line-height: 1.2;
    background: var(--grad-text);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    background-size: 200% auto;
    animation: gradientShift 8s ease infinite;
    letter-spacing: -.5px;
}
.cta-text {
    font-size: 1.12rem; color: var(--text-soft);
    line-height: 1.85; margin-bottom: 3rem;
}
.cta-buttons {
    display: flex; gap: 1.25rem; justify-content: center; flex-wrap: wrap;
}
.cta-btn-primary {
    display: inline-flex; align-items: center; gap: .65rem;
    padding: 1.1rem 2.6rem; border-radius: var(--r-pill);
    background: var(--grad-purple); color: var(--white);
    font-size: 1.05rem; font-weight: 700; text-decoration: none;
    box-shadow: 0 12px 32px rgba(123,79,160,.4),
                inset 0 1px 0 rgba(255,255,255,.25);
    transition: transform var(--t-base), box-shadow var(--t-base);
    position: relative; overflow: hidden;
}
.cta-btn-primary::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(135deg, transparent 30%, rgba(255,255,255,.3) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform .8s var(--ease-out);
}
.cta-btn-primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 44px rgba(123,79,160,.5);
}
.cta-btn-primary:hover::before { transform: translateX(100%); }
.cta-btn-primary svg { transition: transform var(--t-base); }
.cta-btn-primary:hover svg { transform: translateX(4px); }

.cta-btn-secondary {
    display: inline-flex; align-items: center; gap: .65rem;
    padding: 1.1rem 2.6rem; border-radius: var(--r-pill);
    background: var(--white); color: var(--purple-mid);
    border: 2px solid rgba(155,107,191,.35);
    font-size: 1.05rem; font-weight: 600; text-decoration: none;
    transition: all var(--t-base);
}
.cta-btn-secondary:hover {
    border-color: var(--purple-mid);
    color: var(--purple-dark);
    transform: translateY(-5px);
    box-shadow: var(--sh-m);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SERVICES
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.services-section {
    padding: 8rem 0;
    background: linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 100%);
}
.services-masonry {
    columns: 3; column-gap: 1.75rem;
}
.service-item {
    break-inside: avoid; display: block;
    padding: 2.25rem 1.85rem;
    margin-bottom: 1.75rem;
    background: var(--white);
    border-radius: var(--r-l);
    border: 1px solid rgba(190,160,210,.25);
    box-shadow: var(--sh-s);
    transition: transform var(--t-base), box-shadow var(--t-base), border-color var(--t-base);
    position: relative; overflow: hidden;
}
.service-item::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: var(--grad-mystic);
    transform: scaleX(0); transform-origin: left;
    transition: transform var(--t-base);
}
.service-item::after {
    content: ''; position: absolute; bottom: -40px; right: -40px;
    width: 100px; height: 100px; border-radius: 50%;
    background: radial-gradient(circle, rgba(240,201,122,.12), transparent 70%);
    opacity: 0; transition: opacity var(--t-base);
}
.service-item:hover {
    transform: translateY(-8px);
    box-shadow: var(--sh-l);
    border-color: var(--lavender);
}
.service-item:hover::before { transform: scaleX(1); }
.service-item:hover::after  { opacity: 1; }

.service-item.featured {
    border-color: var(--lavender);
    background: linear-gradient(180deg, #FFFCF7 0%, var(--white) 60%);
    box-shadow: 0 8px 28px rgba(190,160,210,.22);
}
.service-item.featured::before { transform: scaleX(1); }

.service-icon-large {
    font-size: 1.8rem;
    width: 64px; height: 64px;
    margin-bottom: 1.1rem;
    display: flex; align-items: center; justify-content: center;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--lavender-pale), var(--bg-mist));
    border: 1px solid rgba(190,160,210,.3);
    box-shadow: inset 0 2px 6px rgba(255,255,255,.6);
    transition: transform var(--t-base);
}
.service-item:hover .service-icon-large {
    transform: rotate(-8deg) scale(1.1);
}
.service-item h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem; color: var(--purple-dark);
    margin-bottom: .65rem; font-weight: 700;
    letter-spacing: -.3px;
}
.service-item p {
    color: var(--text-muted); font-size: .94rem;
    line-height: 1.7;
}
.service-arrow {
    display: inline-flex; margin-top: 1rem;
    color: var(--purple-light); font-size: 1.2rem;
    font-weight: 700;
    transition: transform var(--t-base), color var(--t-base);
}
.service-item:hover .service-arrow {
    transform: translateX(8px);
    color: var(--gold);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CONTACT
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.contact-section {
    padding: 8rem 0;
    background: var(--bg);
}
.contact-wrapper {
    display: grid; grid-template-columns: 1fr 1.15fr;
    gap: 4rem; align-items: start;
}
.contact-content { padding-top: .5rem; }
.contact-content .section-title { text-align: left; align-items: flex-start; }
.contact-content .section-tag { margin-bottom: 1.25rem; }

.contact-intro {
    color: var(--text-muted); font-size: 1.05rem;
    line-height: 1.85; margin: .5rem 0 2.25rem;
}

.contact-info-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 1rem; margin-bottom: 2.25rem;
}
.contact-info-card {
    display: flex; align-items: center; gap: .9rem;
    padding: 1.2rem 1.3rem;
    background: var(--white);
    border-radius: var(--r-m);
    border: 1px solid rgba(190,160,210,.25);
    box-shadow: var(--sh-s);
    transition: transform var(--t-fast), box-shadow var(--t-fast), border-color var(--t-fast);
}
.contact-info-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--sh-m);
    border-color: var(--lavender);
}
.info-icon {
    font-size: 1.4rem; flex-shrink: 0;
    width: 44px; height: 44px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--lavender-pale), var(--bg-mist));
    border: 1px solid rgba(190,160,210,.3);
}
.info-text h4 {
    font-size: .76rem; color: var(--purple-mid);
    font-weight: 700; letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: .15rem;
}
.info-text p {
    font-size: .92rem; color: var(--text);
    font-weight: 500;
}

.social-links-grid {
    display: flex; gap: .85rem; flex-wrap: wrap;
}
.social-btn {
    display: inline-flex; align-items: center; gap: .6rem;
    padding: .7rem 1.5rem; border-radius: var(--r-pill);
    font-size: .9rem; font-weight: 600;
    text-decoration: none; transition: all var(--t-fast);
    box-shadow: var(--sh-s);
}
.social-btn.instagram {
    background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: var(--white);
}
.social-btn.facebook { background: #1877f2; color: var(--white); }
.social-btn.whatsapp { background: linear-gradient(135deg, #25d366, #128c7e); color: var(--white); }
.social-btn:hover {
    transform: translateY(-4px);
    box-shadow: var(--sh-m);
    filter: brightness(1.1);
}

/* â€” FormulÃ¡rio â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */
.contact-form-wrapper {
    background: var(--white);
    border-radius: var(--r-l);
    border: 1px solid rgba(190,160,210,.25);
    box-shadow: var(--sh-l);
    padding: 3rem 2.75rem;
    position: relative;
    overflow: hidden;
}
.contact-form-wrapper::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: var(--grad-mystic);
}
.contact-form-wrapper::after {
    content: ''; position: absolute; bottom: -100px; right: -100px;
    width: 240px; height: 240px; border-radius: 50%;
    background: radial-gradient(circle, rgba(190,160,210,.12), transparent 70%);
    pointer-events: none;
}

.form-row { margin-bottom: 1.85rem; }
.form-field { position: relative; }

.form-field input,
.form-field textarea,
.form-field select {
    width: 100%;
    padding: 1.2rem 0 .65rem;
    border: none;
    border-bottom: 2px solid rgba(190,160,210,.4);
    background: transparent;
    font-family: 'Inter', sans-serif;
    font-size: 1rem; color: var(--text);
    outline: none;
    transition: border-color var(--t-fast);
    appearance: none; -webkit-appearance: none;
    border-radius: 0;
}
.form-field select {
    cursor: pointer; padding-right: 1.5rem;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5l4 4 4-4' stroke='%237B4FA0' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right .25rem center;
}
.form-field textarea { resize: vertical; min-height: 110px; }

.form-field label {
    position: absolute; top: 1.2rem; left: 0;
    color: var(--text-muted); font-size: 1rem;
    transition: all var(--t-fast); pointer-events: none;
}
.form-field input:focus ~ label,
.form-field input:not(:placeholder-shown) ~ label,
.form-field textarea:focus ~ label,
.form-field textarea:not(:placeholder-shown) ~ label,
.form-field select:focus ~ label,
.form-field select.has-value ~ label {
    top: -.3rem; font-size: .74rem;
    color: var(--purple-mid); font-weight: 600;
    letter-spacing: .8px; text-transform: uppercase;
}
.form-field input::placeholder,
.form-field textarea::placeholder { color: transparent; }

.form-line {
    position: absolute; bottom: 0; left: 0;
    height: 2px; width: 0;
    background: var(--grad-mystic);
    transition: width var(--t-base);
    box-shadow: 0 0 10px rgba(123,79,160,.4);
}
.form-field:focus-within .form-line { width: 100%; }

.form-submit {
    width: 100%; padding: 1.15rem;
    border-radius: var(--r-pill);
    border: none; cursor: pointer;
    background: var(--grad-purple); color: var(--white);
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem; font-weight: 700;
    letter-spacing: .5px;
    display: flex; align-items: center; justify-content: center; gap: .7rem;
    box-shadow: 0 10px 30px rgba(123,79,160,.35),
                inset 0 1px 0 rgba(255,255,255,.25);
    transition: transform var(--t-base), box-shadow var(--t-base);
    position: relative; overflow: hidden;
}
.form-submit::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(135deg, transparent 30%, rgba(255,255,255,.3) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform .8s var(--ease-out);
}
.form-submit:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(123,79,160,.45);
}
.form-submit:hover::before { transform: translateX(100%); }
.form-submit:disabled {
    opacity: .65; cursor: not-allowed; transform: none;
}
.form-submit svg { transition: transform var(--t-base); }
.form-submit:hover svg { transform: translateX(4px); }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   FOOTER
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.footer-modern {
    position: relative; overflow: hidden;
    background: linear-gradient(135deg, #2E1A47 0%, #3D2460 50%, #2E1A47 100%);
    color: rgba(255,255,255,.85);
    padding: 5.5rem 0 2.5rem;
}
.footer-modern::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(190,160,210,.6), transparent);
}
.footer-bg {
    position: absolute; inset: 0; pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg width='420' height='420' viewBox='0 0 420 420' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='1'%3E%3Ccircle cx='210' cy='210' r='180'/%3E%3Ccircle cx='210' cy='210' r='140'/%3E%3Ccircle cx='210' cy='210' r='100'/%3E%3Ccircle cx='210' cy='210' r='60'/%3E%3Cpath d='M210 30 L210 390 M30 210 L390 210 M83 83 L337 337 M83 337 L337 83'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 420px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .5;
}
.footer-grid {
    display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.25fr;
    gap: 3rem;
    position: relative; z-index: 1;
    margin-bottom: 3.5rem;
}
.footer-logo {
    display: flex; align-items: center; justify-content: flex-start;
    margin-bottom: 1.25rem;
}
.footer-logo-image {
    height: 80px;
    width: auto;
    display: block;
    filter: drop-shadow(0 2px 12px rgba(190,160,210,.5));
}
.footer-tagline {
    color: rgba(255,255,255,.65); font-size: .94rem;
    line-height: 1.8; max-width: 320px;
}

.footer-nav h4, .footer-services h4, .footer-contact h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem; color: var(--white);
    margin-bottom: 1.4rem; font-weight: 600;
    position: relative; padding-bottom: .75rem;
}
.footer-nav h4::after, .footer-services h4::after, .footer-contact h4::after {
    content: ''; position: absolute; bottom: 0; left: 0;
    width: 32px; height: 2px;
    background: linear-gradient(90deg, var(--lavender), transparent);
    border-radius: 2px;
}
.footer-nav ul, .footer-services ul, .footer-contact ul {
    list-style: none; display: flex; flex-direction: column; gap: .7rem;
}
.footer-nav a, .footer-services a {
    color: rgba(255,255,255,.65); text-decoration: none;
    font-size: .93rem;
    transition: color var(--t-fast), padding-left var(--t-fast);
    display: inline-block;
}
.footer-nav a:hover, .footer-services a:hover {
    color: var(--lavender);
    padding-left: 6px;
}
.footer-contact li {
    color: rgba(255,255,255,.65); font-size: .93rem;
    line-height: 1.6;
}

.footer-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.15), transparent);
    position: relative; z-index: 1;
    margin-bottom: 2rem;
}
.footer-bottom {
    display: flex; align-items: center; justify-content: space-between;
    flex-wrap: wrap; gap: 1.25rem;
    position: relative; z-index: 1;
}
.footer-bottom p {
    font-size: .84rem; color: rgba(255,255,255,.5);
}
.footer-social { display: flex; gap: .85rem; }
.footer-social a {
    width: 40px; height: 40px; border-radius: 50%;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,.7);
    transition: all var(--t-fast);
}
.footer-social a:hover {
    background: rgba(190,160,210,.3);
    border-color: var(--lavender);
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(190,160,210,.3);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SCROLL TO TOP
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.scroll-to-top {
    position: fixed; bottom: 2rem; right: 2rem;
    width: 52px; height: 52px; border-radius: 50%;
    background: var(--grad-purple); color: var(--white);
    border: none; cursor: pointer;
    font-size: 1.4rem;
    box-shadow: 0 6px 22px rgba(123,79,160,.4),
                inset 0 1px 0 rgba(255,255,255,.25);
    opacity: 0; visibility: hidden; z-index: 999;
    transition: opacity var(--t-base), visibility var(--t-base),
                transform var(--t-base), box-shadow var(--t-base);
    transform: translateY(20px) scale(.85);
    display: flex; align-items: center; justify-content: center;
}
.scroll-to-top.visible {
    opacity: 1; visibility: visible;
    transform: translateY(0) scale(1);
}
.scroll-to-top:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 12px 32px rgba(123,79,160,.55);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   NOTIFICATIONS
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.notification {
    position: fixed; top: 100px; right: 1.5rem;
    max-width: 380px; padding: 1.25rem 1.5rem;
    background: var(--white);
    border-radius: var(--r-m);
    border: 1px solid rgba(190,160,210,.35);
    box-shadow: 0 14px 48px rgba(123,79,160,.25);
    z-index: 10000;
    opacity: 0; transform: translateX(420px);
    transition: opacity .45s var(--ease-out), transform .55s var(--ease-bounce);
    display: flex; gap: 1rem; align-items: flex-start;
    backdrop-filter: blur(20px);
}
.notification.show { opacity: 1; transform: translateX(0); }
.notification.success { border-left: 4px solid #5cb85c; }
.notification.error   { border-left: 4px solid #d9534f; }
.notification.info    { border-left: 4px solid var(--purple-mid); }
.notification-icon {
    font-size: 1.6rem; flex-shrink: 0; line-height: 1.4;
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--lavender-pale), var(--bg-mist));
}
.notification-title {
    font-weight: 700; color: var(--purple-dark);
    font-size: .96rem; margin-bottom: .25rem;
}
.notification-message {
    color: var(--text-muted); font-size: .87rem; line-height: 1.55;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   RESPONSIVO
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@media (max-width: 1024px) {
    .contact-wrapper { grid-template-columns: 1fr; gap: 3rem; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
    .services-masonry { columns: 2; }
    
    .school-gallery-grid { 
        grid-template-columns: 1fr 3fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 1.5rem; 
    }
    .school-gallery-item--left-top { grid-column: 1; grid-row: 1; }
    .school-gallery-item--left-bottom { grid-column: 1; grid-row: 2; }
    .school-gallery-item--center { grid-column: 2; grid-row: 1 / 3; }
    .school-gallery-item--right-top { grid-column: 3; grid-row: 1; }
    .school-gallery-item--right-bottom { grid-column: 3; grid-row: 2; }
}

@media (max-width: 768px) {
    .container { padding: 0 1.5rem; }
    .nav-container { padding: 0.8rem 1.5rem; border-radius: 50px; }

    .mobile-toggle { display: flex; }

    .nav-menu {
        position: fixed;
        top: 0; right: 0; bottom: 0;
        width: min(86vw, 360px);
        flex-direction: column;
        gap: .5rem;
        justify-content: center;
        background: rgba(74, 31, 117, 0.95);
        backdrop-filter: blur(16px) saturate(200%);
        border-left: 1px solid rgba(190,160,210,.4);
        box-shadow: -8px 0 48px rgba(123,79,160,.35);
        padding: 2.5rem 2rem;
        transform: translateX(100%);
        visibility: hidden; opacity: 0;
        transition: transform .5s var(--ease-out), opacity .4s ease, visibility 0s .5s;
    }
    .nav-menu.active {
        transform: translateX(0); visibility: visible; opacity: 1;
        transition: transform .5s var(--ease-out), opacity .4s ease, visibility 0s 0s;
    }
    .nav-menu li { width: 100%; }
    .nav-link {
        border-radius: var(--r-m);
        padding: 1rem 1.5rem;
        font-size: 1.05rem;
        justify-content: flex-start;
    }
    .nav-link::after { display: none; }

    .nav-menu li {
        opacity: 0; transform: translateX(28px);
        transition: opacity .35s var(--ease-out), transform .45s var(--ease-out);
    }
    .nav-menu.active li:nth-child(1) { opacity:1; transform:none; transition-delay:.12s; }
    .nav-menu.active li:nth-child(2) { opacity:1; transform:none; transition-delay:.18s; }
    .nav-menu.active li:nth-child(3) { opacity:1; transform:none; transition-delay:.24s; }
    .nav-menu.active li:nth-child(4) { opacity:1; transform:none; transition-delay:.30s; }
    .nav-menu.active li:nth-child(5) { opacity:1; transform:none; transition-delay:.36s; }

    /* Hero Mobile */
    .hero-section { 
        padding: 6rem 1.5rem 3rem;
    }
    
    .hero-mandala {
        width: 400px;
        height: 400px;
        opacity: 0.08;
    }
    
    .hero-badge {
        font-size: 0.75rem;
        padding: 0.5rem 1.2rem;
        margin-bottom: 1.5rem;
    }
    
    .hero-title {
        font-size: clamp(2rem, 10vw, 3rem);
        margin-bottom: 1rem;
    }
    
    .hero-description {
        font-size: 0.95rem;
        margin-bottom: 2rem;
    }
    
    .hero-cta {
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 3rem;
    }
    
    .hero-btn-primary,
    .hero-btn-secondary {
        width: 100%;
        justify-content: center;
        padding: 1rem 2rem;
    }
    
    .hero-stats {
        gap: 1.5rem;
    }
    
    .hero-stat {
        padding: 1.2rem 1.5rem;
        min-width: 120px;
    }
    
    .hero-stat-number {
        font-size: 2rem;
    }
    
    .hero-stat-label {
        font-size: 0.75rem;
    }
    
    .scroll-indicator {
        bottom: 0.1rem;
        font-size: 0.75rem;
    }

    .team-section, .testimonials-section,
    .gallery-section, .school-gallery-section, .cta-section, .services-section,
    .contact-section { padding: 5.5rem 0; }
    .section-intro { margin-bottom: 3rem; }

    .about-grid, .team-grid, .gallery-grid { grid-template-columns: 1fr; }
    
    /* Galeria escola em mobile: empilhadas verticalmente */
    .school-gallery-grid { 
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 1.25rem; 
    }
    .school-gallery-item--left-top,
    .school-gallery-item--left-bottom,
    .school-gallery-item--center,
    .school-gallery-item--right-top,
    .school-gallery-item--right-bottom {
        grid-column: 1;
        grid-row: auto;
    }
    .school-gallery-item { min-height: 280px; }
    .services-masonry { columns: 1; }
    .contact-info-grid { grid-template-columns: 1fr; }
    .social-links-grid { flex-direction: column; }
    .social-btn { justify-content: center; }
    .cta-buttons { flex-direction: column; align-items: stretch; max-width: 320px; margin-left: auto; margin-right: auto; }
    .cta-btn-primary, .cta-btn-secondary { justify-content: center; }

    .testimonial-item { padding: 2.5rem 1.75rem; }
    .testimonial-text { font-size: 1.05rem; }
    .prev-btn { left: -8px; width: 44px; height: 44px; font-size: 1.4rem; }
    .next-btn { right: -8px; width: 44px; height: 44px; font-size: 1.4rem; }

    .contact-form-wrapper { padding: 2.25rem 1.75rem; }
    .footer-grid { grid-template-columns: 1fr; gap: 2.25rem; text-align: center; }
    .footer-logo { justify-content: center; }
    .footer-tagline { margin: 0 auto; }
    .footer-nav h4::after, .footer-services h4::after, .footer-contact h4::after {
        left: 50%; transform: translateX(-50%);
    }
    .footer-bottom { justify-content: center; text-align: center; flex-direction: column; }

    .scroll-to-top { bottom: 1.25rem; right: 1.25rem; width: 46px; height: 46px; }
    .notification { right: 1rem; left: 1rem; max-width: none; }

    .contact-content .section-title { text-align: center; align-items: center; }
    
    /* Mobile Menu Styles */
    .mobile-toggle {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        z-index: 1001;
    }
    
    .mobile-toggle.active .toggle-line:nth-child(1) {
        transform: rotate(45deg) translateY(10px);
    }
    
    .mobile-toggle.active .toggle-line:nth-child(2) {
        opacity: 0;
    }
    
    .mobile-toggle.active .toggle-line:nth-child(3) {
        transform: rotate(-45deg) translateY(-10px);
    }
    
    .nav-menu {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background: rgba(255,255,255,0.98);
        backdrop-filter: blur(20px);
        flex-direction: column;
        padding: 2rem 1.5rem;
        gap: 0.5rem !important;
        box-shadow: 0 8px 32px rgba(92,45,138,0.15);
        transform: translateY(-150%);
        opacity: 0;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        max-height: calc(100vh - 70px);
        overflow-y: auto;
    }
    
    .nav-menu.active {
        transform: translateY(0);
        opacity: 1;
    }
    
    .nav-menu li {
        width: 100%;
        text-align: center;
    }
    
    .nav-menu .nav-link {
        display: block;
        width: 100%;
        padding: 1rem 1.5rem !important;
        font-size: 1.1rem;
        border-radius: var(--r-m);
    }
    
    body.menu-open {
        overflow: hidden;
    }
}

@media (max-width: 480px) {
    .hero-section { min-height: 100vh; height: 100vh; }
    .hero-main-button {
        padding: 1rem 2rem;
        font-size: 0.95rem;
        letter-spacing: 1px;
    }
    .cta-badge, .section-tag { font-size: .72rem; letter-spacing: 2px; }
    .testimonial-item { padding: 2rem 1.25rem; }
    .testimonial-item::before { font-size: 5rem; top: 0; left: .5rem; }
    .contact-form-wrapper { padding: 2rem 1.25rem; }
}

/* â”€â”€ REDUCE MOTION â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }
}


/* ══════════════════════════════════════════════════════════
   FULLSCREEN MODALS & MEDIA BUTTONS
   ══════════════════════════════════════════════════════════ */

/* ── HERO MEDIA BUTTONS ────────────────────────────────────── */
.hero-media-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    margin-bottom: 2.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.media-btn {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 1.8rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(240, 201, 122, 0.3);
    border-radius: 50px;
    color: rgba(240, 201, 122, 0.95);
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.media-btn svg {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.media-btn:hover {
    background: rgba(240, 201, 122, 0.12);
    border-color: rgba(240, 201, 122, 0.6);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(240, 201, 122, 0.2);
}

.media-btn:hover svg {
    transform: scale(1.1);
}

.media-btn:active {
    transform: translateY(0);
}

/* ── FULLSCREEN MODALS ─────────────────────────────────────── */
.fullscreen-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(10, 5, 20, 0.3);
    z-index: 10000;
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.fullscreen-modal.active {
    display: block;
    opacity: 1;
}

.modal-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    z-index: 10002;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.3);
}

.modal-switch {
    position: absolute;
    top: 2rem;
    left: 2rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 1.8rem;
    background: rgba(240, 201, 122, 0.15);
    border: 1px solid rgba(240, 201, 122, 0.4);
    border-radius: 50px;
    color: rgba(240, 201, 122, 0.95);
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    z-index: 10002;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.modal-switch svg {
    width: 24px;
    height: 24px;
}

.modal-switch:hover {
    background: rgba(240, 201, 122, 0.25);
    border-color: rgba(240, 201, 122, 0.6);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(240, 201, 122, 0.3);
}

/* ── GALLERY SLIDER ────────────────────────────────────────── */
.gallery-slider {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-container {
    width: 90%;
    max-width: 1400px;
    height: 85vh;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-track {
    display: flex;
    height: 100%;
    width: 500%; /* 5 slides × 100% each */
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide {
    min-width: 100%;
    height: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.4;
    transition: opacity 0.5s ease;
}

.slide.active {
    opacity: 1;
}

.slide-image-wrapper {
    position: relative;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.slide-image-wrapper img {
    max-width: calc(90vw - 160px);
    max-height: calc(85vh - 40px);
    width: auto;
    height: auto;
    display: block;
}

.slide-watermark {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    background-image: url("https://assets.zyrosite.com/cdn-cgi/image/format=auto,w=375,fit=crop,q=95/YrDJOwDjX4iPMX66/ram-das-logo-contorno-2-AE0r3GxP2jCgzVpa.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.4;
    filter: drop-shadow(0 2px 10px rgba(0,0,0,.6));
    pointer-events: none;
    z-index: 2;
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    z-index: 10001;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.slider-nav:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.3);
}

.slider-prev {
    left: 2rem;
}

.slider-next {
    right: 2rem;
}

.slider-dots {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.75rem;
    z-index: 10001;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.slider-dot.active {
    background: rgba(240, 201, 122, 0.9);
    border-color: rgba(240, 201, 122, 1);
    box-shadow: 0 0 12px rgba(240, 201, 122, 0.6);
    transform: scale(1.3);
}

.slider-dot:hover {
    background: rgba(255, 255, 255, 0.5);
    transform: scale(1.2);
}

/* ── VIDEO CONTAINER ───────────────────────────────────────── */
.video-container {
    width: 90%;
    max-width: 1600px;
    height: 80vh;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* ── RESPONSIVE MODALS ─────────────────────────────────────── */
@media (max-width: 768px) {
    .modal-close {
        top: 1rem;
        right: 1rem;
        width: 45px;
        height: 45px;
        font-size: 1.75rem;
    }
    
    .modal-switch {
        top: 1rem;
        left: 1rem;
        padding: 0.7rem 1.2rem;
        font-size: 0.85rem;
    }
    
    .modal-switch span {
        display: none;
    }
    
    .slider-container,
    .video-container {
        width: 95%;
        height: 70vh;
    }
    
    .slider-nav {
        width: 45px;
        height: 45px;
    }
    
    .slider-prev {
        left: 1rem;
    }
    
    .slider-next {
        right: 1rem;
    }
    
    .slider-dots {
        bottom: 1rem;
        gap: 0.5rem;
    }
    
    .slider-dot {
        width: 10px;
        height: 10px;
    }
    
    .hero-media-buttons {
        flex-direction: column;
        width: 100%;
        padding: 0 1rem;
    }
    
    .media-btn {
        width: 100%;
        justify-content: center;
        padding: 1rem 1.5rem;
    }
}


/* ══════════════════════════════════════════════════════════
   CURSOR BORBOLETAS 🦋 - Símbolo de Transformação
   ══════════════════════════════════════════════════════════ */

.cursor-butterfly {
    position: fixed;
    font-size: 16px;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    opacity: 0.85;
    transition: opacity 1s ease;
    filter: 
        hue-rotate(-140deg) 
        saturate(1.2) 
        brightness(1.05)
        drop-shadow(0 0 2px rgba(123, 79, 160, 0.5));
    animation: butterflyFloat 3s ease-in-out infinite;
    will-change: transform, opacity;
    line-height: 1;
    user-select: none;
}

/* Animação suave de flutuação */
@keyframes butterflyFloat {
    0%, 100% {
        filter: 
            hue-rotate(-140deg) 
            saturate(1.2) 
            brightness(1.05)
            drop-shadow(0 0 2px rgba(123, 79, 160, 0.5));
    }
    50% {
        filter: 
            hue-rotate(-140deg) 
            saturate(1.2) 
            brightness(1.1)
            drop-shadow(0 0 3px rgba(155, 107, 191, 0.6));
    }
}

/* Variações de tamanho para profundidade */
.cursor-butterfly:nth-child(2n+1) {
    font-size: 18px;
    opacity: 0.9;
}

.cursor-butterfly:nth-child(3n+2) {
    font-size: 14px;
    opacity: 0.75;
    filter: 
        hue-rotate(-135deg) 
        saturate(1.1) 
        brightness(1.15)
        drop-shadow(0 0 2px rgba(190, 160, 210, 0.5));
}

.cursor-butterfly:nth-child(4n) {
    font-size: 22px;
    opacity: 0.85;
}

/* Cursor padrão visível */
body {
    cursor: default;
}

a, button, .nav-link, .hero-btn-primary, .hero-btn-secondary, .media-btn {
    cursor: pointer;
}

input, textarea {
    cursor: text;
}

.slider-nav, .modal-close, .modal-switch {
    cursor: pointer;
}


/* ══════════════════════════════════════════════════════════
   MAPA DE LOCALIZAÇÃO
   ══════════════════════════════════════════════════════════ */
.map-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    background: linear-gradient(135deg, #1a0b2e 0%, #2d1b4e 100%);
    overflow: hidden;
}

.map-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center;
    padding: 2rem 1.5rem 1.5rem;
    background: linear-gradient(to bottom, rgb(65 27 159 / 85%) 0%, rgb(39 13 103 / 60%) 40%, rgba(15, 8, 32, 0) 100%);
    /* backdrop-filter: blur(3px); */
    pointer-events: none;
}

.map-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 700;
    color: #F0C97A;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 20px rgba(240, 201, 122, 0.4);
    letter-spacing: 0.5px;
}

.map-header p {
    font-family: 'Inter', sans-serif;
    font-size: clamp(1rem, 2vw, 1.2rem);
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.4;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Bot\u00e3o Flutuante Google Maps */
.maps-button-floating {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    z-index: 30;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.9rem 1.8rem;
    background: rgba(240, 201, 122, 0.95);
    border: none;
    border-radius: 50px;
    color: #2E1A47;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.35);
    pointer-events: all;
}

.maps-button-floating:hover {
    background: rgba(240, 201, 122, 1);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 35px rgba(240, 201, 122, 0.5);
}

.maps-button-floating svg {
    flex-shrink: 0;
}

.map-container {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
}

/* Marcador Customizado com Logo */
.custom-marker {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 20;
    pointer-events: none;
    animation: markerBounce 2s ease-in-out infinite;
}

.marker-pin {
    position: relative;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(240, 201, 122, 0.9));
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    border: 3px solid rgba(240, 201, 122, 0.8);
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.3),
        0 0 30px rgba(240, 201, 122, 0.5),
        inset 0 2px 8px rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.marker-logo {
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.marker-shadow {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 8px;
    background: radial-gradient(ellipse, rgba(0, 0, 0, 0.4), transparent);
    border-radius: 50%;
    animation: shadowPulse 2s ease-in-out infinite;
}

@keyframes markerBounce {
    0%, 100% {
        transform: translate(-50%, -100%) translateY(0);
    }
    50% {
        transform: translate(-50%, -100%) translateY(-8px);
    }
}

@keyframes shadowPulse {
    0%, 100% {
        opacity: 0.4;
        transform: translateX(-50%) scale(1);
    }
    50% {
        opacity: 0.2;
        transform: translateX(-50%) scale(1.2);
    }
}


/* ══════════════════════════════════════════════════════════
   SEÇÃO AULAS - MÍSTICO E SUTIL
   ══════════════════════════════════════════════════════════ */
.aulas-section {
    padding: 8rem 0;
    position: relative;
    background: radial-gradient(ellipse at top left, rgba(190,160,210,0.08) 0%, transparent 50%),
                radial-gradient(ellipse at bottom right, rgba(240,201,122,0.06) 0%, transparent 50%),
                var(--bg);
    overflow: hidden;
}

.aulas-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(circle at 15% 25%, rgba(155,107,191,0.03) 1px, transparent 1px),
        radial-gradient(circle at 85% 75%, rgba(201,147,58,0.03) 1px, transparent 1px);
    background-size: 120px 120px, 140px 140px;
    opacity: 0.6;
    animation: aulasBgFloat 40s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes aulasBgFloat {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(20px, 20px); }
}

/* Grid de Aulas */
.aulas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
    position: relative;
    z-index: 1;
}

/* Card Moderno de Aula */
.aula-card-modern {
    position: relative;
    padding: 2.5rem 2rem;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(10px);
    border-radius: var(--r-m);
    border: 1px solid rgba(155,107,191,0.15);
    transition: all 0.5s var(--ease-out);
    cursor: pointer;
    overflow: hidden;
}

/* Imagem do Card */
.aula-card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.15;
    transition: all 0.6s var(--ease-out);
}

.aula-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s var(--ease-out);
}

.aula-card-modern:hover .aula-card-image {
    opacity: 0.25;
}

.aula-card-modern:hover .aula-card-image img {
    transform: scale(1.1);
}

.aula-card-modern::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg, 
        rgba(190,160,210,0.3) 0%, 
        rgba(240,201,122,0.2) 50%, 
        rgba(155,107,191,0.3) 100%);
    border-radius: var(--r-m);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
    filter: blur(12px);
}

.aula-card-modern:hover::before {
    opacity: 1;
}

.aula-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(123,79,160,0.2);
    border-color: rgba(190,160,210,0.35);
    background: rgba(255, 255, 255, 0.85);
}

/* Card Featured (Destaque) */
.aula-card-modern.featured {
    background: linear-gradient(135deg, 
        rgba(190,160,210,0.15) 0%, 
        rgba(232,213,245,0.12) 100%);
    border-color: rgba(155,107,191,0.3);
}

.aula-card-modern.featured::after {
    content: '★';
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: var(--gold-light);
    font-size: 1.5rem;
    opacity: 0.6;
    animation: starPulse 3s ease-in-out infinite;
}

@keyframes starPulse {
    0%, 100% { 
        transform: scale(1) rotate(0deg); 
        opacity: 0.6; 
    }
    50% { 
        transform: scale(1.2) rotate(180deg); 
        opacity: 0.9; 
    }
}

/* Ícone Místico */
.aula-mystical-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    position: relative;
    z-index: 1;
}

.aula-symbol {
    width: 100%;
    height: 100%;
    color: var(--purple-light);
    filter: drop-shadow(0 4px 8px rgba(155,107,191,0.3));
    transition: all 0.5s var(--ease-out);
}

.aula-card-modern:hover .aula-symbol {
    transform: scale(1.15) rotate(5deg);
    color: var(--purple-mid);
    filter: drop-shadow(0 6px 16px rgba(155,107,191,0.5));
}

/* Título e Descrição */
.aula-card-modern h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.75rem;
    text-align: center;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}

.aula-card-modern:hover h3 {
    background: var(--grad-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.aula-brief {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-soft);
    text-align: center;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}

.aula-card-modern:hover .aula-brief {
    color: var(--text);
}

/* Brilho Hover */
.aula-hover-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, 
        rgba(240,201,122,0.15) 0%, 
        transparent 60%);
    opacity: 0;
}

/* User modal premium styling */
.user-modal-card {
    border-radius: 2rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(123, 79, 160, 0.12);
}

.user-modal-hero {
    background: linear-gradient(135deg, rgba(123, 79, 160, 0.95) 0%, rgba(181, 132, 212, 0.95) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    padding: 1.75rem 2.25rem;
}

.user-modal-hero .modal-title {
    font-size: 1.35rem;
    letter-spacing: 0.02em;
}

.user-modal-card .modal-header {
    border-bottom: none;
}

.user-modal-card .modal-footer {
    background: #ffffff;
    border-top: none;
}

.btn-pill {
    border-radius: 999px;
    padding-left: 1.65rem;
    padding-right: 1.65rem;
}

.appointment-card {
    border-radius: 1.35rem;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border: 1px solid rgba(123, 79, 160, 0.12);
    background: rgba(255, 255, 255, 0.98);
}

.appointment-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 50px rgba(79, 61, 118, 0.12);
}

.appointment-card .badge {
    padding: 0.55em 0.9em;
    font-size: 0.82rem;
}

#appointmentsContent .alert {
    border-radius: 1.2rem;
}

.user-profile-header {
    background: linear-gradient(140deg, #f4eff9 0%, #f8f4ff 60%, #fefcff 100%);
    color: #372b53;
    border-radius: 1.7rem 1.7rem 0 0;
    padding: 2.85rem 2.25rem 1.75rem;
    position: relative;
    border-bottom: 1px solid rgba(123, 79, 160, 0.12);
}

.user-profile-header .profile-avatar {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background: rgba(123, 79, 160, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    border: 1px solid rgba(123, 79, 160, 0.18);
}

.user-profile-header .vita-avatar-icon,
.user-profile-header .profile-avatar i {
    font-size: 2.8rem;
    color: #5b4482;
    line-height: 1;
}

.user-profile-header h5,
.user-profile-header small,
.user-profile-header .badge {
    color: #372b53;
}

.user-profile-header p {
    margin-bottom: 0.35rem;
    color: #6f5c8f;
}

.user-profile-header .text-muted {
    color: #7f6ea2 !important;
}

.profile-status-badge {
    background: rgba(123, 79, 160, 0.14);
    color: #4d3570;
    border: 1px solid rgba(123, 79, 160, 0.18);
}

.profile-quick-card {
    background: rgba(123, 79, 160, 0.14);
    border: 1px solid rgba(123, 79, 160, 0.24);
    border-radius: 1.35rem;
    text-align: left;
    color: #2f1f4a;
    box-shadow: 0 18px 40px rgba(123, 79, 160, 0.08);
}

.profile-quick-card span,
.profile-quick-card small {
    color: #5f4b88;
}

.profile-quick-card strong {
    color: #2f1f4a;
}

.profile-quick-card small {
    display: block;
    margin-top: 0.35rem;
}

.profile-panel {
    background: #ffffff;
    border-radius: 1.65rem;
    border: 1px solid rgba(123, 79, 160, 0.10);
    box-shadow: 0 18px 45px rgba(76, 44, 109, 0.06);
    margin-top: -1.15rem;
}

.profile-panel form {
    padding-top: 0.5rem;
}

.user-profile-tabs .nav-link {
    border-radius: 0.95rem;
    padding: 0.88rem 1.25rem;
    background: rgba(123, 79, 160, 0.08);
    border: 1px solid transparent;
    color: #5d3e8b;
    transition: all 0.25s ease;
}

.user-profile-tabs .nav-link:hover,
.user-profile-tabs .nav-link:focus {
    background: rgba(123, 79, 160, 0.16);
    color: #3c2a58;
}

.user-profile-tabs .nav-link.active,
.user-profile-tabs .nav-link.show {
    background: linear-gradient(135deg, rgba(123, 79, 160, 0.95), rgba(181, 132, 212, 0.95));
    color: #ffffff;
    border-color: rgba(123, 79, 160, 0.18);
    box-shadow: 0 8px 25px rgba(123, 79, 160, 0.18);
}

.user-profile-tabs .nav-link.active:focus,
.user-profile-tabs .nav-link.show:focus {
    outline: none;
    box-shadow: 0 8px 25px rgba(123, 79, 160, 0.25);
}

.profile-alert {
    box-shadow: 0 18px 45px rgba(0,0,0,0.10);
}

.profile-alert.alert-dismissible {
    right: 1.75rem;
    left: auto;
}

.user-modal-card .form-control {
    border-radius: 1rem;
    border: 1px solid rgba(123, 79, 160, 0.12);
    background: #faf6ff;
    font-size: 1rem;
    padding: 0.95rem 1rem;
    min-height: 54px;
}

.user-modal-card .form-control::placeholder {
    color: #8a76a8;
    opacity: 1;
}

.user-modal-card .form-control:focus {
    box-shadow: 0 0 0 4px rgba(155, 107, 191, 0.12);
    border-color: rgba(123, 79, 160, 0.22);
}

.user-modal-card .form-control-sm {
    padding: 0.95rem 1rem;
    font-size: 1rem;
    min-height: 52px;
}

.user-modal-card .btn-sm {
    padding: 0.95rem 1.2rem;
    font-size: 0.98rem;
}

.user-modal-card .form-group {
    margin-bottom: 1.25rem;
}

.user-modal-card .form-group label {
    font-size: 0.98rem;
}

.user-modal-card .tab-content {
    padding-bottom: 0.75rem;
}

.user-modal-card .modal-body {
    padding: 2.25rem 2.5rem 1.9rem;
}

.user-profile-header .profile-avatar i {
    font-size: 3rem;
}

.user-profile-header .profile-avatar {
    width: 108px;
    height: 108px;
}

.user-modal-card .nav-pills .nav-link {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
}

.user-modal-card .profile-panel {
    padding: 2rem 2rem 2.2rem;
}

#userProfileModal .modal-dialog {
    max-width: 1150px;
}

#userProfileModal .modal-content {
    border-radius: 2rem;
    overflow: hidden;
}

#userProfileModal .modal-body {
    padding: 2.3rem 2.5rem 2rem;
}

.user-modal-card .form-group label {
    font-weight: 600;
    color: #4c357c;
}

.password-strength {
    font-size: 0.95rem;
}

.password-strength.text-success {
    color: #2d7a4f;
}

.password-strength.text-warning {
    color: #b07500;
}

.password-strength.text-danger {
    color: #a31f34;
}

.register-section-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #472d75;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.register-form-note {
    font-size: 0.92rem;
    color: #6c757d;
}

#cpfFeedback {
    margin-top: 0.4rem;
}

.register-modal {
    font-family: 'Inter', sans-serif;
}

.register-modal-card {
    border: none;
    border-radius: 2rem;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,0.97) 0%, rgba(250,245,255,0.95) 100%);
}

.register-panel-left {
    background: linear-gradient(180deg, #5a3ea8 0%, #8d5be4 100%);
    color: #f8f4ff;
    min-height: 100%;
}

.register-panel-left-inner {
    padding: 3rem 2.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.8rem;
    min-height: 100%;
}

.register-side-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.14);
    color: #f8f4ff;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    border: 1px solid rgba(255,255,255,0.18);
}

.register-panel-left h3 {
    font-size: 2.25rem;
    line-height: 1.05;
    margin-bottom: 1rem;
    letter-spacing: -0.04em;
}

.register-side-note {
    color: rgba(255,255,255,0.88);
    font-size: 1rem;
    line-height: 1.7;
    max-width: 380px;
    margin-bottom: 1.8rem;
}

.register-benefits {
    display: grid;
    gap: 1rem;
}

.benefit-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: flex-start;
    padding: 1rem 1rem 1rem 0.75rem;
    background: rgba(255,255,255,0.08);
    border-radius: 1.2rem;
    border: 1px solid rgba(255,255,255,0.14);
}

.benefit-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,0.15);
    color: #ffffff;
    border-radius: 1rem;
    font-size: 1rem;
}

.benefit-item strong {
    display: block;
    font-size: 0.98rem;
    margin-bottom: 0.2rem;
}

.benefit-item p {
    margin: 0;
    color: rgba(255,255,255,0.88);
    font-size: 0.92rem;
}

.register-panel-right {
    padding: 2.2rem 2.4rem;
    background: #fbf5ff;
}

.register-top-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(90deg, #5d2db3 0%, #7d4ad6 100%);
    border-radius: 1rem;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
    box-shadow: 0 16px 35px rgba(92, 43, 154, 0.16);
}

.register-top-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.15);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.register-top-copy strong {
    display: block;
    font-size: 1rem;
    margin-bottom: 0.15rem;
    color: #ffffff;
}

.register-top-copy p {
    margin: 0;
    color: rgba(255,255,255,0.88);
    font-size: 0.92rem;
    line-height: 1.4;
}

.register-panel-heading {
    margin-bottom: 1.5rem;
}

.register-panel-heading .register-badge {
    background: rgba(145, 90, 200, 0.12);
    color: #5a3ea8;
    border: none;
}

.register-panel-heading h5 {
    font-size: 1.45rem;
    margin-top: 0.5rem;
    margin-bottom: 0.45rem;
    color: #33215c;
}

.register-panel-heading .register-header-note {
    color: #6f5999;
    font-size: 0.96rem;
    margin-bottom: 0;
}

.register-role-switcher {
    display: flex;
    gap: 0.85rem;
    margin-bottom: 1.5rem;
}

.register-role-switcher .btn-role {
    min-width: 160px;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.88);
    font-weight: 700;
    opacity: 1;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.register-role-switcher .btn-role[data-role="paciente"] {
    color: #4c84f1;
}

.register-role-switcher .btn-role[data-role="psicologo"] {
    color: #9e6be0;
}

.register-role-switcher .btn-role:hover {
    background: rgba(255, 255, 255, 0.28);
    color: #ffffff;
    transform: translateY(-1px);
}

.register-role-switcher .btn-role[data-role="paciente"].active {
    background: #e4f0ff;
    color: #185bb5;
    border-color: #4c84f1;
    box-shadow: 0 10px 24px rgba(28, 104, 229, 0.18);
}

.register-role-switcher .btn-role[data-role="psicologo"].active {
    background: #f4edff;
    color: #7547b8;
    border-color: #9e6be0;
    box-shadow: 0 10px 24px rgba(123, 79, 160, 0.18);
}

.register-role-switcher .btn-role.active:hover {
    transform: translateY(-1px);
}

.register-section-card {
    background: #ffffff;
    border: 1px solid rgba(142, 101, 194, 0.18);
    border-radius: 1.5rem;
    padding: 1.4rem 1.5rem;
    box-shadow: 0 18px 42px rgba(124, 85, 190, 0.07);
}

.register-section-title-wrap h6 {
    color: #4b3175;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.register-section-title-wrap p {
    color: #7a6498;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.register-modal .form-control {
    border: 1px solid rgba(151, 109, 220, 0.35);
    background: #f9f4ff;
    min-height: 50px;
    padding: 0.95rem 1.2rem;
    font-size: 0.96rem;
    border-radius: 1.1rem;
    box-shadow: inset 0 1px 2px rgba(255,255,255,0.6);
}

.register-modal .form-control:focus {
    border-color: #c9a6ff;
    box-shadow: 0 0 0 0.25rem rgba(196, 154, 255, 0.18);
    background: #fff;
}

.register-modal .form-control.is-invalid,
.register-modal .form-control.is-invalid:focus,
.register-modal .register-input.is-invalid,
.register-modal .register-input.is-invalid:focus,
.register-modal .input-with-addon .register-input.is-invalid,
.register-modal .input-with-addon .register-input.is-invalid:focus {
    border-color: #dc3545 !important;
    border-width: 2px !important;
    box-shadow: 0 0 0 0.28rem rgba(220, 53, 69, 0.18) !important;
}

.register-modal .form-control.is-valid,
.register-modal .form-control.is-valid:focus,
.register-modal .register-input.is-valid,
.register-modal .register-input.is-valid:focus,
.register-modal .input-with-addon .register-input.is-valid,
.register-modal .input-with-addon .register-input.is-valid:focus {
    border-color: #28a745 !important;
    border-width: 2px !important;
    box-shadow: 0 0 0 0.28rem rgba(40, 167, 69, 0.18) !important;
}

.register-modal .form-label {
    font-size: 0.9rem;
    color: #533a7c;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.register-modal .form-text {
    font-size: 0.88rem;
    color: #7f6b98;
}

.input-with-addon {
    position: relative;
}

.input-with-addon .register-input {
    padding-right: 10.5rem;
}

.input-addon-button {
    position: absolute;
    top: 50%;
    right: 0.85rem;
    transform: translateY(-50%);
    border: none;
    background: rgba(255,255,255,0.95);
    color: #5a3192;
    padding: 0.45rem 0.95rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    pointer-events: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    box-shadow: 0 8px 18px rgba(93, 61, 165, 0.12);
}

.input-addon-button.valid {
    background: rgba(101, 55, 188, 0.12);
    color: #3b1d72;
}

.input-addon-button.invalid {
    background: rgba(217, 89, 120, 0.14);
    color: #8c2844;
}

.input-addon-button.valid i,
.input-addon-button.invalid i {
    font-size: 0.95rem;
}

.password-field-wrap {
    position: relative;
}

.password-input-wrapper {
    position: relative;
}

.password-field-wrap .register-input {
    padding-right: 11rem;
}

.password-action-group {
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.password-field-wrap .password-icon-btn,
.password-field-wrap .password-generate-btn {
    border: none;
    background: rgba(255,255,255,0.95);
    color: #6b3fa1;
    font-size: 0.92rem;
    cursor: pointer;
    padding: 0.55rem 1rem;
    border-radius: 1rem;
    box-shadow: 0 8px 20px rgba(97, 57, 150, 0.08);
    transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.password-field-wrap .password-icon-btn i {
    font-size: 1rem;
}

.password-field-wrap .password-generate-btn {
    font-weight: 700;
    min-width: 72px;
}

.password-field-wrap .password-icon-btn:hover,
.password-field-wrap .password-generate-btn:hover {
    background: #f1e8ff;
    color: #4b2c77;
    transform: translateY(-1px);
}

.password-field-wrap .password-icon-btn:focus,
.password-field-wrap .password-generate-btn:focus {
    outline: none;
    box-shadow: 0 0 0 0.22rem rgba(145, 90, 200, 0.18);
}

.register-modal .btn-outline-secondary {
    border-color: rgba(143, 101, 210, 0.35);
    color: #5f408f;
    background: rgba(255,255,255,0.92);
}

.register-modal .btn-outline-secondary:hover {
    background-color: rgba(229, 215, 255, 0.95);
}

.register-modal .btn,
.register-modal .btn:hover,
.register-modal button:hover {
    transform: none !important;
}

.register-modal .btn-primary {
    background: linear-gradient(130deg, #7f49cd, #5b3193);
    border-color: #5b3193;
    box-shadow: 0 18px 38px rgba(91, 49, 147, 0.22);
    padding: 1rem 2.25rem;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    min-width: 220px;
}

.register-modal .btn-primary:hover {
    background: linear-gradient(130deg, #6a3bbf, #4a2c86);
    border-color: #4a2c86;
}

.register-modal .btn-pill {
    border-radius: 999px;
}

.register-modal-footer {
    padding: 1.5rem 0;
    border-top: none;
    background: transparent;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.register-note-bar {
    padding: 1rem 1.25rem;
    background: #fbf3ff;
    border: 1px solid rgba(150, 108, 210, 0.18);
    border-radius: 1.2rem;
}

.register-modal .row > [class*="col-"] {
    margin-bottom: 0.75rem;
}

.register-modal .register-section-card {
    margin-bottom: 1rem;
}

.user-modal-card .modal-body {
    padding: 2rem 2.25rem 1.75rem;
}

.user-modal-card .modal-header {
    border-bottom: none;
    padding-bottom: 0.75rem;
}

.user-modal-card .modal-title {
    font-size: 1.55rem;
    letter-spacing: 0.02em;
}

.user-modal-card .btn-primary {
    border-radius: 999px;
    padding: 0.95rem 1.6rem;
}

.user-modal-card .input-group .btn {
    border-radius: 0 1.5rem 1.5rem 0;
}

.user-modal-card .input-group .form-control {
    border-right: 0;
}

.user-modal-card .input-group .input-group-append .btn {
    border-left: 0;
}

.user-modal-card textarea.form-control {
    min-height: 128px;
}

.profile-actions .btn {
    min-height: 48px;
}

@media (max-width: 991.98px) {
    .user-profile-header {
        padding: 2rem 1.25rem 1.25rem;
    }
    .profile-panel {
        margin-top: -1rem;
    }
}

.aula-card-modern:hover .aula-hover-glow {
    opacity: 1;
}


/* ══════════════════════════════════════════════════════════
   MODAL DETALHADO DE AULA
   ══════════════════════════════════════════════════════════ */
.aula-detail-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 5000;
    background: rgba(42, 21, 69, 0.92);
    backdrop-filter: blur(8px);
    animation: modalFadeIn 0.4s ease-out;
}

.aula-detail-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-close-detail {
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 5001;
    width: 50px;
    height: 50px;
    background: rgba(240, 201, 122, 0.15);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(240, 201, 122, 0.4);
    border-radius: 50%;
    color: rgba(240, 201, 122, 0.95);
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close-detail:hover {
    background: rgba(240, 201, 122, 0.25);
    border-color: rgba(240, 201, 122, 0.7);
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 0 30px rgba(240, 201, 122, 0.4);
}

.aula-detail-scroll {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 6rem 2rem 4rem;
    animation: modalSlideUp 0.5s var(--ease-out);
}

@keyframes modalSlideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.aula-detail-container {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: var(--r-l);
    padding: 4rem 3rem;
    box-shadow: 0 24px 80px rgba(42, 21, 69, 0.5);
    border: 1px solid rgba(190,160,210,0.3);
}

/* Header do Modal */
.aula-detail-header {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid rgba(190,160,210,0.2);
}

.aula-detail-icon-large {
    width: 120px;
    height: 120px;
    margin: 0 auto 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, 
        rgba(190,160,210,0.2) 0%, 
        rgba(240,201,122,0.15) 100%);
    border-radius: 50%;
    border: 2px solid rgba(155,107,191,0.3);
    box-shadow: 0 8px 32px rgba(155,107,191,0.2);
}

.aula-detail-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    background: var(--grad-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
}

.aula-detail-subtitle {
    font-size: 1.2rem;
    color: var(--text-soft);
    font-style: italic;
}

/* Corpo do Modal */
.aula-detail-body {
    margin-bottom: 3rem;
}

.aula-detail-body h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: var(--purple-dark);
    margin: 2rem 0 1rem;
}

.aula-detail-body p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--text-soft);
    margin-bottom: 1.5rem;
}

.aula-detail-body ul {
    list-style: none;
    padding-left: 0;
    margin: 1.5rem 0;
}

.aula-detail-body ul li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--text-soft);
}

.aula-detail-body ul li::before {
    content: '✦';
    position: absolute;
    left: 0;
    color: var(--gold);
    font-size: 1.2rem;
}

.aula-contact-info {
    background: rgba(190,160,210,0.1);
    border-left: 4px solid var(--purple-light);
    padding: 1rem 1.5rem;
    margin: 2rem 0;
    border-radius: var(--r-s);
}

.aula-contact-info p {
    margin: 0.5rem 0;
    font-weight: 500;
    color: var(--text);
}

/* Footer do Modal */
.aula-detail-footer {
    text-align: center;
    padding-top: 2rem;
    border-top: 2px solid rgba(190,160,210,0.2);
}

.aula-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2.5rem;
    background: var(--grad-purple);
    color: white;
    text-decoration: none;
    border-radius: var(--r-pill);
    font-weight: 600;
    font-size: 1.05rem;
    transition: all 0.3s var(--ease-out);
    box-shadow: 0 8px 24px rgba(123,79,160,0.3);
}

.aula-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(123,79,160,0.4);
}

.aula-cta-btn svg {
    transition: transform 0.3s ease;
}

.aula-cta-btn:hover svg {
    transform: translateX(5px);
}


/* ══════════════════════════════════════════════════════════
   RESPONSIVIDADE - AULAS
   ══════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    .aulas-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .aula-card-modern {
        padding: 2rem 1.5rem;
    }
    
    .aula-detail-container {
        padding: 3rem 2rem;
    }
    
    .aula-detail-title {
        font-size: 2rem;
    }
    
    .modal-close-detail {
        top: 1rem;
        right: 1rem;
        width: 44px;
        height: 44px;
        font-size: 1.75rem;
    }
}

@keyframes shadowPulse {
    0%, 100% {
        opacity: 0.4;
        transform: translateX(-50%) scale(1);
    }
    50% {
        opacity: 0.6;
        transform: translateX(-50%) scale(1.1);
    }
}

.map-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    filter: brightness(0.95) saturate(1.1);
    transition: filter 0.4s ease;
}

.map-frame:hover {
    filter: brightness(1) saturate(1.2);
}

/* Responsive */
@media (max-width: 768px) {
    .map-section {
        height: 70vh;
        min-height: 500px;
    }
    
    .map-header {
        padding: 1.5rem 1rem 1rem;
    }
    
    .map-header h2 {
        font-size: clamp(1.8rem, 5vw, 2.2rem);
    }
    
    .map-header p {
        font-size: clamp(0.9rem, 3vw, 1.05rem);
    }
    
    .maps-button-floating {
        bottom: 1rem;
        right: 1rem;
        padding: 0.75rem 1.3rem;
        font-size: 0.9rem;
        gap: 0.5rem;
    }
    
    .maps-button-floating svg {
        width: 18px;
        height: 18px;
    }
    
    /* Marcador menor no mobile */
    .marker-pin {
        width: 55px;
        height: 55px;
    }
    
    .marker-logo {
        width: 38px;
        height: 38px;
    }
    
    .marker-shadow {
        width: 30px;
        height: 6px;
    }
}


/* ══════════════════════════════════════════════════════════
   MODAL DE AULAS E TERAPIAS
   ══════════════════════════════════════════════════════════ */
.aulas-modal-content {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 6rem 2rem 4rem;
}

.aulas-header {
    text-align: center;
    margin-bottom: 4rem;
}

.aulas-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    color: #F0C97A;
    margin-bottom: 1rem;
    text-shadow: 0 2px 30px rgba(240, 201, 122, 0.4);
}

.aulas-header p {
    font-family: 'Inter', sans-serif;
    font-size: clamp(1rem, 2vw, 1.3rem);
    color: rgba(255, 255, 255, 0.85);
}

.aulas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.aula-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(232, 213, 245, 0.05));
    border: 1px solid rgba(240, 201, 122, 0.3);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.aula-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(240, 201, 122, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.aula-card:hover {
    transform: translateY(-8px);
    border-color: rgba(240, 201, 122, 0.6);
    box-shadow: 0 15px 40px rgba(240, 201, 122, 0.3);
}

.aula-card:hover::before {
    opacity: 1;
}

.aula-icon {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 4px 10px rgba(240, 201, 122, 0.3));
}

.aula-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #F0C97A;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.aula-excerpt {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 1;
}

/* Responsive */
@media (max-width: 768px) {
    .aulas-modal-content {
        padding: 5rem 1.5rem 3rem;
    }
    
    .aulas-header {
        margin-bottom: 3rem;
    }
    
    .aulas-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .aula-card {
        padding: 2rem 1.5rem;
    }
    
    .aula-icon {
        font-size: 3rem;
    }
}

/* ============================================================
   USER ACCOUNT DROPDOWN
   ============================================================ */
.user-account-container {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 1.5rem;
}

.user-account-btn {
    position: relative;
    width: 44px;
    height: 44px;
    border: none;
    background: rgba(123, 79, 160, 0.1);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    overflow: hidden;
}

.user-account-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--purple-base), var(--lavender));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.user-account-btn:hover::before {
    opacity: 1;
}

.user-icon {
    position: relative;
    z-index: 1;
    color: var(--purple-base);
    transition: all 0.3s ease;
}

.user-account-btn:hover .user-icon {
    color: white;
    transform: scale(1.1);
}

.user-icon-glow {
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--purple-base), var(--gold-base));
    opacity: 0;
    filter: blur(8px);
    transition: opacity 0.3s ease;
    z-index: 0;
}

.user-account-btn:hover .user-icon-glow {
    opacity: 0.6;
}

.user-dropdown {
    position: absolute;
    top: calc(100% + 1rem);
    right: 0;
    width: 260px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-radius: var(--r-m);
    box-shadow: 0 20px 60px rgba(123, 79, 160, 0.3);
    border: 1px solid rgba(123, 79, 160, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
}

.user-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-header {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, rgba(123, 79, 160, 0.1), rgba(190, 160, 210, 0.1));
    border-radius: var(--r-m) var(--r-m) 0 0;
}

.dropdown-header svg {
    color: var(--purple-base);
}

.dropdown-header h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--purple-dark);
    font-family: var(--font-serif);
}

.dropdown-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(123, 79, 160, 0.2), transparent);
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    color: var(--text);
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(123, 79, 160, 0.1);
}

.dropdown-item:last-child {
    border-bottom: none;
    border-radius: 0 0 var(--r-m) var(--r-m);
}

.dropdown-item svg {
    color: var(--purple-base);
    transition: transform 0.3s ease;
}

.dropdown-item span {
    font-weight: 500;
}

.dropdown-item:hover {
    background: rgba(123, 79, 160, 0.05);
    color: var(--purple-base);
}

.dropdown-item:hover svg {
    transform: translateX(3px);
}

/* ============================================================
   BLOG SECTION
   ============================================================ */
.blog-section {
    padding: 8rem 0;
    background: linear-gradient(180deg, #f8f5fc 0%, #ffffff 50%, #f8f5fc 100%);
    position: relative;
    overflow: hidden;
}

.blog-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 400px;
    background: radial-gradient(ellipse at top, rgba(123, 79, 160, 0.1), transparent 70%);
    pointer-events: none;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin-top: 4rem;
}

@media (max-width: 1024px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

.blog-card {
    background: white;
    border-radius: var(--r-l);
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(123, 79, 160, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.blog-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--r-l);
    background: linear-gradient(135deg, var(--purple-base), var(--gold-base));
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 0;
}

.blog-card:hover::before {
    opacity: 0.05;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(123, 79, 160, 0.2);
}

.blog-card-image {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.blog-card-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-card-image img {
    transform: scale(1.1);
}

.blog-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
}

.blog-category {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.4rem 1rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: var(--r-pill);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--purple-base);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
}

.blog-card-content {
    padding: 2rem;
    position: relative;
    z-index: 1;
}

.blog-meta {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: var(--text-light);
}

.blog-date {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.blog-date svg {
    color: var(--purple-base);
}

.blog-read-time {
    padding: 0.3rem 0.8rem;
    background: rgba(123, 79, 160, 0.1);
    border-radius: var(--r-pill);
    font-weight: 600;
    color: var(--purple-base);
}

.blog-title {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--purple-dark);
    margin-bottom: 1rem;
    line-height: 1.4;
}

.blog-excerpt {
    color: var(--text);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--purple-base);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.blog-read-more svg {
    transition: transform 0.3s ease;
}

.blog-read-more:hover {
    gap: 0.8rem;
    color: var(--purple-dark);
}

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

/* ============================================================
   VIDEOS SECTION
   ============================================================ */
.videos-section {
    padding: 8rem 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8f5fc 50%, #ffffff 100%);
    position: relative;
}

.videos-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 400px;
    background: radial-gradient(ellipse at bottom, rgba(190, 160, 210, 0.15), transparent 70%);
    pointer-events: none;
}

.videos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin-top: 4rem;
}

@media (max-width: 1024px) {
    .videos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .videos-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

.video-card {
    background: white;
    border-radius: var(--r-l);
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(123, 79, 160, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.video-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(123, 79, 160, 0.2);
}

.video-thumbnail {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    cursor: pointer;
}

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

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

.video-play-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: all 0.4s ease;
}

.video-card:hover .video-play-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.video-play-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.video-play-btn:hover {
    transform: scale(1.15);
}

.video-play-btn svg circle {
    transition: all 0.3s ease;
}

.video-play-btn:hover svg circle {
    fill: rgba(255, 255, 255, 0.2);
}

.video-duration {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    padding: 0.4rem 0.8rem;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    border-radius: var(--r-s);
    color: white;
    font-size: 0.85rem;
    font-weight: 600;
    z-index: 2;
}

.video-content {
    padding: 1.75rem;
}

.video-title {
    font-family: var(--font-serif);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--purple-dark);
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.video-description {
    color: var(--text);
    line-height: 1.6;
    margin-bottom: 1.25rem;
    font-size: 0.95rem;
}

.video-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid rgba(123, 79, 160, 0.1);
    font-size: 0.9rem;
    color: var(--text-light);
}

.video-views {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.video-views svg {
    color: var(--purple-base);
}

/* ============================================================
   VIDEO PLAYER MODAL
   ============================================================ */
.video-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
    align-items: center;
    justify-content: center;
}

.video-modal.active {
    display: flex;
}

.video-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    animation: fadeIn 0.3s ease;
}

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 1200px;
    aspect-ratio: 16 / 9;
    z-index: 2;
    animation: modalZoom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.video-modal-close {
    position: absolute;
    top: -50px;
    right: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
}

.video-modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

.video-player-wrapper {
    width: 100%;
    height: 100%;
    border-radius: var(--r-l);
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.video-player-wrapper iframe {
    width: 100%;
    height: 100%;
}

@keyframes modalZoom {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* ============================================================
   BLOG MODAL
   ============================================================ */
.blog-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.blog-modal.active {
    opacity: 1;
    visibility: visible;
}

.blog-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 8, 25, 0.92);
    backdrop-filter: blur(10px);
}

.blog-modal-content {
    position: relative;
    width: 90%;
    max-width: 900px;
    max-height: 90vh;
    background: linear-gradient(135deg, rgba(30, 15, 50, 0.98), rgba(50, 25, 75, 0.95));
    border-radius: var(--r-l);
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6),
                0 0 0 1px rgba(190, 160, 210, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    animation: modalZoom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10001;
}

.blog-modal-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 50px;
    height: 50px;
    background: rgba(123, 79, 160, 0.2);
    border: 2px solid rgba(190, 160, 210, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10002;
}

.blog-modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

.blog-modal-close svg {
    color: var(--gold-base);
}

.blog-modal-body {
    overflow-y: auto;
    max-height: 90vh;
    padding: 3rem;
    scrollbar-width: thin;
    scrollbar-color: var(--purple-base) transparent;
}

.blog-modal-body::-webkit-scrollbar {
    width: 8px;
}

.blog-modal-body::-webkit-scrollbar-track {
    background: transparent;
}

.blog-modal-body::-webkit-scrollbar-thumb {
    background: var(--purple-base);
    border-radius: 4px;
}

.blog-post-header {
    text-align: center;
    margin-bottom: 2rem;
}

.blog-post-category {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: linear-gradient(135deg, var(--purple-base), var(--purple-mid));
    color: white;
    border-radius: var(--r-m);
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.blog-post-title {
    font-size: 2.5rem;
    color: var(--gold-base);
    margin-bottom: 1rem;
    font-family: 'Cinzel', serif;
}

.blog-post-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    color: var(--lavender);
    font-size: 0.95rem;
}

.blog-post-image {
    width: 100%;
    height: 400px;
    border-radius: var(--r-l);
    overflow: hidden;
    margin-bottom: 2rem;
}

.blog-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-post-content {
    color: var(--lavender);
    line-height: 1.8;
    font-size: 1.1rem;
}

.blog-post-content h3 {
    color: var(--gold-base);
    font-size: 1.8rem;
    margin: 2rem 0 1rem;
    font-family: 'Cinzel', serif;
}

.blog-post-content h4 {
    color: var(--purple-light);
    font-size: 1.4rem;
    margin: 1.5rem 0 0.75rem;
}

.blog-post-content p {
    margin-bottom: 1.5rem;
}

.blog-post-content ul {
    margin: 1rem 0 1.5rem 2rem;
    list-style: none;
}

.blog-post-content ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
}

.blog-post-content ul li::before {
    content: "✦";
    position: absolute;
    left: 0;
    color: var(--gold-base);
}

.blog-post-content blockquote {
    margin: 2rem 0;
    padding: 1.5rem 2rem;
    background: rgba(123, 79, 160, 0.1);
    border-left: 4px solid var(--gold-base);
    border-radius: var(--r-m);
    font-style: italic;
    color: var(--gold-light);
}

/* ──────────────────────────────────────────────────────────────
   USER DROPDOWN - FORMATO ARREDONDADO
   ────────────────────────────────────────────────────────────── */

/* Botão do dropdown com formato circular */
.header-nav-features-user .dropdown-toggle {
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    background: rgba(123, 79, 160, 0.1) !important;
}

.header-nav-features-user .dropdown-toggle:hover {
    background: rgba(123, 79, 160, 0.2) !important;
    transform: scale(1.05);
}

/* Menu dropdown arredondado */
.header-nav-features-user .dropdown-menu {
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(123, 79, 160, 0.25) !important;
    border: 1px solid rgba(123, 79, 160, 0.1) !important;
    min-width: 250px !important;
    padding: 0.5rem 0 !important;
}

/* Header do dropdown */
.header-nav-features-user .dropdown-header {
    padding: 1rem 1.25rem !important;
    background: linear-gradient(135deg, rgba(123, 79, 160, 0.08) 0%, rgba(155, 107, 191, 0.08) 100%) !important;
    border-bottom: 1px solid rgba(123, 79, 160, 0.1) !important;
    margin-bottom: 0.5rem !important;
}

/* Itens do dropdown */
.header-nav-features-user .dropdown-item {
    padding: 0.75rem 1.25rem !important;
    transition: all 0.3s ease !important;
    border-radius: 10px !important;
    margin: 0.25rem 0.5rem !important;
}

.header-nav-features-user .dropdown-item:hover {
    background: rgba(123, 79, 160, 0.1) !important;
    color: var(--purple-mid) !important;
    transform: translateX(5px);
}

.header-nav-features-user .dropdown-item i {
    color: var(--purple-mid) !important;
}

/* Dividers arredondados */
.header-nav-features-user .dropdown-divider {
    margin: 0.5rem 1rem !important;
    border-top: 1px solid rgba(123, 79, 160, 0.15) !important;
}

/* Botão de sair com estilo especial */
.header-nav-features-user .dropdown-item.text-danger:hover {
    background: rgba(220, 53, 69, 0.1) !important;
    color: #dc3545 !important;
}

/* ============================================================
   AUTH MODALS (LOGIN & REGISTER)
   ============================================================ */
.auth-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.auth-modal.active {
    opacity: 1;
    visibility: visible;
}

.auth-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 8, 25, 0.92);
    backdrop-filter: blur(15px);
    cursor: pointer;
}

.auth-modal-content {
    position: relative;
    width: 90%;
    max-width: 480px;
    max-height: 90vh;
    overflow-y: auto;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(248, 245, 252, 0.95));
    border-radius: var(--r-l);
    box-shadow: 0 30px 80px rgba(123, 79, 160, 0.3), 0 0 0 1px rgba(123, 79, 160, 0.2);
    backdrop-filter: blur(20px);
    animation: modalZoom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10001;
}

.auth-modal-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 50px;
    height: 50px;
    background: rgba(123, 79, 160, 0.2);
    border: 2px solid rgba(190, 160, 210, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10002;
}

.auth-modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

.auth-modal-close svg {
    color: var(--gold-base);
}

.auth-modal-header {
    text-align: center;
    padding: 3rem 2rem 2rem;
    border-bottom: 1px solid rgba(123, 79, 160, 0.2);
}

.auth-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, var(--purple-base), var(--gold-base));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(123, 79, 160, 0.4);
}

.auth-icon svg {
    color: var(--white);
}

.auth-modal-header h2 {
    font-family: 'Cinzel', serif;
    font-size: 2rem;
    color: var(--purple-base);
    margin-bottom: 0.5rem;
}

.auth-modal-header p {
    color: #5a3a6b;
    font-size: 1rem;
}

.auth-form {
    padding: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    color: #4a1850;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    letter-spacing: 0.3px;
}

.form-group input {
    width: 100%;
    padding: 0.9rem 1.2rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(123, 79, 160, 0.3);
    border-radius: var(--r-m);
    color: #2a1835;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group input:focus {
    outline: none;
    border-color: var(--purple-base);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 3px rgba(123, 79, 160, 0.1);
}

.form-group input::placeholder {
    color: rgba(123, 79, 160, 0.5);
}

.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #5a3a6b;
    font-size: 0.9rem;
    cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: var(--purple-base);
}

.checkbox-label span {
    user-select: none;
}

.terms-label {
    margin-bottom: 1.5rem;
}

.terms-label a {
    color: var(--purple-base);
    text-decoration: none;
    transition: color 0.3s ease;
}

.terms-label a:hover {
    color: var(--gold-base);
    text-decoration: underline;
}

.forgot-password {
    color: var(--purple-base);
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.forgot-password:hover {
    color: var(--gold-base);
    text-decoration: underline;
}

.auth-submit-btn {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, var(--purple-base), var(--gold-base));
    color: var(--white);
    border: none;
    border-radius: var(--r-m);
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(123, 79, 160, 0.3);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.auth-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(123, 79, 160, 0.5);
}

.auth-divider {
    position: relative;
    text-align: center;
    margin: 1.5rem 0;
}

.auth-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(123, 79, 160, 0.3), transparent);
}

.auth-divider span {
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(248, 245, 252, 0.95));
    padding: 0 1rem;
    color: #5a3a6b;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.auth-switch {
    text-align: center;
    color: #5a3a6b;
    font-size: 0.95rem;
    margin: 0;
}

.auth-switch a {
    color: var(--purple-base);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.auth-switch a:hover {
    color: var(--gold-base);
    text-decoration: underline;
}

/* ============================================================
   RESPONSIVE - USER DROPDOWN, BLOG & VIDEOS
   ============================================================ */
@media (max-width: 768px) {
    .user-account-container {
        margin-left: 1rem;
    }

    .user-dropdown {
        right: -1rem;
        width: 240px;
    }

    /* Auth Modals */
    .auth-modal-content {
        width: 95%;
        max-width: 420px;
    }

    .auth-modal-header {
        padding: 2rem 1.5rem 1.5rem;
    }

    .auth-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 1rem;
    }

    .auth-modal-header h2 {
        font-size: 1.6rem;
    }

    .auth-form {
        padding: 1.5rem;
    }

    .form-options {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem;
    }

    .auth-modal-close {
        top: 1rem;
        right: 1rem;
        width: 40px;
        height: 40px;
    }

    .blog-section,
    .videos-section {
        padding: 5rem 0;
    }

    .video-modal-content {
        width: 95%;
    }

    .video-modal-close {
        top: -45px;
        width: 40px;
        height: 40px;
    }
    
    .blog-modal-content {
        width: 95%;
        max-height: 95vh;
    }
    
    .blog-modal-body {
        padding: 2rem 1.5rem;
        max-height: 95vh;
    }
    
    .blog-post-title {
        font-size: 1.8rem;
    }
    
    .blog-post-image {
        height: 250px;
    }
    
    .blog-modal-close {
        top: 1rem;
        right: 1rem;
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 480px) {
    .user-account-btn {
        width: 40px;
        height: 40px;
    }

    .blog-card-content,
    .video-content {
        padding: 1.5rem;
    }

    .blog-title,
    .video-title {
        font-size: 1.2rem;
    }
    
    .blog-post-title {
        font-size: 1.5rem;
    }
    
    .blog-post-content {
        font-size: 1rem;
    }
    
    .blog-post-content h3 {
        font-size: 1.4rem;
    }
    
    .blog-modal-body {
        padding: 1.5rem 1rem;
    }
    
    .team-modal-content {
        width: 95%;
        max-height: 95vh;
    }
    
    .team-modal-body {
        padding: 2rem 1.5rem;
        max-height: 95vh;
    }
    
    .modal-avatar {
        width: 120px;
        height: 120px;
    }
    
    .modal-name {
        font-size: 1.8rem;
    }
    
    .modal-role {
        font-size: 1rem;
    }
    
    .social-link {
        width: 45px;
        height: 45px;
    }
    
    .team-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 1.5rem;
    }
    
    .compact-avatar {
        width: 80px;
        height: 80px;
    }
    
    .compact-name {
        font-size: 1.1rem;
    }
    
    .compact-role {
        font-size: .8rem;
    }
    
    .view-profile-btn {
        padding: .5rem 1.2rem;
        font-size: .8rem;
    }
}
