/* =========================================================
   ALPHAFORCE MD — SUPPORT + LEGAL PAGES
   Shared production styles
========================================================= */

:root{
  --page-bg:#020913;
  --page-panel:#071421;
  --page-panel-2:#0a1a2c;
  --page-line:rgba(255,255,255,.09);
  --page-blue:#2485ff;
  --page-blue-2:#0d63ff;
  --page-text:#f5f7fa;
  --page-muted:#a8b4c1;
  --page-faint:#758496;
}

.inner-page{
  min-height:calc(100vh - 118px);
  background:
    radial-gradient(circle at 50% 0%,rgba(36,133,255,.11),transparent 28%),
    var(--page-bg);
}

.inner-hero{
  padding:72px 0 34px;
  text-align:center;
}

.inner-hero__eyebrow{
  display:inline-block;
  margin-bottom:12px;
  color:var(--page-blue);
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.inner-hero h1{
  max-width:880px;
  margin:0 auto;
  color:#fff;
  font-size:clamp(42px,5vw,72px);
  line-height:.98;
  letter-spacing:-.05em;
}

.inner-hero p{
  max-width:690px;
  margin:20px auto 0;
  color:var(--page-muted);
  font-size:15px;
  line-height:1.72;
}

.single-section{
  padding:26px 0 92px;
}

/* CONTACT */
.contact-shell{
  max-width:980px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  overflow:hidden;
  border:1px solid var(--page-line);
  border-radius:22px;
  background:linear-gradient(145deg,rgba(12,32,55,.94),rgba(4,13,23,.94));
  box-shadow:0 30px 90px rgba(0,0,0,.26);
}

.contact-intro{
  padding:42px;
  border-right:1px solid var(--page-line);
  background:
    radial-gradient(circle at 20% 15%,rgba(36,133,255,.17),transparent 34%),
    rgba(4,14,25,.28);
}

.contact-intro h2{
  margin:0;
  font-size:31px;
  line-height:1.06;
  letter-spacing:-.035em;
}

.contact-intro > p{
  margin:16px 0 0;
  color:var(--page-muted);
  font-size:13px;
  line-height:1.7;
}

.contact-details{
  display:grid;
  gap:13px;
  margin-top:30px;
}

.contact-detail{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:13px;
  align-items:center;
  padding:14px;
  border:1px solid var(--page-line);
  border-radius:12px;
  background:rgba(255,255,255,.025);
}

.contact-detail__icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid rgba(36,133,255,.32);
  border-radius:11px;
  background:rgba(36,133,255,.10);
  color:#78b6ff;
}

