* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: #000;
    color: #fff;
}

.container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
}

/* HEADER */

.header {
    position: fixed;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 24px);
    max-width: 1400px;
    padding: 10px 22px;
    background: linear-gradient(
        90deg,
        #000000 0%,
        #1a1a1a 25%,
        #fed663 50%,
        #1a1a1a 75%,
        #000000 100%
    );
    border-radius: 18px;
    display: flex;
    align-items: center;
    z-index: 9999;
    transition: 0.3s ease;
}

.header.scrolled {
    transform: translateX(-50%) scale(0.97);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.logo-group {
    display: flex;
    align-items: center;
    gap: 14px;
}

.logo {
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 3px;
}

.header-party-img {
    height: 30px;
    margin-left: 10px;
    object-fit: contain;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 40px;
}

.nav-links a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    position: relative;
}

.nav-links a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #ffffff;
    bottom: -6px;
    left: 0;
    transition: 0.3s ease;
}

.nav-links a:hover::after {
    width: 100%;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    z-index: 10000;
}

.menu-toggle span {
    height: 3px;
    width: 25px;
    background: white;
    margin-bottom: 4px;
}

/* HERO BASE */

.hero {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #000;
}

.hero::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 130px;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.4) 40%,
        rgba(0, 0, 0, 0.75) 70%,
        #000 100%
    );
    z-index: 2;
}

.hero-video,
.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: min(90%, 600px);
    height: 100%;
    margin: 0 auto;
    gap: clamp(8px, 1.8vh, 16px);
}

.hero-logo {
    height: auto;
    overflow: visible;
    filter:
        drop-shadow(0 0 10px rgba(254, 214, 99, 0.6))
        drop-shadow(0 0 10px rgba(254, 214, 99, 0.3));
}

.hero-party-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    line-height: 0;
    width: auto;
    height: auto;
    opacity: 1;
}

.hero-party-img {
    height: auto;
    display: block;
    background: transparent;
}

.hero-plus {
    color: #f6d26b;
    font-size: clamp(14px, 3vw, 20px);
    font-weight: 600;
    margin: 0 10px;
    display: flex;
    align-items: center;
}

.hero-features {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    flex-wrap: nowrap;
}

.hero-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(8px, 1.8vh, 12px);
    line-height: 1.4;
}

.hero-feature img {
    width: clamp(36px, 9vw, 60px);
    height: clamp(36px, 9vw, 60px);
    object-fit: contain;
}

.hero-feature span {
    font-weight: 700;
    font-size: clamp(10px, 2.8vw, 14px);
    letter-spacing: 1px;
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-destination-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    max-width: 850px;
    padding: 14px 28px;
    border-radius: 40px;
    background: rgba(0, 0, 0, 0.45) !important;
    border: 2px solid #fed663;
    color: white;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: 1px;
    transition: 0.3s ease;
}

.hero-destination-btn:hover {
    box-shadow: 0 0 25px rgba(254, 214, 99, 0.6);
    transform: translateY(-2px);
}

.hero-badge-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    flex-shrink: 0;
}

.hero-destination-text {
    flex: 1;
    text-align: left;
}

.hero-overlay {
    display: none;
}

.hero h1 {
    font-size: clamp(38px, 8vw, 80px);
}

.hero p {
    margin-top: 20px;
    font-size: 20px;
}

/* HERO HOMEPAGE DESKTOP*/

.page-home .hero {
    min-height: 105vh;
}

.page-home .hero-content {
    justify-content: flex-start;
    width: 80%;
    padding-top: 20px;
    margin-top: clamp(-30px, -5vw, -50px);
}

.page-home .hero-logo {
    width: clamp(200px, 28vw, 210px);
    max-width: 90%;
    margin-bottom: 0;
}

.page-home .hero-party-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-home .hero-party-img {
    width: clamp(200px, 20vw, 200px);
    max-width: 90%;
}

.page-home .hero-features {
    max-width: 80vw;
    gap: clamp(8px, 2vw, 20px);
    margin-bottom: 0;
}

.page-home .hero-buttons {
    margin-top: 0;
    gap: 20px;
}

