:root {
    --acqua-blue: #0d6efd;
    --acqua-cyan: #11c5d9;
    --acqua-yellow: #ffc107;
    --acqua-orange: #ff7a00;
    --acqua-dark: #0b2545;
    --acqua-deep: #081a31;
    --acqua-light: #f8fbff;
    --acqua-soft: #eef7ff;
    --site-radius: 24px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: var(--acqua-light);
    color: #1f2937;
}

iframe {
    width: 100%;
    border: 0;
}

.site-navbar {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    position: sticky;
    top: 0;
    z-index: 1030;
}

.site-brand {
    text-decoration: none;
}

.site-brand img {
    object-fit: contain;
}

.site-brand-title {
    display: block;
    color: var(--acqua-dark);
    font-weight: 800;
    font-size: 1.1rem;
    line-height: 1.1;
}

.site-brand-subtitle {
    display: block;
    color: #64748b;
    font-size: 0.78rem;
    line-height: 1.2;
}

.site-nav-link {
    color: #334155;
    font-weight: 700;
    padding: 10px 16px !important;
    border-radius: 999px;
}

.site-nav-link:hover,
.site-nav-link.active {
    background: rgba(13, 110, 253, 0.08);
    color: var(--acqua-blue);
}

.btn-primary {
    background-color: var(--acqua-blue);
    border-color: var(--acqua-blue);
}

.btn-warning {
    color: #212529;
    background-color: var(--acqua-yellow);
    border-color: var(--acqua-yellow);
}

.premium-section {
    position: relative;
}

.premium-section-soft {
    background: linear-gradient(180deg, #ffffff 0%, #f2f9ff 100%);
}

.section-head {
    max-width: 760px;
    margin-inline: auto;
}

.section-kicker {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(13, 110, 253, 0.08);
    color: var(--acqua-blue);
    font-weight: 800;
    font-size: 0.85rem;
    margin-bottom: 16px;
}

.section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: var(--acqua-dark);
    margin-bottom: 14px;
}

.section-subtitle {
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.8;
    max-width: 760px;
    margin-inline: auto;
}

.premium-card {
    border-radius: var(--site-radius);
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
    background: #fff;
}

.home-slider-section {
    position: relative;
}

.home-banner-slide {
    min-height: 76vh;
    background: linear-gradient(135deg, #0d6efd, #11c5d9);
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.home-banner-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(11, 37, 69, 0.88), rgba(11, 37, 69, 0.36)),
        linear-gradient(180deg, rgba(8, 26, 49, 0.12), rgba(8, 26, 49, 0.28));
}

.min-vh-70 {
    min-height: 70vh;
}

.home-banner-badge {
    display: inline-block;
    background: rgba(255,255,255,0.14);
    color: #fff;
    padding: 10px 16px;
    border-radius: 999px;
    margin-bottom: 18px;
    font-weight: 700;
    backdrop-filter: blur(6px);
}

.atracao-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.atracao-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.12) !important;
}

.atracao-card-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.atracao-card-placeholder {
    width: 100%;
    height: 240px;
    background: linear-gradient(135deg, rgba(13,110,253,0.12), rgba(17,197,217,0.12));
}

.atracao-descricao,
.quem-somos-texto {
    line-height: 1.8;
    color: #4b5563;
}

.galeria-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.galeria-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.12) !important;
}

