
:root{
  --navy:#06142b;
  --navy-2:#0a1d3a;
  --blue:#3db7ff;
  --green:#1ea85f;
  --green-dark:#16884f;
  --gray-button:#c7cdd6;
  --text:#11233f;
  --muted:#718096;
  --line:#d6dee8;
  --line-hover:#bdc9d8;
  --danger:#d64045;
  --white:#fff;
}
*{box-sizing:border-box}
html,body{margin:0;width:100%;height:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
body{min-height:100dvh;color:var(--text);overflow:hidden;background:linear-gradient(rgba(3,14,33,.48),rgba(3,14,33,.48)),url("./background-10x.jpg") center/cover fixed}
button,input{font:inherit}
svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

.page-shell{width:min(1320px,calc(100% - 54px));height:100dvh;margin:0 auto;display:grid;grid-template-columns:minmax(0,.95fr) minmax(540px,1.05fr);gap:clamp(28px,3.5vw,52px);align-items:center}
.hero{width:100%;max-width:560px;color:#fff;padding-left:2px}
.brand-logo{display:block;width:232px;max-width:60%;height:auto;margin-bottom:28px}
.eyebrow{display:flex;align-items:center;gap:9px;margin-bottom:14px;color:#7bcaff;font-size:11px;font-weight:800;letter-spacing:2.2px}
.eyebrow span{width:28px;height:2px;background:#42b7ff;border-radius:2px}
h1{margin:0 0 18px;max-width:555px;color:#fff;font-size:clamp(44px,3.65vw,57px);line-height:1.025;letter-spacing:-2.5px;font-weight:800}
h1 strong{color:#fff;font-weight:900}
.hero-copy{max-width:500px;margin:0 0 22px;color:rgba(255,255,255,.88);font-size:15.5px;line-height:1.45}
.hero-copy b{color:#fff;font-weight:800}
.benefits{display:grid;gap:9px;color:rgba(255,255,255,.94);font-size:13px}
.benefit{display:flex;align-items:center;gap:9px}.benefit b{color:#fff;font-weight:700}
.check{width:18px;height:18px;min-width:18px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#1777d3;font-size:10px;font-weight:900}
.hero-note{display:none}

.form-card{width:100%;max-width:590px;justify-self:end;padding:27px 30px 22px;background:#fff;border:1px solid rgba(17,35,63,.07);border-radius:14px;box-shadow:0 20px 46px rgba(0,12,30,.22)}
.card-heading{margin-bottom:15px}
.card-heading h2{margin:0 0 4px;color:#10213b;font-size:30px;line-height:1.04;letter-spacing:-1.1px;font-weight:850}
.card-heading p{margin:0;color:#75839a;font-size:12.5px;line-height:1.35}
form{display:grid;gap:9px}.field{display:grid;gap:4px}label,legend{color:#172c49;font-size:12.5px;font-weight:750}
.input-shell{position:relative;display:flex;align-items:center}.input-shell>svg{position:absolute;left:13px;z-index:2;width:16px;height:16px;color:#8ea2ba;pointer-events:none}
input[type=text],input[type=tel],input[type=email]{width:100%;height:44px;padding:0 13px 0 40px;border:1px solid var(--line);border-radius:8px;outline:none;background:#fff;color:#132743;font-size:14px;transition:border-color .15s ease,box-shadow .15s ease}
input::placeholder{color:#9aa9ba}.input-shell:focus-within input{border-color:#7aaee4;box-shadow:0 0 0 3px rgba(50,141,230,.07)}.input-shell:focus-within svg{color:#3f8bd3}.field.invalid input{border-color:var(--danger);box-shadow:0 0 0 3px rgba(216,64,69,.05)}.field.invalid .input-shell svg{color:var(--danger)}
fieldset{border:0;margin:0;padding:0;min-width:0}.group-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:5px}legend{padding:0}.group-help{color:#8c98a9;font-size:10px}
.options{display:grid;gap:5px}.revenue-options{grid-template-columns:repeat(2,minmax(0,1fr))}.revenue-options .option:last-child{grid-column:1/2}.store-options{grid-template-columns:repeat(4,minmax(0,1fr))}
.option{position:relative;cursor:pointer}.option input{position:absolute;opacity:0;pointer-events:none}.option span{min-height:38px;height:100%;display:flex;align-items:center;padding:7px 9px;border:1px solid var(--line);border-radius:7px;background:#fff;color:#36485f;font-size:10.7px;font-weight:700;line-height:1.16;transition:.14s ease}.option span::before{content:"";width:13px;height:13px;min-width:13px;margin-right:7px;border-radius:50%;border:1.5px solid #96abc3;background:#fff;box-shadow:inset 0 0 0 3px #fff}.option:hover span{border-color:var(--line-hover);background:#fbfcfd}.option input:checked+span{border-color:#398ee0;background:#f4f8fc;color:#185b9a}.option input:checked+span::before{border-color:#398ee0;background:#398ee0}.group.invalid .option span{border-color:#e7a0a3}
.error{min-height:0;margin:0;color:var(--danger);font-size:9px;line-height:1.15;font-weight:650}.group-error{display:block;margin-top:2px}
button{width:100%;height:47px;margin-top:2px;border:0;border-radius:7px;background:var(--gray-button);color:#fff;display:flex;align-items:center;justify-content:center;gap:9px;font-size:12px;font-weight:850;letter-spacing:.3px;cursor:pointer;transition:background .15s ease,box-shadow .15s ease}
button.ready{background:var(--green);box-shadow:0 8px 16px rgba(30,168,95,.16)}button.ready:hover{background:var(--green-dark)}button.sending{opacity:.72;cursor:wait}.button-arrow{width:17px;height:17px}.status{min-height:9px;margin:-2px 0 0;text-align:center;font-size:9.5px;font-weight:650}.status.bad{color:#b42318}.status.ok{color:#087a47}.privacy{display:flex;align-items:center;justify-content:center;gap:5px;margin-top:-1px;color:#8d99a8;font-size:8.5px}.privacy svg{width:10px;height:10px}

@media (min-width:861px) and (max-height:820px){
  .page-shell{width:min(1280px,calc(100% - 36px));grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);gap:30px}
  .hero{max-width:520px}.brand-logo{width:205px;margin-bottom:18px}.eyebrow{margin-bottom:10px;font-size:9.5px}h1{max-width:500px;margin-bottom:12px;font-size:clamp(38px,3.3vw,48px);letter-spacing:-1.9px}.hero-copy{margin-bottom:15px;font-size:13.5px}.benefits{gap:7px;font-size:11.5px}.form-card{max-width:560px;padding:19px 24px 15px;border-radius:12px}.card-heading{margin-bottom:9px}.card-heading h2{font-size:25px}.card-heading p{font-size:10.5px}form{gap:6px}label,legend{font-size:10.5px}input[type=text],input[type=tel],input[type=email]{height:36px;font-size:11.5px;padding-left:35px}.input-shell>svg{left:10px;width:13px;height:13px}.group-help{font-size:8px}.options{gap:4px}.option span{min-height:30px;padding:5px 6px;font-size:8.5px}.option span::before{width:10px;height:10px;min-width:10px;margin-right:5px}button{height:38px;font-size:10px}.privacy{font-size:7.5px}
}
@media (max-width:1050px) and (min-width:861px){.page-shell{width:calc(100% - 30px);grid-template-columns:.78fr 1.22fr;gap:24px}.brand-logo{width:195px}h1{font-size:40px}.hero-copy{font-size:13.5px}.benefits{font-size:11.5px}.form-card{max-width:565px}}

/* MOBILE REFEITO */
@media (max-width:860px){
  html,body{height:auto;min-height:100%}
  body{overflow-x:hidden;overflow-y:auto;background:linear-gradient(rgba(3,14,33,.56),rgba(3,14,33,.56)),url("./background-10x.jpg") center/cover fixed}
  .page-shell{width:100%;min-height:100dvh;height:auto;padding:18px 14px 24px;display:flex;flex-direction:column;gap:12px;overflow:visible}
  .hero{width:100%;max-width:none;padding:0;flex:none}
  .brand-logo{width:154px;max-width:none;margin:0 0 8px}
  .eyebrow{margin-bottom:8px;gap:6px;font-size:9px;letter-spacing:1.8px}.eyebrow span{width:22px}
  h1{max-width:100%;margin:0;font-size:clamp(31px,9vw,42px);line-height:1.02;letter-spacing:-1.5px}
  .hero-copy{display:block;max-width:100%;margin:10px 0 0;font-size:14px;line-height:1.4;color:rgba(255,255,255,.9)}
  .benefits{display:none}
  .form-card{width:100%;max-width:none;min-height:auto;flex:none;padding:18px 16px 16px;border-radius:16px;overflow:visible;box-shadow:0 18px 38px rgba(0,12,30,.20)}
  .card-heading{margin-bottom:12px}.card-heading h2{margin-bottom:3px;font-size:22px;letter-spacing:-.6px}.card-heading p{font-size:12px;line-height:1.3}
  form{gap:8px}.field{gap:4px}label,legend{font-size:13px}
  input[type=text],input[type=tel],input[type=email]{height:46px;padding-left:41px;border-radius:10px;font-size:15px}
  .input-shell>svg{left:13px;width:16px;height:16px}
  .group-title-row{display:block;margin-bottom:6px}.group-help{display:block;margin-top:2px;font-size:10px}
  .revenue-options,.store-options{grid-template-columns:1fr}.revenue-options .option:last-child{grid-column:auto}.options{gap:7px}
  .option span{min-height:45px;padding:10px 12px;border-radius:10px;font-size:14px;line-height:1.2}.option span::before{width:14px;height:14px;min-width:14px;margin-right:9px}
  button{height:49px;border-radius:10px;font-size:14px;margin-top:4px}.button-arrow{width:18px;height:18px}
  .status{min-height:10px;font-size:11px}.privacy{margin-top:2px;font-size:10px;line-height:1.3;text-align:center}.privacy svg{width:12px;height:12px}.error{font-size:10px}
}

@media (max-width:420px){
  .page-shell{padding:16px 12px 22px;gap:10px}
  .brand-logo{width:146px}
  .eyebrow{font-size:8.5px;letter-spacing:1.55px;margin-bottom:7px}
  h1{font-size:clamp(28px,8.8vw,38px);line-height:1.03}
  .hero-copy{font-size:13.5px;margin-top:8px}
  .form-card{padding:16px 14px 14px;border-radius:14px}
  .card-heading h2{font-size:20px}.card-heading p{font-size:11px}
  label,legend{font-size:12.5px}
  input[type=text],input[type=tel],input[type=email]{height:44px;font-size:14px;padding-left:39px}
  .input-shell>svg{left:12px;width:15px;height:15px}
  .option span{min-height:43px;font-size:13px;padding:9px 11px}
  button{height:47px;font-size:13px}
  .privacy{font-size:9px}
}

@media (max-width:360px){
  .page-shell{padding:14px 10px 20px}
  .brand-logo{width:138px}
  h1{font-size:27px}
  .hero-copy{font-size:13px}
  .form-card{padding:14px 12px}
  .card-heading h2{font-size:19px}
  .card-heading p{font-size:10.5px}
  input[type=text],input[type=tel],input[type=email]{height:42px;font-size:13.5px}
  .option span{min-height:41px;font-size:12.5px}
  button{height:45px;font-size:12.5px}
}
