/* ========================================
   ACQUISITIONS PAGE - ELITE DESIGN
   ======================================== */

/* ── Hero Section ─────────────────────────────────── */
#acquisitions-hero {
    position: relative;
    min-height: 72vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: #080604;
    overflow: hidden;
    padding: 120px 0 44px;
}

.acq-hero-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

#acquisitions-hero .hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        rgba(8,6,4,0.52) 0%,
        rgba(8,6,4,0.30) 45%,
        rgba(8,6,4,0.68) 100%
    );
}

#acquisitions-hero .hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 20px;
    width: 100%;
}

/* Glass card */
#acquisitions-hero .hero-glass-card {
    background: rgba(255,255,255,0.12);
    backdrop-filter: saturate(180%) blur(22px);
    -webkit-backdrop-filter: saturate(180%) blur(22px);
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.22);
    box-shadow: 0 12px 48px rgba(0,0,0,0.28);
    padding: 22px 36px 24px;
    max-width: 640px;
    width: 100%;
    text-align: center;
}

/* Over-title */
.acq-overtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #C9A96E;
    margin-bottom: 8px;
}

.acq-overtitle i {
    font-size: 11px;
}

/* H1 */
#acquisitions-hero .hero-glass-card h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(22px, 3.2vw, 40px);
    font-weight: 700;
    color: #fff;
    line-height: 1.12;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    text-shadow: 0 2px 16px rgba(0,0,0,0.35);
}

#acquisitions-hero .hero-glass-card h1 em {
    font-style: italic;
    color: #C9A96E;
}

/* Sub-headline */
.acq-sub {
    font-size: clamp(13px,1.1vw,14px);
    color: rgba(255,255,255,0.82);
    line-height: 1.6;
    margin-bottom: 18px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

/* Buttons */
.acq-hero-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.acq-btn-primary,
.acq-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 24px;
    border-radius: 9px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.acq-btn-primary {
    background: linear-gradient(135deg, #C9A96E 0%, #A8863E 100%);
    color: #fff;
    box-shadow: 0 8px 25px rgba(168,134,62,0.4);
}

.acq-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(168,134,62,0.5);
    color: #fff;
}

.acq-btn-ghost {
    background: rgba(255,255,255,0.14);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.35);
    backdrop-filter: blur(8px);
}

.acq-btn-ghost:hover {
    background: rgba(255,255,255,0.24);
    color: #fff;
}

/* responsive */
@media (max-width: 600px) {
    #acquisitions-hero .hero-glass-card {
        padding: 24px 20px 28px;
        border-radius: 12px;
    }
    .acq-hero-btns {
        flex-direction: column;
    }
    .acq-btn-primary,
    .acq-btn-ghost {
        justify-content: center;
    }
}

/* ── Intro Strip ────────────────────────────────── */
#acq-intro-strip {
    padding: 72px 0 60px;
    background: #FAFAF7;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.acq-intro-inner {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.acq-intro-lead {
    font-size: clamp(17px, 2vw, 20px);
    color: #1C1610;
    line-height: 1.75;
    margin-bottom: 20px;
    font-weight: 500;
}

.acq-intro-body {
    font-size: clamp(15px, 1.5vw, 17px);
    color: #A8863E;
    line-height: 1.7;
    font-weight: 600;
    margin: 0;
}

/* ── Buyer Rep Section ──────────────────────────── */
#buyer-rep {
    padding: 80px 0 90px;
    background: #fff;
}

.acq-section-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #C9A96E;
    margin-bottom: 12px;
    padding: 6px 16px;
    background: rgba(201,169,110,0.1);
    border-radius: 20px;
}

.acq-section-h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(30px, 3.5vw, 46px);
    font-weight: 700;
    color: #1C1610;
    line-height: 1.15;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.acq-section-h2 em {
    font-style: italic;
    color: #A8863E;
}

.acq-section-p {
    font-size: 15px;
    color: #555;
    line-height: 1.75;
    margin-bottom: 16px;
}

/* ── Referral Form — Marketing Consent Checkbox ────── */
.ref-consent {
    display: flex;
    align-items: center;
    gap: 9px;
    cursor: pointer;
    margin: 14px 0 0;
}

.ref-consent input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.ref-consent-box {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 0;
    border: 2px solid #bbb;
    border-radius: 3px;
    background: #fff;
    transition: background .18s, border-color .18s;
    position: relative;
    display: inline-block;
}

