*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%;scroll-behavior:smooth!important}body{background:#fff;color:#111827;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.6rem;line-height:1.5}:root{--color-primary:#0891b2;--color-primary-dark:#0e7490;--color-accent:#f97316;--color-accent-dark:#ea580c;--color-bg-soft:#f9fafb;--radius-lg:16px;--radius-md:12px;--shadow-soft:0 12px 40px rgba(15,23,42,.18)}.main-container{display:grid;grid-template-columns:1fr;margin:0 auto;max-width:1200px}.main-container .form{height:100%}.header-container{background:#fff;border-bottom:1px solid #e5e7eb;order:-1;position:sticky;top:0;width:100%;z-index:9}.header-inner{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:16px;width:100%}.header-logo{max-width:150px}.header-logo img{display:block;height:auto;object-fit:contain;width:100%}.header-nav{display:none}.header-link{color:#4b5563;font-size:1.6rem;font-weight:500;position:relative;text-decoration:none}.header-link:after{background:var(--color-primary);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .25s ease;width:0}.header-link:hover{color:var(--color-primary-dark);cursor:pointer}.header-link:hover:after{width:100%}#beneficios,#condiciones,#faq,#hero{scroll-margin-top:90px}.content{display:flex;flex-direction:column;gap:32px}.form-valente img,.hero img{display:block;height:auto;width:100%}.benefits{background-color:#f9fafb;gap:40px;padding:16px}.benefit-header,.benefits{display:flex;flex-direction:column}.benefit-header{align-items:center}.benefit-header h2{font-size:clamp(1.8rem,1.8rem + 1vw,2.8rem)}.cards-container{gap:24px}.card-benefit,.cards-container{display:flex;flex-direction:column}.card-benefit{gap:16px}.cards-content{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.cards-content .card{display:flex;flex-direction:column;gap:16px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:var(--radius-md);box-shadow:0 4px 16px rgba(0,0,0,.06);padding:24px;transition:all .3s ease}.card:hover{border-color:rgba(8,145,178,.3);box-shadow:0 12px 24px rgba(0,0,0,.1);transform:translateY(-4px)}.card-benefit h3{border-bottom:2px solid;border-color:var(--color-primary);color:#111827;font-size:clamp(1.6rem,2vw,1.8rem);font-weight:600;padding-bottom:4px}.card p{color:#4b5563;font-size:1.6rem;line-height:1.6}.card h4{font-size:1.6rem;font-weight:700}.card h4 span,.card p span{color:#f97316;font-size:1.9rem;font-weight:700}.conditions-container,.faq-container{display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:500px;padding:16px;width:100%}.conditions-header h2,.faq-header h2{color:#111827;font-size:clamp(1.8rem,1.8rem + 1vw,2.8rem);font-weight:700}.faq-download{margin:0 auto;max-width:500px}.btn-download,.faq-download{display:flex;justify-content:center;width:100%}.btn-download{align-items:center;background:linear-gradient(135deg,#0891b2,#0e7490);border:2px solid transparent;border-radius:8px;box-shadow:0 8px 20px rgba(8,145,178,.3);color:#fff;font-size:clamp(1.5rem,2vw,1.6rem);font-weight:600;gap:12px;letter-spacing:.05em;padding:16px 32px;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.btn-download:hover{background:linear-gradient(135deg,#0e7490,#0a5a6e);box-shadow:0 12px 28px rgba(8,145,178,.4);transform:translateY(-3px)}.btn-download:active{transform:translateY(-1px)}.footer-inner{align-items:center;box-sizing:border-box;display:flex;gap:16px;justify-content:space-evenly;padding:0 16px 32px}.footer-logo{display:flex;height:50px;justify-content:center}.footer-logo img{display:block;height:auto;transition:opacity .25s ease;width:100%}.custom-popover{display:none;position:absolute;z-index:1000}.custom-popover-content{background:#fff;border-radius:6px;box-shadow:0 8px 20px rgba(0,0,0,.15);max-width:290px;padding:16px;position:relative}.custom-popover-content:before{background:linear-gradient(135deg,#ffc9dc,#ff1b4d);bottom:-6px;box-shadow:-2px -2px 5px rgba(0,0,0,.05);content:"";height:12px;left:20px;position:absolute;transform:rotate(45deg);width:12px}.custom-popover-close{background:none;border:none;color:#ff2f5e;cursor:pointer;font-size:24px;position:absolute;right:8px;top:6px}.texto-detalle{hyphens:auto;line-height:1.5;overflow-wrap:anywhere;text-align:left;white-space:normal;word-break:normal}.texto-detalle,.title-modal{margin-bottom:8px}#edadModal{align-items:center;background-color:rgba(0,0,0,.5);display:none;height:100%;justify-content:center;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:1000}#edadModal.show{display:flex!important}#edadModal .modal-content{background-color:#fff;border-radius:10px;box-shadow:0 4px 20px rgba(0,0,0,.2);font-family:sans-serif;max-width:400px;padding:24px;position:relative;text-align:center;width:90%}#edadModal #closeModalEdad{color:#333;cursor:pointer;font-size:24px;font-weight:700;position:absolute;right:15px;top:10px}#edadModal #closeModalEdad:hover{color:#000}#edadModal p{color:#333;font-size:18px;margin:16px}@media (min-width:425px){.header-nav{align-items:center;display:flex;gap:24px}}@media (min-width:768px){.header-inner{align-items:center;flex-direction:row;justify-content:space-between}.main-container{gap:16px;grid-template-columns:60% 1fr}.hero-form{display:grid;grid-column:1/-1;grid-template-columns:60% 1fr}.content{grid-column:1}.form-valente{height:80vh;overflow-y:scroll;position:fixed;scroll-behavior:smooth;top:70px}}