

/* ── PANELS ── */
.cm-panel { display: none; }
.cm-panel.active { display: block;
   animation: cmFadeUp 0.25s ease;
   }

@keyframes cmFadeUp {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}


/* ── GRID ── */
.cm-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px;}
.cm-grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; }
.cm-grid-2,.cm-grid-3 {
  margin: 0 0 30px;
}
/* ── FIELD / INPUT ── */
.cm-field label {
    font-family: 'Geist';
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0 0 7px;
    display: block;
}
.cm-input-wrap { position: relative; }

.cm-pre, .cm-suf {
  position: absolute;
  top: 50%; 
  transform: translateY(-50%);
  font-family: 'Geist';
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.5) ;


}
.cm-pre { left: 12px; }
.cm-suf { right: 12px; }



.cm-field input[type="number"],
.cm-field select {
  -moz-appearance: textfield;
  appearance: textfield;
    font-family: 'Geist';
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.5) !important;
    padding: 16px 13px;
    background: linear-gradient(90deg, rgba(0, 132, 214, 0.2) 0%, rgba(0, 132, 214, 0) 100%);
    border: 2px solid rgba(0, 132, 214, 0.6);
    border-radius: 0;
    width: 100%;
    outline: none;
    background-color: #000e1c;
}

.cm-field input[type="number"]{
   -webkit-appearance: none;
  appearance: none;
}
.cm-field .cm-input-wrap.cm-has-pre input[type="number"]{
  padding-left: 20px;
}

.cm-has-pre input { padding-left: 28px; }
.cm-has-suf input { padding-right: 30px; }

/* ── RANGE ── */
.cm-range-field { display: flex; flex-direction: column; gap: 8px; }
.cm-range-row { display: flex; justify-content: space-between; align-items: center; }
.cm-range-lbl ,.cm-range-val{

  font-family: 'Geist';
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0 0 7px;
}
.hm-calc-body .cm-range-val {
  color: #00a8ff;



}

.cm-range-field input[type="range"]{
    padding: 0;
    border-width: 1px;
}
.cm-range-field input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  background: transparent;
  outline: none;
  opacity: 1;
}
.cm-range-field input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: #00a8ff;
  cursor: pointer;
  border-radius: 100%;
  opacity: 1;
}



.hm-calc-body .cm-results-label {

    font-family: 'Geist';
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0;
    color: #ffffff;
    padding: 0 0 20px;
    margin: 0 0 30px;
    border-bottom: 1px solid #00a8ff;
    text-align: center;
}

.hm-calc-body .cm-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 38px 10px;
    position: relative;
}

.hm-calc-body .cm-result-lbl,.hm-calc-body .cm-result-note {
      font-family: 'Geist';
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0;
    color: #d1d1d1;
    margin: 0 0 10px;
}
.hm-calc-body .cm-results .cm-result-note {margin: 6px 0 0 ; }

.cm-result-val {
    font-family: 'Geist';
    font-size: 27px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: #00a8ff;
}

.cm-results-grid div:nth-child(2) .cm-result-val{
    color: #00ff2a;
}
.cm-results-grid div:nth-child(3) .cm-result-val{
    color: #b6ec24;
}
.cm-results-grid div:nth-child(4) .cm-result-val{
    color: #ffffff;
}
.cm-results-grid div:nth-child(5) .cm-result-val{
    color: #c104ff;
}
.cm-results-grid div:nth-child(6) .cm-result-val{
    color: #ffffff;
}

.cm-result-val.pos {
   /* color: var(--green); */
   /* color: #00ff2a; */
   }
.cm-result-val.neg { 
  /* color: var(--red); */
    /* color: #b6ec24; */
 }
.cm-result-val.hi  {
   /* color: var(--blue-light); */
       /* color: #ffffff; */
   }

