/* ==========================================================================
   Concierge pages — shared styles  (child theme: assets/concierge.css)
   Loaded only on pages whose content uses "cc-" classes; those pages also
   get the body class "cc-page". Master copy: AIOS dev/concierge-styles/.
   Class reference + how to add items: dev/concierge-styles/README.md
   ========================================================================== */

/* ---- Opt-in heading spacing: add the class "cc-section" to a Row Layout ---- */
/* Kadence gives content headings a 1.5em top margin (≈96px at large sizes). Rows marked
   cc-section get tight, consistent heading spacing; other rows keep their own block settings. */
.cc-section .wp-block-kadence-advancedheading { margin-top: 0 !important; margin-bottom: 12px !important; line-height: 1.1; text-wrap: balance; }
.cc-section h1.wp-block-kadence-advancedheading { max-width: 20ch; margin-left: auto !important; margin-right: auto !important; }

/* ---- Grid/group children start with no margins; specific rules below add spacing back ---- */
.cc-tiles > *, .cc-tile > *, .cc-reasons > *, .cc-quotes > *, .cc-quote > *, .cc-quote__who > *,
.cc-box > *, .cc-steps > *, .cc-step > *, .cc-trust > *, .cc-trust-card > * { margin: 0 !important; }

/* ---- Section text ---- */
.cc-eyebrow { font-family: Outfit, sans-serif; font-weight: 700; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--global-palette1, #2b6cb0); margin: 0 0 10px !important; }
.cc-sub { max-width: 62ch; margin: 6px auto 0 !important; color: var(--global-palette5, #515151); }
.cc-lede { max-width: 62ch; margin: 6px auto 22px !important; font-size: 19px; color: var(--global-palette4, #3b3b3b); }
.cc-fine { margin: 12px 0 0 !important; font-size: 15px; color: var(--global-palette6, #626262); }
.cc-link a, .cc-fine a, .cc-unsure a { font-family: Outfit, sans-serif; font-weight: 600; }
.cc-unsure { margin-top: 26px !important; font-family: Outfit, sans-serif; font-weight: 500; }
.cc-why { margin: 0 0 14px !important; font-size: 19px; line-height: 1.6; }
.cc-why strong { font-family: Outfit, sans-serif; font-weight: 600; color: #0b2239; }
.cc-pullquote { max-width: 62ch; margin: 40px auto 0 !important; font-family: Outfit, sans-serif; font-size: 22px; font-weight: 500; line-height: 1.45; color: #0b2239; }

/* ---- Hero bits ---- */
.cc-badges { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.cc-badges span { font-family: Outfit, sans-serif; font-weight: 600; font-size: 14px; background: #fff; border: 1px solid var(--global-palette7, #e1e1e1); border-radius: 999px; padding: 7px 14px; color: #0b2239; }
.cc-badges span::before { content: "✓ "; color: #1f7a4d; }
.cc-hero-kick { font-family: Outfit, sans-serif; font-weight: 700; font-size: 19px; }
.cc-hero-headshot { display: none; }

/* ---- Two-path cards (overview) ---- */
.cc-kind { margin: 0 0 6px !important; font-family: Outfit, sans-serif; font-weight: 700; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; }
.cc-kind--care { color: var(--global-palette1, #2b6cb0); }
.cc-kind--od { color: #c2521a; }
.cc-path-title { margin: 0 0 12px; font-size: 28px; line-height: 1.15; }
.cc-path-price { margin: 20px 0 16px !important; padding-top: 14px; border-top: 1px solid var(--global-palette7, #e1e1e1); font-size: 16px; color: var(--global-palette6, #626262); }
.cc-path-price strong { font-family: Outfit, sans-serif; font-size: 24px; color: #0b2239; }

/* ---- Checkmark lists ---- */
ul.cc-checks { list-style: none; margin: 16px 0; padding: 0; }
ul.cc-checks li { position: relative; margin: 0 0 8px; padding-left: 26px; }
ul.cc-checks li::before, ul.cc-plan-list li::before { content: ""; position: absolute; left: 2px; top: .5em; width: 12px; height: 7px; border-left: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(-45deg); color: #0974c1; }
ul.cc-checks--od li::before { color: #e8741f; }

/* ---- Tiles (Foundation) ---- */
.kt-inside-inner-col > .cc-tiles { margin-top: 30px; }
.cc-tiles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.cc-tile { background: #fff; border: 1px solid var(--global-palette7, #e1e1e1); border-radius: 10px; padding: 18px; }
.cc-ic { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; margin-bottom: 10px !important; border-radius: 8px; background: #e8f1fa; color: #0974c1; font-weight: 800; }
.cc-tile-title { margin-bottom: 4px !important; font-size: 17px; line-height: 1.25; color: #0b2239; }
.cc-tile-text { font-size: 14.5px; line-height: 1.45; color: var(--global-palette6, #626262); }

/* ---- Plan cards (Care Plans) ---- */
.cc-pricechange { max-width: 900px; margin: 22px auto 8px !important; padding: 10px 16px; border: 1px solid #f3d6a4; border-radius: 8px; background: #fff8ec; font-size: 15px; color: #6b4a12; }
.cc-flag { width: max-content; margin: -38px auto 8px !important; padding: 4px 10px; border-radius: 999px; background: #0974c1; color: #fff; font-family: Outfit, sans-serif; font-weight: 700; font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; }
.cc-plan-name { margin: 0 0 6px !important; font-family: Outfit, sans-serif; font-weight: 800; font-size: 15px; letter-spacing: .14em; text-transform: uppercase; color: var(--global-palette1, #2b6cb0); }
.cc-price { margin: 0 0 10px !important; font-family: Outfit, sans-serif; font-weight: 800; font-size: 40px; line-height: 1; color: #0b2239; }
.cc-price span { font-size: 16px; font-weight: 600; color: var(--global-palette6, #626262); }
.cc-best { min-height: 88px; margin: 0 0 12px !important; font-size: 15px; line-height: 1.45; }
.cc-adds { margin: 0 0 8px !important; padding-top: 12px; border-top: 1px solid var(--global-palette7, #e1e1e1); font-family: Outfit, sans-serif; font-weight: 700; font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--global-palette6, #626262); }
ul.cc-plan-list { flex: 1; display: grid; gap: 7px; margin: 0 0 18px !important; padding: 0; list-style: none; font-size: 15px; }
ul.cc-plan-list li { position: relative; margin: 0; padding-left: 22px; line-height: 1.4; }
/* equal-height cards with buttons pinned to the bottom (the plan row sits inside a section anchored #plans) */
#plans .kt-row-column-wrap .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col { display: flex; flex-direction: column; height: 100%; }
#plans .kt-row-column-wrap .kt-row-column-wrap > .wp-block-kadence-column .kb-buttons-wrap { margin-top: auto; }
/* ---- Plan cards: whole card clickable + hover (Care Plans, section #plans) ---- */
/* The card's "Get Started" button is stretched over the whole card, so there's still one link per card.
   Kadence's transparent ::before hover layer is switched off so it doesn't stretch with it. */
#plans .kt-row-column-wrap .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col { position: relative; cursor: pointer; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
#plans .kt-row-column-wrap .kt-row-column-wrap > .wp-block-kadence-column .kb-button { position: static; transition: background-color .18s ease, color .18s ease; }
#plans .kt-row-column-wrap .kt-row-column-wrap > .wp-block-kadence-column .kb-button::before { display: none; }
#plans .kt-row-column-wrap .kt-row-column-wrap > .wp-block-kadence-column .kb-button::after { content: ""; position: absolute; inset: 0; z-index: 1; border-radius: 12px; }
#plans .kt-row-column-wrap .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col:hover,
#plans .kt-row-column-wrap .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col:has(.kb-button:focus-visible) { border-color: #0974c1 !important; box-shadow: 0 14px 32px rgba(9, 116, 193, .16); transform: translateY(-4px); }
#plans .kt-row-column-wrap .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col:hover .kb-button { background: #0974c1 !important; border-color: #0974c1 !important; color: #fff !important; }
#plans .kt-row-column-wrap .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col:has(.kb-button:focus-visible) { outline: 2px solid #0974c1; outline-offset: 3px; }
#plans .kt-row-column-wrap .kt-row-column-wrap > .wp-block-kadence-column .kb-button:focus-visible { outline: none; }
@media (prefers-reduced-motion: reduce) { #plans .kt-row-column-wrap .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col { transition: none; transform: none !important; } }
.cc-under { display: flex; justify-content: center; flex-wrap: wrap; gap: 28px; margin: 26px 0 0 !important; font-family: Outfit, sans-serif; font-weight: 600; }
details.cc-compare { max-width: 1000px; margin: 18px auto 0 !important; border: 1px solid var(--global-palette7, #e1e1e1); border-radius: 10px; background: #fff; }
details.cc-compare > summary { padding: 14px 18px; cursor: pointer; text-align: center; font-family: Outfit, sans-serif; font-weight: 700; color: #0b2239; }
details.cc-compare[open] > summary { border-bottom: 1px solid var(--global-palette7, #e1e1e1); }
details.cc-compare .bma-plan-compare { margin: 0 !important; padding: 0 12px 12px; }

/* ---- Reasons grid + video (overview) ---- */
.cc-reasons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 28px; }
.cc-reason h4 { margin: 0 0 4px; font-size: 19px; color: #0b2239; }
.cc-reason p { margin: 0; font-size: 16px; line-height: 1.5; }
.cc-video-cap { margin-top: 12px; font-size: 15px; color: var(--global-palette6, #626262); }
.cc-video-cap strong { font-family: Outfit, sans-serif; font-size: 20px; color: #0b2239; }

/* ---- Boxes, steps, trust cards (Care Plans) ---- */
.cc-box { padding: 18px 20px; border: 1px solid var(--global-palette7, #e1e1e1); border-radius: 10px; background: #fff; }
/* a box that's the only thing in its column fills the column (pair with the row's "equal height columns" setting) */
.kt-inside-inner-col > .cc-box:only-child { height: 100%; }
.cc-box-title strong { font-family: Outfit, sans-serif; font-size: 17px; color: #0b2239; }
.cc-box ul { margin-top: 8px !important; padding-left: 18px; font-size: 15px; }
.kt-inside-inner-col > .cc-steps { margin-top: 30px; }
.cc-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; counter-reset: ccstep; }
.cc-step { padding-top: 14px; border-top: 3px solid #0974c1; }
.cc-step::before { counter-increment: ccstep; content: counter(ccstep); display: block; margin-bottom: 6px; font-family: Outfit, sans-serif; font-weight: 800; font-size: 28px; line-height: 1; color: var(--global-palette1, #2b6cb0); }
.cc-step-title { margin-bottom: 4px !important; font-size: 18px; color: #0b2239; }
.cc-step p { font-size: 15.5px; }
.kt-inside-inner-col > .cc-trust { margin-top: 40px; }
.cc-trust { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.cc-trust-card { padding: 22px 24px; border-radius: 10px; background: #f5f7fa; }
.cc-trust-title { margin-bottom: 10px !important; font-family: Outfit, sans-serif; font-size: 23px; font-weight: 700; line-height: 1.2; color: #0b2239; }
.cc-trust-card > p { font-size: 16.5px; line-height: 1.6; }
.cc-trust-card > p + p { margin-top: 12px !important; }

/* ---- Quote cards (dark "proof" band) ---- */
.cc-proof h2.wp-block-kadence-advancedheading { color: #fff; }
.kt-inside-inner-col > .cc-videos { margin-top: 28px; }
.kt-inside-inner-col > .cc-quotes { margin-top: 28px; }
.cc-quotes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.cc-quote { display: flex; flex-direction: column; justify-content: space-between; gap: 20px; padding: 26px 24px 22px; border-radius: 10px; background: #fff; box-shadow: 0 10px 28px rgba(0, 0, 0, .25); }
.cc-quote__text { position: relative; padding-top: 26px; font-size: 16.5px; line-height: 1.55; color: var(--global-palette4, #3b3b3b); }
.cc-quote__text::before { content: "\201C"; position: absolute; top: -14px; left: -2px; font-family: Outfit, sans-serif; font-weight: 800; font-size: 56px; line-height: 1; color: var(--global-palette1, #2b6cb0); }
.cc-quote__who { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--global-palette7, #e1e1e1); }
.cc-quote__avatar img { display: block; width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.cc-quote__initials { flex: none; display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; background: #e8f1fa; color: #0b2239; font-family: Outfit, sans-serif; font-weight: 700; font-size: 17px; }
.cc-quote__name { font-size: 14.5px; line-height: 1.35; color: var(--global-palette6, #626262); }
.cc-quote__name strong { font-family: Outfit, sans-serif; font-size: 16px; color: #0b2239; }
.cc-proof .kb-buttons-wrap { margin-top: 30px; }

/* ---- FAQ (core Details blocks) ---- */
.cc-faq { margin: 0 0 10px !important; border: 1px solid var(--global-palette7, #e1e1e1); border-radius: 8px; background: #fff; }
.cc-faq > summary { padding: 16px 20px; cursor: pointer; font-family: Outfit, sans-serif; font-weight: 600; font-size: 17.5px; color: #0b2239; }
.cc-faq > p { margin: 0 0 12px !important; padding: 0 20px; }
.cc-faq > p:last-child { padding-bottom: 6px; }
.cc-faq > ul { margin: 0 0 12px !important; padding: 0 20px 0 42px; }
.cc-faq > ul:last-child { padding-bottom: 6px; }
.cc-faq a { text-decoration: underline; text-underline-offset: .15em; }
/* Jump links to page sections (FAQ categories) */
.cc-jump { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 18px !important; }
.cc-jump a { padding: 7px 14px; border: 1px solid var(--global-palette7, #e1e1e1); border-radius: 999px; background: #fff; color: #0b2239; font-family: Outfit, sans-serif; font-weight: 600; font-size: 14px; text-decoration: none; transition: border-color .15s ease, color .15s ease; }
.cc-jump a:hover { border-color: #0974c1; color: #0974c1; }
.cc-section[id] { scroll-margin-top: 130px; }

/* ---- Navy closing ---- */
.cc-close h2.wp-block-kadence-advancedheading { color: #fff; }
.cc-close, .cc-close p { color: #cfdbe8; }
.cc-signoff { max-width: 60ch; margin: 8px auto 24px !important; font-size: 18px; }
.cc-signoff strong { font-family: Outfit, sans-serif; color: #fff; }
.cc-review-line { margin-top: 18px !important; font-size: 16px; }
.cc-review-line a { color: #fff; font-family: Outfit, sans-serif; font-weight: 600; text-decoration: underline; text-underline-offset: .15em; }

/* ---- Split hero: text left, image right (Hosting). Add "cc-hero-split" to the Row Layout ---- */
.cc-hero-split h1.wp-block-kadence-advancedheading { margin-left: 0 !important; }
.cc-hero-split .cc-lede { margin-left: 0 !important; }
.cc-hero-split .cc-hero-kick { margin: 0 0 18px !important; font-size: 17px; font-weight: 600; color: #0b2239; }
.cc-hero-split .cc-hero-kick strong { color: #0974c1; }
.cc-hero-split .cc-badges { justify-content: flex-start; margin-bottom: 24px !important; }
.cc-hero-image { margin: 0 !important; }
.cc-hero-image img { display: block; width: 100%; height: auto; border-radius: 14px; box-shadow: 0 18px 40px rgba(11, 34, 57, .22); }

/* ---- Story copy beside a video ---- */
.cc-story { margin: 0 0 12px !important; font-size: 18px; line-height: 1.6; }
.cc-story strong { font-family: Outfit, sans-serif; font-weight: 600; color: #0b2239; }
.cc-trust--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* ---- Dark section with grouped items (Hosting technical details). Add "cc-dark" to the Row Layout ---- */
.cc-dark h2.wp-block-kadence-advancedheading { color: #fff; }
.cc-dark .cc-sub { max-width: 780px; color: #d6dee7; font-size: 17px; }
.kt-inside-inner-col > .cc-groups { margin-top: 34px; }
.cc-groups { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; align-items: start; }
.cc-groups > *, .cc-group > * { margin: 0 !important; }
.cc-group-title { padding-bottom: 10px; border-bottom: 1px solid rgba(255, 255, 255, .16); font-family: Outfit, sans-serif; font-weight: 700; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: #8cc4f0; }
.cc-item { padding: 13px 0; border-bottom: 1px solid rgba(255, 255, 255, .08); font-size: 15px; line-height: 1.55; color: #c4ced9; }
.cc-item:last-child { border-bottom: 0; }
.cc-item strong { display: block; margin-bottom: 3px; font-family: Outfit, sans-serif; font-size: 17px; color: #fff; }

/* ---- Quote cards on a light background ---- */
.cc-section:not(.cc-proof) .cc-quote { border: 1px solid var(--global-palette7, #e1e1e1); box-shadow: 0 6px 20px rgba(11, 34, 57, .08); }
.cc-section:not(.cc-proof) .cc-quotes + .kb-buttons-wrap { margin-top: 30px; }

/* ---- Buttons right under hero badges ---- */
.cc-badges + .kb-buttons-wrap { margin-top: 24px; }

/* ---- Service cards: logo + text (On-Demand) ---- */
.kt-inside-inner-col > .cc-services { margin-top: 30px; }
.cc-services { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.cc-services > *, .cc-service > *, .cc-service__body > * { margin: 0 !important; }
.cc-service { display: grid; grid-template-columns: 130px 1fr; gap: 20px; align-items: start; padding: 22px 24px; border: 1px solid var(--global-palette7, #e1e1e1); border-radius: 12px; background: #fff; }
.cc-service__logo img { display: block; width: 130px; height: auto; margin-top: 4px; }
.cc-service-title { margin-bottom: 6px !important; font-size: 20px; line-height: 1.25; color: #0b2239; }
.cc-service__body > p { font-size: 15.5px; line-height: 1.5; }
.cc-service__body > .cc-link { margin-top: 10px !important; }

/* ---- Service cards: whole card clickable + hover (On-Demand) ---- */
/* The card's "Learn more" link is stretched over the whole card, so there's still one link per card. */
.cc-service { position: relative; cursor: pointer; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.cc-service .cc-link a { text-decoration: none; cursor: pointer; }
.cc-service .cc-link a::after { content: ""; position: absolute; inset: 0; border-radius: 12px; }
.cc-service:hover, .cc-service:has(.cc-link a:focus-visible) { border-color: #0974c1; box-shadow: 0 12px 28px rgba(9, 116, 193, .14); transform: translateY(-3px); }
.cc-service:hover .cc-service-title, .cc-service:has(.cc-link a:focus-visible) .cc-service-title { color: #0974c1; }
.cc-service:hover .cc-link a { text-decoration: underline; text-underline-offset: .15em; }
.cc-service .cc-link a:focus-visible { outline: none; }
.cc-service:has(.cc-link a:focus-visible) { outline: 2px solid #0974c1; outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { .cc-service, .cc-service:hover { transition: none; transform: none; } }

/* ---- Side-by-side callouts with a colored left edge ---- */
.kt-inside-inner-col > .cc-callouts { margin-top: 28px; }
.cc-callouts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.cc-callouts > *, .cc-callout > * { margin: 0 !important; }
.cc-callout { padding: 20px 22px; border-left: 4px solid #0974c1; border-radius: 10px; background: #fff; }
.cc-callout--od { border-left-color: #e8741f; }
.cc-callout-title { margin-bottom: 4px !important; font-size: 18px; color: #0b2239; }
.cc-callout > p { font-size: 15.5px; line-height: 1.5; }

/* ---- Credit pack price cards (On-Demand) ---- */
.cc-credlogo { margin: 0 auto 14px !important; }
.cc-credlogo img { width: 220px; height: auto; }
.kt-inside-inner-col > .cc-packs { margin-top: 30px; }
.cc-packs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.cc-packs > *, .cc-pack > * { margin: 0 !important; }
.cc-pack { position: relative; padding: 24px 20px 16px; border: 1px solid var(--global-palette7, #e1e1e1); border-radius: 12px; background: #fff; text-align: center; }
.cc-pack--best { border: 2px solid #0974c1; box-shadow: 0 12px 30px rgba(9, 116, 193, .15); }
.cc-pack-flag { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); padding: 4px 10px; border-radius: 999px; background: #0974c1; color: #fff; font-family: Outfit, sans-serif; font-weight: 700; font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.cc-pack .cc-plan-name { margin-bottom: 8px !important; }
.cc-per { margin: 6px 0 14px !important; font-size: 14px; color: var(--global-palette6, #626262); }
.cc-pack-row { display: flex; justify-content: space-between; gap: 10px; padding: 5px 0; font-size: 14.5px; text-align: left; }
.cc-per + .cc-pack-row { padding-top: 12px; border-top: 1px solid var(--global-palette7, #e1e1e1); }
.cc-pack-row strong { font-family: Outfit, sans-serif; color: #0b2239; }
.cc-packs + .kb-buttons-wrap { margin-top: 30px; }

/* ---- Service detail pages (WP Speed Fix etc.) ---- */
.cc-hero-logo { margin: 0 auto 18px !important; }
.cc-hero-logo img { width: 230px; height: auto; }
.cc-tiles--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cc-callout--ok { border-left-color: #1f7a4d; }
.cc-callout--wide { max-width: 860px; margin: 26px auto 0 !important; border-top: 1px solid var(--global-palette7, #e1e1e1); border-right: 1px solid var(--global-palette7, #e1e1e1); border-bottom: 1px solid var(--global-palette7, #e1e1e1); }
.cc-callout strong { font-family: Outfit, sans-serif; color: #0b2239; }
.cc-quotes--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 980px; margin-left: auto !important; margin-right: auto !important; }
.cc-sub strong { font-family: Outfit, sans-serif; color: #0b2239; }
.cc-dark .cc-sub strong { color: #fff; }
.cc-dark .cc-sub + .cc-sub { margin-top: 12px !important; }
.cc-tile > ul.cc-checks { margin: 8px 0 0 !important; font-size: 14.5px; line-height: 1.4; }
.cc-tile > ul.cc-checks li { margin-bottom: 7px; }
.cc-hero-logo--wide img { width: 300px; }
.cc-steps--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cc-tile--use { display: flex; flex-direction: column; }
.cc-tile--use > .cc-tile-text { margin-bottom: 10px !important; }
.cc-tile--use > ul.cc-checks { margin: 0 0 14px !important; }
.cc-typ { margin-top: auto !important; align-self: flex-start; padding: 5px 12px; border-radius: 999px; background: #e3f0fa; color: #0b5a93; font-family: Outfit, sans-serif; font-weight: 700; font-size: 13px; }

/* ---- Concierge Toolkit page ---- */
.cc-hero-logo--sm img { width: 170px; }
.cc-tile-logo { height: 56px; display: flex; align-items: center; margin: 0 0 10px !important; }
.cc-tile-logo img { width: auto; height: auto; max-height: 48px; max-width: 190px; }
.cc-tiles--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.cc-tile-who { margin: 0 0 6px !important; font-family: Outfit, sans-serif; font-weight: 700; font-size: 13px; line-height: 1.35; color: var(--global-palette1, #2b6cb0); }
.cc-collage { max-width: 1000px; margin: 28px auto 0 !important; }
.cc-collage img { width: 100%; height: auto; border-radius: 12px; }
.cc-collage figcaption { margin-top: 10px; text-align: center; font-family: Outfit, sans-serif; font-weight: 600; font-size: 15px; color: #0b2239; }
.cc-sub--after { margin-top: 26px !important; }
.cc-sub--after + .kb-buttons-wrap { margin-top: 18px; }
.cc-why { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 980px; margin: 30px auto 0 !important; }
.cc-why > *, .cc-why-item > * { margin: 0 !important; }
.cc-why-item { padding: 18px 20px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 10px; background: rgba(255, 255, 255, .06); }
.cc-why-title { margin-bottom: 4px !important; font-size: 18px; color: #fff; }
.cc-why-item > p { font-size: 15px; line-height: 1.55; color: #c4ced9; }

/* ---- Plan pills inline in a sentence ("Included on [Core] [Pro] [Platinum]") ---- */
.cc-plan-pills { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px; margin: 0 0 24px !important; font-family: Outfit, sans-serif; font-weight: 600; color: var(--global-palette4, #3b3b3b); }
.cc-plan-pills span { padding: 4px 12px; border-radius: 6px; color: #fff; font-weight: 800; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }

/* ---- WP Concierge branding ---- */
/* Wordmark in a hero (white logo on dark) and above the plan cards (dark logo) */
.cc-hero-brand { margin: 0 0 18px !important; }
.cc-hero-brand img { display: block; width: 250px; height: auto; }
.cc-plans-brand { margin: 0 auto 10px !important; }
.cc-plans-brand img { width: 220px; height: auto; }
/* Plan-name pills in each plan's logo color (Essentials uses a deeper green than the logo for readable white text) */
.cc-pill { width: max-content; margin: 0 auto 12px !important; padding: 5px 14px; border-radius: 6px; color: #fff !important; font-size: 13.5px; }
.cc-pill--ess { background: #14a33a; }
.cc-pill--core { background: #000; }
.cc-pill--pro { background: #0a73c1; }
.cc-pill--plat { background: #767573; }

/* ---- Single tool pages (Concierge Toolkit) — markup from inc/bma-toolkit-templates.php ---- */
.cc-tk-wrap { max-width: var(--global-content-width, 1290px); margin: 0 auto; padding: 0 var(--global-content-edge-padding, 1.5rem); }
.cc-tk-hero { padding: 44px 0 48px; background: #f5f7fa; border-bottom: 1px solid var(--global-palette7, #e1e1e1); }
.cc-tk-hero__grid { display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: 44px; align-items: center; }
.cc-tk-logo { display: flex; align-items: center; justify-content: center; height: 220px; padding: 28px; border: 1px solid var(--global-palette7, #e1e1e1); border-radius: 14px; background: #fff; }
.cc-tk-logo img { width: auto; height: auto; max-width: 100%; max-height: 130px; object-fit: contain; }
.cc-tk-logo__name { font-family: Outfit, sans-serif; font-weight: 800; font-size: 30px; color: #0b2239; text-align: center; }
.cc-tk-bc { margin: 0 0 12px; font-family: Outfit, sans-serif; font-size: 13.5px; color: var(--global-palette6, #626262); }
.cc-tk-bc a { font-weight: 600; color: #0974c1; text-decoration: none; }
.cc-tk-cats { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 8px; }
.cc-tk-cats span { padding: 3px 10px; border-radius: 999px; background: #e3f0fa; color: #0b5a93; font-family: Outfit, sans-serif; font-weight: 700; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.cc-tk-title { margin: 0 0 10px; font-family: Outfit, sans-serif; font-weight: 800; font-size: clamp(32px, 4vw, 46px); line-height: 1.05; color: #0b2239; }
.cc-tk-lede { max-width: 62ch; margin: 0 0 16px; font-size: 18.5px; line-height: 1.55; color: var(--global-palette4, #3b3b3b); }
.cc-tk-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 24px; margin: 0 0 20px; font-family: Outfit, sans-serif; font-weight: 600; color: var(--global-palette4, #3b3b3b); }
.cc-tk-price strong { font-size: 20px; color: #0b2239; }
.cc-tk-incl { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.cc-tk-incl span { padding: 3px 10px; border-radius: 6px; color: #fff; font-weight: 800; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.cc-tk-btns { display: flex; flex-wrap: wrap; gap: 12px; margin: 0; }
.cc-tk-btns--center { justify-content: center; }
.cc-tk-btn { display: inline-block; padding: 12px 20px; border: 2px solid #1b7efb; border-radius: 6px; background: #1b7efb; color: #fff !important; font-family: Outfit, sans-serif; font-weight: 700; font-size: 16px; text-decoration: none !important; transition: background-color .15s ease, border-color .15s ease; }
.cc-tk-btn:hover { background: #0974c1; border-color: #0974c1; }
.cc-tk-btn--ghost { background: transparent; color: #1b7efb !important; }
.cc-tk-btn--ghost:hover { background: #e8f1fa; color: #0974c1 !important; }
.cc-tk-btn--light { background: #fff; border-color: #fff; color: #0b2239 !important; }
.cc-tk-btn--light:hover { background: #e8f1fa; border-color: #e8f1fa; }
.cc-tk-body { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 48px; align-items: start; padding: 12px 0 20px; }
.cc-tk-body--card-only { grid-template-columns: minmax(0, 420px); justify-content: center; }
.cc-tk-write__title { margin: 0 0 14px !important; font-size: 28px; color: #0b2239; }
.cc-tk-write { font-size: 17.5px; line-height: 1.7; }
.cc-tk-side { position: sticky; top: 140px; }
.cc-tk-card { padding: 22px; border-radius: 14px; background: #0b2239; color: #cfdbe8; }
.cc-tk-card__icon { display: block; width: 84px; height: auto; margin: 0 0 10px; }
.cc-tk-card__title { margin: 0 0 6px !important; font-family: Outfit, sans-serif; font-weight: 700; font-size: 20px; color: #fff; }
.cc-tk-card p { margin: 0 0 14px; font-size: 15.5px; line-height: 1.55; color: #cfdbe8; }
.cc-tk-card__btn { display: block; margin-bottom: 10px; padding: 11px; border-radius: 6px; background: #1b7efb; color: #fff !important; font-family: Outfit, sans-serif; font-weight: 700; text-align: center; text-decoration: none !important; }
.cc-tk-card__btn:hover { background: #0974c1; }
.cc-tk-card__link { font-family: Outfit, sans-serif; font-weight: 600; font-size: 14.5px; color: #fff !important; }
.cc-tk-close { padding: 64px 0; background: #0b2239; text-align: center; }
.cc-tk-close h2 { margin: 0 0 12px; font-family: Outfit, sans-serif; font-weight: 800; font-size: clamp(28px, 3.4vw, 40px); color: #fff; text-wrap: balance; }
.cc-tk-close p { max-width: 60ch; margin: 0 auto 22px; font-size: 18px; color: #cfdbe8; }
.cc-toolkit .content-area { margin-top: 36px; }

/* ---- My Account dashboard (Kadence element "Account Dashboard") ---- */
.cc-acct > * { margin: 0 !important; }
.cc-acct .wp-block-kadence-userinfo { margin-bottom: 18px !important; }
.cc-acct > .wp-block-kadence-user-info { margin: 0 0 24px !important; }
.cc-acct-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 0 0 28px !important; }
.cc-acct-summary > *, .cc-acct-card > *, .cc-acct-tiles > *, .cc-acct-tile > * { margin: 0 !important; }
.cc-acct-card { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; padding: 16px 18px; border: 1px solid var(--global-palette7, #e1e1e1); border-radius: 12px; background: #fff; }
.cc-acct-k { font-family: Outfit, sans-serif; font-weight: 700; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--global-palette6, #626262); }
.cc-acct-v { margin: 0 !important; font-family: Outfit, sans-serif; font-weight: 800; font-size: 34px; line-height: 1; color: #0b2239; }
.cc-acct-v small { font-size: 14px; font-weight: 600; color: var(--global-palette6, #626262); }
.cc-acct-logo img { display: block; width: auto; height: 28px; }
.cc-acct-st { display: inline-flex; align-items: center; gap: 6px; padding: 3px 10px; border-radius: 999px; font-family: Outfit, sans-serif; font-weight: 700; font-size: 13px; }
.cc-acct-st::before { content: ""; width: 8px; height: 8px; border-radius: 50%; }
.cc-acct-st--on { background: #e6f4ec; color: #1f7a4d; } .cc-acct-st--on::before { background: #1f7a4d; }
.cc-acct-st--off { background: #f1f3f6; color: #626262; } .cc-acct-st--off::before { background: #a0a7b1; }
.cc-acct-go { margin-top: auto !important; font-family: Outfit, sans-serif; font-weight: 600; font-size: 14.5px; }
.cc-acct-go a { color: #0974c1; text-decoration: none; }
.cc-acct-grp { margin: 0 0 10px !important; font-family: Outfit, sans-serif; font-weight: 700; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--global-palette1, #2b6cb0); }
.cc-acct-tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 0 0 22px !important; }
.cc-acct-tile { position: relative; display: grid; grid-template-columns: 38px 1fr; column-gap: 12px; align-items: start; padding: 14px 16px; border: 1px solid var(--global-palette7, #e1e1e1); border-radius: 12px; background: #fff; cursor: pointer; transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease; }
.cc-acct-tile:hover, .cc-acct-tile:has(a:focus-visible) { border-color: #0974c1; box-shadow: 0 10px 24px rgba(9, 116, 193, .12); transform: translateY(-2px); }
.cc-acct-tile:has(a:focus-visible) { outline: 2px solid #0974c1; outline-offset: 3px; }
.cc-acct-ic { grid-row: span 2; display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 10px; background: #e8f1fa; color: #0974c1; font-size: 18px; line-height: 1; }
.cc-acct-tt { font-family: Outfit, sans-serif; font-weight: 700; font-size: 20px; line-height: 1.2; }
.cc-acct-tt a { color: #0b2239; text-decoration: none; }
.cc-acct-tt a:focus-visible { outline: none; }
.cc-acct-tt a::after { content: ""; position: absolute; inset: 0; border-radius: 12px; }
.cc-acct-tile:hover .cc-acct-tt a { color: #0974c1; }
.cc-acct-td { margin-top: 2px !important; font-size: 13.5px; line-height: 1.4; color: var(--global-palette6, #626262); }
/* My Account left menu: plain list with a soft highlight, like the Concierge section menu.
   Overrides Kadence's account CSS (5px right-edge active bar, gray divider, 30% column) and the
   child theme's older style.css rules (17px bold, bright blue active row with white text).
   "body.woocommerce-account.woocommerce-account" is doubled on purpose to outrank Kadence's selectors. */
body.woocommerce-account.woocommerce-account .account-navigation-wrap ul { display: grid; gap: 2px; margin: 0; padding: 0; list-style: none; }
body.woocommerce-account.woocommerce-account .account-navigation-wrap li,
body.woocommerce-account.woocommerce-account .account-navigation-wrap li.is-active { margin: 0; border: 0; background: none; }
body.woocommerce-account.woocommerce-account .account-navigation-wrap li a { display: block; margin: 0; padding: 9px 12px; border: 0; border-radius: 6px; font-family: Outfit, sans-serif; font-size: 15px; font-weight: 500; line-height: 1.4; color: var(--global-palette4, #3b3b3b); text-decoration: none; }
body.woocommerce-account.woocommerce-account .account-navigation-wrap li a:hover { background: #f1f5f9; color: #0b2239; }
body.woocommerce-account.woocommerce-account .account-navigation-wrap li.is-active a { border: 0; background: #e8f1fa; color: #0b2239; font-weight: 600; }
@media (min-width: 768px) {
	body.kadence-account-nav-left.woocommerce-account .account-navigation-wrap { width: 240px; border: 0; }
	body.kadence-account-nav-left.woocommerce-account .woocommerce-MyAccount-content { width: calc(100% - 240px); }
}
@media (max-width: 900px) { .cc-acct-summary, .cc-acct-tiles { grid-template-columns: 1fr; } }

/* ---- Responsive ---- */
@media (max-width: 1024px) {
	.cc-packs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.cc-service { grid-template-columns: 1fr; }
	.cc-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.cc-tiles, .cc-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.cc-quotes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.cc-best { min-height: 0; }
}
@media (max-width: 900px) {
	.cc-tk-hero__grid, .cc-tk-body { grid-template-columns: 1fr; }
	.cc-tk-logo { height: 160px; }
	.cc-tk-side { position: static; }
}
@media (max-width: 767px) {
	.cc-tiles, .cc-steps, .cc-trust, .cc-reasons, .cc-quotes, .cc-groups, .cc-services, .cc-callouts, .cc-packs, .cc-why { grid-template-columns: 1fr; }
	.cc-path-title { font-size: 24px; }
	.cc-pullquote { font-size: 19px; }
	.cc-flag { margin-top: -34px !important; }
	.kt-inside-inner-col > figure.cc-hero-headshot { display: block; margin: 0 auto 16px; text-align: center; }
	.cc-hero-brand img { width: 200px; margin: 0 auto; }
	.cc-hero-headshot img { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; border: 3px solid rgba(255, 255, 255, .9); box-shadow: 0 6px 18px rgba(0, 0, 0, .4); }
}
