/*
Theme Name: Calgary Senior Living
Description: Mobile-first senior living directory theme
Version: 5.0.0 CRM Email Verified Monetization
Author: Calgary Senior Living
*/

/* ── RESET & BASE ── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:16px;line-height:1.7;color:#1A2C3E;background:#F8FAFE;overflow-x:hidden;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:#2C7A7B;text-decoration:none;transition:color .2s}
a:hover{color:#115E5E}
h1,h2,h3,h4,h5,h6{font-family:Georgia,'Times New Roman',serif;font-weight:700;line-height:1.2;color:#1A2C3E;margin-bottom:.5em}
h1{font-size:1.75rem}
h2{font-size:1.4rem}
h3{font-size:1.15rem}
p{margin-bottom:1em}

/* ── BUTTONS ── */
.csl-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4em;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.9rem;font-weight:600;padding:.75em 1.4em;border-radius:999px;border:2px solid transparent;cursor:pointer;text-decoration:none;transition:all .2s;white-space:nowrap;-webkit-appearance:none}
.csl-btn-primary{background:#2C7A7B;color:#fff;border-color:#2C7A7B}
.csl-btn-primary:hover{background:#115E5E;color:#fff}
.csl-btn-outline{background:transparent;color:#2C7A7B;border-color:#2C7A7B}
.csl-btn-outline:hover{background:#2C7A7B;color:#fff}
.csl-btn-white{background:#fff;color:#2C7A7B;border-color:#fff}
.csl-btn-ghost-white{background:transparent;color:#fff;border-color:rgba(255,255,255,.6)}
.csl-btn-ghost-white:hover{background:rgba(255,255,255,.15)}

/* ── NOTICE BAR ── */
#csl-notice{background:#115E5E;padding:.5rem 1rem;text-align:center;position:relative}
#csl-notice p{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.72rem;color:rgba(255,255,255,.85);margin:0;line-height:1.5;padding-right:2rem}
#csl-notice strong{color:#F59E0B}
#csl-notice-close{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:rgba(255,255,255,.5);cursor:pointer;font-size:1.2rem;padding:0;line-height:1;touch-action:manipulation}

/* ── QUIZ CTA BAR ── */
#csl-quiz-bar-top{background:#F59E0B;padding:.5rem 1rem;text-align:center}
#csl-quiz-bar-top p{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.75rem;color:#fff;margin:0;line-height:1.5}
#csl-quiz-bar-top a{color:#fff;font-weight:700;text-decoration:underline}

/* ── HEADER ── */
.csl-header{background:#fff;border-bottom:1px solid #E2E8F0;position:sticky;top:0;z-index:100;box-shadow:0 1px 6px rgba(26,44,62,.07)}
.csl-header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:58px;max-width:1240px;margin:0 auto;padding:0 1rem}
.csl-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;flex-shrink:0}
.csl-logo-mark{width:30px;height:30px;background:#2C7A7B;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.csl-logo-mark svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2}
.csl-logo-name{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.875rem;font-weight:700;color:#2C7A7B;display:block;line-height:1.1}
.csl-logo-tag{display:none}
.csl-nav{display:none}
.csl-header-cta{display:flex;align-items:center;gap:.5rem}
.csl-header-phone{display:none}
.csl-header-cta .csl-btn{font-size:.78rem;padding:.5em 1em}
.csl-menu-toggle{background:none;border:1.5px solid #E2E8F0;border-radius:7px;padding:.4rem;cursor:pointer;color:#1A2C3E;display:flex;flex-direction:column;gap:4px;touch-action:manipulation}
.csl-menu-toggle span{display:block;width:18px;height:2px;background:currentColor}

/* mobile nav open */
.csl-nav.open{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:200;padding:1rem;overflow-y:auto}
.csl-nav.open ul{list-style:none;display:flex;flex-direction:column;gap:.25rem;margin-top:3.5rem}
.csl-nav.open ul li a{display:block;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:1.1rem;font-weight:500;color:#1A2C3E;padding:.85rem 1rem;border-radius:8px;border-bottom:1px solid #F4F7FC}
.csl-nav.open ul li a:hover{background:#F4F7FC;color:#2C7A7B}
.csl-nav-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.75rem;cursor:pointer;color:#6C7A8E;touch-action:manipulation}

/* ── FOOTER ── */
.csl-footer{background:#1E293B;color:rgba(255,255,255,.6);padding:2.5rem 0 0}
.csl-footer-inner{max-width:1240px;margin:0 auto;padding:0 1rem}
.csl-footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.08)}
.csl-footer h4{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.875rem;font-weight:700;color:#fff;margin-bottom:.75rem}
.csl-footer ul{list-style:none}
.csl-footer ul li{margin-bottom:.35rem}
.csl-footer ul li a{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.82rem;color:rgba(255,255,255,.4);transition:color .2s}
.csl-footer ul li a:hover{color:#F59E0B}
.csl-footer-brand{grid-column:1/-1}
.csl-footer-brand p{font-size:.82rem;color:rgba(255,255,255,.4);line-height:1.65;margin-top:.75rem}
.csl-footer-bottom{padding:1.25rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.csl-footer-bottom p{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.7rem;color:rgba(255,255,255,.25);margin:0}
.csl-footer-links{display:flex;gap:1.25rem}
.csl-footer-links a{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.7rem;color:rgba(255,255,255,.25)}

/* ── FLOAT BUTTON ── */
.csl-float{position:fixed;bottom:1rem;right:1rem;z-index:200;background:#2C7A7B;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.8rem;font-weight:700;padding:.65em 1.1em;border-radius:999px;box-shadow:0 4px 16px rgba(44,122,123,.45);display:flex;align-items:center;gap:.4em;text-decoration:none;touch-action:manipulation}
.csl-float:hover{background:#115E5E;color:#fff}
.csl-float-dot{width:6px;height:6px;border-radius:50%;background:#F59E0B;animation:csl-pulse 2s infinite;flex-shrink:0}
@keyframes csl-pulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.4}}

/* ── PAGE NUMBERS ── */
.page-numbers{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.875rem;font-weight:600;padding:.45em .85em;border-radius:7px;border:1.5px solid #E2E8F0;color:#1A2C3E;margin:0 2px;text-decoration:none;display:inline-block;transition:all .2s}
.page-numbers.current,.page-numbers:hover{background:#2C7A7B;color:#fff;border-color:#2C7A7B}

/* ── TABLET 640px+ ── */
@media(min-width:640px){
  h1{font-size:2.1rem}
  h2{font-size:1.65rem}
  .csl-header-inner{height:62px;padding:0 1.5rem}
  .csl-logo-tag{display:block;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.58rem;color:#6C7A8E;text-transform:uppercase;letter-spacing:.06em}
  .csl-logo-mark{width:32px;height:32px}
  .csl-logo-name{font-size:.95rem}
  .csl-header-phone{display:flex;align-items:center;gap:.35em;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.78rem;font-weight:600;color:#6C7A8E}
  .csl-footer-grid{grid-template-columns:1fr 1fr 1fr}
  .csl-footer-brand{grid-column:auto}
}

/* ── DESKTOP 1024px+ ── */
@media(min-width:1024px){
  h1{font-size:clamp(2rem,4vw,2.9rem)}
  h2{font-size:clamp(1.5rem,3vw,2.1rem)}
  .csl-header-inner{height:66px}
  .csl-logo-mark{width:34px;height:34px}
  .csl-logo-mark svg{width:18px;height:18px}
  .csl-nav{display:block}
  .csl-nav ul{display:flex;align-items:center;gap:.1rem;list-style:none}
  .csl-nav ul li a{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.875rem;font-weight:500;color:#1A2C3E;padding:.45em .8em;border-radius:7px;display:block;transition:all .2s;border-bottom:none}
  .csl-nav ul li a:hover,.csl-nav ul li.current-menu-item>a{color:#2C7A7B;background:#E6F4F1}
  .csl-nav-close{display:none}
  .csl-menu-toggle{display:none}
  .csl-footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}
  .csl-footer-brand{grid-column:auto}
  .csl-float{bottom:1.75rem;right:1.75rem;font-size:.875rem;padding:.75em 1.35em}
}

/* ── PHONE IN NAV (mobile overlay) ── */
.csl-nav-phone{display:none}
.csl-nav.open .csl-nav-phone{display:flex;align-items:center;gap:.75rem;margin-top:1.5rem;padding:1rem;background:#F8FAFE;border-radius:12px;border:1.5px solid #E2E8F0}
.csl-nav.open .csl-nav-phone a{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:1.1rem;font-weight:700;color:#2C7A7B;text-decoration:none}
.csl-nav.open .csl-nav-phone span{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.72rem;color:#6C7A8E}

/* ── PHONE in header (desktop) ── */
.csl-header-phone{display:none;align-items:center;gap:.35em;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.82rem;font-weight:700;color:#2C7A7B;text-decoration:none;white-space:nowrap}
.csl-header-phone:hover{color:#115E5E}
@media(min-width:780px){.csl-header-phone{display:flex}}

/* ── SECTION SPACING (better whitespace) ── */
.csl-section-gap{margin-bottom:clamp(2.5rem,5vw,4.5rem)}

/* ── IMPROVED BUTTON HOVER/FOCUS ── */
.csl-btn{transition:all .2s,outline 0s}
.csl-btn:hover{transform:translateY(-1px)}
.csl-btn:active{transform:translateY(0)}
.csl-btn:focus-visible{outline:3px solid #F59E0B;outline-offset:3px}
a:focus-visible{outline:2px solid #F59E0B;outline-offset:2px;border-radius:3px}
button:focus-visible{outline:3px solid #F59E0B;outline-offset:2px}

/* ── FLOAT BUTTON (phone on mobile) ── */
.csl-float{position:fixed;bottom:1rem;right:1rem;z-index:200;background:#2C7A7B;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.8rem;font-weight:700;padding:.65em 1em;border-radius:999px;box-shadow:0 4px 16px rgba(44,122,123,.45);display:flex;align-items:center;gap:.4em;text-decoration:none;touch-action:manipulation;max-width:calc(100vw - 2rem)}
.csl-float:hover,.csl-float:focus{background:#115E5E;color:#fff}
@media(min-width:640px){.csl-float{font-size:.875rem;padding:.75em 1.35em;bottom:1.75rem;right:1.75rem}}

/* ── ACCESSIBILITY BAR ── */
#csl-a11y-bar{background:#1A2C3E;padding:.3rem 1rem;display:flex;align-items:center;justify-content:flex-end;gap:.5rem}
#csl-a11y-bar span{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.68rem;color:rgba(255,255,255,.45);margin-right:.15rem}
#csl-a11y-bar button{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.72rem;font-weight:600;padding:.2em .6em;border-radius:5px;border:1.5px solid rgba(255,255,255,.2);background:transparent;color:rgba(255,255,255,.6);cursor:pointer;transition:all .2s;min-height:unset;min-width:unset}
#csl-a11y-bar button:hover,#csl-a11y-bar button.active{background:#2C7A7B;border-color:#2C7A7B;color:#fff}

/* ── STICKY PHONE (mobile only) ── */
#csl-sticky-phone{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#2C7A7B;padding:.6rem 1rem;text-align:center;position:sticky;top:58px;z-index:99;box-shadow:0 2px 8px rgba(44,122,123,.3)}
#csl-sticky-phone a{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.9rem;font-weight:700;color:#fff;text-decoration:none;display:flex;align-items:center;gap:.35em}
#csl-sticky-phone span{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.72rem;color:rgba(255,255,255,.75)}
@media(min-width:1024px){#csl-sticky-phone{display:none}}

/* ── WAITLIST + AHS BADGES ── */
.csl-badge-open{background:#10B981;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.62rem;font-weight:700;text-transform:uppercase;padding:.2em .55em;border-radius:5px}
.csl-badge-waitlist{background:#F59E0B;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.62rem;font-weight:700;text-transform:uppercase;padding:.2em .55em;border-radius:5px}
.csl-badge-full{background:#c0392b;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.62rem;font-weight:700;text-transform:uppercase;padding:.2em .55em;border-radius:5px}
.csl-badge-ahs{background:#115E5E;color:#E6F4F1;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.62rem;font-weight:700;text-transform:uppercase;padding:.2em .55em;border-radius:5px}

/* ── NAV PHONE ── */
.csl-nav-phone{display:none}
.csl-nav.open .csl-nav-phone{display:flex;flex-direction:column;gap:.2rem;margin-top:1.25rem;padding:1rem;background:#F4F7FC;border-radius:12px;border:1.5px solid #E2E8F0}
.csl-nav.open .csl-nav-phone a{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:1.1rem;font-weight:700;color:#2C7A7B;text-decoration:none}
.csl-nav.open .csl-nav-phone span{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.72rem;color:#6C7A8E}


body{color:#1A2C3E} p, li, label, input, select, textarea{color:#4A5B6E} input, select, textarea{font-size:16px} .csl-soft-copy{color:#4A5B6E !important} .csl-trust-card{background:#fff;border:1.5px solid #E2E8F0;border-radius:16px;padding:1.1rem 1.2rem} .csl-mini-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.8rem} .csl-note-pill{display:inline-flex;align-items:center;gap:.35rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.72rem;font-weight:700;color:#2C7A7B;background:#E6F4F1;padding:.35em .7em;border-radius:999px} 

/* Partner application form */
.csl-partner-app-wrap input,
.csl-partner-app-wrap select,
.csl-partner-app-wrap textarea{border:1.5px solid #E2E8F0;border-radius:10px;padding:.8rem .9rem;font-family:"DM Sans",sans-serif;background:#fff;color:#1A2C3E}
.csl-partner-app-wrap input:focus,
.csl-partner-app-wrap select:focus,
.csl-partner-app-wrap textarea:focus{outline:none;border-color:#2C7A7B;box-shadow:0 0 0 3px rgba(44,122,123,.12)}
.csl-partner-app-wrap label{font-family:"DM Sans",sans-serif;color:#1A2C3E}


/* Mobile fixes for CTA + sticky phone */
#csl-stickytel,#csl-sticky-phone{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#2C7A7B;padding:.6rem 1rem;text-align:center;position:sticky;top:58px;z-index:99;box-shadow:0 2px 8px rgba(44,122,123,.3);flex-wrap:wrap}
#csl-stickytel a,#csl-sticky-phone a{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.92rem;font-weight:700;color:#fff;text-decoration:none;display:flex;align-items:center;gap:.35em}
#csl-stickytel span,#csl-sticky-phone span{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.72rem;color:rgba(255,255,255,.78)}
@media(min-width:1024px){#csl-stickytel,#csl-sticky-phone{display:none}}

.csl-growth-cta-wrap{background:#F4F7FC;padding:2rem 1rem 3rem}
.csl-growth-cta{max-width:980px;margin:0 auto;background:linear-gradient(135deg,#115E5E,#2C7A7B);border-radius:22px;padding:1.35rem 1rem;box-shadow:0 10px 30px rgba(26,44,62,.12)}
.csl-growth-cta-grid{display:grid;grid-template-columns:1fr;gap:1rem;align-items:center}
.csl-growth-kicker{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#F59E0B;margin:0 0 .4rem}
.csl-growth-title{color:#fff;font-size:clamp(1.8rem,8vw,2.6rem);line-height:1.08;margin:0 0 .55rem;text-wrap:balance}
.csl-growth-text{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:rgba(255,255,255,.88);line-height:1.65;margin:0 0 .6rem;font-size:1rem}
.csl-growth-note{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:#fff;margin:0;font-size:.95rem;line-height:1.55}
.csl-growth-actions{display:flex;flex-direction:column;gap:.75rem;align-items:stretch;width:100%}
.csl-growth-btn{width:100%;min-height:52px;font-size:1rem;padding:.9em 1.1em}
.csl-growth-btn-light{background:#fff !important;color:#2C7A7B !important;border-color:#fff !important}
@media(min-width:768px){
  .csl-growth-cta{padding:1.6rem 1.4rem}
  .csl-growth-cta-grid{grid-template-columns:minmax(0,1fr) minmax(240px,320px);gap:1.25rem}
  .csl-growth-actions{width:auto}
}

/* Tighter mobile header */
@media(max-width:639px){
  .csl-header-inner{gap:.55rem;padding:0 .75rem}
  .csl-logo{min-width:0;gap:.45rem;flex:1 1 auto}
  .csl-logo-name{font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}
  .csl-header-cta{gap:.4rem;flex:0 0 auto}
  .csl-header-cta .csl-btn{font-size:.74rem;padding:.55em .85em}
  .csl-menu-toggle{padding:.45rem}
}


/* Total mobile polish */
.csl-logo-name{ text-transform:none; }
@media(max-width: 767px){
  .csl-header-inner{gap:.75rem;align-items:center}
  .csl-header-cta{display:flex;align-items:center;gap:.6rem;flex:0 0 auto}
  .csl-header-phone{display:none !important}
  .csl-logo{min-width:0;flex:1 1 auto;gap:.7rem}
  .csl-logo-tag{font-size:.8rem;line-height:1.15}
  .csl-logo-name{font-size:1.1rem;line-height:1.15;display:block}
  .csl-btn.csl-btn-primary{min-height:48px}
  .csl-header .csl-btn{padding:.75em 1em;font-size:.95rem;white-space:nowrap}
  .csl-menu-toggle{width:48px;height:48px;flex:0 0 48px}
  .csl-growth-cta-wrap{padding:1.25rem .875rem 2rem}
  .csl-growth-cta{padding:1.25rem 1rem;border-radius:18px}
  .csl-growth-cta-grid{grid-template-columns:minmax(0,1fr)!important;gap:1rem}
  .csl-growth-cta-copy,.csl-growth-actions{width:100%;max-width:none}
  .csl-growth-title{font-size:clamp(2rem,11vw,2.6rem);line-height:1.05}
  .csl-growth-text,.csl-growth-note{max-width:none}
  .csl-growth-actions{display:grid;grid-template-columns:1fr;gap:.75rem}
  .csl-growth-btn{width:100%;justify-content:center}
  .csl-footer-bottom{gap:.65rem}
}
@media(min-width:768px) and (max-width:1023px){
  .csl-growth-cta-grid{grid-template-columns:minmax(0,1fr)!important;gap:1rem}
  .csl-growth-actions{display:flex;flex-direction:row;gap:.75rem;width:100%}
  .csl-growth-btn{flex:1}
}


/* Mobile polish April 2026 */
@media(max-width:767px){
  #csl-a11y{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem;padding:.45rem .7rem !important}
  #csl-notice p,#csl-quiz-bar-top p{font-size:.68rem !important;line-height:1.4}
  .csl-header{top:0}
  .csl-header-inner{min-height:72px;height:auto;padding:.55rem .75rem}
  .csl-logo-tag{display:block;font-size:.66rem;color:#6C7A8E;line-height:1.15}
  .csl-logo-name{font-size:1rem;max-width:none;white-space:normal;overflow:visible;text-overflow:clip}
  .csl-logo-mark{width:56px;height:56px;border-radius:14px}
  .csl-logo-mark svg{width:26px;height:26px}
  .csl-header-cta .csl-btn{min-height:52px;padding:.8em 1rem;font-size:.88rem}
  .csl-menu-toggle{width:52px;height:52px;border-radius:14px}
  #csl-stickytel,#csl-sticky-phone{display:none !important}
  .csl-float{left:50%;right:auto;transform:translateX(-50%);bottom:calc(env(safe-area-inset-bottom,0px) + .75rem);width:calc(100vw - 1.5rem);max-width:420px;justify-content:center;padding:.85em 1em;font-size:1rem;border-radius:18px}
}
.csl-chatbot{position:fixed;right:1rem;bottom:5.5rem;z-index:210;max-width:min(92vw,360px)}
.csl-chatbot-toggle{background:#2C7A7B;color:#fff;border:none;border-radius:999px;padding:.85em 1.2em;font:700 .92rem 'DM Sans',sans-serif;box-shadow:0 8px 24px rgba(44,122,123,.25);cursor:pointer}
.csl-chatbot-panel{margin-top:.6rem;background:#fff;border:1.5px solid #E2E8F0;border-radius:18px;box-shadow:0 16px 40px rgba(26,44,62,.16);overflow:hidden}
.csl-chatbot-head{padding:1rem 1rem .7rem;background:#F4F7FC}.csl-chatbot-head strong{display:block}.csl-chatbot-head p{margin:.2rem 0 0;font-size:.8rem;color:#6C7A8E}
.csl-chatbot-messages{max-height:260px;overflow:auto;padding:1rem;display:flex;flex-direction:column;gap:.6rem;background:#fff}
.csl-chatbot-msg{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.86rem;line-height:1.5;padding:.7rem .85rem;border-radius:14px;max-width:92%}
.csl-chatbot-msg.bot{background:#F4F7FC;color:#1A2C3E;align-self:flex-start}
.csl-chatbot-msg.user{background:#2C7A7B;color:#fff;align-self:flex-end}
.csl-chatbot-quick{display:flex;flex-wrap:wrap;gap:.5rem;padding:0 1rem 1rem}
.csl-chatbot-quick button{border:1px solid #E2E8F0;background:#fff;border-radius:999px;padding:.45rem .8rem;font:600 .74rem 'DM Sans',sans-serif;cursor:pointer}
.csl-chatbot-form{display:flex;gap:.5rem;padding:0 1rem 1rem}.csl-chatbot-form input{flex:1;border:1.5px solid #E2E8F0;border-radius:12px;padding:.75rem .85rem}.csl-chatbot-form button{border:none;background:#F59E0B;color:#fff;border-radius:12px;padding:.75rem .95rem;font:700 .86rem 'DM Sans',sans-serif;cursor:pointer}
@media(max-width:767px){.csl-chatbot{right:.75rem;left:.75rem;bottom:5.2rem;max-width:none}.csl-chatbot-toggle{width:100%;justify-content:center;display:flex}}


/* Hide Get Free Help in header on mobile */
@media(max-width: 767px){
  .csl-header-cta, .csl-header-cta .csl-btn, .header-cta, .get-free-help, .btn-get-help {
    display:none !important;
  }
  .csl-header-inner{grid-template-columns:auto 1fr auto !important;display:grid;align-items:center;}
  .csl-logo{min-width:0;flex:1 1 auto;}
}

/* Final conversion fixes - April 25 2026 */
@media(max-width:767px){
  body{padding-bottom:76px!important;}
  #csl-stickytel,#csl-sticky-phone{
    display:flex!important;position:fixed!important;left:0!important;right:0!important;bottom:0!important;top:auto!important;
    z-index:999999!important;background:#10B981!important;color:#fff!important;align-items:center!important;justify-content:center!important;
    gap:.45rem!important;padding:.9rem 1rem calc(.9rem + env(safe-area-inset-bottom,0px))!important;box-shadow:0 -10px 28px rgba(0,0,0,.2)!important;
  }
  #csl-stickytel a,#csl-sticky-phone a{font-size:0!important;color:#fff!important;text-decoration:none!important;}
  #csl-stickytel a:after,#csl-sticky-phone a:after{content:'📞 Call now: (587) 575-1991';font-size:1.02rem!important;font-weight:900!important;color:#fff!important;}
  #csl-stickytel span,#csl-sticky-phone span{display:none!important;}
  .csl-float{display:none!important;}
  .csl-quiz-hero-btn{width:100%!important;justify-content:center!important;text-align:center!important;}
}
@media(min-width:768px){#csl-stickytel,#csl-sticky-phone{display:none!important;}}


/* ── TRUST + UX UPGRADE ── */
.csl-header{position:sticky;top:0;z-index:1000;box-shadow:0 2px 12px rgba(26,44,62,.08)}
.csl-menu-group{display:block;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#6C7A8E;margin:.65rem 0 .15rem;padding:.35rem .8rem;background:#F4F7FC;border-radius:999px}
.csl-drop-wide a,.csl-drop a{min-height:40px}
.csl-trust-transparency .csl-trust-card{box-shadow:0 8px 18px rgba(26,44,62,.05)}
.csl-btn,.csl-quiz-hero-btn,a[href^="tel:"]{min-height:44px}
.csl-conv-hero{padding-top:clamp(3rem,6vw,5.5rem)!important;padding-bottom:clamp(3rem,6vw,5.5rem)!important}
.csl-conv-hero h1{max-width:820px}
#csl-mobile-call-bottom{display:none;position:fixed;left:0;right:0;bottom:0;background:#10B981;color:#fff;text-align:center;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-weight:900;padding:14px 16px;z-index:99999;text-decoration:none;box-shadow:0 -4px 18px rgba(16,185,129,.32)}
#csl-back-top{position:fixed;right:1rem;bottom:5rem;width:44px;height:44px;border:none;border-radius:999px;background:#2C7A7B;color:#fff;font-size:1.35rem;font-weight:900;box-shadow:0 8px 20px rgba(44,122,123,.3);z-index:9999;opacity:0;pointer-events:none;transition:.2s;cursor:pointer}
#csl-back-top.show{opacity:1;pointer-events:auto}
@media(max-width:767px){body{padding-bottom:58px}#csl-mobile-call-bottom{display:block}.csl-conv-hero [style*="grid-template-columns"]{grid-template-columns:1fr!important}.csl-trust-transparency>div{grid-template-columns:1fr!important}.csl-hero-actions .csl-btn{width:100%;justify-content:center}.csl-trustbar span{display:block;width:100%}}
@media(min-width:768px){#csl-back-top{bottom:1.25rem}}

/* Mobile menu + footer care grouping fix - April 2026 */
#csl-quiz-bar-top{display:none!important;}
@media(max-width:767px){
  .csl-header-cta{display:flex!important;align-items:center!important;gap:.5rem!important;flex:0 0 auto!important;}
  .csl-header-cta .csl-btn,.csl-header-cta .csl-header-phone,.csl-header-phone{display:none!important;}
  .csl-menu-toggle{display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:5px!important;width:52px!important;height:52px!important;min-width:52px!important;min-height:52px!important;background:#fff!important;border:2px solid #2C7A7B!important;color:#2C7A7B!important;border-radius:14px!important;z-index:1002!important;}
  .csl-menu-toggle span{display:block!important;width:22px!important;height:3px!important;background:#2C7A7B!important;border-radius:999px!important;}
  .csl-nav.open{display:flex!important;flex-direction:column!important;position:fixed!important;inset:0!important;background:#fff!important;z-index:100000!important;padding:1rem 1rem 6rem!important;overflow-y:auto!important;}
  .csl-nav.open ul{display:flex!important;flex-direction:column!important;width:100%!important;margin-top:3.5rem!important;}
  .csl-nav-close{display:block!important;}
}
.csl-footer-care-groups h4{margin-bottom:1rem;}
.csl-footer-care-group{margin-bottom:1rem;padding-bottom:.85rem;border-bottom:1px solid rgba(255,255,255,.08);}
.csl-footer-care-group:last-child{border-bottom:none;}
.csl-footer-care-group strong{display:block;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.78rem;font-weight:900;color:#F59E0B;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.35rem;}
.csl-footer-care-group ul{margin:0;padding:0;list-style:none;}
.csl-footer-care-group li{margin:.28rem 0;}
.csl-footer-care-group a{color:rgba(255,255,255,.72);text-decoration:none;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.86rem;}
.csl-footer-care-group a:hover{color:#fff;text-decoration:underline;}

/* HARD FIX: mobile menu button visible on phone - April 2026 */
.csl-mobile-menu-button{display:none;background:#fff;border:2px solid #2C7A7B;border-radius:14px;width:52px;height:52px;min-width:52px;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer;color:#2C7A7B;z-index:100005;box-shadow:0 4px 12px rgba(44,122,123,.10)}
.csl-mobile-menu-button span{display:block;width:23px;height:3px;background:#2C7A7B;border-radius:999px}
@media(max-width:767px){
  .csl-header-inner{display:grid!important;grid-template-columns:1fr auto!important;align-items:center!important;gap:.75rem!important;min-height:82px!important;height:auto!important;padding:.75rem 1rem!important;}
  .csl-mobile-menu-button{display:flex!important;}
  .csl-header-cta{display:none!important;}
  .csl-logo{min-width:0!important;max-width:100%!important;}
  .csl-nav{display:none!important;}
  .csl-nav.open{display:flex!important;flex-direction:column!important;position:fixed!important;inset:0!important;background:#fff!important;z-index:100000!important;padding:1rem 1rem 6rem!important;overflow-y:auto!important;}
  .csl-nav.open ul{display:flex!important;flex-direction:column!important;align-items:stretch!important;width:100%!important;gap:0!important;margin-top:3.5rem!important;}
  .csl-nav.open li{width:100%!important;}
  .csl-nav.open ul li > a{font-size:1.05rem!important;padding:.9rem 1rem!important;min-height:48px!important;}
  .csl-nav-close{display:block!important;position:absolute!important;top:1rem!important;right:1rem!important;background:#F4F7FC!important;border:1px solid #E2E8F0!important;border-radius:12px!important;width:48px!important;height:48px!important;line-height:1!important;}
}
@media(min-width:768px){.csl-mobile-menu-button{display:none!important;}}

/* ABSOLUTE FINAL MOBILE MENU FIX - visible on phone even with cached/old header styles */
@media (max-width: 1023px){
  .csl-header{position:sticky!important;top:0!important;z-index:99998!important;overflow:visible!important;}
  .csl-header-inner{position:relative!important;display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:84px!important;height:auto!important;padding:14px 18px!important;gap:14px!important;}
  .csl-logo{max-width:calc(100% - 76px)!important;min-width:0!important;}
  .csl-logo-name{font-size:1.08rem!important;line-height:1.1!important;color:#1A2C3E!important;white-space:normal!important;}
  .csl-logo-tag{display:block!important;font-size:.82rem!important;text-transform:none!important;letter-spacing:0!important;color:#6C7A8E!important;}
  .csl-mobile-menu-button,#csl-mobile-toggle,.csl-menu-toggle,#csl-toggle{display:flex!important;visibility:visible!important;opacity:1!important;position:absolute!important;right:16px!important;top:50%!important;transform:translateY(-50%)!important;width:56px!important;height:56px!important;min-width:56px!important;min-height:56px!important;padding:0!important;margin:0!important;border:2px solid #2C7A7B!important;border-radius:16px!important;background:#FFFFFF!important;color:#2C7A7B!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:6px!important;z-index:100006!important;box-shadow:0 8px 22px rgba(26,44,62,.14)!important;cursor:pointer!important;}
  .csl-mobile-menu-button span,#csl-mobile-toggle span,.csl-menu-toggle span,#csl-toggle span{display:block!important;width:26px!important;height:3px!important;background:#2C7A7B!important;border-radius:999px!important;margin:0!important;}
  .csl-header-cta{display:block!important;position:absolute!important;right:16px!important;top:50%!important;transform:translateY(-50%)!important;width:56px!important;height:56px!important;z-index:100006!important;}
  .csl-header-cta .csl-btn,.csl-header-cta .csl-header-phone{display:none!important;}
  .csl-nav{display:none!important;}
  .csl-nav.open{display:flex!important;position:fixed!important;inset:0!important;background:#fff!important;z-index:100005!important;flex-direction:column!important;padding:18px 18px 110px!important;overflow-y:auto!important;}
  .csl-nav.open ul{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;width:100%!important;margin-top:56px!important;}
  .csl-nav.open li{width:100%!important;}
  .csl-nav.open ul li > a{display:flex!important;justify-content:space-between!important;align-items:center!important;width:100%!important;min-height:52px!important;padding:14px 12px!important;font-size:1.05rem!important;color:#1A2C3E!important;border-bottom:1px solid #E2E8F0!important;border-radius:0!important;}
  .csl-nav-close{display:flex!important;align-items:center!important;justify-content:center!important;position:absolute!important;top:16px!important;right:16px!important;width:52px!important;height:52px!important;background:#F4F7FC!important;border:1px solid #E2E8F0!important;border-radius:14px!important;font-size:2rem!important;color:#1A2C3E!important;z-index:100007!important;}
}
@media (min-width:1024px){.csl-mobile-menu-button,#csl-mobile-toggle{display:none!important;}}

/* Final mobile header fix: one hamburger only */
@media (max-width:1023px){
  .csl-header-cta{display:none!important;}
  #csl-toggle,.csl-menu-toggle{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;}
  #csl-mobile-toggle.csl-mobile-menu-button{display:flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;position:absolute!important;right:16px!important;top:50%!important;transform:translateY(-50%)!important;width:56px!important;height:56px!important;background:#fff!important;border:2px solid #2C7A7B!important;border-radius:16px!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:6px!important;z-index:100006!important;}
  #csl-mobile-toggle span{display:block!important;width:26px!important;height:3px!important;background:#2C7A7B!important;border-radius:999px!important;}
}
@media (min-width:1024px){#csl-mobile-toggle{display:none!important;}}

/* CSL final hero accessibility fix */
.csl-hero-checklist, .csl-hero-checklist li{color:#fff !important;}


/* CSL final PageSpeed fixes */
.csl-hero-checklist,.csl-hero-checklist li,.csl-hero-checklist *{color:#fff!important}
.csl-hero p{color:#E6F4F1!important}
img{content-visibility:auto}

/* CSL visible homepage final fixes */
.csl-hero-checklist, .csl-hero-checklist li, .csl-hero-checklist *{color:#fff!important;}
.csl-conv-hero p{color:#E6F4F1!important;}
.csl-testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;}
.csl-testimonial-card{background:#fff;border:1.5px solid #E2E8F0;border-radius:20px;padding:1.25rem;box-shadow:0 10px 24px rgba(26,44,62,.05);text-align:left;}
.csl-testimonial-card p{color:#4A5B6E;line-height:1.65;}
.csl-testimonial-card strong{color:#1A2C3E;}
@media(max-width:640px){.csl-conv-hero h1{font-size:2rem!important;line-height:1.12!important}.csl-conv-hero{padding-top:2rem!important}.csl-testimonial-grid{grid-template-columns:1fr}.csl-homepage-live section{padding-left:1rem!important;padding-right:1rem!important}}

/* CSL 4.8.2 FINAL VISIBILITY FIX */
.csl-fade{opacity:1!important;transform:none!important;visibility:visible!important}
.csl-card-grid,.csl-tiles,.csl-grid-3{display:grid!important;visibility:visible!important;opacity:1!important}
.csl-card-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important;gap:1.25rem!important}
.csl-tiles{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;gap:1rem!important}
.csl-homepage-live section{min-height:auto!important}
.csl-hero-checklist,.csl-hero-checklist li{color:#fff!important}

/* CSL final clickable care tile safety */
.csl-care-tile-link-final{cursor:pointer!important;text-decoration:none!important;pointer-events:auto!important}
.csl-care-tile-link-final *{pointer-events:none!important}
/* CSL 4.8.9 real care-card click override */
.csl-care-real-grid{position:relative!important;z-index:999!important}
.csl-care-real-card{pointer-events:auto!important;cursor:pointer!important;position:relative!important;z-index:1000!important}
.csl-care-real-card *{pointer-events:none!important}

/* CSL final quiz lead form visibility fix */
#csl-quiz-lead-form,
#csl-quiz-lead-form.csl-quiz-lead-form-visible{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  max-height:none !important;
  overflow:visible !important;
}
#csl-quiz-lead-form label{display:block!important;color:#1A2C3E!important;font-weight:700!important;margin-bottom:4px!important;}
#csl-quiz-lead-form input,
#csl-quiz-lead-form select{
  display:block!important;
  width:100%!important;
  min-height:48px!important;
  background:#fff!important;
  color:#1A2C3E!important;
  border:1.5px solid #E2E8F0!important;
  border-radius:10px!important;
  padding:.78rem!important;
  font-size:16px!important;
  box-sizing:border-box!important;
}

/* Final removal: hide postal-code closest homes/map section */
.csl-map-search,.csl-postal-search,.csl-closest-search,#csl-postal-box,#csl-map-canvas,#csl-map-results{display:none!important;}

/* CSL FIX: Top Communities cards uniform like Browse by Care Type */
.csl-top-communities .csl-card-grid,
.csl-top-communities-grid,
section.csl-top-communities .csl-card-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important;
  gap:1.25rem!important;
  align-items:stretch!important;
}
.csl-top-communities .csl-card-grid > article{
  height:100%!important;
  min-height:520px!important;
  display:flex!important;
  flex-direction:column!important;
  border-radius:18px!important;
  overflow:hidden!important;
}
.csl-top-communities .csl-card-grid > article > div:first-child{
  aspect-ratio:auto!important;
  height:190px!important;
  min-height:190px!important;
  max-height:190px!important;
}
.csl-top-communities .csl-card-grid > article img{
  width:100%!important;
  height:190px!important;
  object-fit:cover!important;
}
.csl-top-communities .csl-card-grid > article > div:last-child{
  flex:1!important;
  display:flex!important;
  flex-direction:column!important;
}
.csl-top-communities .csl-card-grid > article h3{min-height:2.7em!important;}
.csl-top-communities .csl-card-grid > article > div:last-child > p:nth-of-type(2){
  display:-webkit-box!important;
  -webkit-line-clamp:3!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  min-height:4.8em!important;
}
.csl-top-communities .csl-card-grid > article > div:last-child > div:last-child{margin-top:auto!important;}
@media(max-width:700px){
  .csl-top-communities .csl-card-grid{grid-template-columns:1fr!important;}
  .csl-top-communities .csl-card-grid > article{min-height:auto!important;}
}

/* CSL FINAL: Top Communities uniform premium cards + quiz match cards */
.csl-top-communities .csl-card-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important;gap:1.25rem!important;align-items:stretch!important}
.csl-top-communities .csl-card-grid>article{height:100%!important;min-height:440px!important;display:flex!important;flex-direction:column!important;border-radius:22px!important;overflow:hidden!important;background:#fff!important;border:1px solid #DDE8F1!important;box-shadow:0 12px 32px rgba(26,44,62,.07)!important}
.csl-top-communities .csl-card-grid>article>div:first-child{height:160px!important;min-height:160px!important;max-height:160px!important;overflow:hidden!important}
.csl-top-communities .csl-card-grid>article img{width:100%!important;height:160px!important;object-fit:cover!important;display:block!important}
.csl-top-communities .csl-card-grid>article>div:last-child{flex:1!important;display:flex!important;flex-direction:column!important;padding:1.1rem!important}
.csl-top-communities .csl-card-grid>article h3{font-size:1.15rem!important;line-height:1.25!important;min-height:2.8em!important;margin:.25rem 0 .6rem!important;color:#1A2C3E!important}
.csl-top-communities .csl-card-grid>article p{font-size:.92rem!important;line-height:1.55!important;color:#4A5B6E!important}
.csl-top-communities .csl-card-grid>article>div:last-child>p:nth-of-type(2){display:-webkit-box!important;-webkit-line-clamp:4!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:5.7em!important}
.csl-top-communities .csl-card-grid>article>div:last-child>div:last-child{margin-top:auto!important}
@media(max-width:700px){.csl-top-communities .csl-card-grid{grid-template-columns:1fr!important}.csl-top-communities .csl-card-grid>article{min-height:auto!important}}

/* CSL business growth additions */
@media(max-width:760px){.csl-verified-cta>div{grid-template-columns:1fr!important}.csl-verified-cta a{width:100%;justify-content:center}}
/* CSL final requested fixes: Top Communities 3x2 card grid + quiz lead close */
.csl-top-communities .csl-card-grid,.csl-top-communities-v2 .csl-card-grid,.csl-top-six-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:1.45rem!important;align-items:stretch!important}.csl-listing-card-v2{display:flex!important;flex-direction:column!important;background:#fff!important;border:1.5px solid #DDE8F1!important;border-radius:18px!important;overflow:hidden!important;box-shadow:0 12px 30px rgba(26,44,62,.07)!important;min-height:520px!important;height:100%!important}#csl-quiz.csl-quiz-submitted #csl-quiz-lead-form,#csl-quiz-lead-form.csl-form-closed,#csl-quiz-lead-form[hidden]{display:none!important;visibility:hidden!important;opacity:0!important;height:0!important;max-height:0!important;overflow:hidden!important;padding:0!important;margin:0!important;border:0!important}@media(max-width:980px){.csl-top-communities .csl-card-grid,.csl-top-communities-v2 .csl-card-grid,.csl-top-six-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:640px){.csl-top-communities .csl-card-grid,.csl-top-communities-v2 .csl-card-grid,.csl-top-six-grid{grid-template-columns:1fr!important}.csl-listing-card-v2{min-height:auto!important}}


/* CSL requested fix: keep accessibility skip link available to screen readers but never visually show it at the top */
.csl-hide-skip-link,.skip-link.screen-reader-text{position:absolute!important;left:-9999px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(1px,1px,1px,1px)!important;white-space:nowrap!important;}
.csl-hide-skip-link:focus,.skip-link.screen-reader-text:focus{left:1rem!important;top:1rem!important;width:auto!important;height:auto!important;clip:auto!important;overflow:visible!important;z-index:100000!important;background:#fff!important;color:#1A2C3E!important;padding:.75rem 1rem!important;border-radius:8px!important;box-shadow:0 8px 24px rgba(0,0,0,.18)!important;}


/* CSL fix: Resources dropdown and Blog & Articles link must be clickable on desktop and mobile */
@media (min-width:1024px){
  .csl-nav ul li{position:relative!important;}
  .csl-nav .csl-drop{display:none!important;position:absolute!important;top:calc(100% + 8px)!important;left:0!important;min-width:250px!important;background:#fff!important;border:1px solid #E2E8F0!important;border-radius:16px!important;box-shadow:0 18px 45px rgba(26,44,62,.16)!important;padding:.75rem!important;z-index:10050!important;}
  .csl-nav li:hover>.csl-drop,.csl-nav li:focus-within>.csl-drop{display:block!important;}
  .csl-nav .csl-drop a{display:block!important;width:100%!important;padding:.7rem .85rem!important;border-radius:10px!important;color:#1A2C3E!important;text-decoration:none!important;white-space:nowrap!important;}
  .csl-nav .csl-drop a:hover,.csl-nav .csl-drop a:focus{background:#E6F4F1!important;color:#115E5E!important;}
  .csl-nav .csl-drop-lbl{display:block!important;font-size:.68rem!important;text-transform:uppercase!important;letter-spacing:.08em!important;color:#6C7A8E!important;font-weight:800!important;margin:.35rem .85rem!important;}
  .csl-nav .csl-drop hr{border:0!important;border-top:1px solid #E2E8F0!important;margin:.45rem 0!important;}
}
@media (max-width:1023px){
  .csl-nav .csl-drop{display:none!important;padding:.25rem 0 .6rem 1rem!important;background:#F8FAFE!important;border-bottom:1px solid #E2E8F0!important;}
  .csl-nav li.mob-open>.csl-drop{display:block!important;}
  .csl-nav .csl-drop a{display:flex!important;align-items:center!important;min-height:44px!important;padding:.7rem 1rem!important;color:#1A2C3E!important;text-decoration:none!important;background:#fff!important;border-bottom:1px solid #EEF2F7!important;}
  .csl-nav .csl-drop-lbl{display:block!important;margin:.7rem 1rem .25rem!important;font-size:.7rem!important;text-transform:uppercase!important;letter-spacing:.08em!important;color:#6C7A8E!important;font-weight:800!important;}
  .csl-nav .csl-drop hr{border:0!important;border-top:1px solid #E2E8F0!important;margin:.4rem 0!important;}
}

/* CSL FIX 2026-05-09: all listing cards same layout as Top Communities. */
.csl-card-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:1.25rem!important;align-items:stretch!important;max-width:1240px!important;margin-left:auto!important;margin-right:auto!important}
.csl-card-grid>article.csl-fade,.csl-card-grid>article.csl-fallback-card{height:100%!important;min-height:440px!important;display:flex!important;flex-direction:column!important;border-radius:22px!important;overflow:hidden!important;background:#fff!important;border:1px solid #DDE8F1!important;box-shadow:0 12px 32px rgba(26,44,62,.07)!important}
.csl-card-grid>article.csl-fade>div:first-child{height:160px!important;min-height:160px!important;max-height:160px!important;aspect-ratio:auto!important;background:linear-gradient(135deg,#2C7A7B,#115E5E)!important;overflow:hidden!important}
.csl-card-grid>article.csl-fade>div:first-child img{width:100%!important;height:160px!important;object-fit:cover!important;display:block!important}
.csl-card-grid>article.csl-fade>div:last-child{flex:1!important;display:flex!important;flex-direction:column!important;padding:1.1rem!important}
.csl-card-grid>article.csl-fade h3{font-size:1.15rem!important;line-height:1.25!important;min-height:2.8em!important;margin:.25rem 0 .6rem!important;color:#1A2C3E!important}
.csl-card-grid>article.csl-fade p{font-size:.92rem!important;line-height:1.55!important;color:#4A5B6E!important}
.csl-card-grid>article.csl-fade>div:last-child>p:nth-of-type(2),.csl-card-grid>article.csl-fallback-card p{display:-webkit-box!important;-webkit-line-clamp:4!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:5.7em!important}
.csl-card-grid>article.csl-fade>div:last-child>div:last-child{margin-top:auto!important}
@media(max-width:1000px){.csl-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:700px){.csl-card-grid{grid-template-columns:1fr!important}.csl-card-grid>article.csl-fade,.csl-card-grid>article.csl-fallback-card{min-height:auto!important}}


/* CSL: remove large house emoji/icon placeholders from all cards */
.csl-final-house, .csl-card-v2-placeholder { font-size:0!important; color:transparent!important; }
.csl-final-house { display:none!important; }
.csl-final-top-media:empty, .csl-card-v2-placeholder, .csl-no-house-icon { background:linear-gradient(135deg,#F4F7FC,#E6F4F1)!important; }

/* CSL remove all house placeholders/icons from listing cards */
.csl-card-grid article a[tabindex="-1"] span,
.csl-card-v2-placeholder,
.csl-no-house-icon,
.csl-final-house{font-size:0!important;line-height:0!important;color:transparent!important;display:none!important;}
.csl-card-grid article>div:first-child a:empty::before,
.csl-card-v2-media:empty::before,
.csl-card-v2-placeholder::before,
.csl-no-house-icon::before{content:""!important;display:none!important;}

/* CSL FIX: listing cards must show editable front card images */
.csl-card-grid>article.csl-fade>.csl-card-front-image{display:flex!important;height:160px!important;min-height:160px!important;max-height:160px!important;aspect-ratio:auto!important;background:#E6F4F1!important;overflow:hidden!important;position:relative!important}
.csl-card-grid>article.csl-fade>.csl-card-front-image a{display:block!important;width:100%!important;height:100%!important}
.csl-card-grid>article.csl-fade>.csl-card-front-image img{display:block!important;width:100%!important;height:160px!important;object-fit:cover!important}
.csl-card-grid>article.csl-fade>.csl-card-front-image a:empty::before{content:""!important;display:none!important}

/* CSL 2026-05-09: show Front Card Image in Top Communities cards */
.csl-final-top-media{display:block!important;position:relative!important;overflow:hidden!important;background:#E6F4F1!important}
.csl-final-top-img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}


/* CSL hard fix: remove old orange/star placeholder from all card image areas */
.csl-card-v2-placeholder,.csl-no-house-icon,.csl-final-house,.csl-card-front-image svg,.csl-card-v2-media svg,.csl-final-top-media svg{display:none!important;visibility:hidden!important;opacity:0!important;width:0!important;height:0!important}
.csl-card-front-image a:empty::before,.csl-card-v2-media:empty::before,.csl-final-top-media:empty::before,.csl-card-v2-placeholder::before,.csl-no-house-icon::before{content:none!important;display:none!important}
.csl-card-front-image img,.csl-card-v2-media img,.csl-final-top-media img,.csl-final-top-img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
.csl-card-front-image>.csl-card-badges{display:flex!important;visibility:visible!important;opacity:1!important;width:auto!important;height:auto!important;z-index:8!important;position:absolute!important}
.csl-card-front-image>.csl-card-badges span{display:inline-flex!important;visibility:visible!important;opacity:1!important;align-items:center!important;line-height:1.15!important;box-shadow:0 3px 10px rgba(0,0,0,.16)!important}
.csl-is-featured{border-color:#F59E0B!important;box-shadow:0 10px 28px rgba(245,158,11,.18)!important}
.csl-is-verified{border-color:#10B981!important;box-shadow:0 10px 28px rgba(16,185,129,.18)!important}

/* CSL FIX: Browse by Care Type cards show image backgrounds */
.csl-care-tile-fixed,
.csl-care-tile-link-final{
  background-image:var(--tile-img),linear-gradient(135deg,var(--tile-color),#111)!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
}
.csl-care-tile-shade{
  background:linear-gradient(to top,rgba(0,0,0,.72),rgba(0,0,0,.36) 55%,rgba(0,0,0,.18))!important;
}

/* CSL FINAL: Browse by Care Type image backgrounds from plugin settings */
.csl-care-image-card{
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
}
.csl-care-image-card:before{display:none!important;}

/* CSL HARD FIX: do not show bundled placeholder artwork on care type cards */
.csl-care-uploaded-card{background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;}
.csl-care-uploaded-card:before,.csl-care-uploaded-card:after{display:none!important;}
.csl-care-uploaded-card svg,.csl-care-uploaded-card img[src$=".svg"]{display:none!important;}
.csl-care-uploaded-card>div{position:relative!important;z-index:3!important;}


/* CSL final fix: Text Size / Contrast working, mobile menu visible */
@media(max-width:1023px){
  .csl-header{position:sticky!important;top:0!important;z-index:100000!important;overflow:visible!important}
  .csl-header-inner{position:relative!important;display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:76px!important;padding:12px 16px!important}
  .csl-logo{max-width:calc(100% - 76px)!important}
  #csl-mobile-toggle.csl-mobile-menu-button{display:flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;position:absolute!important;right:14px!important;top:50%!important;transform:translateY(-50%)!important;width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important;background:#fff!important;border:2px solid #2C7A7B!important;border-radius:15px!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:6px!important;z-index:100020!important;cursor:pointer!important}
  #csl-mobile-toggle.csl-mobile-menu-button span{display:block!important;width:26px!important;height:3px!important;background:#2C7A7B!important;border-radius:999px!important}
  .csl-nav.open{position:fixed!important;inset:0!important;display:flex!important;background:#fff!important;z-index:100019!important;padding:22px 18px 32px!important;overflow-y:auto!important}
}
@media(min-width:1024px){#csl-mobile-toggle.csl-mobile-menu-button{display:none!important}}

/* CSL final: remove bundled placeholder artwork from care type tiles; allow real uploaded images/gradients only */
.csl-care-tile-shade,
.csl-care-tile-link-final::before,
.csl-care-tile-link-final::after,
.csl-final-care-card::before,
.csl-final-care-card::after{content:none!important;display:none!important;background:none!important}
.csl-care-tile-link-final svg,
.csl-final-care-card svg,
.csl-care-image-card img[src$=".svg"],
.csl-care-real-image-card img[src$=".svg"]{display:none!important}


/* CSL Care Type overlay + no default artwork */
.csl-care-upload-only-card{position:relative!important;overflow:hidden!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}
.csl-care-upload-only-card:before{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(6,18,26,.15),rgba(6,18,26,.42) 45%,rgba(6,18,26,.82))!important;z-index:1!important}
.csl-care-upload-only-card:after,.csl-care-upload-only-card svg,.csl-care-upload-only-card img,.csl-care-upload-only-card [class*="placeholder"]{display:none!important}
.csl-care-upload-only-content{position:relative!important;z-index:2!important}

/* CSL AL Navigator reviewed availability snapshot */
.csl-availability-snapshot table th,
.csl-availability-snapshot table td { vertical-align: middle; }
@media (max-width: 760px){
  .csl-availability-snapshot{padding:2rem .85rem!important;}
  .csl-availability-snapshot h2{font-size:1.65rem!important;}
}

/* Professional Availability Snapshot */
.csl-pro-availability{background:#F8FAFB;padding:clamp(2.5rem,5vw,4.5rem) 1rem}.csl-pro-availability__inner{max-width:1180px;margin:0 auto}.csl-pro-availability__header{text-align:center;margin:0 auto 1.5rem;max-width:860px}.csl-eyebrow{font-family:'DM Sans',sans-serif;font-size:.74rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:#2C5F5A;margin:0 0 .45rem}.csl-pro-availability h2{font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.12;margin:0 0 .65rem;color:#1F2937}.csl-pro-availability__header>p:not(.csl-eyebrow):not(.csl-availability-source){font-family:'DM Sans',sans-serif;color:#4A5B6E;line-height:1.7;margin:0 auto;max-width:760px}.csl-availability-trustbar{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin:1rem 0 0}.csl-availability-trustbar span{background:#fff;border:1px solid #E2E8F0;border-radius:999px;padding:.45rem .8rem;font-family:'DM Sans',sans-serif;font-weight:800;color:#2C5F5A;font-size:.88rem}.csl-availability-source{font-family:'DM Sans',sans-serif;color:#6C7A8E;font-size:.86rem;margin:.85rem 0 0}.csl-availability-filters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;background:#fff;border:1px solid #E2E8F0;border-radius:18px;padding:1rem;margin:0 0 1rem;box-shadow:0 10px 26px rgba(31,41,55,.05)}.csl-availability-filters label{font-family:'DM Sans',sans-serif;font-weight:800;color:#1F2937;font-size:.9rem}.csl-availability-filters select{width:100%;margin-top:.35rem;border:1px solid #CBD5E1;border-radius:12px;padding:.75rem .85rem;background:#F8FAFB;font:inherit;color:#1F2937}.csl-availability-table-wrap{background:#fff;border:1px solid #E2E8F0;border-radius:22px;overflow:auto;box-shadow:0 18px 46px rgba(31,41,55,.08)}.csl-availability-table{width:100%;border-collapse:separate;border-spacing:0;font-family:'DM Sans',sans-serif;min-width:960px}.csl-availability-table th{background:#EAF4F2;color:#1F2937;text-align:left;padding:1rem;font-size:.82rem;text-transform:uppercase;letter-spacing:.05em}.csl-availability-table td{padding:1rem;border-top:1px solid #E2E8F0;color:#334155;vertical-align:middle}.csl-availability-table tbody tr{transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.csl-availability-table tbody tr:hover{background:#FCFBF7;box-shadow:inset 4px 0 0 #C8A96B}.csl-status-pill,.csl-tour-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.38rem .75rem;font-weight:900;font-size:.82rem;white-space:nowrap}.csl-status-pill.is-open{background:#D1FAE5;color:#065F46}.csl-status-pill.is-limited{background:#FEF3C7;color:#92400E}.csl-status-pill.is-waitlist{background:#FEE2E2;color:#991B1B}.csl-status-pill.is-neutral{background:#E0F2FE;color:#075985}.csl-tour-badge{background:#F1F5F9;color:#334155}.csl-availability-actions{display:flex;gap:.5rem;flex-wrap:wrap}.csl-availability-actions a{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.55rem .8rem;font-weight:900;text-decoration:none;border:1px solid #2C5F5A;color:#2C5F5A;background:#fff}.csl-availability-actions a:last-child{background:#2C5F5A;color:#fff}.csl-availability-footnote{text-align:center;font-family:'DM Sans',sans-serif;color:#6C7A8E;font-size:.88rem;line-height:1.65;margin:1rem auto 0;max-width:900px}.csl-availability-footnote a{color:#2C5F5A;font-weight:900}@media(max-width:760px){.csl-pro-availability{padding:2rem .9rem}.csl-availability-filters{grid-template-columns:1fr}.csl-availability-table{min-width:0}.csl-availability-table thead{display:none}.csl-availability-table,.csl-availability-table tbody,.csl-availability-table tr,.csl-availability-table td{display:block;width:100%}.csl-availability-table-wrap{overflow:visible;background:transparent;border:0;box-shadow:none}.csl-availability-table tr{background:#fff;border:1px solid #E2E8F0;border-radius:18px;margin:0 0 .9rem;padding:.35rem;box-shadow:0 12px 30px rgba(31,41,55,.07)}.csl-availability-table td{border:0;padding:.7rem .9rem;display:flex;justify-content:space-between;gap:1rem;text-align:right}.csl-availability-table td:before{content:attr(data-label);font-weight:900;color:#1F2937;text-align:left}.csl-availability-table td:first-child{display:block;text-align:left;font-size:1.08rem}.csl-availability-table td:first-child:before{display:none}.csl-availability-actions{justify-content:flex-end}.csl-availability-actions a{flex:1;min-width:120px}}

/* CSL Advanced Availability, Compare, Favorites & Alerts */
.csl-pro-availability,.csl-compare-page{background:#F8FAFB;padding:3.5rem 1rem}.csl-pro-wrap{max-width:1180px;margin:0 auto}.csl-pro-head{text-align:center;max-width:760px;margin:0 auto 1.2rem}.csl-pro-head h2,.csl-compare-page h1{margin:.15rem 0 .55rem;color:#1F2937}.csl-kicker{font-size:.74rem;font-weight:900;text-transform:uppercase;letter-spacing:.11em;color:#2C5F5A;margin:0 0 .35rem;font-family:DM Sans,system-ui,sans-serif}.csl-pro-head p,.csl-compare-intro{font-family:DM Sans,system-ui,sans-serif;color:#4A5B6E;line-height:1.75}.csl-pro-trust{display:flex;gap:.55rem;flex-wrap:wrap;justify-content:center;margin:1rem 0}.csl-pro-trust span{background:#fff;border:1px solid #E2E8F0;border-radius:999px;padding:.55rem .8rem;font-size:.82rem;font-weight:800;color:#2C5F5A}.csl-pro-filters{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:.7rem;background:#fff;border:1px solid #E2E8F0;border-radius:18px;padding:.8rem;margin:1rem 0;box-shadow:0 8px 22px rgba(26,44,62,.05)}.csl-pro-filters input,.csl-pro-filters select{border:1px solid #CBD5E1;border-radius:12px;padding:.8rem;font-size:1rem}.csl-filter-reset,.csl-pro-actions button,.csl-card-tools button,.csl-clear-compare,.csl-opening-alert-form button{border:0;border-radius:999px;background:#2C5F5A;color:#fff;font-weight:900;padding:.75rem 1rem;cursor:pointer}.csl-pro-table-shell,.csl-compare-table-wrap{overflow:auto;background:#fff;border:1px solid #E2E8F0;border-radius:22px;box-shadow:0 14px 34px rgba(26,44,62,.08)}.csl-pro-table,.csl-compare-table{width:100%;border-collapse:collapse;min-width:980px;font-family:DM Sans,system-ui,sans-serif}.csl-pro-table th,.csl-compare-table th{background:#E6F4F1;color:#1F2937;text-align:left;padding:1rem;font-size:.84rem;text-transform:uppercase;letter-spacing:.04em}.csl-pro-table td,.csl-compare-table td{border-top:1px solid #E2E8F0;padding:1rem;vertical-align:middle;color:#334155}.csl-pro-table tbody tr:hover{background:#FBF7EF}.csl-status-pill,.csl-tour-pill,.csl-mini-verified{display:inline-flex;border-radius:999px;padding:.34rem .7rem;font-size:.78rem;font-weight:900;white-space:nowrap}.csl-status-immediate,.csl-status-open{background:#D1FAE5;color:#065F46}.csl-status-limited{background:#FEF3C7;color:#92400E}.csl-status-waitlist{background:#FEE2E2;color:#991B1B}.csl-status-currently,.csl-status-full{background:#E5E7EB;color:#374151}.csl-tour-pill{background:#E0F2FE;color:#075985}.csl-mini-verified{background:#10B981;color:#fff;margin-left:.45rem;font-size:.68rem}.csl-pro-actions{display:flex;gap:.4rem;align-items:center;flex-wrap:wrap}.csl-pro-actions a,.csl-pro-actions button{font-size:.78rem;text-decoration:none;border-radius:999px;padding:.5rem .7rem;font-weight:900}.csl-pro-actions a{background:#F1F5F9;color:#1F2937}.csl-pro-actions button{background:#2C5F5A;color:#fff}.csl-pro-actions .is-added,.csl-card-tools .is-added{background:#C8A96B!important;color:#1F2937!important}.csl-alert-box{margin-top:1rem;background:#fff;border:1px solid #E2E8F0;border-left:6px solid #C8A96B;border-radius:20px;padding:1rem;display:grid;grid-template-columns:1fr 1.4fr;gap:1rem;align-items:center}.csl-alert-box strong{color:#1F2937}.csl-alert-box p{margin:.2rem 0 0;color:#64748B}.csl-opening-alert-form{display:grid;grid-template-columns:1fr 1.2fr 1fr auto;gap:.55rem}.csl-opening-alert-form input,.csl-opening-alert-form select{border:1px solid #CBD5E1;border-radius:12px;padding:.75rem}.csl-alert-response{grid-column:1/-1;color:#2C5F5A;font-weight:800}.csl-card-tools{display:flex;gap:.45rem;flex-wrap:wrap;margin:.25rem 1.25rem .85rem}.csl-card-tools button{background:#F1F5F9;color:#2C5F5A;border:1px solid #D7E3E1;padding:.55rem .75rem;font-size:.78rem}.csl-empty-compare{background:#fff;border:1px dashed #CBD5E1;border-radius:18px;padding:2rem;text-align:center;color:#64748B}.csl-primary-link{display:inline-flex;margin-top:1rem;background:#2C5F5A;color:#fff;text-decoration:none;border-radius:999px;padding:.8rem 1rem;font-weight:900}.csl-clear-compare{margin-top:1rem;background:#991B1B}@media(max-width:820px){.csl-pro-filters,.csl-alert-box,.csl-opening-alert-form{grid-template-columns:1fr}.csl-pro-table,.csl-pro-table thead,.csl-pro-table tbody,.csl-pro-table th,.csl-pro-table td,.csl-pro-table tr{display:block;min-width:0}.csl-pro-table thead{display:none}.csl-pro-table tr{margin:.85rem;border:1px solid #E2E8F0;border-radius:18px;overflow:hidden;background:#fff}.csl-pro-table td{display:flex;justify-content:space-between;gap:1rem;padding:.75rem 1rem}.csl-pro-table td:before{font-weight:900;color:#64748B}.csl-pro-table td:nth-child(1):before{content:'Community'}.csl-pro-table td:nth-child(2):before{content:'Area'}.csl-pro-table td:nth-child(3):before{content:'Care'}.csl-pro-table td:nth-child(4):before{content:'Availability'}.csl-pro-table td:nth-child(5):before{content:'Tours'}.csl-pro-table td:nth-child(6):before{content:'Price'}.csl-pro-table td:nth-child(7):before{content:'Updated'}.csl-pro-table td:nth-child(8){display:block}.csl-pro-table td:nth-child(8):before{content:'Actions';display:block;margin-bottom:.5rem}.csl-pro-actions a,.csl-pro-actions button{min-height:42px;display:inline-flex;align-items:center}.csl-compare-table{min-width:860px}}


/* CSL: Hide SEO-only H1 visually but keep it available for search/accessibility */
.screen-reader-text,
.csl-seo-only-h1 {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
