/* =========================================================
   City Choice Home — scoped under .cc-home
   v2: navbar + footer + real reference content
   ========================================================= */

.cc-home{
  --green-900:#0f4a30; --green-800:#16693f; --green-700:#1c8050;
  --green-600:#258C5E; --green-500:#1EAC59; --green-100:#e3f1e7; --green-050:#f3f8f4;
  --orange-700:#b94517; --orange-600:#E55E30; --orange-500:#DE832A; --orange-400:#f4a071;
  --yellow-500:#F8BD39;
  --ink:#1a1a1a; --ink-2:#474747; --muted:#7a7a7a;
  --line:#e6e6e6; --bg:#fff; --bg-warm:#F7F7F7; --bg-cream:#faf6ec;
  --shadow-sm:0 1px 2px rgba(0,0,0,.05);
  --shadow-md:0 2px 8px rgba(0,0,0,.07);
  --shadow-lg:0 8px 24px rgba(0,0,0,.09);
  --radius:6px; --radius-lg:10px; --radius-pill:999px;
  --container:1300px;

  font-family:"Poppins",-apple-system,BlinkMacSystemFont,sans-serif;
  color:var(--ink); background:#fff;
  -webkit-font-smoothing:antialiased; line-height:1.6; font-size:16px;
}
.cc-home *,.cc-home *::before,.cc-home *::after{box-sizing:border-box}
.cc-home a,.cc-home a:visited{color:inherit;text-decoration:none}
.cc-home,.cc-home *,.cc-home *::before,.cc-home *::after{-webkit-tap-highlight-color:transparent !important}
.cc-home button,.cc-home [role="button"]{-webkit-appearance:none;appearance:none;background-color:transparent}
.cc-home button::-moz-focus-inner{border:0;padding:0}
.cc-home button{font-family:inherit;cursor:pointer;border:0;background:none;color:inherit}
.cc-home a:focus,.cc-home button:focus,.cc-home [role="button"]:focus{outline:none}
.cc-home a:focus-visible,.cc-home button:focus-visible,.cc-home [role="button"]:focus-visible{
  outline:2px solid var(--green-600);outline-offset:3px;border-radius:6px;
}
.cc-home ::selection{background:rgba(37,140,94,.18);color:var(--ink)}
.cc-home .faq-q,
.cc-home .service-tabbtn,
.cc-home .ccnav-link,
.cc-home .btn,
.cc-home [role="button"]{
  -webkit-user-select:none;-ms-user-select:none;user-select:none;
}
.cc-home h1,.cc-home h2,.cc-home h3,.cc-home h4{margin:0;font-family:"Poppins",sans-serif}
.cc-home p{margin:0}
.cc-home .container{max-width:var(--container);margin:0 auto;padding:0 32px}
.cc-home section{position:relative}

