.dl-passport{padding:2.5rem 0;background:#ebe4d8;border-bottom:3px double #1a2744}
.dl-passport h1{font-size:clamp(1.3rem,3vw,1.75rem);font-weight:800;color:#1a2744;margin-bottom:.65rem;font-family:Georgia,serif}
.dl-passport h1 em{color:#c0392b;font-style:normal}
.dl-passport p{color:#5a5040;font-size:.9rem;max-width:580px;margin-bottom:1.2rem}
.dl-stamps{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.2rem}
.dl-stamps span{border:2px double #c0392b;color:#c0392b;padding:.3rem .6rem;font-family:monospace;font-size:.68rem;font-weight:800;transform:rotate(-4deg)}

.visa-form{max-width:720px;margin:0 auto;background:#fff;border:2px solid #1a2744;padding:0}
.form-header{background:#1a2744;color:#f4efe6;padding:.75rem 1rem;font-family:monospace;font-size:.78rem;font-weight:800;display:flex;justify-content:space-between}
.form-row{display:grid;grid-template-columns:140px 1fr auto;gap:1rem;align-items:center;padding:1rem 1.1rem;border-bottom:1px solid #d4c8b0}
.form-row:last-child{border-bottom:none}
.form-label{font-family:monospace;font-size:.72rem;color:#5a5040;font-weight:800}
.form-row h3{font-size:.92rem;color:#1a2744;font-weight:800;margin-bottom:.2rem}
.form-row p{font-size:.78rem;color:#5a5040;line-height:1.45}
.form-row .btn-stamp{font-size:.72rem;padding:.35rem .75rem;transform:none}

.ticket-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.ticket{background:#fff;border-left:6px solid #c0392b;padding:1.1rem;position:relative}
.ticket::before{content:"";position:absolute;left:-3px;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#ebe4d8;border-radius:50%}
.ticket:nth-child(2){border-left-color:#2980b9}
.ticket:nth-child(3){border-left-color:#27ae60}
.ticket-code{font-family:monospace;font-size:.65rem;color:#5a5040;margin-bottom:.35rem}
.ticket h3{font-size:.9rem;color:#1a2744;margin-bottom:.3rem;font-weight:800}
.ticket p{font-size:.78rem;color:#5a5040;margin-bottom:.5rem;line-height:1.45}

.immigration-track{display:flex;flex-direction:column;gap:0;max-width:600px;margin:0 auto;background:#f4efe6;border:1px solid #d4c8b0;padding:1rem 1.2rem}
.imm-step{display:grid;grid-template-columns:60px 1fr;gap:1rem;padding:.85rem 0;border-bottom:1px dashed #d4c8b0}
.imm-step:last-child{border-bottom:none}
.imm-num{font-family:monospace;font-size:.85rem;color:#c0392b;font-weight:800;border:2px solid #c0392b;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%}
.imm-step h3{font-size:.92rem;color:#1a2744;margin-bottom:.3rem;font-weight:800}
.imm-step p{font-size:.8rem;color:#5a5040;line-height:1.5}

.baggage-dual{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.bag-col{background:#f4efe6;border:1px solid #d4c8b0;padding:0}
.bag-col .bh{padding:.5rem 1rem;background:#ebe4d8;font-size:.72rem;font-family:monospace;color:#1a2744;font-weight:800;border-bottom:1px solid #d4c8b0}
.bag-col ul{padding:1rem 1.1rem}
.bag-col li{font-size:.82rem;color:#5a5040;padding:.25rem 0;border-bottom:1px solid #e8e0d0;line-height:1.45}
.bag-col li:last-child{border-bottom:none}

.dl-cta{background:#1a2744;color:#f4efe6;padding:2.5rem 0;text-align:center}
.dl-cta h2{font-size:clamp(1.05rem,2.6vw,1.35rem);margin-bottom:.4rem;font-weight:800}
.dl-cta p{color:#a8a090;font-size:.86rem;margin-bottom:1rem}

.dl-img{border:1px solid #d4c8b0;overflow:hidden;max-width:480px}

@media(max-width:768px){
  .form-row{grid-template-columns:1fr;gap:.5rem}
  .ticket-strip,.baggage-dual{grid-template-columns:1fr}
}
