.page-hero-festa {
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding-top: 75px;
    text-align: center;
    background: linear-gradient(135deg, #FF6B00 %, #FF770 25%, #E06000 50%, #FF550 75%, #FF8C00 100%);
}

.page-hero-festa .container {
    position: relative;
    z-index: 1;
}

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

.hero-festa-badge {
    display: inline-block;
    padding: .6rem 1.8rem;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50px;
    color: #fff;
    font-size: .95rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    margin-bottom: 1.5rem;
    box-shadow:  4px 15px rgba(0, 0, 0, .3);
}

.hero-festa-title {
    font-size: 4rem;
    font-weight: 900;
    color: #fff;
    text-shadow:  4px 25px rgba(0, 0, 0, .3);
    line-height: 1.1;
    margin-bottom: 1.2rem;
}

.hero-festa-title .hero-festa-band {
    display: block;
    font-size: 3.5rem;
    font-weight: 300;
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.hero-festa-title .hero-festa-band-highlight {
    font-size: 5rem;
    font-weight: 900;
    color: #FFD700;
    text-shadow: 0 30px 0 rgba(255, 215, 0, .4);
    letter-spacing: 6px;
    margin-top: -.3rem;
    display: block;
}

.hero-festa-sub {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, .85);
    font-weight: 400;
    margin-bottom: 2.5rem;
    text-shadow:  1px 5px rgba(0, 0, 0, .2);
    line-height: 1.6;
}

/* =============================================
   ARCO-ÍRIS - Letras Coloridas (Festa Junina)
   ============================================= */
.hero-festa-band-name {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, .6),  2px 5px rgba(0, 0, 0, .3);
    line-height: 1.4;
}

/* Cores do arco-íris em sequência: vermelho, laranja, amarelo, verde, azul, anil, violeta */
.blink-letter {
    display: inline-block;
    animation: rainbowGlow 2.5s ease-in-out infinite alternate;
}

