.hero-overlay {
    background: linear-gradient(180deg, rgba(20, 83, 45, 0.55) 0%, rgba(10, 46, 26, 0.8) 100%);
}

.card-hover {
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-hover:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fade-in-up 0.8s ease forwards;
}

.hero-location {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 2rem;
    padding: 0.8rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(220, 252, 231, 0.2);
    color: rgba(240, 253, 244, 0.96);
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.5;
    text-transform: uppercase;
}

.section-card {
    background: #fff;
    border: 1px solid rgba(187, 247, 208, 0.7);
    border-radius: 1.75rem;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}

.story-copy {
    display: grid;
    gap: 1rem;
}

.story-copy p {
    margin: 0;
    color: #4b5563;
    font-size: 0.98rem;
    line-height: 1.85;
}

.room-showcase {
    display: grid;
    gap: 1.5rem;
}

.plans-scroll {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(18.5rem, 22rem);
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.35rem;
    scroll-snap-type: x proximity;
}

.plans-scroll::-webkit-scrollbar {
    height: 8px;
}

.plans-scroll::-webkit-scrollbar-thumb {
    background: rgba(22, 163, 74, 0.24);
    border-radius: 999px;
}

.plan-card {
    position: relative;
    scroll-snap-align: start;
    background: #fff;
    border: 1px solid rgba(187, 247, 208, 0.85);
    border-radius: 1.75rem;
    padding: 1.6rem;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}

.plan-card--recommended {
    border-color: rgba(34, 197, 94, 0.85);
    box-shadow: 0 24px 60px rgba(22, 163, 74, 0.16);
}

.plan-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(22, 163, 74, 0.12);
    color: #166534;
    font-size: 0.77rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.plan-price-row {
    display: flex;
    align-items: flex-end;
    gap: 0.85rem;
    margin-top: 1rem;
    margin-bottom: 0.35rem;
}

.plan-price {
    color: #0a2e1a;
    font-size: 2.7rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
}

.plan-price-alt {
    color: #15803d;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.2;
}

.plan-note {
    margin: 0;
    color: #6b7280;
    font-size: 0.92rem;
}

.plan-features {
    display: grid;
    gap: 0.8rem;
    margin-top: 1.25rem;
}

.plan-feature {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    color: #374151;
    font-size: 0.95rem;
    line-height: 1.5;
}

.plan-feature-mark,
.comparison-check,
.comparison-empty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 999px;
    flex: 0 0 1.35rem;
    font-size: 0.82rem;
    font-weight: 800;
}

.plan-feature-mark,
.comparison-check {
    background: rgba(22, 163, 74, 0.12);
    color: #166534;
}

.comparison-empty {
    background: rgba(107, 114, 128, 0.12);
    color: #6b7280;
}

.comparison-shell {
    background: #fff;
    border: 1px solid rgba(187, 247, 208, 0.85);
    border-radius: 1.75rem;
    padding: 1rem;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}

.comparison-table-wrap {
    overflow-x: auto;
}

.comparison-table {
    width: 100%;
    min-width: 42rem;
    border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
    padding: 1rem;
    border-bottom: 1px solid rgba(187, 247, 208, 0.5);
    text-align: left;
    vertical-align: top;
}

.comparison-table th {
    color: #0a2e1a;
    font-size: 0.96rem;
    font-weight: 800;
}

.comparison-table td {
    color: #4b5563;
    font-size: 0.94rem;
    line-height: 1.55;
}

.comparison-table tr:last-child td {
    border-bottom: 0;
}

.comparison-table__recommended {
    color: #166534;
}

.comparison-cta {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
    padding: 1.25rem;
    border-radius: 1.25rem;
    background: rgba(34, 197, 94, 0.08);
}

.gallery-card {
    position: relative;
    width: 100%;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: zoom-in;
}

.gallery-card::after {
    content: 'Ver completa';
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    border-radius: 999px;
    background: rgba(10, 46, 26, 0.72);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 0.45rem 0.7rem;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.gallery-card:hover::after,
.gallery-card:focus-visible::after {
    opacity: 1;
    transform: translateY(0);
}

.gallery-card:focus-visible {
    outline: 3px solid rgba(34, 197, 94, 0.38);
    outline-offset: 4px;
}

.gallery-lightbox-open {
    overflow: hidden;
}

.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 70;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    background: rgba(6, 17, 10, 0.82);
    backdrop-filter: blur(8px);
}

.gallery-lightbox__dialog {
    position: relative;
    width: min(100%, 70rem);
    max-height: calc(100vh - 2.5rem);
    border-radius: 1.5rem;
    overflow: hidden;
    background: #08150d;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
}

.gallery-lightbox__close {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    z-index: 2;
    width: 2.75rem;
    height: 2.75rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
}

.gallery-lightbox__close:hover {
    background: rgba(255, 255, 255, 0.24);
}

.gallery-lightbox__image {
    width: 100%;
    max-height: calc(100vh - 8rem);
    object-fit: contain;
    display: block;
    background: #08150d;
}

.gallery-lightbox__caption {
    margin: 0;
    padding: 1rem 1.25rem 1.2rem;
    color: rgba(240, 253, 244, 0.92);
    font-size: 0.95rem;
    line-height: 1.5;
}

@keyframes fade-in-up {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.delay-1 {
    animation-delay: 0.15s;
}

.delay-2 {
    animation-delay: 0.3s;
}

.delay-3 {
    animation-delay: 0.45s;
}

.delay-4 {
    animation-delay: 0.6s;
}

@media (max-width: 640px) {
    .hero-text {
        font-size: 2rem !important;
    }

    .hero-location {
        font-size: 0.74rem;
        padding: 0.75rem 0.9rem;
    }

    .gallery-lightbox {
        padding: 0.85rem;
    }

    .gallery-lightbox__dialog {
        border-radius: 1.1rem;
    }

    .gallery-lightbox__image {
        max-height: calc(100vh - 9rem);
    }
}

@media (min-width: 768px) {
    .comparison-cta {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 1024px) {
    .room-showcase {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
        align-items: stretch;
    }

    .plans-scroll {
        grid-auto-flow: initial;
        grid-auto-columns: initial;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow: visible;
    }
}