.contact-page{
  padding-top:calc(var(--header-h, 72px) + clamp(1.6rem, 2.8vw, 2.6rem));
  overflow-x:clip;
  isolation:isolate;
}

.ct-hero{
  position:relative;
  margin-top:calc((var(--header-h, 72px) + clamp(1.6rem, 2.8vw, 2.6rem)) * -1);
  padding-top:calc(var(--page-breadcrumb-top-space) + var(--header-h, 72px));
  padding-bottom:54px;
  overflow:hidden;
}

.ct-hero::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:100%;
  min-height:620px;
  pointer-events:none;
  z-index:0;
  background:
    radial-gradient(circle at 12% 14%, rgba(59,139,246,.075), transparent 34%),
    radial-gradient(circle at 88% 22%, rgba(47,203,114,.045), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,0) 72%);
  opacity:.95;
}


.ct-hero > .container{
  position:relative;
  z-index:1;
}

.ct-hero__grid{
  display:grid;
  grid-template-columns:minmax(0, 1.12fr) minmax(0, .88fr);
  gap:44px;
  align-items:center;
  margin-top:22px;
}

.ct-hero__title{
  font-family:var(--rh-display);
  font-size:clamp(31px, 3.9vw, 46px);
  font-weight:700;
  letter-spacing:-.02em;
  line-height:1.12;
  color:var(--rh-text);
  max-width:17ch;
  margin:14px 0 0;
}

.ct-hero__lead{
  font-size:16.5px;
  line-height:1.65;
  color:var(--rh-muted);
  margin-top:18px;
  max-width:54ch;
}

.ct-hero__checks{
  list-style:none;
  margin:22px 0 0;
  padding:0;
  display:grid;
  gap:11px;
}

.ct-hero__checks li{
  position:relative;
  padding-left:32px;
  font-size:15px;
  line-height:1.5;
  color:var(--rh-muted);
}

.ct-hero__checks li b{
  color:var(--rh-text);
}

.ct-hero__checks li::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:21px;
  height:21px;
  border-radius:50%;
  background:rgba(47,203,114,.16);
  border:1px solid rgba(47,203,114,.45);
}

.ct-hero__checks li::after{
  content:"";
  position:absolute;
  left:6px;
  top:7px;
  width:9px;
  height:5px;
  border-left:2px solid var(--rh-green);
  border-bottom:2px solid var(--rh-green);
  transform:rotate(-45deg);
}

.ct-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

.ct-hero__privacy{
  display:flex;
  align-items:center;
  gap:9px;
  margin:16px 0 0;
  font-size:13px;
  color:var(--rh-muted2);
}

.ct-hero__lock svg{
  display:block;
  width:15px;
  height:15px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.ct-vis{
  position:relative;
  display:grid;
  gap:14px;
}

.ct-vis__note{
  margin:0 0 2px;
  justify-self:end;
  text-align:right;
  font-family:var(--rh-display);
  font-size:15px;
  font-weight:600;
  line-height:1.35;
  color:var(--rh-blue2);
  transform:rotate(-4deg);
}

.ct-vis__stack{
  display:grid;
  gap:12px;
  padding:20px;
  border-radius:20px;
  border:1px solid var(--rh-line2);
  background:linear-gradient(160deg, rgba(59,139,246,.10), rgba(16,26,44,.85));
}

.ct-vis__card{
  display:grid;
  grid-template-columns:auto minmax(0, 1fr) auto;
  align-items:center;
  gap:14px;
  padding:14px 16px;
  border-radius:14px;
  border:1px solid var(--rh-line2);
  background:var(--rh-surface2);
}

.ct-vis__ic{
  flex:0 0 auto;
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:rgba(59,139,246,.14);
  color:var(--rh-blue2);
}

.ct-vis__ic svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.ct-vis__ic--accent{
  background:rgba(142,156,255,.16);
  color:var(--rh-indigo);
}

.ct-vis__body b{
  display:block;
  font-family:var(--rh-display);
  font-size:15px;
  font-weight:600;
  color:var(--rh-text);
  margin-bottom:7px;
}

.ct-vis__bar{
  display:block;
  height:5px;
  border-radius:999px;
  background:rgba(255,255,255,.09);
  margin-bottom:5px;
}

.ct-vis__bar--short{
  width:56%;
  margin-bottom:0;
}

.ct-vis__check{
  flex:0 0 auto;
  width:26px;
  height:26px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--rh-green);
  color:#08301B;
}

