/* Cristal homepage hero v2 — loaded after home-lead.css and scoped to the homepage hero only. */
.ccs-home .ccs-home-hero-v2{
  min-height:clamp(690px,82vh,850px);
  isolation:isolate;
  overflow:hidden;
  background:#072e2a;
}

.ccs-home .ccs-home-hero-v2::before{
  content:"";
  position:absolute;
  z-index:1;
  inset:auto auto -230px -180px;
  width:560px;
  height:560px;
  border-radius:50%;
  background:rgba(49,184,157,.22);
  filter:blur(95px);
  pointer-events:none;
}

.ccs-home .ccs-home-hero-v2 .ccs-home-hero-video{
  object-position:center 50%;
  filter:saturate(.94) contrast(1.04) brightness(.9);
  transform:scale(1.015);
}

.ccs-home .ccs-home-hero-v2 .ccs-home-video-overlay{
  background:
    linear-gradient(90deg,rgba(3,29,27,.94) 0%,rgba(3,29,27,.84) 35%,rgba(3,29,27,.47) 61%,rgba(3,29,27,.14) 82%,rgba(3,29,27,.08) 100%),
    linear-gradient(0deg,rgba(2,20,18,.52) 0%,rgba(2,20,18,.04) 45%,rgba(2,20,18,.16) 100%);
}

.ccs-home .ccs-home-hero-v2 .ccs-home-hero-inner{
  min-height:inherit;
  grid-template-columns:minmax(0,1.15fr) minmax(340px,430px);
  gap:clamp(40px,7vw,104px);
  align-items:center;
  padding-top:clamp(84px,9vw,132px);
  padding-bottom:clamp(88px,9vw,132px);
}

.ccs-home .ccs-home-hero-v2 .ccs-home-hero-copy{
  max-width:760px;
  padding:4px 0;
}

.ccs-home .ccs-home-hero-v2 .ccs-home-kicker-light{
  min-height:34px;
  padding:0 13px;
  border:1px solid rgba(204,255,241,.25);
  border-radius:999px;
  background:rgba(7,65,58,.38);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  color:#dcfff6;
  font-size:11px;
  letter-spacing:.105em;
}

.ccs-home .ccs-home-hero-v2 .ccs-home-kicker-light::before{display:none}

.ccs-home .ccs-home-live-dot{
  width:7px;
  height:7px;
  flex:0 0 7px;
  border-radius:50%;
  background:#62e8c8;
  box-shadow:0 0 0 5px rgba(98,232,200,.12);
}

.ccs-home .ccs-home-hero-v2 .ccs-home-hero-copy h1{
  max-width:740px;
  margin:20px 0 0;
  font-size:clamp(50px,5.8vw,82px);
  line-height:.96;
  letter-spacing:-.062em;
  text-shadow:0 4px 32px rgba(0,0,0,.14);
}

.ccs-home .ccs-home-hero-v2 .ccs-home-hero-intro{
  max-width:640px;
  margin:23px 0 0;
  font-size:clamp(17px,1.35vw,20px);
  line-height:1.62;
  color:rgba(246,255,252,.88);
}

.ccs-home .ccs-home-hero-v2 .ccs-home-hero-actions{
  gap:18px;
  margin-top:31px;
}

.ccs-home .ccs-home-hero-v2 .ccs-home-btn-primary{
  min-height:58px;
  gap:24px;
  padding:0 21px 0 24px;
  border:1px solid rgba(255,255,255,.55);
  border-radius:14px;
  background:#fff;
  color:#075f53;
  font-size:15px;
  box-shadow:0 18px 42px rgba(0,0,0,.2);
}

.ccs-home .ccs-home-hero-v2 .ccs-home-btn-primary b{
  display:grid;
  place-items:center;
  width:29px;
  height:29px;
  border-radius:9px;
  background:#e6f7f2;
  font-size:16px;
  line-height:1;
}

.ccs-home .ccs-home-hero-v2 .ccs-home-btn-primary:hover{
  background:#f6fffc;
  box-shadow:0 21px 48px rgba(0,0,0,.24);
}

.ccs-home .ccs-home-provider-link{
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:52px;
  padding:0 3px;
  color:#f2fffb;
  font-size:14px;
  font-weight:800;
  text-decoration:none;
}

.ccs-home .ccs-home-provider-link span{
  transition:transform .18s ease;
}

.ccs-home .ccs-home-provider-link:hover span{transform:translateX(3px)}

.ccs-home .ccs-home-hero-trust{
  display:flex;
  flex-wrap:wrap;
  gap:9px 15px;
  margin-top:25px;
}

.ccs-home .ccs-home-hero-trust>span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:rgba(244,255,251,.76);
  font-size:12px;
  font-weight:700;
  line-height:1.35;
}