/* Sequência de cores arco-íris */
.l-b, .l-d2, .l-s2   { color: #FF00; animation-delay: 0s; }  /* Vermelho */
.l-a, .l-e, .l-o4     { color: #FF66; animation-delay: 0.15s; }  /* Laranja */
.l-n, .l-s, .l-2      { color: #FFD700; animation-delay: 0.3s; }  /* Amarelo */
.l-d, .l-c            { color: #00CC00; animation-delay: 0.45s; }  /* Verde */
.l-a2, .l-o3, .l-p    { color: #0066FF; animation-delay: 0.6s; }  /* Azul */
.l-f, .l-m, .l-a3     { color: #4B0082; animation-delay: 0.75s; } /* Anil */
.l-o, .l-o2, .l-r2    { color: #8B00FF; animation-delay: 0.9s; }  /* Violeta */
.l-r, .l-r2           { color: rgb(255, 0, 0); animation-delay: 1.05s; } /* Vermelho (repetido) */

.blink-letter-space {
    display: inline-block;
    width: .5em;
}

@keyframes rainbowGlow {
  0% { text-shadow:   2px 10px rgba(0, 0, 0, .5),   2px 5px rgba(0, 0, 0, .3); opacity: .8; }
    50% { text-shadow:   4px 20px rgba(0, 0, 0, .7),   4px 10px rgba(0, 0, 0, .4); opacity: 1; transform: scale(1.05); }
    100% { text-shadow:   2px 10px rgba(0, 0, 0, .5),   2px 5px rgba(0, 0, 0, .3); opacity: .8; }
}

@media (max-width: 768px) {
    .hero-festa-band-name {
        font-size: 1.8rem;
    }
    .blink-letter {
        animation-duration: 2s;
    }
}

/* =============================================
   HERO - Letras Coloridas Arco-Íris (Banda Forró DesComPa2So)
   ============================================= */
.hero-festa-band-name {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.hero-festa-band-name .blink-letter {
    animation: fadePulse 2.5s ease-in-out infinite alternate;
    display: inline;
}

.hero-festa-band-name .blink-letter-space {
    display: inline;
    width: .4em;
}

/* Cores do arco-íris - ordem: Vermelho, Laranja, Amarelo, Verde, Azul, Anil, Violeta */
.hero-festa-band-name .l-b  { color: #FF00; animation-delay: 0s; }
.hero-festa-band-name .l-a  { color: #FFA500; animation-delay: 0.1s; }
.hero-festa-band-name .l-n  { color: #FFD700; animation-delay: 0.2s; }
.hero-festa-band-name .l-d  { color: #00AA00; animation-delay: 0.3s; }
.hero-festa-band-name .l-a2 { color: #0066FF; animation-delay: 0.4s; }
.hero-festa-band-name .l-f  { color: #4B0082; animation-delay: 0.5s; }
.hero-festa-band-name .l-o  { color: #8B00FF; animation-delay: 0.6s; }
.hero-festa-band-name .l-r  { color: #FF00; animation-delay: 0.7s; }
.hero-festa-band-name .l-r2 { color: #FFA500; animation-delay: 0.8s; }
.hero-festa-band-name .l-o2 { color: #FFD700; animation-delay: 0.9s; }
.hero-festa-band-name .l-d2 { color: #00AA00; animation-delay: 1.s; }
.hero-festa-band-name .l-e  { color: #0066FF; animation-delay: 1.1s; }
.hero-festa-band-name .l-s  { color: #4B0082; animation-delay: 1.2s; }
.hero-festa-band-name .l-c  { color: #8B00FF; animation-delay: 1.3s; }
.hero-festa-band-name .l-o3 { color: rgb(255, 0, 0); animation-delay: 1.4s; }
.hero-festa-band-name .l-m  { color: #FFA500; animation-delay: 1.5s; }
.hero-festa-band-name .l-p  { color: #FFD700; animation-delay: 1.6s; }
.hero-festa-band-name .l-a3 { color: #00AA00; animation-delay: 1.7s; }
.hero-festa-band-name .l-2  { color: #0066FF; animation-delay: 1.8s; }
.hero-festa-band-name .l-s2 { color: #4B0082; animation-delay: 1.9s; }
.hero-festa-band-name .l-o4 { color: #8B00FF; animation-delay: 2.s; }

@keyframes fadePulse {
  0% { opacity: .5; text-shadow:    5px currentColor; }
    50% { opacity: 1; text-shadow:    15px currentColor,    25px currentColor; }
    100% { opacity: .8; text-shadow:    8px currentColor; }
}

@media (max-width: 768px) {
    .hero-festa-band-name {
        font-size: 1.1rem;
    }
    .hero-festa-band-name .blink-letter {
        animation-duration: 2s;
    }
}

.hero-festa-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-festa-btn-whats {
    background: #25D366;
    color: #fff;
    border: none;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 50px;
    transition: all .3s ease;
    box-shadow:  5px 20px rgba(37, 211, 102, .4);
}

.hero-festa-btn-whats:hover {
    transform: translateY(-3px);
    box-shadow:  0 8px 30px rgba(37, 211, 102, .5);
    background: #22c35e;
    color: #fff;
}

.hero-festa-btn-saiba {
    background: rgba(255, 255, 255, .15);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .4);
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    backdrop-filter: blur(5px);
    transition: all .3s ease;
}

.hero-festa-btn-saiba:hover {
    background: rgba(255, 255, 255, .25);
    border-color: #fff;
    transform: translateY(-3px);
    color: #fff;
}

/* Responsivo - Hero Festa */
@media (max-width: 768px) {
    .page-hero-festa {
        min-height: 75vh;
        background: linear-gradient(135deg, #FF6B00, #E06000 30%, #CC550 60%, #FF8C00 100%);
    }
    .hero-festa-title {
        font-size: 2.5rem;
    }
    .hero-festa-title .hero-festa-band {
        font-size: 2rem;
    }
    .hero-festa-title .hero-festa-band-highlight {
        font-size: 3rem;
    }
    .hero-festa-sub {
        font-size: 1.1rem;
    }
    .hero-festa-actions {
        flex-direction: column;
        align-items: center;
    }
    .hero-festa-btn-whats,
    .hero-festa-btn-saiba {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
}
/* =============================================
   GALERIA NOVA - Quadros com Moldura Premium
   ============================================= */
.festa-gallery-nova {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: 2rem ;
    max-width: 960px;
    margin:  auto;
}

.festa-frame-nova {
    position: relative;
    border: 8px solid #FFD700;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(145deg, #1a1a2e, #2d2d44);
    box-shadow:  25px 40px rgba(255, 215, , .45),  15px 25px rgba(, , , .4), inset   30px rgba(, , , .4);
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
    cursor: pointer;
}

.festa-frame-nova::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 28px;
    background: linear-gradient(135deg, #FFD700, #FFA500, #FF69B4, #FFA500, #FFD700);
    background-size: 400% 400%;
    z-index: -1;
    opacity: .8;
    animation: goldenBorderNova 4s ease-in-out infinite alternate;
}

@keyframes goldenBorderNova {
    % { background-position: % 50%; opacity: .6; }
    50% { background-position: 100% 50%; opacity: 1; }
    100% { background-position: % 50%; opacity: .6; }
}

.festa-frame-nova:hover {
    transform: scale(1.04) translateY(-6px);
    border-color: #fff;
    box-shadow:  35px 60px rgba(255, 215, , .65),  20px 40px rgba(, , , .5);
}

.festa-frame-nova-inner {
    text-align: center;
    padding: 2rem;
    color: #fff;
    z-index: 1;
    position: relative;
}

.festa-frame-nova-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
    filter: drop-shadow(  20px rgba(255, 215, 0, .6));
}

.festa-frame-nova-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: #FFD700;
    text-shadow:   20px rgba(255, 215, , .4);
    margin-bottom: .5rem;
}

.festa-frame-nova-desc {
    font-size: .9rem;
    color: rgba(255, 255, 255, .6);
}

.festa-frame-nova-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 215, 0, .1), transparent 70%);
    pointer-events: none;
    animation: glowRotate 8s linear infinite;
}

@keyframes glowRotate {
    % { transform: rotate(deg); }
    100% { transform: rotate(360deg); }
}
/* --- Quadros da Galeria (Imagem e Vídeo) --- */
.festa-frame-imagem,
.festa-frame-video {
    border: 8px solid #FF6B00 !important;
    aspect-ratio: auto !important;
    max-width: 650px;
    margin:  auto;
    padding: 6px;
    background: #FF6B00;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    cursor: default;
    user-select: none !important;
    -webkit-user-select: none !important;
    -webkit-touch-callout: none !important;
}

.festa-frame-img,
.festa-frame-video-el {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    object-fit: contain;
    max-height: 85vh;
    -webkit-user-drag: none !important;
    -khtml-user-drag: none !important;
    -moz-user-drag: none !important;
    -o-user-drag: none !important;
    user-drag: none !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    -webkit-touch-callout: none !important;
    pointer-events: none !important;
}
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    cursor: default;
    user-select: none;
    -webkit-user-select: none;
}

.festa-frame-video-el {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    max-height: 85vh;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}

/* ============================================================
   PROTEÇÃO ANTI-CÓPIA
   ============================================================ */
body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

img, video, iframe, canvas, picture {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
    pointer-events: none;
}

/* ============================================================
   Nova Unção Católica - Style Sheet
   ============================================================ */

/* --- CSS Variables / Theme --- */
:root {
    --primary: #8B4513;        /* Marrom - terra, acolhimento */
    --primary-light: #A0522D;
    --primary-dark: #5C2E0A;
    --gold: #D96C00;           /* Laranja forte */
    --gold-light: #F08500;
    --cream: #FFF8F0;          /* Creme - fundo suave */
    --white: #FFFFFF;
    --light-beige: #F5E6D3;
    --dark: #2C1810;
    --text: #3E2723;
    --text-light: #6D4C41;
    --shadow: rgba(44, 24, 16, 0.15);
    --shadow-heavy: rgba(44, 24, 16, 0.25);
    --font-heading: 'Georgia', 'Times New Roman', serif;
    --font-body: 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    --transition: 0.3s ease;
    --radius: 12px;
    --radius-sm: 6px;
    --max-width: 1200px;
}

/* --- Reset & Base --- */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-body);
    color: var(--text);
    background-color: var(--cream);
    line-height: 1.7;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    color: var(--dark);
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

p {
    margin-bottom: 1rem;
    color: var(--text-light);
}

a {
    color: var(--primary);
    text-decoration: none;
    transition: color var(--transition);
}

a:hover {
    color: var(--gold);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul {
    list-style: none;
}

.container {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* --- Buttons --- */
.btn {
    display: inline-block;
    padding: 0.85rem 2rem;
    border-radius: var(--radius);
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.95rem;
    text-align: center;
    cursor: pointer;
    transition: all var(--transition);
    border: 2px solid transparent;
    line-height: 1.2;
}

.btn-primary {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.btn-primary:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px var(--shadow);
}

.btn-gold {
    background: #FF6B00;
    color: var(--white);
    border-color: #FF6B00;
}

.btn-gold:hover {
    background: #E06000;
    border-color: #E06000;
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px var(--shadow);
}

.btn-outline {
    background: transparent;
    color: var(--white);
    border-color: var(--white);
}

.btn-outline:hover {
    background: var(--white);
    color: var(--primary);
    transform: translateY(-2px);
}

/* --- Navigation / Header --- */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px var(--shadow);
    transition: all var(--transition);
}

.header.sticky {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 30px var(--shadow-heavy);
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 75px;
}
.logo {
    display: flex;
    align-items: center;
    gap: .75rem;
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--dark);
    text-decoration: none;
}

.logo-img {
    height: 60px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    display: block;
}
.logo-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--gold), var(--primary));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.5rem;
    flex-shrink: ;
    overflow: hidden;
}

.logo-icon-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.logo span {
    color: var(--primary);
}

/* Navigation Menu */
.nav-menu {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.nav-menu a {
    padding: 0.5rem 1.2rem;
    border-radius: var(--radius-sm);
    color: var(--text);
    font-weight: 500;
    font-size: 0.9rem;
    position: relative;
    transition: all var(--transition);
}

.nav-menu a:hover,
.nav-menu a.active {
    background: var(--light-beige);
    color: var(--primary);
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 60%;
    height: 2px;
    background: var(--gold);
    transition: transform var(--transition);
}

.nav-menu a:hover::after,
.nav-menu a.active::after {
    transform: translateX(-50%) scaleX(1);
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
    background: none;
    border: none;
}

.menu-toggle span {
    display: block;
    width: 26px;
    height: 3px;
    background: var(--dark);
    border-radius: 3px;
    transition: all var(--transition);
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 6px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -6px);
}

/* --- Hero Section --- */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(135deg, #2C1810 0%, #4A2C1A 40%, #6B3F2A 100%);
    overflow: hidden;
    padding-top: 75px;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(ellipse at 20% 50%, rgba(212, 175, 55, 0.08) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 20%, rgba(212, 175, 55, 0.05) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 80%, rgba(139, 69, 19, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.hero-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--gold);
    border-radius: 50%;
    opacity: 0;
    animation: floatParticle 15s infinite;
}

@keyframes floatParticle {
    0% { transform: translate(0, 0) rotate(0deg); }
    10% { transform: translate(0, 0) rotate(0deg); }
    90% { transform: translate(0, 0) rotate(0deg); }
    100% { transform: translate(0, 0) rotate(0deg); }
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    padding: 0 1.5rem;
}

.hero-badge {
    display: inline-block;
    padding: .4rem 1.2rem;
    background: rgba(212, 175, 55, .15);
    border: 1px solid rgba(212, 175, 55, .3);
    border-radius: 50px;
    color: #FF6B00;
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(5px);
}

.hero h1 {
    font-size: 4rem;
    color: var(--white);
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.hero h1 .highlight {
    color: #FF6B00;
}

.hero .subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.85);
    font-style: italic;
    font-family: var(--font-heading);
    margin-bottom: 0.5rem;
}

.hero p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 650px;
    margin: 0 auto 2rem;
}

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

.hero-scroll {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    animation: bounceDown 2s infinite;
}

.hero-scroll .scroll-line {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.5), transparent);
}

@keyframes bounceDown {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(0, 0) rotate(0deg); }
}

/* --- Section Common Styles --- */
.section {
    padding: 5rem 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3.5rem;
}

.section-title h2 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
}

.section-title h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--primary));
    margin: 0.75rem auto 0;
    border-radius: 3px;
}

.section-title p {
    font-size: 1.1rem;
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto;
}

.section-light {
    background: var(--white);
}

.section-dark {
    background: linear-gradient(135deg, #2C1810, #4A2C1A);
    color: var(--white);
}

.section-dark .section-title h2 {
    color: var(--white);
}

.section-dark .section-title p {
    color: rgba(255, 255, 255, 0.7);
}

.section-dark .section-title h2::after {
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
}

/* --- About Section --- */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-image {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 20px 60px var(--shadow);
}

.about-image-placeholder {
    width: 100%;
    height: 450px;
    background: linear-gradient(135deg, var(--light-beige), var(--cream));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
    color: var(--primary);
    border-radius: var(--radius);
}

.about-image::after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 2px solid var(--gold);
    border-radius: calc(var(--radius) + 10px);
    z-index: -1;
    opacity: 0.3;
}

.about-text h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.about-text .about-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 2rem;
}

.about-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.about-feature-item .icon {
    width: 40px;
    height: 40px;
    background: var(--light-beige);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.2rem;
    color: var(--primary);
}

.about-feature-item h4 {
    font-size: 1rem;
    margin-bottom: 0.2rem;
}

.about-feature-item p {
    font-size: 0.9rem;
    margin-bottom: 0;
}

/* --- Mass Schedule Section --- */
.schedule-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.schedule-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 2rem;
    text-align: center;
    box-shadow: 0 10px 40px var(--shadow);
    transition: all var(--transition);
    border: 1px solid rgba(212, 175, 55, 0.1);
}

.schedule-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px var(--shadow-heavy);
    border-color: rgba(212, 175, 55, 0.3);
}

.schedule-card .day-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    background: linear-gradient(135deg, var(--gold), var(--primary));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--white);
}

.schedule-card h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.schedule-card .day {
    color: var(--primary);
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.25rem;
}

.schedule-card .time {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--dark);
    font-family: var(--font-heading);
}

.schedule-card .time-label {
    font-size: 0.85rem;
    color: var(--text-light);
    margin-top: 0.25rem;
}

/* --- Prayer Section --- */
.prayer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.prayer-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 2.5rem;
    box-shadow: 0 10px 40px var(--shadow);
    transition: all var(--transition);
    border-left: 4px solid var(--gold);
    position: relative;
}

.prayer-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 50px var(--shadow-heavy);
}

.prayer-card .prayer-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--gold);
}

}

