/* Responsive Styles */

/* CSS Mobile Reset */
@media all and (max-width: 1024px) {
    .equip,
    .booking {
        padding-bottom: 0 !important;
        padding-top: 0;
    }
}

@media all and (max-width: 860px) {
    .foot .gridrow .col {
        float: none;
    }
    .foot .gridrow .col + .col {
        margin-left: 0;
    }
    .foot .box60-40 .col.col1 {
        line-height: 130%;
        width: 100%;
    }
    .copy,
    .footnav {
        display: block;
        text-align: center;
        margin-right: 0;
        width: 100%;
    }
    .footnav {
        margin: 20px 0;
    }
    .foot .box60-40 .col.col2 {
        width: 100%;
    }
    .foot .box60-40 .col.col2 P {
        text-align: center;
    }
}

@media all and (max-width: 786px) {
    .overview {
        margin-top: 30px !important;
    }
}

@media all and (max-width: 768px) {
    .equip {
        padding-top: 0;
        padding-bottom: 30px !important;
    }

    .location {
        padding-top: 20px;
        padding-bottom: 30px !important;
    }
    .booking {
        padding-top: 40px;
    }
}

/* Ab hier springt er auf 420px breite Elemente */
@media all and (max-width: 760px) {
    /* .equipment > h4 {
		display: none;
	} */
}

/* Ab hier springt er auf 420px breite Elemente */
@media all and (max-width: 600px) {
    /* Gridelemente */
    .gridrow .col {
        float: none;
    }
    .gridrow .col + .col {
        margin-left: 0;
    }
    .box50 .col,
    .box33 .col,
    .box25 .col,
    .box33-66 .col.col1,
    .box33-66 .col.col2,
    .box66-33 .col.col1,
    .box66-33 .col.col2,
    .box80-20 .col.col2 {
        width: 100%;
    }
}

@media all and (max-width: 550px) {
    .equipment .col {
        width: 100%;
    }
    .equip {
        padding-top: 0;
    }

    .location {
        padding-top: 20px;
    }
    .booking {
        padding-top: 40px;
    }

    .fewo_calendar table {
        overflow: hidden !important;
        width: 400px !important;
        display: block !important;
    }

    .fewo_calendar tbody tr td table {
        width: 400px;
    }

    tr.odd,
    tr.even {
        display: inline-flex;
        flex-direction: column;
    }

    /* Preistabelle */
    .preistabelle tr h2 {
        margin-bottom: 30px;
    }
    .preistabelle tr.odd,
    .preistabelle tr.even {
        display: flex;
        flex-direction: row;
    }
    .preistabelle h4 {
        margin: 0;
        border: none;
    }
    /* .mobile-column-2 h4 {
    width: 40px;
  } */
    .mobile-column-1 {
        /* width: 170px; */
        width: 33%;
        padding: 0;
        border-top: 1px solid #e8e8e8;
        border-right: none;
    }
    .mobile-column-2 {
        /* width: 40px; */
        width: 33%;
        padding: 0;
        border-top: 1px solid #e8e8e8;
        border-right: none;
    }
    .mobile-column-3 {
        /* max-width: 170px; */
        width: 33%;
        padding: 0;
        border-top: 1px solid #e8e8e8;
        border-right: none;
    }
    th.preistabelle {
        display: flex;
        flex-direction: row;
    }
    .preistabelle TABLE TR TH {
        border-right: 0 !important;
    }
    /* Ende */

    .fewo_calendar tbody {
        display: flex;
        flex-direction: column;
    }

    tr.cal_week {
        flex-direction: row !important;
        width: 100%;
    }

    #calendarView_9869 .fewo_calendar td {
        width: 20%;
    }

    #calendarView_9869 .fewo_calendar td.month {
        width: 400px;
    }
}

/* Ab hier springt er auf 100% breite Elemente (320px) */
@media all and (max-width: 470px) {
    body {
        font-size: 20px;
    }
    .cont {
        padding: 20px 0 20px;
    }
    #logo {
        width: 100px;
        height: 100px;
        margin-bottom: 0;
    }
    h1 {
        font-size: 28px;
        margin-bottom: 0;
    }
    h2 {
        font-size: 24px;
    }
}

