.crc-section{--crc-heading-font: "Canela Deck", "Playfair Display", Georgia, serif;--crc-display-font: "Bebas Neue Pro Expanded", "Oswald", Impact, sans-serif;background:var(--crc-paper, #FAFAF7);color:var(--crc-ink, #0E3B36);font-family:var(--crc-body-font, sans-serif);font-weight:var(--crc-body-weight, 400);overflow:hidden}.crc-section *{box-sizing:border-box}.crc-section h1,.crc-section h2,.crc-section h3{font-family:var(--crc-heading-font);font-weight:500;line-height:1.15;margin:0;letter-spacing:-.01em}.crc-reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.crc-reveal.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.crc-reveal{opacity:1;transform:none;transition:none}}.crc-eyebrow{font-family:var(--crc-display-font);font-size:.95rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--crc-accent, #1F7A6C);margin:0 0 1rem}.crc-eyebrow--center{text-align:center!important}.crc-h1{font-size:clamp(2.1rem,1.5rem + 2.6vw,3.6rem);margin-bottom:1.25rem}.crc-h2{font-size:clamp(1.6rem,1.2rem + 1.6vw,2.5rem);margin-bottom:1.25rem}.crc-h3{font-size:1.35rem;margin-bottom:.9rem}.crc-h2--center,.crc-section h2.crc-h2--center{text-align:center!important;margin-left:auto!important;margin-right:auto!important;max-width:44rem}.crc-lede{font-size:clamp(1rem,.95rem + .3vw,1.15rem);color:var(--crc-ink-soft, #4C6B65);max-width:42rem;margin:0 auto 1.75rem;text-align:center;line-height:1.65}.crc-copy{color:var(--crc-ink-soft, #4C6B65);line-height:1.75;font-size:1.02rem}.crc-copy p{margin:0 0 1em}.crc-copy p:last-child{margin-bottom:0}.crc-copy a{color:var(--crc-accent, #1F7A6C);text-decoration:underline;text-underline-offset:2px}.crc-block{max-width:1120px;margin:0 auto;padding:clamp(3.5rem,5vw,6.5rem) 1.5rem}.crc-btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.1rem;font-family:var(--crc-display-font);font-size:.95rem;letter-spacing:.06em;text-decoration:none;border-radius:var(--crc-radius, 6px);transition:transform .25s ease,background .25s ease,color .25s ease,border-color .25s ease;cursor:pointer}.crc-btn--primary{background:var(--crc-accent, #1F7A6C);color:var(--crc-paper, #FAFAF7);border:1px solid var(--crc-accent, #1F7A6C)}.crc-btn--primary:hover{transform:translateY(-2px);background:var(--crc-ink, #0E3B36);border-color:var(--crc-ink, #0E3B36)}.crc-btn--outline{background:transparent;color:var(--crc-ink, #0E3B36);border:1px solid var(--crc-ink, #0E3B36)}.crc-btn--outline:hover{background:var(--crc-ink, #0E3B36);color:var(--crc-paper, #FAFAF7)}.crc-hero{position:relative;min-height:58vh;display:flex;align-items:center;justify-content:center;padding:clamp(4rem,8vw,7rem) 1.5rem;text-align:center;overflow:hidden}.crc-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.crc-hero__img{width:100%;height:100%;object-fit:cover;display:block}.crc-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0e3b368c,#0e3b36bf)}.crc-hero:has(.crc-hero__img) .crc-hero__inner{color:#fafaf7}.crc-hero:has(.crc-hero__img) .crc-hero__text{color:#eaf3f1}.crc-hero__inner{position:relative;z-index:1;max-width:46rem;margin:0 auto}.crc-hero__text{font-size:clamp(1rem,.95rem + .3vw,1.2rem);line-height:1.7;margin-bottom:2.25rem;text-align:center}.crc-hero__text p{margin:0 0 1em}.crc-hero__text p:last-child{margin-bottom:0}.crc-hero__actions{display:flex;flex-direction:column;gap:1rem;align-items:stretch}.crc-hero__actions--center{align-items:center}.crc-notice{background:var(--crc-paper-alt, #EDF3F1);border-left:4px solid var(--crc-accent, #1F7A6C);border-radius:var(--crc-radius, 6px);padding:clamp(2rem,3.5vw,3rem)}.crc-notice__phone{margin:1.5rem 0 0;font-weight:600}.crc-notice__phone a{color:var(--crc-accent, #1F7A6C);text-decoration:none}.crc-notice__phone a:hover{text-decoration:underline}.crc-schedule-cta{text-align:center}.crc-faq-list{max-width:46rem;margin:3rem auto 0}.crc-faq-item{border-bottom:1px solid var(--crc-line, #DCE6E3);padding:1.5rem 0}.crc-faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;font-weight:600;font-size:1rem;list-style:none}.crc-faq-item summary::-webkit-details-marker{display:none}.crc-faq-item__icon{position:relative;width:16px;height:16px;flex-shrink:0}.crc-faq-item__icon:before,.crc-faq-item__icon:after{content:"";position:absolute;background:var(--crc-ink, #0E3B36);transition:transform .25s ease}.crc-faq-item__icon:before{top:50%;left:0;width:100%;height:1.5px;transform:translateY(-50%)}.crc-faq-item__icon:after{left:50%;top:0;height:100%;width:1.5px;transform:translate(-50%)}.crc-faq-item[open] .crc-faq-item__icon:after{transform:translate(-50%) scaleY(0)}.crc-faq-item__answer{color:var(--crc-ink-soft, #4C6B65);line-height:1.7;padding-top:1rem;font-size:.97rem}.crc-faq-item__answer p{margin:0 0 .75em}.crc-faq-item__answer p:last-child{margin-bottom:0}.crc-finance-list{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:3rem}.crc-finance-card{padding:2rem;background:var(--crc-paper-alt, #EDF3F1);border-radius:var(--crc-radius, 6px)}.crc-finance-card h3{font-size:1.1rem;margin-bottom:.75rem}.crc-finance-card .crc-copy{font-size:.96rem}.crc-mission{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center;max-width:46rem;margin:0 auto}.crc-mission__img{width:100px;height:100px;object-fit:contain;border-radius:50%;background:var(--crc-paper-alt, #EDF3F1);padding:.75rem}.crc-mission .crc-copy{font-size:1.05rem}@media(min-width:560px){.crc-hero__actions{flex-direction:row;justify-content:center}.crc-hero__actions--center{justify-content:center}}@media(min-width:700px){.crc-finance-list{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.crc-mission{flex-direction:row;text-align:left;align-items:flex-start}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/section-crc-schedule-evaluation.css.map */
