.cdlx-brand {
    color: #051145;
    display: inline-flex;
    align-items: center;
    font-family: "Libre Bodoni", serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
}

.cdlx-brand:hover {
    color: #a36c4d;
}

.cdlx-brand--light {
    color: #fff;
}

.cdlx-site-shell {
    background-color: #fff;
    box-shadow: 0 10px 35px rgba(5, 17, 69, 0.08);
}

.rr-main-menu-content ul li.active > a {
    color: #a36c4d;
}

.cdlx-hero {
    background:
        linear-gradient(90deg, rgba(5, 17, 69, 0.92) 0%, rgba(5, 17, 69, 0.72) 40%, rgba(5, 17, 69, 0.18) 100%),
        url("../img/hero/hero-1.jpg") center / cover no-repeat;
    overflow: hidden;
    padding: 170px 0 120px;
    position: relative;
}

.cdlx-hero__panel,
.cdlx-card,
.cdlx-gallery-card,
.cdlx-detail-card,
.cdlx-reservation-panel,
.cdlx-content-card,
.cdlx-kvkk-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(5, 17, 69, 0.08);
}

.cdlx-hero__eyebrow,
.cdlx-section__eyebrow {
    color: #dcb36b;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.cdlx-hero h1,
.cdlx-section-title {
    color: #fff;
    font-family: "Libre Bodoni", serif;
    font-size: 68px;
    line-height: 1.05;
}

.cdlx-hero p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    margin-bottom: 32px;
    max-width: 620px;
}

.cdlx-hero__panel {
    margin-left: 30px;
    padding: 36px 34px;
}

.cdlx-hero__panel h3,
.cdlx-card h3,
.cdlx-gallery-card h3,
.cdlx-detail-card h3,
.cdlx-reservation-panel h3,
.cdlx-kvkk-card h3 {
    color: #051145;
    font-family: "Libre Bodoni", serif;
}

.cdlx-hero__list,
.cdlx-kvkk-card ul {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
}

.cdlx-hero__list li,
.cdlx-kvkk-card li {
    color: #54595f;
    list-style: none;
    padding-left: 28px;
    position: relative;
}

.cdlx-hero__list li::before,
.cdlx-kvkk-card li::before {
    color: #a36c4d;
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    left: 0;
    position: absolute;
    top: 1px;
}

.cdlx-section {
    padding: 120px 0;
}

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

.cdlx-section__header {
    margin-bottom: 40px;
}

.cdlx-section__header .rr-section-title,
.cdlx-section__header .cdlx-section-title-dark {
    color: #051145;
    font-family: "Libre Bodoni", serif;
    font-size: 46px;
    line-height: 1.15;
}

.cdlx-card,
.cdlx-gallery-card,
.cdlx-detail-card,
.cdlx-reservation-panel,
.cdlx-content-card,
.cdlx-kvkk-card {
    height: 100%;
    padding: 34px 30px;
}

.cdlx-card__price,
.cdlx-detail-card__price {
    color: #a36c4d;
    display: block;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 18px;
}