/* ---------- Buttons ---------- */
.cc-home .btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:14px 28px;border-radius:var(--radius-lg);
  font-weight:600;font-size:15px;letter-spacing:.01em;
  transition:transform .15s, box-shadow .2s, background .2s;white-space:nowrap;
}
.cc-home .btn-orange,
.cc-home a.btn-orange,
.cc-home a.btn-orange:visited{background:var(--orange-600);color:#fff;box-shadow:0 2px 0 rgba(0,0,0,.08)}
.cc-home .btn-orange:hover,
.cc-home a.btn-orange:hover{background:var(--orange-700);color:#fff}
.cc-home .btn-green,
.cc-home a.btn-green,
.cc-home a.btn-green:visited{background:var(--green-600);color:#fff}
.cc-home .btn-green:hover,
.cc-home a.btn-green:hover{background:var(--green-700);color:#fff}
.cc-home .btn-ghost{background:transparent;color:var(--green-700);border:2px solid currentColor;padding:12px 26px}
.cc-home .btn-ghost:hover{background:var(--green-100)}

.cc-home .eyebrow{
  display:inline-block;font-size:13px;font-weight:600;color:var(--orange-600);
  letter-spacing:1.6px;text-transform:uppercase;margin-bottom:14px;
}
.cc-home .section-pad{padding:88px 0}
.cc-home .section-head{text-align:center;max-width:720px;margin:0 auto 48px}
.cc-home h2.section-title{
  font-size:clamp(30px,3.6vw,44px);font-weight:700;line-height:1.1;
  letter-spacing:-0.015em;color:var(--ink);text-wrap:balance;
}
.cc-home .section-sub{margin-top:14px;font-size:17px;color:var(--ink-2);line-height:1.55;text-wrap:pretty}

/* =========================================================
   Topbar + Header (navbar)
   ========================================================= */
.cc-home .topbar{background:var(--green-800);color:#d8efe2;font-size:13px}
.cc-home .topbar-inner{display:flex;align-items:center;gap:24px;padding:9px 32px;max-width:1400px;margin:0 auto;flex-wrap:wrap}
.cc-home .topbar-tag{font-weight:600;letter-spacing:.3px}
.cc-home .topbar-item{display:inline-flex;align-items:center;gap:8px;color:#eaf6ee}
.cc-home .topbar-item svg{width:14px;height:14px;opacity:.9}
.cc-home .topbar-item strong{color:#fff;font-weight:600}
.cc-home .topbar-spacer{flex:1}
.cc-home .topbar-meta{opacity:.85;font-size:12.5px}

.cc-home.cc-home--chrome{position:sticky;top:0;z-index:50}
.cc-home .ccnav{background:#fff;border-bottom:1px solid var(--line)}
.cc-home .ccnav-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:16px 32px;max-width:1400px;margin:0 auto}
.cc-home .ccnav-logo{display:inline-flex;align-items:center;gap:12px}
.cc-home .ccnav-logo--image{padding:4px 0}
.cc-home .ccnav-logo--image img{display:block;height:48px;width:auto;max-width:280px;object-fit:contain}
.cc-home .ccnav-logo-mark{width:44px;height:44px;background:var(--green-600);border-radius:10px;display:grid;place-items:center;box-shadow:0 2px 6px rgba(15,74,48,.18);overflow:hidden}
.cc-home .ccnav-logo-mark img{width:60%;height:60%;object-fit:contain;filter:brightness(0) invert(1)}
.cc-home .ccnav-logo-name{display:block;font-weight:700;font-size:20px;color:var(--green-700);line-height:1.05}
.cc-home .ccnav-logo-sub{display:block;font-weight:500;font-size:10.5px;color:var(--muted);letter-spacing:1.6px;margin-top:4px;line-height:1.1}
.cc-home .ccnav-list{display:flex;gap:2px;justify-content:center;align-items:center;list-style:none;padding:0;margin:0}
.cc-home .ccnav-item{position:relative}
.cc-home .ccnav-link{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;border-radius:10px;font-weight:500;font-size:14.5px;color:var(--ink);transition:background .15s, color .15s;cursor:pointer}
.cc-home .ccnav-link:hover{color:var(--green-700);background:var(--green-050)}
.cc-home .ccnav-link svg{width:12px;height:12px;opacity:.6;transition:transform .2s}
.cc-home .ccnav-item:hover > .ccnav-link svg{transform:rotate(180deg)}
.cc-home .ccnav-cta{display:inline-flex;gap:10px;align-items:center}

/* Mega menu dropdown */
.cc-home .ccnav-mega{
  position:absolute;top:calc(100% + 10px);left:50%;
  transform:translateX(-50%) translateY(-6px);
  background:#fff;border-radius:18px;box-shadow:var(--shadow-lg);border:1px solid var(--line);
  padding:18px;opacity:0;pointer-events:none;transition:opacity .2s, transform .2s;
  z-index:60;min-width:300px;
}
.cc-home .ccnav-item:hover > .ccnav-mega,
.cc-home .ccnav-item.is-open > .ccnav-mega{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.cc-home .ccnav-item.is-open > .ccnav-link svg{transform:rotate(180deg)}
.cc-home .ccnav-item .ccnav-link[role="button"]{user-select:none}
.cc-home .ccnav-mega a{display:flex;gap:12px;padding:10px 12px;border-radius:10px;align-items:center;transition:background .15s}
.cc-home .ccnav-mega a:hover{background:var(--green-050)}
.cc-home .ccnav-mega .ico{flex-shrink:0;width:36px;height:36px;border-radius:9px;background:var(--green-100);color:var(--green-700);display:grid;place-items:center}
.cc-home .ccnav-mega .ico svg{width:18px;height:18px}
.cc-home .ccnav-mega .ti{font-weight:600;font-size:14px;color:var(--ink);line-height:1.2}
.cc-home .ccnav-mega-more{margin-top:6px;border-top:1px solid var(--line);padding-top:12px !important}
.cc-home .ccnav-mega-more .ti{color:var(--green-700)}
.cc-home .ccnav-mega-more .ico{background:var(--green-600);color:#fff}
.cc-home .ccnav-mega .ti small{display:block;font-weight:500;font-size:11px;color:var(--muted);letter-spacing:.2px;margin-top:2px}
.cc-home .ccnav-mega--wide{min-width:340px}
.cc-home .ccnav-mega .is-disabled{display:flex;gap:12px;padding:10px 12px;border-radius:10px;align-items:center;cursor:not-allowed;opacity:.55;pointer-events:none}
.cc-home .ccnav-mega .is-disabled .ico{background:#eef0f2;color:#9aa3ad}

/* ---------- Hero ---------- */
.cc-home .hero{position:relative;background:var(--bg-warm);color:var(--ink);overflow:hidden;border-bottom:1px solid var(--line)}
.cc-home .hero-inner{display:grid;grid-template-columns:1.05fr 1fr;gap:64px;align-items:center;padding:80px 32px 96px;max-width:var(--container);margin:0 auto}
.cc-home .hero-eyebrow{display:inline-flex;align-items:center;gap:10px;padding:7px 14px;background:rgba(37,140,94,.10);border:1px solid rgba(37,140,94,.25);border-radius:999px;color:var(--green-700);font-size:13px;font-weight:500}
.cc-home .hero-eyebrow .dot{width:7px;height:7px;border-radius:50%;background:var(--orange-600);box-shadow:0 0 0 4px rgba(229,94,48,.18)}
.cc-home .hero h1{margin-top:22px;font-size:clamp(38px,4.8vw,60px);line-height:1.08;font-weight:700;letter-spacing:-.015em;text-wrap:balance;color:var(--ink)}
.cc-home .hero h1 em{font-style:normal;color:var(--green-700);font-weight:700}
.cc-home .hero p.lede{margin-top:22px;font-size:18px;line-height:1.6;color:var(--ink-2);max-width:540px}
.cc-home .hero-cta{display:flex;gap:14px;margin-top:32px;flex-wrap:wrap}
.cc-home .hero-trust{margin-top:36px;display:flex;gap:28px;align-items:center;flex-wrap:wrap;color:var(--muted);font-size:13.5px}
.cc-home .hero-trust-item{display:inline-flex;gap:8px;align-items:center}
.cc-home .hero-trust-item svg{width:18px;height:18px;color:var(--orange-600)}
.cc-home .hero-visual{position:relative;display:flex;align-items:center;justify-content:center}
.cc-home .hero-visual img{display:block;width:100%;height:auto;max-height:520px;object-fit:contain}

/* ---------- Trust strip ---------- */
.cc-home .trust{padding:48px 0;border-bottom:1px solid var(--line);background:#fff}
.cc-home .trust-head{text-align:center;font-size:13.5px;letter-spacing:1.4px;text-transform:uppercase;font-weight:600;color:var(--muted);margin-bottom:32px}
.cc-home .trust-head strong{color:var(--green-700)}
.cc-home .trust-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:28px;align-items:center}
.cc-home .trust-logo{height:60px;display:grid;place-items:center;color:#94a39c;font-weight:700;font-size:18px;letter-spacing:-0.02em;text-align:center;line-height:1.1;padding:8px 4px;border-right:1px solid var(--line);transition:color .2s, transform .2s}
.cc-home .trust-logo:last-child{border-right:0}
.cc-home .trust-logo:hover{color:var(--green-700);transform:translateY(-2px)}
.cc-home .trust-logo small{display:block;font-size:10px;font-weight:600;letter-spacing:1.5px;opacity:.8;margin-top:4px}

/* ---------- Services overview (5-card grid) ---------- */
.cc-home .svc-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-top:8px}
.cc-home .svc-card{
  background:#fff;border:1px solid var(--line);border-radius:18px;
  padding:28px 22px 26px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;
  transition:transform .25s, box-shadow .25s, border-color .2s;
}
.cc-home .svc-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--green-100);color:inherit}
.cc-home .svc-ico{
  width:64px;height:64px;border-radius:18px;
  background:var(--green-100);color:var(--green-700);
  display:grid;place-items:center;
}
.cc-home .svc-ico svg{width:32px;height:32px}
.cc-home .svc-title{font-size:17px;font-weight:700;color:var(--ink);line-height:1.2;margin-top:4px}
.cc-home .svc-arrow{margin-top:auto;padding-top:6px;font-size:12px;font-weight:600;color:var(--green-700);letter-spacing:1px;text-transform:uppercase}
.cc-home .svc-foot{margin-top:36px;display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

/* ---------- Services tabs (legacy class kept for safety) ---------- */
.cc-home .services-bg{background:radial-gradient(800px 400px at 90% 10%,var(--green-050),transparent 70%),#fff}
.cc-home .service-tabbar{display:flex;gap:6px;justify-content:center;flex-wrap:wrap;background:#fff;padding:8px;border-radius:var(--radius-pill);border:1px solid var(--line);margin:0 auto 36px;width:fit-content;max-width:100%;box-shadow:var(--shadow-sm)}
.cc-home .service-tabbtn{padding:11px 22px;border-radius:var(--radius-pill);font-weight:600;font-size:14.5px;color:var(--ink-2);transition:all .2s}
.cc-home .service-tabbtn:hover{color:var(--green-700);background:var(--green-050)}
.cc-home .service-tabbtn.active{background:var(--green-600);color:#fff}
.cc-home .service-panel{display:grid;grid-template-columns:1fr 1fr;background:#fff;border-radius:22px;overflow:hidden;border:1px solid var(--line);min-height:460px;box-shadow:var(--shadow-md)}
.cc-home .service-panel[hidden]{display:none}
.cc-home .service-panel-img{background-size:cover;background-position:center;position:relative}
.cc-home .service-panel-img::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(15,74,48,.5))}
.cc-home .service-panel-tag{position:absolute;top:20px;left:20px;background:rgba(255,255,255,.95);color:var(--green-700);padding:7px 14px;border-radius:999px;font-size:12px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;backdrop-filter:blur(8px);z-index:1}
.cc-home .service-panel-body{padding:40px 36px;display:flex;flex-direction:column}
.cc-home .service-panel-body h3{font-size:28px;font-weight:700;color:var(--ink);letter-spacing:-0.01em;line-height:1.15}
.cc-home .service-panel-with{margin-top:6px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1.4px;color:var(--green-700)}
.cc-home .service-panel-body>p:not(.service-panel-with){margin-top:14px;font-size:15.5px;color:var(--ink-2);line-height:1.65}
.cc-home .service-points{margin-top:22px;display:flex;flex-direction:column;gap:10px;list-style:none;padding:0}
.cc-home .service-point{display:grid;grid-template-columns:22px 1fr;gap:12px;font-size:14.5px;color:var(--ink-2)}
.cc-home .service-point svg{width:20px;height:20px;color:var(--green-600);margin-top:1px}
.cc-home .service-panel-foot{margin-top:auto;padding-top:28px;display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.cc-home .service-panel-more{display:inline-flex;align-items:center;gap:6px;margin-left:auto;font-size:13.5px;font-weight:600;color:var(--green-700);letter-spacing:.01em;border-bottom:2px solid transparent;padding:6px 0;transition:gap .2s, color .2s, border-color .2s}
.cc-home .service-panel-more:hover{gap:10px;color:var(--orange-600);border-bottom-color:var(--orange-600)}
.cc-home .service-panel-more svg{transition:transform .2s}
.cc-home .service-panel-more:hover svg{transform:translateX(2px)}

/* ---------- Why City Choice / Daily Care Experts (3-card grid, matches reference) ---------- */
.cc-home .vp-cms{background:#fff}
.cc-home .vp-cms-grid{display:grid;gap:28px;margin-top:8px}
.cc-home .vp-cms-grid--3{grid-template-columns:repeat(3,1fr);max-width:1100px;margin-left:auto;margin-right:auto}
.cc-home .vp-cms-card{
  padding:36px 28px;border-radius:16px;background:var(--bg-warm);text-align:center;
  border:1px solid transparent;
  transition:transform .25s, box-shadow .25s, background .25s, border-color .25s;
}
.cc-home .vp-cms-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);background:#fff;border-color:var(--green-100)}
.cc-home .vp-cms-ico{width:64px;height:64px;margin:0 auto 18px;border-radius:50%;background:var(--green-600);color:#fff;display:grid;place-items:center}
.cc-home .vp-cms-t{font-size:20px;font-weight:700;color:var(--ink);margin-bottom:10px}
.cc-home .vp-cms-p{font-size:14.5px;color:var(--ink-2);line-height:1.6}

/* ---------- Value Props (2-card image layout — used by split sections) ---------- */
.cc-home .vp-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:8px}
.cc-home .vp-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s, box-shadow .25s}
.cc-home .vp-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.cc-home .vp-card-img{aspect-ratio:16/9;background-size:cover;background-position:center;background-color:var(--bg-warm)}
.cc-home .vp-card-body{padding:32px 30px 34px;display:flex;flex-direction:column;gap:10px;flex:1}
.cc-home .vp-card-h{font-size:24px;font-weight:700;line-height:1.2;color:var(--ink);letter-spacing:-0.01em}
.cc-home .vp-card-sub{font-size:14px;font-weight:600;color:var(--green-700);text-transform:uppercase;letter-spacing:1.2px;margin-top:-2px}
.cc-home .vp-card-text{font-size:15.5px;color:var(--ink-2);line-height:1.65;margin-top:6px}
.cc-home .vp-cms-cta{margin-top:56px;padding:40px 48px;border-radius:20px;background:linear-gradient(95deg,var(--green-700),var(--green-600));color:#fff;display:flex;gap:28px;justify-content:space-between;align-items:center;flex-wrap:wrap;box-shadow:0 10px 30px rgba(37,140,94,.22)}
.cc-home .vp-cms-cta-t{font-size:clamp(20px,2vw,26px);font-weight:700;line-height:1.25;max-width:560px;color:#fff;text-wrap:balance}
.cc-home .vp-cms-cta-btns{display:flex;gap:12px;flex-wrap:wrap}
.cc-home .vp-cms-cta .btn-ghost{color:#fff;border-color:rgba(255,255,255,.5);background:transparent}
.cc-home .vp-cms-cta .btn-ghost:hover{background:rgba(255,255,255,.12);border-color:#fff}

/* ---------- What Sets Us Apart (wsua) ---------- */
.cc-home .wsua{background:var(--bg-warm)}
.cc-home .wsua-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-top:16px}
.cc-home .wsua-card{padding:32px 28px;background:#fff;border-radius:16px;border-top:4px solid var(--orange-600);transition:transform .25s, box-shadow .25s}
.cc-home .wsua-card:nth-child(2){border-color:var(--yellow-500)}
.cc-home .wsua-card:nth-child(3){border-color:var(--green-600)}
.cc-home .wsua-card:nth-child(4){border-color:var(--orange-500)}
.cc-home .wsua-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.cc-home .wsua-ico{width:56px;height:56px;border-radius:14px;background:var(--green-100);color:var(--green-700);display:grid;place-items:center;margin-bottom:18px}
.cc-home .wsua-t{font-size:19px;font-weight:700;color:var(--ink);margin-bottom:10px}
.cc-home .wsua-p{font-size:14.5px;color:var(--ink-2);line-height:1.6}

/* ---------- Split-layout value props (alternating image position) ---------- */
.cc-home .split-section{background:#fff}
.cc-home .split-section.alt{background:var(--bg-warm)}
.cc-home .split-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.cc-home .split-img{height:480px;border-radius:24px;background-size:cover;background-position:center;box-shadow:var(--shadow-lg)}
.cc-home .split-content .eyebrow{margin-bottom:14px}
.cc-home .split-content .lead{margin-top:6px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1.4px;color:var(--green-700)}
.cc-home .split-content p.body{margin-top:18px;font-size:16px;color:var(--ink-2);line-height:1.7;max-width:560px}
.cc-home .split-content .actions{margin-top:28px;display:flex;gap:12px;flex-wrap:wrap}

/* ---------- Safety ---------- */
.cc-home .safety{background:#fff}
.cc-home .safety-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.cc-home .safety-img{height:480px;border-radius:24px;background-size:cover;background-position:center;box-shadow:var(--shadow-lg)}
.cc-home .safety-p{margin-top:16px;font-size:16px;color:var(--ink-2);line-height:1.7;max-width:560px}
.cc-home .safety-list{margin-top:22px;display:grid;gap:12px;list-style:none;padding:0}
.cc-home .safety-list li{display:flex;gap:10px;align-items:flex-start;font-size:15px;color:var(--ink)}
.cc-home .safety-list svg{color:var(--green-600);flex-shrink:0;margin-top:2px}
.cc-home .safety-cta{margin-top:28px}

/* ---------- Impact ---------- */
.cc-home .impact{background:var(--bg-cream)}
.cc-home .impact-grid{display:grid;grid-template-columns:.8fr 1.4fr;gap:80px;align-items:start}
.cc-home .impact-head .eyebrow{color:var(--orange-600)}
.cc-home .impact-title{font-size:clamp(36px,4.4vw,56px);font-weight:700;line-height:1.02;letter-spacing:-0.025em;color:#0c0d0e;margin-top:6px;text-wrap:balance}
.cc-home .impact-sub{margin-top:24px;font-size:16px;color:var(--ink-2);line-height:1.6;max-width:360px}
.cc-home .impact-cta{display:inline-flex;align-items:center;gap:8px;margin-top:32px;font-weight:600;font-size:15px;color:var(--green-700);border-bottom:2px solid var(--green-700);padding-bottom:4px;transition:gap .2s, color .2s}
.cc-home .impact-cta:hover{gap:14px;color:var(--orange-600);border-color:var(--orange-600)}
.cc-home .impact-cta svg{width:14px;height:14px}
.cc-home .impact-cells{display:grid;grid-template-columns:1fr 1fr;gap:56px 64px}
.cc-home .impact-num{font-size:clamp(64px,7vw,104px);font-weight:700;line-height:.95;letter-spacing:-0.04em;color:#0c0d0e;font-feature-settings:"tnum";display:flex;align-items:baseline}
.cc-home .impact-sign{font-weight:600;opacity:.9;margin-right:4px}
.cc-home .impact-unit{font-size:.62em;font-weight:700;letter-spacing:-0.03em;margin-left:2px;opacity:.95}
.cc-home .impact-label{margin-top:6px;font-size:clamp(20px,1.6vw,26px);font-weight:700;color:#0c0d0e;letter-spacing:-0.005em}
.cc-home .impact-desc{margin-top:14px;font-size:14.5px;line-height:1.55;color:var(--ink-2);max-width:320px}

/* ---------- Reviews ---------- */
.cc-home .reviews-dark{background:var(--bg-cream);color:var(--ink);position:relative;overflow:hidden}
.cc-home .reviews-dark::before{content:"";position:absolute;top:-120px;right:-120px;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(37,140,94,.08),transparent 70%);pointer-events:none}
.cc-home .reviews-dark::after{content:"";position:absolute;bottom:-160px;left:-120px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(229,94,48,.06),transparent 70%);pointer-events:none}
.cc-home .reviews-dark>.container{position:relative;z-index:1}
.cc-home .reviews-dark-head{text-align:center;max-width:720px;margin:0 auto 48px}
.cc-home .eyebrow-dark{display:inline-block;padding:7px 16px;background:rgba(37,140,94,.08);border:1px solid rgba(37,140,94,.22);border-radius:999px;color:var(--green-700);font-size:12.5px;font-weight:600;letter-spacing:1.4px;text-transform:uppercase;margin-bottom:22px}
.cc-home .reviews-dark-title{font-size:clamp(32px,3.8vw,48px);font-weight:700;line-height:1.1;letter-spacing:-0.015em;color:var(--ink);text-wrap:balance}
.cc-home .reviews-dark-sub{margin-top:16px;color:var(--ink-2);font-size:16px;line-height:1.55;text-wrap:pretty}
.cc-home .reviews-dark-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.cc-home .review-dark-card{
  background:#fff;border:1px solid var(--line);border-radius:16px;
  padding:28px 26px 24px;display:flex;flex-direction:column;
  transition:border-color .2s, transform .25s, box-shadow .25s;
  position:relative;
}
.cc-home .review-dark-card::before{
  content:"\201C";position:absolute;top:14px;right:22px;
  font-family:Georgia,serif;font-size:64px;line-height:1;
  color:var(--orange-400);opacity:.28;pointer-events:none;
}
.cc-home .review-dark-card:hover{border-color:var(--green-500);transform:translateY(-3px);box-shadow:var(--shadow-md)}
.cc-home .review-dark-stars{display:flex;gap:2px;color:#f5b400;margin-bottom:16px}
.cc-home .review-dark-text{font-size:14.5px;line-height:1.6;color:var(--ink);flex:1;text-wrap:pretty}
.cc-home .review-dark-foot{margin-top:22px;padding-top:18px;border-top:1px solid var(--line);display:flex;gap:12px;align-items:center}
.cc-home .review-dark-avatar{
  width:40px;height:40px;border-radius:50%;
  background:linear-gradient(135deg,var(--green-500),var(--green-700));
  color:#fff;display:grid;place-items:center;font-weight:600;font-size:15px;flex-shrink:0;
  overflow:hidden;
}
.cc-home img.review-dark-avatar{object-fit:cover}
.cc-home .review-dark-avatar--photo{background:none}
.cc-home .review-dark-name{font-weight:600;font-size:14px;color:var(--ink)}
.cc-home .review-dark-role{font-size:12px;color:var(--muted);margin-top:2px}
.cc-home .reviews-dark-cta{margin-top:48px;display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap}
.cc-home .reviews-dark-rating{
  display:inline-flex;gap:12px;align-items:center;
  background:#fff;border:1px solid var(--line);
  padding:12px 20px;border-radius:999px;box-shadow:var(--shadow-sm);
}
.cc-home .reviews-dark-rating-num{font-size:22px;font-weight:700;color:var(--ink);letter-spacing:-0.01em}
.cc-home .reviews-dark-stars-row{display:inline-flex;gap:1px;color:#f5b400}
.cc-home .reviews-dark-rating-meta{font-size:13px;color:var(--muted)}

/* ---------- FAQ ---------- */
.cc-home .faq{background:#fff}
.cc-home .faq-grid{display:grid;grid-template-columns:.95fr 1.4fr;gap:80px;align-items:start}
.cc-home .faq-side .eyebrow{display:inline-block}
.cc-home .faq-list{list-style:none;display:flex;flex-direction:column;gap:10px;padding:0;margin:0}
.cc-home .faq-item{border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:border-color .2s, box-shadow .2s, background .15s}
.cc-home .faq-item:hover{border-color:var(--green-500)}
.cc-home .faq-item.open{border-color:var(--green-600);box-shadow:var(--shadow-sm)}
.cc-home .faq-q{
  width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;
  padding:22px 24px;font-size:16px;font-weight:600;color:var(--ink);text-align:left;
  background:transparent;transition:color .15s;
}
.cc-home .faq-q:hover{color:var(--green-700);background:transparent}
.cc-home .faq-q:focus,
.cc-home .faq-q:active{background:transparent;outline:none;box-shadow:none;-webkit-tap-highlight-color:transparent}
.cc-home .faq-q:focus-visible{outline:2px solid var(--green-600);outline-offset:2px;border-radius:8px}
.cc-home .faq-icon{
  width:32px;height:32px;border-radius:50%;background:var(--bg-warm);color:var(--green-700);
  display:grid;place-items:center;font-size:22px;font-weight:400;flex-shrink:0;line-height:1;
  transition:background .2s, color .2s, transform .25s ease;
}
.cc-home .faq-item:hover .faq-icon{background:var(--green-100)}
.cc-home .faq-item.open .faq-icon{background:var(--green-600);color:#fff;transform:rotate(45deg)}
.cc-home .faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease, padding .25s ease}
.cc-home .faq-item.open .faq-a{max-height:480px;padding:0 24px 22px}
.cc-home .faq-a p{color:var(--ink-2);font-size:15px;line-height:1.6;max-width:720px}

/* ---------- Learn / Guides ---------- */
.cc-home .learn-section{background:#fff}
.cc-home .learn-head{display:grid;grid-template-columns:1fr auto;align-items:end;gap:32px;margin-bottom:36px}
.cc-home .learn-head .eyebrow{display:inline-block}
.cc-home .learn-head .section-title{text-align:left;max-width:720px}
.cc-home .learn-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.cc-home .guide-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s, box-shadow .25s}
.cc-home .guide-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.cc-home .guide-thumb{height:160px;background-size:cover;background-position:center;position:relative}
.cc-home .guide-thumb::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(15,74,48,.55))}
.cc-home .guide-tag{position:absolute;top:14px;left:14px;background:#fff;color:var(--green-700);padding:5px 11px;border-radius:999px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.8px;z-index:1}
.cc-home .guide-time{position:absolute;bottom:14px;left:14px;color:#fff;font-size:12px;font-weight:500;display:inline-flex;gap:5px;align-items:center;z-index:1}
.cc-home .guide-body{padding:22px 22px 24px;flex:1;display:flex;flex-direction:column}
.cc-home .guide-body h4{font-size:17px;font-weight:600;color:var(--ink);line-height:1.3;letter-spacing:-0.005em;flex:1;text-wrap:balance}
.cc-home .guide-body .arrow{margin-top:16px;display:inline-flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;color:var(--green-700)}
.cc-home .guide-card:hover .arrow svg{transform:translateX(4px);transition:transform .2s}

/* ---------- Mid-CTA ---------- */
.cc-home .midcta{background:var(--green-700);color:#fff;border-top:6px solid var(--orange-600)}
.cc-home .midcta-inner{display:grid;grid-template-columns:1fr auto;gap:48px;align-items:center;padding:64px 0}
.cc-home .midcta h2{font-size:clamp(28px,3.4vw,42px);font-weight:700;letter-spacing:-0.015em;line-height:1.15;color:#fff;text-wrap:balance}
.cc-home .midcta h2 em{font-style:normal;background:linear-gradient(120deg,#ffd998,#ff9663 60%,#ffd998);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:700}
.cc-home .midcta p{margin-top:12px;color:#d8efe2;font-size:16px;max-width:560px}
.cc-home .midcta-actions{display:flex;gap:14px;align-items:center}
.cc-home .midcta .btn-ghost{color:#fff;border-color:rgba(255,255,255,.55)}
.cc-home .midcta .btn-ghost:hover{background:rgba(255,255,255,.12);border-color:#fff}

/* ---------- Blog ---------- */
.cc-home #blog{background:var(--bg-warm)}
.cc-home .blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.cc-home .blog-card{background:#fff;border-radius:20px;overflow:hidden;border:1px solid var(--line);display:flex;flex-direction:column;transition:transform .25s, box-shadow .25s}
.cc-home .blog-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.cc-home .blog-thumb{aspect-ratio:16/9;background-size:cover;background-position:center}
.cc-home .blog-body{padding:22px 22px 24px}
.cc-home .blog-cat{display:inline-block;font-size:11px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;color:var(--green-700);background:var(--green-100);padding:5px 11px;border-radius:999px;margin-bottom:14px}
.cc-home .blog-body h4{font-size:18px;font-weight:600;line-height:1.3;color:var(--ink);letter-spacing:-0.005em;text-wrap:balance}
.cc-home .blog-meta{margin-top:16px;display:flex;gap:14px;align-items:center;font-size:12.5px;color:var(--muted)}
.cc-home .blog-meta svg{width:14px;height:14px}
.cc-home .blog-meta-item{display:inline-flex;gap:5px;align-items:center}
.cc-home .blog-empty{grid-column:1/-1;background:#fff;border:1px dashed var(--line);border-radius:20px;padding:60px 32px;text-align:center;color:var(--ink-2)}
.cc-home .blog-empty h4{font-size:22px;font-weight:600;color:var(--ink);margin-bottom:8px}

/* =========================================================
   Footer
   ========================================================= */
.cc-home .ccfoot{background:var(--green-900);color:#cfe9d6;padding:64px 0 28px;position:relative;margin-top:0}
.cc-home .ccfoot-quick{
  background:var(--green-800);border-radius:22px;padding:24px 32px;
  display:grid;grid-template-columns:auto 1fr auto;gap:28px;align-items:center;
  margin-top:-120px;margin-bottom:56px;box-shadow:0 30px 60px rgba(0,0,0,.18);
}
.cc-home .ccfoot-quick h4{color:#fff;font-size:18px;font-weight:600}
.cc-home .ccfoot-quick p{font-size:13.5px;color:#cfe9d6;margin-top:4px}
.cc-home .ccfoot-quick-actions{display:flex;gap:30px;align-items:center;flex-wrap:wrap}
.cc-home .ccfoot-quick-action{display:flex;gap:12px;align-items:center;color:#fff}
.cc-home .ccfoot-quick-action .ico{width:32px;height:32px;display:grid;place-items:center;color:#ffd998;background:transparent}
.cc-home .ccfoot-quick-action .ico svg{width:24px;height:24px}
.cc-home .ccfoot-quick-action .lbl small{display:block;font-size:11.5px;color:#cfe9d6;letter-spacing:.5px}
.cc-home .ccfoot-quick-action .lbl strong{font-weight:600;font-size:15px;color:#fff}

.cc-home .ccfoot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px}
.cc-home .ccfoot-brand .ccnav-logo-name{color:#fff}
.cc-home .ccfoot-brand .ccnav-logo-sub{color:#92c2a3}
/* Footer logo: drop the green tile background, keep just the mark itself */
.cc-home .ccfoot-brand .ccnav-logo-mark{background:transparent;box-shadow:none;width:auto;height:auto}
.cc-home .ccfoot-brand .ccnav-logo-mark img{filter:none;width:42px;height:auto;max-height:42px;object-fit:contain}
.cc-home .ccfoot-brand p{font-size:13.5px;line-height:1.6;margin-top:18px;max-width:320px}
.cc-home .ccfoot-cert{margin-top:18px;display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.cc-home .ccfoot-cert-pill{display:inline-flex;gap:8px;align-items:center;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);padding:6px 12px;border-radius:999px;font-size:11.5px;font-weight:600;color:#fff;letter-spacing:.4px}
.cc-home .ccfoot-cert-pill svg{width:14px;height:14px;color:#ffd998}
.cc-home .ccfoot-col h5{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1.4px;color:#fff;margin:0 0 18px}
.cc-home .ccfoot-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:11px}
.cc-home .ccfoot-col li a{font-size:14px;color:#cfe9d6;transition:color .15s}
.cc-home .ccfoot-col li a:hover{color:#fff}
.cc-home .ccfoot-bottom{margin-top:56px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;gap:24px;font-size:12.5px;color:#92c2a3;flex-wrap:wrap}
.cc-home .ccfoot-social{display:flex;gap:10px}
.cc-home .ccfoot-social a{width:36px;height:36px;border-radius:10px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);display:grid;place-items:center;color:#fff;transition:background .2s, transform .2s}
.cc-home .ccfoot-social a:hover{background:rgba(255,255,255,.18);transform:translateY(-2px)}
.cc-home .ccfoot-social svg{width:16px;height:16px}

/* ---------- Responsive ---------- */
@media (max-width:1080px){
  .cc-home .ccnav-list{display:none}
  .cc-home .hero-inner{grid-template-columns:1fr;padding:60px 32px 80px}
  .cc-home .hero-visual{height:380px}
  .cc-home .service-panel{grid-template-columns:1fr}
  .cc-home .service-panel-img{height:220px}
  .cc-home .learn-grid{grid-template-columns:repeat(2,1fr)}
  .cc-home .impact-grid{grid-template-columns:1fr;gap:40px}
  .cc-home .impact-cells{gap:40px 32px}
  .cc-home .faq-grid{grid-template-columns:1fr;gap:40px}
  .cc-home .blog-grid{grid-template-columns:1fr 1fr}
  .cc-home .midcta-inner{grid-template-columns:1fr}
  .cc-home .trust-grid{grid-template-columns:repeat(3,1fr)}
  .cc-home .learn-head{grid-template-columns:1fr}
  .cc-home .vp-grid{grid-template-columns:1fr}
  .cc-home .vp-cms-grid--3{grid-template-columns:1fr;max-width:560px}
  .cc-home .reviews-dark-grid{grid-template-columns:1fr 1fr}
  .cc-home .wsua-grid{grid-template-columns:repeat(2,1fr)}
  .cc-home .safety-grid{grid-template-columns:1fr;gap:32px}
  .cc-home .safety-img{height:340px}
  .cc-home .split-grid{grid-template-columns:1fr;gap:32px}
  .cc-home .split-img{height:340px}
  .cc-home .ccfoot-grid{grid-template-columns:1fr 1fr;gap:28px}
  .cc-home .ccfoot-quick{grid-template-columns:1fr;text-align:center}
  .cc-home .ccfoot-quick-actions{justify-content:center}
}
@media (max-width:640px){
  .cc-home .learn-grid,.cc-home .blog-grid,.cc-home .wsua-grid,.cc-home .ccfoot-grid,.cc-home .reviews-dark-grid{grid-template-columns:1fr}
  .cc-home .impact-cells{grid-template-columns:1fr}
  .cc-home .trust-grid{grid-template-columns:repeat(2,1fr)}
  .cc-home h2.section-title{font-size:28px}
  .cc-home .hero h1{font-size:34px}
  .cc-home .section-pad{padding:60px 0}
  .cc-home .container{padding:0 20px}
  .cc-home .topbar-inner{gap:12px;font-size:12px;padding:9px 20px}
  .cc-home .ccnav-inner{padding:14px 20px}
  .cc-home .ccnav-cta .btn{padding:10px 16px;font-size:14px}
}

/* ============================================================
 *  Why City Choice (page) — scoped under .cc-why-city-choice
 *  Reuses design tokens (--green-*, --orange-*, --ink, --line, --shadow-*)
 *  defined at the top of this file.
 * ============================================================ */

/* Hero */
.cc-why-city-choice .why-hero{position:relative;background:var(--bg-warm);overflow:hidden;border-bottom:1px solid var(--line)}
.cc-why-city-choice .why-hero-bg{position:absolute;inset:0;pointer-events:none;
  background:
    radial-gradient(900px 460px at 85% -10%,rgba(37,140,94,.10),transparent 70%),
    radial-gradient(700px 360px at -10% 110%,rgba(229,94,48,.08),transparent 70%);
}
.cc-why-city-choice .why-hero-inner{position:relative;max-width:var(--container,1200px);margin:0 auto;padding:96px 32px 88px;text-align:center}
.cc-why-city-choice .why-hero-h1{margin:18px auto 0;max-width:920px;font-size:clamp(36px,4.6vw,58px);line-height:1.08;font-weight:700;letter-spacing:-.015em;color:var(--ink);text-wrap:balance}
.cc-why-city-choice .why-hero-lede{margin:22px auto 0;max-width:720px;font-size:18px;line-height:1.6;color:var(--ink-2);text-wrap:pretty}
.cc-why-city-choice .why-hero-ctas{margin-top:32px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}

/* Tile grid (visual TOC) */
.cc-why-city-choice .why-tiles{padding:64px 0;background:#fff}
.cc-why-city-choice .why-tiles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.cc-why-city-choice .why-tile{position:relative;display:flex;flex-direction:column;gap:10px;padding:28px 26px 60px;background:#fff;border:1px solid var(--line);border-radius:18px;color:var(--ink);transition:transform .25s,box-shadow .25s,border-color .25s}
.cc-why-city-choice .why-tile:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--green-100)}
.cc-why-city-choice .why-tile-ico{width:48px;height:48px;border-radius:12px;background:var(--green-100);color:var(--green-700);display:grid;place-items:center}
.cc-why-city-choice .why-tile-ico svg{width:22px;height:22px}
.cc-why-city-choice .why-tile-title{font-size:18px;font-weight:700;color:var(--ink);line-height:1.25;margin-top:6px}
.cc-why-city-choice .why-tile-tag{font-size:14.5px;color:var(--ink-2);line-height:1.55}
.cc-why-city-choice .why-tile-arrow{position:absolute;bottom:22px;right:22px;width:34px;height:34px;border-radius:50%;background:var(--green-050);color:var(--green-700);display:grid;place-items:center;transition:background .2s,color .2s,transform .2s}
.cc-why-city-choice .why-tile-arrow svg{width:16px;height:16px}
.cc-why-city-choice .why-tile:hover .why-tile-arrow{background:var(--orange-600);color:#fff;transform:translateX(2px)}

/* Stats strip */
.cc-why-city-choice .why-stats{padding:56px 0;background:linear-gradient(180deg,#fff 0%,var(--bg-warm) 100%);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.cc-why-city-choice .why-stats-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}
.cc-why-city-choice .why-stats-list li{display:flex;flex-direction:column;gap:6px;padding:12px}
.cc-why-city-choice .why-stats-list strong{font-size:clamp(34px,3.6vw,46px);font-weight:800;line-height:1;color:var(--green-700);letter-spacing:-.02em}
.cc-why-city-choice .why-stats-list span{font-size:13.5px;text-transform:uppercase;letter-spacing:1.4px;color:var(--muted);font-weight:600}

/* Sections */
.cc-why-city-choice .why-section{padding:96px 0;background:#fff;scroll-margin-top:88px}
.cc-why-city-choice .why-section.is-alt{background:var(--bg-warm)}
.cc-why-city-choice .why-section-inner{max-width:var(--container,1200px)}
.cc-why-city-choice .why-section-head{max-width:780px;margin:0 auto;text-align:center}
.cc-why-city-choice .why-section .section-eyebrow{display:inline-flex;align-items:center;gap:10px;padding:7px 14px 7px 8px;background:rgba(37,140,94,.10);border:1px solid rgba(37,140,94,.25);border-radius:999px;color:var(--green-700);font-size:13px;font-weight:600;text-transform:none;letter-spacing:0}
.cc-why-city-choice .section-eyebrow-ico{width:24px;height:24px;border-radius:999px;background:var(--green-600);color:#fff;display:grid;place-items:center}
.cc-why-city-choice .section-eyebrow-ico svg{width:13px;height:13px}
.cc-why-city-choice .why-section-h2{margin-top:18px;font-size:clamp(28px,3.2vw,42px);line-height:1.15;font-weight:700;letter-spacing:-.012em;color:var(--ink);text-wrap:balance}
.cc-why-city-choice .why-section-lede{margin-top:18px;font-size:17px;line-height:1.65;color:var(--ink-2);text-wrap:pretty}

.cc-why-city-choice .wcc-vps{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:48px}
.cc-why-city-choice .wcc-vp{position:relative;background:#fff;border:1px solid var(--line);border-radius:20px;padding:32px 30px;display:flex;flex-direction:column;gap:12px;transition:transform .25s,box-shadow .25s,border-color .25s}
.cc-why-city-choice .why-section.is-alt .wcc-vp{background:#fff}
.cc-why-city-choice .wcc-vp:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--green-100)}
.cc-why-city-choice .wcc-vp::before{content:"";position:absolute;left:0;top:24px;bottom:24px;width:4px;border-radius:0 4px 4px 0;background:linear-gradient(180deg,var(--orange-600),var(--green-600));opacity:.85}
.cc-why-city-choice .wcc-vp-ico{width:52px;height:52px;border-radius:14px;background:var(--green-100);color:var(--green-700);display:grid;place-items:center}
.cc-why-city-choice .wcc-vp-ico svg{width:22px;height:22px}
.cc-why-city-choice .wcc-vp-t{font-size:19px;font-weight:700;color:var(--ink);line-height:1.25}
.cc-why-city-choice .wcc-vp-p{font-size:15px;color:var(--ink-2);line-height:1.65}

.cc-why-city-choice .why-section-cta{margin-top:40px;text-align:center}

/* Final CTA — dark gradient panel */
.cc-why-city-choice .why-final-cta{padding:96px 0;background:linear-gradient(120deg,var(--green-900) 0%,var(--green-700) 60%,var(--green-600) 100%);color:#fff;position:relative;overflow:hidden}
.cc-why-city-choice .why-final-cta::before{content:"";position:absolute;inset:0;background:radial-gradient(700px 360px at 90% 0%,rgba(229,94,48,.18),transparent 70%);pointer-events:none}
.cc-why-city-choice .why-final-cta-inner{position:relative;max-width:880px;text-align:center}
.cc-why-city-choice .why-final-cta .hero-eyebrow.on-dark{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.25);color:#fff}
.cc-why-city-choice .why-final-cta .hero-eyebrow.on-dark .dot{background:var(--orange-400);box-shadow:0 0 0 4px rgba(244,160,113,.25)}
.cc-why-city-choice .why-final-cta-h2{margin-top:18px;font-size:clamp(30px,3.4vw,46px);line-height:1.12;font-weight:700;letter-spacing:-.012em;color:#fff;text-wrap:balance}
.cc-why-city-choice .why-final-cta-lede{margin:18px auto 0;max-width:640px;font-size:17px;line-height:1.65;color:rgba(255,255,255,.86)}
.cc-why-city-choice .why-final-cta-actions{margin-top:30px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.cc-why-city-choice .btn-ghost-on-dark{display:inline-flex;align-items:center;justify-content:center;background:transparent;color:#fff;border:2px solid rgba(255,255,255,.55);padding:12px 26px;border-radius:999px;font-weight:600;font-size:15px;transition:background .15s,border-color .15s}
.cc-why-city-choice .btn-ghost-on-dark:hover{background:rgba(255,255,255,.12);border-color:#fff;color:#fff}
.cc-why-city-choice .why-final-cta-trust{margin:36px auto 0;padding:0;list-style:none;display:flex;gap:28px;justify-content:center;flex-wrap:wrap;font-size:14px;color:rgba(255,255,255,.85)}
.cc-why-city-choice .why-final-cta-trust li{display:inline-flex;align-items:center;gap:8px}
.cc-why-city-choice .why-final-cta-trust svg{width:18px;height:18px;color:var(--orange-400)}

/* Tablet */
@media (max-width:980px){
  .cc-why-city-choice .why-tiles-grid{grid-template-columns:repeat(2,1fr)}
  .cc-why-city-choice .why-stats-list{grid-template-columns:repeat(2,1fr)}
  .cc-why-city-choice .wcc-vps{grid-template-columns:1fr}
  .cc-why-city-choice .why-section{padding:72px 0}
  .cc-why-city-choice .why-final-cta{padding:80px 0}
  .cc-why-city-choice .why-hero-inner{padding:72px 24px 64px}
}

/* Mobile */
@media (max-width:640px){
  .cc-why-city-choice .why-tiles-grid{grid-template-columns:1fr}
  .cc-why-city-choice .why-stats-list{grid-template-columns:1fr 1fr;gap:16px}
  .cc-why-city-choice .why-stats-list strong{font-size:32px}
  .cc-why-city-choice .why-section{padding:56px 0}
  .cc-why-city-choice .why-section-h2{font-size:26px}
  .cc-why-city-choice .why-final-cta{padding:64px 0}
  .cc-why-city-choice .why-final-cta-h2{font-size:26px}
  .cc-why-city-choice .why-tile{padding:24px 22px 56px}
  .cc-why-city-choice .why-hero-inner{padding:56px 20px 52px}
  .cc-why-city-choice .why-hero-h1{font-size:30px}
  .cc-why-city-choice .why-hero-lede{font-size:16px}
  .cc-why-city-choice .why-final-cta-trust{flex-direction:column;align-items:center;gap:12px}
}