.prayer-card h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.prayer-card p {
    font-size: 0.95rem;
    color: var(--text-light);
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.prayer-card .prayer-btn {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition);
}

.prayer-card .prayer-btn:hover {
    gap: 0.75rem;
    color: var(--gold);
}

/* --- Events Section --- */
.events-timeline {
    max-width: 800px;
    margin: 0 auto;
}

.event-item {
    display: flex;
    gap: 2rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
    transition: all var(--transition);
}

.event-item:last-child {
    border-bottom: none;
}

.event-item:hover {
    padding-left: 1rem;
    background: rgba(212, 175, 55, 0.03);
    border-radius: var(--radius-sm);
}

.event-date {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, var(--gold), var(--primary));
    border-radius: var(--radius);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white);
    text-align: center;
}

.event-date .day {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    font-family: var(--font-heading);
}

.event-date .month {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.25rem;
}

.event-info h3 {
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
}

.event-info .event-meta {
    display: flex;
    gap: 1.5rem;
    font-size: 0.85rem;
    color: var(--text-light);
    margin-bottom: 0.5rem;
}

.event-info .event-meta span {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.event-info p {
    font-size: 0.95rem;
    margin-bottom: 0;
}

/* --- Contact Section --- */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.contact-info h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.contact-details {
    margin-top: 2rem;
}

.contact-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.contact-detail-item .icon {
    width: 48px;
    height: 48px;
    background: var(--light-beige);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.2rem;
    color: var(--primary);
}

.contact-detail-item h4 {
    font-size: 1rem;
    margin-bottom: 0.15rem;
}

.contact-detail-item p {
    font-size: 0.9rem;
    margin-bottom: 0;
}

.contact-form {
    background: var(--white);
    padding: 2.5rem;
    border-radius: var(--radius);
    box-shadow: 0 10px 40px var(--shadow);
}

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

.form-group label {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
    color: var(--text);
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 2px solid var(--light-beige);
    border-radius: var(--radius-sm);
    font-family: var(--font-body);
    font-size: 0.95rem;
    transition: border-color var(--transition);
    background: var(--cream);
    color: var(--text);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--gold);
    background: var(--white);
}

