/* RESET */
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #172033;
    background: #f5f7fb;
    line-height: 1.6;
}

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

a {
    transition: 0.25s ease;
}

.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

/* HEADER */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #e6ebf2;
}

.site-header .container {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.logo a {
    text-decoration: none;
}

.logo h1 {
    margin: 0;
    font-size: 26px;
    line-height: 1;
    color: #101828;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.site-nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0;
    padding: 0;
}

.site-nav a {
    text-decoration: none;
    color: #344054;
    font-weight: 600;
}

.site-nav a:hover {
    color: #0f62fe;
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #25d366;
    color: #fff;
    border-radius: 999px;
    padding: 12px 20px;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.25);
}

.btn-whatsapp:hover {
    background: #1ebe5a;
    transform: translateY(-1px);
}

/* GERAL */
.section-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 42px;
}

.section-kicker {
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0f62fe;
    margin-bottom: 10px;
}

.section-kicker.light {
    color: #dfe8ff;
}

.section-head h2 {
    margin: 0 0 12px;
    font-size: 38px;
    line-height: 1.1;
    color: #101828;
    letter-spacing: -1px;
}

.section-head p {
    margin: 0;
    font-size: 17px;
    color: #667085;
}

/* BOTÕES */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 14px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid transparent;
}

.btn-primary {
    background: #0f62fe;
    color: #fff;
    box-shadow: 0 18px 40px rgba(15, 98, 254, 0.25);
}

.btn-primary:hover {
    background: #0b52d1;
    transform: translateY(-1px);
}

.btn-secondary {
    background: #fff;
    color: #101828;
    border-color: #d0d5dd;
}

.btn-secondary:hover {
    border-color: #98a2b3;
    background: #f9fafb;
}

.btn-light {
    background: #fff;
    color: #101828;
}

.btn-light:hover {
    background: #eef2ff;
}

.btn-outline-light {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* HERO */
.hero {
    position: relative;
    overflow: hidden;
    padding: 72px 0 50px;
    background:
        radial-gradient(circle at top left, rgba(15, 98, 254, 0.20), transparent 35%),
        radial-gradient(circle at bottom right, rgba(37, 211, 102, 0.14), transparent 35%),
        linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 34px;
    align-items: center;
}

.tag-hero {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eef4ff;
    color: #0f62fe;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 18px;
}

.hero-content h2 {
    margin: 0 0 18px;
    font-size: 56px;
    line-height: 1.02;
    color: #101828;
    letter-spacing: -1.8px;
}

.hero-content p {
    max-width: 640px;
    margin: 0 0 28px;
    font-size: 19px;
    color: #475467;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 30px;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.hero-stat {
    background: #fff;
    border: 1px solid #e7ecf3;
    border-radius: 18px;
    padding: 16px 18px;
    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.04);
}

.hero-stat strong {
    display: block;
    color: #101828;
    font-size: 18px;
    margin-bottom: 4px;
}

.hero-stat span {
    color: #667085;
    font-size: 14px;
}

.hero-card {
    background: linear-gradient(180deg, #11203f 0%, #0f172a 100%);
    color: #fff;
    border-radius: 26px;
    padding: 28px;
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-card-badge {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.hero-card h3 {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: -1px;
}

.hero-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
}

.hero-checks {
    margin-top: 24px;
    display: grid;
    gap: 12px;
}

.hero-check-item {
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
    font-weight: 600;
}

/* BENEFITS */
.benefits {
    padding: 30px 0 20px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.benefit-card {
    background: #fff;
    border: 1px solid #e6ebf2;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 12px 35px rgba(16, 24, 40, 0.05);
}

.benefit-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef4ff;
    font-size: 24px;
    margin-bottom: 18px;
}

.benefit-card h3 {
    margin: 0 0 10px;
    font-size: 22px;
    color: #101828;
}

.benefit-card p {
    margin: 0;
    color: #667085;
}

/* HOW IT WORKS */
.how-it-works {
    padding: 70px 0 20px;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.step-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e6ebf2;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 12px 35px rgba(16, 24, 40, 0.04);
}

.step-number {
    display: inline-flex;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 800;
    color: #0f62fe;
    background: #eef4ff;
    padding: 8px 12px;
    border-radius: 999px;
}

.step-card h3 {
    margin: 0 0 10px;
    font-size: 22px;
    color: #101828;
}

.step-card p {
    margin: 0;
    color: #667085;
}

/* HOTÉIS */
.hoteis-destaque {
    padding: 72px 0 20px;
}

.hoteis-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.hotel-card {
    background: #fff;
    border: 1px solid #e6ebf2;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.07);
}

.hotel-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 50px rgba(16, 24, 40, 0.10);
}

.hotel-image {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.hotel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotel-info {
    padding: 22px;
}

.hotel-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.hotel-badge {
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 999px;
    background: #eef4ff;
    color: #0f62fe;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.hotel-location {
    color: #667085;
    font-size: 14px;
    font-weight: 600;
}

.hotel-info h3 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.15;
    color: #101828;
}

.description {
    margin: 0 0 20px;
    color: #667085;
    font-size: 15px;
}

.hotel-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.btn-link-card {
    text-decoration: none;
    color: #0f62fe;
    font-weight: 800;
}

.btn-link-card:hover {
    color: #0b52d1;
}

.btn-mini-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    min-height: 40px;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 800;
}

