/* FINAL CONSULTATION PAGE */

.kcns-hero{
  background:
    linear-gradient(90deg,rgba(7,21,41,.98),rgba(7,21,41,.82),rgba(7,21,41,.25)),
    url("../images/contact-hero.jpg");
  background-size:cover;
  background-position:center right;
  color:#fff;
  padding:86px 0 64px;
}

.kcns-hero-grid{
  display:grid;
  grid-template-columns:1fr 360px;
  gap:42px;
  align-items:center;
}

.kcns-kicker{
  color:#d8a437;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:12px;
  font-weight:900;
}

.kcns-hero h1{
  color:#fff;
  font-size:clamp(42px,5vw,72px);
  line-height:1.04;
  letter-spacing:-.045em;
  max-width:720px;
  margin:14px 0;
}

.kcns-hero p{
  max-width:660px;
  color:rgba(255,255,255,.82);
  font-size:17px;
  line-height:1.75;
}

.kcns-hero-points{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  max-width:760px;
  margin-top:32px;
}

.kcns-hero-points div{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:4px 12px;
  padding-right:18px;
  border-right:1px solid rgba(255,255,255,.16);
}

.kcns-hero-points div:last-child{
  border-right:0;
}

.kcns-hero-points i{
  grid-row:span 2;
  color:#d8a437;
  font-size:28px;
}

.kcns-hero-points strong{
  color:#fff;
}

.kcns-hero-points span{
  color:#d5d9e0;
  font-size:13px;
}

.kcns-hero-card{
  background:rgba(7,21,41,.92);
  border:1px solid rgba(216,164,55,.45);
  border-radius:18px;
  padding:30px;
  box-shadow:0 24px 70px rgba(0,0,0,.25);
}

.kcns-hero-card i{
  color:#d8a437;
  font-size:40px;
}

.kcns-hero-card strong{
  display:block;
  color:#fff;
  font-size:22px;
  margin:12px 0 4px;
}

.kcns-hero-card span{
  color:#d8a437;
  font-weight:800;
}

.kcns-main{
  background:#f5f7fa;
  padding:64px 0 86px;
}

.kcns-grid{
  display:grid;
  grid-template-columns:360px 1fr;
  gap:28px;
  align-items:start;
}

.kcns-side{
  display:grid;
  gap:22px;
}

.kcns-side-card,
.kcns-form-card{
  background:#fff;
  border:1px solid #e5eaf0;
  border-radius:16px;
  padding:30px;
  box-shadow:0 14px 38px rgba(8,17,31,.06);
}

.kcns-side-card.dark{
  background:linear-gradient(135deg,#071529,#10233d);
  color:#fff;
}

.kcns-side-card.dark h2{
  color:#fff;
  font-size:32px;
  line-height:1.08;
  margin:12px 0 24px;
}

.kcns-step{
  display:grid;
  grid-template-columns:52px 1fr;
  gap:14px;
  align-items:center;
  padding:14px 0;
  border-top:1px solid rgba(255,255,255,.14);
}

.kcns-step strong{
  color:#d8a437;
  font-size:24px;
}

.kcns-step span{
  color:#fff;
  font-weight:800;
}

.kcns-side-card h3{
  color:#08111f;
  margin-top:0;
}

.kcns-side-card p{
  color:#344054;
  display:flex;
  gap:10px;
  align-items:flex-start;
}

.kcns-side-card p i{
  color:#d8a437;
}

.kcns-form-head h2{
  color:#08111f;
  font-size:clamp(32px,4vw,48px);
  margin:10px 0;
  line-height:1.1;
}

.kcns-form-head p{
  color:#5f6b7a;
}

.kcns-form{
  display:grid;
  gap:18px;
  margin-top:26px;
}

.kcns-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.kcns-form label{
  display:grid;
  gap:8px;
  color:#08111f;
  font-weight:900;
  font-size:13px;
}

.kcns-form input,
.kcns-form select,
.kcns-form textarea{
  width:100%;
  border:1px solid #dbe5f0;
  border-radius:9px;
  padding:14px;
  background:#fff;
  color:#08111f;
  font:inherit;
}

.kcns-form textarea{
  min-height:150px;
}

.kcns-form input:focus,
.kcns-form select:focus,
.kcns-form textarea:focus{
  outline:none;
  border-color:#d8a437;
  box-shadow:0 0 0 4px rgba(216,164,55,.12);
}

.kcns-form ul.errorlist{
  list-style:none;
  padding:0;
  margin:0;
  color:#b42318;
  font-size:12px;
  font-weight:700;
}

.kcns-errors{
  background:#fff1f0;
  border:1px solid #f3b4ad;
  color:#b42318;
  border-radius:10px;
  padding:14px;
}

.kcns-notice{
  display:grid;
  grid-template-columns:34px 1fr;
  gap:12px;
  background:#fff7eb;
  border:1px solid #f0dec2;
  border-radius:12px;
  padding:16px;
  color:#5f6b7a;
}

.kcns-notice i{
  color:#d8a437;
  font-size:24px;
}

.kcns-submit{
  border:0;
  background:linear-gradient(135deg,#071529,#10233d);
  color:#d8a437;
  border-radius:8px;
  padding:16px 22px;
  font-weight:900;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-size:14px;
}

@media(max-width:1000px){
  .kcns-hero-grid,
  .kcns-grid{
    grid-template-columns:1fr;
  }

  .kcns-hero-points{
    grid-template-columns:1fr;
    gap:14px;
  }

  .kcns-hero-points div{
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.14);
    padding-bottom:14px;
  }
}

@media(max-width:700px){
  .kcns-hero{
    padding:56px 0 42px;
  }

  .kcns-hero h1{
    font-size:34px;
  }

  .kcns-hero p{
    font-size:15px;
  }

  .kcns-main{
    padding:42px 0 64px;
  }

  .kcns-form-grid{
    grid-template-columns:1fr;
  }

  .kcns-side-card,
  .kcns-form-card{
    padding:24px;
  }

  .kcns-submit{
    width:100%;
  }
}

.kc-errors,
.kc-form ul.errorlist{
  color:#b42318;
  font-size:12px;
  font-weight:700;
  list-style:none;
  padding:0;
  margin:0;
}

.kc-form input:focus,
.kc-form textarea:focus{
  outline:none;
  border-color:#d8a437;
  box-shadow:0 0 0 4px rgba(216,164,55,.12);
}

.kc-form-note{
  display:grid;
  grid-template-columns:30px 1fr;
  gap:10px;
  background:#fff7eb;
  border:1px solid #f0dec2;
  border-radius:10px;
  padding:14px;
  color:#5f6b7a;
  font-size:13px;
}

.kc-form-note i{
  color:#d8a437;
  font-size:20px;
}

.kc-field-error{
  color:#b42318;
  font-size:12px;
  font-weight:800;
}

.kc-form input,
.kc-form textarea{
  font:inherit;
}

.kc-submit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}
