/* =========================================================
   ATOM PLAN 1 - ACQUISITION PAGES
   FINAL CLEAN DROP-IN
   Version 1.3

   Designed to work even when SiteOrigin removes an outer wrapper.
   ========================================================= */

.atom-acq-hero,
.atom-acq-section,
.atom-acq-final {
    color: #31363b;
    font-size: 16px;
    line-height: 1.6;
}

.atom-acq-hero *,
.atom-acq-hero *::before,
.atom-acq-hero *::after,
.atom-acq-section *,
.atom-acq-section *::before,
.atom-acq-section *::after,
.atom-acq-final *,
.atom-acq-final *::before,
.atom-acq-final *::after {
    box-sizing: border-box;
}

.atom-acq-container {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.atom-acq-eyebrow {
    margin: 0 0 10px;
    color: #ef6c23;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

/* =========================================================
   HERO
   ========================================================= */

.atom-acq-hero {
    padding: 44px 0 42px;
    background: linear-gradient(135deg, #f7f8f9 0%, #eef1f3 100%);
    border-bottom: 1px solid #dde3e7;
}

.atom-acq-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(290px, .75fr);
    gap: 48px;
    align-items: center;
}

.atom-acq-hero h1 {
    max-width: 760px;
    margin: 0 0 16px;
    color: #292d31;
    font-size: 38px !important;
    line-height: 1.12 !important;
    letter-spacing: -.02em;
}

.atom-acq-hero__lead {
    max-width: 740px;
    margin: 0 0 20px;
    color: #4c565e;
    font-size: 16px;
    line-height: 1.65;
}

.atom-acq-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

a.atom-acq-btn,
a.atom-acq-btn:link,
a.atom-acq-btn:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    opacity: 1 !important;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

a.atom-acq-btn.atom-acq-btn--primary,
a.atom-acq-btn.atom-acq-btn--primary:link,
a.atom-acq-btn.atom-acq-btn--primary:visited {
    background: #ef6c23 !important;
    background-color: #ef6c23 !important;
    background-image: none !important;
    border: 1px solid #ef6c23 !important;
    color: #ffffff !important;
    opacity: 1 !important;
}

a.atom-acq-btn.atom-acq-btn--primary:hover,
a.atom-acq-btn.atom-acq-btn--primary:focus,
a.atom-acq-btn.atom-acq-btn--primary:active {
    background: #d85d18 !important;
    background-color: #d85d18 !important;
    background-image: none !important;
    border-color: #d85d18 !important;
    color: #ffffff !important;
    opacity: 1 !important;
}

a.atom-acq-btn.atom-acq-btn--secondary,
a.atom-acq-btn.atom-acq-btn--secondary:link,
a.atom-acq-btn.atom-acq-btn--secondary:visited {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 1px solid #292d31 !important;
    color: #292d31 !important;
}

a.atom-acq-btn.atom-acq-btn--secondary:hover,
a.atom-acq-btn.atom-acq-btn--secondary:focus,
a.atom-acq-btn.atom-acq-btn--secondary:active {
    background: #292d31 !important;
    background-color: #292d31 !important;
    border-color: #292d31 !important;
    color: #ffffff !important;
}

.atom-acq-facts {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #dde3e7;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(28, 38, 48, .05);
}

.atom-acq-facts li {
    padding: 14px 18px;
    border-bottom: 1px solid #e8ecef;
}

.atom-acq-facts li:last-child {
    border-bottom: 0;
}

.atom-acq-facts strong {
    display: block;
    margin-bottom: 2px;
    color: #292d31;
    font-size: 14px;
    line-height: 1.35;
}

.atom-acq-facts span {
    color: #52606a;
    font-size: 13px;
    line-height: 1.45;
}

/* =========================================================
   GENERAL SECTIONS
   ========================================================= */

.atom-acq-section {
    padding: 44px 0;
}

.atom-acq-section--soft {
    background: #f4f6f7;
}

.atom-acq-section-heading {
    max-width: 790px;
    margin-bottom: 26px;
}

.atom-acq-section-heading h2,
.atom-acq-copy h2 {
    margin: 0 0 12px;
    color: #292d31;
    font-size: 29px !important;
    line-height: 1.2 !important;
    letter-spacing: -.01em;
}

.atom-acq-section-heading p {
    margin: 0;
    color: #66717a;
    font-size: 16px;
    line-height: 1.65;
}

/* =========================================================
   CARDS
   ========================================================= */

.atom-acq-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.atom-acq-card {
    min-height: 100%;
    padding: 22px 22px;
    background: #fff;
    border: 1px solid #dde3e7;
    border-radius: 5px;
}

.atom-acq-card--accent {
    border-top: 3px solid #ef6c23;
}

.atom-acq-card h3 {
    margin: 0 0 7px;
    color: #292d31;
    font-size: 17px !important;
    line-height: 1.3 !important;
}

.atom-acq-card p {
    margin: 0;
    color: #66717a;
    font-size: 14px;
    line-height: 1.55;
}

/* =========================================================
   TWO-COLUMN CONTENT
   ========================================================= */

.atom-acq-split {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 46px;
    align-items: start;
}

.atom-acq-copy p {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.6;
}

.atom-acq-checklist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.atom-acq-checklist li {
    position: relative;
    margin: 0 0 10px;
    padding-left: 26px;
    font-size: 15px;
}

.atom-acq-checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #ef6c23;
    font-weight: 900;
}

.atom-acq-note {
    padding: 22px;
    background: #f4f6f7;
    border-left: 4px solid #ef6c23;
    border-radius: 3px;
}

.atom-acq-note h3 {
    margin: 0 0 8px;
    color: #292d31;
    font-size: 18px !important;
    line-height: 1.3 !important;
}

.atom-acq-note p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}

