
:root{
  --bg:#030303;
  --panel:#0b0b0c;
  --panel2:#111114;
  --text:#f5f5f6;
  --muted:#a2a2aa;
  --line:#2a2a30;
  --red:#f10d18;
  --red2:#a50008;
  --green:#22c55e;
  --radius:22px;
}
*{box-sizing:border-box}
html{background:var(--bg);color-scheme:dark}
body{
  margin:0;
  min-height:100vh;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 50% 0%,rgba(241,13,24,.13),transparent 27rem),
    linear-gradient(180deg,#020202 0%,#080809 66%,#020202 100%);
}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.page-shell{width:min(1040px,100%);margin:0 auto;padding:26px 18px 40px}
.brand{text-align:center;padding:2px 0 25px}
.brand-logo{
  width:min(560px,94vw);
  max-height:230px;
  object-fit:contain;
  display:block;
  margin:0 auto;
  filter:drop-shadow(0 12px 28px rgba(0,0,0,.72));
}
.eyebrow{margin:3px 0 8px;letter-spacing:.23em;font-size:.80rem;font-weight:900;color:#f25b63}
h1{font-size:clamp(1.8rem,5vw,2.75rem);line-height:1.03;margin:0 0 11px;letter-spacing:-.035em}
.intro{max-width:760px;margin:0 auto;color:var(--muted);font-size:1.08rem;line-height:1.58}
.form-card{
  background:linear-gradient(180deg,rgba(15,15,17,.98),rgba(8,8,9,.99));
  border:1px solid #242429;
  border-radius:var(--radius);
  box-shadow:0 24px 70px rgba(0,0,0,.55);
  overflow:hidden;
}
.progress-wrap{padding:20px 22px 17px;background:linear-gradient(180deg,#111114,#0d0d0f);border-bottom:1px solid var(--line)}
.progress-bar{height:4px;background:#242429;border-radius:999px;overflow:hidden;margin-bottom:16px}
.progress-bar span{display:block;height:100%;width:25%;background:linear-gradient(90deg,var(--red2),var(--red));transition:width .25s ease}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.step-chip{
  appearance:none;border:0;background:transparent;color:#74747d;
  display:flex;align-items:center;justify-content:center;gap:7px;padding:0;
  font-size:.86rem;font-weight:850;text-transform:uppercase;letter-spacing:.07em;
}
.step-chip strong{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;border:1px solid #3a3a40;color:#8a8a91;font-size:.72rem;transition:.2s}
.step-chip.active,.step-chip.done{color:#f2f2f3}
.step-chip.active strong{background:var(--red);border-color:var(--red);color:#fff;box-shadow:0 0 0 4px rgba(241,13,24,.12)}
.step-chip.done strong{border-color:#74747c;color:#e0e0e3}
.panel{display:none;padding:32px 34px 34px}
.panel.active{display:block;animation:fade .2s ease}
@keyframes fade{from{opacity:.25;transform:translateY(4px)}to{opacity:1;transform:none}}
.panel-heading{display:flex;gap:14px;align-items:flex-start;margin-bottom:25px}
.panel-number{flex:0 0 auto;color:var(--red);font-weight:950;letter-spacing:.08em;font-size:.88rem;margin-top:7px}
.panel-heading h2{margin:0 0 6px;font-size:1.62rem;letter-spacing:-.02em}
.panel-heading p{margin:0;color:var(--muted);font-size:1.03rem;line-height:1.5}
.grid{display:grid;gap:15px}
.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.field{display:flex;flex-direction:column;gap:8px;margin-bottom:15px}
.field.full{grid-column:1/-1}
.field>span,.choice-block legend{font-size:.95rem;font-weight:800;color:#ededf0}
input,select,textarea{
  width:100%;border:1px solid rgba(241,13,24,.72);background:#1a1a1f;color:#fff;border-radius:12px;
  outline:none;padding:15px 15px;font-size:1.02rem;transition:border-color .18s,box-shadow .18s,background .18s;
}
textarea{resize:vertical;min-height:110px;line-height:1.45}
input::placeholder,textarea::placeholder{color:#6e6e77}
input:focus,select:focus,textarea:focus{border-color:#ff313d;box-shadow:0 0 0 3px rgba(241,13,24,.18);background:#202026}
.field small{align-self:flex-end;color:#777780;font-size:.80rem;margin-top:-4px}
.invalid{border-color:var(--red)!important;box-shadow:0 0 0 3px rgba(241,13,24,.1)!important}
.choice-block{border:0;padding:0;margin:8px 0 22px}
.choice-block legend{margin-bottom:11px}
.choice-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.choice-row.two-only{grid-template-columns:repeat(2,1fr);max-width:430px}
.choice-row label{position:relative}
.choice-row input{position:absolute;opacity:0;pointer-events:none}
.choice-row span{
  display:flex;min-height:48px;align-items:center;justify-content:center;text-align:center;
  padding:10px 12px;border:1px solid rgba(241,13,24,.58);background:#18181d;border-radius:12px;
  color:#b5b5bd;font-size:.93rem;font-weight:750;transition:.18s;
}
.choice-row input:checked+span{border-color:var(--red);background:rgba(241,13,24,.11);color:#fff;box-shadow:inset 0 0 0 1px rgba(241,13,24,.2)}
.hidden{display:none!important}
.actions{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:26px}
.actions.right{justify-content:flex-end}
.btn{
  appearance:none;border:1px solid #34343a;background:#18181c;color:#f7f7f8;
  border-radius:12px;padding:14px 20px;font-size:.98rem;font-weight:850;letter-spacing:.01em;
}
.btn.primary{background:linear-gradient(180deg,#f31924,#c80710);border-color:#ef1520;min-width:145px}
.btn.primary:hover{filter:brightness(1.08)}
.btn.ghost{background:transparent;color:#b0b0b8}
.btn.small{padding:10px 14px;background:#19191d}
.summary-box{border:1px solid rgba(241,13,24,.34);background:#16161b;border-radius:15px;padding:16px;margin:7px 0 18px}
.summary-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.summary-title span{font-size:.80rem;letter-spacing:.16em;font-weight:900;color:#ec555d}
.summary-title button{border:0;background:transparent;color:#aaaab3;text-decoration:underline;font-size:.86rem}
.summary-content-row{display:grid;grid-template-columns:130px 1fr;gap:12px;padding:7px 0;border-top:1px solid #222227;font-size:.94rem}
.summary-content-row:first-child{border-top:0}
.summary-content-row b{color:#85858e;font-weight:750}
.summary-content-row span{color:#eeeef1;overflow-wrap:anywhere}
.consent{display:flex;gap:11px;align-items:flex-start;color:#b0b0b8;font-size:.89rem;line-height:1.5;margin:14px 0}
.consent input{width:18px;height:18px;flex:0 0 auto;margin-top:1px;accent-color:var(--red)}
.submit-note{color:#85858e;font-size:.86rem;line-height:1.5}
.btn.whatsapp{background:linear-gradient(180deg,#27ca64,#1ea451);border-color:#29c664;color:#06170c;min-width:205px}
.wa-icon{display:inline-grid;place-items:center;width:22px;height:22px;background:#07150d;color:#fff;border-radius:50%;margin-right:5px}
.share-status{min-height:1.2em;text-align:right;color:#a8a8b0;font-size:.84rem}
footer{display:flex;justify-content:space-between;gap:20px;padding:22px 10px 0;color:#66666f;font-size:.78rem;font-weight:800;letter-spacing:.10em}
@media(max-width:650px){
  .page-shell{padding:12px 12px 28px}
  .brand{padding-bottom:18px}
  .brand-logo{width:94vw;max-height:190px}
  .eyebrow{font-size:.72rem}
  .intro{font-size:.98rem;padding:0 7px}
  .progress-wrap{padding:16px 12px 14px}
  .step-chip{font-size:.70rem;gap:4px;letter-spacing:.035em}
  .step-chip strong{width:22px;height:22px;font-size:.64rem}
  .panel{padding:24px 18px 24px}
  .grid.two{grid-template-columns:1fr;gap:0}
  .field.full{grid-column:auto}
  .choice-row{grid-template-columns:1fr}
  .choice-row.two-only{grid-template-columns:repeat(2,1fr)}
  .actions{gap:9px}
  .btn{padding:13px 14px}
  .btn.whatsapp{min-width:0;flex:1}
  .summary-content-row{grid-template-columns:100px 1fr;gap:8px}
  footer{font-size:.66rem}
}
@media(max-width:380px){
  .step-chip span{display:none}
  .step-chip strong{width:26px;height:26px}
}


/* Compact cookie notice */
.cookie-banner{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:9999;
  width:min(420px,calc(100vw - 36px));
  display:flex;
  align-items:center;
  gap:14px;
  padding:12px 12px 12px 14px;
  background:rgba(10,10,12,.96);
  border:1px solid #303036;
  border-radius:14px;
  box-shadow:0 16px 42px rgba(0,0,0,.48);
  backdrop-filter:blur(10px);
}
.cookie-banner[hidden]{display:none}
.cookie-copy{
  min-width:0;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  column-gap:8px;
  row-gap:3px;
  color:#a8a8b0;
  font-size:.72rem;
  line-height:1.35;
}
.cookie-copy strong{
  color:#fff;
  font-size:.75rem;
  letter-spacing:.04em;
}
.cookie-copy a{
  color:#e8666d;
  text-decoration:none;
  font-weight:800;
  white-space:nowrap;
}
.cookie-copy a:hover{text-decoration:underline}
.cookie-accept{
  flex:0 0 auto;
  appearance:none;
  border:1px solid #e61b25;
  background:linear-gradient(180deg,#f31924,#c80710);
  color:#fff;
  border-radius:10px;
  padding:9px 13px;
  font-size:.74rem;
  font-weight:900;
}
footer a{
  color:#686871;
  text-decoration:none;
}
footer a:hover{color:#b0b0b8}

@media(max-width:650px){
  .cookie-banner{
    left:10px;
    right:10px;
    bottom:10px;
    width:auto;
    padding:11px 11px 11px 12px;
    border-radius:12px;
  }
  .cookie-copy{
    font-size:.68rem;
  }
  .cookie-accept{
    padding:9px 11px;
  }
}