.ct-vis__check svg{
  width:14px;
  height:14px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.ct-vis__result{
  display:grid;
  grid-template-columns:auto minmax(0, 1fr);
  align-items:center;
  gap:14px;
  padding:16px 18px;
  border-radius:16px;
  border:1px solid rgba(142,156,255,.28);
  background:linear-gradient(160deg, rgba(142,156,255,.12), rgba(16,26,44,.9));
}

.ct-vis__result b{
  display:block;
  font-family:var(--rh-display);
  font-size:15px;
  font-weight:600;
  color:var(--rh-text);
}

.ct-vis__progress{
  display:block;
  height:4px;
  border-radius:999px;
  background:rgba(255,255,255,.09);
  margin-top:10px;
  overflow:hidden;
}

.ct-vis__progress i{
  display:block;
  width:72%;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg, var(--rh-blue), var(--rh-green));
}

.ct-divider{
  display:flex;
  align-items:center;
  gap:20px;
  margin:0 0 34px;
  font-family:var(--rh-mono);
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--rh-muted2);
}

.ct-divider::before,
.ct-divider::after{
  content:"";
  flex:1;
  height:1px;
  background:var(--rh-line);
}

.ct-main__head{
  margin-bottom:30px;
}

.ct-main__h2{
  margin:0;
  font-family:var(--rh-display);
  font-size:clamp(28px, 3.2vw, 40px);
  font-weight:700;
  letter-spacing:-.02em;
  line-height:1.14;
  color:var(--rh-text);
}

.ct-main__lead{
  margin:14px 0 0;
  max-width:62ch;
  font-size:16px;
  line-height:1.6;
  color:var(--rh-muted);
}

.ct-main{
  padding-bottom:64px;
}

.ct-grid{
  display:grid;
  grid-template-columns:minmax(0, 1.45fr) minmax(0, .85fr);
  gap:26px;
  align-items:start;
}

.ct-panel{
  background:var(--rh-surface);
  border:1px solid var(--rh-line);
  border-radius:var(--rh-r);
  padding:28px;
}

.ct-panel__title{
  font-family:var(--rh-display);
  font-size:22px;
  font-weight:600;
  letter-spacing:-.01em;
  color:var(--rh-text);
}

.ct-panel__sub{
  font-size:13.5px;
  color:var(--rh-muted2);
  margin:6px 0 22px;
}

.ct-form__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.ct-field{
  margin-bottom:16px;
  min-width:0;
}

.ct-form__grid .ct-field{
  margin-bottom:0;
}

.ct-form__grid + .ct-field{
  margin-top:16px;
}

.ct-field label{
  display:block;
  font-size:12.5px;
  color:var(--rh-muted2);
  margin-bottom:5px;
}

.ct-req{
  color:var(--rh-blue2);
}

.ct-field input,
.ct-field select,
.ct-field textarea{
  width:100%;
  background:rgba(255,255,255,.04);
  border:1px solid var(--rh-line2);
  border-radius:10px;
  padding:12px 13px;
  color:var(--rh-text);
  font-size:14.5px;
  font-family:inherit;
  outline:none;
  resize:vertical;
  transition:border-color var(--transition-fast);
}

.ct-field select{
  appearance:none;
  background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23A6B1C6'%3E%3Cpath d='M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6z'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 12px center;
  background-size:18px;
  padding-right:38px;
  cursor:pointer;
}

.ct-field input:focus,
.ct-field select:focus,
.ct-field textarea:focus{
  border-color:rgba(59,139,246,.55);
}

