
/* =========================================================
   DEBTIER — CONTACT
   Shared header/footer: debtier-site-v1.css
   ========================================================= */

.contact-page{
  background:
    radial-gradient(circle at 8% 4%,rgba(115,221,255,.08),transparent 28%),
    linear-gradient(180deg,#fbfdff 0%,#ffffff 100%);
}

/* Hero — same centered visual language as Home / About */
.contact-page-hero{
  padding:112px 0 24px;
}

.contact-hero-stage{
  position:relative;
  min-height:530px;
  overflow:hidden;
  border-radius:40px;
  background:#11161b;
  box-shadow:0 34px 92px rgba(11,19,28,.15);
}

.contact-hero-media{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 48%;
  filter:grayscale(1);
  transform:scale(1.02);
}

.contact-hero-stage::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(circle at 50% 18%,rgba(115,221,255,.07),transparent 24%),
    linear-gradient(180deg,rgba(7,10,13,.38),rgba(7,10,13,.30));
}

.contact-hero-shell{
  position:relative;
  z-index:2;
  min-height:530px;
  padding:50px 28px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.contact-hero-box{
  width:min(880px,100%);
  padding:30px 38px 28px;
  border-radius:30px;
  text-align:center;
  color:#fff;
  background:linear-gradient(180deg,rgba(11,15,19,.64),rgba(11,15,19,.47));
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 22px 60px rgba(0,0,0,.18);
}

.contact-hero-box .eyebrow{
  color:var(--blue);
}

.contact-hero-box h1{
  margin:16px auto 16px;
  max-width:760px;
  font-size:clamp(42px,5.2vw,64px);
  line-height:.98;
  letter-spacing:-.06em;
  font-weight:900;
}

.contact-hero-box h1 span{
  display:inline-block;
  padding:0 .15em .04em;
  border-radius:13px;
  background:var(--blue);
  color:#101418;
}

.contact-hero-copy{
  max-width:740px;
  margin:0 auto;
  color:rgba(255,255,255,.80);
  font-size:15.5px;
  line-height:1.66;
}

.contact-hero-copy + .contact-hero-copy{
  margin-top:10px;
}

/* Form section */
.contact-form-section{
  padding:66px 0 74px;
}

.contact-form-heading{
  max-width:760px;
  margin:0 auto 28px;
  text-align:center;
}

.contact-form-heading h2{
  margin:12px 0 0;
  font-size:clamp(30px,3.6vw,46px);
  line-height:1.03;
  letter-spacing:-.05em;
  font-weight:900;
}

.contact-form-heading p{
  max-width:620px;
  margin:12px auto 0;
  color:var(--muted);
  font-size:15px;
  line-height:1.65;
}

.contact-form-grid{
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:18px;
  align-items:stretch;
}

/* Editorial side panel */
.contact-context-card{
  position:relative;
  overflow:hidden;
  min-height:610px;
  padding:30px;
  border-radius:30px;
  color:#fff;
  background:
    radial-gradient(circle at 82% 10%,rgba(115,221,255,.18),transparent 26%),
    linear-gradient(145deg,#11161c,#1e2630);
  box-shadow:0 20px 58px rgba(11,19,28,.12);
}

.contact-context-card::after{
  content:"";
  position:absolute;
  left:-80px;
  bottom:-110px;
  width:280px;
  height:280px;
  border-radius:50%;
  border:1px solid rgba(115,221,255,.14);
}

.contact-mark{
  position:relative;
  z-index:1;
  width:58px;
  height:58px;
  padding:10px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:var(--blue);
  box-shadow:0 14px 34px rgba(115,221,255,.20);
}

.contact-mark img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.contact-context-card h3{
  position:relative;
  z-index:1;
  max-width:370px;
  margin:26px 0 12px;
  font-size:clamp(28px,3vw,38px);
  line-height:1.03;
  letter-spacing:-.05em;
  font-weight:900;
}

.contact-context-card > p{
  position:relative;
  z-index:1;
  max-width:410px;
  margin:0;
  color:rgba(255,255,255,.66);
  font-size:14.5px;
  line-height:1.68;
}

.contact-context-list{
  position:relative;
  z-index:1;
  display:grid;
  gap:10px;
  margin-top:28px;
}

.contact-context-item{
  display:grid;
  grid-template-columns:34px 1fr;
  gap:12px;
  align-items:start;
  padding:13px 14px;
  border-radius:17px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.07);
}

.contact-context-icon{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:rgba(115,221,255,.12);
  color:var(--blue);
  font-weight:900;
}

.contact-context-item strong{
  display:block;
  margin-bottom:2px;
  font-size:13px;
}

.contact-context-item span{
  display:block;
  color:rgba(255,255,255,.56);
  font-size:12px;
  line-height:1.45;
}

.contact-context-note{
  position:absolute;
  z-index:1;
  left:30px;
  right:30px;
  bottom:28px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.52);
  font-size:12px;
  line-height:1.55;
}

/* Premium form */
.contact-form-card{
  padding:30px 32px 32px;
  border-radius:30px;
  background:
    linear-gradient(180deg,rgba(247,249,252,.98),rgba(241,245,249,.98));
  border:1px solid var(--line);
  box-shadow:0 20px 58px rgba(11,19,28,.08);
}

