/*
    /assets/css/site.css
*/

:root {
    --background: hsl(0 0% 100%);
    --foreground: hsl(220 20% 20%);
    --primary: hsl(24 100% 60%);
    --primary-foreground: hsl(0 0% 100%);
    --secondary: hsl(215 75% 63%);
    --secondary-foreground: hsl(0 0% 100%);
    --muted: hsl(210 40% 96.1%);
    --muted-foreground: hsl(215 16% 47%);
    --border: hsl(214 32% 91%);
    --radius: 0.75rem;

    --hot-blue: hsl(215 75% 63%);
    --hot-blue-dark: hsl(215 80% 50%);
    --hot-orange: hsl(24 100% 60%);
    --hot-orange-dark: hsl(24 100% 50%);
    --hot-sky: hsl(215 85% 70%);
    --hot-sunset: hsl(30 100% 55%);
    --hot-water: hsl(195 85% 55%);

    --gradient-hero: linear-gradient(180deg, hsl(215 75% 63%) 0%, hsl(215 80% 55%) 100%);
    --gradient-orange: linear-gradient(180deg, hsl(24 100% 60%) 0%, hsl(24 100% 50%) 100%);
    --gradient-sky: linear-gradient(135deg, hsl(215 85% 70%) 0%, hsl(195 85% 55%) 100%);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--background);
    color: var(--foreground);
    font-family: 'Poppins', sans-serif;
}

body.modal-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.hidden {
    display: none !important;
}

.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 50;
    background: color-mix(in srgb, var(--secondary) 95%, transparent);
    backdrop-filter: blur(10px);
    box-shadow: 0 1px 0 rgba(255,255,255,.08);
}

.header-row {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
}

.logo-img {
    height: 56px;
    width: auto;
}

.desktop-nav,
.desktop-actions {
    display: none;
}

.mobile-menu-button {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
}

.mobile-menu {
    padding: 0 0 1rem;
}

.mobile-nav {
    display: grid;
    gap: .8rem;
    color: #fff;
    font-weight: 600;
}

.hero-section {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    padding-top: 80px;
}

.hero-bg,
.hero-bg img,
.hero-overlay {
    position: absolute;
    inset: 0;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    background:
        linear-gradient(90deg, rgba(13,27,61,.88) 0%, rgba(13,27,61,.62) 42%, rgba(13,27,61,.18) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 7rem;
}

.hero-copy {
    max-width: 760px;
    color: #fff;
}

.hero-kicker,
.section-kicker {
    margin-bottom: 1rem;
    font-size: x-large;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--hot-orange);
}

.hero-copy h1,
.section-head h2,
.two-col-copy h2,
.cta-box h2 {
    margin: 0;
    line-height: 1.06;
    font-weight: 800;
}

.hero-copy h1 {
    font-size: xxx-large;
}

.hero-divider {
    width: 160px;
    height: 6px;
    margin: 1.5rem 0 1.5rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--hot-orange), var(--hot-sunset));
}

.hero-divider.centered {
    margin-left: auto;
    margin-right: auto;
}

.hero-text,
.section-head p,
.two-col-copy p,
.site-footer p,
.site-footer li,
.event-body p {
    line-height: 1.7;
}

.hero-text {
    max-width: 720px;
    margin-bottom: 2rem;
    font-size: 1.1rem;
    color: rgba(255,255,255,.88);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.hero-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 120px;
    background:
        radial-gradient(circle at 20% 0, #fff 0, #fff 28%, transparent 29%) 0 0/220px 120px repeat-x;
    opacity: .98;
}

.section {
    padding: 5rem 0;
}

.section-white {
    background: #fff;
}

.section-muted {
    background: var(--muted);
}

.section-secondary {
    background: var(--secondary);
    color: #fff;
}

.section-head {
    max-width: 760px;
    margin: 0 auto 3rem;
    text-align: center;
}

.section-head h2,
.two-col-copy h2,
.cta-box h2 {
    font-size: xx-large;
}

.section-head p {
    margin-top: 1rem;
    color: var(--muted-foreground);
}

.section-head-light p,
.section-head-light h2,
.section-head-light .light {
    color: #fff;
}

.section-message {
    text-align: center;
    color: var(--muted-foreground);
}

.section-message.error {
    color: #b42318;
}

.events-title-hp {
    font-size: xx-large;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

.events-grid,
.attractions-grid,
.feature-grid,
.services-grid {
    display: grid;
    gap: 1.5rem;
}

.event-card,
.media-card,
.feature-card,
.service-card,
.schedule-box,
.modal-panel {
    border-radius: 1rem;
    overflow: hidden;
}

.event-card {
    background: #fff;
    box-shadow: 0 18px 60px rgba(0,0,0,.08);
}

.event-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.event-body {
    padding: 1.5rem;
}

.event-body h3,
.feature-card h3,
.schedule-box h3,
.service-content h3,
.site-footer h3 {
    margin: 0 0 .75rem;
    font-weight: 700;
}

.attractions-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.media-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: transform .5s ease;
}

.media-card:hover img {
    transform: scale(1.05);
}

.feature-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.feature-card {
    padding: 1.75rem;
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(8px);
}

.feature-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--hot-orange);
    font-size: 1.4rem;
}