.galeria-foto {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.premium-highlight-box {
    background: #fff;
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 18px 45px rgba(13, 110, 253, 0.08);
}

.premium-highlight-item {
    padding: 16px 0;
    border-bottom: 1px solid #e2e8f0;
}

.premium-highlight-item:last-child {
    border-bottom: 0;
}

.premium-highlight-item strong {
    display: block;
    color: var(--acqua-dark);
    margin-bottom: 4px;
    font-size: 1.05rem;
}

.premium-highlight-item span {
    color: #64748b;
}

.premium-accordion .accordion-item {
    border: 0;
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
    margin-bottom: 16px;
}

.premium-accordion .accordion-button {
    font-weight: 700;
    color: var(--acqua-dark);
    background: #fff;
    box-shadow: none;
}

.premium-accordion .accordion-button:not(.collapsed) {
    background: rgba(13, 110, 253, 0.04);
    color: var(--acqua-blue);
}

.mobile-top-brand {
    background: linear-gradient(135deg, var(--acqua-blue), var(--acqua-cyan));
    padding: 12px 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.mobile-top-brand-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
}

.mobile-top-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.mobile-top-brand-text span {
    font-weight: 800;
}

.mobile-top-brand-text small {
    color: rgba(255,255,255,0.84);
    font-size: 0.75rem;
}

.mobile-bottom-bar {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 12px;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(8, 26, 49, 0.96);
    backdrop-filter: blur(10px);
    border-radius: 999px;
    padding: 10px 18px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.25);
}

.mobile-bottom-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    min-width: 72px;
}

.mobile-bottom-link small {
    font-size: 11px;
    margin-top: 2px;
    opacity: 0.9;
}

.mobile-bottom-center {
    width: 66px;
    height: 66px;
    margin-top: -34px;
    border-radius: 50%;
    border: 4px solid #fff;
    background: linear-gradient(135deg, var(--acqua-orange), var(--acqua-yellow));
    color: #0b2545;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.26);
}

.mobile-menu-modal {
    border-radius: 28px 28px 0 0;
    background: linear-gradient(180deg, #ffffff, #f4fbff);
}

.mobile-menu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    padding: 8px 0 16px;
}

.mobile-menu-card {
    background: #fff;
    border-radius: 22px;
    padding: 18px 14px;
    box-shadow: 0 8px 24px rgba(13, 110, 253, 0.08);
    text-decoration: none;
    color: #1f2937;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-height: 110px;
    justify-content: center;
    font-weight: 700;
}

.mobile-menu-card-highlight {
    background: linear-gradient(135deg, rgba(13,110,253,0.08), rgba(255,193,7,0.18));
}

.mobile-menu-emoji {
    font-size: 28px;
}

.premium-modal {
    border-radius: 28px;
    overflow: hidden;
}

.premium-modal-top {
    height: 8px;
    background: linear-gradient(90deg, #0d6efd, #11c5d9, #ffc107, #ff7a00);
}

.premium-modal-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(13, 110, 253, 0.08);
    color: var(--acqua-blue);
    font-weight: 700;
    font-size: 13px;
}

.portal-associado-page {
    background: linear-gradient(180deg, #f8fbff 0%, #eef7ff 100%);
}

.portal-feature-card {
    background: #fff;
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(13, 110, 253, 0.08);
    height: 100%;
}

.portal-login-card {
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(11, 37, 69, 0.12);
}

.portal-login-top {
    height: 8px;
    background: linear-gradient(90deg, #0d6efd, #11c5d9, #ffc107, #ff7a00);
}

.site-footer-pro {
    margin-bottom: 90px;
    background: linear-gradient(180deg, #0b2545, #081a31);
}

.footer-top {
    padding: 60px 0 40px;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 18px 0;
}

.footer-logo {
    max-width: 180px;
    height: auto;
}

.footer-title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 18px;
}

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

.footer-links li {
    margin-bottom: 10px;
    color: rgba(255,255,255,0.7);
}

.footer-links a {
    color: rgba(255,255,255,0.78);
    text-decoration: none;
}

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

.footer-contact-list li {
    line-height: 1.7;
}

.footer-cta-box {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    flex-wrap: wrap;
    background: linear-gradient(135deg, rgba(13,110,253,0.24), rgba(17,197,217,0.14));
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 30px;
    padding: 28px;
}

.footer-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

@media (max-width: 991.98px) {
    .section-title {
        font-size: 2rem;
    }

    .home-banner-slide {
        min-height: 64vh;
    }

    .home-banner-slide .display-3 {
        font-size: 2.2rem;
    }
}

@media (min-width: 992px) {
    .mobile-bottom-bar,
    .mobile-top-brand {
        display: none !important;
    }

    .site-footer-pro {
        margin-bottom: 0;
    }
}