
:root{
  --bg:#050909;
  --panel:#091213;
  --panel2:#0b1618;
  --line:rgba(49,197,191,.22);
  --line2:rgba(255,180,70,.22);
  --text:#eaf7f7;
  --muted:#9fb6b8;
  --teal:#38f0ea;
  --lime:#b4ff43;
  --amber:#ffbd4c;
  --pink:#ff7ed9;
}

*{box-sizing:border-box}
html,body{
  margin:0;
  padding:0;
  background:
    radial-gradient(1000px 500px at 10% 0%, rgba(166,95,20,.18), transparent 50%),
    radial-gradient(900px 500px at 100% 0%, rgba(73,160,70,.14), transparent 50%),
    linear-gradient(180deg,#020505,#061012 55%,#030707 100%);
  color:var(--text);
  font-family:Arial,Helvetica,sans-serif;
}
body{min-height:100vh}

.apc-topbar{
  padding:10px 16px;
  text-align:center;
  font-size:12px;
  letter-spacing:.16em;
  font-weight:800;
  color:#aef7f2;
  background:linear-gradient(90deg, rgba(47,194,187,.16), rgba(170,255,77,.12));
  border-bottom:1px solid rgba(77,215,207,.24);
  text-transform:uppercase;
}

.wrap{
  width:min(1180px, calc(100% - 28px));
  margin:18px auto 34px auto;
}

.hero-panel,
.section-card,
.apc-footer{
  background:linear-gradient(180deg, rgba(7,19,21,.96), rgba(5,14,15,.96));
  border:1px solid var(--line);
  border-radius:22px;
  box-shadow:0 0 0 1px rgba(255,255,255,.015), 0 0 38px rgba(18,94,90,.08);
}

.hero-panel{
  padding:28px;
  display:grid;
  grid-template-columns: 1.45fr .95fr;
  gap:22px;
  margin-bottom:20px;
}

.eyebrow{
  color:var(--lime);
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin-bottom:10px;
}

h1,h2,h3,h4,p{margin:0}
h1{
  font-size:56px;
  line-height:.95;
  margin-bottom:14px;
}
h2{
  font-size:38px;
  line-height:1.02;
}
h3{
  font-size:24px;
  line-height:1.1;
}
.lead{
  font-size:29px;
  line-height:1.3;
  color:#dff5f5;
  margin-bottom:18px;
}
.fine-note,
.muted,
.head-note{
  color:var(--muted);
  font-size:14px;
  line-height:1.45;
}
.pill-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:18px 0;
}
.pill{
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(64,208,202,.24);
  background:rgba(11,28,31,.7);
  color:#d5f4f2;
  font-size:12px;
  font-weight:800;
}
.hero-actions,
.field-actions{
  display:flex;
  gap:12px;
  align-items:center;
  flex-wrap:wrap;
  margin-top:18px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border-radius:14px;
  text-decoration:none;
  font-weight:900;
  border:1px solid transparent;
}
.btn-primary{
  background:linear-gradient(90deg, #49e8e3, #b1ff4d);
  color:#041010;
}
.btn-secondary{
  background:rgba(14,31,33,.96);
  color:#dff9f9;
  border-color:rgba(76,215,209,.26);
}

.side-card{
  height:100%;
  border-radius:18px;
  border:1px solid rgba(255,175,60,.22);
  background:
    radial-gradient(200px 160px at 20% 10%, rgba(56,240,234,.08), transparent 60%),
    radial-gradient(240px 180px at 85% 15%, rgba(255,126,217,.08), transparent 62%),
    linear-gradient(180deg, rgba(13,23,25,.96), rgba(8,16,18,.98));
  padding:18px;
}
.side-label{
  color:#ffd17b;
  font-size:12px;
  font-weight:900;
  letter-spacing:.15em;
  margin-bottom:14px;
}
.stat-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
  margin-bottom:16px;
}
.stat-box{
  border:1px solid rgba(62,214,208,.24);
  background:rgba(7,20,22,.9);
  border-radius:16px;
  padding:14px;
}
.stat-num{
  color:var(--teal);
  font-size:32px;
  font-weight:900;
  margin-bottom:4px;
}
.stat-txt{
  color:#e4fbfb;
  font-weight:800;
}
.info-panel{
  border:1px solid rgba(255,184,73,.18);
  border-radius:16px;
  background:rgba(10,17,18,.8);
  padding:14px;
}
.info-title{
  color:#ffd17b;
  font-weight:900;
  margin-bottom:10px;
}
.info-panel ul{
  margin:0;
  padding-left:18px;
  color:#d8eded;
  line-height:1.6;
}