/* =========================================================
   TRUST STRIP
   ========================================================= */

.atom-acq-trust {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: #dde3e7;
    border: 1px solid #dde3e7;
    border-radius: 5px;
    overflow: hidden;
}

.atom-acq-trust__item {
    padding: 19px 16px;
    background: #fff;
    text-align: center;
}

.atom-acq-trust__item strong {
    display: block;
    margin-bottom: 3px;
    color: #292d31;
    font-size: 14px;
}

.atom-acq-trust__item span {
    color: #66717a;
    font-size: 13px;
}

/* =========================================================
   RELATED LINKS
   ========================================================= */

.atom-acq-related {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.atom-acq-related a {
    display: block;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #dde3e7;
    border-radius: 4px;
    color: #292d31 !important;
    text-decoration: none !important;
}

.atom-acq-related strong {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
}

.atom-acq-related span {
    color: #66717a;
    font-size: 14px;
}

/* =========================================================
   FAQ
   ========================================================= */

.atom-acq-faq {
    display: grid;
    gap: 9px;
}

.atom-acq-faq details {
    background: #fff;
    border: 1px solid #dde3e7;
    border-radius: 4px;
}

.atom-acq-faq summary {
    position: relative;
    cursor: pointer;
    padding: 16px 48px 16px 18px;
    color: #292d31;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
    list-style: none;
}

.atom-acq-faq summary::-webkit-details-marker {
    display: none;
}

.atom-acq-faq summary::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #ef6c23;
    font-size: 22px;
    font-weight: 500;
}

.atom-acq-faq details[open] summary::after {
    content: "-";
}

.atom-acq-faq__answer {
    display: block;
    padding: 0 18px 16px;
    color: #66717a !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.atom-acq-faq details[open] .atom-acq-faq__answer {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.atom-acq-faq__answer p,
.atom-acq-faq details[open] .atom-acq-faq__answer p {
    display: block !important;
    margin: 0;
    color: #66717a !important;
    font-size: 14px;
    line-height: 1.6;
    visibility: visible !important;
    opacity: 1 !important;
}

/* =========================================================
   LOCAL / LANGUAGE LINES
   ========================================================= */

.atom-acq-local-line {
    margin-top: 16px;
    color: #66717a;
    font-size: 13px;
}

.atom-acq-language-line {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.atom-acq-language-line span {
    padding: 5px 9px;
    background: #fff;
    border: 1px solid #dde3e7;
    border-radius: 999px;
    color: #4f5961;
    font-size: 13px;
}

/* =========================================================
   FINAL CTA
   Strong !important rules intentionally used here because
   the SiteOrigin/theme row styling was overriding the block.
   ========================================================= */

.atom-acq-final {
    padding: 30px 0 !important;
    background: #292d31 !important;
    background-color: #292d31 !important;
    color: #fff !important;
}

.atom-acq-final__inner {
    display: grid;
    grid-template-columns: minmax(0, 640px) auto;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

.atom-acq-final h2 {
    margin: 0 0 7px !important;
    color: #fff !important;
    font-size: 27px !important;
    line-height: 1.2 !important;
}

.atom-acq-final p {
    margin: 0 !important;
    color: rgba(255,255,255,.78) !important;
    font-size: 14px;
}

.atom-acq-final .atom-acq-actions {
    margin: 0;
    justify-content: flex-end;
}

.atom-acq-final a.atom-acq-btn.atom-acq-btn--secondary,
.atom-acq-final a.atom-acq-btn.atom-acq-btn--secondary:link,
.atom-acq-final a.atom-acq-btn.atom-acq-btn--secondary:visited {
    background: transparent !important;
    border-color: rgba(255,255,255,.55) !important;
    color: #fff !important;
}

.atom-acq-final a.atom-acq-btn.atom-acq-btn--secondary:hover,
.atom-acq-final a.atom-acq-btn.atom-acq-btn--secondary:focus,
.atom-acq-final a.atom-acq-btn.atom-acq-btn--secondary:active {
    background: rgba(255,255,255,.10) !important;
    border-color: #fff !important;
    color: #fff !important;
}


.atom-acq-final .atom-acq-btn--primary:hover,
.atom-acq-final .atom-acq-btn--primary:focus {
    background: #d85d18 !important;
    border-color: #d85d18 !important;
    color: #fff !important;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 980px) {
    .atom-acq-hero__grid,
    .atom-acq-split,
    .atom-acq-final__inner {
        grid-template-columns: 1fr;
    }

    .atom-acq-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .atom-acq-trust {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .atom-acq-final .atom-acq-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 680px) {
    .atom-acq-container {
        width: min(100% - 28px, 1120px);
    }

    .atom-acq-hero {
        padding: 34px 0 32px;
    }

    .atom-acq-hero__grid {
        gap: 26px;
    }

    .atom-acq-hero h1 {
        font-size: 30px !important;
        line-height: 1.14 !important;
    }

    .atom-acq-hero__lead {
        font-size: 15px;
    }

    .atom-acq-section {
        padding: 36px 0;
    }

    .atom-acq-section-heading h2,
    .atom-acq-copy h2 {
        font-size: 25px !important;
    }

    .atom-acq-grid,
    .atom-acq-related,
    .atom-acq-trust {
        grid-template-columns: 1fr;
    }

    .atom-acq-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    a.atom-acq-btn {
        width: 100%;
    }

    .atom-acq-final h2 {
        font-size: 24px !important;
    }
}
