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

/* --- block 1 --- */
.ep-scenarios {
    padding: 90px 0 70px;
    background: #ffffff;
}
.ep-scenarios .section-subtitle,
.ep-scenarios .section-title {
    display: block;
    text-align: center;
}
.ep-scenarios-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    max-width: 1000px;
    margin: 0 auto;
}
.ep-scenario-card {
    background: #fbfaf8;
    border: 1px solid rgba(154, 136, 102, 0.22);
    border-top: 3px solid #9A8866;
    border-radius: 12px;
    padding: 30px 32px;
}
.ep-scenario-card h3 {
    font-size: 19px;
    font-weight: 600;
    color: #1A1A1A;
    margin-bottom: 14px;
}
.ep-scenario-card p {
    font-size: 15px;
    line-height: 1.75;
    color: #555;
    margin: 0;
}
.ep-scenario-card a {
    color: #9A8866;
    font-weight: 600;
    text-decoration: underline;
}
.ep-scenarios-note {
    max-width: 820px;
    margin: 40px auto 0;
    text-align: center;
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
}
.ep-scenarios-note a {
    color: #9A8866;
    font-weight: 600;
    text-decoration: underline;
}
@media (max-width: 767px) {
    .ep-scenarios {
        padding: 55px 0 45px;
    }
    .ep-scenarios-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .ep-scenario-card {
        padding: 24px 22px;
    }
}

/* --- block 2 --- */
.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.55) 0%, rgba(1,0,19,0.72) 70%, rgba(0,0,0,0.55) 100%), url(/images/executive-protection.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.55) 0%, rgba(1,0,19,0.72) 70%, rgba(0,0,0,0.55) 100%), url(/images/executive-protection.webp);
    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;
    animation: fadeInUp 1s ease-out;
}
.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;
    position: relative;
}
.luxury-title-badge:before,
.luxury-title-badge:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 30px;
    background: rgba(154,136,102,0.7);
    top: 50%;
}
.luxury-title-badge:before { right: 100%; margin-right: 15px; }
.luxury-title-badge:after  { left: 100%;  margin-left: 15px;  }
.luxury-title h1 {
    font-size: 62px;
    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: 130%;
    text-align: center;
    color: #ffffff;
}
.breadcrumbs-container { margin-bottom: 45px; }
.breadcrumbs-container span { font-size: 14px !important; }
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}
@media (max-width: 991px) {
    .luxury-title { padding: 150px 0 100px; }
    .luxury-title h1 { font-size: 48px; }
    .luxury-title-badge:before,
    .luxury-title-badge:after { width: 20px; }
}
@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.2rem; }
    .luxury-title-badge { font-size: 11px; padding: 6px 12px; }
    .luxury-title-badge:before,
    .luxury-title-badge:after { display: none; }
    .breadcrumbs-container { margin-bottom: 75px; }
}

.section-subtitle {
    display: block;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #7a6a54;
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}
.section-title {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 2rem;
    text-transform: uppercase;
    color: black;
}
.section-title span { color: #9A8866; font-weight: 400; }
.ep-divider {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #9A8866, rgba(154,136,102,0.25));
    margin-bottom: 28px;
}

.ep-intro-section {
    padding: 50px 0;
    background-color: #1A1A1A;
    color: white;
    position: relative;
    overflow: hidden;
}
.ep-intro-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle at 15% 50%, rgba(154,138,120,0.14) 0%, transparent 55%);
    pointer-events: none;
}
.ep-intro-section .section-subtitle { color: #7a6a54; }
.ep-intro-section .section-title { color: white; }
.ep-intro-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.ep-intro-desc {
    font-size: 1.05rem;
    line-height: 1.8;
    color: rgba(255,255,255,0.75);
    margin-bottom: 32px;
}
.ep-badges-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.ep-badge-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: rgba(255,255,255,0.05);
    border-radius: 12px;
    padding: 22px 18px;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}
.ep-badge-item:hover {
    background: rgba(255,255,255,0.08);
    border-bottom-color: #9A8866;
    transform: translateY(-4px);
}
.ep-badge-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: rgba(154,138,120,0.14);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ep-badge-item h4 { font-size: 0.95rem; font-weight: 600; color: white; margin: 0 0 6px; }
.ep-badge-item p  { font-size: 0.83rem; color: rgba(255,255,255,0.6); margin: 0; line-height: 1.5; }