/* ── BAR CHART ── */
.cm-chart {
    display: flex;
    gap: 8px;
    align-items: flex-end;
    /* height: 100px; */
    margin-top: 35px;
    position: relative;
    z-index: 1;
    height: 175px;
    padding: 10px 10px 18px;
    background-color: #00172a;
}
.cm-bar-col { display: flex; flex-direction: column; align-items: center; flex: 1; gap: 4px; }
.cm-bar-fill {
  width: 100%; 
  border-radius: 4px 4px 0 0; 
  min-height: 3px;
  transition: height 0.5s cubic-bezier(0.34, 1.4, 0.64, 1);
}
.cm-bar-amt ,.cm-bar-lbl {
  /* font-size: 8.5px; color: rgba(255,255,255,0.3);
  font-weight: 600; letter-spacing: 0.04em;
  text-transform: uppercase; text-align: center; */

    font-family: 'Geist';
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0;
    color: #d1d1d1;
    margin: 0;
}

.hm-calc-body .cm-bar-col .cm-bar-amt{
  color: #4285F4;
}
.hm-calc-body .cm-bar-col:nth-child(2) .cm-bar-amt{
  color: #1877F2;
}
.hm-calc-body .cm-bar-col:nth-child(3) .cm-bar-amt{
  color: #2b8fd4;
}
.hm-calc-body .cm-bar-col:nth-child(4) .cm-bar-amt{
  color: #f5a623;
}


/* ── INSIGHT ── */


