:root{--navy:#14384b;--blue:#08a8e8;--blue2:#32c5f4;--green:#9aca3c;--green2:#c8e86a;--orange:#ff9f43;--yellow:#ffd166;--pink:#ff7d9d;--ink:#173a4b;--muted:#69818d;--cream:#fffdf8;--mint:#f2fae7;--sky:#eefaff;--line:#dcecf1;--white:#fff;--red:#ef6a6a;--shadow:0 18px 48px rgba(20,56,75,.11)}
*{box-sizing:border-box}body{margin:0;font-family:"Nunito",ui-rounded,"Arial Rounded MT Bold",system-ui,sans-serif;color:var(--ink);background:#fff;font-weight:600}.shell{width:min(1120px,calc(100% - 36px));margin:auto}.topbar{height:76px;background:#fff;border-bottom:1px solid #e7f1f4}.nav{height:76px;display:flex;align-items:center;justify-content:space-between}.brand-lockup{display:flex;align-items:center;gap:9px}.brand-by{font-size:11px;color:#8aa0aa;font-weight:800}.logo{width:160px;height:50px;object-fit:contain}.logo.small{width:126px}.badge{background:#eff9e1;color:#5d7e1e;border:1px solid #d9edb5;padding:9px 14px;border-radius:999px;font-weight:900;font-size:13px}.screen{display:none}.screen.active{display:block}.hero{min-height:calc(100vh - 76px);position:relative;overflow:hidden;background:radial-gradient(circle at 90% 10%,rgba(255,209,102,.34),transparent 22%),radial-gradient(circle at 72% 70%,rgba(154,202,60,.18),transparent 27%),linear-gradient(145deg,#fff 0,#f3fbff 54%,#fbfff3 100%)}.hero:before,.hero:after{content:"";position:absolute;border-radius:50%;opacity:.7;pointer-events:none}.hero:before{width:150px;height:150px;background:#dff6ff;left:-55px;top:120px}.hero:after{width:105px;height:105px;background:#f3ffd7;right:5%;bottom:50px}.hero-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:68px;align-items:center;padding:68px 0 95px;position:relative;z-index:1}.eyebrow{color:#078fc8;font-weight:900;letter-spacing:.075em;font-size:13px;margin-bottom:14px}.hero h1,.result-title h1{font-size:clamp(42px,5vw,66px);line-height:1.04;margin:0 0 22px;letter-spacing:-.035em;color:var(--navy);font-weight:900}.hero h1 span,.result-title h1 span{color:var(--blue)}.lead{font-size:20px;line-height:1.6;color:#55717e;max-width:720px;font-weight:600}.chips{display:flex;flex-wrap:wrap;gap:10px;margin:27px 0}.chips span{background:#fff;border:1px solid #dcecf1;border-radius:999px;padding:10px 14px;font-weight:800;font-size:14px;box-shadow:0 5px 15px rgba(20,56,75,.04)}.btn{border:0;border-radius:999px;padding:15px 23px;font-family:inherit;font-weight:900;font-size:15px;cursor:pointer;transition:.2s}.btn.primary{background:linear-gradient(135deg,var(--blue),#0797dc);color:#fff;box-shadow:0 9px 22px rgba(8,168,232,.24)}.btn.primary:hover{transform:translateY(-2px);box-shadow:0 12px 25px rgba(8,168,232,.3)}.btn.primary:disabled{opacity:.4;cursor:not-allowed;transform:none}.btn.ghost{background:#f0f7f9;color:#496976}.btn.full{width:100%}.micro,.privacy{font-size:12px;color:#7b929d;margin-top:13px}.pet-card{background:#fff;border:1px solid #dcecf1;border-radius:32px;padding:30px;box-shadow:var(--shadow);position:relative}.pet-card:after{content:"";position:absolute;inset:9px;border:2px dashed #eef5f7;border-radius:25px;pointer-events:none}.paw{position:absolute;right:24px;top:-30px;width:66px;height:66px;border-radius:22px;display:grid;place-items:center;background:linear-gradient(135deg,var(--green),var(--green2));font-size:30px;transform:rotate(7deg);box-shadow:0 9px 18px rgba(154,202,60,.22);z-index:2}.pet-bubbles{position:absolute;right:84px;top:-22px;display:flex;gap:6px}.pet-bubbles span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #e2edf1;box-shadow:0 5px 13px rgba(20,56,75,.08)}.pet-card h3{font-size:25px;margin:4px 0 22px;font-weight:900}.mini{display:flex;gap:14px;padding:13px 0;border-top:1px solid #edf3f5;position:relative;z-index:1}.mini b{width:40px;height:40px;border-radius:14px;background:var(--sky);display:grid;place-items:center;color:var(--blue);font-size:18px}.mini:nth-of-type(2) b{background:#f4fae8;color:#78a71d}.mini:nth-of-type(3) b{background:#fff6df;color:#c98900}.mini:nth-of-type(4) b{background:#fff0f4;color:#d65c7c}.mini span{display:flex;flex-direction:column}.mini strong{font-weight:900}.mini small{color:var(--muted);margin-top:2px}.wave{position:absolute;bottom:-1px;left:0;width:100%;height:32px;background:linear-gradient(175deg,transparent 49%,#fff 50%)}
.quiz-shell{max-width:820px;padding:30px 0 70px}.quiz-head{display:flex;align-items:center;gap:35px;margin-bottom:35px}.progress-wrap{flex:1}.progress-meta{display:flex;justify-content:space-between;font-size:13px;font-weight:900;color:#657f8b;margin-bottom:8px}.progress{height:10px;border-radius:99px;background:#e9f1f3;overflow:hidden}.progress i{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--green),var(--blue));transition:.3s}.question-card{background:#fff;border:1px solid #dfecef;border-radius:28px;padding:35px;box-shadow:0 15px 45px rgba(20,56,75,.075)}.question-card h2{font-size:30px;line-height:1.25;margin:0 0 8px;color:var(--navy);font-weight:900}.hint{color:var(--muted);margin:0 0 24px}.answers{display:grid;gap:11px;margin:25px 0 30px}.answer{display:flex;align-items:center;gap:12px;border:1.5px solid #dbe8ec;border-radius:18px;padding:15px 17px;cursor:pointer;background:#fff;font-weight:800;transition:.15s}.answer:hover{border-color:#89d5f2;background:#f5fcff;transform:translateX(2px)}.answer.selected{border-color:var(--blue);background:#ecfaff;box-shadow:inset 5px 0 var(--blue)}.answer input{accent-color:var(--blue);width:18px;height:18px}.quiz-actions{display:flex;justify-content:space-between;gap:12px}.privacy{text-align:center}.loading-box{min-height:75vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.loader-paw{font-size:58px;animation:pulse 1s infinite alternate}.checks{display:grid;gap:9px;text-align:left;margin-top:22px}.checks span{padding:11px 16px;background:#f3fae9;border-radius:15px}@keyframes pulse{to{transform:scale(1.12) rotate(4deg)}}
.result-bg{background:#f6fbfc}.result-shell{padding:55px 0 70px}.result-title{text-align:center;max-width:860px;margin:auto}.result-title h1{font-size:48px}.result-title p{font-size:18px;color:var(--muted)}.strength-box,.money{margin:30px 0;background:#fff;border-radius:25px;padding:27px;border:1px solid var(--line);box-shadow:0 8px 30px rgba(20,56,75,.055)}.strength-box{border-left:7px solid var(--green);background:linear-gradient(90deg,#fbfff5,#fff)}.strength-box h2,.money h2{margin:0 0 8px;color:var(--navy);font-weight:900}.money{background:linear-gradient(135deg,#14384b,#116584);color:#fff;border:0;display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:center;overflow:hidden}.money-copy h2{color:#fff;margin:5px 0 10px;font-size:25px;line-height:1.2}.money-copy p{margin:0;color:#e9f6fa;line-height:1.55}.money-kicker{font-size:12px;font-weight:900;letter-spacing:.09em;color:#d1ef74}.money-value{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:20px;padding:20px}.money .amount{font-size:clamp(32px,5vw,48px);line-height:1;font-weight:900;color:#d1ef74;letter-spacing:-.03em;white-space:nowrap}.money .amount span{font-size:16px;color:#fff;letter-spacing:0;margin-left:4px}.money-kind{margin-top:9px;color:#fff;font-size:14px;font-weight:800}.money small{grid-column:1/-1;color:#dcecf1;opacity:1;line-height:1.45}.lead-benefit{padding:10px 12px;background:#f3fae9;border-radius:12px;color:#496976;font-size:13px;font-weight:800}.section-title{margin:42px 0 18px;color:var(--navy);font-weight:900}.pillar-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.pillar{background:#fff;border-radius:22px;padding:23px;border:1px solid var(--line);position:relative}.pillar .tag{display:inline-block;padding:7px 10px;border-radius:99px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.tag.strong{background:#ebf8d6;color:#567817}.tag.attention{background:#fff3d7;color:#93670a}.tag.critical{background:#ffe7e7;color:#a33434}.pillar h3{margin:12px 0 8px;font-size:22px;font-weight:900}.pillar p{color:#607b87;line-height:1.55}.pillar .rec{border-top:1px solid #e8eef0;padding-top:13px;margin-top:13px;color:#284654}.insight-box{margin:28px 0;padding:24px;border-radius:20px;background:#fff8e7;border:1px solid #f3d996}.solution-box{margin-top:45px;display:grid;grid-template-columns:1.05fr .95fr;gap:25px;background:linear-gradient(135deg,#eefaff,#f7fce9);padding:33px;border-radius:30px}.solution-list{display:grid;gap:10px;margin-top:20px}.solution-item{background:#fff;border:1px solid #dce8ed;border-radius:17px;padding:15px}.solution-item b{display:block;color:var(--navy);margin-bottom:3px}.lead-card{background:#fff;padding:26px;border-radius:24px;box-shadow:var(--shadow)}.lead-card h3{font-size:25px;margin:0 0 7px;font-weight:900}.lead-card label{display:block;font-size:12px;font-weight:900;margin:12px 0}.lead-card input{display:block;width:100%;margin-top:6px;padding:13px 14px;border:1px solid #d7e4e8;border-radius:14px;font:inherit}.consent{display:flex!important;align-items:flex-start;gap:8px;font-weight:600!important}.consent input{width:auto!important;margin:2px 0!important}.form-status{font-size:13px;margin-top:10px}.disclaimer{font-size:11px;color:#748d98;text-align:center;margin-top:25px;line-height:1.5}
@media(max-width:800px){.hero-grid,.solution-box{grid-template-columns:1fr}.hero-grid{padding-top:45px}.pet-card{margin-top:15px}.hero h1{font-size:42px}.topbar,.nav{height:66px}.logo{width:138px}.brand-by{display:none}.pillar-grid{grid-template-columns:1fr}.question-card{padding:23px}.question-card h2{font-size:24px}.quiz-head{gap:15px}.logo.small{width:105px}.result-title h1{font-size:38px}.solution-box{padding:21px}.badge{font-size:11px}}
/* Header title - Diagnóstico Pet */
.header-title{margin-left:14px;padding-left:16px;border-left:1px solid #dbe6ea;font-size:14px;line-height:1.2;color:#123247;letter-spacing:.01em;white-space:nowrap}
.header-title strong{font-weight:900}
@media(max-width:720px){.header-title{font-size:11px;white-space:normal;margin-left:8px;padding-left:10px}.brand-by{display:none}.logo{max-width:125px}}

html,body{max-width:100%;overflow-x:hidden}img{max-width:100%}button,input{max-width:100%}
@media(max-width:900px){.shell{width:min(100% - 30px,760px)}.hero-grid{gap:34px}.money{grid-template-columns:1fr}.money small{grid-column:auto}}
@media(max-width:720px){.topbar,.nav{height:auto;min-height:66px}.nav{padding:8px 0}.brand-lockup{width:100%;gap:6px}.logo{width:112px;height:42px;flex:0 0 auto}.header-title{font-size:10px;line-height:1.25;margin-left:5px;padding-left:8px;white-space:normal;min-width:0}.hero{min-height:auto}.hero-grid{padding:38px 0 65px;gap:32px}.hero h1{font-size:clamp(34px,10vw,44px);line-height:1.07}.lead{font-size:17px;line-height:1.5}.chips{gap:7px;margin:21px 0}.chips span{font-size:12px;padding:8px 10px}.hero .btn.primary{width:100%}.pet-card{padding:24px 19px;border-radius:25px}.pet-bubbles{right:66px}.paw{right:15px}.quiz-shell{padding:20px 0 50px}.quiz-head{align-items:flex-start;flex-direction:column;gap:14px}.progress-wrap{width:100%}.question-card{padding:21px 17px;border-radius:22px}.question-card h2{font-size:22px}.answer{padding:14px 13px;border-radius:15px;align-items:flex-start}.answer input{flex:0 0 18px;margin-top:2px}.quiz-actions{display:grid;grid-template-columns:1fr 1fr}.quiz-actions .btn{padding:14px 10px}.result-shell{padding:38px 0 50px}.result-title h1{font-size:clamp(32px,9vw,40px)}.result-title p{font-size:16px}.strength-box,.money{padding:21px 18px;border-radius:21px}.money{gap:16px}.money-copy h2{font-size:22px}.money-value{padding:17px 14px}.money .amount{white-space:normal;font-size:clamp(31px,10vw,43px)}.money .amount span{display:block;margin:6px 0 0;font-size:14px}.pillar{padding:20px 17px}.solution-box{margin-top:32px;padding:18px 14px;border-radius:24px}.lead-card{padding:21px 16px;border-radius:20px}.lead-card h3{font-size:23px}.lead-card input{font-size:16px}.btn.full{white-space:normal;line-height:1.3}}
@media(max-width:390px){.shell{width:calc(100% - 22px)}.logo{width:96px}.header-title{font-size:9px;padding-left:6px}.hero h1{font-size:33px}.pet-bubbles{display:none}.quiz-actions{grid-template-columns:1fr}.quiz-actions #backBtn{order:2}.money .amount{font-size:30px}}