@media all and (max-width: 400px) {
    /* Preistabelle */
    .allcont TABLE TR TH {
        padding: 0;
    }
    .preistabelle TABLE {
        width: 100%;
    }
    .preistabelle p,
    .preistabelle h4 {
        font-size: 14px;
    }

    .preistabelle tr h2 {
        margin-bottom: 30px;
    }

    .preistabelle h4 {
        margin: 0;
        border: none;
    }
    /* .mobile-column-2 h4 {
    width: 40px;
  } */
    .mobile-column-1 {
        /* width: 160px; */
        width: 33%;
        padding: 0;
        border-top: 1px solid #e8e8e8;
        border-right: none;
    }
    .mobile-column-2 {
        /* width: 40px; */
        width: 33%;
        padding: 0;
        border-top: 1px solid #e8e8e8;
        border-right: none;
    }
    .mobile-column-3 {
        /* max-width: 150px; */
        width: 33%;
        padding: 0;
        border-top: 1px solid #e8e8e8;
        border-right: none;
    }
    th.preistabelle {
        display: flex;
        flex-direction: row;
    }
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

.button:hover {
    -webkit-animation: hover 1200ms linear 2 alternate;
    animation: hover 1200ms linear 2 alternate;
}

/* Active state animation applied here */
.button:active {
    -webkit-animation: active 1200ms ease 1 alternate;
    animation: active 1200ms ease 1 alternate;
    background: #5f9be0;
}
.gray {
    background: #d2d2d2;
}
.gray:active {
    background: #b9b9b9;
}

/* Active state animation keyframes below */

@-webkit-keyframes active {
    0% {
        transform: scale(1, 1);
    }
    90% {
        transform: scale(0.9, 0.88);
    }
    100% {
        transform: scale(0.92, 0.9);
    }
}

@keyframes active {
    0% {
        transform: scale(1, 1);
    }
    90% {
        transform: scale(0.9, 0.88);
    }
    100% {
        transform: scale(0.92, 0.9);
    }
}

/* Hover state animation keyframes below */

@-webkit-keyframes hover {
    0% {
        -webkit-transform: matrix3d(
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    1.8% {
        -webkit-transform: matrix3d(
            1.016,
            0,
            0,
            0,
            0,
            1.037,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(
            1.016,
            0,
            0,
            0,
            0,
            1.037,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
    }
    3.5% {
        -webkit-transform: matrix3d(
            1.033,
            0,
            0,
            0,
            0,
            1.094,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(
            1.033,
            0,
            0,
            0,
            0,
            1.094,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
    }
    4.7% {
        -webkit-transform: matrix3d(
            1.045,
            0,
            0,
            0,
            0,
            1.129,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(
            1.045,
            0,
            0,
            0,
            0,
            1.129,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
    }
    5.31% {
        -webkit-transform: matrix3d(
            1.051,
            0,
            0,
            0,
            0,
            1.142,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(
            1.051,
            0,
            0,
            0,
            0,
            1.142,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
    }
    7.01% {
        -webkit-transform: matrix3d(
            1.068,
            0,
            0,
            0,
            0,
            1.158,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(
            1.068,
            0,
            0,
            0,
            0,
            1.158,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
    }
    8.91% {
        -webkit-transform: matrix3d(
            1.084,
            0,
            0,
            0,
            0,
            1.141,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(
            1.084,
            0,
            0,
            0,
            0,
            1.141,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
    }
    9.41% {
        -webkit-transform: matrix3d(
            1.088,
            0,
            0,
            0,
            0,
            1.132,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(
            1.088,
            0,
            0,
            0,
            0,
            1.132,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
    }
    10.71% {
        -webkit-transform: matrix3d(
            1.097,
            0,
            0,
            0,
            0,
            1.107,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(
            1.097,
            0,
            0,
            0,
            0,
            1.107,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
    }
    12.61% {
        -webkit-transform: matrix3d(
            1.108,
            0,
            0,
            0,
            0,
            1.077,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(
            1.108,
            0,
            0,
            0,
            0,
            1.077,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
    }
    14.11% {
        -webkit-transform: matrix3d(
            1.114,
            0,
            0,
            0,
            0,
            1.067,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(
            1.114,
            0,
            0,
            0,
            0,
            1.067,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
    }
    14.41% {
        -webkit-transform: matrix3d(
            1.115,
            0,
            0,
            0,
            0,
            1.067,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(
            1.115,
            0,
            0,
            0,
            0,
            1.067,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
    }
    16.32% {
        -webkit-transform: matrix3d(
            1.119,
            0,
            0,
            0,
            0,
            1.077,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(
            1.119,
            0,
            0,
            0,
            0,
            1.077,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
    }
    18.12% {
        -webkit-transform: matrix3d(
            1.121,
            0,
            0,
            0,
            0,
            1.096,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(
            1.121,
            0,
            0,
            0,
            0,
            1.096,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
    }
    18.72% {
        -webkit-transform: matrix3d(
            1.121,
            0,
            0,
            0,
            0,
            1.102,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(
            1.121,
            0,
            0,
            0,
            0,
            1.102,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
    }
    20.02% {
        -webkit-transform: matrix3d(
            1.121,
            0,
            0,
            0,
            0,
            1.113,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(
            1.121,
            0,
            0,
            0,
            0,
            1.113,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
    }
    21.82% {
        -webkit-transform: matrix3d(
            1.119,
            0,
            0,
            0,
            0,
            1.119,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(
            1.119,
            0,
            0,
            0,
            0,
            1.119,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
    }
    24.32% {
        -webkit-transform: matrix3d(
            1.115,
            0,
            0,
            0,
            0,
            1.11,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(
            1.115,
            0,
            0,
            0,
            0,
            1.11,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
    }
    25.53% {
        -webkit-transform: matrix3d(
            1.113,
            0,
            0,
            0,
            0,
            1.102,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(
            1.113,
            0,
            0,
            0,
            0,
            1.102,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
    }
    29.23% {
        -webkit-transform: matrix3d(
            1.106,
            0,
            0,
            0,
            0,
            1.089,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(
            1.106,
            0,
            0,
            0,
            0,
            1.089,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
    }
    29.93% {
        -webkit-transform: matrix3d(
            1.105,
            0,
            0,
            0,
            0,
            1.09,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(
            1.105,
            0,
            0,
            0,
            0,
            1.09,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
    }
    35.54% {
        -webkit-transform: matrix3d(
            1.098,
            0,
            0,
            0,
            0,
            1.105,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(
            1.098,
            0,
            0,
            0,
            0,
            1.105,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
    }
    36.64% {
        -webkit-transform: matrix3d(
            1.097,
            0,
            0,
            0,
            0,
            1.106,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(
            1.097,
            0,
            0,
            0,
            0,
            1.106,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
    }
    41.04% {
        -webkit-transform: matrix3d(
            1.096,
            0,
            0,
            0,
            0,
            1.099,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(
            1.096,
            0,
            0,
            0,
            0,
            1.099,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
    }
    44.04% {
        -webkit-transform: matrix3d(
            1.096,
            0,
            0,
            0,
            0,
            1.097,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(
            1.096,
            0,
            0,
            0,
            0,
            1.097,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
    }
    51.45% {
        -webkit-transform: matrix3d(
            1.099,
            0,
            0,
            0,
            0,
            1.102,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(
            1.099,
            0,
            0,
            0,
            0,
            1.102,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
    }
    52.15% {
        -webkit-transform: matrix3d(
            1.099,
            0,
            0,
            0,
            0,
            1.102,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(
            1.099,
            0,
            0,
            0,
            0,
            1.102,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
    }
    58.86% {
        -webkit-transform: matrix3d(
            1.101,
            0,
            0,
            0,
            0,
            1.099,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(
            1.101,
            0,
            0,
            0,
            0,
            1.099,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
    }
    63.26% {
        -webkit-transform: matrix3d(
            1.101,
            0,
            0,
            0,
            0,
            1.1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(
            1.101,
            0,
            0,
            0,
            0,
            1.1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
    }
    66.27% {
        -webkit-transform: matrix3d(
            1.101,
            0,
            0,
            0,
            0,
            1.101,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(
            1.101,
            0,
            0,
            0,
            0,
            1.101,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
    }
    73.77% {
        -webkit-transform: matrix3d(
            1.1,
            0,
            0,
            0,
            0,
            1.1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    81.18% {
        -webkit-transform: matrix3d(
            1.1,
            0,
            0,
            0,
            0,
            1.1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    85.49% {
        -webkit-transform: matrix3d(
            1.1,
            0,
            0,
            0,
            0,
            1.1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    88.59% {
        -webkit-transform: matrix3d(
            1.1,
            0,
            0,
            0,
            0,
            1.1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    96% {
        -webkit-transform: matrix3d(
            1.1,
            0,
            0,
            0,
            0,
            1.1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(
            1.1,
            0,
            0,
            0,
            0,
            1.1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

.datenschutz h1,
.datenschutz h2,
.datenschutz h3,
.datenschutz h4,
.datenschutz h5 {
    text-align: left;
}

.datenschutz h1 {
    text-align: center;
}

.datenschutz h2 {
    margin-top: 50px;
}

.datenschutz h3 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.datenschutz h4 {
    margin-bottom: 25px;
    margin-top: 25px;
}

/* Airbnb-style improvements */
.slider-single img,
.slider-multiple img {
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.button {
    border-radius: 999px;
    box-shadow: var(--shadow-sm);
    transition: all 0.2s ease;
    background: var(--primary);
    color: var(--primary-contrast);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.button:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-1px);
}

.button.primary {
    background: var(--primary);
    color: var(--primary-contrast);
}
.button.ghost {
    background: rgba(255, 255, 255, 0.9);
    color: var(--text);
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.button.ghost:hover {
    background: #fff;
}

/* Responsive adjustments for modern components */
@media all and (max-width: 768px) {
    body {
        --header-offset: 118px;
    }

    body.header-is-sticky {
        --header-offset: 60px;
    }

    .head {
        height: 118px;
        line-height: 118px;
    }

    .header-container {
        text-align: center;
        padding: 12px 0;
    }

    #logo {
        width: 110px;
        height: 90px;
        margin: 0 auto;
    }

    .subhead {
        margin-top: 0;
    }

    .section-nav {
        top: 0px;
    }

    .section-nav-inner {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 12px;
        padding: 12px 16px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        box-sizing: border-box;
    }

    .section-nav-inner::-webkit-scrollbar {
        display: none;
    }

    .section-nav a {
        flex: 0 0 auto;
        scroll-snap-align: center;
        padding: 10px 18px;
    }

    .head.sticky {
        height: 0px;
        line-height: 0px;
    }

    .head.sticky #logo {
        display: none;
    }

    .head.sticky .header-container {
        padding: 8px 0;
        min-height: 0;
    }

    .slider-single {
        padding: 0;
    }

    .slider-single .slick-track,
    .slider-single .slick-slide {
        height: auto !important;
    }

    .slider-single img {
        width: 100%;
        height: auto;
    }

    .hero-overlay {
        padding-bottom: 32px;
    }

    .hero-content {
        text-align: center;
        width: 100%;
        margin: 0 auto 24px;
        padding: 0 24px;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-features {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .hero-ctas {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        width: 100%;
        max-width: 360px;
        margin: 0 auto 24px;
    }

    .hero-ctas .button {
        display: inline-flex;
        justify-content: center;
        padding: 16px 18px;
        min-height: 56px;
    }

    .hero-stats {
        gap: 20px;
        justify-content: center;
    }

    .hero-stats .stat-number {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .hero-stats .stat-label {
        font-size: 12px;
    }

    .highlights-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .highlights-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 40px;
        padding: 0 16px;
    }

    .highlight-card {
        padding: 32px 24px;
        max-width: none;
    }

    .availability-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .availability-content h2 {
        font-size: 28px;
    }

    .room-info {
        flex-direction: column;
    }

    .room-images {
        grid-template-columns: 1fr;
    }

    .room-section {
        padding: 20px;
    }

    .feature-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .calendar-grid-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .calendar-months {
        gap: 20px;
        font-size: 16px;
    }

    .month-name {
        min-width: auto;
    }

    .calendar-legend {
        flex-wrap: wrap;
        gap: 12px;
    }

    .testimonials-section h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .testimonial-card {
        padding: 24px;
    }

    .testimonial-author {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .author-info {
        text-align: center;
    }

    .cta-subtitle {
        font-size: 14px;
        color: #666;
        margin-top: 12px;
        text-align: center;
        font-weight: 400;
    }

    .faq-section h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .faq-accordion {
        max-width: 100%;
        margin: 0 16px;
    }

    .faq-question {
        padding: 18px 20px;
        font-size: 15px;
    }

    .faq-answer p {
        padding: 0 20px 20px 20px;
        font-size: 14px;
    }

    /* Pricing Section */
    .pricing-section h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }

    .pricing-card {
        padding: 20px;
    }

    .pricing-card.featured {
        transform: none;
    }

    .pricing-card.featured:hover {
        transform: translateY(-4px);
    }

    .pricing-header h3 {
        font-size: 18px;
    }

    .price-amount {
        font-size: 28px;
    }

    /* FAQ Section */
    .faq-section {
        background: var(--surface);
        padding: 60px 0;
    }

    .faq-section .item {
        max-width: 1170px;
        width: 94%;
        margin: 0 auto;
    }

    .faq-section h2 {
        text-align: center !important;
        font-size: 28px;
        font-weight: 400;
        color: #222;
        margin-bottom: 30px;
        letter-spacing: 0.5px;
    }

    .faq-accordion {
        max-width: 800px;
        margin: 0 auto;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: var(--shadow-sm);
        border: 1px solid rgba(0, 0, 0, 0.06);
    }

    .faq-item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }

    .faq-item:last-child {
        border-bottom: none;
    }

    .faq-question {
        width: 100%;
        padding: 20px 24px;
        background: white;
        border: none;
        text-align: left;
        cursor: pointer;
        font-size: 16px;
        font-weight: 600;
        color: #222;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: all 0.3s ease;
    }

    .faq-question:hover {
        background: rgba(0, 0, 0, 0.02);
    }

    .faq-icon {
        font-size: 18px;
        font-weight: bold;
        color: var(--accent);
        transition: transform 0.3s ease;
    }

    .faq-item.active .faq-icon {
        transform: rotate(45deg);
    }

    .faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        background: rgba(0, 0, 0, 0.01);
    }

    .faq-answer p {
        margin: 0;
        padding: 0 24px 24px 24px;
        color: #666;
        line-height: 1.6;
        font-size: 15px;
    }
}

@media all and (max-width: 560px) {
    body {
        --header-offset: 104px;
    }

    body.header-is-sticky {
        --header-offset: 0px;
    }

    .head {
        height: 104px;
        line-height: 104px;
    }

    #logo {
        width: 96px;
        height: 78px;
    }

    .subhead {
        margin-top: 0;
    }

    .section-nav {
        top: 0px;
    }

    .hero {
        padding: 0 0 24px;
    }

    .hero-overlay {
        position: static;
        padding: 24px 0;
        background: linear-gradient(
            180deg,
            rgba(10, 20, 40, 0.85) 0%,
            rgba(10, 20, 40, 0.95) 100%
        );
    }

    .hero-overlay:before {
        display: none;
    }

    .hero-content {
        max-width: 420px;
        padding: 24px 20px 28px;
        margin: 0 auto;
        border-radius: 18px;
        background: rgba(10, 20, 40, 0.4);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(12px);
    }

    .hero-badge {
        margin-bottom: 12px;
    }

    .hero-title {
        font-size: 30px;
    }

    .hero-tagline {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .hero-stats {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 16px;
        justify-content: center;
        align-items: center;
    }

    .hero-stats .stat {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1;
    }

    .hero-stats .stat-number {
        font-size: 22px;
    }

    .hero-stats .stat-label {
        font-size: 13px;
    }
}

@media all and (max-width: 420px) {
    .hero-title {
        font-size: 26px;
    }

    .hero-tagline {
        font-size: 16px;
    }

    .hero-ctas .button {
        font-size: 15px;
        padding: 14px 16px;
        min-height: 24px;
    }
}