.cm-insight {
  /* background: #edf5fc; */
  /* border: 1px solid rgba(43,143,212,0.18);/ */
  /* border-left: 3px solid var(--blue);/ */
  /* border-radius: 9px; */
  /* padding: 14px 16px; */
  /* margin-bottom: 14px; */
  /* display: flex; gap: 10px; align-items: flex-start; */

    padding: 10px 0 10px 43px;
    position: relative;
}
.cm-insight::before{
      content: "";
    width: 32px;
    height: 32px;
    background-image: url(images/hm-spend-hint-bulb-image.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* .cm-insight-ico { font-size: 14px; flex-shrink: 0; margin-top: 1px; } */
.cm-insight-txt {
   /* font-size: 12.5px; color: #1a2e48; line-height: 1.6; */

    font-family: 'Geist';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 0;
    color: #d1d1d1;
    margin: 0;
}
/* .cm-insight-txt strong { color: var(--blue-dark); font-weight: 700; } */

.cm-insight-txt strong {
    color: #4285f4;
    font-weight: 500;
}


/* ── CTA ── */
.cm-cta {
  /* background: var(--navy);
  border-radius: var(--radius);
  padding: 28px 30px;
  text-align: center;
  position: relative;
  overflow: hidden; */

      padding: 35px 10px 45px;
    text-align: center;
    margin: 55px 0 20px;
    border: 1px solid transparent;
    background: linear-gradient(to right, transparent, #0898fc, transparent) top / 100% 1px no-repeat, linear-gradient(to right, transparent, #0898fc, transparent) bottom / 100% 1px no-repeat, linear-gradient(to bottom, rgba(8, 152, 252, 8.6%), rgba(8, 152, 252, 8.6%)) left / 1px 100% no-repeat, linear-gradient(to bottom, rgba(8, 152, 252, 8.6%), rgba(8, 152, 252, 8.6%)) right / 1px 100% no-repeat;
}


/* 

.cm-cta::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(43,143,212,0.09) 0%, transparent 55%);
  pointer-events: none;
} */
/* .cm-cta::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--blue), transparent);
} */
.cm-cta h3 {
  /* font-family: 'Montserrat', sans-serif;
  font-size: 19px; font-weight: 800;
  color: #fff; letter-spacing: -0.01em;
  margin-bottom: 8px; position: relative; */

    font-family: 'Geist';
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 10px;


}
.cm-cta p {
  /* font-size: 13.5px; color: rgba(255,255,255,0.48);
  margin-bottom: 18px; line-height: 1.65; position: relative; */
  font-family: 'Geist';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 0;
    color: #d1d1d1;
    margin: 0 0 10px;

}
.cm-cta-btn {
  /* display: inline-block;
  background: var(--blue); color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800; font-size: 12px;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 13px 28px; border-radius: 7px;
  text-decoration: none; border: none; cursor: pointer;
  position: relative;
  transition: background 0.18s, transform 0.18s, box-shadow 0.18s; */
}
.cm-cta-btn:hover {
  /* background: var(--blue-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(43,143,212,0.4); */
}

/* ── CHANNEL ROWS (CAC tab) ── */
.cm-ch-header {
  display: grid;
  grid-template-columns: 148px 1fr 1fr 90px;
  gap: 12px; align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(1, 131, 218, 0.23);
  /* font-family: 'Montserrat', sans-serif;
  font-size: 9.5px; font-weight: 700;
  letter-spacing: 0.1em;  */
  text-transform: uppercase;
  /* color: var(--muted); */

    font-family: 'Geist';
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0 0 7px;
    /* display: block; */

}
.cm-ch-row {
  display: grid;
  grid-template-columns: 148px 1fr 1fr 90px;
  gap: 10px; 
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(1, 131, 218, 0.23);
}
.cm-ch-row:last-child { border-bottom: none; }

.cm-ch-name {
  display: flex; align-items: center; gap: 8px;

  /* font-size: 13px; font-weight: 600; color: var(--navy); */

    font-family: 'Geist';
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0 0 0px;

}


.cm-ch-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }

.cm-ch-row #c-cac0, .cm-ch-row #c-cac1, .cm-ch-row #c-cac2, .cm-ch-row #c-cac3 {
    font-family: 'Geist' !important;
    font-weight: 500 !important;
    letter-spacing: 0px;
    line-height: 1;
    color: #00a8ff !important;
    font-size: 20px !important;
    margin: 0 0 0px;
}


/* ── DISCLAIMER ── */
.cm-disclaimer {
  /* margin-top: 28px; padding-top: 18px;
  border-top: 1px solid var(--border);
  font-size: 11px; color: var(--muted);
  text-align: center; line-height: 1.7; */
  font-family: 'Geist';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 0;
    color: #d1d1d1;
    margin: 0 0 0px;
    text-align: center;

        padding: 0 0 40px;
}
.cm-disclaimer a { color: #4285f4; }
.cm-disclaimer a:hover { color: #ffffff;}

/* ── RESPONSIVE ── */







.hm-calc-sec {
  background-image: url(images/hm-spend-sec-bg.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 0;
}

.hm-calc-sec .container{
  max-width: 1280px;
}

.hm-calc-sec-main {
    position: relative;
    z-index: 1;
}
.cm-body.hm-calc-body::before {
    content: "";
    width: calc(100% + 220px);
    height: 1px;
    background-color: #0085c8;
    position: absolute;
    bottom: 0;
    left: -110px;
    right: 0;
    margin: auto;
    opacity: 40%;
}
.hm-calc-sec-main::before,.hm-calc-sec-main::after{
    position: absolute;
    content: "";
    background-image: url(images/star-img.webp);
    background-position: center;
    background-size: contain;
    width: 23px;
    height: 24px;
    bottom: -12px;
    margin: auto;
    z-index: 1;
}
.hm-calc-sec-main::before {
    right: -150px;
}
.hm-calc-sec-main::after {
    left: -150px;
}


.hm-calc-sec .cm-header.hm-calc-head{
  text-align: center;
  margin: 0 0 35px;
}
.hm-calc-sec .hm-calc-head .cm-eyebrow {
  font-family: 'Geist';
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.36px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 10px;
}


.cm-header.hm-calc-head h2 {
  font-family: 'Geist';
  font-weight: 500;
  font-size: 90px;
  line-height: 1;
  letter-spacing: 0;
  color: #00a8ff;
  margin: 0 0 24px;
}
.cm-header.hm-calc-head h2 strong {
  font-size: 80px;
  font-weight: 300;
  color: #ffffff;
  display: block;

}

.cm-header.hm-calc-head p {
  font-family: 'Geist';
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0;
  color: #d1d1d1;
  margin: 0;
}

.hm-calc-sec .cm-header-meta {
    display: inline-block;
    margin: 0 0 16px;
    /* justify-content: center; */
    text-align: center;
    line-height: 0;
}
.hm-calc-sec .cm-header-meta .cm-stat {
  display: inline-block;
  /* gap: 10px; */
  /* align-items: center; */
  /* align-items: center; */
  margin: 0;
  padding: 0 42px;
  font-family: 'Geist';
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  color: #00a8ff;
  border-right: 2px solid #00a8ff;
}
.hm-calc-sec .cm-header-meta .cm-stat:first-child{
  padding-left: 0;
}
.hm-calc-sec .cm-header-meta .cm-stat:last-child{
  padding-right: 0;
  border-right: 0px;
}
.hm-calc-sec .cm-stat .cm-stat-val ,.hm-calc-sec .cm-stat .cm-stat-lbl{
  display: inline-block;
}
.hm-calc-sec .cm-stat .cm-stat-val{
  margin-right: 6px;
}


 .hm-calc-body .cm-section {
    font-family: 'Geist';
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.36px;
    color: #00a8ff;
    text-transform: uppercase;
    padding: 0 0 8px;
    margin: 0 0 15px;
    border-bottom: 1px solid #00a8ff;
} 

.cm-tabs-bar.hm-calc-tabs {
    margin: 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #00a8ff;
}
.hm-calc-tabs .cm-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.cm-tabs-bar.hm-calc-tabs .cm-tab {
    width: 20.6%;
    font-family: 'Geist';
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    border: 1px solid rgba(1, 131, 218, 0.23);
    padding: 18px 10px 19px;
    background-color: rgba(9, 65, 107, 0.3);
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cm-tabs-bar.hm-calc-tabs .cm-tab:hover, .cm-tabs-bar.hm-calc-tabs .cm-tab.active {
    border-color: rgba(103, 194, 255, 0.59);
    background: linear-gradient(90deg, #0f3d9f 0%, #0084dc 51%, #0f3d9f 100%);
}
.cm-tabs-bar.hm-calc-tabs .cm-tab::before {
    content: "";
    width: 15px;
    height: 8px;
    background-color: #00a8ff;
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    margin: auto;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    display: none;
}

.cm-tabs-bar.hm-calc-tabs .cm-tab.active::before {
    display: block;
}

.hm-calc-tab-blk {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 0;
    margin: 0 0 20px;
}

.hm-calc-tab-blk .cm-card{
    /* width: 48.6%; */
    width: 50%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    /* gap: 10px; */
}

.hm-calc-tab-blk .cm-results{
      width: 32.8%;
    border: 1px solid rgba(1, 131, 218, 0.23);
    background-color: rgba(9, 65, 107, 0.3);
    padding: 22px 15px 35px;
}


.hm-calc-body .cm-card-title{
    font-family: 'Geist';
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 5px;
}

.hm-calc-body .cm-card-sub{
    font-family: 'Geist';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 0;
    color: #d1d1d1;
    margin: 0;
}

.hm-calc-body .cm-card-head{
      margin: 0 0 40px;
}


.hm-calc-body a.cm-cta-btn.cmn-btn {
    padding: 18px 38px;
}




/* Responsive  */

@media screen and (max-width:1700px) {

.cm-body.hm-calc-body::before { width: calc(100% + 120px); left: -60px; }
.hm-calc-sec-main::before, .hm-calc-sec-main::after { width: 21px; height: 22px; bottom: -10px;}
.hm-calc-sec-main::before { right: -100px; }
.hm-calc-sec-main::after { left: -100px; }

}

@media screen and (max-width:1600px) {
.hm-calc-sec .container{ max-width: 1200px; }
.hm-calc-sec .hm-calc-head .cm-eyebrow {font-size: 17px;}
.cm-header.hm-calc-head h2 {font-size: 85px;margin: 0 0 22px;}
.cm-header.hm-calc-head h2 strong {font-size: 76px;}
.hm-calc-sec .cm-header-meta .cm-stat {padding: 0 38px;font-size: 17px;letter-spacing: 0.3px;}
.cm-header.hm-calc-head p {font-size: 19px;}
.hm-calc-body a.cm-cta-btn.cmn-btn { padding: 16px 30px; }
.cm-tabs-bar.hm-calc-tabs .cm-tab {font-size: 20px;padding: 17px 8px 18px;}

.hm-calc-body .cm-card-title {font-size: 28px;}
.hm-calc-body .cm-card-sub {font-size: 17px;}
.hm-calc-body .cm-card-head {margin: 0 0 36px;}

.cm-field input[type="number"], .cm-field select {padding: 15px 13px;}

.hm-calc-body .cm-section {font-size: 17px;letter-spacing: 0.3px;}

.hm-calc-body .cm-results-label {font-size: 22px;padding: 0 0 18px;margin: 0 0 26px;}
.cm-result-val {font-size: 25px;}

.hm-calc-body .cm-results-grid {gap: 34px 10px;}
.hm-calc-tab-blk .cm-results { padding: 20px 14px 32px; }
.cm-insight-txt { font-size: 17px; }
.cm-insight::before {width: 30px;height: 30px;}

.cm-insight {padding: 10px 0 10px 39px;}

.cm-cta {padding: 32px 10px 40px;margin: 50px 0 20px;}

.cm-cta h3 {font-size: 28px;}
.cm-cta p {font-size: 17px;}
.cm-disclaimer { font-size: 17px; padding: 0 0 36px; }
.cm-body.hm-calc-body::before {width: calc(100% + 100px);left: -50px;}

.hm-calc-sec-main::before, .hm-calc-sec-main::after {width: 20px;height: 19px;bottom: -10px;}
.hm-calc-sec-main::before { right: -80px; }
.hm-calc-sec-main::after { left: -80px; }
.hm-calc-sec { padding: 75px 0 0; }






}
@media screen and (max-width:1440px) { 

.hm-calc-sec .container{ max-width: 1100px; }

.hm-calc-body a.cm-cta-btn.cmn-btn { padding: 15px 26px; }

.hm-calc-sec .hm-calc-head .cm-eyebrow { font-size: 15px; }
.cm-header.hm-calc-head h2 { font-size: 75px; margin: 0 0 16px; }
.cm-header.hm-calc-head h2 strong { font-size: 65px; }
.hm-calc-sec .cm-header-meta .cm-stat { padding: 0 28px; font-size: 15px; letter-spacing: 0.2px; }
.cm-header.hm-calc-head p { font-size: 17px; }
.hm-calc-sec .cm-header.hm-calc-head { text-align: center; margin: 0 0 28px; }
.cm-tabs-bar.hm-calc-tabs .cm-tab { font-size: 18px; padding: 15px 6px 15px; }
.cm-tabs-bar.hm-calc-tabs {padding: 0 0 18px;}
.cm-tabs-bar.hm-calc-tabs .cm-tab::before {width: 13px;height: 7px;bottom: -19px;}


.hm-calc-body .cm-card-title { font-size: 24px; }
.hm-calc-body .cm-card-sub { font-size: 15px; }
.hm-calc-body .cm-card-head { margin: 0 0 30px; }
.hm-calc-body .cm-section { font-size: 15px; letter-spacing: 0.2px; }
.cm-field label { font-size: 13px; margin: 0 0 7px; }
.cm-field input[type="number"], .cm-field select { padding: 13px 11px; font-size: 13px; }
.cm-field .cm-input-wrap.cm-has-pre input[type="number"] { padding-left: 18px; }

.cm-pre, .cm-suf {font-size: 13px;}
.cm-pre { left: 10px; }
.cm-suf { right: 10px; }
.cm-grid-2, .cm-grid-3 { margin: 0 0 24px; }
.cm-range-lbl, .cm-range-val { font-size: 13px; margin: 0 0 7px; }

.cm-ch-header {grid-template-columns: 135px 1fr 1fr 85px;gap: 8px;padding-bottom: 8px;font-size: 13px;margin: 0 0 7px;}
.cm-ch-row {grid-template-columns: 135px 1fr 1fr 85px;gap: 8px;padding: 9px 0;}
.cm-ch-name {gap: 8px;font-size: 15px;}
.cm-ch-row #c-cac0, .cm-ch-row #c-cac1, .cm-ch-row #c-cac2, .cm-ch-row #c-cac3 { font-size: 18px !important; }
.hm-calc-body .cm-result-lbl, .hm-calc-body .cm-result-note {font-size: 13px;}
.cm-result-val { font-size: 22px; }
.hm-calc-body .cm-results-grid { gap: 30px 8px; }
.hm-calc-tab-blk .cm-results { padding: 18px 12px 28px; }
.hm-calc-body .cm-results-label { font-size: 20px; padding: 0 0 16px; margin: 0 0 22px; }
.hm-calc-tab-blk { padding: 25px 0 0; margin: 0 0 18px; }
.cm-bar-amt, .cm-bar-lbl {font-size: 11px;}

.cm-range-field input[type="range"]::-webkit-slider-thumb {width: 14px;height: 14px;}
.cm-insight-txt { font-size: 15px; }
.cm-insight::before { width: 25px; height: 25px; }
.cm-insight { padding: 9px 0 9px 32px; }

.cm-chart {gap: 7px;margin-top: 28px;}
.cm-cta { padding: 25px 10px 32px; margin: 35px 0 18px; }
.cm-cta h3 { font-size: 25px; }
.cm-cta p { font-size: 15px; }
.cm-disclaimer { font-size: 15px; padding: 0 0 28px; }
.cm-body.hm-calc-body::before { width: calc(100% + 40px); left: -20px; }
.hm-calc-sec { padding: 60px 0 0; }

}

@media screen and (max-width:1366px) { 

.cm-body.hm-calc-body::before { width: calc(100% + 40px); left: -20px; }
.hm-calc-sec-main::before, .hm-calc-sec-main::after { width: 18px; height: 19px; bottom: -9px; }
.hm-calc-sec-main::before { right: -50px; }
.hm-calc-sec-main::after { left: -50px; }



}

@media screen and (max-width:1240px) { 

.hm-calc-sec .container{ max-width: 960px; }

.hm-calc-body a.cm-cta-btn.cmn-btn { padding: 13px 22px; }
.hm-calc-sec .hm-calc-head .cm-eyebrow { font-size: 14px; margin: 0 0 6px; }
.cm-header.hm-calc-head h2 { font-size: 68px; margin: 0 0 14px; }
.cm-header.hm-calc-head h2 strong { font-size: 60px; }
.hm-calc-sec .cm-header-meta .cm-stat { padding: 0 24px; font-size: 14px; letter-spacing: 0.1px; }
.hm-calc-sec .cm-stat .cm-stat-val { margin-right: 4px; }
.cm-header.hm-calc-head p { font-size: 15px; }
.hm-calc-sec .cm-header.hm-calc-head { margin: 0 0 22px; }
.cm-tabs-bar.hm-calc-tabs .cm-tab { font-size: 15px; padding: 13px 5px 13px; }
.cm-tabs-bar.hm-calc-tabs { padding: 0 0 15px; }
.cm-tabs-bar.hm-calc-tabs .cm-tab::before { width: 11px; height: 6px; bottom: -16px; }
.hm-calc-tabs .cm-tabs { gap: 12px; }
.hm-calc-tab-blk { padding: 20px 0 0; margin: 0 0 15px; }
.hm-calc-body .cm-card-title { font-size: 21px; }
.hm-calc-body .cm-card-sub { font-size: 14px; }
.hm-calc-body .cm-card-head { margin: 0 0 24px; }
.cm-field label { font-size: 11px; margin: 0 0 6px; }
.cm-grid-3 { gap: 8px; }
.cm-grid-2 { gap: 10px; }
.cm-field input[type="number"], .cm-field select { padding: 11px 8px; font-size: 12px; border-width: 1px; }

.cm-pre, .cm-suf { font-size: 12px; }
.cm-field .cm-input-wrap.cm-has-pre input[type="number"] { padding-left: 16px; }
.cm-pre { left: 8px; }
.hm-calc-body .cm-section { font-size: 14px; letter-spacing: 0.1px;padding: 0 0 7px; margin: 0 0 12px; }
.cm-grid-2, .cm-grid-3 { margin: 0 0 20px; }
.hm-calc-body .cm-results-label { font-size: 17px; padding: 0 0 14px; margin: 0 0 18px; }
.hm-calc-tab-blk .cm-results { padding: 15px 10px 20px; }
.hm-calc-body .cm-result-lbl, .hm-calc-body .cm-result-note { font-size: 12px;margin: 0 0 6px;}
.cm-result-val { font-size: 19px; }
.hm-calc-body .cm-results-grid { gap: 24px 8px; }
.cm-chart { gap: 5px; margin-top: 20px;padding: 8px 8px 15px; }
.cm-bar-amt, .cm-bar-lbl { font-size: 10px; }

.cm-insight-txt { font-size: 14px; }
.cm-insight::before { width: 22px; height: 22px; }
.cm-insight { padding: 8px 0 8px 29px; }
.cm-cta { padding: 22px 10px 28px; margin: 25px 0 16px; }
.cm-cta h3 { font-size: 21px; }    
.cm-cta p { font-size: 14px; }
.cm-disclaimer { font-size: 14px; padding: 0 0 22px; }
.cm-range-lbl, .cm-range-val { font-size: 11px; margin: 0 0 7px; }
.cm-range-field input[type="range"]::-webkit-slider-thumb { width: 12px; height: 12px;}
.cm-ch-header { grid-template-columns:120px 1fr 1fr 76px; gap: 8px; padding-bottom: 8px; font-size: 11px; margin: 0 0 6px; }
.cm-ch-row { grid-template-columns: 120px 1fr 1fr 76px; gap: 8px; padding: 8px 0; }
.cm-ch-name { gap: 6px; font-size: 14px; }
.cm-ch-row #c-cac0, .cm-ch-row #c-cac1, .cm-ch-row #c-cac2, .cm-ch-row #c-cac3 { font-size: 16px !important; }
.cm-ch-dot {width: 6px;height: 6px;}

.hm-calc-sec { padding: 45px 0 0; }

.cm-body.hm-calc-body::before { width: calc(100% - 60px); left: 0; }
.hm-calc-sec-main::before, .hm-calc-sec-main::after { width: 16px; height: 17px; bottom: -8px; }
.hm-calc-sec-main::before { right: 0; }
.hm-calc-sec-main::after { left: 0; }
}
@media screen and (max-width:991px) { 
.hm-calc-sec .container{ max-width: 720px; }

.hm-calc-tab-blk { padding: 20px 0 0; margin: 0 0 15px; flex-direction: column; align-items: center; }
.cm-tabs-bar.hm-calc-tabs .cm-tab { font-size: 14px; padding: 11px 4px 11px; width: 24%; }
.cm-header.hm-calc-head h2{ font-size: 50px; margin: 0 0 16px; }
.cm-header.hm-calc-head h2 strong { font-size: 45px; }
.hm-calc-sec .cm-header-meta .cm-stat { padding: 0 20px; font-size: 14px; letter-spacing: 0.1px; margin: 0 0 10px; }
.cm-range-lbl, .cm-range-val { font-size: 13px; margin: 0 0 7px; }

.hm-calc-body .cm-result-lbl, .hm-calc-body .cm-result-note { font-size: 13px; margin: 0 0 6px; }
.cm-bar-amt, .cm-bar-lbl { font-size: 12px; }


.hm-calc-tab-blk .cm-card {width: 100%;margin: 0 0 15px;}
.hm-calc-tab-blk .cm-results { padding: 15px 10px 20px; width: 100%; }
.cm-field label { font-size: 12px; margin: 0 0 6px; }
.cm-field input[type="number"], .cm-field select { padding: 11px 8px; font-size: 13px; border-width: 1px; }
.cm-pre, .cm-suf { font-size: 13px; }

}
@media screen and (max-width:767px) {
.hm-calc-sec .container{ max-width: 100%;padding: 0 15px; }

.cm-tabs-bar.hm-calc-tabs .cm-tab { font-size: 14px; padding: 12px 6px; width: 49%; }
.hm-calc-tabs .cm-tabs { gap: 12px 0; flex-wrap: wrap; justify-content: space-between; }
.cm-tabs-bar.hm-calc-tabs .cm-tab.active::before{display: none;}

.cm-header.hm-calc-head h2 { font-size: 46px; margin: 0 0 15px; }
.cm-header.hm-calc-head h2 strong { font-size: 40px; }
.hm-calc-sec { padding: 40px 0 0; }
.hm-calc-body .cm-card-title { font-size: 19px; }
.cm-grid-2, .cm-grid-3 { margin: 0 0 15px; }


}
@media screen and (max-width:650px) { 

.cm-header.hm-calc-head h2 { font-size: 40px; margin: 0 0 15px; }
.cm-header.hm-calc-head h2 strong { font-size: 35px; }
.hm-calc-sec .hm-calc-head .cm-eyebrow { font-size: 13px; margin: 0 0 6px; }



}
@media screen and (max-width: 640px) {
.cm-grid-2, .cm-grid-3 { grid-template-columns: 1fr; }
.cm-ch-header, .cm-ch-row { grid-template-columns: 110px 1fr 1fr 70px; gap: 8px; }
}

@media screen and (max-width:550px) {
.hm-calc-cannel-blk { overflow-x: scroll; }
.hm-calc-cannel-blk-scroll { min-width: 510px; }
.hm-calc-cannel-blk::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #0084d633; }
.hm-calc-cannel-blk::-webkit-scrollbar { height: 5px; background-color: #0084d633; }
.hm-calc-cannel-blk::-webkit-scrollbar-thumb { background-color: #00a8ff ; border-radius: 10px; }


}
@media screen and (max-width:480px) {
.hm-calc-body a.cm-cta-btn.cmn-btn { padding: 10px 18px; }
.cm-tabs-bar.hm-calc-tabs .cm-tab { width: 100%; font-size: 13px; padding: 10px 6px; }
.hm-calc-tabs .cm-tabs {gap: 8px 0;}

.cm-header.hm-calc-head h2 { font-size: 28px; margin: 0 0 15px; }
.cm-header.hm-calc-head h2 strong { font-size: 25px; }


.hm-calc-sec .cm-header-meta .cm-stat { padding: 0 12px; font-size: 13px; letter-spacing: 0.1px; }
.hm-calc-body .cm-results-grid { gap: 18px 6px;grid-template-columns: repeat(auto-fit, minmax(122px, 1fr)); }
.hm-calc-body .cm-card-title { font-size: 18px; }
.hm-calc-sec .hm-calc-head .cm-eyebrow { font-size: 12px; }
.hm-calc-sec .cm-header.hm-calc-head { margin: 0 0 18px; }
.cm-result-val { font-size: 18px; }

}

@media screen and (max-width:400px) { 
.cm-bar-amt, .cm-bar-lbl { font-size: 10px; }
.cm-chart { gap: 5px; margin-top: 20px; padding: 8px 6px 15px; }
.hm-calc-tab-blk .cm-results { padding: 15px 8px 20px; }

}