.ref-consent-box::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 2px;
    width: 8px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    opacity: 0;
    transition: opacity .15s;
}

.ref-consent input:checked + .ref-consent-box {
    background: linear-gradient(135deg, #C9A96E, #A8863E);
    border-color: #C9A96E;
}

.ref-consent input:checked + .ref-consent-box::after { opacity: 1; }

.ref-consent-text {
    font-size: 10.5px;
    color: #999;
    line-height: 1.5;
    text-transform: none;
}



/* Comparison cards */
.acq-compare-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 24px 28px;
    border-radius: 14px;
    margin-bottom: 16px;
}

.acq-compare-card:last-child { margin-bottom: 0; }

.acq-compare--bad {
    background: #F8F4F0;
    border: 1px solid rgba(0,0,0,0.07);
}

.acq-compare--good {
    background: linear-gradient(135deg, rgba(201,169,110,0.1) 0%, rgba(168,134,62,0.06) 100%);
    border: 1px solid rgba(201,169,110,0.3);
}

.acq-compare-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 2px;
}

.acq-compare--bad .acq-compare-icon {
    background: rgba(180,50,50,0.1);
    color: #B43232;
}

.acq-compare--good .acq-compare-icon {
    background: linear-gradient(135deg, #C9A96E 0%, #A8863E 100%);
    color: #fff;
}

.acq-compare-body h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 700;
    color: #1C1610;
    margin-bottom: 6px;
}

.acq-compare-body p {
    font-size: 14px;
    color: #666;
    line-height: 1.65;
    margin: 0;
}

.intro-solution {
    font-size: 22px;
    color: #A8863E;
    line-height: 1.8;
    font-weight: 700;
    margin: 0;
}

/* What Is Acquisition Section */
#what-is-acquisition {
    padding: 100px 0;
    background: #f8f9fa;
}

.what-is-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.what-is-image img {
    width: 100%;
    height: auto;
    display: block;
}

.what-is-content {
    padding-left: 40px;
}

.what-is-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 25px;
    font-family: 'Cormorant Garamond', serif;
}

.what-is-content > p {
    font-size: 17px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.key-difference {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.difference-item {
    display: flex;
    gap: 15px;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    border: 2px solid #ddd;
}

.difference-item.highlight {
    background: rgba(45, 80, 133, 0.05);
    border-color: #2D5085;
}

.difference-item i {
    font-size: 28px;
    flex-shrink: 0;
    margin-top: 2px;
}

.difference-item:not(.highlight) i {
    color: #dc3545;
}

.difference-item.highlight i {
    color: #28a745;
}

.difference-item strong {
    display: block;
    font-size: 18px;
    color: #1a2332;
    margin-bottom: 5px;
}

.difference-item p {
    font-size: 15px;
    color: #666;
    margin: 0;
}

/* ── Total Acquisition Management ───────────────────────── */
#strategic-approach {
    padding: 110px 0;
    background: #0F0E0C;
    position: relative;
    overflow: hidden;
}

#strategic-approach::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    height: 900px;
    background: radial-gradient(ellipse, rgba(201,169,110,0.07) 0%, transparent 68%);
    pointer-events: none;
}

/* Header */
.tam-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 72px;
}

.tam-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #C9A96E;
    border: 1px solid rgba(201,169,110,0.35);
    border-radius: 100px;
    padding: 6px 20px;
    margin-bottom: 22px;
}

.tam-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(36px, 5vw, 58px);
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}

.tam-lead {
    font-size: 16px;
    color: rgba(255,255,255,0.55);
    line-height: 1.85;
    max-width: 620px;
    margin: 0 auto;
}

/* 2×2 Grid */
.tam-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

/* Cards */
.tam-card {
    position: relative;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(201,169,110,0.14);
    border-top: 3px solid #C9A96E;
    border-radius: 16px;
    padding: 48px 44px;
    overflow: hidden;
    transition: background 0.35s ease, transform 0.35s ease, border-color 0.35s ease;
}

.tam-card:hover {
    background: rgba(201,169,110,0.07);
    border-color: rgba(201,169,110,0.45);
    transform: translateY(-6px);
}

/* Large ghost number */
.tam-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 96px;
    font-weight: 700;
    line-height: 1;
    color: rgba(201,169,110,0.10);
    position: absolute;
    top: -8px;
    right: 24px;
    pointer-events: none;
    user-select: none;
}