/* HERO PAGINE INTERNE */

.page-destination .hero {
    height: 110svh;
    min-height: unset;
}

.page-destination .hero-content {
    justify-content: center;
    padding-top: clamp(20px, 6vw, 50px);
    margin-top: 0;
}

.page-destination .hero-destination-logo {
    width: clamp(100px, 10vw, 80px);
    margin-bottom: 0;
}

.page-destination .hero-destination-title {
    font-size: clamp(32px, 8vw, 56px);
    font-weight: 900;
    margin-bottom: 0;
}

.page-destination .hero-party-wrap {
    margin-top: clamp(6px, 2vw, 14px);
    margin-bottom: clamp(6px, 2vw, 14px);
}

.page-destination .hero-party-img {
    width: clamp(110px, 26vw, 200px);
    max-width: 80%;
}

.page-destination .hero-features {
    max-width: 80vw;
    gap: clamp(6px, 2.5vw, 14px);
    margin-bottom: clamp(8px, 2vw, 16px);
}

.page-destination .hero-price-btn {
    margin-bottom: clamp(20px, 5vh, 40px);
}

/* HERO PRICE */

.hero-price-btn {
    background: #fed663;
    color: #000;
    padding: clamp(8px, 2vw, 12px) clamp(14px, 4vw, 22px);
    border-radius: 40px;
    font-weight: 700;
    display: flex;
    font-size: clamp(15px, 4vw, 18px);
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.old-price {
    position: relative;
    font-size: clamp(15px, 4vw, 18px);
    color: #000;
    opacity: 0.7;
}

.old-price::after {
    content: "";
    position: absolute;
    left: -2px;
    top: 50%;
    width: 110%;
    height: 2px;
    background: #000;
    transform: rotate(-20deg);
}

.new-price {
    font-size: clamp(30px, 6vw, 30px);
    font-weight: 800;
}

/* DESTINAZIONI */

.destinations-section {
    padding: 10px 0;
}

.section-title {
    font-size: 40px;
    font-weight: 900;
    color: #fed663;
    margin-bottom: 30px;
    text-align: center;
}

.destinations-wrapper {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.destination-card {
    perspective: 1000px;
}

.card-inner {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    transition: 0.6s ease;
    box-shadow: 0 50px 120px rgba(0, 0, 0, 0.6);
}

.card-inner img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    transition: 1s ease;
}

.card-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
}

.card-content h3 {
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 15px;
}

.card-content p {
    font-size: 20px;
    margin-bottom: 25px;
}

.card-content .destination-btn {
    display: block;
    width: 100%;
}

.card-content .destination-btn + .destination-btn {
    margin-top: 10px;
}

.destination-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 16px 0;
    border-radius: 40px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    transition: 0.3s ease;
}

.destination-card:hover .card-inner {
    transform: translateY(-10px);
    box-shadow:
        0 50px 100px rgba(0, 0, 0, 0.7),
        0 0 80px rgba(255, 212, 0, 0.45),
        0 0 160px rgba(255, 212, 0, 0.35),
        0 0 260px rgba(255, 212, 0, 0.25),
        0 0 380px rgba(255, 212, 0, 0.18);
}

.destination-card:hover img {
    transform: scale(1.12);
}

.destination-buttons {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 30px;
    margin-bottom: 50px;
    width: 100%;
    max-width: 50px;
}

.destination-btn.secondary {
    background: transparent;
    border: 2px solid #fed663;
    color: #fed663;
}

.destination-btn.secondary:hover {
    background: #ffffff;
    color: #000;
}

.destination-btn.primary {
    background: #fed663;
    color: #000;
    border: none;
}

.destination-btn.primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(254, 214, 99, 0.35);
}

/* FAQ */

.faq-section {
    padding: 60px 0;
    background: #000;
}

.faq-section .section-title {
    font-size: 40px;
    font-weight: 900;
    color: #fed663;
    text-align: center;
    margin-bottom: 60px;
}

.faq-item {
    margin-bottom: 30px;
    border: none;
}

