/* extracted from view/hotel-chauffeur-service.php — порядок блоков сохранён */

/* --- block 1 --- */
.luxury-title {
    position: relative;
    padding: 180px 0 120px;
    overflow: hidden;
    color: white;
    text-align: center;
    background-image: linear-gradient(80deg, rgba(0,0,0,0.5) 0%, rgba(1,0,19,0.7) 70%, rgba(0,0,0,0.5) 100%), url(/images/airport-transfer-limousine.webp);
    background-size: cover;
    background-position: center center;
}
.luxury-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.2); z-index: -1; }
.luxury-parallax-bg {
    position: absolute; top: 0; left: 0; width: 100%; height: 120%;
    background-image: linear-gradient(80deg, rgba(0,0,0,0.5) 0%, rgba(1,0,19,0.7) 70%, rgba(0,0,0,0.5) 100%), url(/images/airport-transfer-banner-five.png);
    background-size: cover; background-position: center 20%; background-attachment: fixed;
    transform: translateZ(0); z-index: -2; filter: brightness(0.9) contrast(1.1);
}
.luxury-title-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; }
.luxury-title-badge {
    display: inline-block; font-size: 12px; letter-spacing: 3px;
    background-color: rgba(154,136,102,0.3); border: 1px solid rgba(154,136,102,0.7);
    color: #fff; padding: 8px 16px; border-radius: 3px; margin-bottom: 25px; font-weight: 500;
}
.luxury-title h1 { font-size: 56px; font-weight: 700; letter-spacing: 3px; margin-bottom: 20px; text-shadow: 0 3px 10px rgba(0,0,0,0.5); display: inline-block; }
.luxury-title span { display: block; font-size: 17px; line-height: 140%; text-align: center; color: #FFFFFF; }
.breadcrumbs-container { margin-bottom: 45px; }
.breadcrumbs-container span { font-size: 14px !important; }
.custom-form-widgetss { position: relative; margin-top: -50px; z-index: 10; }
@media (max-width: 991px) {
    .luxury-title { padding: 150px 0 100px; }
    .luxury-title h1 { font-size: 42px; }
}
@media (max-width: 767px) {
    .luxury-title { padding: 120px 0 80px; }
    .luxury-title h1 { font-size: 1.8rem; letter-spacing: 2px; }
    .luxury-title span { font-size: 1.05rem; }
    .breadcrumbs-container { margin-bottom: 75px; }
}

.hcs-eyebrow {
    display: block;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #9A8A78;
    font-size: 1.15rem;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.hcs-intro h2, .hcs-scenarios h2, .hcs-faq h2 {
    font-size: 1.9rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #1A1A1A;
    margin-bottom: 22px;
}
.hcs-intro h2 span, .hcs-scenarios h2 span, .hcs-faq h2 span { color: #9A8866; font-weight: 400; }
.hcs-intro { padding: 90px 0 30px; }
.hcs-intro p { font-size: 1.05rem; line-height: 1.8; color: #495057; max-width: 920px; margin-bottom: 16px; }
.hcs-intro a { color: #9A8866; font-weight: 600; text-decoration: underline; }

.hcs-scenarios { padding: 50px 0 70px; background: #f8f9fa; margin-top: 30px; }
.hcs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 1000px; }
.hcs-card {
    background: #fff; border: 1px solid rgba(154,136,102,0.22); border-top: 3px solid #9A8866;
    border-radius: 12px; padding: 28px 30px;
}
.hcs-card h3 { font-size: 1.1rem; font-weight: 700; color: #1A1A1A; margin-bottom: 12px; }
.hcs-card p { font-size: 0.98rem; line-height: 1.75; color: #555; margin: 0; }
.hcs-card a, .hcs-cities-note a { color: #9A8866; font-weight: 600; text-decoration: underline; }
.hcs-cities-note { margin-top: 30px; font-size: 1rem; line-height: 1.7; color: #555; max-width: 920px; }

.hcs-faq { padding: 70px 0; }
.hcs-faq-list { max-width: 920px; }
.hcs-faq-item {
    background: #fff; border: 1px solid #eee; border-left: 3px solid #9A8A78;
    border-radius: 8px; margin-bottom: 12px; box-shadow: 0 4px 16px rgba(0,0,0,0.04);
}
.hcs-faq-item summary {
    cursor: pointer; padding: 18px 22px; font-size: 1.02rem; font-weight: 600; color: #1A1A1A;
    list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 14px;
}
.hcs-faq-item summary::-webkit-details-marker { display: none; }
.hcs-faq-item summary svg { width: 20px; height: 20px; flex-shrink: 0; color: #9A8A78; transition: transform 0.25s ease; }
.hcs-faq-item[open] summary svg { transform: rotate(180deg); }
.hcs-faq-item > p { padding: 0 22px 18px; margin: 0; font-size: 0.98rem; line-height: 1.7; color: #555; }
.hcs-faq-item a { color: #9A8866; font-weight: 600; text-decoration: underline; }

@media (max-width: 767px) {
    .hcs-intro { padding: 50px 0 20px; }
    .hcs-intro h2, .hcs-scenarios h2, .hcs-faq h2 { font-size: 1.4rem; }
    .hcs-grid { grid-template-columns: 1fr; gap: 16px; }
    .hcs-scenarios, .hcs-faq { padding: 40px 0; }
}
