.reserve-complete {
    display: block;
    background: var(--white);
}

.reserve-complete-container {
    display: flex;
    justify-content: space-between;
}

.reserve-complete-content {
    width: 46.875vw;
    background: #FFFFFF;
    /* Light/shadow-sm */
    box-shadow: 0px 0.47vw 0.47vw -0.47vw rgba(0, 0, 0, 0.16), 0px 0px 0.0781vw rgba(0, 0, 0, 0.4);
    border-radius: 0.625vw;
    padding: 1.5625vw;
}

.reserve-complete-container .review-slider {
    width: 43.5vw;
    height: 23.3125vw;
}

.reserve-complete-container .review-slider .h-sliderB {
    height: 23.3125vw;
}

.reserve-complete-container #sliderBLeft,
.reserve-complete-container #sliderBRight {
    top: 10.2vw;
}

.reserve-complete-data {
    width: 34.375vw;
}

.reserve-data {
    padding: 1.25vw;
    width: 34.375vw;
    height: 18.75vw;
    background: rgba(149, 241, 213, 0.12);
    border: 0.078125vw solid #40A69F;
    border-radius: 0.625vw;
}

.green-box {
    padding: 0.625vw;
    background: #40A69F;
    color: #FFF;
    text-align: center;
}

.reserve-complete-data {
    order: 2;
}

.reserve-complete-content {
    order: 1;
}

@media (max-width: 768px) {
    .reserve-complete {
        padding: 5vw 4vw;
    }

    .reserve-complete-container {
        display: block;
    }

    .reserve-complete-data {
        width: 100%;
    }

    .reserve-complete-container .img-security {
        width: 15.38vw;
    }

    .reserve-data {
        width: 100%;
        padding: 3vw;
        border: 0.2vw solid #40A69F;
        border-radius: 1.5vw;
    }

    .reserve-complete-content {
        width: 100%;
        margin-top: 42vw;
        padding: 6vw;
        border-radius: 2vw;
        box-shadow: 0px 1vw 1vw -1vw rgba(0, 0, 0, 0.16), 0px 0px 0.15vw rgba(0, 0, 0, 0.4);
    }

    .reserve-complete-content .review-slider {
        width: 100%;
        height: auto;
    }

    .reserve-complete-content .review-slider .h-sliderB {
        height: 44vw;
    }

    .reserve-complete-container #sliderBLeft,
    .reserve-complete-container #sliderBRight {
        top: 19vw;
    }

    .total-estadia-f {
        align-self: start;
    }

    .final-button {
        width: 100%;
        height: 10vw;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 2vw;
    }
}

@media (min-width: 1400px) {
    .reserve-complete {
        transform: scale(0.8);
        transform-origin: top center;
        padding: 3vw 7.2vw;
        margin-bottom: -13vw;
    }
}


/* 
    @@ Nuevo CSS
*/
.booking-confirmation-component {
    font-family: "Poppins Regular";
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
}

/* Success Icon */
.success-icon-container {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.success-icon {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #e8e6e3 0%, #f5f3f0 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    animation: scaleIn 0.5s ease-out;
}

.success-icon::before {
    content: '';
    position: absolute;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: rgba(107, 93, 79, 0.1);
    animation: ripple 1.5s infinite;
}

.success-icon svg {
    width: 32px;
    height: 32px;
    stroke: #6b5d4f;
    stroke-width: 3;
    fill: none;
    z-index: 1;
}

/* Header Section */
.confirmation-header {
    text-align: center;
    margin-bottom: 32px;
}

.confirmation-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.confirmation-description {
    font-size: 15px;
    color: #6b6b6b;
    line-height: 1.6;
    max-width: 580px;
    margin: 0 auto;
}

/* Main Card */
.confirmation-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8e6e3;
    margin-bottom: 24px;
}

/* Room Image */
.reserve-room-image-container {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
}

.reserve-room-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Card Content */
.reserve-card-content {
    padding: 28px;
}

.reserve-room-header {
    margin-bottom: 24px;
    border-bottom: 1px solid #E5DDD5;
}

.reserve-room-title {
    font-size: 20px;
    font-weight: 600;
    color: #6B7A5A;
    margin-bottom: 8px;
}

.reserve-room-location {
    font-size: 14px;
    color: #6B7A5A;
    display: flex;
    align-items: center;
    gap: 6px;
}

.reserve-room-location::before {
    content: url('../../img/location.svg');
    font-size: 13px;
}