/* Icon */
.tam-icon-wrap {
    width: 52px;
    height: 52px;
    background: rgba(201,169,110,0.12);
    border: 1px solid rgba(201,169,110,0.25);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.tam-icon-wrap i {
    font-size: 22px;
    color: #C9A96E;
}

.tam-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px;
    line-height: 1.2;
}

.tam-card p {
    font-size: 14.5px;
    color: rgba(255,255,255,0.55);
    line-height: 1.8;
    margin: 0;
}

/* Responsive */
@media (max-width: 767px) {
    .tam-grid { grid-template-columns: 1fr; }
    .tam-card { padding: 36px 28px; }
    .tam-num  { font-size: 72px; }
}

/* ── Off-Market Opportunities ──────────────────────────── */
#off-market {
    padding: 110px 0;
    background: #F8F6F2;
}

/* Heading */
.om-head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 72px;
}

.om-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #A8863E;
    border: 1px solid rgba(168,134,62,0.35);
    border-radius: 100px;
    padding: 6px 20px;
    margin-bottom: 22px;
}

.om-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 700;
    color: #111110;
    line-height: 1.1;
    margin-bottom: 20px;
}

.om-intro {
    font-size: 16px;
    color: #777;
    line-height: 1.85;
    margin: 0;
}

/* Two-col body */
.om-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}

/* ── Advantages ── */
.om-advantages {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.om-adv {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.om-adv-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background: rgba(201,169,110,0.1);
    border: 1px solid rgba(201,169,110,0.22);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.om-adv-icon i {
    font-size: 19px;
    color: #C9A96E;
}

.om-adv h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 19px;
    font-weight: 700;
    color: #111110;
    margin: 0 0 6px;
    line-height: 1.2;
}

.om-adv p {
    font-size: 14px;
    color: #888;
    line-height: 1.75;
    margin: 0;
}

/* ── Stat cards ── */
.om-stats {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.om-stat {
    background: #111110;
    border-radius: 16px;
    padding: 36px 40px;
    border-left: 4px solid #C9A96E;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.om-stat:hover {
    transform: translateX(6px);
}

.om-stat::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 110% -10%, rgba(201,169,110,0.10) 0%, transparent 55%);
    pointer-events: none;
}

.om-stat-val {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(30px, 3.5vw, 42px);
    font-weight: 700;
    color: #C9A96E;
    line-height: 1;
    margin-bottom: 10px;
}

.om-stat-txt {
    font-size: 14px;
    color: rgba(255,255,255,0.60);
    line-height: 1.55;
    margin: 0;
}

/* Responsive */
@media (max-width: 767px) {
    .om-body {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .om-stat { padding: 28px 28px; }
}

/* ── The Coast Advantage ───────────────────────────────── */
#why-work-with-us {
    padding: 110px 0;
    background: #111110;
    position: relative;
    overflow: hidden;
}

#why-work-with-us::before {
    content: '';
    position: absolute;
    bottom: -200px;
    left: -200px;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(201,169,110,0.06) 0%, transparent 65%);
    pointer-events: none;
}

/* Inner split */
.ca-inner {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 80px;
    align-items: start;
}

/* Left heading */
.ca-left {
    position: sticky;
    top: 120px;
}

.ca-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #C9A96E;
    border: 1px solid rgba(201,169,110,0.30);
    border-radius: 100px;
    padding: 6px 18px;
    margin-bottom: 24px;
}

.ca-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(38px, 4.5vw, 56px);
    font-weight: 700;
    color: #fff;
    line-height: 1.08;
    margin-bottom: 24px;
}

.ca-title em {
    color: #C9A96E;
    font-style: italic;
}

.ca-sub {
    font-size: 15px;
    color: rgba(255,255,255,0.45);
    line-height: 1.8;
    margin: 0;
}

/* Right numbered list */
.ca-list {
    display: flex;
    flex-direction: column;
}

.ca-item {
    padding: 36px 0;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    transition: background 0.3s ease;
}

.ca-item:first-child { padding-top: 0; }
.ca-item:last-child  { border-bottom: none; padding-bottom: 0; }

.ca-item-top {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
}

.ca-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 13px;
    font-weight: 700;
    color: #C9A96E;
    letter-spacing: 2px;
}