.faq-question {
    width: 100%;
    background: #fed663;
    color: #000;
    border: 2px solid #fed663;
    border-radius: 60px;
    padding: 22px 40px;
    font-size: 16px;
    font-weight: 900;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
}

.faq-question:hover {
    background: #ffffff;
    color: #000;
    border: 2px solid #fed663;
}

.faq-answer {
    max-height: 0;
    text-align: center;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-answer p {
    background: #111;
    color: #fff;
    padding: 25px 35px;
    border-radius: 25px;
    line-height: 1.6;
    text-align: center;
}

.faq-item.active .faq-answer {
    max-height: 300px;
}

/* CONTACT */

.contact-section {
    padding: 70px 0 0;
    background: #000;
    text-align: center;
}

.contact-title {
    font-size: 40px;
    font-weight: 900;
    color: #fed663;
    margin-bottom: 15px;
    text-align: center;
}

.contact-subtitle {
    color: #ccc;
    margin-bottom: 80px;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    margin-bottom: 120px;
}

.contact-item {
    transition: 0.3s ease;
}

.contact-item:hover {
    transform: translateY(-5px);
}

.contact-icon {
    font-size: 40px;
    margin-bottom: 20px;
}

.contact-item h4 {
    font-weight: 800;
    margin-bottom: 10px;
}

.contact-item a {
    color: #fed663;
    text-decoration: none;
    font-weight: 700;
}

.contact-item a:hover {
    text-decoration: underline;
}

.contact-cta {
    background: #fed663;
    padding: 100px 20px;
}

.contact-cta h3 {
    font-size: 28px;
    font-weight: 900;
    color: #000;
    margin-bottom: 20px;
}

.contact-cta p {
    color: #000;
    margin-bottom: 30px;
}

.whatsapp-btn {
    display: inline-block;
    background: #25D366;
    color: white;
    padding: 14px 32px;
    border-radius: 40px;
    font-weight: 800;
    text-decoration: none;
    transition: 0.3s ease;
}

.whatsapp-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4);
}

/* REVEAL */

