/* costcoquote.com homepage — remake (T1 Costco marketing landing).
   Reuses the BLESSED Large Group design system 1:1 (palette + Costco Sans Micro + WCAG defaults),
   laid out as a full-width, mobile-first MARKETING page (header+nav, hero w/ dark scrim, segment
   chooser, services grid, channel programs, carrier band, footer). Same brand system as the exemplars.
   Real Costco palette (verified vs live theme.css). No third-party, no pixels. */

@font-face{font-family:"Costco Sans Micro";src:url("assets/CostcoSansMicro-Regular.woff2") format("woff2");font-weight:400;font-display:swap}
@font-face{font-family:"Costco Sans Micro";src:url("assets/CostcoSansMicro-Medium.woff2") format("woff2");font-weight:500;font-display:swap}
@font-face{font-family:"Costco Sans Micro";src:url("assets/CostcoSansMicro-Semibold.woff2") format("woff2");font-weight:600;font-display:swap}
@font-face{font-family:"Costco Sans Micro";src:url("assets/CostcoSansMicro-Black.woff2") format("woff2");font-weight:800;font-display:swap}

:root{
  --blue:#005DAB; --blue-dark:#004a8a;        /* Costco primary */
  --red:#E31936; --red-dark:#c2142e;          /* CTA accent */
  --focus:#DE2127;                            /* input/focus ring (theme.css:1701) */
  --ink:#1f2733; --body:#444; --muted:#6a717b;
  --line:#d9dee4; --soft:#f4f7fa; --bg:#fff;
  --font:"Costco Sans Micro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --maxw:1180px; --radius:14px;                /* ONE card-radius family (C6) — every card surface uses this */
  --btn-radius:10px;                           /* ONE button radius (C6) — every .btn + <button> uses this */
  --shadow:0 6px 28px rgba(15,30,50,.10),0 1px 2px rgba(15,30,50,.06);
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:auto;scroll-padding-top:84px}
section{scroll-margin-top:84px}  /* sticky-header (~84px) offset: in-page anchors + clean per-section capture */
body{margin:0;background:var(--bg);color:var(--body);font-family:var(--font);font-size:16px;line-height:1.55}
img{max-width:100%;height:auto;display:block}
a{color:var(--blue)}

.wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 20px}
@media(max-width:480px){ .wrap{padding:0 16px} }

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}
/* Skip link: visually hidden via the standard sr-only clip (no off-canvas box), revealed on keyboard focus. */
.skiplink{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}
.skiplink:focus,.skiplink:focus-visible{position:absolute;left:0;top:0;width:auto;height:auto;margin:0;clip:auto;clip-path:none;overflow:visible;
  background:var(--blue);color:#fff;padding:10px 14px;z-index:100;border-radius:0 0 8px 0}

/* ---------- top operator disclaimer (regulated, verbatim) ---------- */
.topbar{background:#eef2f6;color:#3a424d;font-size:.875rem;line-height:1.45;text-align:center;padding:8px 16px}
.topbar a{color:var(--blue-dark);font-weight:600;text-decoration:underline}
@media(max-width:780px){
  .topbar{padding:6px 16px}
  .topbar a{display:inline-block;padding:11px 4px;line-height:22px;min-height:44px}
}

/* ---------- header ---------- */
.site-head{background:var(--bg);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}
.site-head__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:68px;padding-top:8px;padding-bottom:8px}
.site-head__logo{display:inline-flex;align-items:center;gap:28px}
.site-head__logo .logo-cbc{height:116px;width:auto}
.site-head__logo .logo-costco{height:36px;width:auto}
.site-head__logo .logo-div{width:1px;height:80px;background:rgba(0,0,0,.18);flex:none}
@media(max-width:480px){ .site-head__logo{gap:16px} .site-head__logo .logo-cbc{height:56px} .site-head__logo .logo-costco{height:18px} .site-head__logo .logo-div{height:38px} }

/* header social links (inline-SVG brand icons; no external icon font) */
.site-head__socials{display:flex;align-items:center;gap:12px}
.headerRHLink{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;color:var(--muted)}
.headerRHLink:hover{color:var(--blue-dark);background:var(--soft)}
.headerRHLink:focus-visible{outline:3px solid var(--focus);outline-offset:2px}
.headerRHLink svg{display:block}
@media(max-width:860px){ .site-head__socials{display:none} }

.nav{display:flex;align-items:center;gap:12px}
.nav__link{color:var(--ink);text-decoration:none;font-weight:600;font-size:.875rem;padding:10px 12px;border-radius:8px;min-height:44px;display:inline-flex;align-items:center}
.nav__link:hover{background:var(--soft);color:var(--blue-dark)}
.nav__cta{background:var(--red);color:#fff;margin-left:0}
.nav__cta:hover{background:var(--red-dark);color:#fff}

.navtoggle{display:none;background:none;border:1px solid var(--line);border-radius:var(--btn-radius);width:46px;height:44px;cursor:pointer;
  align-items:center;justify-content:center;flex-direction:column;gap:5px;padding:0}
.navtoggle__bar{display:block;width:22px;height:2px;background:var(--ink);border-radius:2px}
.navtoggle:focus-visible{outline:3px solid var(--focus);outline-offset:2px}

@media(max-width:860px){
  .navtoggle{display:inline-flex}
  .nav{position:absolute;left:0;right:0;top:100%;flex-direction:column;align-items:stretch;gap:0;
    background:var(--bg);border-bottom:1px solid var(--line);box-shadow:var(--shadow);padding:8px 16px 14px;display:none}
  .nav.open{display:flex}
  .nav__link{padding:14px 10px;border-radius:8px;font-size:1rem}
  .nav__cta{margin-left:0;margin-top:6px;justify-content:center}
}

/* ---------- hero (dark scrim over real photo — passes contrast: scrim has a real bg color) ---------- */
.hero{position:relative;background:#013a66 url("assets/home-bg.jpg") center center/cover no-repeat}
.hero__scrim{background:linear-gradient(90deg,rgba(0,33,60,.82) 0%,rgba(0,40,76,.66) 55%,rgba(0,40,76,.50) 100%)}
/* Hero inner content column aligns to the SAME centered site container as every other band's .wrap
   (C1/C2). The photo stays full-bleed (it's the .hero background + .hero__scrim); only this text/CTA
   column shares the grid. Inner text measures are constrained on the children, not the container. */
.hero__inner{padding-top:72px;padding-bottom:80px}
.hero__eyebrow{color:#dce8f4;font-weight:600;font-size:.875rem;margin:0 0 14px;text-transform:none;max-width:62ch}
.hero__title{color:#fff;font-weight:800;font-size:clamp(1.9rem,5.2vw,3.1rem);line-height:1.08;margin:0 0 .35em;text-shadow:0 1px 2px rgba(0,0,0,.35);max-width:18ch}
.hero__sub{color:#eaf1f8;font-size:1rem;margin:0 0 28px;max-width:46ch}
.hero__cta{font-size:1.1rem}
@media(max-width:480px){ .hero__inner{padding-top:48px;padding-bottom:52px} }

/* ---------- buttons (shared component language with the exemplars) ---------- */
.btn{font-family:inherit;font-weight:700;font-size:1.02rem;border:0;border-radius:var(--btn-radius);padding:14px 24px;
  cursor:pointer;min-height:50px;display:inline-flex;align-items:center;gap:9px;justify-content:center;text-decoration:none}
.btn--primary{background:var(--blue);color:#fff} .btn--primary:hover{background:var(--blue-dark);color:#fff}
.btn--send{background:var(--red);color:#fff} .btn--send:hover{background:var(--red-dark);color:#fff}
.btn:focus-visible{outline:3px solid var(--focus);outline-offset:2px}

/* ---------- red bar ---------- */
.redbar{background:var(--red);color:#fff;text-align:center;font-weight:700;font-size:clamp(1.05rem,2.6vw,1.4rem);
  padding:16px 20px;letter-spacing:.2px}
@media(max-width:480px){ .redbar{padding:22px 24px} }

/* ---------- generic section ---------- */
.section{padding:54px 0}
.section--soft{background:var(--soft)}
.section__title{color:var(--ink);font-weight:800;font-size:clamp(1.4rem,3.6vw,2rem);line-height:1.18;text-align:center;margin:0 0 32px}
@media(max-width:480px){ .section{padding:40px 0} .section__title{margin-bottom:24px} }

/* ---------- segment chooser ---------- */
.chooser{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.chooser__card{display:flex;flex-direction:column;justify-content:space-between;gap:18px;min-height:128px;
  background:var(--bg);border:1px solid var(--line);border-top:5px solid var(--red);border-radius:var(--radius);
  box-shadow:var(--shadow);padding:22px 22px 20px;text-decoration:none;transition:transform .12s,box-shadow .12s,border-color .12s}
.chooser__card:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(15,30,50,.16);border-color:var(--blue)}
.chooser__card:focus-visible{outline:3px solid var(--focus);outline-offset:2px}
.chooser__name{color:var(--ink);font-weight:800;font-size:1.25rem;line-height:1.15}
.chooser__go{color:var(--red);font-weight:700;font-size:1rem}
.chooser__more{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:24px}
.chooser__pill{background:var(--bg);border:1px solid var(--line);border-radius:999px;padding:11px 20px;min-height:44px;
  display:inline-flex;align-items:center;color:var(--blue-dark);font-weight:600;text-decoration:none}
.chooser__pill:hover{background:var(--blue);color:#fff;border-color:var(--blue)}
@media(max-width:780px){
  .chooser{grid-template-columns:1fr;gap:12px}
  .chooser__card{min-height:0;justify-content:flex-start;gap:8px;padding:16px 18px}
  .chooser__name{font-size:1.12rem}
}

/* ---------- coverage-needs checklist ---------- */
.needs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px 36px;max-width:980px;margin:0 auto}
.needs__list{list-style:none;margin:0;padding:0}
.needs__list li{position:relative;padding:8px 0 8px 30px;color:var(--ink);font-weight:500;border-bottom:1px solid var(--line)}
.needs__list li::before{content:"";position:absolute;left:0;top:13px;width:14px;height:8px;
  border-left:3px solid var(--red);border-bottom:3px solid var(--red);transform:rotate(-45deg)}
@media(max-width:780px){ .needs{grid-template-columns:1fr 1fr;gap:4px 24px} }
@media(max-width:480px){ .needs{grid-template-columns:1fr 1fr;gap:4px 18px} }  /* 2-col on phone: kills the single-column 21-row wall (G-SECTION FLAG) */

/* ---------- services grid (tiles) ---------- */
.tiles{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.tile{display:flex;flex-direction:column;background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);
  box-shadow:var(--shadow);overflow:hidden}
.tile__pic{aspect-ratio:542/330;background:var(--soft);overflow:hidden}
.tile__pic img{width:100%;height:100%;object-fit:cover}
.tile__body{display:flex;flex-direction:column;flex:1;padding:18px 18px 20px}
.tile__h{color:var(--ink);font-weight:800;font-size:1.12rem;line-height:1.2;margin:0 0 12px}
.tile__list{list-style:none;margin:0 0 16px;padding:0;flex:1}
.tile__list li{position:relative;padding:5px 0 5px 24px;color:var(--body);font-size:.875rem;line-height:1.4}
.tile__list li::before{content:"";position:absolute;left:0;top:9px;width:11px;height:6px;
  border-left:2.5px solid var(--red);border-bottom:2.5px solid var(--red);transform:rotate(-45deg)}
.tile__sublist{list-style:none;margin:4px 0 0;padding:0}
.tile__sublist li{padding-left:24px;font-size:.875rem}
.tile__sublist li::before{border-color:var(--blue)}
.tile__cta{align-self:flex-start;margin-top:auto;color:var(--red);font-weight:700;text-decoration:none;
  padding:10px 0;min-height:44px;display:inline-flex;align-items:center;gap:6px}
.tile__cta:hover{color:var(--red-dark);text-decoration:underline}
@media(max-width:1080px){ .tiles{grid-template-columns:repeat(3,1fr)} }
@media(max-width:780px){ .tiles{grid-template-columns:repeat(2,1fr)} }
@media(max-width:460px){ .tiles{grid-template-columns:1fr} }

/* ---------- channel associate programs ---------- */
.cp{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.cp__card{display:flex;flex-direction:column;background:var(--bg);border:1px solid var(--line);border-top:5px solid var(--blue);
  border-radius:var(--radius);box-shadow:var(--shadow);padding:22px 20px 20px}
.cp__logo{height:54px;display:flex;align-items:center;margin-bottom:16px}
.cp__logo img{max-height:48px;width:auto;max-width:80%;object-fit:contain}
.cp__list{list-style:none;margin:0 0 16px;padding:0;flex:1}
.cp__list li{position:relative;padding:5px 0 5px 24px;color:var(--body);font-size:.875rem;line-height:1.4}
.cp__list li::before{content:"";position:absolute;left:0;top:9px;width:11px;height:6px;
  border-left:2.5px solid var(--red);border-bottom:2.5px solid var(--red);transform:rotate(-45deg)}
@media(max-width:1080px){ .cp{grid-template-columns:repeat(2,1fr)} }
@media(max-width:560px){ .cp{grid-template-columns:1fr} }

/* ---------- carrier logos band ---------- */
/* carriers title keeps the ONE section-title size (C3 — no per-section font-size override);
   only constrain its line length + center it. */
.carriers__title{max-width:50ch;margin-left:auto;margin-right:auto}
.carriers__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;align-items:center;justify-content:center}
.carriers__cell{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);height:96px;
  display:flex;align-items:center;justify-content:center;padding:14px}
.carriers__cell img{max-height:56px;max-width:100%;width:auto;object-fit:contain}
.carriers__action{text-align:center;margin-top:28px}
@media(max-width:900px){ .carriers__grid{grid-template-columns:repeat(4,1fr)} }
@media(max-width:560px){ .carriers__grid{grid-template-columns:repeat(2,1fr)} .carriers__cell{height:84px} }

/* ---------- footer ---------- */
.foot{background:#0f2438;color:#cdd7e2;font-size:.875rem}
.foot__redbar{height:6px;background:var(--red)}
.foot__inner{padding:42px 20px 36px}
.foot__cols{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-bottom:34px}
.foot__col{display:flex;flex-direction:column}
.foot__h{color:#fff;font-size:1rem;font-weight:700;margin:0 0 12px}
.foot__col a{color:#cdd7e2;text-decoration:none;padding:6px 0;min-height:36px;display:inline-flex;align-items:center;line-height:1.3}
.foot__col a:hover{color:#fff;text-decoration:underline}
/* ACA Section 1557 language-access disclosure (regulated; restyled to design system).
   Vertical padding matches the page section rhythm (~54px top + 54px bottom = the modal effPadY) so the
   band reads as part of the consistent rhythm instead of a cramped outlier (C7). */
.langassist{border-top:1px solid rgba(255,255,255,.14);padding-top:54px;padding-bottom:54px;margin-bottom:30px}
.langassist__h{color:#fff;font-size:1rem;font-weight:700;margin:0 0 14px}
.langassist__list{list-style:none;margin:0;padding:0;columns:4 180px;column-gap:24px}
.langassist__list li{break-inside:avoid;margin:0 0 2px}
.langassist__link{display:inline-flex;align-items:center;min-height:36px;padding:6px 0;color:#cdd7e2;
  text-decoration:none;font-size:.875rem;line-height:1.3}
.langassist__link:hover{color:#fff;text-decoration:underline}
.langassist__toggle{margin-top:12px;background:none;border:0;border-radius:var(--btn-radius);color:#9cc4ec;font-family:inherit;font-weight:700;
  font-size:.875rem;cursor:pointer;padding:8px 0;min-height:44px;display:inline-flex;align-items:center;text-decoration:underline}
.langassist__toggle:hover{color:#fff}
.langassist__toggle:focus-visible{outline:3px solid var(--focus);outline-offset:2px;text-decoration:none}
.langassist__more{margin-top:14px}
.langassist__more[hidden]{display:none}
.langassist__line{color:#9fb0c2;font-size:.875rem;line-height:1.5;margin:16px 0 0;max-width:80ch}
@media(max-width:780px){ .langassist__list{columns:2 140px} }
@media(max-width:480px){ .langassist__list{columns:1} }

.foot__legal{border-top:1px solid rgba(255,255,255,.14);padding-top:22px;color:#9fb0c2;font-size:.875rem;line-height:1.5}
.foot__legal p{margin:0 0 12px;max-width:none}
.foot__links a{color:#cdd7e2;font-weight:600;text-decoration:none}
.foot__links a:hover{color:#fff;text-decoration:underline}
.foot__attn strong{color:#fff}
.foot__attn a,.foot__legal a{color:#9cc4ec}
.foot__filing{color:#7e91a4;font-size:.875rem}
@media(max-width:780px){ .foot__cols{grid-template-columns:1fr 1fr;gap:22px} }
@media(max-width:480px){ .foot__cols{grid-template-columns:1fr} .foot__inner{padding:34px 16px 30px} }

/* ========================================================================
   LOOK-LAYER: liquid-glass cards + entrance-reveal (T1 Costco only).
   Recipe = canon CLIENT-SITE-REMAKE.md (lifted from paperst.ai globals.css),
   recolored to neutral-white glass; accents stay Costco red/blue.
   Glass sits on a LIGHT bg, so the page's dark ink/body text stays >=4.5:1.
   ======================================================================== */

/* ---- liquid glass (real backdrop-filter + ::before sheen, NOT flat frosting) ---- */
.glass{
  background: rgba(255,255,255,.55);
  -webkit-backdrop-filter: blur(18px) saturate(1.5);
  backdrop-filter: blur(18px) saturate(1.5);
  border: 1px solid rgba(255,255,255,.75);
  border-radius: var(--radius);
  box-shadow: 0 1px 0 rgba(255,255,255,.6) inset, 0 10px 30px rgba(0,0,0,.08);
  position: relative;
}
.glass::before{                 /* top-edge sheen — REQUIRED, this is what reads as glass */
  content:""; position:absolute; inset:0 0 auto 0; height:40%;
  border-radius: var(--radius) var(--radius) 0 0;
  background: linear-gradient(180deg, rgba(255,255,255,.5), rgba(255,255,255,0));
  pointer-events:none;
}
/* glass children paint above the sheen so dark text keeps full contrast */
.glass > *{ position:relative; z-index:1 }
/* Preserve the Costco accent top-border + corner clipping when a card is glassed.
   (.glass shorthand `border` would otherwise wipe the red/blue accent stripe.) */
.chooser__card.glass{ border-top:5px solid var(--red) }
.cp__card.glass{ border-top:5px solid var(--blue) }
.tile.glass{ overflow:hidden }                 /* keep the tile photo clipped to the glass radius */
.tile.glass::before{ border-radius:var(--radius) var(--radius) 0 0; z-index:0 } /* sheen behind the top photo, never over it */
.carriers__cell.glass{ border-radius:var(--radius) }
@media (prefers-reduced-motion: reduce){ /* non-Chromium / reduced-motion fallback, never below the contrast gate */
  .glass{ -webkit-backdrop-filter: blur(4px) saturate(1.12) brightness(1.03); backdrop-filter: blur(4px) saturate(1.12) brightness(1.03); }
}

/* ---- entrance-reveal (.rise) ----  (capture-safe recipe, ported 1:1 from the blessed B1 sibling, C9)
   CAPTURE-SAFE (C9): opacity stays 1 at ALL times — only transform animates. A full-page capture
   paints fully with NO scroll trigger; a no-JS / un-observed element is never blank. The slide is the
   only motion. JS adds `.is-in` per element as it scrolls in (or `revealAll()` / the window.load safety
   net reveals the rest). Under no-JS OR prefers-reduced-motion, content shows immediately at full opacity. */
@keyframes rise { from { transform:translateY(16px) } to { transform:translateY(0) } }
.rise{ opacity:1 }            /* no-JS / pre-JS default = visible (HARD: content never hidden) */
.js .rise{ opacity:1; transform:translateY(16px) }
.js .rise.is-in{ transform:translateY(0); animation: rise .9s cubic-bezier(.2,.7,.2,1) forwards }
.js .rise.d1.is-in{animation-delay:.05s}
.js .rise.d2.is-in{animation-delay:.16s}
.js .rise.d3.is-in{animation-delay:.27s}
.js .rise.d4.is-in{animation-delay:.38s}
.js .rise.d5.is-in{animation-delay:.49s}
/* HARD fallbacks: parity content is NEVER permanently hidden by the animation */
.no-js .rise{ opacity:1 !important; animation:none !important; transform:none !important }
@media (prefers-reduced-motion: reduce){
  .rise, .js .rise, .js .rise.is-in{ opacity:1 !important; animation:none !important; transform:none !important }
}

/* ---- centered card groups at phone (gate #27, 320/390) ----
   The chooser, services-tiles and channel-program grids are card GROUPS.
   At phone widths their tracks/cards center in the container. */
@media(max-width:480px){
  .chooser, .tiles, .cp{ justify-content:center; justify-items:center }
  .chooser__card, .tile, .cp__card{ width:100%; max-width:420px }
}

/* ========================================================================
   INFO-CONTENT (Do I Qualify) — eligibility text page (no quote form).
   Reuses the B6 section rhythm + Costco type/palette tokens. Costco-blue
   accents on key terms; the highlight box uses the soft surface + blue rule.
   Body measure constrained (~72ch) for legibility; all colors >= 4.5:1 on
   white (--ink/--body), --blue for the bold lead-ins is #005DAB (passes).
   ======================================================================== */
.infoMain{padding:54px 0}
.infoContent{max-width:860px;margin:0 auto}
.staticContentHdr{color:var(--ink);font-weight:800;font-size:clamp(1.7rem,4.2vw,2.4rem);line-height:1.12;margin:0 0 18px}
.infoContent .darkblue{color:var(--blue-dark);font-weight:700;font-size:clamp(1.1rem,2.6vw,1.35rem);line-height:1.3;margin:0 0 20px}
.infoContent p{color:var(--body);font-size:1rem;line-height:1.6;margin:0 0 18px;max-width:72ch}
.infoContent .blue{color:var(--blue);font-weight:700}
.textHighlightBox{background:var(--soft);border-left:5px solid var(--blue);border-radius:0 var(--radius) var(--radius) 0;
  padding:18px 22px;margin:0 0 22px;color:var(--ink);line-height:1.6;max-width:72ch}
.textHighlightBox strong{display:block;color:var(--ink);font-weight:800;margin-bottom:6px}
.basicList{margin:0 0 14px;padding:0 0 0 4px;list-style:none;max-width:72ch}
.basicList li{position:relative;padding:7px 0 7px 30px;color:var(--body);font-size:1rem;line-height:1.55}
.basicList li::before{content:"";position:absolute;left:2px;top:14px;width:13px;height:7px;
  border-left:3px solid var(--red);border-bottom:3px solid var(--red);transform:rotate(-45deg)}
@media(max-width:480px){ .infoMain{padding:40px 0} }

/* ---- footer contact CTA block (this page's /common/ footer phone/chat/email) ---- */
.foot__cta{display:flex;flex-wrap:wrap;gap:14px 28px;align-items:center;justify-content:flex-end;
  padding-bottom:26px;margin-bottom:26px;border-bottom:1px solid rgba(255,255,255,.14)}
.foot__ctalink{color:#fff;text-decoration:none;font-weight:700;line-height:1.4;
  display:inline-flex;align-items:center;min-height:44px}
.foot__phone{color:#cdd7e2}
.foot__ctalink:hover{color:#fff;text-decoration:underline}
.foot__chatline{color:#9fb0c2;font-size:.875rem;align-self:center}
.foot__sitemap-label{color:#fff;font-size:1rem;margin:0 0 6px}
.foot__sitemap-label strong{color:#fff}
@media(max-width:560px){ .foot__cta{justify-content:flex-start} }
