/* Páginas de Locais 2026 — Modernidade e Identidade Visual */

.hero-internal-2026 {
    position: relative;
    min-height: 450px;
    height: 60vh;
    max-height: 600px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    margin-top: 0;
    padding-top: 140px;
}

.hero-internal-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-internal-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.hero-internal-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(13, 51, 52, 0.3) 0%, rgba(13, 51, 52, 0.7) 100%);
    z-index: 2;
}

.hero-internal-container {
    position: relative;
    z-index: 3;
    width: 100%;
}

.hero-internal-content {
    max-width: 100%;
}

.hero-internal-title {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 900;
    margin-bottom: 1rem;
    text-shadow: 0 4px 12px rgba(0,0,0,0.3);
    line-height: 1.1;
    font-family: 'UnimedSlabBlack', serif;
}

.hero-internal-subtitle {
    font-size: clamp(1.1rem, 1.5vw, 1.4rem);
    opacity: 0.95;
    margin-bottom: 2.5rem;
    line-height: 1.6;
    white-space: nowrap;
}

.breadcrumb-light.breadcrumb-2026 {
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0;
}

.breadcrumb-light.breadcrumb-2026 a {
    color: #fff;
    opacity: 0.85;
}

.breadcrumb-light.breadcrumb-2026 a:hover {
    opacity: 1;
    text-decoration: underline;
}

.breadcrumb-light.breadcrumb-2026 .sep {
    color: #fff;
    opacity: 0.5;
}

.breadcrumb-light.breadcrumb-2026 .current {
    color: #fff;
    opacity: 1;
    font-weight: 700;
}

.bg-asset {
    position: absolute;
    inset: 0;
    opacity: .03;
    background-image: url('/public/site/img/2026/Ativo 2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    pointer-events: none;
    z-index: 0;
}

.highlight-card-2026 {
    background: #fff;
    padding: 2.5rem 2rem;
    border-radius: 20px;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0,0,0,0.05);
    text-align: center;
}

.highlight-card-2026:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.highlight-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.8rem;
    color: #fff;
}

.highlight-title {
    font-family: 'UnimedSlabBold', serif;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #1A5F61;
}

.highlight-text {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

.local-image-wrapper-2026 {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.local-image-wrapper-2026 img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
    border-radius: 0 !important;
}

.feature-block-2026 {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.feature-block-2026:hover {
    transform: scale(1.01);
    box-shadow: 0 25px 50px rgba(0,0,0,0.15) !important;
}

.feature-block-2026 .feature-image {
    min-height: 400px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: stretch;
}

.feature-block-2026 .feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 !important;
    display: block;
}

.feature-block-2026 .feature-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tip-card-2026 {
    background: #fff;
    padding: 2rem;
    border-radius: 16px;
    height: 100%;
    border-left: 4px solid #1A5F61;
    box-shadow: 0 5px 15px rgba(0,0,0,0.04);
    transition: transform 0.3s ease;
}

.tip-card-2026:hover {
    transform: translateX(5px);
}

.tip-icon {
    font-size: 1.5rem;
    color: #E87722;
    margin-bottom: 1rem;
}

.tip-card-2026 h5 {
    font-family: 'UnimedSlabBold', serif;
    color: #1A5F61;
    margin-bottom: 0.8rem;
}

.tip-card-2026 p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
    margin-bottom: 0;
}

.cta-banner-2026 {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.cta-banner-2026 > * {
    position: relative;
    z-index: 2;
}

.btn-outline-white-2026 {
    display: inline-block;
    padding: 0.8rem 2rem;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-outline-white-2026:hover {
    background: #fff;
    color: #1A5F61;
    transform: translateY(-2px);
}

.bg-teal { background-color: #1A5F61 !important; }
.bg-orange { background-color: #E87722 !important; }
.bg-green { background-color: #008B50 !important; }
.text-teal { color: #1A5F61 !important; }

.feature-content h4 {
    font-family: 'UnimedSlabBlack', serif;
    letter-spacing: -0.02em;
}

.feature-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    opacity: 0.9;
}

/* Específicos Pousada */
.local-badges-grid-2026 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.local-badge-2026 {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem;
    background: #fff;
    border-radius: 12px;
    border-left: 4px solid #1A5F61;
}

.local-badge-2026 i {
    font-size: 1.5rem;
    color: #1A5F61;
}

.local-badge-2026 .label {
    display: block;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #666;
}

.local-badge-2026 .value {
    display: block;
    font-weight: 700;
    color: #333;
}

.local-features-list-2026 {
    list-style: none;
    padding: 0;
}

.local-features-list-2026 li {
    margin-bottom: 0.8rem;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #444;
}

.local-features-list-2026 i {
    color: #E87722;
    margin-top: 4px;
}

.space-card-2026 {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
}

.space-card-image {
    height: 200px;
}

.space-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.space-card-content {
    padding: 1.5rem;
}

.space-card-content h4 {
    color: #1A5F61;
    font-family: 'UnimedSlabBold', serif;
    margin-bottom: 0.5rem;
}

.mapa-iframe-wrapper-2026 {
    min-height: 450px;
}

@media (max-width: 991px) {
    .hero-internal-2026 {
        min-height: 400px;
        padding-top: 100px;
    }

    .feature-block-2026 .feature-image {
        min-height: 300px;
    }
    
    .feature-content {
        padding: 3rem 1.5rem !important;
        text-align: center;
    }

    .highlight-card-2026 {
        padding: 2rem 1.5rem;
    }

    .hero-internal-subtitle {
        white-space: normal;
    }
}

.slab-bold { font-family: 'UnimedSlabBold', serif; }
.kicker-teal { color: #1A5F61; }

@media (max-width: 767.98px) {
    .hero-internal-2026 {
        min-height: 300px;
        height: auto;
        padding-top: 8rem;
        padding-bottom: 2.5rem;
    }

    .hero-internal-title {
        font-size: clamp(2rem, 8vw, 2.8rem);
    }

    .highlight-card-2026,
    .tip-card-2026,
    .space-card-content {
        padding: 1.5rem;
    }

    .feature-block-2026 .feature-image {
        min-height: 220px;
    }

    .local-badges-grid-2026 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .mapa-iframe-wrapper-2026 {
        min-height: 320px;
    }

    .btn-outline-white-2026 {
        width: 100%;
        text-align: center;
    }
}
