body {
            font-family: 'Poppins', sans-serif;
            scroll-behavior: smooth;
            background-color: #F5F0E8;
            color: #4a4238;
            overflow-x: hidden;
        }

        .hero-section {
            position: relative;
            min-height: max(100vh, 760px);
            overflow: hidden;
            isolation: isolate;
        }

        .hero-video {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
            z-index: -1;
            filter: saturate(1.02) contrast(1.02);
        }

        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background:
                linear-gradient(90deg, rgba(31, 26, 21, 0.88) 0%, rgba(55, 45, 37, 0.72) 42%, rgba(31, 26, 21, 0.32) 100%),
                radial-gradient(circle at 78% 38%, rgba(184, 158, 106, 0.26), transparent 32%);
            z-index: -1;
        }

        .hero-section::before,
        .hero-section::after {
            content: '';
            position: absolute;
            pointer-events: none;
            z-index: 0;
        }

        .hero-section::before {
            width: 520px;
            height: 520px;
            right: -180px;
            top: 12%;
            border: 1px solid rgba(245, 240, 232, 0.26);
            border-radius: 50%;
            box-shadow: inset 0 0 80px rgba(184, 158, 106, 0.10);
        }

        .hero-section::after {
            left: 0;
            right: 0;
            bottom: 0;
            height: 0;
            background: transparent;
        }

        .font-display {
            font-family: 'Cormorant Garamond', serif;
        }

        .brand-letter-glow {
            display: inline-flex;
            gap: 0.01em;
            color: #4a4238;
            white-space: nowrap;
        }

        .brand-letter-glow span {
            display: inline-block;
            transition: color 0.28s ease, transform 0.28s ease, text-shadow 0.28s ease;
            transition-delay: calc(var(--i) * 35ms);
        }

        .brand-letter-glow:hover span {
            color: #b89e6a;
            transform: translateY(-1px);
            text-shadow: 0 8px 18px rgba(184, 158, 106, 0.32);
        }

        .hero-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 0.75rem;
            color: rgba(245, 240, 232, 0.88);
            letter-spacing: 0.24em;
            text-transform: uppercase;
            font-size: 0.78rem;
            font-weight: 600;
        }

        .hero-eyebrow::before {
            content: '';
            width: 46px;
            height: 1px;
            background: #b89e6a;
        }

        .hero-title {
            font-family: 'Cormorant Garamond', serif;
            font-weight: 700;
            line-height: 0.92;
            text-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
        }

        .hero-title span {
            color: #ffffff;
            font-style: normal;
        }

        .hero-summary {
            max-width: 560px;
            color: rgba(255, 255, 255, 0.82);
            text-shadow: 0 10px 28px rgba(0, 0, 0, 0.26);
        }

        .hero-cta {
            border: 1px solid rgba(255, 255, 255, 0.22);
            box-shadow: 0 20px 45px rgba(31, 26, 21, 0.24);
        }

        .hero-info-panel {
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.34);
            background: linear-gradient(145deg, rgba(245, 240, 232, 0.22), rgba(255, 255, 255, 0.10));
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            box-shadow: 0 30px 80px rgba(31, 26, 21, 0.26);
            color: #fff;
        }

        .hero-info-panel::before {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at top right, rgba(184, 158, 106, 0.20), transparent 46%);
            pointer-events: none;
        }

        .hero-info-item {
            position: relative;
            display: flex;
            align-items: center;
            gap: 1rem;
            padding: 0.58rem 0;
            border-radius: 0.9rem;
            background: transparent;
            border: 0;
        }

        .hero-info-icon {
            width: 3rem;
            height: 3rem;
            flex: 0 0 3rem;
            border-radius: 999px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(245, 240, 232, 0.16);
            border: 1px solid rgba(255, 255, 255, 0.20);
        }

        .hero-pill {
            display: inline-flex;
            align-items: center;
            gap: 0.65rem;
            border: 1px solid rgba(184, 158, 106, 0.68);
            background: rgba(31, 26, 21, 0.36);
            color: #d5c49d;
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
            border-radius: 999px;
            padding: 0.45rem 1rem;
            font-size: 0.82rem;
            font-weight: 700;
        }

        .hero-glass-card {
            border: 1px solid rgba(255, 255, 255, 0.20);
            background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10), 0 18px 45px rgba(31, 26, 21, 0.15);
        }

        .hero-feature-card {
            border: 1px solid rgba(255, 255, 255, 0.22);
            background: rgba(245, 240, 232, 0.10);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10), 0 18px 45px rgba(31, 26, 21, 0.12);
            transform: translateY(0);
            transition: transform 0.45s ease, background 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
        }

        .hero-feature-card:hover {
            transform: translateY(-3.25rem);
            background: rgba(245, 240, 232, 0.16);
            border-color: rgba(184, 158, 106, 0.45);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 26px 55px rgba(31, 26, 21, 0.22);
        }

        @media (min-width: 768px) {
            .hero-content-wrap {
                padding-bottom: 6rem;
            }

            .hero-feature-peek {
                position: absolute;
                left: 2.5rem;
                right: 2.5rem;
                bottom: -9.15rem;
            }
        }

        @media (min-width: 768px) and (max-height: 760px) {
            .hero-info-panel {
                padding: 1rem !important;
            }

            .hero-info-panel > .relative {
                padding: 1rem !important;
            }

            .hero-info-panel h2 {
                font-size: 2rem;
                margin-bottom: 0.75rem !important;
            }

            .hero-info-panel .hero-info-item {
                gap: 0.8rem;
                padding: 0.25rem 0;
                margin-bottom: 0.55rem !important;
            }

            .hero-info-icon {
                width: 2.6rem;
                height: 2.6rem;
                flex-basis: 2.6rem;
            }

            .hero-feature-peek {
                bottom: -5.35rem;
            }

            .hero-feature-card {
                padding-top: 1rem;
                padding-bottom: 1rem;
            }
        }

        .about-video-card {
            position: relative;
            overflow: hidden;
            width: 100%;
            min-height: 520px;
            border-radius: 1.25rem;
            border: 1px solid rgba(184, 158, 106, 0.24);
            box-shadow: 0 28px 70px rgba(74, 66, 56, 0.16);
            background: #4a4238;
        }

        .about-video-card video {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
            filter: saturate(1.03) contrast(1.02);
            transition: transform 0.7s ease, filter 0.7s ease;
        }

        .about-video-card::before {
            content: '';
            position: absolute;
            inset: 0;
            background:
                linear-gradient(180deg, rgba(31, 26, 21, 0.04), rgba(31, 26, 21, 0.42)),
                radial-gradient(circle at 20% 20%, rgba(184, 158, 106, 0.18), transparent 35%);
            z-index: 1;
            pointer-events: none;
        }

        .about-video-card::after {
            content: 'Clínica Dra. Vyctoria Amorim';
            position: absolute;
            left: 1.5rem;
            bottom: 1.5rem;
            z-index: 2;
            color: #fff;
            font-size: 0.78rem;
            font-weight: 600;
            letter-spacing: 0.22em;
            text-transform: uppercase;
            padding: 0.55rem 0.85rem;
            border: 1px solid rgba(255, 255, 255, 0.24);
            border-radius: 999px;
            background: rgba(31, 26, 21, 0.32);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
        }

        .about-video-card:hover video {
            transform: scale(1.045);
            filter: saturate(1.04) contrast(1.08);
        }

        .about-audio-toggle {
            position: absolute;
            right: 1.5rem;
            bottom: 1.5rem;
            z-index: 3;
            width: 3.1rem;
            height: 3.1rem;
            border-radius: 999px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            background: rgba(31, 26, 21, 0.40);
            border: 1px solid rgba(255, 255, 255, 0.24);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
        }

        .about-audio-toggle:hover {
            transform: scale(1.08);
            background: rgba(184, 158, 106, 0.88);
            color: #fff;
        }

        .results-section {
            position: relative;
            overflow: hidden;
            background:
                radial-gradient(circle at 8% 18%, rgba(184, 158, 106, 0.13), transparent 30%),
                radial-gradient(circle at 92% 82%, rgba(74, 66, 56, 0.08), transparent 34%),
                #F5F0E8;
        }

        .results-section::before {
            content: '';
            position: absolute;
            width: 360px;
            height: 360px;
            right: -160px;
            top: 90px;
            border: 1px solid rgba(184, 158, 106, 0.22);
            border-radius: 50%;
        }

        .results-gallery {
            display: grid;
            grid-template-columns: repeat(12, minmax(0, 1fr));
            gap: 1rem;
        }

        .result-card {
            min-height: 240px;
            grid-column: span 3;
            position: relative;
            overflow: hidden;
            border-radius: 1rem;
            background: #fff;
            box-shadow: 0 18px 42px rgba(74, 66, 56, 0.12);
            border: 1px solid rgba(184, 158, 106, 0.16);
        }

        .result-card.featured {
            grid-column: span 6;
            grid-row: span 2;
            min-height: 500px;
        }

        .result-card.wide {
            grid-column: span 6;
        }

        .result-card.tall {
            min-height: 500px;
        }

        .result-card::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, transparent 48%, rgba(31, 26, 21, 0.72));
            opacity: 0;
            transition: opacity 0.35s ease;
            pointer-events: none;
        }

        .result-card:hover::after {
            opacity: 1;
        }

        .result-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.55s ease, filter 0.55s ease;
        }

        .result-card:hover img {
            transform: scale(1.055);
            filter: saturate(1.05);
        }

        .result-caption {
            position: absolute;
            left: 1rem;
            right: 1rem;
            bottom: 1rem;
            z-index: 1;
            color: #fff;
            opacity: 0;
            transform: translateY(10px);
            transition: opacity 0.35s ease, transform 0.35s ease;
        }

        .result-card:hover .result-caption {
            opacity: 1;
            transform: translateY(0);
        }

        @media (max-width: 1023px) {
            .result-card,
            .result-card.wide,
            .result-card.featured {
                grid-column: span 6;
            }
        }

        @media (max-width: 639px) {
            .results-gallery {
                grid-template-columns: 1fr;
            }

            .result-card,
            .result-card.wide,
            .result-card.tall,
            .result-card.featured {
                grid-column: span 1;
                min-height: 330px;
            }
        }

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

        .luxury-testimonials {
            position: relative;
            overflow: hidden;
            background:
                linear-gradient(90deg, rgba(31, 26, 21, 0.92), rgba(46, 72, 58, 0.86)),
                url('assets/optimized/especialista/dra-vyctoria-05.jpg') center 34% / cover;
            color: #fff;
        }

        .luxury-testimonials::before {
            content: '';
            position: absolute;
            inset: 0;
            background:
                radial-gradient(circle at 18% 16%, rgba(184, 158, 106, 0.28), transparent 26%),
                linear-gradient(180deg, rgba(31, 26, 21, 0.18), rgba(31, 26, 21, 0.78));
            backdrop-filter: blur(2px);
            -webkit-backdrop-filter: blur(2px);
        }

        .luxury-testimonials::after {
            content: '';
            position: absolute;
            width: 34rem;
            height: 34rem;
            right: -16rem;
            top: -12rem;
            border: 1px solid rgba(213, 196, 157, 0.20);
            border-radius: 50%;
        }

        .testimonial-marquee {
            position: relative;
            z-index: 1;
            overflow: hidden;
            mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
            -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
        }

        .testimonial-track {
            display: flex;
            width: max-content;
            gap: 1.25rem;
            animation: testimonial-marquee 44s linear infinite;
        }

        .testimonial-marquee:hover .testimonial-track {
            animation-play-state: paused;
        }

        .luxury-testimonial-card {
            width: min(82vw, 420px);
            min-height: 300px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            border: 1px solid rgba(213, 196, 157, 0.26);
            border-radius: 1rem;
            padding: 1.5rem;
            background: linear-gradient(145deg, rgba(245, 240, 232, 0.94), rgba(255, 255, 255, 0.82));
            color: #4a4238;
            box-shadow: 0 24px 58px rgba(0, 0, 0, 0.24);
        }

        .testimonial-service-pill {
            display: inline-flex;
            align-items: center;
            width: fit-content;
            gap: 0.45rem;
            border-radius: 999px;
            padding: 0.42rem 0.75rem;
            background: rgba(184, 158, 106, 0.13);
            color: #8b7142;
            font-size: 0.72rem;
            font-weight: 700;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }

        .testimonial-stars {
            color: #b89e6a;
            letter-spacing: 0.08em;
        }

        @keyframes testimonial-marquee {
            to {
                transform: translateX(-50%);
            }
        }

        /* Transição de Seção Aprimorada (Mais moderna e fluida) */
        .section {
            opacity: 1;
            transform: translateY(0) scale(1);
            transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
        }

        .section.visible {
            opacity: 1;
            transform: translateY(0) scale(1);
        }

        .section:target {
            opacity: 1;
            transform: translateY(0) scale(1);
        }

        .text-gold {
            color: #8b7142;
        }

        .bg-gold {
            background-color: #b89e6a;
        }

        .hover\:bg-gold-dark:hover {
            background-color: #a18c5e;
        }

        .border-gold {
            border-color: #b89e6a;
        }

        .text-brown-dark {
            color: #4a4238;
        }

        .bg-brown-dark {
            background-color: #4a4238;
        }

        .hover\:text-gold:hover {
            color: #b89e6a;
        }

        ::-webkit-scrollbar {
            width: 8px;
            height: 8px;
        }

        ::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 4px;
        }

        ::-webkit-scrollbar-thumb {
            background: #b89e6a;
            border-radius: 4px;
        }

        ::-webkit-scrollbar-thumb:hover {
            background: #a18c5e;
        }

        .gallery-image {
            cursor: pointer;
        }

        #image-modal {
            transition: opacity 0.4s ease-in-out;
        }

        #modal-content {
            max-width: 85vw;
            max-height: 85vh;
        }

        /* Animação de pulsar para a borda dourada */
        @keyframes pulse-gold {
            0% {
                box-shadow: 0 0 0 0 rgba(184, 158, 106, 0.7);
            }

            70% {
                box-shadow: 0 0 0 12px rgba(184, 158, 106, 0);
            }

            100% {
                box-shadow: 0 0 0 0 rgba(184, 158, 106, 0);
            }
        }

        .pulsating-gold-border {
            border: 2px solid #b89e6a;
            animation: pulse-gold 2.5s infinite;
            box-shadow: 0 0 0 0 rgba(184, 158, 106, 0.7);
        }

        .reels-container {
            scroll-behavior: smooth;
            -webkit-overflow-scrolling: touch;
        }

        .reels-container iframe {
            background: white;
        }

        /* ====== NOVOS EFEITOS ADICIONADOS AQUI ====== */

        /* Brilho de Reflexo nos Botões (Shine) */
        @keyframes shine {
            0% {
                transform: translateX(-200%);
            }

            20% {
                transform: translateX(200%);
            }

            100% {
                transform: translateX(200%);
            }
        }

        .btn-shine {
            position: relative;
            overflow: hidden;
            z-index: 1;
        }

        .btn-shine::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 50%;
            height: 100%;
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
            transform: skewX(-25deg);
            animation: shine 4s infinite;
            z-index: -1;
        }

        /* Efeito de Flutuação (Float) */
        @keyframes float {
            0% {
                transform: translateY(0px);
            }

            50% {
                transform: translateY(-8px);
            }

            100% {
                transform: translateY(0px);
            }
        }

        .float-anim {
            animation: float 5s ease-in-out infinite;
        }

        /* Brilho Dourado Elegante no Hover (Glow) */
        .hover-glow {
            transition: box-shadow 0.4s ease, border-color 0.4s ease, transform 0.4s ease;
        }

        .hover-glow:hover {
            box-shadow: 0 15px 35px rgba(184, 158, 106, 0.35);
            border-color: rgba(184, 158, 106, 0.5);
            z-index: 10;
        }

        .invisalign-luxury {
            position: relative;
            overflow: hidden;
            margin: -1.25rem auto 4rem;
            border-radius: 1.35rem;
            background:
                radial-gradient(circle at 78% 12%, rgba(184, 158, 106, 0.26), transparent 28%),
                linear-gradient(135deg, #211b16 0%, #4a4238 48%, #f5f0e8 100%);
            color: #fff;
            box-shadow: 0 34px 90px rgba(31, 26, 21, 0.22);
        }

        .invisalign-luxury::before {
            content: '';
            position: absolute;
            inset: 1rem;
            border: 1px solid rgba(213, 196, 157, 0.26);
            border-radius: 1rem;
            pointer-events: none;
            z-index: 2;
        }

        .invisalign-luxury::after {
            content: '';
            position: absolute;
            width: 24rem;
            height: 24rem;
            right: -9rem;
            bottom: -11rem;
            border: 1px solid rgba(245, 240, 232, 0.18);
            border-radius: 50%;
            box-shadow: inset 0 0 70px rgba(184, 158, 106, 0.10);
        }

        .invisalign-visual {
            position: relative;
            min-height: 620px;
            margin: 1.2rem;
        }

        .invisalign-photo {
            position: absolute;
            overflow: hidden;
            border-radius: 0.9rem;
            border: 1px solid rgba(245, 240, 232, 0.18);
            box-shadow: 0 24px 58px rgba(0, 0, 0, 0.28);
            background: #2f2923;
        }

        .invisalign-photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transform: scale(1.02);
            transition: transform 0.7s ease, filter 0.7s ease;
        }

        .invisalign-photo:hover img {
            transform: scale(1.08);
            filter: saturate(1.06) contrast(1.03);
        }

        .invisalign-photo:not(.invisalign-photo-main) img {
            object-fit: cover;
            transform: scale(1.01);
        }

        .invisalign-photo:not(.invisalign-photo-main):hover img {
            transform: scale(1.05);
        }

        .invisalign-photo-main {
            left: 0;
            top: 0;
            width: 64%;
            height: 96%;
        }

        .invisalign-photo-logo {
            right: 0;
            top: 3.5rem;
            width: 40%;
            height: 39%;
        }

        .invisalign-photo-logo img {
            object-position: center center;
        }

        .invisalign-photo-detail {
            right: 3.25rem;
            bottom: 2rem;
            width: 38%;
            height: 32%;
        }

        .invisalign-photo-detail img {
            object-position: center center;
        }

        .invisalign-photo-device {
            left: 2rem;
            bottom: 2rem;
            width: 34%;
            height: 28%;
        }

        .invisalign-photo-device img {
            object-position: 58% center;
        }

        .invisalign-copy {
            position: relative;
            z-index: 3;
            padding: clamp(2rem, 5vw, 4rem);
        }

        .invisalign-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.65rem;
            padding: 0.55rem 0.95rem;
            border-radius: 999px;
            border: 1px solid rgba(213, 196, 157, 0.44);
            background: rgba(245, 240, 232, 0.09);
            color: #d5c49d;
            font-size: 0.74rem;
            font-weight: 700;
            letter-spacing: 0.18em;
            text-transform: uppercase;
        }

        .invisalign-metric {
            border: 1px solid rgba(245, 240, 232, 0.14);
            background: rgba(245, 240, 232, 0.08);
            border-radius: 0.85rem;
            padding: 1rem;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
        }

        .invisalign-cta {
            position: relative;
            overflow: hidden;
        }

        .invisalign-cta::after {
            content: '';
            position: absolute;
            inset: 0;
            width: 42%;
            transform: translateX(-140%) skewX(-18deg);
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.32), transparent);
            animation: invisalign-cta-shine 2.8s ease-in-out infinite;
        }

        @keyframes invisalign-cta-shine {
            0%, 40% {
                transform: translateX(-140%) skewX(-18deg);
            }

            72%, 100% {
                transform: translateX(260%) skewX(-18deg);
            }
        }

        @media (max-width: 767px) {
            .invisalign-luxury {
                margin-top: -0.75rem;
                border-radius: 1rem;
            }

            .invisalign-visual {
                min-height: 520px;
                margin: 1rem;
            }

            .invisalign-photo-main {
                width: 72%;
                height: 95%;
            }

            .invisalign-photo-logo {
                width: 48%;
                height: 34%;
                top: 2rem;
            }

            .invisalign-photo-detail {
                right: 1rem;
                width: 48%;
                height: 26%;
            }

            .invisalign-photo-device {
                left: 1rem;
                width: 42%;
                height: 23%;
            }
        }

        .specialist-showcase {
            min-height: 100vh;
            position: relative;
            overflow: hidden;
            background:
                radial-gradient(circle at 72% 48%, rgba(184, 158, 106, 0.12), transparent 34%),
                #ffffff;
        }

        .specialist-showcase::before,
        .specialist-showcase::after {
            content: '';
            position: absolute;
            width: 220px;
            height: 520px;
            border: 16px solid rgba(74, 66, 56, 0.18);
            border-radius: 48% 52% 46% 54% / 18% 82% 18% 82%;
            pointer-events: none;
        }

        .specialist-showcase::before {
            left: -150px;
            top: 7%;
            transform: rotate(-10deg);
        }

        .specialist-showcase::after {
            right: -150px;
            top: -8%;
            transform: rotate(18deg);
        }

        .specialist-frame {
            position: relative;
            min-height: 620px;
        }

        .specialist-frame::before {
            content: '';
            position: absolute;
            inset: 5% 6% 7% 3%;
            border: 14px solid rgba(184, 158, 106, 0.62);
            border-radius: 42% 58% 45% 55% / 32% 38% 62% 68%;
            transform: rotate(-5deg);
            background: radial-gradient(circle, rgba(184, 158, 106, 0.14), rgba(245, 240, 232, 0.75) 58%, rgba(255, 255, 255, 0.12));
            box-shadow: inset 0 0 80px rgba(184, 158, 106, 0.12);
            transition: transform 0.6s ease, border-color 0.6s ease, box-shadow 0.6s ease;
        }

        .specialist-frame::after {
            content: '';
            position: absolute;
            inset: 0 1% 2% 0;
            border: 2px dashed rgba(184, 158, 106, 0.24);
            border-radius: 50%;
            transition: transform 0.6s ease, border-color 0.6s ease;
        }

        .specialist-slider-card {
            position: relative;
            z-index: 1;
            width: min(460px, 82vw);
            height: min(660px, 78vh);
            border-radius: 48% 48% 6px 6px;
            overflow: hidden;
            background: #4a4238;
            filter: drop-shadow(0 28px 38px rgba(74, 66, 56, 0.22));
            transition: transform 0.6s ease, filter 0.6s ease;
        }

        .specialist-slider-card::after {
            content: '';
            position: absolute;
            inset: 0;
            z-index: 2;
            background:
                linear-gradient(180deg, transparent 58%, rgba(31, 26, 21, 0.34)),
                linear-gradient(90deg, rgba(31, 26, 21, 0.18), transparent 34%, transparent 66%, rgba(31, 26, 21, 0.16));
            pointer-events: none;
        }

        .specialist-slide {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center top;
            opacity: 0;
            transform: scale(1.045);
            animation: specialist-slide-show 25s infinite;
        }

        .specialist-slide:nth-child(2) {
            animation-delay: 5s;
        }

        .specialist-slide:nth-child(3) {
            animation-delay: 10s;
        }

        .specialist-slide:nth-child(4) {
            animation-delay: 15s;
        }

        .specialist-slide:nth-child(5) {
            animation-delay: 20s;
        }

        .specialist-slider-dots {
            position: absolute;
            z-index: 3;
            left: 50%;
            bottom: 1.2rem;
            display: flex;
            gap: 0.48rem;
            transform: translateX(-50%);
        }

        .specialist-slider-dots span {
            width: 0.48rem;
            height: 0.48rem;
            border-radius: 999px;
            background: #d5c49d;
            box-shadow: 0 0 0 1px rgba(184, 158, 106, 0.28);
            animation: specialist-dot-show 25s infinite;
        }

        .specialist-slider-dots span:nth-child(2) {
            animation-delay: 5s;
        }

        .specialist-slider-dots span:nth-child(3) {
            animation-delay: 10s;
        }

        .specialist-slider-dots span:nth-child(4) {
            animation-delay: 15s;
        }

        .specialist-slider-dots span:nth-child(5) {
            animation-delay: 20s;
        }

        @keyframes specialist-slide-show {
            0%, 16% {
                opacity: 1;
                transform: scale(1);
            }

            20%, 96% {
                opacity: 0;
                transform: scale(1.045);
            }

            100% {
                opacity: 1;
                transform: scale(1);
            }
        }

        @keyframes specialist-dot-show {
            0%, 16% {
                opacity: 1;
                transform: scale(1.35);
            }

            20%, 100% {
                opacity: 0.4;
                transform: scale(1);
            }
        }

        .specialist-copy {
            max-width: 470px;
        }

        .specialist-frame:hover::before {
            transform: rotate(-1deg) scale(1.025);
            border-color: rgba(184, 158, 106, 0.82);
            box-shadow: inset 0 0 95px rgba(184, 158, 106, 0.18), 0 26px 55px rgba(74, 66, 56, 0.14);
        }

        .specialist-frame:hover::after {
            transform: rotate(5deg) scale(1.025);
            border-color: rgba(184, 158, 106, 0.38);
        }

        .specialist-frame:hover .specialist-slider-card {
            transform: translateY(-12px) scale(1.025);
            filter: drop-shadow(0 36px 46px rgba(74, 66, 56, 0.28));
        }

        @media (max-width: 767px) {
            .specialist-showcase {
                min-height: auto;
            }

            .specialist-showcase::before,
            .specialist-showcase::after {
                opacity: 0.45;
                width: 160px;
                height: 360px;
                border-width: 10px;
            }

            .specialist-frame {
                min-height: 430px;
                margin-top: 2rem;
            }

            .specialist-frame::before {
                inset: 8% 7% 3%;
                border-width: 9px;
            }

            .specialist-slider-card {
                width: min(330px, 86vw);
                height: 430px;
            }
        }

        /* Pulso Verde Brilhante para WhatsApp */
        @keyframes pulse-green {
            0% {
                box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
            }

            70% {
                box-shadow: 0 0 0 15px rgba(34, 197, 94, 0);
            }

            100% {
                box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
            }
        }

        .whatsapp-glow {
            animation: pulse-green 2s infinite;
        }

        @keyframes gift-bounce {
            0%, 100% {
                transform: translateY(0) rotate(0deg);
            }

            35% {
                transform: translateY(-4px) rotate(-8deg);
            }

            70% {
                transform: translateY(-2px) rotate(8deg);
            }
        }

        @keyframes coupon-glow {
            0%, 100% {
                box-shadow: 0 0 0 0 rgba(184, 158, 106, 0.34), 0 24px 70px rgba(31, 26, 21, 0.34);
            }

            50% {
                box-shadow: 0 0 0 12px rgba(184, 158, 106, 0), 0 30px 90px rgba(31, 26, 21, 0.42);
            }
        }

        .gift-trigger {
            width: 2.75rem;
            height: 2.75rem;
            border-radius: 999px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #b89e6a;
            background: rgba(184, 158, 106, 0.10);
            border: 1px solid rgba(184, 158, 106, 0.36);
            transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
        }

        .gift-trigger i {
            animation: gift-bounce 2.2s ease-in-out infinite;
        }

        .gift-trigger:hover {
            transform: translateY(-2px) scale(1.06);
            background: #b89e6a;
            color: #fff;
        }

        .coupon-modal {
            background:
                radial-gradient(circle at 18% 12%, rgba(184, 158, 106, 0.24), transparent 32%),
                linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(245, 240, 232, 0.92));
            animation: coupon-glow 3s ease-in-out infinite;
        }

        body.preloading {
            overflow: hidden;
        }

        #site-preloader {
            position: fixed;
            inset: 0;
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: center;
            background:
                radial-gradient(circle at 50% 38%, rgba(184, 158, 106, 0.22), transparent 26%),
                radial-gradient(circle at 18% 16%, rgba(245, 240, 232, 0.10), transparent 28%),
                linear-gradient(145deg, #211b16 0%, #4a4238 58%, #1f1a15 100%);
            color: #f5f0e8;
            transition: opacity 0.65s ease, visibility 0.65s ease;
        }

        #site-preloader.is-hidden {
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
        }

        .preloader-card {
            position: relative;
            width: min(86vw, 420px);
            padding: 2.4rem 2rem;
            text-align: center;
            border: 1px solid rgba(184, 158, 106, 0.34);
            border-radius: 1.35rem;
            background: linear-gradient(145deg, rgba(245, 240, 232, 0.10), rgba(255, 255, 255, 0.04));
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            box-shadow: 0 32px 90px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.10);
            overflow: hidden;
        }

        .preloader-card::before {
            content: '';
            position: absolute;
            inset: -45%;
            background: conic-gradient(from 120deg, transparent, rgba(184, 158, 106, 0.24), transparent 32%);
            animation: preloader-orbit 3.8s linear infinite;
        }

        .preloader-content {
            position: relative;
            z-index: 1;
        }

        .preloader-mark {
            width: 5.5rem;
            height: 5.5rem;
            margin: 0 auto 1.25rem;
            display: grid;
            place-items: center;
            border-radius: 50%;
            border: 1px solid rgba(184, 158, 106, 0.58);
            color: #d5c49d;
            font-family: 'Cormorant Garamond', serif;
            font-size: 2.35rem;
            font-weight: 700;
            letter-spacing: 0.04em;
            background:
                radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.22), transparent 26%),
                rgba(31, 26, 21, 0.34);
            box-shadow: 0 0 0 0 rgba(184, 158, 106, 0.34);
            animation: preloader-pulse 2.2s ease-in-out infinite;
        }

        .preloader-title {
            font-family: 'Cormorant Garamond', serif;
            font-size: clamp(2rem, 7vw, 3.2rem);
            font-weight: 700;
            line-height: 0.95;
            margin-bottom: 0.75rem;
        }

        .preloader-subtitle {
            color: rgba(213, 196, 157, 0.9);
            font-size: 0.76rem;
            font-weight: 600;
            letter-spacing: 0.24em;
            text-transform: uppercase;
            margin-bottom: 1.5rem;
        }

        .preloader-progress {
            position: relative;
            height: 3px;
            width: min(100%, 260px);
            margin: 0 auto;
            overflow: hidden;
            border-radius: 999px;
            background: rgba(245, 240, 232, 0.16);
        }

        .preloader-progress::after {
            content: '';
            position: absolute;
            inset: 0;
            width: 42%;
            border-radius: inherit;
            background: linear-gradient(90deg, transparent, #d5c49d, #b89e6a);
            animation: preloader-progress 1.25s ease-in-out infinite;
        }

        @keyframes preloader-orbit {
            to {
                transform: rotate(360deg);
            }
        }

        @keyframes preloader-pulse {
            0%, 100% {
                transform: scale(1);
                box-shadow: 0 0 0 0 rgba(184, 158, 106, 0.28);
            }

            50% {
                transform: scale(1.045);
                box-shadow: 0 0 0 16px rgba(184, 158, 106, 0);
            }
        }

        @keyframes preloader-progress {
            0% {
                transform: translateX(-110%);
            }

            100% {
                transform: translateX(260%);
            }
        }

        /* Brilho Suave de Texto (Text Glow) */
        .text-glow {
            text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
        }

        /* Flash de Luz Suave sobre Imagens */
        .img-flash {
            position: relative;
            overflow: hidden;
        }

        .img-flash::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 50%;
            height: 100%;
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
            transform: skewX(-25deg);
            transition: 0.5s;
            z-index: 2;
            pointer-events: none;
        }

        .img-flash:hover::before {
            left: 125%;
            transition: 0.7s;
        }

        @media (max-width: 767px) {
            .about-video-card {
                min-height: 360px;
                border-radius: 1rem;
            }

            .about-video-card::after {
                left: 1rem;
                right: 5rem;
                bottom: 1rem;
                font-size: 0.68rem;
                letter-spacing: 0.16em;
            }

            .about-audio-toggle {
                right: 1rem;
                bottom: 1rem;
            }

            .hero-section::before {
                width: 320px;
                height: 320px;
                right: -190px;
                top: 18%;
            }

            .hero-overlay {
                background:
                    linear-gradient(180deg, rgba(31, 26, 21, 0.86) 0%, rgba(55, 45, 37, 0.76) 54%, rgba(31, 26, 21, 0.42) 100%),
                    radial-gradient(circle at 78% 38%, rgba(184, 158, 106, 0.20), transparent 32%);
            }
        }
