/* extracted from view/airport-transfer-city.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; }
}

.atc-eyebrow {
    display: block;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #9A8A78;
    font-size: 1.15rem;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.atc-intro h2, .atc-routes h2, .atc-terminals h2, .atc-faq h2 {
    font-size: 1.9rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #1A1A1A;
    margin-bottom: 22px;
}
.atc-intro h2 span, .atc-routes h2 span, .atc-terminals h2 span, .atc-faq h2 span { color: #9A8866; font-weight: 400; }

.atc-facts { padding: 90px 0 10px; }
.atc-facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.atc-fact {
    background: #1A1A1A; color: #fff; border-radius: 12px; padding: 22px 18px; text-align: center;
    border-bottom: 3px solid #9A8866;
}
.atc-fact strong { display: block; font-size: 1.5rem; color: #d7c6a8; margin-bottom: 6px; }
.atc-fact span { font-size: 0.9rem; color: rgba(255,255,255,0.75); line-height: 1.4; display: block; }

.atc-intro { padding: 60px 0 20px; }
.atc-intro p { font-size: 1.05rem; line-height: 1.8; color: #495057; max-width: 920px; margin-bottom: 16px; }
.atc-links-para a, .atc-routes-note a, .atc-terminals a { color: #9A8866; font-weight: 600; text-decoration: underline; }

.atc-routes { padding: 50px 0; }
.atc-table-wrap { overflow-x: auto; background: #fff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.06); }
.atc-table { width: 100%; border-collapse: collapse; min-width: 640px; }
.atc-table th { background: #1A1A1A; color: #fff; text-align: left; padding: 15px 20px; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; }
.atc-table td { padding: 16px 20px; border-bottom: 1px solid #eee; font-size: 15px; color: #444; }
.atc-table tr:last-child td { border-bottom: none; }
.atc-table td:last-child { white-space: nowrap; color: #9A8866; font-weight: 600; }
.atc-routes-note { margin-top: 22px; font-size: 0.95rem; color: #666; max-width: 860px; line-height: 1.7; }

.atc-terminals { padding: 40px 0 70px; background: #f8f9fa; margin-top: 30px; }
.atc-terminals p { font-size: 1.03rem; line-height: 1.8; color: #495057; margin-bottom: 16px; }
.atc-how {
    background: #fff; border: 1px solid rgba(154,136,102,0.25); border-top: 3px solid #9A8866;
    border-radius: 12px; padding: 28px 30px; box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}
.atc-how h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 16px; color: #1A1A1A; }
.atc-how ol { padding-left: 20px; margin: 0 0 20px; }
.atc-how li { font-size: 0.98rem; line-height: 1.7; color: #555; margin-bottom: 10px; }
.atc-how-cta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.atc-call p { margin: 0; font-size: 0.85rem; color: #777; }
.atc-call a { font-weight: 700; color: #1A1A1A; }

.atc-faq { padding: 70px 0; }
.atc-faq-list { max-width: 920px; }
.atc-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);
}
.atc-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;
}
.atc-faq-item summary::-webkit-details-marker { display: none; }
.atc-faq-item summary svg { width: 20px; height: 20px; flex-shrink: 0; color: #9A8A78; transition: transform 0.25s ease; }
.atc-faq-item[open] summary svg { transform: rotate(180deg); }
.atc-faq-item > p { padding: 0 22px 18px; margin: 0; font-size: 0.98rem; line-height: 1.7; color: #555; }

@media (max-width: 991px) {
    .atc-facts-grid { grid-template-columns: repeat(2, 1fr); }
    .atc-how { margin-top: 30px; }
}
@media (max-width: 767px) {
    .atc-facts { padding: 50px 0 5px; }
    .atc-intro h2, .atc-routes h2, .atc-terminals h2, .atc-faq h2 { font-size: 1.4rem; }
    .atc-intro, .atc-routes, .atc-faq { padding: 35px 0; }
}