.ct-field.is-invalid input,
.ct-field.is-invalid select,
.ct-field.is-invalid textarea{
  border-color:rgba(255,107,107,.6);
}

.ct-field__error{
  display:block;
  margin-top:6px;
  font-size:12.5px;
  color:#FF9B9B;
}

.ct-field__meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-top:6px;
}

.ct-field__meta .ct-field__error{
  margin-top:0;
}

.ct-counter{
  margin-left:auto;
  font-size:12px;
  color:var(--rh-muted2);
}

.ct-field--security input{
  max-width:160px;
}

.ct-submit{
  width:auto;
}

.ct-form__note{
  margin-top:14px;
  font-size:12.5px;
  color:var(--rh-muted2);
  line-height:1.5;
}

.ct-form__hp{
  position:absolute !important;
  left:-9999px;
  width:1px;
  height:1px;
  opacity:0;
}

.ct-flash{
  margin-bottom:18px;
  padding:12px 14px;
  border-radius:12px;
  font-size:14px;
  line-height:1.5;
  border:1px solid var(--rh-line2);
  background:rgba(255,255,255,.04);
  color:var(--rh-text);
}

.ct-flash--success{
  background:rgba(47,203,114,.1);
  border-color:rgba(47,203,114,.3);
}

.ct-flash--error{
  background:rgba(255,107,107,.1);
  border-color:rgba(255,107,107,.3);
  color:#FF9B9B;
}

.ct-sideCol{
  display:grid;
  gap:14px;
  min-width:0;
}

.ct-card{
  background:var(--rh-surface);
  border:1px solid var(--rh-line);
  border-radius:var(--rh-r);
  padding:22px;
  transition:border-color var(--transition-fast);
}

.ct-card:hover{
  border-color:var(--rh-line2);
}


.ct-card--vc{
  background:linear-gradient(160deg, #142038, #0F1A2E);
  border-color:rgba(59,139,246,.3);
}

.ct-card__head{
  display:flex;
  align-items:center;
  gap:11px;
  margin-bottom:10px;
}

.ct-card__ic{
  flex:0 0 auto;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:rgba(59,139,246,.14);
  color:var(--rh-blue2);
}

.ct-card__ic svg{
  width:18px;
  height:18px;
  display:block;
}

.ct-card__head h2{
  font-family:var(--rh-display);
  font-size:16.5px;
  font-weight:600;
  letter-spacing:-.01em;
  color:var(--rh-text);
  margin:0;
}

.ct-card p{
  font-size:13.5px;
  line-height:1.55;
  color:var(--rh-muted);
  margin:0;
}

.ct-card__value{
  display:block;
  font-family:var(--rh-display);
  font-size:20px;
  font-weight:700;
  letter-spacing:-.01em;
  color:var(--rh-text);
  text-decoration:none;
  margin-bottom:6px;
}

a.ct-card__value:hover{
  color:var(--rh-blue2);
}

.ct-card__trust{
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  gap:6px 16px;
  margin:12px 0 0;
  padding:0;
  font-size:12.5px;
  color:var(--rh-muted);
}

.ct-card__trust li::before{
  content:"✓ ";
  color:var(--rh-green);
  font-weight:700;
}

.ct-card__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
  margin-top:16px;
}

.ct-promise{
  padding:16px 18px;
  border-radius:14px;
  background:rgba(47,203,114,.08);
  border:1px solid rgba(47,203,114,.3);
  font-size:13.5px;
  line-height:1.55;
  color:var(--rh-text);
}

.ct-promise b{
  color:#7FE3A6;
}







@media (max-width: 980px){
  .ct-grid{
    grid-template-columns:1fr;
  }

  .ct-hero__grid{
    grid-template-columns:1fr;
    gap:34px;
  }

  .ct-vis__note{
    justify-self:start;
    text-align:left;
  }
}

@media (max-width: 700px){
  .ct-hero{
    padding:6px 0 32px;
  }

  .ct-panel{
    padding:22px 18px;
  }

  .ct-form__grid{
    grid-template-columns:1fr;
  }

  .ct-submit{
    width:100%;
  }

}
