:root{--navy:#1e2761;--navy-dark:#12173f;--ice:#cadcfc;--orange:#0ea5e9;--bg-light:#f7f9fc;--ink:#14172b;--muted:#5b6584;--white:#fff;--radius:14px;--maxw:1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--white);margin:0;font-family:IBM Plex Sans,system-ui,sans-serif;line-height:1.55}h1,h2,h3{color:var(--navy);margin:0 0 .5em;font-family:Fraunces,Georgia,serif;line-height:1.15}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--orange);margin:0 0 .9em;font-family:IBM Plex Mono,monospace;font-size:.72rem;font-weight:500;display:block}a{color:inherit}img,svg{display:block}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}section{padding:96px 0}@media (max-width:640px){section{padding:64px 0}}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--orange);outline-offset:2px}header{z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffeb;border-bottom:1px solid #e7ebf5;position:sticky;top:0}nav.wrap{justify-content:space-between;align-items:center;height:72px;display:flex}.logo{color:var(--navy);letter-spacing:.02em;font-family:Fraunces,serif;font-size:1.4rem;font-weight:700;text-decoration:none}.nav-links{gap:32px;margin:0;padding:0;list-style:none;display:flex}.nav-links a{color:var(--ink);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .15s}.nav-links a:hover{color:var(--orange)}.nav-cta{background:var(--navy);color:var(--white);border-radius:999px;padding:10px 20px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s}.nav-cta:hover{background:var(--navy-dark)}.nav-toggle{cursor:pointer;background:0 0;border:none;padding:8px;display:none}.nav-toggle span{background:var(--navy);width:22px;height:2px;margin:5px 0;display:block}@media (max-width:860px){.nav-links{background:var(--white);border-bottom:1px solid #e7ebf5;flex-direction:column;gap:0;max-height:0;transition:max-height .25s;position:absolute;top:72px;left:0;right:0;overflow:hidden}.nav-links.open{max-height:320px}.nav-links li{border-top:1px solid #eef1f8}.nav-links a{padding:16px 24px;display:block}.nav-toggle{display:block}.nav-cta{display:none}}.hero{background:radial-gradient(1100px 500px at 85% -10%, #2a356f 0%, var(--navy) 55%, var(--navy-dark) 100%);color:var(--white);padding:88px 0 100px;overflow:hidden}.hero .wrap{grid-template-columns:1.1fr .9fr;align-items:center;gap:56px;display:grid}@media (max-width:900px){.hero .wrap{grid-template-columns:1fr}}.hero h1{color:var(--white);max-width:15ch;font-size:clamp(2.1rem,4.2vw,3.1rem);font-weight:600}.hero p.lead{color:var(--ice);max-width:46ch;margin:0 0 32px;font-size:1.08rem}.hero .eyebrow{color:var(--orange)}.btn-row{flex-wrap:wrap;gap:14px;display:flex}.btn{cursor:pointer;border:2px solid #0000;border-radius:999px;align-items:center;gap:8px;padding:14px 24px;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .15s,background .15s,border-color .15s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--orange);color:var(--white)}.btn-primary:hover{background:#0b8fc7}.btn-ghost{color:var(--white);border-color:#ffffff59}.btn-ghost:hover{border-color:var(--white)}.btn-dark{background:var(--navy);color:var(--white)}.btn-dark:hover{background:var(--navy-dark)}.builder{height:360px;position:relative}.core{border:2px dashed #fff6;border-radius:20px;grid-template-columns:1fr 1fr;place-items:center;gap:10px;width:250px;height:250px;margin:auto;padding:20px;animation:.8s .9s both core-solidify;display:grid;position:absolute;inset:0}@keyframes core-solidify{to{border-style:solid;border-color:var(--orange);background:#0ea5e914}}.core-label{text-align:center;letter-spacing:.12em;text-transform:uppercase;color:var(--ice);font-family:IBM Plex Mono,monospace;font-size:.68rem;position:absolute;top:-30px;left:0;right:0}.chip{width:96px;height:96px;color:var(--white);text-align:center;animation:.7s cubic-bezier(.2,.9,.3,1.2) both assemble;animation-delay:var(--d);background:#ffffff0f;border:1px solid #ffffff2e;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:6px;font-size:.68rem;font-weight:600;display:flex}.chip svg{width:26px;height:26px;stroke:var(--orange)}.chip:nth-child(5){grid-column:1/span 2;justify-self:center;width:96px}@keyframes assemble{0%{transform:translate(var(--tx), var(--ty)) rotate(var(--r));opacity:0}to{opacity:1;transform:translate(0)rotate(0)}}@media (prefers-reduced-motion:reduce){.chip,.core{opacity:1;border-style:solid;border-color:var(--orange);transform:none;animation:none!important}}@media (max-width:900px){.builder{max-width:320px;height:auto;margin:0 auto;padding:40px 0}.core{gap:8px;width:100%;height:auto;padding:16px;position:static}.chip{width:100%;height:84px}.chip:nth-child(5){grid-column:1/span 2;width:100%}}.section-head{max-width:640px;margin-bottom:48px}.section-head.center{text-align:center;margin-left:auto;margin-right:auto}.section-head h2{font-size:clamp(1.6rem,3vw,2.1rem)}.section-head p{color:var(--muted);margin:0;font-size:1.02rem}.problema{background:var(--bg-light)}.grid-3{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}@media (max-width:800px){.grid-3{grid-template-columns:1fr}}.p-card{background:var(--white);border-radius:var(--radius);padding:28px;box-shadow:0 10px 30px -18px #1e276140}.icon-circle{background:var(--navy);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:18px;display:flex}.icon-circle svg{width:24px;height:24px;stroke:var(--white)}.p-card h3{color:var(--ink);margin-bottom:8px;font-family:IBM Plex Sans,sans-serif;font-size:1.05rem;font-weight:600}.p-card p{color:var(--muted);margin:0;font-size:.94rem}.grid-5{grid-template-columns:repeat(5,1fr);gap:20px;display:grid}@media (max-width:980px){.grid-5{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.grid-5{grid-template-columns:1fr}}.s-card{border-radius:var(--radius);text-align:center;border:1px solid #e7ebf5;padding:26px 20px;transition:border-color .15s,transform .15s}.s-card:hover{border-color:var(--orange);transform:translateY(-3px)}.s-card h3{color:var(--ink);margin:14px 0 8px;font-family:IBM Plex Sans,sans-serif;font-size:.98rem;font-weight:600}.s-card p{color:var(--muted);margin:0;font-size:.87rem}.s-card .icon-circle{margin:0 auto 4px}.proceso{background:var(--bg-light)}.steps{grid-template-columns:repeat(4,1fr);gap:32px;display:grid;position:relative}@media (max-width:820px){.steps{grid-template-columns:1fr;gap:36px}}.step{text-align:center;position:relative}@media (max-width:820px){.step{text-align:left;align-items:flex-start;gap:18px;display:flex}}.step .num{background:var(--navy);width:44px;height:44px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin:0 auto 16px;font-family:IBM Plex Mono,monospace;font-weight:700;display:flex}.step:last-child .num{background:var(--orange)}@media (max-width:820px){.step .num{margin:0}}.step h3{color:var(--ink);margin-bottom:6px;font-family:IBM Plex Sans,sans-serif;font-size:1.02rem;font-weight:600}.step p{color:var(--muted);margin:0;font-size:.9rem}.steps:before{content:"";background:var(--ice);z-index:0;height:2px;position:absolute;top:22px;left:12.5%;right:12.5%}@media (max-width:820px){.steps:before{display:none}}.porque{background:var(--navy);color:var(--white)}.porque .section-head h2{color:var(--white)}.porque .section-head p{color:var(--ice)}.grid-2{grid-template-columns:1fr 1fr;gap:24px;display:grid}@media (max-width:700px){.grid-2{grid-template-columns:1fr}}.d-card{border-radius:var(--radius);background:#ffffff0f;border:1px solid #ffffff24;align-items:flex-start;gap:18px;padding:26px;display:flex}.d-card .icon-circle{background:var(--orange);flex-shrink:0;margin-bottom:0}.d-card h3{color:var(--white);margin-bottom:6px;font-family:IBM Plex Sans,sans-serif;font-size:1.02rem;font-weight:600}.d-card p{color:var(--ice);margin:0;font-size:.9rem}.contacto .wrap{grid-template-columns:1fr 1.15fr;align-items:start;gap:64px;display:grid}@media (max-width:860px){.contacto .wrap{grid-template-columns:1fr;gap:40px}}.contact-info h2{font-size:clamp(1.6rem,3vw,2.1rem)}.contact-info p{color:var(--muted)}.info-row{align-items:center;gap:12px;margin-top:18px;font-size:.95rem;display:flex}.info-row .icon-circle{width:38px;height:38px;margin:0}.info-row .icon-circle svg{width:18px;height:18px}form{background:var(--bg-light);border-radius:var(--radius);border:1px solid #1e27610d;flex-direction:column;gap:20px;padding:44px;display:flex;box-shadow:0 8px 32px #1e276112}.form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (max-width:520px){.form-row{grid-template-columns:1fr}}label{color:var(--ink);margin-bottom:-10px;font-size:.88rem;font-weight:600}input,textarea{background:var(--white);color:var(--ink);border:1.5px solid #d7ddec;border-radius:11px;padding:15px 16px;font-family:inherit;font-size:1rem}input:focus,textarea:focus{border-color:var(--orange);outline:none;box-shadow:0 0 0 3px #0ea5e91f}textarea{resize:vertical;min-height:140px}form .btn-primary{border:none;justify-content:center;width:100%;margin-top:10px;padding:16px;font-size:1.02rem}footer{background:var(--navy-dark);color:var(--ice);padding:32px 0;font-size:.85rem}footer .wrap{flex-wrap:wrap;justify-content:space-between;gap:12px;display:flex}footer a{color:var(--ice);opacity:.85;text-decoration:none}footer a:hover{opacity:1}.form-success{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:20px 8px;display:flex}.success-check{width:64px;height:64px}.success-check-circle{stroke:var(--orange);stroke-width:2.5px;stroke-dasharray:151;stroke-dashoffset:151px;animation:.5s forwards draw-circle}.success-check-mark{stroke:var(--orange);stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:36;stroke-dashoffset:36px;animation:.35s .45s forwards draw-check}@keyframes draw-circle{to{stroke-dashoffset:0}}@keyframes draw-check{to{stroke-dashoffset:0}}.form-success p{color:var(--navy);opacity:0;margin:0;font-size:1rem;font-weight:600;animation:.4s .75s forwards fade-up}.form-success .btn{opacity:0;animation:.4s .9s forwards fade-up}@keyframes fade-up{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}#formMsg.error{color:#b3261e;margin:0;font-size:.88rem}@media (prefers-reduced-motion:reduce){.success-check-circle,.success-check-mark,.form-success p,.form-success .btn{stroke-dashoffset:0;opacity:1;transform:none;animation:none!important}}.cotizador{background:var(--bg-light)}.cz-box{background:var(--white);border-radius:var(--radius);max-width:820px;margin:0 auto;padding:32px;box-shadow:0 10px 30px -18px #1e276140}.cz-step-label{letter-spacing:.1em;text-transform:uppercase;color:var(--orange);margin-bottom:10px;font-family:IBM Plex Mono,monospace;font-size:.72rem;font-weight:600;display:block}.cz-question{color:var(--navy);margin:0 0 18px;font-family:Fraunces,serif;font-size:1.15rem;font-weight:600}.cz-options{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:36px;display:grid}@media (max-width:700px){.cz-options{grid-template-columns:repeat(2,1fr)}}@media (max-width:460px){.cz-options{grid-template-columns:1fr}}.cz-card{text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;background:var(--white);border:2px solid #e7ebf5;border-radius:12px;flex-direction:column;align-items:center;gap:8px;padding:18px 14px;transition:border-color .15s,background .15s,transform .1s;display:flex;position:relative}.cz-card:hover{border-color:var(--ice);transform:translateY(-2px)}.cz-card.selected{border-color:var(--orange);background:#f0f9ff}.cz-card .icon-circle{width:42px;height:42px;margin:0}.cz-card svg{width:20px;height:20px}.cz-card span{color:var(--ink);font-size:.85rem;font-weight:600}.cz-check{background:var(--orange);width:20px;height:20px;color:var(--white);opacity:0;border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;transition:opacity .15s,transform .15s;display:flex;position:absolute;top:8px;right:8px;transform:scale(.5)}.cz-card.selected .cz-check{opacity:1;transform:scale(1)}.cz-toggle-row{flex-wrap:wrap;gap:14px;margin-bottom:36px;display:flex}.cz-toggle{text-align:center;cursor:pointer;min-width:140px;color:var(--ink);border:2px solid #e7ebf5;border-radius:12px;flex:1;padding:16px;font-size:.92rem;font-weight:600;transition:border-color .15s,background .15s}.cz-toggle:hover{border-color:var(--ice)}.cz-toggle.selected{border-color:var(--orange);color:var(--navy);background:#f0f9ff}.cz-summary{background:var(--bg-light);border-radius:12px;margin-bottom:24px;padding:20px 22px;display:none}.cz-summary.show{display:block}.cz-summary h4{color:var(--navy);margin:0 0 10px;font-family:IBM Plex Sans,sans-serif;font-size:.95rem;font-weight:700}.cz-chips{flex-wrap:wrap;gap:8px;display:flex}.cz-chip{background:var(--navy);color:var(--white);border-radius:999px;padding:6px 14px;font-size:.8rem;font-weight:600}.cz-actions{flex-wrap:wrap;gap:14px;display:flex}.cz-hint{color:var(--muted);margin:14px 0 0;font-size:.85rem}