.cdlx-card__meta,
.cdlx-gallery-card__meta {
    color: #a36c4d;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.cdlx-card p,
.cdlx-gallery-card p,
.cdlx-detail-card p,
.cdlx-content-card p,
.cdlx-kvkk-card p,
.cdlx-reservation-panel p,
.cdlx-empty {
    color: #54595f;
}

.cdlx-gallery-thumb {
    border-radius: 22px;
    display: block;
    height: 260px;
    margin-bottom: 24px;
    object-fit: cover;
    width: 100%;
}

.cdlx-gallery-thumb--large {
    height: 520px;
}

.cdlx-empty {
    background: #fff;
    border: 1px dashed rgba(5, 17, 69, 0.18);
    border-radius: 20px;
    padding: 28px;
}

.cdlx-link {
    color: #a36c4d;
    font-weight: 700;
}

.cdlx-process {
    background: #051145;
}

.cdlx-process .cdlx-section-title,
.cdlx-process p,
.cdlx-process .cdlx-step__number,
.cdlx-process .cdlx-step h4 {
    color: #fff;
}

.cdlx-step {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-top: 26px;
}

.cdlx-step__number {
    display: inline-block;
    font-family: "Libre Bodoni", serif;
    font-size: 48px;
    margin-bottom: 18px;
}

.cdlx-cta-banner {
    background: linear-gradient(135deg, #051145 0%, #283e8f 100%);
    border-radius: 28px;
    padding: 42px;
}

.cdlx-cta-banner h3,
.cdlx-cta-banner p {
    color: #fff;
}

.cdlx-detail-card__aside {
    background: linear-gradient(180deg, #fffaf5 0%, #f6f8ff 100%);
}

.cdlx-detail-card__aside h4 {
    color: #051145;
    font-family: "Libre Bodoni", serif;
}

.cdlx-reservation-panel form .form-group {
    margin-bottom: 20px;
}

.cdlx-reservation-panel label {
    color: #051145;
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.cdlx-reservation-panel input,
.cdlx-reservation-panel textarea,
.cdlx-reservation-panel .nice-select {
    background: #fff;
    border: 1px solid rgba(5, 17, 69, 0.12);
    border-radius: 14px;
    min-height: 58px;
    padding: 16px 18px;
    width: 100%;
}

.cdlx-reservation-panel textarea {
    min-height: 140px;
}

.cdlx-calendar-shell {
    border-top: 1px solid rgba(5, 17, 69, 0.08);
    padding-top: 28px;
}

.cdlx-calendar-toolbar {
    align-items: center;
    display: grid;
    gap: 16px;
    grid-template-columns: 52px 1fr 52px;
}

.cdlx-calendar-heading h4 {
    color: #051145;
    font-family: "Libre Bodoni", serif;
    font-size: 28px;
}

.cdlx-calendar-nav {
    align-items: center;
    background: #fffaf5;
    border: 1px solid rgba(163, 108, 77, 0.18);
    border-radius: 16px;
    color: #051145;
    display: inline-flex;
    height: 52px;
    justify-content: center;
    transition: all 0.2s ease;
    width: 52px;
}

.cdlx-calendar-nav:hover {
    background: #a36c4d;
    color: #fff;
}

.cdlx-calendar-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 18px;
    margin-top: 22px;
}

.cdlx-calendar-legend__item {
    align-items: center;
    color: #54595f;
    display: inline-flex;
    font-size: 14px;
    gap: 10px;
}

.cdlx-calendar-legend__dot {
    border-radius: 999px;
    display: inline-block;
    height: 12px;
    width: 12px;
}

.cdlx-calendar-legend__dot.is-available {
    background: #f5ebe2;
    border: 1px solid rgba(163, 108, 77, 0.25);
}

.cdlx-calendar-legend__dot.is-reserved {
    background: #e5e7eb;
}

.cdlx-calendar-legend__dot.is-selected {
    background: #a36c4d;
}

.cdlx-selected-date {
    background: linear-gradient(135deg, #fffaf5 0%, #f6f8ff 100%);
    border: 1px solid rgba(163, 108, 77, 0.14);
    border-radius: 18px;
    color: #051145;
    padding: 16px 18px;
}

.cdlx-reservation-wizard {
    margin: 0 auto;
    max-width: 1080px;
}

.cdlx-wizard-progress {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 24px;
}

.cdlx-wizard-progress__step {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(5, 17, 69, 0.08);
    border-radius: 22px;
    display: flex;
    gap: 18px;
    opacity: 0.62;
    padding: 20px 22px;
    transition: all 0.2s ease;
}

.cdlx-wizard-progress__step strong {
    color: #051145;
    display: block;
    font-family: "Libre Bodoni", serif;
    font-size: 22px;
}

.cdlx-wizard-progress__step p {
    color: #6b7280;
}

.cdlx-wizard-progress__step.is-active,
.cdlx-wizard-progress__step.is-complete {
    opacity: 1;
}

.cdlx-wizard-progress__step.is-active {
    border-color: rgba(163, 108, 77, 0.22);
    box-shadow: 0 16px 32px rgba(5, 17, 69, 0.06);
}

.cdlx-wizard-progress__step.is-complete {
    background: #fffaf5;
}

.cdlx-wizard-progress__index {
    align-items: center;
    background: #f3f4f6;
    border-radius: 16px;
    color: #051145;
    display: inline-flex;
    font-family: "Libre Bodoni", serif;
    font-size: 22px;
    height: 54px;
    justify-content: center;
    min-width: 54px;
}

.cdlx-wizard-progress__step.is-active .cdlx-wizard-progress__index,
.cdlx-wizard-progress__step.is-complete .cdlx-wizard-progress__index {
    background: #a36c4d;
    color: #fff;
}

.cdlx-wizard-step {
    display: none;
}

.cdlx-wizard-step.is-active {
    display: block;
}

.cdlx-reservation-panel--wizard {
    padding: 38px 34px;
}

.cdlx-step-header {
    align-items: flex-start;
    display: flex;
    gap: 18px;
    justify-content: space-between;
}

.cdlx-step-actions {
    display: flex;
    justify-content: flex-end;
}

.cdlx-step-actions--start {
    justify-content: flex-start;
}

.cdlx-secondary-action {
    background: #fffaf5;
    border: 1px solid rgba(163, 108, 77, 0.28);
    border-radius: 16px;
    color: #051145;
    font-weight: 700;
    padding: 14px 18px;
    transition: all 0.2s ease;
}

.cdlx-secondary-action:hover {
    background: #a36c4d;
    border-color: #a36c4d;
    color: #fff;
}

.cdlx-availability-grid {
    display: grid;
    gap: 14px;
}

.cdlx-calendar-weekdays,
.cdlx-calendar-days {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.cdlx-calendar-weekday {
    color: #8a8f9b;
    font-size: 13px;
    font-weight: 700;
    padding: 0 0 4px;
    text-align: center;
    text-transform: uppercase;
}

.cdlx-calendar-day--empty {
    min-height: 104px;
}

.cdlx-day-btn {
    align-items: flex-start;
    background: #fff;
    border: 1px solid rgba(5, 17, 69, 0.12);
    border-radius: 18px;
    color: #051145;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 104px;
    padding: 14px 12px;
    text-align: left;
    transition: all 0.25s ease;
    width: 100%;
}

.cdlx-day-btn:hover,
.cdlx-day-btn.is-selected {
    border-color: #a36c4d;
    box-shadow: 0 12px 24px rgba(163, 108, 77, 0.12);
    transform: translateY(-2px);
}

.cdlx-day-btn.is-reserved {
    background: #f3f4f6;
    color: #9ca3af;
    cursor: not-allowed;
}

.cdlx-day-btn.is-today {
    border-style: dashed;
}

.cdlx-day-btn__day {
    font-family: "Libre Bodoni", serif;
    font-size: 26px;
    line-height: 1;
}

.cdlx-day-btn__meta,
.cdlx-day-btn__state {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cdlx-day-btn__state {
    color: #a36c4d;
}

.cdlx-day-btn.is-reserved .cdlx-day-btn__state {
    color: #9ca3af;
}

.cdlx-status {
    border-radius: 16px;
    display: none;
    margin-top: 24px;
    padding: 18px 20px;
}

.cdlx-status.is-visible {
    display: block;
}

.cdlx-status.is-success {
    background: #f0fdf4;
    color: #166534;
}

.cdlx-status.is-error {
    background: #fef2f2;
    color: #b91c1c;
}

.cdlx-inline-link {
    color: #a36c4d;
    text-decoration: underline;
}

.cdlx-calendar-days {
    max-height: 540px;
    overflow-y: auto;
    padding-right: 8px;
}

.cdlx-calendar-days::-webkit-scrollbar {
    width: 8px;
}

.cdlx-calendar-days::-webkit-scrollbar-thumb {
    background: rgba(163, 108, 77, 0.35);
    border-radius: 999px;
}

.cdlx-kvkk-card + .cdlx-kvkk-card {
    margin-top: 24px;
}

@media (max-width: 1199px) {
    .cdlx-hero {
        padding: 150px 0 100px;
    }

    .cdlx-hero__panel {
        margin: 40px 0 0;
    }

    .cdlx-hero h1 {
        font-size: 52px;
    }

    .cdlx-calendar-days {
        max-height: 500px;
    }
}

@media (max-width: 767px) {
    .cdlx-brand {
        font-size: 26px;
    }

    .cdlx-hero {
        padding: 130px 0 80px;
    }

    .cdlx-hero h1,
    .cdlx-section__header .rr-section-title,
    .cdlx-section__header .cdlx-section-title-dark {
        font-size: 38px;
    }

    .cdlx-card,
    .cdlx-gallery-card,
    .cdlx-detail-card,
    .cdlx-reservation-panel,
    .cdlx-content-card,
    .cdlx-kvkk-card,
    .cdlx-cta-banner,
    .cdlx-hero__panel {
        padding: 28px 22px;
    }

    .cdlx-gallery-thumb--large {
        height: 320px;
    }

    .cdlx-calendar-toolbar {
        grid-template-columns: 44px 1fr 44px;
    }

    .cdlx-calendar-heading h4 {
        font-size: 22px;
    }

    .cdlx-wizard-progress {
        grid-template-columns: 1fr;
    }

    .cdlx-step-header {
        flex-direction: column;
    }

    .cdlx-calendar-weekdays,
    .cdlx-calendar-days {
        gap: 8px;
    }

    .cdlx-calendar-day--empty,
    .cdlx-day-btn {
        min-height: 84px;
    }

    .cdlx-day-btn__day {
        font-size: 20px;
    }

    .cdlx-calendar-days {
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }
}

.cdlx-hero-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cdlx-hero-slide__body {
    color: #54595f;
    font-size: 18px;
    line-height: 1.7;
    margin: 22px auto 0;
    max-width: 640px;
}

.cdlx-section--summary {
    padding-top: 100px;
}

.cdlx-summary-card,
.cdlx-quick-offer,
.cdlx-location-card,
.cdlx-location-card__panel {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(5, 17, 69, 0.08);
}

.cdlx-summary-card {
    border: 1px solid rgba(5, 17, 69, 0.06);
    height: 100%;
    padding: 28px;
}

.cdlx-summary-card__label,
.cdlx-location-detail span,
.cdlx-quick-offer__badge,
.cdlx-quick-offer__meta {
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cdlx-summary-card__label,
.cdlx-location-detail span {
    color: #8a8f9b;
    margin-bottom: 12px;
}

.cdlx-summary-card strong {
    color: #051145;
    display: block;
    font-family: "Libre Bodoni", serif;
    font-size: 30px;
    line-height: 1.15;
}

.cdlx-summary-features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cdlx-summary-feature {
    background: #fffaf5;
    border: 1px solid rgba(163, 108, 77, 0.18);
    border-radius: 999px;
    color: #051145;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 18px;
}

.cdlx-quick-offer,
.cdlx-location-card {
    padding: 36px;
}

.cdlx-quick-offer__actions {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cdlx-quick-offer__badge {
    background: #fdf1e5;
    border-radius: 999px;
    color: #a36c4d;
    padding: 10px 16px;
}

.cdlx-quick-offer__meta {
    color: #051145;
}

.cdlx-location-card__stack {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

.cdlx-location-card__panel {
    border: 1px solid rgba(5, 17, 69, 0.06);
    height: 100%;
    padding: 28px;
}

.cdlx-location-detail {
    border-bottom: 1px solid rgba(5, 17, 69, 0.08);
    padding-bottom: 18px;
}

.cdlx-location-detail + .cdlx-location-detail {
    margin-top: 18px;
}

.cdlx-location-detail:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.cdlx-location-detail strong {
    color: #051145;
    display: block;
    font-family: "Libre Bodoni", serif;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.cdlx-whatsapp-fab {
    align-items: center;
    background: #25d366;
    border-radius: 999px;
    bottom: 26px;
    box-shadow: 0 18px 40px rgba(37, 211, 102, 0.28);
    color: #fff;
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    gap: 12px;
    padding: 16px 22px;
    position: fixed;
    right: 24px;
    transition: transform 0.2s ease;
    z-index: 99;
}

.cdlx-whatsapp-fab:hover {
    color: #fff;
    transform: translateY(-2px);
}

.cdlx-whatsapp-fab i {
    font-size: 24px;
}

@media (max-width: 767px) {
    .cdlx-hero-slide {
        background-image: var(--cdlx-mobile-background) !important;
    }

    .cdlx-hero-slide__body {
        font-size: 16px;
    }

    .cdlx-quick-offer,
    .cdlx-location-card,
    .cdlx-summary-card,
    .cdlx-location-card__panel {
        padding: 24px;
    }

    .cdlx-summary-card strong,
    .cdlx-location-detail strong {
        font-size: 24px;
    }

    .cdlx-whatsapp-fab {
        bottom: 18px;
        right: 16px;
    }

    .cdlx-whatsapp-fab span {
        display: none;
    }
}
