.contact-page { background: #f4f4f4; }
.contact-kicker {
  display: block;
  margin: 24px 0 16px;
  color: #555;
  font-size: .76rem;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.contact-hero h1 { max-width: 1140px; }
.contact-hero-cta { margin-top: 20px; }

.contact-promise { padding: 84px 0 76px; background: #fff; }
.promise-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 8vw;
  align-items: end;
}
.promise-grid h2,
.contact-heading h2 {
  margin: 16px 0 0;
  font-size: clamp(2.1rem,4vw,4.9rem);
  font-weight: 300;
  line-height: .98;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.promise-copy { color: #5a5a5a; font-size: 1.08rem; line-height: 1.8; }
.promise-copy p { margin: 0 0 17px; }
.contact-steps {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin-top: 65px;
  border: 1px solid #ddd;
}
.contact-steps article {
  min-height: 245px;
  padding: 30px;
  border-right: 1px solid #ddd;
}
.contact-steps article:last-child { border-right: 0; }
.contact-steps b {
  display: block;
  margin-bottom: 42px;
  color: #bbb;
  font-size: 2.4rem;
  font-weight: 300;
}
.contact-steps strong { display: block; font-size: 1.15rem; }
.contact-steps p { color: #666; line-height: 1.6; }

.contact-form-section {
  padding: 86px 0 110px;
  color: #fff;
  background: linear-gradient(145deg,#262626,#050505 66%);
}
.contact-heading {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 8vw;
  align-items: end;
  margin-bottom: 55px;
}
.contact-heading p { color: #aaa; font-size: 1.06rem; line-height: 1.75; }
.contact-form { display: grid; gap: 22px; }
.area-choice {
  margin: 0 0 12px;
  padding: 0;
  border: 0;
}
.area-choice legend {
  margin-bottom: 8px;
  font-size: clamp(1.45rem,2.5vw,2.4rem);
  font-weight: 700;
}
.area-choice > p { margin: 0 0 25px; color: #999; }
.area-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.area-card { cursor: pointer; }
.area-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.area-card-content {
  display: grid;
  min-height: 245px;
  padding: 26px;
  border: 1px solid #555;
  background: linear-gradient(145deg,#2b2b2b,#101010);
  transition: transform .2s,border-color .2s,box-shadow .2s,background .2s;
}
.area-card:hover .area-card-content { transform: translateY(-4px); border-color: #aaa; }
.area-card input:checked + .area-card-content {
  color: #071d70;
  border-color: #ffe100;
  background: #ffe100;
  box-shadow: 0 0 28px rgba(255,225,0,.27);
}
.area-card-content b { color: #777; font-size: 2.6rem; font-weight: 300; }
.area-card input:checked + .area-card-content b { color: rgba(7,29,112,.45); }
.area-card-content strong { margin-top: 18px; font-size: 1.35rem; text-transform: uppercase; }
.area-card-content small { margin-top: 10px; color: #aaa; line-height: 1.55; }
.area-card input:checked + .area-card-content small { color: #24386f; }
.area-card-content i { align-self: end; margin-top: 20px; font-style: normal; font-size: .8rem; text-transform: uppercase; }

.contact-panel { border: 1px solid #444; background: rgba(255,255,255,.035); }
.contact-panel > header {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 22px 26px;
  border-bottom: 1px solid #444;
}
.contact-panel > header > b { color: #777; font-size: 2.4rem; font-weight: 300; }
.contact-panel header small { color: #ffe100; letter-spacing: .16em; text-transform: uppercase; }
.contact-panel h3 { margin: 3px 0 0; font-size: 1.25rem; }
.contact-fields {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 22px;
  padding: 28px;
}
.contact-fields label { display: grid; gap: 10px; color: #ddd; font-size: .83rem; }
.contact-fields .wide { grid-column: 1/-1; }
.contact-fields input,
.contact-fields textarea {
  width: 100%;
  padding: 16px 17px;
  color: #fff;
  background: #090909;
  border: 1px solid #555;
  border-radius: 0;
  font: inherit;
}
.contact-fields textarea { resize: vertical; line-height: 1.6; }
.contact-fields input:focus,
.contact-fields textarea:focus {
  outline: 2px solid #ffe100;
  outline-offset: 2px;
  border-color: #ffe100;
}
.question-counter { justify-self: end; color: #888; }
.contact-submit {
  display: grid;
  gap: 16px;
  padding: 30px;
  color: #ddd;
  background: #fff;
}
.privacy-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #222;
  font-size: .83rem;
  line-height: 1.5;
}
.privacy-check input { margin-top: 3px; accent-color: #ffe100; }
.contact-submit-button { justify-self: start; margin-top: 8px; border: 0; cursor: pointer; }
.contact-submit > p { margin: 0; color: #777; font-size: .72rem; }
.form-errors {
  margin-bottom: 25px;
  padding: 22px 25px;
  color: #111;
  background: #ffe100;
}
.form-errors ul { margin-bottom: 0; }
.contact-success {
  max-width: 970px;
  padding: 65px;
  border: 1px solid #555;
  background: #111;
}
.contact-success > span { color: #ffe100; letter-spacing: .2em; font-size: .75rem; }
.contact-success h2 { font-size: clamp(2.2rem,4vw,4.8rem); font-weight: 300; line-height: 1; }
.contact-success > strong {
  display: inline-block;
  margin: 10px 0 16px;
  padding: 10px 15px;
  color: #081f78;
  background: #ffe100;
}
.contact-success p { max-width: 720px; color: #bbb; line-height: 1.7; }
.honey-field { position: absolute !important; left: -9999px !important; }

@media (max-width: 900px) {
  .promise-grid,.contact-heading { grid-template-columns: 1fr; gap: 28px; }
  .contact-steps { grid-template-columns: repeat(2,1fr); }
  .contact-steps article:nth-child(2) { border-right: 0; }
  .contact-steps article:nth-child(-n+2) { border-bottom: 1px solid #ddd; }
  .area-grid { grid-template-columns: 1fr; }
  .area-card-content { min-height: 190px; }
}
@media (max-width: 620px) {
  .contact-promise,.contact-form-section { padding-block: 60px; }
  .contact-steps { grid-template-columns: 1fr; }
  .contact-steps article { min-height: 190px; border-right: 0; border-bottom: 1px solid #ddd; }
  .contact-steps article:last-child { border-bottom: 0; }
  .contact-fields { grid-template-columns: 1fr; padding: 20px; }
  .contact-success { padding: 32px 24px; }
}