.ca-item-icon {
    width: 36px;
    height: 36px;
    background: rgba(201,169,110,0.10);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ca-item-icon i {
    font-size: 15px;
    color: #C9A96E;
}

.ca-item h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.2;
}

.ca-item p {
    font-size: 14.5px;
    color: rgba(255,255,255,0.50);
    line-height: 1.8;
    margin: 0;
}

/* Mobile */
@media (max-width: 767px) {
    .ca-inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .ca-left { position: static; }
}

/* ── Expert Buyer's Support ────────────────────────────── */
#aircraft-types {
    padding: 110px 0;
    background: #F8F6F2;
}

/* Heading */
.at-head {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 64px;
}

.at-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #A8863E;
    border: 1px solid rgba(168,134,62,0.35);
    border-radius: 100px;
    padding: 6px 20px;
    margin-bottom: 22px;
}

.at-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(32px, 4.5vw, 50px);
    font-weight: 700;
    color: #111110;
    line-height: 1.15;
    margin-bottom: 20px;
}

.at-title em {
    color: #A8863E;
    font-style: italic;
}

.at-sub {
    font-size: 15.5px;
    color: #888;
    line-height: 1.8;
    margin: 0;
}

/* 3-col grid */
.at-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* Cards — white, gold top line */
.aircraft-type-card {
    background: #fff;
    border-top: 3px solid #C9A96E;
    border-radius: 0 0 14px 14px;
    padding: 36px 32px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: default;
}

.aircraft-type-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.09);
}

.type-icon {
    width: 52px;
    height: 52px;
    background: rgba(201,169,110,0.10);
    border: 1px solid rgba(201,169,110,0.22);
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.type-icon i {
    font-size: 22px;
    color: #C9A96E;
}

.aircraft-type-card h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 21px;
    font-weight: 700;
    color: #111110;
    margin-bottom: 10px;
    line-height: 1.2;
}

.aircraft-type-card p {
    font-size: 14px;
    color: #888;
    line-height: 1.75;
    margin: 0;
}

/* Mobile */
@media (max-width: 767px) {
    .at-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .aircraft-type-card { padding: 28px 22px; }
}

@media (max-width: 480px) {
    .at-grid { grid-template-columns: 1fr; }
}

/* Who We Serve Section */
#who-we-serve {
    padding: 100px 0;
    background: #f8f9fa;
}

.client-card {
    background: #fff;
    padding: 35px 30px;
    border-radius: 16px;
    text-align: center;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.client-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.client-icon {
    width: 70px;
    height: 70px;
    background: rgba(171, 150, 108, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.client-icon i {
    font-size: 32px;
    color: #AB966C;
}

.client-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 12px;
}

.client-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* FAQ Section */
#faq-section {
    padding: 100px 0;
    background: #fff;
}

.faq-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.accordion-item {
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
}

.accordion-header {
    margin: 0;
}

.accordion-button {
    background: #f8f9fa;
    color: #1a2332;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 25px;
    border: none;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #2D5085 0%, #1a3a6b 100%);
    color: #fff;
}

.accordion-button i {
    font-size: 22px;
    color: #AB966C;
}

.accordion-button:not(.collapsed) i {
    color: #AB966C;
}

.accordion-button:hover {
    background: #e9ecef;
}

.accordion-button:not(.collapsed):hover {
    background: linear-gradient(135deg, #2D5085 0%, #1a3a6b 100%);
}

.accordion-button::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: auto;
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.accordion-collapse {
    transition: height 0.3s ease;
}

.accordion-body {
    padding: 25px;
    background: #fff;
}

.accordion-body p {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 15px;
}

.accordion-body p:last-child {
    margin-bottom: 0;
}

.accordion-body ul {
    margin: 15px 0;
    padding-left: 25px;
}

.accordion-body ul li {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 10px;
}

.accordion-body strong {
    color: #2D5085;
}

/* The Coast Upgrade Section */
#coast-upgrade {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.upgrade-wrapper {
    background: #fff;
    border-radius: 24px;
    padding: 60px;
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.1);
    border: 3px solid #AB966C;
}

.upgrade-header {
    text-align: center;
    margin-bottom: 50px;
}

