/* CFC marketing website kit styles */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font-sans);
  font-size: var(--fs-body);
  line-height: var(--lh-relaxed);
  color: var(--fg-2);
  background: var(--bg);
}
a { color: inherit; text-decoration: none; }

.cfc-container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.cfc-tac { text-align: center; }

/* ============== HEADER ============== */
.cfc-header { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--line-soft); }
.cfc-header__util { background: var(--cfc-teal-900); color: #fff; font-size: 12px; }
.cfc-header__util-inner { display: flex; justify-content: space-between; align-items: center; height: 36px; }
.cfc-header__phone { font-weight: 600; letter-spacing: .04em; }
.cfc-header__util-nav { display: flex; gap: 24px; }
.cfc-header__util-nav a { opacity: .85; }
.cfc-header__util-nav a:hover { opacity: 1; }
.cfc-header__contact { background: var(--cfc-coral-500); padding: 0 16px; height: 36px; display: flex; align-items: center; margin-right: -16px; font-weight: 700; letter-spacing: .08em; }

.cfc-header__main { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; padding: 18px 32px; }
.cfc-header__logo img { height: 56px; display: block; }
.cfc-header__nav { display: flex; gap: 28px; justify-content: center; }
.cfc-header__navitem { position: relative; }
.cfc-header__navlink { background: none; border: none; cursor: pointer; font: inherit; font-weight: 600; color: var(--fg-1); display: flex; align-items: center; gap: 4px; padding: 12px 0; }
.cfc-chev { font-size: 10px; color: var(--accent); }
.cfc-header__dropdown { position: absolute; top: 100%; left: -16px; background: #fff; border-radius: 12px; box-shadow: var(--shadow-lg); padding: 12px 8px; min-width: 260px; }
.cfc-header__dropdown a { display: block; padding: 10px 16px; font-size: 14px; border-radius: 8px; color: var(--fg-2); }
.cfc-header__dropdown a:hover { background: var(--cfc-teal-50); color: var(--cfc-teal-700); }
.cfc-header__cta { display: flex; gap: 10px; }

/* ============== BUTTONS ============== */
.cfc-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: none; cursor: pointer; font-family: var(--font-sans); font-weight: 700; font-size: 14px; padding: 12px 24px; border-radius: 999px; transition: all .2s var(--ease-out); white-space: nowrap; letter-spacing: .04em; text-transform: uppercase; }
.cfc-btn--lg { padding: 16px 32px; font-size: 15px; }
.cfc-btn--primary { background: var(--cfc-teal-700); color: #fff; box-shadow: var(--btn-primary-shadow, var(--shadow-teal)); border-radius: 4px 28px 4px 28px; }
.cfc-btn--primary:hover { background: var(--cfc-teal-500); }
.cfc-btn--accent { background: var(--cfc-coral-500); color: #fff; border-radius: 4px 28px 4px 28px; }
.cfc-btn--accent:hover { background: var(--cfc-coral-700); }
.cfc-btn--outline { background: transparent; color: var(--cfc-teal-700); border: 1.5px solid var(--cfc-teal-700); border-radius: 4px 28px 4px 28px; }
.cfc-btn--outline:hover { background: var(--cfc-teal-50); }
.cfc-link { color: var(--accent); font-weight: 600; text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1.5px; }

.cfc-divider { width: 100%; position: relative; overflow: hidden; }
.cfc-divider__svg { display: block; width: 100%; height: 100%; }

/* ============== SECTIONS ============== */
.cfc-section { padding: 96px 0; }
.cfc-section--cream { background: var(--cfc-cream); }
.cfc-section--alt { background: var(--cfc-off); }
.cfc-section--paper { background: var(--cfc-paper); }
.cfc-section--teal-soft { background: var(--cfc-teal-50); }
.cfc-section--coral-soft { background: var(--cfc-coral-100); }
.cfc-section--teal-deep { background: var(--cfc-teal-900); color: rgba(255,255,255,.9); }
.cfc-section--teal-deep .cfc-h2, .cfc-section--teal-deep .cfc-h3 { color: #fff; }
.cfc-section--teal-deep .cfc-eyebrow { color: var(--cfc-coral-300); }

.cfc-eyebrow { font-size: 13px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); margin: 0 0 16px; display: inline-block; }
.cfc-h2 { font-family: var(--font-display); font-size: 40px; font-weight: 700; line-height: 1.2; color: var(--fg-1); margin: 0 0 20px; letter-spacing: -.01em; }
.cfc-body { font-size: 17px; line-height: 1.7; color: var(--fg-2); margin: 0 0 18px; }
.cfc-pullquote { font-family: var(--font-display); font-size: 30px; font-weight: 600; line-height: 1.3; color: var(--fg-1); text-align: center; max-width: 780px; margin: 0 auto 64px; }

/* ============== HERO ============== */
.cfc-hero { background: var(--cfc-cream); position: relative; overflow: hidden; }
.cfc-hero__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; padding: 80px 32px; }
.cfc-hero__title { font-family: var(--font-display); font-size: 56px; font-weight: 700; line-height: 1.1; letter-spacing: -.015em; color: var(--fg-1); margin: 0 0 20px; }
.cfc-hero__sub { font-size: 20px; line-height: 1.55; color: var(--fg-2); margin: 0 0 32px; max-width: 480px; }
.cfc-hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; }
.cfc-hero__media img { width: 100%; height: 540px; object-fit: cover; border-radius: 48px; display: block; }

/* ============== MISSION ============== */
.cfc-mission { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.cfc-mission__media { position: relative; height: 540px; }
.cfc-mission__photo { position: absolute; width: 70%; height: 70%; object-fit: cover; border-radius: 48px; }
.cfc-mission__photo--left  { top: 0; left: 0; }
.cfc-mission__photo--right { bottom: 0; right: 0; }

/* ============== STATS ============== */
.cfc-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; max-width: 1080px; margin: 0 auto; }
.cfc-stat { text-align: center; }
.cfc-stat__num { font-size: 64px; font-weight: 700; color: var(--cfc-coral-500); line-height: 1; letter-spacing: -.02em; margin-bottom: 14px; }
.cfc-stat__desc { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--fg-2); font-weight: 600; line-height: 1.5; }

