/* Collective Care — page-specific styles. Layered on top of homepage.css. */

.cc-section-header {
    margin: 0 auto 4rem;
}

.cc-section-subtitle {
    margin: 1.25rem auto 0;
    max-width: 49.5rem;
    font-size: 1rem;
    width: 100%;
}

/* =================================================================
   1. Hero
   ================================================================= */

.cc-hero {
    padding: 7rem 2rem;
    background: #1a2540 center / cover no-repeat;
    color: #fff;
    overflow: hidden;
    position: relative;
    margin: 0 auto 28px auto;
    border-radius: 1.75rem;
    overflow: hidden;
    min-height: 560px;
    display: flex;
    align-items: center;
}
.cc-hero__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.cc-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}
.cc-hero .container {
    position: relative;
    z-index: 2;
}

.cc-hero__inner {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}

.cc-hero__title {
    margin: 0 0 0.62rem;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 3px 12px #0000001f;
    font-family: Lexend, "Lexend Fallback";
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.09rem;
}

.cc-hero__subtitle,
.cc-hero__footnote p {
    margin: 0 auto 1.4rem;
    color: #ffffff;
    text-align: center;
    font-family: Lexend, "Lexend Fallback";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    width: 100%;
    max-width: 64.75rem;
}
/* =================================================================
   Shared section header colors
   ================================================================= */

.cc-principles,
.cc-disability,
.cc-fatbodies,
.cc-community,
.cc-agreements,
.cc-testim {
    padding: 80px 0;
    background: #fff;
}

.cc-safety {
    padding: 80px 0;
    background: #fff7f3;
}

.cc-section-header .who-title {
    color: #181d27;
    text-align: center;
    font-family: Lexend, "Lexend Fallback";
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.075rem;
}

/* =================================================================
   2. Our Principles in Practice
   ================================================================= */

.cc-principles__list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-left: auto;
    margin-right: auto;
}

.cc-principles__card {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
    display: flex;
    padding: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    align-self: stretch;
    border-radius: 1.5rem;
    border: 1px solid #a4a7ae;
    background: #ffffff;
}

.cc-principles__card--braid {
    color: #fff;
    border-color: transparent;
    border-radius: 1.5rem;
    background: #1252a5;
}

