:root{
  --navy:#101827;
  --navy-2:#17243a;
  --red:#dc2638;
  --red-dark:#b91f30;
  --ink:#172033;
  --muted:#667085;
  --line:#dfe5ec;
  --soft:#f5f7fa;
  --white:#fff;
  --green:#128447;
  --shadow:0 18px 50px rgba(16,24,39,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:#f4f6f9;
  font-family:Inter,Arial,"Segoe UI",sans-serif;
  line-height:1.6;
}
body.ar{font-family:Tahoma,Arial,sans-serif}
a{color:inherit}
.site-header{
  position:sticky;
  top:0;
  z-index:30;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:13px clamp(16px,4vw,54px);
  background:rgba(16,24,39,.97);
  color:#fff;
  box-shadow:0 8px 25px rgba(0,0,0,.14);
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
}
.brand-mark{
  display:grid;
  place-items:center;
  width:52px;
  height:42px;
  border-radius:8px;
  background:#fff;
  color:var(--red);
  font-weight:900;
  letter-spacing:-1px;
}
.brand-text strong{display:block;font-size:17px;letter-spacing:.4px}
.brand-text span{display:block;color:#c9d2df;font-size:11px}
.header-actions{display:flex;align-items:center;gap:10px}
.header-link,.lang-btn{
  border:1px solid rgba(255,255,255,.25);
  border-radius:8px;
  background:transparent;
  color:#fff;
  padding:9px 13px;
  font-weight:700;
  cursor:pointer;
  text-decoration:none;
}
.lang-btn:hover,.header-link:hover{border-color:#fff;background:rgba(255,255,255,.08)}
.hero{
  background:
    linear-gradient(120deg,rgba(16,24,39,.97),rgba(23,36,58,.91)),
    radial-gradient(circle at 20% 30%,rgba(220,38,56,.4),transparent 35%);
  color:#fff;
  padding:56px 18px 70px;
  text-align:center;
}
.hero .eyebrow{
  display:inline-block;
  margin-bottom:12px;
  color:#ffbbc2;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:1.3px;
  font-size:12px;
}
.hero h1{
  max-width:900px;
  margin:0 auto 14px;
  font-size:clamp(30px,5vw,52px);
  line-height:1.12;
}
.hero p{max-width:800px;margin:0 auto;color:#dce3ec;font-size:17px}
.notice{
  max-width:1050px;
  margin:-28px auto 25px;
  position:relative;
  z-index:2;
  border-left:5px solid var(--red);
  border-radius:12px;
  background:#fff;
  padding:18px 21px;
  box-shadow:var(--shadow);
}
body.ar .notice{border-left:0;border-right:5px solid var(--red)}
.notice strong{color:var(--red)}
.page-shell{max-width:1120px;margin:0 auto;padding:20px 16px 70px}
.choice-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
  margin-top:18px;
}
.choice-card{
  display:flex;
  flex-direction:column;
  min-height:350px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  padding:30px;
  box-shadow:0 14px 35px rgba(16,24,39,.08);
}
.choice-icon{
  display:grid;
  place-items:center;
  width:62px;
  height:62px;
  border-radius:15px;
  background:#fff0f2;
  color:var(--red);
  font-size:31px;
}
.choice-card h2{margin:20px 0 8px;font-size:25px}
.choice-card p{color:var(--muted)}
.choice-card ul{padding-inline-start:22px;color:#445064}
.choice-card .primary-btn{margin-top:auto}
.primary-btn,.secondary-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  border-radius:9px;
  padding:11px 20px;
  font-weight:800;
  text-decoration:none;
  cursor:pointer;
}
.primary-btn{border:1px solid var(--red);background:var(--red);color:#fff}
.primary-btn:hover{background:var(--red-dark);border-color:var(--red-dark)}
.secondary-btn{border:1px solid #bac3ce;background:#fff;color:var(--navy)}
.secondary-btn:hover{background:#f0f3f7}
.form-card{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:17px;
  background:#fff;
  box-shadow:var(--shadow);
}
.form-top{padding:24px 28px;border-bottom:1px solid var(--line)}
.form-top h2{margin:0 0 5px}
.form-top p{margin:0;color:var(--muted)}
.progress-wrap{padding:20px 28px 5px}
.progress-meta{display:flex;justify-content:space-between;gap:12px;font-size:13px;color:var(--muted);font-weight:700}
.progress-track{height:8px;margin-top:9px;border-radius:20px;background:#e8edf2;overflow:hidden}
.progress-bar{width:0;height:100%;background:linear-gradient(90deg,var(--red),#f45c6c);transition:width .25s ease}
form{padding:10px 28px 28px}
.form-step{display:none;animation:fade .18s ease}
.form-step.active{display:block}
@keyframes fade{from{opacity:.35;transform:translateY(5px)}to{opacity:1;transform:none}}
.section-title{
  margin:18px 0;
  padding-bottom:11px;
  border-bottom:1px solid var(--line);
  font-size:21px;
}
.field-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:17px 19px;
}
.field.full{grid-column:1/-1}
.field label{display:block;margin-bottom:6px;font-size:14px;font-weight:800}
.required{color:var(--red)}
input,select,textarea{
  width:100%;
  min-height:46px;
  border:1px solid #cbd3dd;
  border-radius:8px;
  background:#fff;
  color:var(--ink);
  padding:10px 12px;
  font:inherit;
  outline:none;
}
textarea{min-height:110px;resize:vertical}
input:focus,select:focus,textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(220,38,56,.1)}
.help{margin-top:5px;color:var(--muted);font-size:12px}
.check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.check-item{
  display:flex;
  align-items:flex-start;
  gap:9px;
  border:1px solid var(--line);
  border-radius:9px;
  background:#fafbfd;
  padding:11px;
}
.check-item input{width:18px;min-height:18px;margin-top:3px}
.check-item label{margin:0;font-weight:600}
.upload-box{
  border:2px dashed #c7d0dc;
  border-radius:11px;
  background:#fafbfd;
  padding:18px;
}
.form-actions{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-top:25px;
  padding-top:20px;
  border-top:1px solid var(--line);
}
.form-actions .right{display:flex;gap:10px;margin-inline-start:auto}
.error-box{
  display:none;
  margin:18px 0 0;
  border:1px solid #f1a8b0;
  border-radius:9px;
  background:#fff2f3;
  color:#9b1c2a;
  padding:13px 15px;
}
.error-box.show{display:block}
.turnstile-box{display:flex;justify-content:center;padding:15px 0}
.hidden{display:none!important}
.modal{
  display:none;
  position:fixed;
  inset:0;
  z-index:100;
  align-items:center;
  justify-content:center;
  padding:16px;
  background:rgba(8,15,25,.72);
}
.modal.show{display:flex}
.modal-card{
  width:min(600px,100%);
  border-radius:18px;
  background:#fff;
  padding:30px;
  box-shadow:0 30px 80px rgba(0,0,0,.3);
  text-align:center;
}
.success-icon{
  display:grid;
  place-items:center;
  width:72px;
  height:72px;
  margin:0 auto 16px;
  border-radius:50%;
  background:#e6f7ee;
  color:var(--green);
  font-size:38px;
  font-weight:900;
}
.reference-box{
  margin:18px 0;
  border-radius:10px;
  background:#f0f4f8;
  padding:15px;
  color:var(--red);
  font-size:20px;
  font-weight:900;
  word-break:break-word;
}
.site-footer{
  padding:28px 16px;
  background:var(--navy);
  color:#c9d2df;
  text-align:center;
}
.site-footer a{color:#fff}
@media(max-width:760px){
  .brand-text{display:none}
  .header-link{display:none}
  .hero{padding-top:42px}
  .choice-grid,.field-grid,.check-grid{grid-template-columns:1fr}
  .field.full{grid-column:auto}
  .form-top,.progress-wrap,form{padding-left:18px;padding-right:18px}
  .choice-card{min-height:auto}
  .form-actions{flex-direction:column}
  .form-actions .right{width:100%;margin:0}
  .form-actions button{flex:1}
}