.ccs-home .ccs-home-hero-trust i{
  display:grid;
  place-items:center;
  width:18px;
  height:18px;
  border:1px solid rgba(151,242,218,.32);
  border-radius:50%;
  background:rgba(116,230,201,.11);
  color:#9df1dc;
  font-style:normal;
  font-size:10px;
  font-weight:900;
}

.ccs-home .ccs-home-search-card-v2{
  position:relative;
  align-self:center;
  display:block;
  padding:25px;
  border:1px solid rgba(255,255,255,.6);
  border-radius:24px;
  background:rgba(251,255,254,.95);
  box-shadow:0 32px 90px rgba(0,0,0,.27),0 1px 0 rgba(255,255,255,.9) inset;
  backdrop-filter:blur(22px);
  -webkit-backdrop-filter:blur(22px);
  color:#102321;
}

.ccs-home .ccs-home-search-card-v2::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:4px;
  border-radius:24px 24px 0 0;
  background:linear-gradient(90deg,#087f6c,#4ac5a7 58%,#b7f0df);
}

.ccs-home .ccs-home-search-topline{
  display:grid;
  grid-template-columns:50px minmax(0,1fr);
  gap:13px;
  align-items:center;
}

.ccs-home .ccs-home-search-card-v2 .ccs-home-search-icon{
  width:50px;
  height:50px;
  border:1px solid #d8ebe6;
  border-radius:15px;
  background:#edf9f6;
  color:#087f6c;
  font-size:22px;
}

.ccs-home .ccs-home-search-card-v2 .ccs-home-search-copy{
  gap:4px;
}

.ccs-home .ccs-home-search-card-v2 .ccs-home-search-copy span{
  color:#6f827e;
  font-size:11px;
  letter-spacing:.1em;
}

.ccs-home .ccs-home-search-card-v2 .ccs-home-search-copy strong{
  color:#102321;
  font-size:19px;
  letter-spacing:-.02em;
}

.ccs-home .ccs-home-search-field{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:8px;
  margin-top:20px;
  padding:6px;
  border:1px solid #c9dcd7;
  border-radius:15px;
  background:#fff;
  box-shadow:0 8px 24px rgba(14,72,63,.06);
  transition:border-color .18s ease,box-shadow .18s ease;
}

.ccs-home .ccs-home-search-field:focus-within{
  border-color:#64bca9;
  box-shadow:0 0 0 4px rgba(8,127,108,.09),0 10px 28px rgba(14,72,63,.07);
}

.ccs-home .ccs-home-search-card-v2 .ccs-home-search-field input{
  grid-column:auto;
  min-width:0;
  height:52px;
  padding:0 13px;
  border:0;
  border-radius:10px;
  box-shadow:none;
  font-size:16px;
  font-weight:650;
  text-transform:uppercase;
}

.ccs-home .ccs-home-search-card-v2 .ccs-home-search-field input:focus{
  border:0;
  box-shadow:none;
}

.ccs-home .ccs-home-search-card-v2 .ccs-home-search-field input::placeholder{
  color:#8da09b;
  font-weight:550;
  text-transform:none;
}

.ccs-home .ccs-home-search-card-v2 .ccs-home-search-field button{
  grid-column:auto;
  min-width:138px;
  height:52px;
  gap:13px;
  justify-content:center;
  padding:0 15px;
  border-radius:10px;
  background:#087f6c;
  font-size:13px;
  box-shadow:0 8px 20px rgba(8,127,108,.19);
}

.ccs-home .ccs-home-search-card-v2 .ccs-home-search-field button b{
  font-size:16px;
}

.ccs-home .ccs-home-search-assurance{
  display:flex;
  align-items:flex-start;
  gap:8px;
  margin-top:13px;
  padding:0 3px;
  color:#69807b;
}

.ccs-home .ccs-home-search-assurance>span{
  color:#138b76;
  font-size:11px;
  line-height:1.55;
}

.ccs-home .ccs-home-search-assurance small{
  font-size:11px;
  font-weight:650;
  line-height:1.55;
}

.ccs-home .ccs-home-hero-edge{
  position:absolute;
  z-index:2;
  right:0;
  bottom:-1px;
  left:0;
  height:32px;
  background:#fff;
  clip-path:polygon(0 76%,100% 0,100% 100%,0 100%);
  pointer-events:none;
}

@media(max-width:1050px){
  .ccs-home .ccs-home-hero-v2 .ccs-home-hero-inner{
    grid-template-columns:minmax(0,1fr) minmax(320px,390px);
    gap:38px;
  }
  .ccs-home .ccs-home-hero-v2 .ccs-home-hero-copy h1{font-size:clamp(50px,6vw,70px)}
  .ccs-home .ccs-home-search-field{grid-template-columns:1fr}
  .ccs-home .ccs-home-search-card-v2 .ccs-home-search-field button{width:100%}
}