.form-group textarea {
    min-height: 120px;
    resize: vertical;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

/* --- Footer --- */
.footer {
    background: var(--dark);
    color: rgba(255, 255, 255, 0.7);
    padding: 4rem 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    padding-bottom: 3rem;
}

.footer-brand h3 {
    color: var(--white);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    max-width: 300px;
}

.footer h4 {
    color: var(--white);
    font-size: 1rem;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-links a {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    padding: 0.35rem 0;
    font-size: 0.9rem;
    transition: all var(--transition);
}

.footer-links a:hover {
    color: var(--gold);
    padding-left: 0.5rem;
}

.footer-social {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}

.footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.6);
    transition: all var(--transition);
    font-size: 1rem;
}

.footer-social a:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--dark);
}

.footer-social-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.4);
}

.footer-bottom a {
    color: rgba(255, 255, 255, 0.5);
}

.footer-bottom a:hover {
    color: var(--gold);
}

/* --- Back to Top --- */
.back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--gold), var(--primary));
    color: var(--white);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px var(--shadow);
    transition: all var(--transition);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    z-index: 999;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px var(--shadow-heavy);
}

/* --- Animations --- */
.fade-in {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: all 0.8s ease;
}

.fade-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.fade-in-right {
    opacity: 0;
    transform: translateX(40px);
    transition: all 0.8s ease;
}