.contact-form-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:18px;
  margin-bottom:22px;
}

.contact-form-top h3{
  margin:0;
  font-size:24px;
  line-height:1.05;
  letter-spacing:-.04em;
}

.contact-form-top p{
  max-width:430px;
  margin:7px 0 0;
  color:var(--muted);
  font-size:13.5px;
  line-height:1.55;
}

.contact-form-mini{
  flex:0 0 auto;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(115,221,255,.14);
  color:var(--blue-dark);
  font-size:10px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.contact-form{
  display:grid;
  gap:16px;
}

.contact-fields-two{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.contact-field{
  display:grid;
  gap:7px;
}

.contact-field label{
  padding-left:3px;
  color:#20252d;
  font-size:12.5px;
  font-weight:800;
}

.contact-field label span{
  color:var(--blue-dark);
}

.contact-field input,
.contact-field select,
.contact-field textarea{
  width:100%;
  border:1px solid rgba(18,22,28,.055);
  outline:none;
  background:#fff;
  color:#15191f;
  border-radius:18px;
  font-family:inherit;
  font-size:14px;
  transition:border-color .24s ease,box-shadow .24s ease,transform .24s ease;
}

.contact-field input,
.contact-field select{
  min-height:54px;
  padding:0 17px;
}

.contact-field textarea{
  min-height:150px;
  padding:16px 17px;
  resize:vertical;
  line-height:1.55;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder{
  color:#9099a3;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus{
  border-color:rgba(115,221,255,.85);
  box-shadow:0 0 0 5px rgba(115,221,255,.12);
}

.contact-field select{
  appearance:none;
  background-image:
    linear-gradient(45deg,transparent 50%,#75808b 50%),
    linear-gradient(135deg,#75808b 50%,transparent 50%);
  background-position:
    calc(100% - 20px) 23px,
    calc(100% - 15px) 23px;
  background-size:5px 5px,5px 5px;
  background-repeat:no-repeat;
}

.contact-consent{
  display:grid;
  grid-template-columns:18px 1fr;
  gap:10px;
  align-items:start;
  margin-top:2px;
  padding:14px 15px;
  border-radius:17px;
  background:rgba(255,255,255,.62);
  border:1px solid rgba(231,237,243,.92);
}

.contact-consent input{
  width:16px;
  height:16px;
  margin:2px 0 0;
  accent-color:var(--blue-dark);
}

.contact-consent label{
  color:#555f6b;
  font-size:12px;
  line-height:1.55;
}

.contact-consent a{
  color:#1d6576;
  font-weight:800;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:2px;
}

.contact-form-actions{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
  margin-top:2px;
}

.contact-submit{
  border:0;
  cursor:pointer;
  min-width:205px;
}

.contact-form-note{
  max-width:360px;
  color:#8a949f;
  font-size:11.5px;
  line-height:1.5;
}

.contact-form-note strong{
  color:#5d6874;
}

/* Support note */
.contact-support-note{
  margin-top:18px;
  padding:17px 20px;
  border-radius:20px;
  background:#fff;
  border:1px solid var(--line);
  color:var(--muted);
  font-size:13px;
  line-height:1.6;
  text-align:center;
}

.contact-support-note strong{
  color:var(--ink);
}

/* responsive */
@media(max-width:980px){
  .contact-form-grid{
    grid-template-columns:1fr;
  }

  .contact-context-card{
    min-height:auto;
    padding-bottom:30px;
  }

  .contact-context-note{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    margin-top:26px;
  }
}

@media(max-width:820px){
  .contact-page-hero{
    padding-top:170px;
  }

  .contact-hero-stage,
  .contact-hero-shell{
    min-height:560px;
  }

  .contact-hero-shell{
    padding:28px 20px;
  }
}

@media(max-width:620px){
  .contact-page-hero{
    padding:194px 0 18px;
  }

  .contact-hero-stage{
    min-height:590px;
    border-radius:30px;
  }

  .contact-hero-shell{
    min-height:590px;
    padding:14px 12px;
  }

  .contact-hero-box{
    padding:23px 17px;
    border-radius:24px;
  }

  .contact-hero-box h1{
    font-size:38px;
  }

  .contact-hero-copy{
    font-size:14px;
  }

  .contact-form-section{
    padding:52px 0 58px;
  }

  .contact-form-heading{
    text-align:left;
    margin-bottom:24px;
  }

  .contact-form-heading h2{
    font-size:31px;
  }

  .contact-form-card,
  .contact-context-card{
    padding:22px 18px;
    border-radius:23px;
  }

  .contact-form-top{
    display:block;
  }

  .contact-form-mini{
    display:inline-flex;
    margin-top:12px;
  }

  .contact-fields-two{
    grid-template-columns:1fr;
  }

  .contact-field input,
  .contact-field select{
    min-height:50px;
  }

  .contact-field textarea{
    min-height:135px;
  }

  .contact-form-actions{
    display:grid;
  }

  .contact-submit{
    width:100%;
  }

  .contact-context-note{
    margin-top:22px;
  }
}

@media(prefers-reduced-motion:reduce){
  .contact-field input,
  .contact-field select,
  .contact-field textarea{
    transition:none!important;
  }
}