/* Info Box */
.reserve-info-box {
    background: rgba(107, 122, 90, 0.10);
    border: 1px solid rgba(107, 122, 90, 0.20);
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 24px;
    font-size: 14px;
    color: #6B7A5A;
    line-height: 1.6;
}

/* Credentials Section */
.credentials-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 20px;
}

.credential-box {
    background: #F5F1ED;
    border: 1px solid #E5DDD5;
    border-radius: 10px;
    padding: 16px;
}

.credential-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #6B7A5A;
    margin-bottom: 8px;
    font-weight: 500;
}

.credential-label svg {
    width: 16px;
    height: 16px;
    stroke: #6B7A5A;
}

.credential-value {
    font-size: 24px;
    font-weight: 400;
    color: #2d2d2d;
    letter-spacing: 1px;
}

/* Airport Info */
.airport-box {
    background: white;
    border: 1px solid #E5DDD5;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.airport-box svg {
    width: 20px;
    height: 20px;
    stroke: #6B7A5A;
    flex-shrink: 0;
}

.airport-text {
    font-size: 13px;
    color: #2d2d2d;
}

/* Details Grid */
.details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e8e6e3;
}

.details-grid.border-top {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e8e6e3;
}

.detail-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.detail-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #6B7A5A;
    font-weight: 500;
}

.detail-label svg {
    width: 16px;
    height: 16px;
    stroke: #6B7A5A;
}

.detail-value {
    font-size: 14px;
    font-weight: 600;
    color: #6B7A5A;
    margin-left: 2.5vw;
}

.detail-subvalue {
    font-size: 13px;
    color: #6B6B7A;
    margin-left: 2.5vw;
}

/* Guests List */
.guests-section {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e8e6e3;
}

.guests-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #6B7A5A;
    font-weight: 500;
    margin-bottom: 12px;
}

.guests-label svg {
    width: 16px;
    height: 16px;
    stroke: #6B7A5A;
}

.guest-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.guest-item {
    font-size: 14px;
    color: #6B7A5A;
    padding-left: 2.5vw;
}

.guest-item.main {
    font-weight: 600;
}

.payment-breakdown-section {
    margin-bottom: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8e6e3;
}

.payment-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
}

.payment-row.total {
    margin-top: 4px;
    padding-top: 10px;
    border-top: 1px solid #e8e6e3;
}

.payment-label {
    font-size: 14px;
    color: #6B7A5A;
}

.payment-value {
    font-size: 14px;
    color: #6B7A5A;
    font-weight: 500;
}

.payment-row.total .payment-label,
.payment-row.total .payment-value {
    font-size: 16px;
    font-weight: 600;
}

/* Total Section */
.total-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.total-label {
    font-size: 16px;
    font-weight: 400;
    color: #6B7A5A;
}

.total-value {
    font-size: 22px;
    font-weight: 400;
    color: #6B7A5A;
}

/* Action Buttons */
.action-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    margin-top: 28px;
}

.btn {
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    font-family: "Poppins Regular";
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-secondary {
    background: white;
    color: #2d2d2d;
    border: 2px solid #e8e6e3;
}

.btn-secondary:hover {
    border-color: #6b5d4f;
    background: #faf9f7;
}

.btn-primary {
    background: #6F6B4D;
    color: white;
    border: 2px solid #6F6B4D;
    grid-column: span 1;
}

.btn-primary:hover {
    background: #5a4d40;
}

.btn svg {
    width: 18px;
    height: 18px;
}

/* Animations */
@keyframes scaleIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.4;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .confirmation-title {
        font-size: 24px;
    }

    .card-content {
        padding: 24px;
    }

    .credentials-row {
        grid-template-columns: 1fr;
    }

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

    .action-buttons {
        grid-template-columns: 1fr;
    }

    .btn-primary {
        grid-column: span 1;
        order: -1;
    }

    .room-image-container {
        height: 220px;
    }
}

@media (max-width: 480px) {
    body {
        padding: 12px;
    }

    .success-icon {
        width: 64px;
        height: 64px;
    }

    .success-icon svg {
        width: 28px;
        height: 28px;
    }

    .confirmation-title {
        font-size: 22px;
    }

    .confirmation-description {
        font-size: 14px;
    }

    .card-content {
        padding: 20px;
    }

    .credential-value {
        font-size: 20px;
    }

    .room-image-container {
        height: 200px;
    }
}

@media (min-width: 1024px) {
    .booking-confirmation-component {
        max-width: 900px;
    }

    .room-image-container {
        height: 320px;
    }

    .card-content {
        padding: 32px;
    }
}