.two-col {
    display: grid;
    gap: 3rem;
    align-items: center;
}

.schedule-box {
    margin: 1.5rem 0 2rem;
    padding: 1.5rem;
    background: var(--muted);
}

.muted-text {
    color: var(--muted-foreground);
}

.video-thumb {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(0,0,0,.16);
}

.video-thumb img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.play-button {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 82px;
    height: 82px;
    border: 0;
    border-radius: 999px;
    background: var(--primary);
    color: #fff;
    font-size: 2rem;
    box-shadow: 0 12px 40px rgba(0,0,0,.22);
}

.services-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.service-card {
    position: relative;
    min-height: 420px;
    box-shadow: 0 18px 60px rgba(0,0,0,.10);
}

.service-card > img,
.service-overlay {
    position: absolute;
    inset: 0;
}

.service-card > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-overlay {
    background: linear-gradient(to top, rgba(0,0,0,.88), rgba(0,0,0,.35), rgba(0,0,0,0));
}

.service-content {
    position: absolute;
    inset: auto 0 0 0;
    z-index: 2;
    padding: 1.5rem;
    color: #fff;
}

.service-content p {
    margin: 0 0 1rem;
    color: rgba(255,255,255,.84);
}

.cta-section {
    background: var(--secondary);
    color: #fff;
}

.cta-box {
    text-align: center;
}

.cta-box p {
    max-width: 760px;
    margin: 0 auto 2rem;
    color: rgba(255,255,255,.84);
}

.site-footer {
    padding: 4rem 0 2rem;
    background: #09142d;
    color: #fff;
}

.footer-grid {
    display: grid;
    gap: 2rem;
}

.footer-logo {
    height: 64px;
    margin-bottom: 1rem;
}

.site-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-footer li + li,
.site-footer p + p {
    margin-top: .7rem;
}

.footer-copy {
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255,255,255,.12);
    text-align: center;
    color: rgba(255,255,255,.65);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    min-height: 44px;
    padding: .75rem 1.25rem;
    border-radius: .75rem;
    border: 0;
    font-weight: 700;
    transition: .25s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-primary {
    background: var(--primary);
    color: var(--primary-foreground);
}

.btn-primary:hover {
    background: var(--hot-orange-dark);
}

.btn-outline-white {
    border: 2px solid rgba(255,255,255,.9);
    color: #fff;
}

.btn-outline-white:hover {
    background: #fff;
    color: #0d1b3d;
}

.btn-lg {
    min-height: 52px;
    padding: .95rem 1.7rem;
    font-size: 1rem;
}

.btn-full {
    width: 100%;
}

.whatsapp-float {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 90;
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #25D366;
    color: #fff;
    font-size: 1.6rem;
    box-shadow: 0 14px 40px rgba(0,0,0,.18);
}

.modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    background: rgba(0,0,0,.78);
}

.modal-panel {
    width: min(980px, 92vw);
    background: #fff;
    box-shadow: 0 30px 100px rgba(0,0,0,.30);
}

.modal-video {
    padding: 1rem;
}

.modal-close {
    margin-left: auto;
    display: inline-flex;
    padding: .75rem 1rem;
    border: 0;
    border-radius: .75rem;
    background: var(--muted);
    font-weight: 600;
}

.video-frame-wrap {
    margin-top: 1rem;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: .9rem;
    background: #000;
}

.video-frame-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.animate-fade-in {
    animation: fade-in .6s ease-out both;
}