.contact-detail__icon svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.contact-detail small{
  display:block;
  margin-bottom:3px;
  color:var(--page-faint);
  font-size:9px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.contact-detail strong,
.contact-detail a{
  color:#fff;
  font-size:12px;
  font-weight:700;
}

.contact-form{
  padding:42px;
}

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

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

.field--full{
  grid-column:1 / -1;
}

.field label{
  color:#eaf1f8;
  font-size:11px;
  font-weight:700;
}

.field input,
.field textarea,
.field select{
  width:100%;
  min-height:50px;
  padding:13px 14px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:10px;
  outline:0;
  background:#050f1a;
  color:#fff;
  font:inherit;
  font-size:12px;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}

.field textarea{
  min-height:132px;
  resize:vertical;
}

.field input:focus,
.field textarea:focus,
.field select:focus{
  border-color:rgba(36,133,255,.72);
  box-shadow:0 0 0 3px rgba(36,133,255,.10);
  background:#071522;
}

.contact-submit{
  width:100%;
  margin-top:18px;
}

.form-note{
  margin:12px 0 0;
  color:var(--page-faint);
  text-align:center;
  font-size:10px;
  line-height:1.5;
}

/* TRACK ORDER */
.track-card{
  max-width:820px;
  margin:0 auto;
  padding:clamp(28px,5vw,52px);
  border:1px solid var(--page-line);
  border-radius:22px;
  background:
    radial-gradient(circle at 50% 0%,rgba(36,133,255,.13),transparent 34%),
    linear-gradient(145deg,#0a1a2b,#050f1a);
  box-shadow:0 30px 90px rgba(0,0,0,.24);
}

.track-card__icon{
  width:58px;
  height:58px;
  margin:0 auto 18px;
  display:grid;
  place-items:center;
  border:1px solid rgba(36,133,255,.35);
  border-radius:16px;
  background:rgba(36,133,255,.11);
  color:#75b4ff;
}

.track-card__icon svg{
  width:28px;
  height:28px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.track-card h2{
  margin:0;
  text-align:center;
  font-size:28px;
  letter-spacing:-.03em;
}

.track-card > p{
  max-width:560px;
  margin:12px auto 28px;
  color:var(--page-muted);
  text-align:center;
  font-size:13px;
  line-height:1.65;
}

.track-form{
  max-width:610px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.track-form .btn{
  grid-column:1 / -1;
  width:100%;
  min-height:58px;
  margin-top:4px;
}

.track-help{
  margin:22px 0 0;
  padding-top:20px;
  border-top:1px solid var(--page-line);
  color:var(--page-faint);
  text-align:center;
  font-size:10px;
}

.track-help a{
  color:#78b6ff;
  font-weight:700;
}

/* LEGAL */
.legal-wrap{
  max-width:900px;
  margin:0 auto;
}

.legal-card{
  padding:clamp(28px,4vw,52px);
  border:1px solid var(--page-line);
  border-radius:20px;
  background:rgba(6,18,31,.82);
  box-shadow:0 24px 70px rgba(0,0,0,.18);
}

.legal-meta{
  margin-bottom:30px;
  padding-bottom:22px;
  border-bottom:1px solid var(--page-line);
  color:var(--page-muted);
  font-size:12px;
}

.legal-card h2{
  margin:38px 0 13px;
  color:#fff;
  font-size:clamp(25px,3vw,34px);
  line-height:1.12;
  letter-spacing:-.035em;
}

.legal-card h2:first-of-type{
  margin-top:0;
}

.legal-card h3{
  margin:26px 0 9px;
  color:#fff;
  font-size:16px;
}

.legal-card p,
.legal-card li{
  color:#c3ced9;
  font-size:13px;
  line-height:1.78;
}

.legal-card p{
  margin:0 0 15px;
}

.legal-card ul,
.legal-card ol{
  margin:10px 0 20px;
  padding-left:22px;
}

.legal-card li + li{
  margin-top:8px;
}

.legal-card strong{
  color:#fff;
}

.legal-card a{
  color:#69abff;
  text-decoration:underline;
  text-underline-offset:3px;
}

.legal-notice{
  margin:28px 0 0;
  padding:16px 18px;
  border:1px solid rgba(36,133,255,.22);
  border-radius:11px;
  background:rgba(36,133,255,.07);
  color:#a9c9ed;
  font-size:11px;
  line-height:1.65;
}

@media(max-width:760px){
  .inner-hero{
    padding:52px 0 26px;
  }

  .inner-hero h1{
    font-size:44px;
  }

  .single-section{
    padding:20px 0 70px;
  }

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

  .contact-intro{
    padding:28px;
    border-right:0;
    border-bottom:1px solid var(--page-line);
  }

  .contact-form{
    padding:28px;
  }

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

  .field--full,
  .track-form .btn{
    grid-column:auto;
  }

  .legal-card{
    border-radius:16px;
  }
}

@media(max-width:480px){
  .inner-hero h1{
    font-size:39px;
  }

  .contact-intro,
  .contact-form{
    padding:23px;
  }

  .track-card{
    padding:25px 20px;
  }

  .legal-card{
    padding:24px 20px;
  }
}