.upgrade-badge {
    display: inline-block;
    padding: 10px 24px;
    background: linear-gradient(135deg, #AB966C 0%, #c4a876 100%);
    border-radius: 30px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.upgrade-badge i {
    margin-right: 8px;
}

.upgrade-header h2 {
    font-size: 48px;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 10px;
    font-family: 'Cormorant Garamond', serif;
}

.upgrade-subtitle {
    font-size: 20px;
    color: #AB966C;
    font-weight: 600;
}

.upgrade-content h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 20px;
}

.upgrade-content > p {
    font-size: 17px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}

.upgrade-benefits h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2D5085;
    margin-bottom: 20px;
}

.benefit-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefit-list li {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.benefit-list li i {
    color: #AB966C;
    font-size: 20px;
    margin-top: 2px;
    flex-shrink: 0;
}

.benefit-list li strong {
    color: #1a2332;
}

/* Pricing Comparison */
.pricing-comparison {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.pricing-card {
    background: #f8f9fa;
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid #ddd;
    transition: all 0.3s ease;
}

.pricing-card.featured {
    background: linear-gradient(135deg, #2D5085 0%, #1a3a6b 100%);
    border-color: #AB966C;
    position: relative;
    box-shadow: 0 8px 30px rgba(45, 80, 133, 0.3);
}

.featured-ribbon {
    position: absolute;
    top: 15px;
    right: -35px;
    background: #AB966C;
    color: #fff;
    padding: 5px 40px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    transform: rotate(45deg);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.pricing-header {
    padding: 25px;
    text-align: center;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.pricing-card.featured .pricing-header {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.pricing-header h4 {
    font-size: 24px;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 5px;
}

.pricing-card.featured .pricing-header h4 {
    color: #fff;
}

.pricing-header p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.pricing-card.featured .pricing-header p {
    color: rgba(255, 255, 255, 0.8);
}

.pricing-body {
    padding: 30px;
}

.price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
}

.price-item span:first-child {
    color: #333;
}

.pricing-card.featured .price-item span:first-child {
    color: rgba(255, 255, 255, 0.9);
}

.price-item .price {
    font-size: 20px;
    font-weight: 700;
    color: #1a2332;
}

.pricing-card.featured .price-item .price {
    color: #fff;
}

.price-item .price.discount {
    color: #AB966C;
}

.price-divider {
    height: 2px;
    background: #ddd;
    margin: 20px 0;
}

.pricing-card.featured .price-divider {
    background: rgba(255, 255, 255, 0.2);
}

.price-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}

.price-total span:first-child {
    font-size: 18px;
    font-weight: 700;
    color: #1a2332;
}

.pricing-card.featured .price-total span:first-child {
    color: #fff;
}

.price-total .total {
    font-size: 32px;
    font-weight: 700;
    color: #2D5085;
}

.pricing-card.featured .price-total .total {
    color: #AB966C;
}

.savings-badge {
    margin-top: 20px;
    padding: 12px 20px;
    background: rgba(171, 150, 108, 0.2);
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #AB966C;
}

.savings-badge i {
    margin-right: 6px;
}

/* Upgrade CTA */
.upgrade-cta {
    text-align: center;
    padding: 25px;
    background: rgba(171, 150, 108, 0.1);
    border-radius: 12px;
}

.upgrade-cta p {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.upgrade-cta strong {
    color: #AB966C;
}

.upgrade-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: linear-gradient(135deg, #2D5085 0%, #1a3a6b 100%);
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.upgrade-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(45, 80, 133, 0.4);
    color: #fff;
}

/* ── Acquisition Process ───────────────────────────────── */
#acquisition-process {
    padding: 110px 0;
    background: #111110;
    position: relative;
    overflow: hidden;
}

#acquisition-process::before {
    content: '';
    position: absolute;
    top: -150px;
    right: -150px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(201,169,110,0.06) 0%, transparent 65%);
    pointer-events: none;
}

/* Heading */
.ap-head {
    max-width: 720px;
    margin: 0 auto 72px;
    text-align: center;
}

.ap-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #C9A96E;
    border: 1px solid rgba(201,169,110,0.30);
    border-radius: 100px;
    padding: 6px 20px;
    margin-bottom: 22px;
}

.ap-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(36px, 4.5vw, 52px);
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 22px;
}

.ap-sub {
    font-size: 15.5px;
    color: rgba(255,255,255,0.50);
    line-height: 1.85;
    margin: 0;
}

/* Steps */
.ap-steps {
    max-width: 860px;
    margin: 0 auto 56px;
}

.ap-step {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 24px;
    padding: 40px 0;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    align-items: start;
    transition: background 0.3s ease;
}