.fade-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

/* --- Responsive --- */
@media (max-width: 1024px) {
    .about-grid {
        gap: 2rem;
    }
    .schedule-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    html { font-size: 15px; }

    .menu-toggle {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        top: 75px;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(10px);
        flex-direction: column;
        padding: 1rem;
        gap: 0.25rem;
        box-shadow: 0 10px 40px var(--shadow);
        transform: translateY(-120%);
        transition: transform 0.4s ease;
        border-top: 2px solid var(--light-beige);
    }

    .nav-menu.active {
        transform: translateY(0);
    }

    .nav-menu a {
        width: 100%;
        text-align: center;
        padding: 1rem;
        font-size: 1rem;
    }

    .nav-menu a::after {
        display: none;
    }

    .hero h1 {
        font-size: 2.8rem;
    }

    .hero .subtitle {
        font-size: 1.1rem;
    }

    .about-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

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

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

    .about-text .about-features {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-brand p {
        margin: 0 auto;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-bottom {
        justify-content: center;
        text-align: center;
    }

    .section-title h2 {
        font-size: 2rem;
    }

    .event-item {
        flex-direction: column;
        gap: 1rem;
    }

    .event-date {
        width: 80px;
        height: 80px;
    }

    .event-date .day {
        font-size: 1.6rem;
    }

    .contact-form {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    html { font-size: 14px; }

    .hero h1 {
        font-size: 2.2rem;
    }

    .section {
        padding: 3rem 0;
    }

    .hero-buttons .btn {
        width: 100%;
    }
}

/* --- Prayer Subpages --- */
.page-hero {
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(135deg, #2C181, #4A2C1A 40%, #6B3F2A 100%);
    overflow: hidden;
    padding-top: 75px;
    text-align: center;
}

.page-hero-festa {
    background: url('imagens/forro_descompasso.png') left center / auto 100% no-repeat, linear-gradient(to right, #FF6B00 40%, #E06000 100%) !important;
}

.page-hero-festa {
    background: url('imagens/forro_descompasso.png') left center / auto 100% no-repeat, linear-gradient(to right, #FF6B00 40%, #E06000 100%) !important;
}

@media (max-width: 768px) {
    .page-hero-festa {
        background: linear-gradient(to bottom, rgba(255, 107, 0, .6), rgba(224, 96, 0, .8)), url("imagens/forro_descompasso.png") center center / cover no-repeat !important;
        min-height: 60vh !important;
    }
    .page-hero-festa .page-hero-content {
        width: 100%;
        padding:  1rem;
    }
}

.page-hero-content h1 {
    font-size: 3rem;
    color: var(--white);
    text-shadow:  2px 20px rgba(0, 0, 0, .3);
    margin-top: 1rem;
}

.page-hero-badge {
    display: inline-block;
    padding: .4rem 1.2rem;
    background: rgba(255, 107, 0, .15);
    border: 1px solid rgba(255, 107, 0, .3);
    border-radius: 50px;
    color: #FF6B00;
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    backdrop-filter: blur(5px);
}

.prayer-full {
    max-width: 700px;
    margin: 0 auto;
    background: var(--white);
    border-radius: var(--radius);
    padding: 3rem;
    box-shadow:  0 10px 40px var(--shadow);
    border-left: 4px solid var(--gold);
}

.prayer-full-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(212, 175, 55, .2);
}

.prayer-full-icon {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
}

.prayer-full-header h2 {
    font-size: 1.8rem;
    color: var(--primary);
}

.prayer-full-text p {
    font-size: 1.1rem;
    line-height: 2;
    color: var(--text);
    margin-bottom: 1.5rem;
    font-style: italic;
}

.prayer-refrain {
    text-align: center;
    font-weight: 600;
    color: var(--primary) !important;
    font-size: 1.05rem !important;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(212, 175, 55, .2);
    border-bottom: 1px solid rgba(212, 175, 55, .2);
    margin: 2rem 0 !important;
}

.prayer-amen {
    text-align: center;
    font-size: 1.5rem !important;
    font-weight: 700;
    color: var(--gold) !important;
    margin-top: 2rem !important;
}

.prayer-full-footer {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(212, 175, 55, .2);
}

@media (max-width: 768px) {
    .page-hero {
        min-height: 30vh;
    }
    .page-hero-content h1 {
        font-size: 2rem;
    }
    .prayer-full {
        padding: 1.5rem;
    }
    .prayer-full-text p {
        font-size: 1rem;
    }
}
