/* =========================================================
   ATOM PHYSICAL THERAPY
   FREQUENTLY ASKED QUESTIONS
   ========================================================= */

.atom-faq-page {
    background: #ffffff;
    color: #292d31;
    font-size: 16px;
    line-height: 1.7;
}

.atom-faq-page *,
.atom-faq-page *::before,
.atom-faq-page *::after {
    box-sizing: border-box;
}

.atom-faq-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.atom-faq-page h1,
.atom-faq-page h2,
.atom-faq-page p {
    margin-top: 0;
}

.atom-faq-page h1 {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #292d31;
}


.atom-faq-page h2 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #292d31;
}


.atom-faq-page p {
    margin-bottom: 14px;
}

.atom-faq-page p:last-child {
    margin-bottom: 0;
}

.atom-faq-eyebrow {
    margin-bottom: 9px;
    color: #ef6c23;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}


/* HERO */

.atom-faq-hero {
    padding: 32px 0 30px;
    background: #f6f6f5;
    border-bottom: 1px solid #e5e5e5;
}

.atom-faq-hero-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 52px;
    align-items: center;
}

.atom-faq-hero-copy {
    max-width: 680px;
    font-size: 15px;
    line-height: 1.6;
    color: #4e5358;
}
.atom-faq-hero-copy p {
    margin-bottom: 0;
}


/* STANDARD SECTIONS */

.atom-faq-section,
.atom-faq-soft {
    padding: 42px 0;
}

.atom-faq-soft {
    background: #f6f6f5;
}

.atom-faq-row {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 52px;
    align-items: start;
}

.atom-faq-heading {
    position: relative;
}

.atom-faq-list {
    border-top: 1px solid #ddddda;
}


/* FAQ ITEMS */

.atom-faq-item {
    margin: 0;
    border-bottom: 1px solid #ddddda;
}

.atom-faq-item summary {
    position: relative;
    display: block;
    padding: 15px 42px 15px 0;
    color: #292d31;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
}

.atom-faq-item summary::-webkit-details-marker {
    display: none;
}

.atom-faq-item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    color: #ef6c23;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
}

.atom-faq-item[open] summary::after {
    content: "−";
}

.atom-faq-answer {
    max-width: 760px;
    padding: 0 42px 18px 0;
    color: #50555a;
    font-size: 14px;
    line-height: 1.65;
}

.atom-faq-answer a {
    color: #ef6c23 !important;
    text-decoration: none !important;
    font-weight: 700;
}

.atom-faq-answer a:hover,
.atom-faq-answer a:focus {
    color: #d85d18 !important;
}


/* DARK SECTION */

.atom-faq-dark {
    padding: 44px 0;
    background: #292d31;
    color: #ffffff;
}

.atom-faq-dark h2 {
    color: #ffffff;
}

.atom-faq-list-dark {
    border-top-color: rgba(255,255,255,0.18);
}

.atom-faq-list-dark .atom-faq-item {
    border-bottom-color: rgba(255,255,255,0.18);
}

.atom-faq-list-dark .atom-faq-item summary {
    color: #ffffff;
}

.atom-faq-list-dark .atom-faq-answer {
    color: rgba(255,255,255,0.74);
}

.atom-faq-list-dark .atom-faq-answer a {
    color: #ef6c23 !important;
}

.atom-faq-list-dark .atom-faq-answer a:hover,
.atom-faq-list-dark .atom-faq-answer a:focus {
    color: #ffffff !important;
}


/* FINAL CTA */

.atom-faq-final {
    padding: 40px 0;
    background: #343941;
    color: #ffffff;
}

.atom-faq-final h2 {
    color: #ffffff;
    margin-bottom: 8px;
}

.atom-faq-final p {
    margin-bottom: 0;
    color: rgba(255,255,255,0.74);
}

.atom-faq-final-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 48px;
    align-items: center;
}

.atom-faq-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.atom-faq-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    border: 2px solid transparent;
    text-decoration: none !important;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.035em;
}

.atom-faq-btn-primary {
    background: #ef6c23;
    border-color: #ef6c23;
    color: #ffffff !important;
}

.atom-faq-btn-primary:hover,
.atom-faq-btn-primary:focus {
    background: #d85d18;
    border-color: #d85d18;
    color: #ffffff !important;
}

.atom-faq-btn-outline {
    background: transparent;
    border-color: rgba(255,255,255,0.75);
    color: #ffffff !important;
}

.atom-faq-btn-outline:hover,
.atom-faq-btn-outline:focus {
    background: #ffffff;
    border-color: #ffffff;
    color: #292d31 !important;
}


/* RESPONSIVE */

@media (max-width: 820px) {

    .atom-faq-container {
        width: min(100% - 32px, 1180px);
    }

    .atom-faq-hero-grid,
    .atom-faq-row,
    .atom-faq-final-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .atom-faq-section,
    .atom-faq-soft,
    .atom-faq-dark {
        padding: 36px 0;
    }

    .atom-faq-final-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 560px) {

    .atom-faq-page h1 {
        font-size: 23px;
    }

    .atom-faq-item summary {
        padding-right: 38px;
    }

    .atom-faq-answer {
        padding-right: 12px;
    }

    .atom-faq-final-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .atom-faq-btn {
        width: 100%;
    }
}