.cc-principles__head {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.cc-principles__icon {
    justify-content: center;
    flex-shrink: 0;
    display: flex;
    padding: 0.875rem;
    align-items: center;
    gap: 0.625rem;
    border-radius: 0.75rem;
}

.cc-principles__icon--teal {
    background: #d8efef;
    color: #02626e;
}
.cc-principles__icon--red {
    background: #fde3da;
    color: #ad1457;
}
.cc-principles__icon--blue {
    background: #dbe6f6;
    color: #1252a5;
}
.cc-principles__icon--orange {
    background: #fde6d4;
    color: #ad4b04;
}
.cc-principles__icon--purple {
    background: #ead6f3;
    color: #6d3293;
}
.cc-principles__icon--green {
    background: #d7eedb;
    color: #1f6e34;
}

.cc-principles__icon--image {
    width: 3.5rem;
    height: 3.5rem;
    padding: 0;
    background: transparent;
}

.cc-principles__icon--image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cc-principles__card--braid .cc-principles__icon {
    color: #f68838;
    background: #fff;
}

.cc-principles__title {
    margin: 0;
    color: #181d27;
    font-family: Lexend, "Lexend Fallback";
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.25rem;
    letter-spacing: -0.0375rem;
}

.cc-principles__card--braid .cc-principles__title {
    color: #fff;
}
.cc-principles__card--braid p {
    color: #fff;
}

.cc-principles__body {
    font-family: Lexend, "Lexend Fallback", sans-serif;
    font-size: 15px;
    line-height: 1.65;
    color: #4a4f57;
}

.cc-principles__body p {
    margin: 0 0 12px;
    color: var(--gray-light-500, #717680);
    font-family: Lexend, "Lexend Fallback";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

.cc-principles__body p:last-child {
    margin-bottom: 0;
}

.cc-principles__card--braid .cc-principles__body {
    color: rgba(255, 255, 255, 0.92);
}

.cc-principles__cta {
    margin: 1.25rem 0 0;
    flex-wrap: wrap;
    border-radius: 1rem;
    border: 1px solid #faba8c;
    background: #fef0e6;
    display: flex;
    padding: 1rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    align-self: stretch;
}

.cc-principles__cta-text {
    margin: 0;
    flex: 1 1 400px;
    color: #414651;
    font-family: Lexend, "Lexend Fallback";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}

.cc-principles__cta-btn {
    background: #b04e04;
    color: #fff;
    border-radius: 999px;
    padding: 12px 22px;
    text-decoration: none;
    font-family: Lexend, "Lexend Fallback", sans-serif;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0px -2px 0px 0px #ffffff40 inset;
    transition: background 0.25s ease;
}

.cc-principles__cta-btn:hover {
    background: #c25204;
    color: #fff;
}

/* =================================================================
   3. Community Safety & TJ
   ================================================================= */

.cc-safety__title {
    margin-top: 14px;
}

.cc-safety__card {
    /* background: #fff;
    border: 1px solid #efe1d4;
    border-radius: 20px;
    padding: 32px; */
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 32px;
    align-items: flex-start;
    margin: 0 auto 28px;
}

.cc-safety__heading {
    font-family: Lexend, "Lexend Fallback", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1a2540;
    margin: 0 0 14px;
}

.cc-safety__text {
    font-family: Lexend, "Lexend Fallback", sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #3d434a;
}

.cc-safety__text p {
    margin: 0 0 14px;
}

.cc-safety__text p:last-child {
    margin-bottom: 0;
}

.cc-safety__text h3 {
    font-family: Lexend, "Lexend Fallback", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1a2540;
    margin: 24px 0 12px;
}

.cc-safety__text h3:first-child {
    margin-top: 0;
}

.cc-safety__minihead {
    margin: 20px 0 12px;
    font-family: Lexend, "Lexend Fallback", sans-serif;
    font-size: 15px;
    color: #1a2540;
}

.cc-safety__media img {
    width: 100%;
    border-radius: 14px;
    display: block;
}

.cc-safety__block {
    background: #fff;
    border: 1px solid #efe1d4;
    border-radius: 20px;
    padding: 32px;
    margin: 0 auto 2rem;
}

.cc-safety .cc-callout {
    background: #fff1ea;
    border-left: 4px solid #b04e04;
    padding: 14px 18px;
    margin: 18px 0;
    border-radius: 10px;
    font-style: normal;
    color: #3a2a18;
}

.cc-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cc-bullets li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-family: Lexend, "Lexend Fallback", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #3d434a;
}

.cc-bullets__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #b04e04;
    flex-shrink: 0;
    margin-top: 8px;
}

.cc-bullets__text strong {
    color: #1a2540;
}

.cc-steps {
    padding-left: 22px;
    margin: 0;
    font-family: Lexend, "Lexend Fallback", sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #3d434a;
}

.cc-steps li {
    margin-bottom: 10px;
}

.cc-steps li::marker {
    color: #b04e04;
    font-weight: 700;
}

.cc-practices {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin: 12px 0 0;
}

.cc-practices__card {
    background: #fff;
    border: 1px solid #efe1d4;
    border-radius: 12px;
    padding: 18px 18px;
}

.cc-practices__card p {
    margin: 0;
    font-family: Lexend, "Lexend Fallback", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #4a4f57;
}

/* =================================================================
   Crisis Resources
   ================================================================= */

.cc-crisis {
    background: #fff;
    border: 1px solid #efe1d4;
    border-radius: 20px;
    padding: 32px;
    max-width: 1100px;
    margin: 0 auto;
}

.cc-crisis__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.cc-crisis__icon {
    display: inline-flex;
}

.cc-crisis__heading {
    font-family: Lexend, "Lexend Fallback", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1a2540;
    margin: 0;
}

.cc-crisis__group {
    margin-bottom: 22px;
}

.cc-crisis__subheading {
    font-family: Lexend, "Lexend Fallback", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1252a5;
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cc-crisis__subheading::before {
    content: "";
    width: 14px;
    height: 14px;
    background: #1252a5;
    border-radius: 4px;
    display: inline-block;
}

.cc-crisis__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.cc-crisis__item {
    background: #fafafa;
    border: 1px solid #ecece8;
    border-radius: 12px;
    padding: 14px 16px;
}

.cc-crisis__name {
    font-family: Lexend, "Lexend Fallback", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #1252a5;
    text-decoration: underline;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

a.cc-crisis__name:hover {
    color: #0e3f80;
}

.cc-crisis__ext {
    font-size: 12px;
}

.cc-crisis__detail {
    font-family: Lexend, "Lexend Fallback", sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #4a4f57;
    margin-top: 6px;
}

.cc-crisis__links {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cc-crisis__links li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: Lexend, "Lexend Fallback", sans-serif;
    font-size: 14px;
    color: #1252a5;
}

.cc-crisis__links a {
    color: #b04e04;
    text-decoration: underline;
}

.cc-crisis__bull {
    color: #b04e04;
    font-weight: 700;
}

.cc-crisis__hint {
    color: #4a4f57;
    font-size: 13px;
}

/* =================================================================
   4. Disability Justice in Practice
   ================================================================= */

.cc-disability__card {
    background: #fff;
    border: 1px solid #e6e1da;
    border-radius: 20px;
    padding: 32px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 32px;
    align-items: flex-start;
    max-width: 1100px;
    margin: 0 auto 28px;
}

.cc-disability__media img {
    width: 100%;
    border-radius: 14px;
    display: block;
}

.cc-quote {
    background: #fff1ea;
    border-radius: 18px;
    padding: 28px 32px;
    margin: 0 auto 28px;
    max-width: 1100px;
    position: relative;
    font-family: Lexend, "Lexend Fallback", sans-serif;
}

.cc-quote__mark {
    font-family: Lexend, "Lexend Fallback", sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #b04e04;
    line-height: 0.6;
    display: block;
    margin-bottom: 8px;
}

.cc-quote__text {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.7;
    color: #3a2a18;
    font-style: italic;
}

.cc-quote__author {
    font-style: normal;
    font-size: 14px;
    color: #b04e04;
    font-weight: 600;
}

.cc-disability__bullets {
    max-width: 1100px;
    margin: 0 auto;
}

/* =================================================================
   5. Fat Bodies Are Fabulous
   ================================================================= */

.cc-fatbodies__card {
    background: #fff;
    border: 1px solid #e6e1da;
    border-radius: 20px;
    padding: 32px;
    max-width: 1100px;
    margin: 0 auto;
}

.cc-fatbodies__card blockquote.cc-callout {
    background: #fff1ea;
    border-left: 4px solid #b04e04;
    padding: 14px 20px;
    margin: 18px 0;
    border-radius: 10px;
    color: #3a2a18;
    font-style: normal;
    font-family: Lexend, "Lexend Fallback", sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

/* =================================================================
   6. Food and Environmental Justice (blue band)
   ================================================================= */

.cc-food {
    background: #1252a5;
    padding: 80px 0;
}

.cc-food .cc-section-header .who-title,
.cc-food__kicker,
.cc-food__title {
    color: #fff;
}

.cc-food .who-dot {
    background: #fff;
}

.cc-food__card {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 32px;
    align-items: flex-start;
    max-width: 1100px;
    margin: 0 auto 24px;
}

.cc-food__card--reverse {
    grid-template-columns: 1fr 1.2fr;
}

.cc-food__head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.cc-food__h3 {
    font-family: Lexend, "Lexend Fallback", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1a2540;
    margin: 0;
}

.cc-food__text {
    font-family: Lexend, "Lexend Fallback", sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #3d434a;
}

.cc-food__text p {
    margin: 0 0 12px;
}
.cc-food__text p:last-child {
    margin-bottom: 0;
}

.cc-food__media img {
    width: 100%;
    border-radius: 14px;
    display: block;
}

/* =================================================================
   7. Our Community
   ================================================================= */

.cc-community {
    background: #fff7f3;
}

.cc-community__card {
    background: #fff;
    border: 1px solid #efe1d4;
    border-radius: 20px;
    padding: 32px;
    max-width: 1100px;
    margin: 0 auto;
}

/* =================================================================
   8. Working Agreements (accordion reuses ffa-faq__* JS)
   ================================================================= */

.cc-agreements__list {
    max-width: 760px;
    margin: 0 auto 32px;
    background: #fff5ed;
    border-radius: 18px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cc-agreements__list .ffa-faq__item {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #efe1d4;
    overflow: hidden;
}

.cc-agreements__list .ffa-faq__trigger {
    width: 100%;
    background: transparent;
    border: none;
    font-family: Lexend, "Lexend Fallback", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #1a2540;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.cc-agreements__list .ffa-faq__plus {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #b04e04;
    color: #b04e04;
    position: relative;
    flex-shrink: 0;
}

.cc-agreements__list .ffa-faq__plus::before,
.cc-agreements__list .ffa-faq__plus::after {
    content: "";
    position: absolute;
    background: #b04e04;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cc-agreements__list .ffa-faq__plus::before {
    width: 10px;
    height: 2px;
}
.cc-agreements__list .ffa-faq__plus::after {
    width: 2px;
    height: 10px;
}

.cc-agreements__list .ffa-faq__item.is-open .ffa-faq__plus::after {
    display: none;
}

.cc-agreements__list .ffa-faq__answer {
    padding: 0 18px 16px;
    font-family: Lexend, "Lexend Fallback", sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #4a4f57;
    display: none;
}

.cc-agreements__list .ffa-faq__item.is-open .ffa-faq__answer {
    display: block;
}

.cc-agreements__btn-wrap {
    text-align: center;
}

.cc-agreements__btn span.cta-text,
.cc-agreements__btn span.cta-icon {
    background: #1869d3;
    color: #fff;
}

.cc-agreements__btn .cta-icon img {
    filter: invert(1);
}

/* =================================================================
   9. Acknowledgments
   ================================================================= */

.cc-ack {
    padding: 60px 0;
    background: #fff;
}

.cc-ack__card {
    background: #b04e04;
    color: #fff;
    border-radius: 1.25rem;
    padding: 2.5rem 5rem 3rem 5rem;
    text-align: center;
    position: relative;
    background-image: url(../img/about-cta-banner-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cc-ack__heading {
    font-family: Lexend, "Lexend Fallback", sans-serif;
    margin: 0 0 1rem;
    color: #fff;
    text-align: center;
    font-size: 3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.06rem;
}

.cc-ack__body {
    font-family: Lexend, "Lexend Fallback", sans-serif;
    margin: 0 auto 3rem;
    color: #e9eaeb;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}

.cc-ack__body p {
    margin: 0 0 12px;
}
.cc-ack__body p:last-child {
    margin-bottom: 0;
}

.cc-ack__btn {
    background: #fff;
    color: #b04e04;
    border-radius: 999px;
    padding: 12px 22px;
    text-decoration: none;
    font-family: Lexend, "Lexend Fallback", sans-serif;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: opacity 0.2s;
}

.cc-ack__btn:hover {
    opacity: 0.9;
    color: #b04e04;
}

/* =================================================================
   10. Testimonials
   ================================================================= */

.cc-testim {
    background: #fff;
}

.cc-testim__layout {
    display: grid;
    grid-template-columns: minmax(260px, 360px) 1fr;
    gap: 48px;
    align-items: start;
    max-width: 1100px;
    margin: 0 auto;
}

.cc-testim__media {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cc-testim__main-photo {
    width: 100%;
    aspect-ratio: 1 / 1;
    max-width: 260px;
    border-radius: 16px;
    object-fit: cover;
    display: block;
}

.cc-testim__main-photo--placeholder {
    background: #efe6df;
}

.cc-testim__byline {
    text-align: left;
    margin: 0;
}

.cc-testim__name {
    font-family: Lexend, "Lexend Fallback", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1a2540;
    display: block;
}

.cc-testim__role {
    font-family: Lexend, "Lexend Fallback", sans-serif;
    font-size: 13px;
    color: #4a4f57;
    display: block;
    margin-top: 2px;
}

.cc-testim__nav {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
}

.cc-testim__thumbs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.cc-testim__thumb {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    object-fit: cover;
    cursor: pointer;
    opacity: 0.65;
    transition:
        opacity 0.2s,
        transform 0.2s;
    border: 2px solid transparent;
    background: #efe6df;
    padding: 0;
}

.cc-testim__thumb:hover {
    opacity: 0.9;
}

.cc-testim__thumb.is-active {
    opacity: 1;
    border-color: #b04e04;
}

.cc-testim__arrows {
    display: flex;
    gap: 8px;
}

.cc-testim__arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid #d8cfc4;
    background: #fff;
    color: #1a2540;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    transition:
        border-color 0.2s,
        color 0.2s;
}

.cc-testim__arrow:hover {
    border-color: #b04e04;
    color: #b04e04;
}

.cc-testim__arrow:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.cc-testim__quote {
    margin: 0;
    position: relative;
    padding-left: 0;
}

.cc-testim__quote-mark {
    font-family: Lexend, "Lexend Fallback", sans-serif;
    font-size: 64px;
    color: #b04e04;
    font-weight: 700;
    line-height: 0.6;
    display: block;
    margin-bottom: 14px;
}

.cc-testim__text {
    margin: 0;
    font-family: Lexend, "Lexend Fallback", sans-serif;
    font-size: 18px;
    line-height: 1.65;
    color: #3d434a;
    font-style: italic;
}

.cc-testim__slide {
    display: none;
}
.cc-testim__slide.is-active {
    display: block;
}

/* =================================================================
   Responsive
   ================================================================= */

@media (max-width: 991.98px) {
    .cc-hero {
        min-height: 360px;
        padding-top: 80px;
    }

    .cc-safety__card,
    .cc-disability__card,
    .cc-food__card,
    .cc-food__card--reverse {
        grid-template-columns: 1fr;
    }

    .cc-food__card--reverse .cc-food__media {
        order: -1;
    }

    .cc-practices {
        grid-template-columns: 1fr;
    }

    .cc-crisis__grid {
        grid-template-columns: 1fr;
    }

    .cc-testim__layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .cc-testim__media {
        align-items: flex-start;
    }
    .cc-testim__main-photo {
        max-width: 220px;
    }
}
@media (max-width: 599.98px) {
    .cc-principles,
    .cc-safety,
    .cc-disability,
    .cc-fatbodies,
    .cc-food,
    .cc-community,
    .cc-agreements,
    .cc-testim {
        padding: 56px 0;
    }

    .cc-principles__card,
    .cc-safety__card,
    .cc-safety__block,
    .cc-crisis,
    .cc-disability__card,
    .cc-fatbodies__card,
    .cc-food__card,
    .cc-community__card,
    .cc-ack__card {
        padding: 22px;
    }

    .cc-principles__cta {
        flex-direction: column;
        text-align: center;
    }
}

/* =================================================================
   Master cards (2026 redesign — Our Principles in Practice)
   ================================================================= */

.cc-master__list {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.cc-master {
    border-radius: 1.5rem;
    border: 1px solid #a4a7ae;
    background: #fff;
    padding: 1.5rem;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.cc-master__header {
    margin-bottom: 2rem;
}

.cc-master__head {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.cc-master__title {
    margin: 0;
    color: #181d27;
    font-family: Lexend, "Lexend Fallback", sans-serif;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 2.25rem;
    letter-spacing: -0.0375rem;
}

.cc-master__desc {
    font-family: Lexend, "Lexend Fallback", sans-serif;
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #535862;
}

.cc-master__desc p {
    margin: 0 0 0.875rem;
    color: #535862;
    font-family: Lexend, "Lexend Fallback", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55rem;
}
.cc-master__desc p:last-child {
    margin-bottom: 0;
}

/* ── Inner cards grid ── */

.cc-card__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.cc-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 1.75rem;
    border-radius: 1.5rem;
    border: 1px solid #a4a7ae;
    background: #ffffff;
}

.cc-card__head {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    flex-direction: column;
    justify-content: space-between;
}

.cc-card__title {
    font-family: Lexend, "Lexend Fallback", sans-serif;
    margin: 0;
    color: #181d27;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: -0.03rem;
}

.cc-card__desc {
    margin: 0.5rem 0 0;
    color: #717680;
    font-family: Lexend, "Lexend Fallback", sans-serif;
    font-size: 1rem;
    line-height: 1.55rem;
}

.cc-card__bullets {
    list-style: none;
    margin: 2rem 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
}

.cc-card__bullets li {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
}

.cc-card__check {
    flex-shrink: 0;
    display: inline-flex;
    color: #079455;
    margin-top: 1px;
}

.cc-card__bullet-text {
    font-family: Lexend, "Lexend Fallback", sans-serif;
    color: #535862;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55rem;
}

.cc-card__btn-wrap {
    margin-top: auto;
    padding-top: 0.25rem;
}

.cc-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    background: #1252a5;
    color: #fff;
    border-radius: 999px;
    padding: 0.625rem 1.25rem;
    text-decoration: none;
    font-family: Lexend, "Lexend Fallback", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    transition: background 0.2s ease;
}

.cc-card__btn:hover {
    background: #0e3f80;
    color: #fff;
}

.cc-card__btn-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    font-size: 0.8125rem;
    line-height: 1;
}

/* ── Per-master-card FAQ accordion (reuses ffa-faq__* JS) ── */

.cc-master__faq {
    margin-top: 2rem;
    background: #f5faff;
    border-radius: 1.125rem;
    padding: 1.125rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    box-shadow:
        0 216px 61px 0 rgba(230, 230, 230, 0),
        0 138px 55px 0 rgba(230, 230, 230, 0.01),
        0 78px 47px 0 rgba(230, 230, 230, 0.05),
        0 35px 35px 0 rgba(230, 230, 230, 0.09),
        0 9px 19px 0 rgba(230, 230, 230, 0.1);
    background:
        linear-gradient(0deg, #fcf2ff 0%, #ebf1ff 63.94%) padding-box,
        linear-gradient(to bottom, #96bff4, #fcdbc9) border-box;
    padding: 1.5rem;
    border-radius: 1.5rem;
    border: 1px solid transparent;
}

.cc-master__faq .ffa-faq__item {
    border: 1px solid #e0e8f3;
    overflow: hidden;
    border-radius: 1.5rem;
    background: #ffffff;
    box-shadow:
        0 216px 61px 0 rgba(230, 230, 230, 0),
        0 138px 55px 0 rgba(230, 230, 230, 0.01),
        0 78px 47px 0 rgba(230, 230, 230, 0.05),
        0 35px 35px 0 rgba(230, 230, 230, 0.09),
        0 9px 19px 0 rgba(230, 230, 230, 0.1);
    display: flex;
    padding: 1.5rem 1.75rem 1.75rem 1.75rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1.25rem;
    align-self: stretch;
}

.cc-master__faq .ffa-faq__trigger {
    width: 100%;
    background: transparent;
    border: none;
    font-family: Lexend, "Lexend Fallback", sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: #181d27;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: -0.03rem;
}

.cc-master__faq .ffa-faq__plus {
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 50%;
    border: 1px solid #1252a5;
    color: #1252a5;
    position: relative;
    flex-shrink: 0;
}

.cc-master__faq .ffa-faq__plus::before,
.cc-master__faq .ffa-faq__plus::after {
    content: "";
    position: absolute;
    background: #1252a5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cc-master__faq .ffa-faq__plus::before {
    width: 0.625rem;
    height: 0.125rem;
}
.cc-master__faq .ffa-faq__plus::after {
    width: 0.125rem;
    height: 0.625rem;
}

.cc-master__faq .ffa-faq__item.is-open .ffa-faq__plus::after {
    display: none;
}

.cc-master__faq .ffa-faq__answer {
    padding: 0;
    font-family: Lexend, "Lexend Fallback", sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #535862;
    display: none;
}
.ffa-arrow-chevron {
    display: flex;
    padding: 0.625rem;
    align-items: center;
    gap: 0.625rem;
    border-radius: 624.9375rem;
    background: #fef0e6;
    transform: rotate(0deg);
    transition: transform 0.2s ease;
}
.ffa-faq__item.is-open .ffa-arrow-chevron {
    transform: rotate(180deg);
}
.cc-master__faq .ffa-faq__item.is-open .ffa-faq__answer {
    display: block;
}

@media (max-width: 991.98px) {
    .cc-master {
        padding: 1.75rem;
    }
    .cc-card__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 599.98px) {
    .cc-master {
        padding: 1.25rem;
    }
    .cc-card {
        padding: 1.25rem;
    }
}

@media (max-width: 768px) {
    .cc-hero {
        padding: 7rem 0;
    }
    .cc-hero__title {
        font-size: 3.5rem;
    }
    .cc-section-header .who-title {
        font-size: 2.75rem;
    }
    .cc-master__title {
        font-size: 1.675rem;
    }
    .cc-master__faq .ffa-faq__item {
        padding: 0.75rem;
    }
    .cc-master__faq .ffa-faq__trigger {
        font-size: 1.3rem;
        text-align: start;
    }
    .cc-master__faq {
        padding: 1rem;
    }
    .cc-ack__heading {
        font-size: 2.125rem;
        word-wrap: break-word;
    }
}

/* ==========================================
   PARAGRAPH RHYTHM (editor-managed copy)
   The rules above zero out `p` margins because these blocks were designed
   around a single paragraph. `p + p` only matches when an editor has actually
   written a second paragraph, so single-paragraph copy is untouched, and it
   outranks the `margin: 0` rules on specificity alone. Same convention as
   accessibility-subpage.css and theory-of-change.css.
   ========================================== */
.cc-practices__card p + p {
    margin-top: 0.75em;
}