.reveal {
    opacity: 0;
    transform: translateY(100px);
    transition: 1.2s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* FOOTER */

.footer {
    padding: 60px 0;
    text-align: center;
    background: #000;
    border-top: 1px solid #222;
}

.custom-footer {
    background: #fed663;
    color: #000;
    text-align: center;
    padding: 30px 10px;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
}

.footer-logo img {
    width: 160px;
    margin-bottom: 10px;
}

.footer-party-img {
    height: auto;
}

.footer-menu {
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.footer-menu a {
    color: #000;
    text-decoration: none;
    margin: 0 8px;
    transition: 0.3s ease;
}

.footer-menu a:hover {
    text-decoration: underline;
}

.footer-menu span {
    margin: 0 5px;
}

.footer-social {
    margin-bottom: 20px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-social img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: brightness(0);
}

.footer-social img:hover {
    transform: scale(1.15);
}

.footer-legal {
    font-size: 14px;
    max-width: 900px;
    margin: 0 auto 25px;
    line-height: 1.6;
}

.footer-links {
    font-size: 14px;
    margin-bottom: 25px;
}

.footer-links a {
    color: #000;
    text-decoration: underline;
    margin: 0 5px;
}

.footer-credit {
    font-size: 14px;
    line-height: 1.6;
}

.footer-credit strong {
    font-weight: 900;
}

/* STICKY WHATSAPP */

.whatsapp-sticky {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    border-radius: 50%;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    transition: 0.3s ease;
}

.whatsapp-sticky img {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
}

.whatsapp-sticky:hover {
    transform: scale(1.08);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

/* DESTINATION SECTIONS */

.events-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.events-grid img {
    width: 100%;
    border-radius: 25px;
    transition: 0.6s ease;
    box-shadow: 0 40px 90px rgba(0, 0, 0, 0.6);
}

.events-grid img:hover {
    transform: scale(1.08);
    box-shadow:
        0 50px 100px rgba(0, 0, 0, 0.7),
        0 0 80px rgba(255, 212, 0, 0.45),
        0 0 160px rgba(255, 212, 0, 0.35),
        0 0 260px rgba(255, 212, 0, 0.25),
        0 0 380px rgba(255, 212, 0, 0.18);
}

.hotel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-top: 40px;
}

.hotel-image img {
    width: 100%;
    min-height: 220px;
    border-radius: 25px;
    border: none;
}

.hotel-map iframe {
    width: 100%;
    height: 100%;
    min-height: 350px;
    border: none;
    border-radius: 25px;
}

.booking-section {
    padding: 80px 0;
}

.booking-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    gap: 30px;
}

.booking-date {
    flex: 1;
}

.booking-btn {
    width: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #000;
    border: 2px solid #f6d26b;
    border-radius: 50px;
    padding: 14px 28px;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
    transition: all 0.25s ease;
}

.booking-btn:hover {
    background: #f6d26b;
    color: #000;
    text-decoration: none;
    transform: translateY(-2px);
}

.booking-date .hero-price-btn {
    width: 100%;
    text-align: center;
}

.booking-row .destination-btn {
    width: 160px;
    text-align: center;
    flex: 0 0 180px;
}

.booking-outline {
    border: 2px solid #f6d26b;
    border-radius: 60px;
    padding: 16px 40px;
    background: transparent;
    color: #f6d26b;
    font-weight: 700;
    text-align: center;
    display: inline-block;
}

.booking-outline.date {
    width: 100%;
}

.booking-outline.button {
    cursor: default;
}

/* HERO ANIMATION */

@keyframes heroZoomIn {
    0% {
        opacity: 0;
        transform: scale(0.85);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.page-home .hero-logo,
.page-home .hero-party-wrap,
.page-home .hero-features,
.page-home .hero-buttons,
.page-destination .hero-destination-logo,
.page-destination .hero-party-wrap,
.page-destination .hero-destination-title,
.page-destination .hero-features,
.page-destination .hero-price-btn {
    opacity: 0;
    transform: scale(0.85);
    animation: heroZoomIn 0.8s ease forwards;
}

.page-home .hero-logo,
.page-destination .hero-destination-logo {
    animation-delay: 0.3s;
}

.page-home .hero-party-wrap,
.page-destination .hero-party-wrap,
.page-destination .hero-destination-title,
.page-destination .hero-features {
    animation-delay: 0.8s;
}

.page-home .hero-features {
    animation-delay: 1.3s;
}

.page-home .hero-buttons,
.page-destination .hero-price-btn {
    animation-delay: 1.8s;
}

/* MALTA */

.events-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.events-grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

.section-subtitle {
    text-align: center;
    font-size: 18px;
    color: rgba(255,255,255,0.75);
    margin-top: 10px;
    margin-bottom: 60px;
    font-weight: 500;
}

.hotel-info {
    background: transparent;
    padding: 10px;
}

.hotel-info-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hotel-info-text {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.88);
}

.hotel-info-footer {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 30px;
}

.hotel-info-logo {
    height: 45px;
    width: auto;
    object-fit: contain;
}

.booking-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.booking-month-btn {
    width: 100%;
    margin: 0 auto;
    padding: 18px 22px;
    border-radius: 60px;
    border: 2px solid #f6d26b;
    background: #f6d26b;
    color: black;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s ease;
}

.booking-month-btn:hover {
    background: white;
    color: black;
}

.booking-month.active .booking-month-btn {
    background: #f6d26b;
    color: black;
}

.booking-month-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
    margin-top: 20px;
}

.booking-month.active .booking-month-content {
    max-height: 500px;
}

.booking-week {
    font-weight: 600;
}

/* COOKIE POLICY */

.legal-page {
    background: #000;
    padding: 180px 0 100px;
}

.legal-container {
    max-width: 900px;
}

.legal-main-title {
    font-size: 44px;
    font-weight: 900;
    color: #fed663;
    text-align: center;
    margin-bottom: 18px;
}

.legal-updated {
    text-align: center;
    color: rgba(255,255,255,0.7);
    margin-bottom: 60px;
    font-size: 15px;
}

.legal-block {
    margin-bottom: 42px;
}

.legal-block h2 {
    font-size: 28px;
    font-weight: 800;
    color: #fed663;
    margin-bottom: 16px;
}

.legal-block p {
    font-size: 17px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 14px;
}

/* RESPONSIVE */

@media (max-width: 1024px) {
    .destinations-wrapper {
        gap: 40px;
    }

    .card-inner img {
        height: 450px;
    }
}

@media (max-width: 992px) {
    .contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .header {
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 16px);
        top: 12px;
        padding: 8px 16px;
        border-radius: 14px;
    }

    .header-party-img {
        height: 30px;
        margin-left: 6px;
    }

    .logo {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .nav-links {
        position: absolute;
        top: 60px;
        right: 0;
        flex-direction: column;
        background: black;
        width: 220px;
        padding: 20px;
        display: none;
    }

    .nav-links.active {
        display: flex;
    }

    .menu-toggle {
        display: flex;
    }

    .page-home .hero {
        min-height: 85svh;
    }

    .page-destination .hero {
        min-height: 85svh;
        height: auto;
    }

    .page-home .hero-content,
    .page-destination .hero-content {
        width: min(88%, 600px);
        margin-top: 0;
        gap: clamp(8px, 1.8vh, 16px);
    }

    .page-home .hero-content {
        padding-top: 0px;
    }

    .page-destination .hero-content {
        padding-top: clamp(18px, 5vw, 36px);
    }

    .hero h1 {
        font-size: 42px;
        line-height: 1.1;
    }

    .hero p {
        font-size: 14px;
    }

    .page-home .hero-features,
    .page-destination .hero-features {
        gap: clamp(6px, 2.5vw, 12px);
    }

    .hero-feature img {
        width: clamp(34px, 9vw, 56px);
        height: clamp(34px, 9vw, 56px);
    }

    .hero-feature span {
        font-size: clamp(10px, 2.8vw, 13px);
    }

    .page-home .hero-party-wrap,
    .page-destination .hero-party-wrap {
        margin-top: clamp(6px, 2vw, 12px);
        margin-bottom: clamp(6px, 2vw, 12px);
    }

    .page-home .hero-party-img,
    .page-destination .hero-party-img {
        width: clamp(180px, 24vw, 170px);
        max-width: 85%;
    }

    .hero-destination-btn {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
        padding: 10px 15px;
        border-radius: 30px;
        font-size: 12px;
        background: rgba(0, 0, 0, 0.45) !important;
    }

    .hero-badge-icon {
        width: 23px;
        height: 23px;
        margin-bottom: 1px;
    }

    .hero-destination-text {
        font-size: 14px;
        font-weight: 700;
        text-align: center;
    }

    .card-inner img {
        height: 400px;
    }

    .card-content {
        left: 50%;
        transform: translateX(-50%);
        bottom: 40px;
        width: 85%;
        text-align: center;
    }

    .events-grid {
        grid-template-columns: 1fr;
    }

    .events-grid img:hover {
        transform: scale(1.04);
    }

    .hotel-grid {
        grid-template-columns: 1fr;
    }

    .booking-grid {
        grid-template-columns: 1fr;
    }

    .booking-row {
        align-items: center;
        justify-content: center;
        gap: 30px;
    }

    .booking-row .destination-btn {
        width: 100%;
        flex: 0 0 0;
    }

    .section-subtitle {
        font-size: 16px;
        margin-bottom: 50px;
        padding: 0 20px;
        line-height: 1.7;
    }

    .hotel-info {
        padding: 10px;
        min-height: auto;
    }

    .hotel-info-text {
        font-size: 15px;
    }

    .hotel-info-footer {
        justify-content: center;
    }

    .hotel-info-logo {
        height: 45px;
    }

    .legal-page {
        padding: 140px 0 80px;
    }

    .legal-main-title {
        font-size: 34px;
    }

    .legal-updated {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .legal-block h2 {
        font-size: 24px;
    }

    .legal-block p {
        font-size: 15px;
        line-height: 1.7;
    }
}

@media (max-width: 600px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}
