.aesc-form{
  position:relative;
  width:100%;
  max-width:100%;
  padding:25px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.68);
  border-radius:24px;
  background:rgba(255,255,255,.9);
  -webkit-backdrop-filter:blur(18px) saturate(140%);
  backdrop-filter:blur(18px) saturate(140%);
  box-shadow:0 20px 45px -20px rgba(18,58,99,.25);
  color:#17212b;
}
.aesc-form *,
.aesc-form *::before,
.aesc-form *::after{box-sizing:border-box}
.aesc-form [hidden]{display:none!important}
.aesc-form-header{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;min-width:0}
.aesc-form-header>div{min-width:0}
.aesc-form-header h3,.aesc-success h3{margin:0;color:#123a63;font-size:22px;line-height:1.2;letter-spacing:-.025em}
.aesc-form-header p{margin:6px 0 0;color:#526170;font-size:13px;line-height:1.5}
.aesc-form-header>span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;background:rgba(43,183,169,.14);color:#2bb7a9}
.aesc-progress{margin:17px 0 20px}
.aesc-progress>div{display:flex;justify-content:space-between;gap:12px;margin-bottom:6px;color:#71808e;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.aesc-progress span{min-width:0;line-height:1.25}
.aesc-progress span:last-child{text-align:right}
.aesc-progress span.is-active{color:#1e5fa8}
.aesc-progress>i{display:block;height:6px;border-radius:99px;overflow:hidden;background:#eaf4fc}
.aesc-progress>i b{display:block;height:100%;border-radius:inherit;background:linear-gradient(135deg,#123a63,#1e5fa8 60%,#2bb7a9 130%);transition:width .45s}
.aesc-honeypot{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;opacity:0!important;overflow:hidden!important}
.aesc-root-error{margin:0 0 12px;padding:11px 12px;border:1px solid rgba(190,47,47,.15);border-radius:9px;background:#fff0f0;color:#a22626;font-size:12.5px;line-height:1.4}
.aesc-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:13px;width:100%;min-width:0}
.aesc-step-two-grid{align-items:start}
.aesc-grid-one{grid-template-columns:minmax(0,1fr)}
.aesc-col-2{grid-column:1/-1}
.aesc-step-section-title{margin:-3px 0 11px;color:#71808e;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.aesc-field,.aesc-dependents-panel,.aesc-age-item{min-width:0}
.aesc-field label{display:block;margin:0 0 5px;color:#123a63;font-size:12px;font-weight:750;line-height:1.3}
.aesc-field input,.aesc-field select,.aesc-field textarea,.aesc-age-item input{
  display:block;
  width:100%;
  max-width:100%;
  min-width:0;
  min-height:44px;
  margin:0;
  border:1px solid #dbe5ec;
  border-radius:10px;
  background:rgba(255,255,255,.94);
  color:#17212b;
  padding:10px 12px;
  outline:none;
  font-size:14px;
  line-height:1.35;
  box-shadow:none;
  transition:border-color .2s,box-shadow .2s,background .2s;
}
.aesc-field select{padding-right:36px;text-overflow:ellipsis;white-space:nowrap}
.aesc-field textarea{resize:vertical;min-height:82px}
.aesc-field input:focus,.aesc-field select:focus,.aesc-field textarea:focus,.aesc-age-item input:focus{border-color:#1e5fa8;box-shadow:0 0 0 3px rgba(30,95,168,.12);background:#fff}
.aesc-field input:disabled{background:#eef2f5;color:#7d8994;cursor:not-allowed}
.aesc-field .has-error,.aesc-age-item .has-error{border-color:#c93434;box-shadow:0 0 0 3px rgba(201,52,52,.08)}
.aesc-field>small,.aesc-consent-error,.aesc-dependents-panel>small{display:block;margin-top:5px;color:#bd2f2f;font-size:11px;line-height:1.3}
.aesc-income-field input{font-weight:700;letter-spacing:.01em}
.aesc-dependents-panel{padding:14px;border:1px solid #d7e4ee;border-radius:12px;background:linear-gradient(145deg,#eef5fb,#f4f8fc);box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
.aesc-dependents-heading{display:flex;align-items:baseline;flex-wrap:wrap;gap:5px;margin-bottom:10px}
.aesc-dependents-heading strong{color:#526170;font-size:12px}
.aesc-dependents-heading span{color:#8a96a2;font-size:10px}
.aesc-age-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(84px,1fr));gap:9px;min-width:0}
.aesc-age-item label{display:block;margin:0 0 4px;color:#6b7783;font-size:10px;font-weight:700}
.aesc-age-item input{min-height:41px;background:rgba(255,255,255,.82)}
.aesc-submit,.aesc-back{border:0;min-height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:7px;font-weight:800;font-size:14px;line-height:1.2;touch-action:manipulation;transition:transform .25s,background .25s,box-shadow .25s}
.aesc-submit{width:100%;margin-top:4px;background:#1e5fa8;color:#fff;box-shadow:0 15px 35px -18px rgba(18,58,99,.7)}
.aesc-back{padding:10px 16px;background:#fff;border:1px solid #dbe5ec;color:#123a63}
.aesc-form-actions{display:grid;grid-template-columns:auto minmax(0,1fr);gap:9px;margin-top:3px}
.aesc-form-actions .aesc-submit{margin:0}
.aesc-submit:disabled{opacity:.7;cursor:wait}
.aesc-form-note{margin:8px 0 0;text-align:center;color:#71808e;font-size:10.5px;line-height:1.4}
.aesc-consent{display:flex;align-items:flex-start;gap:9px;color:#526170;font-size:11.5px;line-height:1.42;cursor:pointer;min-width:0}
.aesc-consent input{width:18px;height:18px;margin:1px 0 0;accent-color:#1e5fa8;flex:0 0 auto}
.aesc-consent span{min-width:0}
.aesc-consent a{color:#1e5fa8;text-decoration:underline;text-underline-offset:2px}
.aesc-success{text-align:center;padding:22px 5px;outline:none}
.aesc-success>span{width:68px;height:68px;border-radius:50%;display:grid;place-items:center;margin:0 auto 16px;background:rgba(43,183,169,.14);color:#2bb7a9}
.aesc-success>span .aes-icon{width:36px;height:36px}
.aesc-success p{color:#526170;font-size:13.5px;line-height:1.6}
.aesc-success-actions{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,.75fr);gap:10px;margin-top:20px}
.aesc-success-whatsapp,.aesc-success-finish{min-height:49px;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:8px;padding:11px 16px;font-size:14px;font-weight:800;line-height:1.2;text-decoration:none;transition:transform .25s,box-shadow .25s,background .25s}
.aesc-success-whatsapp{background:#25d366;color:#fff;box-shadow:0 14px 30px -18px rgba(16,132,67,.85)}
.aesc-success-whatsapp:hover{background:#1fbd5b;color:#fff;transform:translateY(-2px)}
.aesc-success-finish{border:1px solid #dbe5ec;background:#fff;color:#123a63}
.aesc-success-finish:hover{background:#f6f9fb;color:#123a63;transform:translateY(-1px)}
.aesc-success-note{display:block;margin-top:10px;color:#71808e;font-size:10.5px;line-height:1.45}
.aesc-form.is-submitting{pointer-events:none}
.aesc-step{animation:aesc-step-in .28s ease both}
@keyframes aesc-step-in{from{opacity:0;transform:translateX(8px)}to{opacity:1;transform:none}}
@media(hover:hover){.aesc-submit:hover{background:#123a63;transform:translateY(-2px)}.aesc-back:hover{background:#f7fafc;transform:translateY(-1px)}}
@media(max-width:720px){
  .aesc-form{padding:20px;border-radius:20px;-webkit-backdrop-filter:blur(12px) saturate(125%);backdrop-filter:blur(12px) saturate(125%)}
  .aesc-form-header h3{font-size:20px}
  .aesc-form-header p{font-size:12.5px}
  .aesc-grid:not(.aesc-step-two-grid){grid-template-columns:minmax(0,1fr)}
  .aesc-grid:not(.aesc-step-two-grid)>.aesc-col-2{grid-column:auto}
  .aesc-step-two-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
  .aesc-step-two-grid>.aesc-col-2{grid-column:1/-1}
  .aesc-field input,.aesc-field select,.aesc-field textarea,.aesc-age-item input{min-height:47px;font-size:16px;padding:11px 12px}
  .aesc-field textarea{min-height:92px}
  .aesc-submit,.aesc-back{min-height:50px;font-size:15px}
  .aesc-progress>div{font-size:9px;letter-spacing:.055em}
  .aesc-age-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:520px){
  .aesc-form{padding:18px 16px;border-radius:18px}
  .aesc-step-two-grid{grid-template-columns:minmax(0,1fr)}
  .aesc-step-two-grid>.aesc-col-2{grid-column:auto}
  .aesc-form-actions{grid-template-columns:minmax(0,1fr)}
  .aesc-form-actions .aesc-back{order:2}
  .aesc-success-actions{grid-template-columns:minmax(0,1fr)}
  .aesc-success-whatsapp,.aesc-success-finish{width:100%;min-height:51px;font-size:15px}
  .aesc-progress>div{align-items:flex-end;gap:8px}
  .aesc-progress span{max-width:48%}
  .aesc-dependents-panel{padding:12px}
  .aesc-age-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:360px){
  .aesc-form{padding:16px 13px}
  .aesc-form-header>span{display:none}
  .aesc-progress span{font-size:8px}
  .aesc-age-grid{grid-template-columns:minmax(0,1fr)}
}
@media(prefers-reduced-motion:reduce){.aesc-step{animation:none}.aesc-submit,.aesc-back{transition:none}}
