
        html, body {
            width: 100%;
            overflow-x: hidden;
        }

        /* Home: header transparente sobre o carrossel */
        .navbar.nav-spacevents {
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.45) 45%, rgba(0, 0, 0, 0) 100%) !important;
            box-shadow: none !important;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
        }

        /* Estado inicial (topo): mantém gradiente sobre o hero */
        .navbar.nav-spacevents.nav-home-top {
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.45) 45%, rgba(0, 0, 0, 0) 100%) !important;
        }

        /* Ao scroll: fundo preto + texto branco */
        .navbar.nav-spacevents.nav-home-scrolled {
            background: rgba(0, 0, 0, 0.86) !important;
        }

        .navbar.nav-spacevents.nav-home-scrolled .nav-link,
        .navbar.nav-spacevents.nav-home-scrolled .menu-left .nav-link,
        .navbar.nav-spacevents.nav-home-scrolled .menu-right > li.nav-item > .nav-link,
        .navbar.nav-spacevents.nav-home-scrolled .menu-right li.dropdown > .nav-link {
            color: #ffffff !important;
        }

        /* Hover continua coral no estado com scroll */
        .navbar.nav-spacevents.nav-home-scrolled .nav-link:hover,
        .navbar.nav-spacevents.nav-home-scrolled .menu-left .nav-link:hover,
        .navbar.nav-spacevents.nav-home-scrolled .menu-right > li.nav-item > .nav-link:hover,
        .navbar.nav-spacevents.nav-home-scrolled .menu-right li.dropdown > .nav-link:hover {
            color: #ff7854 !important;
        }

        /* MantÃ©m cliques no header acima do overlay */
        .navbar.nav-spacevents .container.nav-wrapper {
            position: relative;
            z-index: 1001;
        }

        /* Home hero (mantÃ©m carrossel como fundo) */
        .home-hero {
            position: relative;
            min-height: 820px;
            overflow: hidden;
        }

        @keyframes heroImageFadeIn {
            from {
                opacity: 0;
                transform: scale(1.03);
            }
            to {
                opacity: 1;
                transform: scale(1);
            }
        }

        @keyframes heroContentSlideUp {
            from {
                opacity: 0;
                transform: translate3d(0, 28px, 0);
            }
            to {
                opacity: 1;
                transform: translate3d(0, 0, 0);
            }
        }

        #banner-home {
            opacity: 0;
        }

        .home-hero.hero-ready #banner-home {
            animation: heroImageFadeIn 900ms ease-out forwards;
        }

        #banner-home .carousel-inner {
            --hero-parallax-offset: 0px;
            transform: translate3d(0, var(--hero-parallax-offset), 0);
            will-change: transform;
        }

        #banner-home .carousel-item img {
            height: 920px !important;
            object-fit: cover;
            object-position: center;
        }

        /* Layout do print nÃ£o mostra controles */
        #banner-home .carousel-indicators,
        #banner-home .carousel-control-prev,
        #banner-home .carousel-control-next {
            display: none !important;
        }

        .home-hero-overlay {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 110px 16px 70px;
            pointer-events: none;
        }

        .home-hero-panel {
            pointer-events: auto;
            position: relative;
            width: 100%;
            max-width: 1120px;
            padding: 70px 46px 42px;
            border-radius: 40px;
            overflow: hidden;
            background: transparent;
            border: none;
        }

        /* Home: sem â€œplacaâ€ central â€” tudo flutuando no carrossel */
        .home-hero-panel::before { display: none; }

        .home-hero-top-icons {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            margin-bottom: 22px;
            filter: drop-shadow(0 12px 24px rgba(0,0,0,0.35));
        }

        .home-hero-icon {
            width: 54px;
            height: 38px;
            border-radius: 22px;
            background: rgba(255, 255, 255, 0.25);
            box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
        }

        .home-hero-badge {
            position: absolute;
            right: 50%;
            transform: translateX(110px);
            top: -8px;
            font-size: 10px;
            font-weight: 600;
            letter-spacing: .04em;
            text-transform: uppercase;
            background: #ff7854;
            color: #fff;
            padding: 3px 8px;
            border-radius: 999px;
        }

        .home-hero-title {
            position: relative;
            text-align: center;
            font-weight: 600 !important;
            color: #ffffff;
            -webkit-text-stroke: 0 !important;
            text-shadow: 0px 5px 5px #00000076 !important;
            font-size: 68px !important;
            line-height: 1.5;
            margin: 0 0 26px;
            opacity: 0;
            transform: translate3d(0, 30px, 0);
        }

        .home-mode-wrap {
            position: relative;
            width: fit-content;
            margin: 0 auto 22px;
            opacity: 0;
            transform: translate3d(0, 26px, 0);
        }

        .home-mode-badge {
            position: absolute;
            right: -37px;
            top: -14px;
            z-index: 2;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 54px;
            height: 22px;
            padding: 0 10px;
            border-radius: 999px;
            background: #ff7854;
            color: #fff;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: .04em;
            text-transform: uppercase;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
        }

        .home-mode-switch {
            position: relative;
            display: inline-flex;
            align-items: center;
            gap: 0;
            width: 178px;
            height: 45px;
            padding: 0;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.15);
            border: 1px solid rgba(255, 255, 255, 0.22);
            box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            overflow: hidden;
        }

        .home-mode-indicator {
            position: absolute;
            top: 0;
            left: 0;
            width: 86px;
            height: 45px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.18);
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12), 0 8px 18px rgba(0, 0, 0, 0.14);
            transition: transform 0.32s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.32s ease;
            will-change: transform;
            pointer-events: none;
        }

        .home-mode-input {
            position: absolute;
            opacity: 0;
            pointer-events: none;
        }

        .home-mode-option {
            position: relative;
            z-index: 1;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex: 1 1 0;
            width: 89px;
            height: 45px;
            border-radius: 999px;
            border: 1px solid transparent;
            background: transparent;
            color: rgba(255, 255, 255, 0.86);
            cursor: pointer;
            font-size: 0;
            font-weight: 700;
            transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
        }

        .home-mode-option .fa {
            display: block;
            font-size: 26px;
            line-height: 1;
            transition: transform 0.32s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.32s ease, opacity 0.32s ease;
            transform: translateY(2px);
        }

        .home-mode-option .home-mode-option-svg {
            display: block;
            width: 30px;
            height: 30px;
            transition: transform 0.32s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.32s ease;
            transform: translateY(2px);
        }

        .home-mode-option .home-mode-option-svg path {
            fill: currentColor !important;
            fill-opacity: 1 !important;
        }

        .home-mode-option:hover {
            transform: translateY(-1px);
            color: #fff;
        }

        .home-mode-option-disabled,
        .home-mode-option-disabled:hover {
            cursor: not-allowed;
            pointer-events: none;
            opacity: 0.55;
            transform: none;
        }

        .home-mode-input:checked + .home-mode-option {
            color: #fff;
        }

        #home-banner-mode-food:checked ~ .home-mode-indicator {
            transform: translateX(92px);
        }

        .home-mode-input:checked + .home-mode-option .fa {
            transform: translateY(2px) scale(1.08);
            color: #ffffff;
        }

        .home-mode-input:checked + .home-mode-option .home-mode-option-svg {
            transform: translateY(2px) scale(1.08);
        }

        .home-mode-option .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;
        }

        .home-banner-img {
            width: 100%;
            object-fit: cover;
            object-position: center;
        }

        .home-search-bar {
            filter: drop-shadow(0 18px 44px rgba(0,0,0,0.35));
            opacity: 0;
            transform: translate3d(0, 34px, 0);
        }

        .home-hero.hero-ready .home-mode-wrap {
            animation: heroContentSlideUp 620ms ease-out 140ms forwards;
        }

        .home-hero.hero-ready .home-hero-title {
            animation: heroContentSlideUp 760ms ease-out 240ms forwards;
        }

        .home-hero.hero-ready .home-search-bar {
            animation: heroContentSlideUp 760ms ease-out 360ms forwards;
        }

        @media (prefers-reduced-motion: reduce) {
            #banner-home,
            .home-mode-wrap,
            .home-hero-title,
            .home-search-bar {
                animation: none !important;
                opacity: 1 !important;
                transform: none !important;
            }

            #banner-home .carousel-inner {
                transform: none !important;
            }
        }

        /* Refinos para â€œfundirâ€ com o fundo do carrossel */
        .home-hero-panel {
            box-shadow: none;
        }

        .home-hero-icon {
            background: rgba(255, 255, 255, 0.18);
            border: 1px solid rgba(255, 255, 255, 0.22);
            color: rgba(255, 255, 255, 0.95);
        }

        .home-search-bar {
            position: relative;
            display: grid;
            grid-template-columns: 1.2fr 0.9fr 0.9fr auto;
            align-items: stretch;
            gap: 0;
            background: rgba(255, 255, 255, 0.86);
            border-radius: 999px;
            box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.35);
        }

        .home-search-field {
            padding: 14px 18px 12px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            min-width: 0;
        }

        .home-search-field + .home-search-field {
            border-left: 1px solid rgba(0,0,0,0.10);
        }

        .home-search-label {
            font-size: 12px;
            font-weight: 700;
            color: #111;
            margin: 0;
            line-height: 1;
        }

        .home-search-input {
            border: 0 !important;
            outline: none !important;
            padding: 6px 0 0 !important;
            height: auto !important;
            background: transparent !important;
            font-size: 13px;
            color: rgba(0,0,0,0.62);
            width: 100%;
        }

        .home-search-submit {
            border: 0;
            background: #ff7854;
            color: #fff;
            font-weight: 600;
            padding: 0 22px;
            min-width: 150px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            border-radius: 999px;
            margin: 8px 8px 8px 0;
            box-shadow: 0 10px 22px rgba(255, 120, 84, 0.35);
        }

        .home-search-submit:hover {
            background: #ff6a43;
            color: #fff;
        }

        .home-search-submit .fa {
            font-size: 14px;
        }

        /* MantÃ©m o dtf no form sem aparecer (layout do print tem um campo â€œDataâ€) */
        .home-search-hidden {
            position: absolute !important;
            left: -9999px !important;
            width: 1px !important;
            height: 1px !important;
            opacity: 0 !important;
            pointer-events: none !important;
        }

        /* SeÃ§Ã£o: tipos de evento (layout estilo referÃªncia) */
        .event-types-section {
            background: #ffffff;
            padding: 80px 0 64px;
        }

        .event-types-title {
            text-align: center;
            color: #0c0c0f;
            font-size: 56px;
            line-height: 1.12;
            font-weight: 600;
            margin: 0 0 48px;
        }

        .event-types-grid {
            display: grid;
            grid-template-columns: repeat(3, 314px);
            column-gap: 34px;
            row-gap: 42px;
            justify-content: center;
            width: min(1320px, calc(100% - 32px));
            max-width: 1320px;
            margin: 0 auto;
            padding: 0;
        }

        .event-type-card {
            opacity: 0;
            transition: opacity 520ms ease;
        }

        .event-type-card.is-visible {
            opacity: 1;
        }

        .event-type-card:nth-child(1).is-visible { transition-delay: 80ms; }
        .event-type-card:nth-child(2).is-visible { transition-delay: 140ms; }
        .event-type-card:nth-child(3).is-visible { transition-delay: 200ms; }
        .event-type-card:nth-child(4).is-visible { transition-delay: 260ms; }
        .event-type-card:nth-child(5).is-visible { transition-delay: 320ms; }
        .event-type-card:nth-child(6).is-visible { transition-delay: 380ms; }

        .event-type-card {
            position: relative;
            width: 314px;
            height: 314px;
            min-height: 314px;
            border-radius: 14px;
            overflow: hidden;
            display: block;
            text-decoration: none !important;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
            background-size: cover;
            background-position: center;
            transform: translateZ(0);
        }

        .event-type-card::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0.72) 100%);
        }

        .event-type-content {
            position: absolute;
            left: 14px;
            right: 14px;
            bottom: 8px;
            z-index: 1;
            color: #fff;
        }

        .event-type-content h6 {
            color: #fff;
            font-family: 'Poppins', sans-serif;
            font-size: 24px;
            font-weight: 600;
            line-height: 1;
            letter-spacing: 0;
            vertical-align: middle;
            margin: 0 0 6px;
            text-transform: none;
        }

        .event-type-content p {
            color: #ffffff;
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 500;
            line-height: 1.4;
            width: 267px;
            min-height: 66px;
            display: flex;
            align-items: center;
            margin: 0;
        }

        /* SeÃ§Ã£o: â€œPor que a Spacevents?â€ (carrossel) */
        .why-carousel-section {
            padding: 0;
        }

        .why-carousel-wrap {
            width: min(1680px, calc(100% - 56px));
            max-width: 1680px;
            margin: 0 auto;
            padding: 0 24px;
            position: relative;
        }

        .why-section-slide {
            padding: 82px 0 62px;
            min-height: 78vh;
            display: flex;
            align-items: center;
        }

        @keyframes whySlideUpFade {
            from {
                opacity: 0;
                transform: translate3d(0, 26px, 0);
            }
            to {
                opacity: 1;
                transform: translate3d(0, 0, 0);
            }
        }

        @keyframes whyBarFadeIn {
            from {
                opacity: 0;
                transform: scaleX(0.3);
            }
            to {
                opacity: 1;
                transform: scaleX(1);
            }
        }

        .why-bg-dark {
            background: #0b0b0d;
        }

        .why-bg-orange {
            background: #ff7854;
        }

        .why-kicker {
            font-size: 12px;
            font-weight: 600;
            letter-spacing: .06em;
            text-transform: uppercase;
            color: #ff7854;
            margin: 0 0 8px;
        }

        .why-title {
            font-family: Poppins, sans-serif;
            font-size: 48px;
            font-weight: 600;
            line-height: 145%;
            letter-spacing: 0%;
            color: #ffffff;
            margin: 0 0 28px;
            vertical-align: middle;
        }

        .why-title .accent {
            color: #ff7854;
        }

        .why-card { background: transparent; }

        .why-slide {
            display: grid;
            grid-template-columns: minmax(540px, 1.05fr) minmax(460px, 0.95fr);
            gap: clamp(36px, 4.5vw, 88px);
            align-items: center;
            padding: 18px 0 24px;
        }

        .why-carousel-section .why-image,
        .why-carousel-section .why-copy {
            opacity: 0;
            transform: translate3d(0, 22px, 0);
            will-change: transform, opacity;
        }

        .why-carousel-section.is-visible .carousel-item.active .why-image {
            animation: whySlideUpFade 680ms ease-out forwards;
        }

        .why-carousel-section.is-visible .carousel-item.active .why-copy {
            animation: whySlideUpFade 760ms ease-out 130ms forwards;
        }

        .why-image {
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 18px 46px rgba(0,0,0,0.45);
        }

        .why-image img {
            width: 100%;
            height: clamp(420px, 34vw, 560px);
            object-fit: cover;
            display: block;
        }

        .why-copy h3 {
            color: #ffffff;
            font-size: 30px;
            line-height: 1.15;
            font-weight: 600;
            margin: 0 0 10px;
        }

        .why-copy p {
            color: rgba(255,255,255,0.85);
            font-size: 13px;
            line-height: 1.4;
            margin: 0 0 16px;
            max-width: 420px;
        }

        .why-list {
            margin: 0 0 18px;
            padding: 0;
            list-style: none;
            color: rgba(255,255,255,0.88);
            font-size: 13px;
            line-height: 1.35;
            max-width: 440px;
        }

        .why-list li {
            margin: 0 0 8px;
            display: flex;
            gap: 10px;
            align-items: flex-start;
        }

        .why-list i {
            margin-top: 2px;
            color: #ff7854;
        }

        .why-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 10px 16px;
            border-radius: 10px;
            font-weight: 600;
            font-size: 13px;
            text-decoration: none !important;
            background: #ff7854;
            color: #fff !important;
        }

        .why-on-orange .why-kicker { color: #111; }
        .why-on-orange .why-title { color: #111; }
        .why-on-orange .why-title .accent { color: #111; }
        .why-on-orange .why-copy h3 { color: #111; }
        .why-on-orange .why-copy p { color: rgba(0,0,0,0.75); }
        .why-on-orange .why-list { color: rgba(0,0,0,0.78); }
        .why-on-orange .why-list i { color: rgba(0,0,0,0.65); }
        .why-on-orange .why-btn { background: #111; color: #fff !important; }

        .why-progress {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-top: 16px;
        }

        .why-bars {
            display: flex;
            gap: 10px;
            align-items: center;
        }

        .why-bar {
            width: 64px;
            height: 4px;
            border-radius: 999px;
            background: rgba(255,255,255,0.35);
            opacity: 0;
            transform: scaleX(0.3);
            transform-origin: left center;
        }

        .why-carousel-section.is-visible .carousel-item.active .why-bar {
            animation: whyBarFadeIn 420ms ease-out forwards;
        }

        .why-carousel-section.is-visible .carousel-item.active .why-bar:nth-child(1) { animation-delay: 160ms; }
        .why-carousel-section.is-visible .carousel-item.active .why-bar:nth-child(2) { animation-delay: 260ms; }
        .why-carousel-section.is-visible .carousel-item.active .why-bar:nth-child(3) { animation-delay: 360ms; }

        .why-bar.is-active {
            background: #ff7854;
        }

        .why-count {
            font-size: 12px;
            color: rgba(255,255,255,0.65);
            margin-left: auto;
            white-space: nowrap;
        }

        .why-control {
            position: absolute;
            bottom: 30px;
            width: 44px;
            height: 44px;
            border-radius: 999px;
            background: transparent;
            border: none;
            color: #ff7854;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 34px;
            line-height: 1;
        }

        .why-control.prev { left: 14px; }
        .why-control.next { right: 14px; }

        .why-control:focus { outline: none; }

        .why-control,
        .why-bar {
            cursor: pointer;
        }

        #why-spacevents.is-last-slide .why-control {
            color: #111;
        }

        .why-carousel-section .carousel-indicators,
        .why-carousel-section .carousel-control-prev,
        .why-carousel-section .carousel-control-next {
            display: none !important;
        }

        .why-mobile-static {
            display: none;
        }

        /* SeÃ§Ã£o: espaÃ§os em destaque */
        .mais-populares {
            background: #ffffff;
            padding: 96px 0 72px !important;
        }

        .mais-populares h4 {
            font-size: 62px;
            font-weight: 600;
            line-height: 1.05;
            color: #0d0d0f;
            margin-bottom: 14px !important;
            text-align: center;
        }

        .mais-populares h5 {
            color: #ff7854 !important;
            font-size: 19px;
            font-weight: 600;
            margin: 0 auto;
            max-width: 820px;
            text-align: center;
        }

        .mais-populares .card-deck-wrapper {
            width: 100%;
            max-width: 1680px;
            margin: 0 auto;
            padding: 22px 18px 10px;
            background: #ffffff;
        }

        .mais-populares #card-deck-scroll {
            display: flex;
            width: 100%;
            max-width: 100%;
            margin: 0 auto;
            gap: 17px;
            overflow-x: auto;
            overflow-y: visible;
            scroll-behavior: smooth;
            padding: 10px 8px 26px;
            -ms-overflow-style: none;
            scrollbar-width: none;
            scroll-snap-type: x mandatory;
            background: #ffffff !important;
        }

        .mais-populares #card-deck-scroll::-webkit-scrollbar {
            display: none;
        }

        .mais-populares #card-deck-scroll .space-card {
            position: relative;
            width: 275px;
            max-width: 275px;
            flex: 0 0 275px;
            flex-shrink: 0;
            min-width: 275px;
            margin: 0 !important;
            border: none;
            border-radius: 18px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
            display: block !important;
            text-decoration: none !important;
            background: #ffffff;
            scroll-snap-align: start;
            height: 345px;
        }

        .mais-populares #card-deck-scroll .space-card .space-card-media,
        .mais-populares #card-deck-scroll .space-card .foto-espaco {
            width: 100%;
            height: 100%;
        }

        .mais-populares #card-deck-scroll .space-card .foto-espaco {
            object-fit: cover;
            display: block;
            transition: transform 0.35s ease;
            transform: scale(1);
            background-size: cover !important;
            background-position: center !important;
        }

        .mais-populares #card-deck-scroll .space-card:hover .foto-espaco {
            transform: scale(1.05);
        }

        .mais-populares #card-deck-scroll .space-card .space-card-overlay {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            padding: 16px 16px 14px;
            background: transparent;
        }

        .mais-populares #card-deck-scroll .space-card-name {
            display: block;
            color: #ffffff;
            font-size: 24px;
            font-weight: 600;
            line-height: 1.1;
            margin-bottom: 4px;
            text-shadow: 0 2px 6px rgba(0, 0, 0, 0.42);
        }

        .mais-populares #card-deck-scroll .space-card-city {
            color: #ff7854 !important;
            font-size: 27px;
            font-style: italic;
            font-weight: 600;
            margin: 0;
            line-height: 1;
            text-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
        }

        @media (max-width: 1279.98px) {
            .mais-populares #card-deck-scroll .space-card {
                width: 275px;
                max-width: 275px;
                flex-basis: 275px;
                min-width: 275px;
            }
        }

        @media (max-width: 991.98px) {
            .mais-populares .card-deck-wrapper {
                padding: 18px 0 0;
            }

            .mais-populares #card-deck-scroll {
                gap: 17px;
            }

            .mais-populares #card-deck-scroll .space-card {
                width: 275px;
                max-width: 275px;
                flex-basis: 275px;
                min-width: 275px;
            }

            .mais-populares #card-deck-scroll .space-card-name {
                font-size: 24px;
            }

            .mais-populares #card-deck-scroll .space-card-city {
                font-size: 22px;
            }
        }

        @media (max-width: 575.98px) {
            .mais-populares {
                padding: 58px 0 50px !important;
            }

            .mais-populares h4 {
                font-size: 44px;
                margin-bottom: 10px !important;
            }

            .mais-populares h5 {
                font-size: 16px;
                padding: 0 14px;
            }

            .mais-populares .card-deck-wrapper {
                width: 100%;
                max-width: 100%;
                margin: 0 auto;
                padding: 14px 12px 8px;
            }

            .mais-populares #card-deck-scroll .space-card {
                width: 275px;
                max-width: 275px;
                flex-basis: 275px;
                min-width: 275px;
                height: 345px;
            }

            .mais-populares #card-deck-scroll .space-card-name {
                font-size: 24px;
            }

            .mais-populares #card-deck-scroll .space-card-city {
                font-size: 24px;
            }
        }

        .destaques-scroll-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 38px;
            height: 38px;
            border: none;
            border-radius: 999px;
            background: transparent;
            color: #ff7854;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            z-index: 3;
            font-size: 42px;
            line-height: 1;
        }

        .destaques-scroll-prev { left: 10px; }
        .destaques-scroll-next { right: 10px; }

        .destaques-scroll-btn .carousel-control-prev-icon,
        .destaques-scroll-btn .carousel-control-next-icon {
            background-image: none !important;
            width: 0;
            height: 0;
        }

        .destaques-scroll-prev::before,
        .destaques-scroll-next::before {
            font-family: FontAwesome;
        }

        .destaques-scroll-prev::before { content: "\f104"; }
        .destaques-scroll-next::before { content: "\f105"; }

        .cta-anuncie-wrap {
            background: #fff;
            padding: 10px 0 52px;
        }

        .cta-anuncie-wrap .container {
            display: flex;
            justify-content: center;
        }

        .cta-anuncie-card {
            background: #ff7854;
            border-radius: 28px;
            box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
            overflow: hidden;
            display: grid;
            grid-template-columns: 1.1fr 1fr;
            min-height: 450px;
            width: 1230px;
            max-width: 100%;
            margin: 0;
        }

        .cta-anuncie-content {
            margin: 20px;
            padding: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
        }

        .cta-anuncie-content h3 {
            color: #0c0c0d;
            font-family: 'Poppins', sans-serif;
            font-size: 48px;
            line-height: 115%;
            font-weight: 600;
            max-width: 520px;
            margin: 0 0 30px;
            letter-spacing: 0;
            vertical-align: middle;
        }

        .cta-anuncie-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 222px;
            height: 56px;
            border: none;
            border-radius: 16px;
            background: #121316;
            color: #fff !important;
            text-decoration: none !important;
            font-family: 'Poppins', sans-serif;
            font-size: 20px;
            font-weight: 600;
            line-height: 110%;
            letter-spacing: 0;
            text-align: center;
            vertical-align: middle;
            padding: 0;
            opacity: 1;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .cta-anuncie-btn:hover {
            transform: translateY(-1px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.22);
        }

        .cta-anuncie-media {
            position: relative;
            min-height: 280px;
        }

        .cta-anuncie-media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            border-radius: 22px 0 0 22px;
        }

        .depoimentos {
            display: none !important;
            background: #ececec !important;
            padding: 84px 0 68px !important;
            pointer-events: none !important;
            user-select: none !important;
        }

        .depoimentos * {
            pointer-events: none !important;
            cursor: default !important;
        }

        .depoimentos .container {
            max-width: 1172px;
        }

        .depoimentos .depoimentos-head {
            margin-bottom: 42px;
        }

        .depoimentos .depoimentos-head h4 {
            color: #0d0d0f;
            font-size: 56px;
            font-weight: 700;
            line-height: 1.05;
            margin: 0 0 14px !important;
            text-align: center;
        }

        .depoimentos .depoimentos-head h5 {
            color: #ff7854;
            font-size: 20px;
            font-weight: 500;
            max-width: 920px;
            margin: 0 auto;
            text-align: center;
            line-height: 1.3;
        }

        .depoimentos .depoimentos-grid {
            display: grid;
            grid-template-columns: repeat(4, 278px);
            gap: 20px;
            width: 1172px;
            max-width: 100%;
            margin: 0 auto;
            justify-content: center;
            row-gap: 20px;
        }

        .depoimentos .depoimento-col {
            display: block;
        }

        .depoimentos .depoimento-card {
            width: 278px;
            height: 357px;
            min-height: 357px;
            background: #ffffff;
            border: 1px solid rgba(255, 120, 84, 0.35);
            border-radius: 16px;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
            padding: 20px 20px 18px;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .depoimentos .depoimento-avatar {
            width: 79px;
            height: 79px;
            border-radius: 999px;
            display: block;
            object-fit: cover;
            background-size: cover !important;
            background-position: center !important;
            margin-bottom: 14px;
            border: 2px solid #ff7854;
        }

        .depoimentos .depoimento-nome {
            color: #111216;
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 500;
            line-height: 100%;
            letter-spacing: 0;
            text-align: center;
            vertical-align: middle;
            margin: 0 0 10px;
        }

        .depoimentos .depoimento-cargo {
            color: #7f848c;
            font-family: 'Poppins', sans-serif;
            font-size: 12px;
            font-weight: 500;
            line-height: 100%;
            letter-spacing: 0;
            text-align: center;
            vertical-align: middle;
            margin: 0 0 16px;
            min-height: 34px;
        }

        .depoimentos .depoimento-texto {
            color: #30343a;
            font-family: 'Poppins', sans-serif;
            font-size: 12px;
            font-weight: 500;
            line-height: 100%;
            letter-spacing: 0;
            text-align: center;
            vertical-align: middle;
            margin: 0;
            text-align: center;
        }

        .depoimentos .depoimento-texto::before {
            content: "\201C";
            color: #ff7854;
        }

        .depoimentos .depoimento-texto::after {
            content: "\201D";
            color: #ff7854;
        }

        .blog-story-section {
            background: #070707;
            border-radius: 19px;
            overflow: hidden;
            width: 100%;
            box-sizing: border-box;
            padding: 64px 0 72px;
            margin: 0;
            user-select: none !important;
        }

        .blog-story-section * {
            cursor: default !important;
        }

        .blog-story-section a,
        .blog-story-section button {
            pointer-events: auto;
            cursor: pointer !important;
        }

        .blog-story-kicker {
            color: rgba(255, 255, 255, 0.8);
            font-size: 14px;
            font-weight: 700;
            letter-spacing: .08em;
            text-transform: uppercase;
            margin-bottom: 10px;
        }

        .blog-story-title {
            color: #ffffff;
            width: 100%;
            max-width: 1066px;
            height: 58px;
            font-family: 'Poppins', sans-serif;
            font-size: 48px;
            font-weight: 600;
            line-height: 100%;
            letter-spacing: 0;
            opacity: 1;
            margin: 0 0 14px;
            max-width: 100%;
        }

        .blog-story-subtitle {
            color: rgba(255, 255, 255, 0.78);
            font-size: 22px;
            margin: 0 0 24px;
        }

        .blog-story-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 19px;
            border: none;
            background: #ff7854;
            color: #111 !important;
            font-size: 20px;
            font-weight: 600;
            padding: 12px 22px;
            text-decoration: none !important;
            margin-bottom: 26px;
        }

        .blog-story-grid {
            row-gap: 18px;
        }

        .blog-story-btn-label {
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .blog-story-card {
            display: block;
            text-decoration: none !important;
            color: #fff;
        }

        .blog-story-card-content {
            display: flex;
            flex-direction: column;
            min-width: 0;
        }

        .blog-story-card-image {
            width: 100%;
            max-width: 310px;
            height: 310px;
            border-radius: 16px;
            object-fit: cover;
            display: block;
            margin-bottom: 10px;
        }

        .blog-story-card-tag {
            color: rgba(255, 255, 255, 0.82);
            font-size: 14px;
            margin-bottom: 8px;
            display: block;
        }

        .blog-story-card-title {
            color: #ffffff;
            width: 100%;
            max-width: 357px;
            height: 143px;
            font-family: 'Poppins', sans-serif;
            font-size: 32px;
            font-weight: 600;
            line-height: 50px;
            letter-spacing: 0;
            opacity: 1;
            margin: 0;
        }

        .cities-highlight-section {
            background: #ececec;
            padding: 62px 0 68px;
        }

        @keyframes citiesFadeUp {
            from {
                opacity: 0;
                transform: translate3d(0, 22px, 0);
            }
            to {
                opacity: 1;
                transform: translate3d(0, 0, 0);
            }
        }

        .cities-highlight-section .cities-highlight-media {
            opacity: 0;
            transform: translate3d(0, 22px, 0);
        }

        .cities-highlight-title {
            opacity: 0;
            transform: translate3d(0, 22px, 0);
        }

        .cities-highlight-section.is-visible .cities-highlight-title {
            animation: citiesFadeUp 700ms ease-out forwards;
        }

        .cities-highlight-section.is-visible .cities-highlight-media {
            animation: citiesFadeUp 780ms ease-out 120ms forwards;
        }

        .cities-highlight-wrap {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 46px;
            align-items: center;
        }

        .cities-highlight-title {
            color: #0d0d0f;
            font-size: 62px;
            font-weight: 800;
            line-height: 1.05;
            margin: 0 0 26px;
            max-width: 520px;
        }

        .cities-highlight-list {
            list-style: none;
            padding: 0;
            margin: 0;
            max-width: 560px;
        }

        .cities-highlight-list li {
            border-bottom: 1px solid rgba(0, 0, 0, 0.28);
            padding: 10px 0;
            opacity: 0;
            transform: translate3d(0, 18px, 0);
        }

        .cities-highlight-section.is-visible .cities-highlight-list li {
            animation: citiesFadeUp 620ms ease-out forwards;
        }

        .cities-highlight-section.is-visible .cities-highlight-list li:nth-child(1) { animation-delay: 120ms; }
        .cities-highlight-section.is-visible .cities-highlight-list li:nth-child(2) { animation-delay: 190ms; }
        .cities-highlight-section.is-visible .cities-highlight-list li:nth-child(3) { animation-delay: 260ms; }
        .cities-highlight-section.is-visible .cities-highlight-list li:nth-child(4) { animation-delay: 330ms; }

        .cities-highlight-list li.is-active,
        .cities-highlight-list li:hover {
            border-bottom-color: rgba(255, 120, 84, 0.75);
        }

        .cities-highlight-link {
            color: #212327;
            font-size: 37px;
            font-weight: 700;
            text-decoration: none !important;
            line-height: 1;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: color 0.22s ease, transform 0.22s ease;
        }

        .cities-highlight-link:hover {
            color: #FF7854 !important;
            transform: translateX(2px);
        }

        .cities-highlight-link.is-active {
            color: #ff7854;
            font-weight: 800;
        }

        .cities-highlight-link.is-active:hover {
            color: #FF7854 !important;
        }

        .cities-highlight-link.is-disabled {
            color: #7a7d82;
            pointer-events: none;
        }

        .cities-badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 16px;
            border-radius: 999px;
            background: #ff7854;
            color: #fff;
            font-size: 9px;
            font-weight: 700;
            letter-spacing: .02em;
            text-transform: uppercase;
            padding: 0 7px;
        }

        .cities-highlight-media {
            margin: 0;
            position: relative;
            min-height: 473px;
        }

        .cities-highlight-media-image {
            position: absolute;
            inset: 0;
            width: 100%;
            max-width: 526px;
            height: 473px;
            border-radius: 18px;
            object-fit: cover;
            display: block;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
            opacity: 0;
            transform: scale(1.03);
            transition: opacity 460ms ease, transform 460ms ease;
            will-change: opacity, transform;
        }

        .cities-highlight-media-image.is-active {
            opacity: 1;
            transform: scale(1);
            z-index: 2;
        }

        .cities-highlight-media::after {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: 18px;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.1) 100%);
            pointer-events: none;
            z-index: 3;
        }

        @media (max-width: 991.98px) {
            #banner-home .carousel-item img {
                height: 760px !important;
            }

            .home-hero {
                min-height: 700px;
            }

            .cities-highlight-section {
                padding: 46px 0 52px;
            }

            .cities-highlight-wrap {
                grid-template-columns: 1fr;
                gap: 24px;
            }

            .cities-highlight-title {
                font-size: 44px;
                margin-bottom: 16px;
                max-width: none;
            }

            .cities-highlight-link {
                font-size: 28px;
            }

            .cities-highlight-media-image {
                display: none;
            }

            .blog-story-section {
                padding: 52px 0 58px;
            }

            .blog-story-title {
                font-size: 42px;
                height: auto;
                line-height: 1.08;
            }

            .blog-story-subtitle {
                font-size: 17px;
            }

            .blog-story-card-title {
                font-size: 31px;
                height: auto;
                line-height: 1.15;
            }

            .cta-anuncie-wrap {
                padding: 6px 0 44px;
            }

            .cta-anuncie-card {
                grid-template-columns: 1fr;
                border-radius: 22px;
            }

            .cta-anuncie-content {
                padding: 30px 26px 20px;
            }

            .cta-anuncie-content h3 {
                font-size: 44px;
                margin-bottom: 20px;
                max-width: none;
            }

            .cta-anuncie-btn {
                font-size: 24px;
                padding: 12px 18px;
            }

            .cta-anuncie-media {
                min-height: 265px;
            }

            .cta-anuncie-media img {
                border-radius: 0 0 22px 22px;
            }

            .depoimentos {
                padding: 58px 0 48px !important;
            }

            .depoimentos .depoimentos-head h4 {
                font-size: 44px;
            }

            .depoimentos .depoimentos-head h5 {
                font-size: 17px;
            }

            .depoimentos .depoimentos-grid {
                grid-template-columns: repeat(2, 278px);
                gap: 20px;
                width: 576px;
                max-width: 100%;
                justify-content: center;
            }

            .depoimentos .depoimento-card {
                width: 278px;
                height: 357px;
                min-height: 357px;
            }

            .depoimentos .depoimento-nome {
                font-size: 17px;
            }

            .depoimentos .depoimento-cargo {
                font-size: 12px;
            }

            .depoimentos .depoimento-texto {
                font-size: 12px;
            }

            .home-hero-overlay {
                padding: 90px 12px 44px;
                align-items: flex-start;
            }

            .home-hero-panel {
                padding: 54px 18px 18px;
                border-radius: 28px;
            }

            .home-hero-title {
                font-size: 38px;
            }

            .home-search-bar {
                grid-template-columns: 1fr;
                border-radius: 22px;
            }

            .home-search-field + .home-search-field {
                border-left: none;
                border-top: 1px solid rgba(0,0,0,0.08);
            }

            .home-search-submit {
                margin: 10px;
                width: calc(100% - 20px);
                box-sizing: border-box;
                min-width: 0;
                border-radius: 16px;
                padding: 14px 18px;
            }

            .event-types-section {
                padding: 60px 0 40px;
            }

            .event-types-title {
                font-size: 42px;
                font-weight: 600;
                margin-bottom: 32px;
            }

            .event-types-grid {
                display: flex;
                flex-wrap: nowrap;
                gap: 14px;
                padding: 0 12px;
                width: 100%;
                max-width: 100%;
                justify-content: flex-start;
                overflow-x: auto;
                overflow-y: hidden;
                scroll-snap-type: x mandatory;
                -ms-overflow-style: none;
                scrollbar-width: none;
            }

            .event-types-grid::-webkit-scrollbar {
                display: none;
            }

            .event-type-card {
                width: 183px;
                min-width: 183px;
                max-width: 183px;
                height: 170px;
                min-height: 170px;
                flex: 0 0 183px;
                scroll-snap-align: start;
            }

            .event-type-content {
                left: 10px;
                right: 10px;
                bottom: 10px;
            }

            .event-type-content h6 {
                font-size: 22px;
            }

            .event-type-content p {
                display: none;
            }

            .why-title {
                font-size: 42px;
            }

            .why-slide {
                grid-template-columns: 1fr;
                gap: 18px;
            }

            .why-section-slide {
                min-height: 70vh;
                align-items: flex-start;
            }

            .why-image img {
                width: 420px;
                height: 394px;
            }

            .why-control {
                top: auto;
                bottom: 18px;
                transform: none;
            }
        }

        @media (max-width: 575.98px) {
            .home-hero {
                min-height: 580px;
            }

            #banner-home .carousel-item img {
                height: 620px !important;
            }

            .home-hero-title {
                font-size: 32px;
            }

            .cities-highlight-section {
                padding: 40px 0 44px;
            }

            .cities-highlight-title {
                font-size: 34px;
                line-height: 1.14;
            }

            .cities-highlight-link {
                font-size: 24px;
            }

            .cities-highlight-media-image {
                height: 250px;
                border-radius: 14px;
            }

            .blog-story-section {
                border-radius: 19px;
                width: 100%;
                box-sizing: border-box;
                padding: 42px 0 48px;
                margin: 0;
            }

            .blog-story-title {
                width: 322px;
                max-width: 100%;
                height: 152px;
                font-size: 36px;
                line-height: 1.36;
                text-align: left;
            }

            .blog-story-subtitle {
                width: 270px;
                max-width: 100%;
                height: 42px;
                font-size: 14px;
                font-weight: 500;
                line-height: 1;
                margin-bottom: 16px;
                text-align: left;
            }

            .blog-story-btn {
                width: 184px;
                height: 46px;
                margin-bottom: 18px;
                padding: 0 16px;
            }

            .blog-story-btn-label {
                width: 164px;
                height: 15px;
                font-size: 14px;
                font-weight: 600;
                line-height: 1.1;
                text-align: center;
                vertical-align: middle;
            }

            .blog-story-card {
                display: flex;
                align-items: flex-start;
                gap: 12px;
            }

            .blog-story-card-image {
                width: 126px;
                min-width: 126px;
                max-width: 126px;
                height: 125px;
                margin-bottom: 0;
                flex: 0 0 126px;
            }

            .blog-story-card-content {
                flex: 1 1 auto;
            }

            .blog-story-card-tag {
                font-size: 13px;
                margin-bottom: 6px;
                text-align: left;
            }

            .blog-story-card-title {
                font-size: 20px;
                height: auto;
                line-height: 1.2;
                max-width: none;
            }

            .cta-anuncie-wrap {
                padding: 4px 0 38px;
            }

            .cta-anuncie-content {
                padding: 26px 18px 18px;
            }

            .cta-anuncie-content h3 {
                font-size: 36px;
                line-height: 1.08;
            }

            .cta-anuncie-btn {
                width: 100%;
                font-size: 22px;
            }

            .cta-anuncie-media {
                min-height: 235px;
            }

            .depoimentos .depoimentos-head {
                margin-bottom: 22px;
            }

            .depoimentos .depoimentos-head h4 {
                font-size: 38px;
                margin-bottom: 8px !important;
            }

            .depoimentos .depoimentos-head h5 {
                font-size: 15px;
                padding: 0 8px;
            }

            .depoimentos .depoimento-card {
                padding: 16px 14px 14px;
                min-height: auto;
                width: 100%;
                height: auto;
            }

            .depoimentos .depoimentos-grid {
                grid-template-columns: 1fr;
                width: 100%;
                gap: 14px;
            }

            .depoimentos .depoimento-nome {
                font-size: 16px;
            }

            .depoimentos .depoimento-cargo {
                font-size: 11px;
                margin-bottom: 10px;
            }

            .depoimentos .depoimento-texto {
                font-size: 11px;
            }

            .event-types-title {
                font-size: 34px;
                line-height: 1.15;
                font-weight: 600;
                margin-bottom: 24px;
            }

            .event-types-grid {
                display: flex;
                flex-wrap: nowrap;
                gap: 14px;
                padding: 0 12px;
                width: 100%;
                max-width: 100%;
                justify-content: flex-start;
                overflow-x: auto;
                overflow-y: hidden;
                scroll-snap-type: x mandatory;
                -ms-overflow-style: none;
                scrollbar-width: none;
            }

            .event-types-grid::-webkit-scrollbar {
                display: none;
            }

            .event-type-card {
                width: 183px;
                min-width: 183px;
                max-width: 183px;
                height: 170px;
                min-height: 170px;
                flex: 0 0 183px;
                scroll-snap-align: start;
            }

            .event-type-content h6 {
                font-size: 22px;
            }

            .why-title {
                font-size: 34px;
            }

            .why-image img {
                width: 350px;
                height: 328px;
            }

            .why-bar {
                width: 52px;
            }

            .why-section-slide {
                min-height: 66vh;
            }

            .why-carousel-section {
                background: #f7e5d7;
                padding: 0 0 24px;
            }

            #why-spacevents {
                display: none;
            }

            .why-mobile-static {
                display: block;
                width: 100%;
                max-width: 100%;
                height: 843px;
                margin: 0;
                background: #070707;
                border-radius: 14px;
                overflow: hidden;
                padding: 0 14px 16px;
                box-sizing: border-box;
            }

            .why-mobile-hero {
                position: relative;
                margin: 0 0 6px;
            }

            .why-mobile-body {
                padding-top: 47px;
            }

            .why-mobile-static img {
                width: 100%;
                height: 322px;
                object-fit: cover;
                display: block;
                border-radius: 14px;
                margin-bottom: 0;
            }

            .why-mobile-title {
                color: #ffffff;
                font-family: Poppins, sans-serif;
                width: 332px;
                height: 126px;
                font-size: 40px;
                font-weight: 600;
                line-height: 118%;
                letter-spacing: 0;
                vertical-align: middle;
                opacity: 1;
                margin: 0;
                position: absolute;
                left: 16px;
                right: 16px;
                bottom: -70px;
                z-index: 2;
                text-shadow: 0 4px 14px rgba(0, 0, 0, 0.75);
            }

            .why-mobile-title .accent {
                color: #ff7854;
            }

            .why-mobile-step {
                color: #ff7854;
                font-family: Poppins, sans-serif;
                font-size: 12px;
                font-weight: 500;
                line-height: 145%;
                letter-spacing: 0;
                vertical-align: middle;
                margin: 0 0 4px;
                text-transform: uppercase;
            }

            .why-mobile-headline {
                color: #ffffff;
                font-family: Poppins, sans-serif;
                width: 308px;
                height: 58px;
                font-size: 18px;
                font-weight: 600;
                line-height: 145%;
                letter-spacing: 0;
                vertical-align: middle;
                margin: 0 0 8px;
            }

            .why-mobile-copy {
                color: rgba(255, 255, 255, 0.9);
                font-family: Poppins, sans-serif;
                font-size: 12px;
                font-weight: 500;
                line-height: 130%;
                letter-spacing: 0;
                vertical-align: middle;
                margin: 0 0 12px;
            }

            .why-mobile-headline.is-second {
                width: 308px;
                height: 58px;
            }

            .why-mobile-copy.is-first {
                width: 308px;
                height: 32px;
                line-height: 130%;
            }

            .why-mobile-copy.is-second {
                width: 308px;
                height: 34px;
                line-height: 145%;
            }

            .why-mobile-headline.is-third {
                width: 308px;
                height: 58px;
                color: #ff7854;
                line-height: 145%;
            }
        }
    