@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--navy:#071c2e;--ink:#102b3d;--cyan:#5ce1ef;--muted:#566b78;--paper:#f3f7f9;--line:#dce5ea}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;font-family:'DM Sans',Arial,sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible{outline:3px solid #008ba5;outline-offset:5px}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Manrope,Arial,sans-serif}p{font-size:1rem;line-height:1.75}img{max-width:100%;display:block;height:auto}em{font-style:normal;color:var(--cyan)}.header{height:96px;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:0 5%;background:var(--navy);color:white;border-bottom:1px solid #ffffff1f}.brand{display:flex;align-items:center;gap:12px;font-size:1rem;font-weight:800;letter-spacing:.03em}.brand b{color:var(--cyan)}.brand small{display:block;font-size:.6875rem;letter-spacing:.22em;margin-top:5px;font-weight:500}.brand-icon{font-size:2.1rem;line-height:1;border:1px solid #5ce1ef66;border-radius:9px;padding:8px;color:var(--cyan);position:relative}.brand-icon span{font-size:1rem;vertical-align:top}.header nav{display:flex;gap:32px;font-size:.875rem;color:#d5e2e9}.header nav a:hover{color:var(--cyan)}.header-contact{font-weight:700;font-size:.875rem;padding:13px 19px;border:1px solid #ffffff50;border-radius:5px}.header-contact span{margin-left:24px;color:var(--cyan)}.hero{background:var(--navy);color:white;display:grid;grid-template-columns:1fr 1fr;min-height:650px;align-items:center;gap:35px;padding:58px 5% 65px;overflow:hidden}.eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.16em;color:#007487;margin-bottom:22px}.eyebrow.light{color:var(--cyan)}h1{font-size:clamp(2.6rem,4.1vw,4.3rem);font-weight:700;line-height:1.13;letter-spacing:-.05em}h1 em{font-weight:500}.hero-description{max-width:530px;color:#bdced9;font-size:1.0625rem;margin-top:26px}.hero-actions{display:flex;gap:24px;align-items:center;flex-wrap:wrap;margin:30px 0 38px}.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;padding:17px 23px;font-size:.9375rem;font-weight:700;border-radius:5px;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.primary{background:var(--cyan);color:var(--navy)}.primary:hover{background:#9bf1f8}.text-link{font-size:.875rem;color:#e0edf3}.hero-proof{display:flex;gap:35px;border-top:1px solid #ffffff26;padding-top:23px;max-width:500px}.hero-proof div+div{border-left:1px solid #ffffff26;padding-left:35px}.hero-proof strong{display:block;font-size:1.1rem}.hero-proof span{display:block;font-size:.8125rem;color:#aebfca;margin-top:6px}.hero-visual{position:relative;padding-bottom:42px}.hero-visual>img{border-radius:12px;aspect-ratio:1.2;object-fit:cover;box-shadow:0 24px 80px #0003}.image-caption{display:flex;justify-content:space-between;gap:12px;font-size:.5625rem;letter-spacing:.12em;color:#a9c3d0;margin-top:15px}.image-caption b{font-weight:400}.floating-note{display:flex;align-items:center;gap:14px;position:absolute;bottom:57px;left:-22px;background:white;color:var(--ink);padding:17px 22px;border-radius:6px;box-shadow:0 12px 38px #0002;font-size:.875rem;line-height:1.6}.note-symbol{color:#00859b;background:#e2f8fb;font-size:2rem;padding:0 10px;border-radius:5px}.service-strip{display:flex;justify-content:space-between;gap:24px;padding:24px 5%;background:#e7f0f4;color:#325366;font-size:.6875rem;font-weight:700;letter-spacing:.13em}.section{padding:95px 7%;max-width:1600px;margin:auto}h2{font-size:clamp(2rem,3vw,3.05rem);font-weight:600;line-height:1.19;letter-spacing:-.045em}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:45px}.section-heading>p{max-width:375px;color:var(--muted)}.services-section{background:#fff}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service{border:1px solid var(--line);border-radius:8px;padding:27px;display:flex;flex-direction:column;transition:box-shadow .2s,border-color .2s}.service:hover{border-color:#78c9d3;box-shadow:0 10px 30px #173c4d0c}.service-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;color:#628091;font-size:.875rem}.service-mark{font-size:1.5rem;color:#158697}.service .eyebrow{margin-bottom:10px;font-size:.6875rem}.service h3{font-size:1.35rem;line-height:1.4;margin-bottom:15px;letter-spacing:-.025em}.service>p:not(.eyebrow){font-size:.9375rem;color:var(--muted);margin-bottom:25px;flex:1}.service-bottom{border-top:1px solid var(--line);padding-top:20px;display:flex;align-items:end;justify-content:space-between;gap:14px}.service small{display:block;font-size:.75rem;color:var(--muted);margin-bottom:7px}.service strong{font-family:Manrope,sans-serif;font-size:1.3rem}.service-bottom a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 24px;border-radius:5px;background:var(--cyan);color:var(--navy);font-size:.9375rem;font-weight:700;box-shadow:0 3px 9px #071c2e12;transition:background .2s,box-shadow .2s}.service-bottom a:hover{background:#9bf1f8;box-shadow:0 5px 14px #071c2e20}.business{max-width:none;background:var(--navy);color:white;display:grid;grid-template-columns:1fr 1fr;gap:9%;padding-left:9%;padding-right:9%}.business h2{font-size:clamp(2.3rem,3.8vw,4rem)}.business-details>p{color:#bdced9;margin-bottom:30px}.audience{display:flex;gap:20px;padding:22px 0;border-top:1px solid #ffffff24}.audience>span{color:var(--cyan);font-size:.8125rem}.audience h3{font-size:1.2rem;margin-bottom:8px}.audience p{color:#bdced9;font-size:.9375rem}.business .button{margin-top:18px}.about{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:7%}.about-photo{position:relative}.about-photo img{aspect-ratio:1/1.1;object-fit:cover;border-radius:8px}.about-photo>span{position:absolute;bottom:0;left:0;right:0;padding:24px;color:white;background:linear-gradient(transparent,#071c2ecc);font-size:.6875rem;letter-spacing:.14em;border-radius:0 0 8px 8px}.about-copy h2{margin-bottom:25px}.about-copy>p:not(.eyebrow){color:var(--muted);margin-top:16px}.signature{font-size:1.5rem;font-family:Manrope,sans-serif;margin-top:28px}.signature span{font-size:.625rem;letter-spacing:.16em;display:block;margin-top:8px;font-family:'DM Sans',sans-serif;color:#007487}.photo-note{display:block;font-size:.75rem;line-height:1.6;color:var(--muted);margin-top:22px}.process{max-width:none;background:var(--paper)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:45px}.steps article{border-top:1px solid #c5d6df;padding-top:23px}.steps span{font-family:Manrope,sans-serif;font-size:2.3rem;color:#158697}.steps h3{font-size:1.25rem;margin:25px 0 12px}.steps p{color:var(--muted);font-size:.9375rem}.faq{display:grid;grid-template-columns:1fr 1.5fr;gap:10%}.faq-list details{border-bottom:1px solid var(--line);padding:23px 0}.faq-list details:first-child{padding-top:0}.faq-list summary{font-size:1.0625rem;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:25px}.faq-list summary::after{content:'+';color:#008298;font-size:1.25rem}.faq-list details[open] summary::after{content:'−'}.faq-list p{color:var(--muted);padding-top:16px;font-size:.9375rem}.contact{max-width:none;text-align:center;background:#0a283d;color:white;padding-top:80px;padding-bottom:70px}.contact h2{font-size:clamp(2.1rem,3.7vw,3.8rem)}.contact .button{margin:32px 0}.contact-options{display:flex;justify-content:center;gap:35px;color:#bdd3df;font-size:.875rem;flex-wrap:wrap}.contact-options a:hover{color:white}footer{padding:30px 5%;display:flex;align-items:center;justify-content:space-between;gap:25px;font-size:.75rem;color:var(--muted)}.footer-brand{font-size:.875rem;color:var(--ink)}
@media(min-width:1600px){.hero{padding-left:calc((100vw - 1440px)/2);padding-right:calc((100vw - 1440px)/2)}}
@media(max-width:1050px){.hero{gap:30px;padding:45px 5%}.hero-visual>img{aspect-ratio:1;}.floating-note{left:-10px;padding:12px;font-size:.75rem}.image-caption b{display:none}.hero-actions{gap:20px}.services-grid{grid-template-columns:repeat(2,1fr)}.section{padding:70px 5%}.service-strip{font-size:.625rem;gap:15px}.business{gap:7%}.about{gap:5%}h1{font-size:3rem}}
@media(max-width:720px){.header{height:82px;gap:12px}.header nav{display:none}.header-contact{padding:11px 13px}.header-contact span{margin-left:12px}.brand{font-size:.8125rem}.brand small{font-size:.5625rem}.brand-icon{font-size:1.7rem;padding:6px}.hero{grid-template-columns:1fr;padding-top:38px;gap:40px}.hero-copy{max-width:580px}h1{font-size:clamp(2.5rem,8.7vw,3.8rem)}.hero-description{font-size:1rem}.hero-actions{margin:25px 0 30px}.hero-proof{gap:22px}.hero-proof div+div{padding-left:22px}.hero-visual{padding:0 0 30px}.hero-visual>img{aspect-ratio:1.5;object-fit:cover}.floating-note{left:12px;bottom:46px}.image-caption{font-size:.5625rem}.service-strip{flex-wrap:wrap;justify-content:center;line-height:1.8;gap:10px 24px;padding:20px 5%}.section{padding:60px 6%}.section-heading{display:block;margin-bottom:30px}.section-heading>p{margin-top:22px;max-width:none}.services-grid{grid-template-columns:1fr}.service{padding:25px}.service-top{margin-bottom:20px}.service h3{font-size:1.4rem}.business,.about,.faq{grid-template-columns:1fr;gap:35px}.business h2{font-size:2.6rem}.about-photo img{aspect-ratio:1.2}.steps{grid-template-columns:1fr;gap:30px}.steps h3{margin-top:12px}.steps span{font-size:1.8rem}.faq-list details:first-child{padding-top:10px}.contact-options{gap:18px;flex-direction:column}footer{flex-direction:column;text-align:center;gap:18px}.eyebrow{font-size:.6875rem}.contact h2{font-size:2.2rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Sistemas de respaldo y seguridad */
.power-section{background:var(--paper);max-width:none}.power-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.power-card{background:white;border:1px solid var(--line);border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.power-image{height:280px;background:white;padding:24px;display:flex;align-items:center;justify-content:center}.power-image img{width:100%;height:100%;object-fit:contain}.power-copy{padding:26px;display:flex;flex-direction:column;flex:1}.power-copy h3{font-size:1.4rem;margin-bottom:15px;line-height:1.35}.power-copy>p:not(.eyebrow){color:var(--muted);font-size:.9375rem;margin-bottom:24px}.power-copy .service-bottom{margin-top:auto}.power-details{margin-bottom:24px;font-size:.875rem;color:#007487}.power-details summary{cursor:pointer;padding:10px 0;line-height:1.5}.power-extra{display:grid;gap:12px;margin-top:12px}.power-extra img{width:100%;height:auto}.power-copy .eyebrow{font-size:.6875rem;margin-bottom:12px}@media(max-width:1050px){.power-grid{gap:16px}.power-copy{padding:20px}.power-image{height:230px;padding:16px}.header nav{gap:18px}}@media(max-width:800px){.power-grid{grid-template-columns:1fr}.power-image{height:300px}.power-extra{grid-template-columns:1fr 1fr}.header nav{gap:12px;font-size:.75rem}}@media(max-width:720px){.power-image{height:260px}.power-copy{padding:25px}}
