
        :root {
            --bg: #050508;
            --bg-2: #090910;
            --card: rgba(255, 255, 255, 0.055);
            --card-2: rgba(255, 255, 255, 0.085);
            --line: rgba(255, 255, 255, 0.12);
            --text: #ffffff;
            --muted: #b7b7c8;
            --pink: #ff007f;
            --purple: #8b2cff;
            --cyan: #00e5ff;
            --green: #00d084;
            --yellow: #ffd400;
            --radius: 24px;
            --shadow: 0 24px 70px rgba(0,0,0,.45);
            /* Fundo original do topo: se sua imagem principal tiver outro nome, troque só aqui. */
            --hero-bg-image: url('img/tedsite.png');
        }

        * { box-sizing: border-box; }
        html { scroll-behavior: smooth; scroll-padding-top: 82px; }
        body {
            margin: 0;
            background:
                radial-gradient(circle at 15% 10%, rgba(255, 0, 127, .20), transparent 34%),
                radial-gradient(circle at 85% 18%, rgba(139, 44, 255, .22), transparent 30%),
                radial-gradient(circle at 50% 95%, rgba(0, 229, 255, .10), transparent 28%),
                var(--bg);
            color: var(--text);
            font-family: Arial, Helvetica, sans-serif;
            overflow-x: hidden;
        }
        body.lightbox-open { overflow: hidden; }
        a { color: inherit; }
        img { max-width: 100%; }

        .container {
            width: min(1160px, calc(100% - 36px));
            margin: 0 auto;
        }

        .section {
            padding: 88px 0;
            position: relative;
        }
        .section.dark-bg {
            background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.01));
            border-top: 1px solid rgba(255,255,255,.07);
            border-bottom: 1px solid rgba(255,255,255,.06);
        }
        .section-title {
            max-width: 780px;
            margin: 0 auto 38px;
            text-align: center;
        }
        .section-title .eyebrow,
        .eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: var(--yellow);
            font-size: .82rem;
            font-weight: 900;
            letter-spacing: .12em;
            text-transform: uppercase;
            margin-bottom: 14px;
        }
        .section-title h2,
        .section h2 {
            font-size: clamp(2.1rem, 5vw, 4.2rem);
            line-height: .95;
            margin: 0 0 16px;
            text-transform: uppercase;
            letter-spacing: -0.055em;
        }
        .section-title p {
            color: var(--muted);
            font-size: 1.05rem;
            line-height: 1.75;
            margin: 0;
        }

        .gradient-text {
            background: linear-gradient(90deg, var(--pink), var(--yellow), var(--cyan));
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }

        .btn-booking,
        .btn-primary,
        .btn-secondary {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 9px;
            border: 0;
            cursor: pointer;
            text-decoration: none;
            font-weight: 950;
            text-transform: uppercase;
            letter-spacing: .03em;
            border-radius: 999px;
            min-height: 52px;
            padding: 0 24px;
            transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
            white-space: nowrap;
        }
        .btn-booking,
        .btn-primary {
            color: #fff;
            background: linear-gradient(90deg, var(--pink), var(--purple));
            box-shadow: 0 14px 35px rgba(255, 0, 127, .25);
        }
        .btn-primary:hover,
        .btn-booking:hover { transform: translateY(-3px); box-shadow: 0 18px 45px rgba(255, 0, 127, .35); }
        .btn-secondary {
            color: #fff;
            background: rgba(255,255,255,.07);
            border: 1px solid rgba(255,255,255,.16);
        }
        .btn-secondary:hover { transform: translateY(-3px); background: rgba(255,255,255,.12); }

        .topbar {
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(5,5,8,.74);
            backdrop-filter: blur(16px);
            border-bottom: 1px solid rgba(255,255,255,.08);
        }
        .topbar-inner {
            width: min(1220px, calc(100% - 28px));
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            padding: 13px 0;
        }
        .brand {
            display: flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
            min-width: max-content;
        }
        .brand img {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            object-fit: cover;
            background: #fff;
        }
        .brand strong {
            font-size: 1.05rem;
            letter-spacing: -.03em;
            text-transform: uppercase;
        }
        .nav-links {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 18px;
            color: #d9d9e6;
            font-size: .92rem;
            font-weight: 800;
        }
        .nav-links a { text-decoration: none; opacity: .86; }
        .nav-links a:hover { color: var(--yellow); opacity: 1; }
        .topbar .btn-primary { min-height: 42px; padding: 0 18px; font-size: .82rem; }

        .hero {
            min-height: calc(100dvh - 70px);
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
            padding: clamp(44px, 7vw, 82px) 0 clamp(48px, 7vw, 74px);
            background:
                linear-gradient(90deg, rgba(5,5,8,.96) 0%, rgba(25,4,24,.86) 45%, rgba(5,5,8,.78) 100%),
                linear-gradient(180deg, rgba(5,5,8,.46), rgba(5,5,8,.95)),
                var(--hero-bg-image) center center / cover no-repeat;
        }
        #topo { scroll-margin-top: 86px; }
        .hero::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image:
                radial-gradient(circle at 20% 20%, rgba(255, 0, 127, .30), transparent 25%),
                radial-gradient(circle at 70% 70%, rgba(255, 212, 0, .12), transparent 20%),
                linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
            background-size: auto, auto, 62px 62px, 62px 62px;
            opacity: .65;
            pointer-events: none;
        }
        .hero::after {
            content: "";
            position: absolute;
            width: 680px;
            height: 680px;
            right: -300px;
            bottom: -300px;
            background: radial-gradient(circle, rgba(255,0,127,.30), transparent 65%);
            pointer-events: none;
        }
        .hero-grid {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: 1.05fr .95fr;
            align-items: center;
            gap: 42px;
        }
        .hero-content { max-width: 690px; }
        .hero-kicker {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            background: rgba(255, 0, 127, .12);
            border: 1px solid rgba(255, 0, 127, .30);
            border-radius: 999px;
            padding: 9px 14px;
            color: #fff;
            font-weight: 900;
            font-size: .82rem;
            text-transform: uppercase;
            letter-spacing: .08em;
            margin-bottom: 20px;
        }
        .hero h1 {
            margin: 0;
            font-size: clamp(3.5rem, 11vw, 8.5rem);
            line-height: .82;
            letter-spacing: -0.075em;
            text-transform: uppercase;
            text-shadow: 0 18px 60px rgba(0,0,0,.55);
        }
        .hero h1 span { display: block; }
        .hero .tagline {
            margin: 24px 0 0;
            max-width: 610px;
            color: #f4f4ff;
            font-size: clamp(1.1rem, 2.2vw, 1.45rem);
            line-height: 1.55;
            font-weight: 700;
        }
        .hero .tagline strong { color: var(--yellow); }
        .hero-actions {
            display: flex;
            gap: 14px;
            flex-wrap: wrap;
            margin-top: 30px;
        }
        .hero-pills {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 26px;
        }
        .hero-pill {
            padding: 11px 14px;
            border-radius: 999px;
            background: rgba(255,255,255,.07);
            border: 1px solid rgba(255,255,255,.12);
            color: #ededff;
            font-size: .92rem;
            font-weight: 850;
        }
        .hero-visual {
            position: relative;
            min-height: 660px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .hero-card {
            position: relative;
            width: min(370px, 100%);
            border-radius: 34px;
            padding: 14px;
            background: linear-gradient(160deg, rgba(255,255,255,.16), rgba(255,255,255,.04));
            border: 1px solid rgba(255,255,255,.16);
            box-shadow: var(--shadow);
            transform: rotate(2deg);
        }

        /* PADRÃO TED PARA ARTES: use imagens em formato Stories 9:16.
           Tamanho recomendado para as artes: 1080x1920px.
           O object-fit: contain mostra a arte inteira, sem cortar no Windows, Mac e celular. */
        .story-frame {
            width: 100%;
            aspect-ratio: 9 / 16;
            background:
                radial-gradient(circle at 50% 20%, rgba(255,0,127,.16), transparent 32%),
                #050505;
            border-radius: 26px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .story-media,
        .story-frame img,
        .story-frame video {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
            display: block;
            background: #000;
        }
        .story-frame--cover .story-media,
        .story-frame--cover img,
        .story-frame--cover video { object-fit: cover; }
        .story-frame[data-media-slot]::before {
            content: attr(data-slot-label);
            color: rgba(255,255,255,.38);
            font-weight: 900;
            letter-spacing: .08em;
            text-transform: uppercase;
            font-size: .86rem;
            text-align: center;
            padding: 22px;
        }
        .story-frame[data-media-slot]:has(.story-media)::before { content: none; }
        .hero-card .story-media { cursor: zoom-in; }

        .mini-social-row {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            align-items: center;
        }
        .mini-social {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            min-height: 42px;
            padding: 0 14px;
            border-radius: 999px;
            text-decoration: none;
            font-weight: 900;
            font-size: .9rem;
            border: 1px solid rgba(255,255,255,.12);
            background: rgba(255,255,255,.055);
            transition: all .25s ease;
        }
        .mini-social svg { width: 18px; height: 18px; fill: currentColor; flex: 0 0 auto; }
        .mini-social.instagram { color: #ff4fa7; border-color: rgba(255,79,167,.28); background: rgba(255,79,167,.10); }
        .mini-social.whatsapp { color: #31e981; border-color: rgba(49,233,129,.28); background: rgba(49,233,129,.10); }
        .mini-social:hover { transform: translateY(-2px); filter: brightness(1.12); }
        .mini-social--circle { width: 42px; padding: 0; border-radius: 50%; }
        .mini-social--circle span { display: none; }
        .floating-badge {
            position: absolute;
            left: -18px;
            bottom: 52px;
            background: #111;
            border: 1px solid rgba(255,255,255,.15);
            padding: 13px 16px;
            border-radius: 18px;
            box-shadow: 0 14px 45px rgba(0,0,0,.38);
            font-weight: 900;
            max-width: 230px;
        }
        .floating-badge strong { color: var(--yellow); display: block; font-size: 1.05rem; }
        .floating-badge span { color: var(--muted); font-size: .88rem; }

        .quick-whatsapp {
            position: fixed;
            left: 18px;
            bottom: 18px;
            z-index: 10000;
            width: 62px;
            height: 62px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            background: #25d366;
            box-shadow: 0 10px 35px rgba(37, 211, 102, .45);
            text-decoration: none;
            transition: .25s ease;
        }
        .quick-whatsapp:hover { transform: translateY(-4px) scale(1.04); }
        .quick-whatsapp svg { width: 34px; height: 34px; fill: currentColor; }

        .caixa-radio {
            position: fixed;
            right: 18px;
            bottom: 18px;
            z-index: 9990;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 35px rgba(0,0,0,.45);
        }

        .cards-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 18px;
        }
        .info-card {
            padding: 26px;
            background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
            border: 1px solid rgba(255,255,255,.10);
            border-radius: var(--radius);
            box-shadow: 0 16px 42px rgba(0,0,0,.24);
            min-height: 170px;
            transition: transform .25s ease, border-color .25s ease;
        }
        .info-card:hover { transform: translateY(-6px); border-color: rgba(255,0,127,.52); }
        .info-card .icon {
            width: 46px;
            height: 46px;
            border-radius: 16px;
            display: grid;
            place-items: center;
            background: linear-gradient(135deg, var(--pink), var(--purple));
            box-shadow: 0 13px 30px rgba(255,0,127,.25);
            margin-bottom: 16px;
            font-size: 1.4rem;
        }
        .info-card h3 {
            margin: 0 0 10px;
            font-size: 1.22rem;
            letter-spacing: -.03em;
        }
        .info-card p {
            margin: 0;
            color: var(--muted);
            line-height: 1.58;
        }

        .event-types {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 12px;
        }
        .event-type {
            background: rgba(255,255,255,.055);
            border: 1px solid rgba(255,255,255,.10);
            border-radius: 18px;
            padding: 16px;
            color: #fff;
            font-weight: 900;
            text-align: center;
        }

        .release-box {
            display: grid;
            grid-template-columns: .95fr 1.05fr;
            gap: 30px;
            align-items: center;
            background: rgba(255,255,255,.04);
            border: 1px solid rgba(255,255,255,.10);
            border-radius: 32px;
            padding: 26px;
            overflow: hidden;
        }
        .release-media {
            width: 100%;
            max-width: 390px;
            margin: 0 auto;
        }
        .release-media .story-frame {
            border-radius: 26px;
            border: 1px solid rgba(255,255,255,.12);
            box-shadow: 0 18px 55px rgba(0,0,0,.40);
        }
        .release-media .story-media { cursor: zoom-in; }
        .release-text {
            color: #d9d9e5;
            font-size: 1.03rem;
            line-height: 1.8;
        }
        .release-text p { margin: 0 0 18px; }
        .release-text strong { color: #fff; }
        .check-list {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
            margin-top: 20px;
        }
        .check-item {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #f4f4ff;
            font-weight: 800;
            background: rgba(255,255,255,.055);
            border: 1px solid rgba(255,255,255,.09);
            border-radius: 14px;
            padding: 11px 12px;
        }
        .check-item span { color: var(--green); }

        .grid-calendario {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 22px;
        }
        .card-evento {
            display: flex;
            flex-direction: column;
            background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
            border: 1px solid rgba(255,255,255,.10);
            border-radius: 24px;
            overflow: hidden;
            transition: all .3s ease;
            min-height: 100%;
        }
        .card-evento:hover {
            transform: translateY(-6px);
            border-color: rgba(255,0,127,.62);
            box-shadow: 0 20px 55px rgba(255,0,127,.14);
        }
        .card-evento img,
        .js-open-art { cursor: zoom-in; }
        .agenda-story-frame {
            width: 100%;
            aspect-ratio: 9 / 16;
            background: #050505;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .agenda-story-frame img,
        .agenda-story-frame video {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
            display: block;
            background: #000;
        }
        .agenda-story-frame img { cursor: zoom-in; }
        .agenda-story-frame--destaque {
            border-radius: 22px;
            border: 1px solid rgba(255,255,255,.12);
        }
        .event-cta-after {
            margin-top: 38px;
            padding: 26px;
            border-radius: 24px;
            background: linear-gradient(90deg, rgba(255,0,127,.16), rgba(139,44,255,.16));
            border: 1px solid rgba(255,255,255,.12);
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
        }
        .event-cta-after h3 { margin: 0 0 6px; font-size: 1.35rem; }
        .event-cta-after p { margin: 0; color: var(--muted); }

        .comentarios-carousel-section {
            position: relative;
            overflow: hidden;
            background: radial-gradient(circle at top, rgba(255,0,127,.18), transparent 35%), #050505;
            border-top: 1px solid #171717;
            border-bottom: 1px solid #171717;
        }
        .comentarios-carousel-wrap {
            position: relative;
            max-width: 1180px;
            margin: 0 auto;
            padding: 0 58px;
        }
        .comentarios-carousel-viewport { overflow: hidden; width: 100%; border-radius: 22px; }
        .comentarios-carousel-track {
            display: flex;
            gap: 22px;
            transition: transform .55s cubic-bezier(.2,.75,.2,1);
            will-change: transform;
        }
        .comentario-slide { flex: 0 0 calc((100% - 44px) / 3); min-width: 0; }
        .comentario-card {
            position: relative;
            aspect-ratio: 1/1;
            background: #111;
            border: 1px solid rgba(255,255,255,.08);
            border-radius: 22px;
            overflow: hidden;
            box-shadow: 0 18px 45px rgba(0,0,0,.55);
            transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
        }
        .comentario-card:hover {
            transform: translateY(-6px);
            border-color: rgba(255,0,127,.65);
            box-shadow: 0 20px 55px rgba(255,0,127,.18);
        }
        .comentario-card img { width: 100%; height: 100%; object-fit: cover; display: block; cursor: zoom-in; }
        .comentarios-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 44px;
            height: 44px;
            border-radius: 50%;
            border: 1px solid rgba(255,255,255,.16);
            background: rgba(12,12,12,.82);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 3;
            font-size: 1.7rem;
            line-height: 1;
            transition: all .3s ease;
            backdrop-filter: blur(8px);
        }
        .comentarios-nav:hover { background: linear-gradient(90deg, var(--pink), var(--purple)); border-color: transparent; }
        .comentarios-nav.prev { left: 0; }
        .comentarios-nav.next { right: 0; }
        .comentarios-dots { display: flex; justify-content: center; gap: 8px; margin-top: 28px; }
        .comentarios-dot {
            width: 9px;
            height: 9px;
            border-radius: 50%;
            border: 0;
            background: #333;
            cursor: pointer;
            padding: 0;
            transition: all .3s ease;
        }
        .comentarios-dot.active { width: 28px; border-radius: 999px; background: var(--pink); box-shadow: 0 0 16px rgba(255,0,127,.55); }
        .proof-quotes {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 14px;
            margin-bottom: 34px;
        }
        .proof-quote {
            background: rgba(255,255,255,.06);
            border: 1px solid rgba(255,255,255,.10);
            border-radius: 18px;
            padding: 18px;
            color: #fff;
            font-weight: 850;
            line-height: 1.5;
        }

        .orcamento-card {
            max-width: 820px;
            margin: 0 auto;
            background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
            border: 1px solid rgba(255,255,255,.13);
            border-radius: 28px;
            padding: 26px;
            box-shadow: var(--shadow);
        }
        .input-orcamento-group {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
            margin-bottom: 12px;
        }
        .field,
        .input-orcamento-group input,
        .input-orcamento-group select {
            width: 100%;
            min-height: 52px;
            border-radius: 14px;
            border: 1px solid rgba(255,255,255,.14);
            background: rgba(0,0,0,.28);
            color: #fff;
            padding: 0 14px;
            font-size: 1rem;
            outline: none;
        }
        .field:focus,
        .input-orcamento-group input:focus,
        .input-orcamento-group select:focus { border-color: rgba(255,0,127,.72); box-shadow: 0 0 0 4px rgba(255,0,127,.12); }
        .orcamento-card button { width: 100%; margin-top: 4px; font-size: .96rem; }
        #loading-box,
        #resultado-box {
            margin-top: 22px;
            border-top: 1px solid rgba(255,255,255,.12);
            padding-top: 22px;
        }
        @keyframes encherBarra { 0% { width: 0%; } 100% { width: 100%; } }
        @keyframes brilhoNeon { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }

        .social-circle-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 52px;
            height: 52px;
            border-radius: 50%;
            background: rgba(255,255,255,.06);
            color: #fff;
            border: 1px solid rgba(255,255,255,.12);
            transition: all .3s ease;
            text-decoration: none;
        }
        .social-circle-btn svg { width: 22px; height: 22px; fill: currentColor; }
        .social-circle-btn.insta:hover { background: #e1306c; border-color: #e1306c; }
        .social-circle-btn.tiktok:hover { background: #00f2fe; color: #000; border-color: #00f2fe; }
        .social-circle-btn.yt:hover { background: #ff0000; border-color: #ff0000; }

        .final-cta {
            padding: 72px 0;
            background:
                linear-gradient(90deg, rgba(255,0,127,.88), rgba(139,44,255,.90)),
                radial-gradient(circle at 50% 50%, rgba(255,255,255,.28), transparent 30%);
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .final-cta h2 {
            margin: 0 auto 16px;
            max-width: 850px;
            font-size: clamp(2.4rem, 7vw, 5rem);
            line-height: .92;
            text-transform: uppercase;
            letter-spacing: -.06em;
        }
        .final-cta p { max-width: 700px; margin: 0 auto 28px; color: rgba(255,255,255,.88); font-size: 1.12rem; line-height: 1.65; }
        footer { text-align: center; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.08); color: #8e8ea1; }
        footer a { color: #fff; text-decoration: none; font-weight: 900; }

        .art-lightbox {
            position: fixed;
            inset: 0;
            z-index: 30000;
            display: none;
            align-items: center;
            justify-content: center;
            padding: 22px;
            background: rgba(0,0,0,.92);
            backdrop-filter: blur(10px);
        }
        .art-lightbox.active { display: flex; }
        .art-lightbox-inner {
            position: relative;
            width: min(100%, 980px);
            height: min(100%, 92vh);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .art-lightbox-img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            border-radius: 18px;
            box-shadow: 0 28px 80px rgba(0,0,0,.75);
        }
        .art-lightbox-close,
        .art-lightbox-back {
            position: absolute;
            z-index: 2;
            border: 1px solid rgba(255,255,255,.22);
            background: rgba(10,10,12,.84);
            color: #fff;
            border-radius: 999px;
            cursor: pointer;
            font-weight: 900;
            backdrop-filter: blur(8px);
        }
        .art-lightbox-close {
            top: -6px;
            right: -6px;
            width: 44px;
            height: 44px;
            font-size: 1.45rem;
            line-height: 1;
        }
        .art-lightbox-back {
            top: -6px;
            left: -6px;
            min-height: 44px;
            padding: 0 18px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: .95rem;
        }
        .art-lightbox-close:hover,
        .art-lightbox-back:hover { background: linear-gradient(90deg, var(--pink), var(--purple)); border-color: transparent; }

        @media (max-width: 980px) {
            .nav-links { display: none; }
            .hero {
                min-height: auto;
                padding: 42px 0 46px;
                background-position: center top;
            }
            .hero-grid,
            .release-box { grid-template-columns: 1fr; }
            .hero-content { text-align: center; margin: 0 auto; }
            .hero .tagline { margin-left: auto; margin-right: auto; }
            .hero-actions, .hero-pills { justify-content: center; }
            .hero-visual { min-height: auto; }
            .hero-card { width: 100%; max-width: 360px; margin: 0 auto; transform: none; }
            .floating-badge { left: 50%; transform: translateX(-50%); bottom: 18px; width: calc(100% - 28px); }
            .cards-grid { grid-template-columns: repeat(2, 1fr); }
            .event-types { grid-template-columns: repeat(2, 1fr); }
            .proof-quotes { grid-template-columns: 1fr; }
            .event-cta-after { flex-direction: column; align-items: flex-start; }
        }
        @media (max-width: 640px) {
            html { scroll-padding-top: 70px; }
            .container { width: min(100% - 24px, 1160px); }
            .section { padding: 58px 0; }
            .topbar { position: sticky; }
            .topbar-inner { width: min(100% - 22px, 1220px); padding: 10px 0; }
            .topbar .btn-primary { display: none; }
            .brand img { width: 38px; height: 38px; }
            .brand strong { font-size: .92rem; }
            .hero {
                padding: 30px 0 42px;
                background:
                    linear-gradient(180deg, rgba(5,5,8,.66) 0%, rgba(7,4,12,.92) 42%, rgba(5,5,8,.98) 100%),
                    var(--hero-bg-image) center top / cover no-repeat;
            }
            #topo { scroll-margin-top: 72px; }
            .hero-grid { gap: 28px; }
            .hero-kicker { font-size: .7rem; padding: 8px 11px; margin-bottom: 14px; }
            .hero h1 {
                font-size: clamp(2.7rem, 15.6vw, 4.4rem);
                line-height: .9;
                letter-spacing: -.055em;
            }
            .hero .tagline { font-size: 1rem; line-height: 1.55; margin-top: 18px; }
            .hero-actions { display: grid; grid-template-columns: 1fr; margin-top: 22px; }
            .hero-pills { gap: 8px; margin-top: 18px; }
            .hero-pill { font-size: .82rem; padding: 9px 11px; }
            .btn-primary, .btn-secondary, .btn-booking { width: 100%; min-height: 50px; }
            .hero-card { max-width: min(340px, 90vw); padding: 10px; border-radius: 24px; }
            .story-frame { border-radius: 20px; }
            .floating-badge {
                position: relative;
                left: auto;
                bottom: auto;
                transform: none;
                width: 100%;
                max-width: none;
                margin-top: 12px;
                text-align: center;
            }
            .cards-grid, .event-types, .check-list { grid-template-columns: 1fr; }
            .release-box { padding: 16px; border-radius: 24px; }
            .release-media { max-width: min(340px, 90vw); }
            .show-destaque > div[style*='grid-template-columns'] { display: block !important; }
            .show-destaque .agenda-story-frame { margin-bottom: 18px; }
            .mini-social-row { justify-content: center; }
            .comentarios-carousel-wrap { padding: 0 42px; }
            .comentarios-carousel-track { gap: 10px; }
            .comentario-slide { flex: 0 0 calc((100% - 20px) / 3); }
            .comentario-card { border-radius: 14px; }
            .comentarios-nav { width: 34px; height: 34px; font-size: 1.25rem; }
            .input-orcamento-group { grid-template-columns: 1fr; }
            .caixa-radio { display: none; }
            .quick-whatsapp { width: 58px; height: 58px; }
            .art-lightbox { padding: 12px; }
            .art-lightbox-inner { height: 88vh; }
            .art-lightbox-back { top: 8px; left: 8px; }
            .art-lightbox-close { top: 8px; right: 8px; }
        }


        /* =========================================================
           CORREÇÃO FINAL: início do site não corta no Windows/celular
           - evita corte de letras grandes por diferença de fonte/zoom
           - deixa o topo mais seguro em telas baixas e navegadores com escala
           ========================================================= */
        .hero h1 {
            line-height: 1.02 !important;
            padding-top: .10em;
            overflow: visible;
        }

        .hero-content {
            padding-top: 4px;
        }

        @media (min-width: 981px) {
            .hero {
                min-height: auto !important;
                padding-top: clamp(56px, 6vh, 86px) !important;
                padding-bottom: clamp(58px, 7vh, 88px) !important;
            }

            .hero h1 {
                font-size: clamp(3.25rem, 8.6vw, 7.4rem) !important;
            }

            .hero-visual {
                min-height: auto !important;
            }
        }

        @media (min-width: 981px) and (max-height: 820px) {
            .hero {
                padding-top: 42px !important;
                padding-bottom: 50px !important;
            }

            .hero h1 {
                font-size: clamp(3rem, 7.4vw, 6.4rem) !important;
                line-height: 1.04 !important;
            }

            .hero .tagline {
                font-size: clamp(1.02rem, 1.7vw, 1.24rem) !important;
                line-height: 1.48 !important;
                margin-top: 16px !important;
            }

            .hero-actions {
                margin-top: 22px !important;
            }

            .hero-pills {
                margin-top: 18px !important;
            }

            .hero-card {
                width: min(330px, 100%) !important;
            }
        }

        @media (max-width: 980px) {
            .hero h1 {
                line-height: 1.03 !important;
                padding-top: .10em;
            }
        }

        @media (max-width: 640px) {
            html { scroll-padding-top: 78px !important; }

            body {
                padding-top: env(safe-area-inset-top, 0px);
            }

            .topbar {
                z-index: 5000 !important;
            }

            .hero {
                min-height: auto !important;
                padding-top: 28px !important;
                padding-bottom: 44px !important;
                overflow: hidden;
            }

            .hero h1 {
                font-size: clamp(2.45rem, 12.8vw, 3.75rem) !important;
                line-height: 1.05 !important;
                letter-spacing: -.045em !important;
                padding-top: .12em;
            }

            .hero .tagline {
                font-size: .98rem !important;
                line-height: 1.52 !important;
            }
        }


        /* =========================================================
           AJUSTE MOBILE FINAL: primeira dobra limpa no celular
           - evita restauração de rolagem cortando o começo
           - reduz altura do hero no mobile
           - mostra título, texto, botões e arte de forma organizada
           ========================================================= */
        @media (max-width: 640px) {
            html, body {
                overflow-x: hidden !important;
                scroll-padding-top: 0 !important;
            }

            .topbar {
                position: relative !important;
                top: auto !important;
                background: rgba(5,5,8,.96) !important;
            }

            .topbar-inner {
                min-height: 64px !important;
                padding: 10px 0 !important;
            }

            .brand img {
                width: 40px !important;
                height: 40px !important;
            }

            .brand strong {
                font-size: .95rem !important;
            }

            .hero {
                display: block !important;
                min-height: auto !important;
                padding: 18px 0 34px !important;
                overflow: visible !important;
                background:
                    linear-gradient(180deg, rgba(5,5,8,.72) 0%, rgba(8,4,12,.94) 44%, rgba(5,5,8,.98) 100%),
                    var(--hero-bg-image) center top / cover no-repeat !important;
            }

            .hero::before,
            .hero::after {
                pointer-events: none !important;
            }

            .hero-grid {
                display: flex !important;
                flex-direction: column !important;
                align-items: center !important;
                gap: 22px !important;
            }

            .hero-content {
                width: 100% !important;
                max-width: 100% !important;
                text-align: center !important;
                padding-top: 0 !important;
            }

            .hero-kicker {
                display: none !important;
            }

            .hero h1 {
                display: block !important;
                margin: 0 auto !important;
                padding: 0 !important;
                font-size: clamp(2.35rem, 14vw, 3.55rem) !important;
                line-height: .92 !important;
                letter-spacing: -.055em !important;
                text-align: center !important;
                overflow: visible !important;
            }

            .hero h1 span {
                display: block !important;
            }

            .hero .tagline {
                max-width: 100% !important;
                margin: 14px auto 0 !important;
                font-size: .96rem !important;
                line-height: 1.42 !important;
                font-weight: 750 !important;
            }

            .hero-actions {
                display: grid !important;
                grid-template-columns: 1fr !important;
                gap: 10px !important;
                margin-top: 16px !important;
            }

            .hero-actions .btn-primary,
            .hero-actions .btn-secondary {
                min-height: 48px !important;
                width: 100% !important;
                font-size: .86rem !important;
                padding: 0 16px !important;
            }

            .hero-pills {
                display: grid !important;
                grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
                gap: 8px !important;
                margin-top: 14px !important;
                width: 100% !important;
            }

            .hero-pill {
                width: 100% !important;
                text-align: center !important;
                font-size: .76rem !important;
                line-height: 1.15 !important;
                padding: 9px 8px !important;
            }

            .hero-visual {
                width: 100% !important;
                min-height: auto !important;
                margin-top: 2px !important;
            }

            .hero-card {
                width: min(315px, 88vw) !important;
                max-width: min(315px, 88vw) !important;
                margin: 0 auto !important;
                padding: 9px !important;
                border-radius: 22px !important;
                transform: none !important;
            }

            .story-frame {
                border-radius: 18px !important;
            }

            .floating-badge {
                display: none !important;
            }

            .quick-whatsapp {
                width: 54px !important;
                height: 54px !important;
                left: 14px !important;
                bottom: 18px !important;
            }
        }

    
        /* =========================================================
           LOGO OFICIAL + FUNDO MAIS APARENTE + CORREÇÃO WINDOWS
           Esta versão não depende de upload extra da logo:
           a logo enviada foi embutida diretamente no HTML.
           ========================================================= */
        .ted-logo-img {
            display: inline-block;
            background-image: url("../img/logo-oficial-ted.png");
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            flex: 0 0 auto;
        }

        .ted-logo-img--nav {
            width: 156px;
            height: 48px;
            filter: drop-shadow(0 8px 22px rgba(0,0,0,.42));
        }

        .ted-logo-img--hero {
            width: min(280px, 72vw);
            height: 96px;
            filter: drop-shadow(0 14px 36px rgba(0,0,0,.48));
        }

        .ted-logo-img--footer {
            width: 170px;
            height: 60px;
            opacity: .95;
            filter: drop-shadow(0 8px 24px rgba(0,0,0,.38));
        }

        .brand {
            gap: 14px !important;
        }

        .brand > img {
            display: none !important;
        }

        .brand-text-fallback {
            position: absolute !important;
            width: 1px !important;
            height: 1px !important;
            padding: 0 !important;
            margin: -1px !important;
            overflow: hidden !important;
            clip: rect(0, 0, 0, 0) !important;
            white-space: nowrap !important;
            border: 0 !important;
        }

        .hero-logo-official {
            display: inline-flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 4px;
            margin: 0 0 12px;
            padding: 8px 16px 4px;
            border-radius: 26px;
            background: rgba(255,255,255,.045);
            border: 1px solid rgba(255,255,255,.10);
            backdrop-filter: blur(8px);
        }

        .hero-logo-official small {
            color: var(--yellow);
            font-size: .72rem;
            font-weight: 950;
            letter-spacing: .18em;
            text-transform: uppercase;
        }

        .footer-logo-oficial {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 8px;
        }

        /* Desktop/Windows: evita cortar o começo do site e a primeira linha do título */
        @media (min-width: 641px) {
            .hero {
                min-height: auto !important;
                overflow: visible !important;
                padding-top: clamp(76px, 8vh, 112px) !important;
                padding-bottom: clamp(70px, 8vh, 102px) !important;
                background:
                    linear-gradient(90deg, rgba(5,5,8,.68) 0%, rgba(25,4,24,.48) 45%, rgba(5,5,8,.58) 100%),
                    linear-gradient(180deg, rgba(5,5,8,.12), rgba(5,5,8,.76)),
                    var(--hero-bg-image) center center / cover no-repeat !important;
            }

            .hero::before {
                opacity: .36 !important;
            }

            .hero-grid {
                align-items: center !important;
            }

            .hero-content {
                overflow: visible !important;
                padding-top: 0 !important;
            }

            .hero h1 {
                font-size: clamp(3.2rem, 6.8vw, 6.35rem) !important;
                line-height: 1.12 !important;
                letter-spacing: -.045em !important;
                padding: .08em 0 .06em !important;
                margin: 0 !important;
                overflow: visible !important;
            }

            .hero .tagline {
                margin-top: 14px !important;
                font-size: clamp(1.04rem, 1.65vw, 1.28rem) !important;
                line-height: 1.52 !important;
            }

            .hero-actions {
                margin-top: 24px !important;
            }

            .hero-pills {
                margin-top: 20px !important;
            }

            .hero-visual {
                min-height: auto !important;
            }
        }

        @media (min-width: 981px) and (max-height: 820px) {
            .hero {
                padding-top: 62px !important;
                padding-bottom: 62px !important;
            }

            .hero h1 {
                font-size: clamp(3rem, 6.1vw, 5.7rem) !important;
                line-height: 1.14 !important;
            }

            .ted-logo-img--hero {
                width: min(245px, 60vw);
                height: 78px;
            }
        }

        @media (max-width: 640px) {
            .ted-logo-img--nav {
                width: 136px;
                height: 42px;
            }

            .hero {
                background:
                    linear-gradient(180deg, rgba(5,5,8,.42) 0%, rgba(8,4,12,.75) 44%, rgba(5,5,8,.94) 100%),
                    var(--hero-bg-image) center top / cover no-repeat !important;
            }

            .hero-logo-official {
                margin-bottom: 8px;
                padding: 6px 12px 2px;
                border-radius: 22px;
            }

            .ted-logo-img--hero {
                width: min(220px, 68vw);
                height: 72px;
            }

            .hero-logo-official small {
                font-size: .62rem;
            }

            .ted-logo-img--footer {
                width: 145px;
                height: 50px;
            }
        }

    
        /* =========================================================
           AJUSTE FINAL DO TOPO:
           remove textos "site oficial" e "Baile do Ted" visíveis,
           usa a logo oficial grande acima da descrição.
           ========================================================= */
        .sr-only {
            position: absolute !important;
            width: 1px !important;
            height: 1px !important;
            padding: 0 !important;
            margin: -1px !important;
            overflow: hidden !important;
            clip: rect(0, 0, 0, 0) !important;
            white-space: nowrap !important;
            border: 0 !important;
        }

        .hero-logo-official--clean {
            display: flex !important;
            align-items: flex-start !important;
            justify-content: flex-start !important;
            width: fit-content !important;
            max-width: 100% !important;
            margin: 0 0 18px !important;
            padding: 0 !important;
            background: transparent !important;
            border: 0 !important;
            box-shadow: none !important;
            backdrop-filter: none !important;
        }

        .hero-logo-official--clean small,
        .hero-logo-official--clean strong {
            display: none !important;
        }

        .ted-logo-img--hero-title {
            width: min(560px, 90vw) !important;
            height: 190px !important;
            background-size: contain !important;
            background-position: left center !important;
            filter: drop-shadow(0 18px 44px rgba(0,0,0,.55)) drop-shadow(0 0 22px rgba(255,0,127,.18)) !important;
        }

        .hero h1.sr-only {
            font-size: 0 !important;
            line-height: 0 !important;
            margin: 0 !important;
            padding: 0 !important;
        }

        .hero .tagline {
            margin-top: 0 !important;
        }

        @media (max-width: 980px) {
            .hero-logo-official--clean {
                justify-content: center !important;
                margin-left: auto !important;
                margin-right: auto !important;
                margin-bottom: 14px !important;
            }

            .ted-logo-img--hero-title {
                width: min(390px, 84vw) !important;
                height: 130px !important;
                background-position: center !important;
            }
        }

        @media (max-width: 640px) {
            .hero-logo-official--clean {
                margin-bottom: 10px !important;
            }

            .ted-logo-img--hero-title {
                width: min(320px, 82vw) !important;
                height: 108px !important;
            }

            .hero .tagline {
                margin-top: 0 !important;
            }
        }

    

/* Performance: evita custo de renderização de seções fora da tela em navegadores compatíveis */
.section, .card-evento, .comentario-card, .info-card {
  content-visibility: auto;
  contain-intrinsic-size: 1px 600px;
}
