:root{
  --cm-navy:#123257;
  --cm-blue:#2563eb;
  --cm-sky:#eaf4ff;
  --cm-green:#16a66a;
  --cm-mint:#e9fbf4;
  --cm-text:#1f2937;
  --cm-muted:#64748b;
  --cm-border:#dbe7f3;
  --cm-bg:#f5f9fc;
  --cm-white:#fff;
  --cm-shadow:0 18px 50px rgba(15,46,80,.11);
  --cm-shadow-soft:0 10px 30px rgba(15,46,80,.08);
  --cm-radius:24px;
}
body.cmlc-v10-front{
  background:var(--cm-bg);
}
body.cmlc-v10-front .siteContent,
body.cmlc-v10-front .siteContent .container,
body.cmlc-v10-front .mainSection{
  padding-top:0!important;
  padding-bottom:0!important;
}
body.cmlc-v10-front .entry-title,
body.cmlc-v10-front .page-header,
body.cmlc-v10-front .vk_pageHeader,
body.cmlc-v10-front .breadcrumb,
body.cmlc-v10-front .veu_page_header{
  display:none!important;
}
.cm-lp{
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--cm-text);
  overflow:hidden;
}
.cm-shell{
  width:min(1160px,calc(100% - 32px));
  margin:0 auto;
}
.cm-eyebrow{
  margin:0 0 10px;
  color:var(--cm-blue);
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:12px;
}
.cm-hero{
  position:relative;
  padding:72px 0 48px;
  background:
    radial-gradient(circle at 15% 18%,rgba(37,99,235,.16),transparent 30%),
    radial-gradient(circle at 85% 12%,rgba(22,166,106,.16),transparent 28%),
    linear-gradient(135deg,#f7fbff 0%,#eef8ff 52%,#f6fffb 100%);
}
.cm-hero:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:80px;
  background:linear-gradient(to bottom,rgba(245,249,252,0),var(--cm-bg));
}
.cm-hero__grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);
  gap:38px;
  align-items:center;
}
.cm-hero h1{
  margin:0;
  color:var(--cm-navy);
  font-size:clamp(38px,6vw,70px);
  line-height:1.06;
  font-weight:900;
  letter-spacing:-.05em;
}
.cm-hero__lead{
  margin:24px 0 0;
  max-width:620px;
  color:#40516a;
  font-size:18px;
  line-height:1.9;
}
.cm-hero__actions,.cm-b2b-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}
.cm-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 22px;
  border-radius:999px;
  font-weight:800;
  text-decoration:none!important;
  transition:.2s ease;
  border:1px solid transparent;
}
.cm-btn--primary{
  background:linear-gradient(135deg,var(--cm-blue),#1746a2);
  color:#fff!important;
  box-shadow:0 14px 30px rgba(37,99,235,.24);
}
.cm-btn--ghost{
  background:rgba(255,255,255,.84);
  color:var(--cm-navy)!important;
  border-color:rgba(18,50,87,.12);
}
.cm-btn:hover{
  transform:translateY(-2px);
  filter:brightness(1.02);
}
.cm-hero__badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}
.cm-hero__badges span{
  display:inline-flex;
  padding:8px 13px;
  border:1px solid rgba(18,50,87,.1);
  border-radius:999px;
  background:rgba(255,255,255,.72);
  color:var(--cm-navy);
  font-size:13px;
  font-weight:800;
}
.cm-hero__panel{
  display:grid;
  gap:16px;
}
.cm-hero-card{
  background:rgba(255,255,255,.88);
  border:1px solid rgba(219,231,243,.9);
  border-radius:32px;
  padding:30px;
  box-shadow:var(--cm-shadow);
  backdrop-filter:blur(10px);
}
.cm-hero-card__icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:20px;
  background:linear-gradient(135deg,var(--cm-blue),var(--cm-green));
  color:#fff;
  font-size:34px;
  font-weight:800;
  margin-bottom:18px;
}
.cm-hero-card strong{
  display:block;
  color:var(--cm-navy);
  font-size:26px;
  line-height:1.35;
}
.cm-hero-card p{
  margin:12px 0 0;
  color:var(--cm-muted);
  line-height:1.8;
}
.cm-hero-card-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.cm-hero-mini{
  padding:20px;
  border-radius:22px;
  background:#fff;
  border:1px solid var(--cm-border);
  box-shadow:var(--cm-shadow-soft);
}
.cm-hero-mini strong{
  display:block;
  color:var(--cm-navy);
  font-size:18px;
}
.cm-hero-mini span{
  display:block;
  margin-top:4px;
  color:var(--cm-muted);
  font-size:13px;
}
.cm-search-section,.cm-feature-section,.cm-core-list-section,.cm-region-section,.cm-specialty-section,.cm-column-section,.cm-topic-section,.cm-b2b-section{
  padding:64px 0;
}
.cm-section-head{
  text-align:center;
  max-width:760px;
  margin:0 auto 28px;
}
.cm-section-head--left{
  text-align:left;
  margin-left:0;
}
.cm-section-head--between{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:flex-end;
  max-width:none;
  text-align:left;
}
.cm-section-head h2{
  margin:0;
  color:var(--cm-navy);
  font-size:clamp(28px,4vw,42px);
  font-weight:900;
  letter-spacing:-.03em;
}
.cm-section-head p:not(.cm-eyebrow){
  margin:12px 0 0;
  color:var(--cm-muted);
  line-height:1.85;
}
.cm-search-box{
  background:#fff;
  border:1px solid var(--cm-border);
  border-radius:var(--cm-radius);
  box-shadow:var(--cm-shadow);
  padding:30px;
}
.cm-search-form{
  display:grid;
  grid-template-columns:2fr 1fr 1fr auto;
  gap:14px;
  align-items:end;
}
.cm-field span{
  display:block;
  margin:0 0 8px;
  color:var(--cm-navy);
  font-size:13px;
  font-weight:900;
}
.cm-field input,.cm-field select{
  width:100%;
  min-height:50px;
  border:1px solid var(--cm-border);
  border-radius:15px;
  padding:0 14px;
  background:#fbfdff;
  color:var(--cm-text);
}
.cm-search-submit{
  border:0;
  cursor:pointer;
  min-height:50px;
}
.cm-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.cm-feature-card{
  position:relative;
  min-height:260px;
  padding:28px;
  border-radius:var(--cm-radius);
  background:#fff;
  color:var(--cm-text)!important;
  text-decoration:none!important;
  border:1px solid var(--cm-border);
  box-shadow:var(--cm-shadow-soft);
  transition:.2s ease;
}
.cm-feature-card:hover,.cm-topic-card:hover,.cm-column-card:hover,.cm-specialty-grid a:hover,.cm-pref-list a:hover{
  transform:translateY(-3px);
  box-shadow:var(--cm-shadow);
}
.cm-feature-card__mark{
  display:inline-grid;
  place-items:center;
  width:44px;
  height:44px;
  border-radius:16px;
  background:var(--cm-sky);
  color:var(--cm-blue);
  font-weight:900;
}
.cm-feature-card h3{
  margin:22px 0 12px;
  color:var(--cm-navy);
  font-size:24px;
  font-weight:900;
}
.cm-feature-card p{
  margin:0;
  color:var(--cm-muted);
  line-height:1.75;
}
.cm-feature-card em{
  position:absolute;
  left:28px;
  bottom:24px;
  color:var(--cm-blue);
  font-style:normal;
  font-weight:900;
}
.cm-region-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
.cm-region-card{
  padding:24px;
  border-radius:var(--cm-radius);
  border:1px solid var(--cm-border);
  background:#fff;
  box-shadow:var(--cm-shadow-soft);
}
.cm-region-card h3{
  margin:0 0 16px;
  color:var(--cm-navy);
  font-weight:900;
  font-size:20px;
}
.cm-pref-list,.cm-specialty-grid{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.cm-pref-list a,.cm-specialty-grid a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:8px 13px;
  border-radius:999px;
  background:#f7fbff;
  border:1px solid var(--cm-border);
  color:var(--cm-navy)!important;
  text-decoration:none!important;
  font-size:13px;
  font-weight:800;
  transition:.2s ease;
}
.cm-specialty-grid{
  justify-content:center;
  max-width:980px;
  margin:0 auto;
}
.cm-specialty-grid a{
  min-height:46px;
  padding:10px 18px;
  background:#fff;
  box-shadow:var(--cm-shadow-soft);
}
.cm-column-grid,.cm-topic-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.cm-column-card{
  background:#fff;
  border:1px solid var(--cm-border);
  border-radius:var(--cm-radius);
  overflow:hidden;
  box-shadow:var(--cm-shadow-soft);
  transition:.2s ease;
}
.cm-column-card a{
  color:inherit!important;
  text-decoration:none!important;
}
.cm-column-card__thumb{
  height:170px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--cm-sky),var(--cm-mint));
  color:var(--cm-blue);
  font-weight:900;
}
.cm-column-card__thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.cm-column-card__body{
  padding:20px;
}
.cm-column-card__date{
  margin:0 0 8px;
  color:var(--cm-blue);
  font-size:12px;
  font-weight:900;
}
.cm-column-card h3{
  margin:0;
  color:var(--cm-navy);
  font-size:18px;
  font-weight:900;
  line-height:1.55;
}
.cm-column-card__body p:last-child{
  margin:10px 0 0;
  color:var(--cm-muted);
  line-height:1.75;
  font-size:14px;
}
.cm-text-link{
  color:var(--cm-blue)!important;
  font-weight:900;
  text-decoration:none!important;
}
.cm-topic-card{
  display:block;
  padding:22px;
  border-radius:22px;
  border:1px solid var(--cm-border);
  background:#fff;
  box-shadow:var(--cm-shadow-soft);
  color:inherit!important;
  text-decoration:none!important;
  transition:.2s ease;
}
.cm-topic-card strong{
  display:block;
  color:var(--cm-navy);
  font-size:18px;
}
.cm-topic-card span{
  display:block;
  margin-top:8px;
  color:var(--cm-muted);
  line-height:1.6;
  font-size:14px;
}
.cm-b2b-section{
  padding-bottom:88px;
}
.cm-b2b-card{
  display:flex;
  justify-content:space-between;
  gap:28px;
  align-items:center;
  padding:38px;
  border-radius:32px;
  background:linear-gradient(135deg,var(--cm-navy),#1b6b84);
  color:#fff;
  box-shadow:var(--cm-shadow);
}
.cm-b2b-card .cm-eyebrow,.cm-b2b-card h2,.cm-b2b-card p{
  color:#fff;
}
.cm-b2b-card h2{
  margin:0;
  font-size:clamp(26px,4vw,40px);
  font-weight:900;
}
.cm-b2b-card p:not(.cm-eyebrow){
  margin:12px 0 0;
  opacity:.86;
  line-height:1.8;
}
.cm-b2b-card .cm-btn--ghost{
  background:rgba(255,255,255,.12);
  color:#fff!important;
  border-color:rgba(255,255,255,.28);
}
.cm-empty{
  grid-column:1/-1;
  padding:28px;
  background:#fff;
  border-radius:var(--cm-radius);
  border:1px solid var(--cm-border);
  text-align:center;
  color:var(--cm-muted);
}
@media (max-width: 991px){
  .cm-hero__grid,.cm-feature-grid,.cm-column-grid,.cm-topic-grid{
    grid-template-columns:1fr;
  }
  .cm-search-form{
    grid-template-columns:1fr 1fr;
  }
  .cm-search-submit{
    grid-column:1/-1;
  }
  .cm-b2b-card,.cm-section-head--between{
    display:block;
  }
  .cm-text-link{
    display:inline-flex;
    margin-top:16px;
  }
}
@media (max-width: 767px){
  .cm-shell{
    width:min(100% - 22px,1160px);
  }
  .cm-hero{
    padding:44px 0 28px;
  }
  .cm-search-section,.cm-feature-section,.cm-core-list-section,.cm-region-section,.cm-specialty-section,.cm-column-section,.cm-topic-section,.cm-b2b-section{
    padding:42px 0;
  }
  .cm-search-form,.cm-region-grid{
    grid-template-columns:1fr;
  }
  .cm-hero-card-row{
    grid-template-columns:1fr;
  }
  .cm-search-box,.cm-hero-card,.cm-b2b-card{
    padding:22px;
    border-radius:24px;
  }
  .cm-feature-card{
    min-height:230px;
  }
  .cm-hero__actions,.cm-b2b-actions{
    flex-direction:column;
  }
  .cm-btn{
    width:100%;
  }
}


/* v1.2 Core Plugin integration */
.cm-hero__badges a{
  display:inline-flex;
  padding:8px 13px;
  border:1px solid rgba(18,50,87,.1);
  border-radius:999px;
  background:rgba(255,255,255,.72);
  color:var(--cm-navy)!important;
  font-size:13px;
  font-weight:800;
  text-decoration:none!important;
}
.cm-search-section--core .cm-search-box--core{
  overflow:visible;
}
.cm-search-box--core .cm-facility-search-wrap{
  margin-top:24px;
}
.cm-core-list-section{
  background:linear-gradient(180deg,#fff 0%,var(--cm-bg) 100%);
}
.cm-core-list-section .cm-facility-list{
  margin-top:24px;
}
.cm-core-fallback{
  padding:26px;
  border:1px solid var(--cm-border);
  border-radius:var(--cm-radius);
  background:#fff;
  box-shadow:var(--cm-shadow-soft);
}
.cm-core-fallback h3{
  margin:0 0 8px;
  color:var(--cm-navy);
  font-size:20px;
  font-weight:900;
}
.cm-core-fallback p{
  margin:0;
  color:var(--cm-muted);
  line-height:1.8;
}
.cm-core-fallback--compact{
  max-width:760px;
}

/* v1.4 LP admin settings */
.cm-hero-image-card{
  overflow:hidden;
  min-height:360px;
  border:1px solid rgba(18,50,87,.08);
  border-radius:32px;
  background:#fff;
  box-shadow:var(--cm-shadow);
}
.cm-hero-image-card img{
  display:block;
  width:100%;
  height:100%;
  min-height:360px;
  object-fit:cover;
}
.cm-lp-v14 .cm-feature-grid:empty,
.cm-lp-v14 .cm-topic-grid:empty,
.cm-lp-v14 .cm-specialty-grid:empty,
.cm-lp-v14 .cm-region-grid:empty{
  display:none;
}
@media (max-width: 767px){
  .cm-hero-image-card,
  .cm-hero-image-card img{
    min-height:240px;
  }
}