.ap-step:first-child { padding-top: 0; }
.ap-step:last-child  { border-bottom: none; }

.ap-step-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 64px;
    font-weight: 700;
    color: rgba(201,169,110,0.18);
    line-height: 1;
    padding-top: 2px;
    user-select: none;
}

.ap-step-body h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.2;
}

.ap-step-body p {
    font-size: 14.5px;
    color: rgba(255,255,255,0.52);
    line-height: 1.8;
    margin: 0;
}

/* Callout box */
.ap-callout {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    gap: 24px;
    align-items: flex-start;
    background: rgba(201,169,110,0.08);
    border: 1px solid rgba(201,169,110,0.25);
    border-left: 4px solid #C9A96E;
    border-radius: 0 14px 14px 0;
    padding: 32px 36px;
}

.ap-callout-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    background: rgba(201,169,110,0.12);
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ap-callout-icon i {
    font-size: 18px;
    color: #C9A96E;
}

.ap-callout h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 700;
    color: #C9A96E;
    margin-bottom: 10px;
}

.ap-callout p {
    font-size: 14.5px;
    color: rgba(255,255,255,0.60);
    line-height: 1.8;
    margin: 0;
}

/* Mobile */
@media (max-width: 767px) {
    .ap-step { grid-template-columns: 60px 1fr; gap: 16px; }
    .ap-step-num { font-size: 48px; }
    .ap-callout { flex-direction: column; gap: 16px; padding: 24px 22px; }
}

/* ── Contact Form ──────────────────────────────────────── */
#contact-form {
    padding: 110px 0;
    background: #111110;
    position: relative;
    overflow: hidden;
}

#contact-form::before {
    content: '';
    position: absolute;
    bottom: -200px;
    right: -200px;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(201,169,110,0.06) 0%, transparent 65%);
    pointer-events: none;
}

/* Split grid */
.cf-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 72px;
    align-items: start;
}

/* Left intro */
.cf-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #C9A96E;
    border: 1px solid rgba(201,169,110,0.30);
    border-radius: 100px;
    padding: 6px 18px;
    margin-bottom: 22px;
}

.cf-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 18px;
}

.cf-sub {
    font-size: 15px;
    color: rgba(255,255,255,0.50);
    line-height: 1.85;
    margin-bottom: 36px;
}

/* Benefits */
.cf-benefits {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 32px;
}

.cf-benefit {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.cf-ben-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    background: rgba(201,169,110,0.10);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cf-ben-icon i { font-size: 15px; color: #C9A96E; }

.cf-benefit strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
}

.cf-benefit span {
    font-size: 13px;
    color: rgba(255,255,255,0.45);
    line-height: 1.5;
}

/* Home Base Incentives */
.cf-homebase {
    background: rgba(201,169,110,0.07);
    border: 1px solid rgba(201,169,110,0.22);
    border-radius: 14px;
    padding: 22px 24px;
    margin-bottom: 28px;
}

.cf-homebase-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.cf-homebase-head i { color: #C9A96E; font-size: 14px; }

.cf-homebase-head strong {
    font-size: 14px;
    font-weight: 700;
    color: #C9A96E;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cf-homebase > p {
    font-size: 13px;
    color: rgba(255,255,255,0.50);
    margin-bottom: 12px;
    line-height: 1.6;
}

.cf-homebase ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cf-homebase ul li {
    font-size: 13px;
    color: rgba(255,255,255,0.65);
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.5;
}

.cf-homebase ul li i { color: #C9A96E; font-size: 11px; margin-top: 3px; flex-shrink: 0; }

/* Phone links */
.cf-phones {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cf-phone {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.cf-phone:hover { opacity: 0.75; }

.cf-phone-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background: rgba(201,169,110,0.10);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cf-phone-icon i { font-size: 15px; color: #C9A96E; }

.cf-phone span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255,255,255,0.40);
    margin-bottom: 2px;
}

.cf-phone strong {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
}

/* Right: form card */
.cf-form-wrap {
    background: #fff;
    border-radius: 20px;
    padding: 44px 40px;
}

/* Form grid */
.cf-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.cf-field { display: flex; flex-direction: column; }
.cf-field--full { grid-column: 1 / -1; }

.cf-field label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #A8863E;
    margin-bottom: 8px;
}

.cf-field label span { color: #C9A96E; }
.cf-field label .cf-optional { color: rgba(168,134,62,0.5); font-weight: 400; }

.cf-field input,
.cf-field select,
.cf-field textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid #E8E4DC;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #111110;
    background: #FAFAF8;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    appearance: auto;
}

.cf-field input:focus,
.cf-field select:focus,
.cf-field textarea:focus {
    outline: none;
    border-color: #C9A96E;
    box-shadow: 0 0 0 3px rgba(201,169,110,0.12);
    background: #fff;
}

.cf-field textarea { resize: vertical; }

/* Submit */
.cf-submit {
    width: 100%;
    padding: 16px 32px;
    background: linear-gradient(135deg, #C9A96E 0%, #A8863E 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.cf-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(201,169,110,0.40);
}

/* ── FAQ Section ───────────────────────────────────────── */
#faq-section {
    padding: 110px 0;
    background: #F8F6F2;
}

.faq-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 60px;
}

.faq-top-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #A8863E;
    border: 1px solid rgba(168,134,62,0.35);
    border-radius: 100px;
    padding: 6px 20px;
    margin-bottom: 20px;
}

.faq-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    color: #111110;
    margin-bottom: 12px;
}