@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {
    .events-grid,
    .attractions-grid,
    .feature-grid,
    .services-grid,
    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .desktop-nav,
    .desktop-actions {
        display: flex;
        align-items: center;
        gap: 2rem;
    }

    .desktop-nav {
        color: #fff;
        font-weight: 600;
    }

    .mobile-menu-button {
        display: none;
    }

    .events-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .attractions-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .two-col {
        grid-template-columns: 1fr 1fr;
    }

    .footer-grid {
        grid-template-columns: 1.3fr 1fr 1fr 1fr;
    }
}
/*
    trecho para o rodapé Hot Planet
*/

.footer-hp {
    background: var(--foreground);
    padding: 3rem 0;
    color: hsl(0 0% 100%);
}

.footer-grid-hp {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
}

.footer-logo-hp {
    height: 5rem;
    width: auto;
    margin-bottom: 1rem;
}

.footer-title-hp {
    margin: 0 0 1rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: hsl(0 0% 100%);
}

.footer-text-hp {
    color: hsl(0 0% 100% / 0.7);
    line-height: 1.7;
}

.footer-text-spacing {
    margin-bottom: 1rem;
}

.footer-nav-hp,
.footer-sales-hp {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-nav-hp a {
    color: hsl(0 0% 100% / 0.7);
    transition: color 0.2s ease, transform 0.2s ease;
}

.footer-nav-hp a:hover {
    color: hsl(var(--primary));
    transform: translateX(2px);
}

.footer-social-hp {
    display: flex;
    gap: 1rem;
}

.footer-social-link-hp {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    background: hsl(0 0% 100% / 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.footer-social-link-hp:hover {
    background: hsl(var(--primary));
    transform: translateY(-2px);
}

.footer-social-icon-hp {
    width: 1.25rem;
    height: 1.25rem;
    color: hsl(0 0% 100%);
}

.footer-btn-hp {
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 1.25rem 2.5rem;
    font-size: 1rem;
}

.footer-copy-hp {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid hsl(0 0% 100% / 0.1);
    text-align: center;
}

.footer-copy-hp p {
    margin: 0;
    color: hsl(var(--primary));
    font-size: 0.875rem;
}

@media (min-width: 768px) {
    .footer-grid-hp {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/*
    Carrossel de eventos
*/

.events-carousel-shell-hp {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.events-carousel-hp {
    width: 100%;
    min-width: 0;
}

.events-viewport-hp {
    overflow: hidden;
    width: 100%;
}

.events-track-hp {
    display: flex;
    transition: transform 0.45s ease;
    will-change: transform;
}

.events-slide-hp {
    flex: 0 0 100%;
    min-width: 100%;
}

.events-slide-pad-hp {
    padding: 0;
}

.events-card-hp {
    position: relative;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    overflow: hidden;
}

.events-image-hp {
    display: block;
    width: 100%;
    height: clamp(260px, 48vw, 520px);
    object-fit: contain; /* não estica */
    object-position: center;
    background: transparent;
}

/* se quiser preencher mais a área, troque contain por cover */

.events-overlay-hp {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px 20px;
    background: linear-gradient(to top, rgba(0,0,0,.65), rgba(0,0,0,0));
}

.events-card-title-hp {
    margin: 0;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.events-arrow-hp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    color: #111;
    cursor: pointer;
    flex-shrink: 0;
    transition: transform .2s ease, opacity .2s ease;
}

.events-arrow-hp:hover {
    transform: scale(1.05);
}

.events-arrow-hp:disabled {
    opacity: .45;
    cursor: default;
    transform: none;
}

.events-dots-hp {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}

.events-dot-hp {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.35);
    cursor: pointer;
}

.events-dot-hp.is-active {
    background: #fff;
}

@media (max-width: 768px) {
    .events-carousel-shell-hp {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .events-arrow-hp {
        order: 2;
    }

    .events-arrow-prev-hp,
    .events-arrow-next-hp {
        justify-self: center;
    }

    .events-carousel-hp {
        order: 1;
    }

    .events-carousel-shell-hp {
        position: relative;
    }

    .events-arrow-prev-hp,
    .events-arrow-next-hp {
        position: static;
    }

    .events-image-hp {
        height: clamp(220px, 62vw, 360px);
    }
}

.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-bg,
.hero-overlay,
.hero-content {
    position: relative;
    z-index: 1;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-wave-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 120px;
    display: block;
    z-index: 2;
    pointer-events: none;
}

.events-section-hp {
    position: relative;
    background: #ff8533;
    padding: 72px 0 60px;
}