.section-card{
  padding:24px;
  margin-bottom:18px;
}
.section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:14px;
  margin-bottom:18px;
}

.application-card{
  background:
    radial-gradient(500px 260px at 100% 0%, rgba(67,160,90,.06), transparent 45%),
    linear-gradient(180deg, rgba(7,20,21,.98), rgba(5,14,15,.98));
}
.app-grid{
  display:grid;
  grid-template-columns:1.35fr .8fr;
  gap:18px;
}
.app-form,
.mini-box,
.placement,
.flow-step{
  border:1px solid rgba(62,214,208,.18);
  background:rgba(8,18,20,.86);
  border-radius:18px;
}
.app-form{padding:18px}
.form-tag{
  display:inline-block;
  margin-bottom:14px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,189,76,.12);
  border:1px solid rgba(255,189,76,.24);
  color:#ffd27d;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
}
.field-row{margin-bottom:14px}
.field-row.two{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
label span{
  display:block;
  margin-bottom:7px;
  font-size:13px;
  color:#dff5f5;
  font-weight:800;
}
input, select, textarea{
  width:100%;
  border:1px solid rgba(70,215,208,.22);
  border-radius:12px;
  background:#071011;
  color:#f0ffff;
  font-size:14px;
  padding:12px 13px;
}
textarea{
  min-height:130px;
  resize:vertical;
}

.app-side{
  display:flex;
  flex-direction:column;
  gap:14px;
}
.mini-box{
  padding:16px;
}
.mini-title{
  color:#ffd17b;
  font-size:18px;
  font-weight:900;
  margin-bottom:10px;
}
.mini-box ol{
  margin:0;
  padding-left:20px;
  line-height:1.7;
  color:#dcf0f1;
}
.alert-box{
  border-color:rgba(255,126,217,.2);
}

.placement-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}
.placement{
  padding:16px;
}
.placement h3{
  font-size:22px;
  margin-bottom:10px;
}
.placement p{
  color:#cde2e4;
  line-height:1.5;
}

.two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-bottom:18px;
}
.review-callout{
  margin-top:14px;
  padding:14px 16px;
  border-radius:14px;
  background:rgba(255,189,76,.1);
  border:1px solid rgba(255,189,76,.2);
  color:#ffe0a8;
  font-weight:900;
}

.flow-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
.flow-step{
  padding:18px;
  color:#dbf1f2;
  font-size:16px;
  line-height:1.35;
}
.flow-step strong{
  color:var(--teal);
  font-size:22px;
}

.apc-footer{
  padding:22px 22px 18px 22px;
}
.footer-brand{
  margin-bottom:18px;
}
.footer-brand h3{
  font-size:30px;
  margin-bottom:8px;
}
.footer-brand p{
  color:#bdd3d6;
  line-height:1.5;
}
.footer-cols{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-bottom:18px;
}
.footer-cols h4{
  margin:0 0 10px 0;
  color:#ffd38b;
  font-size:16px;
}
.footer-cols ul{
  list-style:none;
  padding:0;
  margin:0;
}
.footer-cols li{
  padding:6px 0;
  color:#d6edef;
  border-bottom:1px dotted rgba(70,215,208,.12);
}
.legal{
  padding-top:14px;
  border-top:1px solid rgba(70,215,208,.18);
  color:#b9d3d6;
  font-size:13px;
}

@media (max-width: 980px){
  .hero-panel,
  .app-grid,
  .two-col{
    grid-template-columns:1fr;
  }
  .flow-grid{
    grid-template-columns:repeat(2,1fr);
  }
  h1{font-size:44px}
  .lead{font-size:22px}
}

@media (max-width: 700px){
  .wrap{
    width:min(100% - 18px, 1180px);
  }
  .hero-panel,
  .section-card,
  .apc-footer{
    border-radius:18px;
    padding:18px;
  }
  h1{font-size:35px}
  h2{font-size:28px}
  .lead{font-size:18px}
  .field-row.two,
  .placement-grid,
  .footer-cols,
  .flow-grid{
    grid-template-columns:1fr;
  }
}