.faq-sub-text {
    font-size: 16px;
    color: #888;
    font-style: italic;
    margin: 0;
}

.faq-wrapper {
    max-width: 860px;
    margin: 0 auto;
}

.accordion-item {
    background: #fff;
    border: 1px solid rgba(168,134,62,0.15);
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
}

.accordion-header { margin: 0; }

.accordion-button {
    background: #fff;
    color: #111110;
    font-size: 16px;
    font-weight: 600;
    padding: 22px 28px;
    border: none;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    transition: background 0.25s ease;
    font-family: 'Poppins', sans-serif;
}

.accordion-button:not(.collapsed) {
    background: #111110;
    color: #fff;
}

.accordion-button i {
    font-size: 16px;
    color: #C9A96E;
    flex-shrink: 0;
}

.accordion-button:not(.collapsed) i { color: #C9A96E; }

.accordion-button:hover {
    background: #F8F6F2;
}

.accordion-button:not(.collapsed):hover {
    background: #111110;
}

.accordion-button::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: auto;
    transition: transform 0.3s ease;
    font-size: 12px;
    color: #C9A96E;
    background-image: none !important;
    width: auto;
    height: auto;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
    background-image: none !important;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    padding: 0 28px 24px 56px;
    background: #fff;
}

.accordion-button:not(.collapsed) + .accordion-collapse .accordion-body {
    background: #111110;
    padding-top: 8px;
}

.accordion-body p {
    font-size: 15px;
    color: #666;
    line-height: 1.85;
    margin: 0;
}

.accordion-button:not(.collapsed) ~ .accordion-collapse .accordion-body p { color: rgba(255,255,255,0.60); }

/* Mobile */
@media (max-width: 767px) {
    .cf-grid { grid-template-columns: 1fr; gap: 40px; }
    .cf-form-wrap { padding: 28px 20px; }
    .cf-form-grid { grid-template-columns: 1fr; }
}