.btn-mini-whatsapp:hover {
    background: #1ebe5a;
}

/* CTA FINAL */
.cta-final {
    padding: 80px 0 20px;
}

.cta-final-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 34px;
    border-radius: 28px;
    background: linear-gradient(135deg, #0f62fe 0%, #0b52d1 100%);
    color: #fff;
    box-shadow: 0 28px 60px rgba(15, 98, 254, 0.30);
}

.cta-final-box h2 {
    margin: 0 0 10px;
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: -1px;
}

.cta-final-box p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    max-width: 620px;
}

.cta-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    flex-shrink: 0;
}

/* FOOTER */
.site-footer {
    margin-top: 80px;
    background: #0f172a;
    color: #d0d5dd;
    padding: 50px 0 20px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    margin-bottom: 26px;
}

.footer-info h3,
.footer-links h4 {
    margin: 0 0 12px;
    color: #fff;
}

.footer-info p {
    margin: 0;
    max-width: 520px;
    color: #98a2b3;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li + li {
    margin-top: 8px;
}

.footer-links a {
    color: #cbd5e1;
    text-decoration: none;
}

.footer-links a:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 18px;
    text-align: center;
    font-size: 14px;
    color: #98a2b3;
}

/* WHATSAPP FLUTUANTE */
.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 20px;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    box-shadow: 0 18px 40px rgba(37, 211, 102, 0.30);
}

.whatsapp-float:hover {
    background: #1ebe5a;
    transform: translateY(-2px);
}

/* 404 / 500 */
.site-content .container h1 {
    color: #101828;
}

/* RESPONSIVO */
@media (max-width: 1080px) {
    .hero-grid,
    .benefits-grid,
    .steps-grid,
    .hoteis-grid,
    .footer-grid,
    .cta-final-box {
        grid-template-columns: 1fr;
        display: grid;
    }

    .cta-final-box {
        justify-content: initial;
    }

    .hero-content h2 {
        font-size: 44px;
    }

    .section-head h2,
    .cta-final-box h2 {
        font-size: 32px;
    }
}

@media (max-width: 860px) {
    .site-header .container {
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .site-nav ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 14px 18px;
    }

    .hero {
        padding-top: 46px;
    }

    .hero-content h2 {
        font-size: 36px;
    }

    .hero-content p {
        font-size: 17px;
    }

    .hero-stats {
        grid-template-columns: 1fr;
    }

    .cta-final-actions,
    .hero-actions,
    .hotel-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .btn,
    .btn-mini-whatsapp {
        width: 100%;
    }

    .whatsapp-float span {
        display: none;
    }

    .whatsapp-float {
        width: 58px;
        height: 58px;
        padding: 0;
        border-radius: 50%;
    }

    .whatsapp-float::before {
        content: "WA";
        font-size: 14px;
        font-weight: 900;
    }
}

@media (max-width: 520px) {
    .container {
        padding: 0 16px;
    }

    .logo h1 {
        font-size: 22px;
        text-align: center;
    }

    .section-head h2,
    .cta-final-box h2 {
        font-size: 28px;
    }

    .hero-content h2 {
        font-size: 31px;
    }

    .hero-card,
    .benefit-card,
    .step-card,
    .hotel-info,
    .cta-final-box {
        padding: 20px;
    }
}