body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
}

main.review-page {
    max-width: 880px;
    margin: 0 auto;
    padding: 160px 24px 40px;
}

header,
section,
article {
    margin-bottom: 32px;
}

h1 {
    font-size: 2.5rem;
    font-family: 'Playfair Display', serif;
    margin-bottom: 0.8rem;
    line-height: 1.2;
}

h2 {
    font-size: 1.8rem;
    margin-top: 1.8rem;
    /*border-left: 4px solid #c69c6d;*/
    padding-left: 14px;
}


h3, h4, h5, h6 {
    font-weight: 600;
    /*color: #333;*/
    margin-top: 1.5rem;
}

ul {
    padding-left: 22px;
}

ul li {
    margin-bottom: 6px;
    list-style-type: disc;
    font-weight: 500;
}

h1 {
    color: var(--primary-gold);
}

.city-name {
    text-shadow: 2px 2px 10px var(--light-gold);
    color: var(--text-gold);
}

.review-trains-block {
    background: black;
    padding: 8px 16px;
    border-radius: 8px;
    margin: 0;
}

p, .review-p {
    font-size: 16px;
    border: none;
    font-weight: normal;
    padding: 0;
    margin-bottom: 1.2rem;
    color: var(--text-muted-more);
}

/*.hero-image,*/
/*.section-image {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    max-height: 460px;*/
/*    border-radius: 16px;*/
/*    object-fit: cover;*/
/*    margin-top: 1.2rem;*/
/*    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);*/
/*}*/

.cta-block {
    background-color: rgba(198, 156, 109, 0.07);
    padding: 28px 20px;
    border-radius: 20px;
    text-align: center;
}

.cta-button {
    width: 100%;
    max-width: 260px;
    text-align: center;
    /*position: fixed;*/
    /*bottom: 24px;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    display: block;
    color: #292929;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(12px);
    margin: 40px auto;
    background: linear-gradient(45deg, #dbad5b, #ffa2009c);
}

.cta-button:hover {
    background-color: rgba(252, 189, 88, 0.39);
    /*transform: translateX(-50%) scale(1.08);*/
    box-shadow: 0 10px 30px rgba(198, 156, 109, 0.4);
}

footer {
    text-align: center;
    font-size: 0.9rem;
    /*color: #666;*/
    border-top: 1px solid #eee;
    padding-top: 24px;
}

.escort-traits {
    font-style: italic;
    text-align: center;
    color: var(--text-secondary);
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.escort-pricing {
    font-size: 1.2rem;
    text-align: center;
    color: var(--text-primary);
    font-weight: 500;
    margin: 16px auto;

}

.escort-pricing strong {
    color: var(--primary-gold);
}


.escort-pricing span {
    color: var(--primary-gold);
}

/* review Hero Block */
.review-hero {
    width: 100%;
    margin: 0;
    height: 85vh;
    overflow: hidden;
    position: relative;
}

.review-hero .review-card {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-hero .image-container {
    height: 100%;
    width: 100%;
    overflow-x: auto; /* Horizontal scroll */
    overflow-y: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
}

.review-hero .escort-gallery {
    display: inline-flex;
    height: 100%;
    gap: 1rem; /* Space between images */
    /*padding: 0 1rem;*/
}

.review-hero .escort-image {
    height: 100%;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

/*.review-hero .escort-image:hover {*/
/*    transform: scale(1.03);*/
/*}*/

.review-hero .no-images {
    font-size: 1.2rem;
    color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* Vitals Section in Main Cards */
.vitals-section {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border);
}

.vitals-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
}

.vital-item {
    background: rgba(212, 182, 144, 0.1);
    padding: 0.6rem;
    border-radius: 6px;
    text-align: center;
}

.vital-label {
    color: var(--primary-gold);
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 3px;
}

.vital-value {
    color: var(--text-primary);
    font-size: 0.9rem;
    font-weight: 500;
}

@media (max-width: 768px) {
    .vitals-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.6rem;
    }

    .vital-item {
        padding: 0.5rem;
    }

    .vital-label {
        font-size: 0.75rem;
    }

    .vital-value {
        font-size: 0.85rem;
    }
}

.book-her-container {
    /*background: linear-gradient(45deg, #c59c6c, #000);*/
    width: fit-content;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 4px;
    margin: 24px auto;
    /*position: absolute;*/
    /*top: 1rem;*/
    /*right: 1rem;*/
    transition: 0.3s all;
}

.book-her-container:hover {
    /*background: linear-gradient(90deg, #c59c6c, #000);*/
    /*!*transform: translateX(-50%) scale(1.08);*!*/
    /*box-shadow: 0 10px 30px rgba(198, 156, 109, 0.4);*/
}

.book-her {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    font-size: 12px;
    border-radius: 1992px;
    aspect-ratio: 1/1;
    color: white;
}

.book-her svg {
    width: 24px;
    height: 24px;
}

.whatsapp-1 {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
}

.telegram-1 {
    background: linear-gradient(135deg, #0088cc 0%, #005577 100%);
}

.book-her-btns {
    font-size: 1.5rem;
    padding-left: 14px;
    margin: 0;
    font-weight: 100;
    font-style: italic;
}

.review-gallery {
    width: 100%;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    gap: 16px;
    justify-content: center;
}

.review-proof {
    max-width: 100%;
    width: 550px;
}

@media (max-width: 568px) {
    .book-her-btns {
        font-size: 16px;
    }


    main.review-page {
        max-width: 880px;
        margin: 0 auto;
        padding: 60px 8px 8px;
    }
}

.review {
    margin: 0;
}

.swipe-it {
    position: absolute;
    left: 0;
    top: 0;
    background: white;
    padding: 4px 8px;
}

.review-escorts {
    border-left: 4px solid #c69c6d;
}

.review-escorts h2 {
    margin-bottom: 16px
}

.review-escorts ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 16px
}

.review-escorts ul li {
    list-style: none;
}

.escort-card {
    display: block;
    text-decoration: none;
    color: inherit;
    border: 1px solid black;
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background: transparent;
}

.escort-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.escort-card a {
    text-decoration: none;
}

.image-container {
    height: 350px;
    overflow: hidden;
}

.image-container a {
    text-decoration: none;
}

.escort-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.escort-info {
    padding: 12px;
    text-align: center;
}

.escort-name {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    color: var(--text-primary);
}