@media(max-width:860px){
  .ccs-home .ccs-home-hero-v2{
    min-height:auto;
  }
  .ccs-home .ccs-home-hero-v2 .ccs-home-video-overlay{
    background:
      linear-gradient(0deg,rgba(3,29,27,.96) 0%,rgba(3,29,27,.82) 51%,rgba(3,29,27,.36) 100%),
      linear-gradient(90deg,rgba(3,29,27,.55),rgba(3,29,27,.12));
  }
  .ccs-home .ccs-home-hero-v2 .ccs-home-hero-video{
    object-position:54% center;
  }
  .ccs-home .ccs-home-hero-v2 .ccs-home-hero-inner{
    grid-template-columns:1fr;
    gap:30px;
    min-height:760px;
    align-content:end;
    padding-top:150px;
    padding-bottom:72px;
  }
  .ccs-home .ccs-home-hero-v2 .ccs-home-hero-copy{max-width:680px}
  .ccs-home .ccs-home-hero-v2 .ccs-home-hero-copy h1{max-width:650px;font-size:clamp(48px,9vw,68px)}
  .ccs-home .ccs-home-search-card-v2{width:min(100%,620px)}
  .ccs-home .ccs-home-search-field{grid-template-columns:minmax(0,1fr) auto}
  .ccs-home .ccs-home-search-card-v2 .ccs-home-search-field button{width:auto}
}

@media(max-width:620px){
  .ccs-home .ccs-home-hero-v2 .ccs-home-hero-inner{
    min-height:720px;
    gap:24px;
    padding:122px 18px 56px;
  }
  .ccs-home .ccs-home-hero-v2 .ccs-home-kicker-light{
    min-height:31px;
    padding:0 11px;
    font-size:10px;
  }
  .ccs-home .ccs-home-hero-v2 .ccs-home-hero-copy h1{
    margin-top:17px;
    font-size:clamp(42px,12vw,56px);
    line-height:.99;
    letter-spacing:-.055em;
  }
  .ccs-home .ccs-home-hero-v2 .ccs-home-hero-intro{
    margin-top:18px;
    font-size:16px;
    line-height:1.55;
  }
  .ccs-home .ccs-home-hero-v2 .ccs-home-hero-actions{
    align-items:flex-start;
    flex-direction:column;
    gap:8px;
    margin-top:24px;
  }
  .ccs-home .ccs-home-hero-v2 .ccs-home-btn-primary{
    width:100%;
    min-height:56px;
    justify-content:space-between;
    font-size:14px;
  }
  .ccs-home .ccs-home-provider-link{
    min-height:42px;
    padding:0 2px;
    font-size:13px;
  }
  .ccs-home .ccs-home-hero-trust{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:9px 12px;
    margin-top:18px;
  }
  .ccs-home .ccs-home-hero-trust>span{font-size:11px}
  .ccs-home .ccs-home-hero-trust>span:last-child{grid-column:1/-1}
  .ccs-home .ccs-home-search-card-v2{
    padding:18px;
    border-radius:19px;
  }
  .ccs-home .ccs-home-search-card-v2::before{border-radius:19px 19px 0 0}
  .ccs-home .ccs-home-search-topline{grid-template-columns:44px 1fr;gap:11px}
  .ccs-home .ccs-home-search-card-v2 .ccs-home-search-icon{width:44px;height:44px;border-radius:13px}
  .ccs-home .ccs-home-search-card-v2 .ccs-home-search-copy strong{font-size:17px}
  .ccs-home .ccs-home-search-field{
    grid-template-columns:1fr;
    margin-top:16px;
  }
  .ccs-home .ccs-home-search-card-v2 .ccs-home-search-field input{height:49px}
  .ccs-home .ccs-home-search-card-v2 .ccs-home-search-field button{width:100%;height:49px}
  .ccs-home .ccs-home-search-assurance small{font-size:10.5px}
  .ccs-home .ccs-home-hero-edge{height:20px}
}

@media(max-width:390px){
  .ccs-home .ccs-home-hero-v2 .ccs-home-hero-inner{padding-inline:15px}
  .ccs-home .ccs-home-hero-v2 .ccs-home-hero-copy h1{font-size:40px}
  .ccs-home .ccs-home-hero-trust{grid-template-columns:1fr}
  .ccs-home .ccs-home-hero-trust>span:last-child{grid-column:auto}
}

@media(prefers-reduced-motion:reduce){
  .ccs-home .ccs-home-hero-v2 .ccs-home-btn-primary,
  .ccs-home .ccs-home-hero-v2 .ccs-home-provider-link span{transition:none!important}
}