.faq-section {
    padding: 50px 0 80px;
    background: #fbfbfb;
}
.faq-section .section-title { text-align: center; color: #1A1A1A; }
.faq-section .section-subtitle { text-align: center; }
.faq-container {
    max-width: 960px;
    margin: 0 auto;
}
.faq-item {
    background-color: white;
    border-radius: 10px;
    margin-bottom: 16px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
    overflow: hidden;
    border-left: 3px solid transparent;
    transition: all 0.4s cubic-bezier(0.165,0.84,0.44,1);
}
.faq-item:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transform: translateY(-4px);
    border-left: 3px solid #9A8866;
}
.faq-question {
    padding: 28px 35px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
    user-select: none;
}
.faq-question.active { border-bottom: 1px solid rgba(154,136,102,0.2); }
.faq-question h3 {
    margin: 0;
    font-size: 19px;
    font-weight: 500;
    color: #1a1a1a;
    transition: color 0.3s ease;
}
.faq-question:hover h3,
.faq-question.active h3 { color: #9A8866; }
.faq-icon {
    flex-shrink: 0;
    position: relative;
    width: 24px;
    height: 24px;
    margin-left: 20px;
}
.icon-line {
    position: absolute;
    background-color: #9A8866;
    transition: all 0.3s ease;
}
.icon-line:first-child {
    top: 50%; left: 0;
    width: 100%; height: 2px;
    transform: translateY(-50%);
}
.icon-line:last-child {
    left: 50%; top: 0;
    height: 100%; width: 2px;
    transform: translateX(-50%);
}
.faq-question.active .icon-line:last-child {
    transform: translateX(-50%) scaleY(0);
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-in-out;
    padding: 0 35px;
}
.faq-answer.active { padding: 5px 35px 28px; }
.faq-answer p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    font-weight: 300;
    max-width: 90%;
    padding-top: 14px;
}

html { scroll-behavior: smooth; }

.premium-btn {
    display: inline-block;
    background-color: #9A8866;
    color: white;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding: 17px 38px;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(154,136,102,0.3);
}
.premium-btn:hover {
    background-color: #b09b75;
    color: white;
    transform: translateY(-3px);
    text-decoration: none;
    box-shadow: 0 15px 35px rgba(154,136,102,0.4);
}
.ep-intro-btns {
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
    align-items: center;
}
.premium-btn-outline {
    display: inline-block;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding: 16px 38px;
    border-radius: 4px;
    border: 1.5px solid rgba(154,136,102,0.75);
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.35s ease;
}
.premium-btn-outline:hover {
    background-color: rgba(154,136,102,0.15);
    border-color: #9A8866;
    color: #fff;
    transform: translateY(-3px);
    text-decoration: none;
}

.cta-section {
    padding: 100px 0;
    background-color: #f8f9fa;
    position: relative;
}
.cta-content h2 {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}
.cta-content h2 span { color: #7a6a54; }
.cta-text p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 1.5rem;
}
.cta-features {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 2rem;
}
.cta-features li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.feature-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background-color: rgba(154,138,120,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    color: #7a6a54;
}
.feature-text {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
}
.cta-direct-contact {
    margin-top: 2rem;
}
.email-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #212529;
    font-weight: 600;
    text-decoration: none;
    padding: 0.8rem 1.4rem;
    border-radius: 8px;
    background-color: rgba(154,138,120,0.1);
    transition: all 0.3s ease;
}
.email-link:hover {
    background-color: rgba(154,138,120,0.2);
    color: #1A1A1A;
    text-decoration: none;
}
.cta-form-container {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}
.form-cst {
    background: #ffffff;
    box-shadow: 0 0 40px rgba(0,0,0,0.15);
    padding: 40px;
    border-radius: 10px;
}
.form-cst-req {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    color: #1A1A1A;
    margin-bottom: 10px;
}
.form-cst > p {
    text-align: center;
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    .ep-intro-wrapper { grid-template-columns: 1fr; gap: 40px; }
    .cta-content h2 { font-size: 2rem; }
    .cta-section { padding: 70px 0; }
    .col-lg-5.offset-lg-1 { margin-top: 40px; }
}
@media (max-width: 767px) {
    .ep-badges-grid { grid-template-columns: 1fr; }
    .ep-intro-section { padding: 60px 0; }
    .faq-section { padding: 60px 0; }
    .faq-question { padding: 20px 22px; }
    .faq-answer.active { padding: 5px 22px 20px; }
    .cta-section { padding: 50px 0; }
    .cta-content h2 { font-size: 1.7rem; }
    .form-cst { padding: 28px 20px; }
    .ep-intro-btns { gap: 10px; }
    .premium-btn,
    .premium-btn-outline { padding: 13px 18px; font-size: 12px; letter-spacing: 1px; }
}


@media (max-width: 767px) {
.luxury-title {
    position: relative;
    padding: 100px 20px 0px 20px;
    overflow: hidden;
    color: white;
    text-align: center;
    background-image: linear-gradient(80deg, rgba(0, 0, 0, 0.55) 0%, rgba(1, 0, 19, 0.72) 70%, rgba(0, 0, 0, 0.55) 100%), url(/images/executive-protection.webp);
    background-size: cover;
    background-position: center center;
}
}