/* Responsive Design */
@media (max-width: 991px) {
    .hero-content h1 {
        font-size: 42px;
    }

    .hero-content {
        padding: 100px 20px 60px;
    }

    #intro-section {
        padding: 60px 0;
    }

    .intro-text {
        font-size: 18px;
    }

    .intro-solution {
        font-size: 20px;
    }

    #what-is-acquisition {
        padding: 70px 0;
    }

    .what-is-content {
        padding-left: 0;
        margin-top: 40px;
    }

    .what-is-content h2 {
        font-size: 36px;
    }

    #strategic-approach,
    #off-market,
    #why-work-with-us,
    #aircraft-types,
    #who-we-serve,
    #faq-section,
    #coast-upgrade,
    #acquisition-process,
    #contact-form {
        padding: 70px 0;
    }

    .section-intro h2 {
        font-size: 36px;
    }

    .off-market-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .upgrade-wrapper {
        padding: 40px 30px;
    }

    .upgrade-header h2 {
        font-size: 40px;
    }

    .pricing-comparison {
        margin-bottom: 25px;
    }

    .process-timeline::before {
        left: 20px;
    }

    .timeline-item {
        padding-left: 80px;
    }

    .timeline-number {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .contact-wrapper {
        padding: 40px 30px;
    }

    .contact-intro {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .hero-content h1 {
        font-size: 36px;
    }

    .hero-content p {
        font-size: 17px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .primary-hero-btn,
    .secondary-hero-btn {
        width: 100%;
        justify-content: center;
    }

    #intro-section {
        padding: 50px 0;
    }

    .intro-text {
        font-size: 17px;
    }

    .intro-solution {
        font-size: 19px;
    }

    #what-is-acquisition {
        padding: 60px 0;
    }

    .what-is-content h2 {
        font-size: 32px;
    }

    #strategic-approach,
    #off-market,
    #why-work-with-us,
    #aircraft-types,
    #who-we-serve,
    #faq-section,
    #coast-upgrade,
    #acquisition-process,
    #contact-form {
        padding: 60px 0;
    }

    .accordion-button {
        font-size: 16px;
        padding: 18px 20px;
    }

    .accordion-body {
        padding: 20px;
    }

    .section-intro h2 {
        font-size: 32px;
    }

    .approach-card {
        padding: 35px 25px;
    }

    .off-market-content h2 {
        font-size: 36px;
    }

    .upgrade-wrapper {
        padding: 35px 25px;
    }

    .upgrade-header h2 {
        font-size: 36px;
    }

    .upgrade-content h3 {
        font-size: 24px;
    }

    .contact-wrapper {
        padding: 35px 25px;
    }

    .contact-intro h2 {
        font-size: 30px;
    }

    .acquisition-form {
        padding: 30px 20px;
    }
}

@media (max-width: 575px) {
    .hero-content h1 {
        font-size: 32px;
    }

    .hero-badge {
        font-size: 11px;
        padding: 8px 18px;
    }

    .section-intro h2 {
        font-size: 28px;
    }

    .approach-card h3 {
        font-size: 20px;
    }

    .off-market-content h2 {
        font-size: 32px;
    }

    .stat-number {
        font-size: 40px;
    }

    .upgrade-header h2 {
        font-size: 32px;
    }

    .upgrade-subtitle {
        font-size: 18px;
    }

    .timeline-content h3 {
        font-size: 20px;
    }

    .contact-intro h2 {
        font-size: 26px;
    }

    .phone-link {
        font-size: 20px;
    }
}

/* ── Success Modal ─────────────────────────────────────────── */
.success-modal {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.success-modal .modal-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(5px);
}
.success-modal .success-content {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 20px;
    padding: 50px 40px;
    max-width: 600px;
    width: 90%;
    text-align: center;
    box-shadow: 0 25px 80px rgba(0,0,0,0.2);
    border: 1px solid rgba(171,150,108,0.2);
}
.success-modal .success-icon {
    width: 80px; height: 80px;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    box-shadow: 0 10px 30px rgba(40,167,69,0.3);
}
.success-modal .success-icon i { font-size: 40px; color: #fff; }
.success-modal h2 {
    font-size: 36px; font-weight: 700; color: #28a745;
    margin-bottom: 10px;
    font-family: 'Cormorant Garamond', serif;
}
.success-modal h3 {
    font-size: 24px; font-weight: 600; color: #1a2332;
    margin-bottom: 30px;
}
.success-modal .next-steps h4 {
    font-size: 20px; font-weight: 700; color: #2D5085;
    margin-bottom: 15px;
    font-family: 'Cormorant Garamond', serif;
}
.success-modal .next-steps p {
    font-size: 16px; color: #555; line-height: 1.7; margin-bottom: 20px;
}
.success-modal .next-steps .closing {
    font-weight: 600; color: #AB966C; font-style: italic;
}
.success-modal .close-modal-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 15px 30px;
    background: linear-gradient(135deg, #2D5085 0%, #1a3a6b 100%);
    color: #fff; border: none; border-radius: 10px;
    font-size: 16px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.5px;
    cursor: pointer; transition: all 0.3s ease; margin-top: 20px;
}
.success-modal .close-modal-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(45,80,133,0.4);
}

/* ── Field error states ── */
.cf-field-error input,
.cf-field-error select,
.cf-field-error textarea {
    border-color: #e63946 !important;
    box-shadow: 0 0 0 3px rgba(230,57,70,0.15) !important;
}
.cf-error-msg {
    display: block;
    color: #e63946;
    font-size: 0.78rem;
    font-weight: 600;
    margin-top: 4px;
}