/* ============== SUPPORT ============== */
.cfc-support { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.cfc-support__media img { width: 100%; height: 480px; object-fit: cover; border-radius: 48px; }

/* ============== TESTIMONIALS ============== */
.cfc-tgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 24px; }
.cfc-tcard { background: #fff; border-radius: 16px; padding: 36px; box-shadow: var(--shadow-md); }
.cfc-tcard__quote { font-size: 16px; line-height: 1.7; color: var(--fg-2); margin: 0 0 24px; }
.cfc-tcard__who { display: flex; align-items: center; gap: 14px; }
.cfc-tcard__av { width: 56px; height: 56px; border-radius: 999px; background: var(--cfc-coral-100); overflow: hidden; flex: none; }
.cfc-tcard__av img { width: 100%; height: 100%; object-fit: cover; }
.cfc-tcard__name { font-size: 15px; font-weight: 700; color: var(--fg-1); }
.cfc-tcard__date { font-size: 13px; color: var(--fg-3); }

/* ============== LAW MAP ============== */
.cfc-lawmap { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.cfc-lawmap__legend { background: #fff; border-radius: 16px; padding: 28px; box-shadow: var(--shadow-sm); }
.cfc-lawmap__row { display: flex; align-items: flex-start; gap: 14px; padding: 10px 0; font-size: 14px; color: var(--fg-2); }
.cfc-lawmap__dot { width: 16px; height: 16px; border-radius: 4px; flex: none; margin-top: 4px; }
.cfc-lawmap__select { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line-soft); }
.cfc-field { width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; font-size: 15px; font-family: var(--font-sans); color: var(--fg-1); background: #fff; outline: none; margin-top: 8px; }
.cfc-field:focus { border-color: var(--cfc-teal-500); box-shadow: 0 0 0 3px var(--cfc-teal-200); }

/* ============== PRESS / AFFIL ============== */
.cfc-press { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; align-items: center; justify-items: center; margin-top: 32px; }
.cfc-press img { max-width: 100%; max-height: 64px; filter: grayscale(100%); opacity: .7; }
.cfc-affil { padding: 48px 0; }
.cfc-affil__row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 32px; align-items: center; justify-items: center; margin-top: 16px; }
.cfc-affil__row img { max-width: 100%; max-height: 60px; filter: grayscale(100%); opacity: .75; }

/* ============== FOOTER ============== */
.cfc-footer { background: var(--cfc-teal-900); color: rgba(255,255,255,.85); padding: 64px 0 0; }
.cfc-footer__grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; }
.cfc-footer__wordmark { color: #fff; }
.cfc-footer__wm-line1, .cfc-footer__wm-line2 { font-size: 22px; font-weight: 700; letter-spacing: .04em; line-height: 1.1; color: #fff; }
.cfc-footer__wm-line2 { color: var(--cfc-coral-300); }
.cfc-footer__wm-tag { margin-top: 12px; font-size: 13px; color: rgba(255,255,255,.7); letter-spacing: .02em; }
.cfc-footer__wm-tag em { font-family: var(--font-italic); font-style: italic; color: var(--cfc-coral-300); font-weight: 400; }
.cfc-footer__h { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--cfc-coral-300); margin: 0 0 8px; }
.cfc-footer__p { font-size: 14px; line-height: 1.6; margin: 0 0 20px; color: rgba(255,255,255,.85); }
.cfc-footer__p a:hover { color: var(--cfc-coral-300); }
.cfc-footer__ul { list-style: none; padding: 0; margin: 0; }
.cfc-footer__ul li { padding: 4px 0; font-size: 14px; }
.cfc-footer__ul a:hover { color: var(--cfc-coral-300); }
.cfc-footer__social { display: flex; gap: 8px; }
.cfc-footer__social a { width: 36px; height: 36px; border-radius: 999px; background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 12px; }
.cfc-footer__social a:hover { background: var(--cfc-coral-500); }
.cfc-footer__legal { background: rgba(0,0,0,.2); padding: 20px 0; font-size: 12px; color: rgba(255,255,255,.6); }
.cfc-footer__legalrow { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.cfc-footer__legalrow nav { display: flex; gap: 20px; }
