
:root{
  --navy:#0d3447; --navy-2:#174f70; --green:#20ad70; --green-2:#56c989;
  --ink:#173343; --muted:#5b7180; --line:#dbe7ec; --bg:#f4f8f8; --white:#fff;
  --shadow:0 18px 50px rgba(13,52,71,.12); --radius:20px; --max:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:16px;background:#fff;padding:10px 14px;z-index:9999;border-radius:8px}.topbar{background:var(--navy);color:#dbeaf0;font-size:.9rem}.topbar .container{display:flex;justify-content:flex-end;gap:24px;padding:8px 0}.topbar a:hover{color:#fff}.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid rgba(13,52,71,.08)}.nav-wrap{height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{width:250px;height:68px;object-fit:contain;object-position:left center}.nav{display:flex;align-items:center;gap:4px}.nav a{padding:11px 13px;border-radius:10px;font-size:.94rem;font-weight:700;color:#31505f}.nav a:hover,.nav a.active{background:#edf7f3;color:var(--navy)}.nav .nav-cta{background:var(--green);color:#fff;margin-left:6px;padding-inline:18px}.nav .nav-cta:hover{background:#178a59;color:#fff}.mobile-toggle{display:none;background:#edf4f5;border:0;border-radius:10px;width:44px;height:44px;color:var(--navy)}.icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#082c3f 0%,#0d4055 54%,#126348 100%);color:#fff;padding:90px 0 78px}.hero:before{content:"";position:absolute;inset:-20% -12% auto auto;width:620px;height:620px;border:1px solid rgba(255,255,255,.13);transform:rotate(32deg);border-radius:70px}.hero:after{content:"";position:absolute;left:-180px;bottom:-260px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(32,173,112,.26),transparent 68%)}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.14fr .86fr;align-items:center;gap:62px}.eyebrow{display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.13em;font-size:.77rem;font-weight:800;color:#a9e5c8}.eyebrow:before{content:"";width:34px;height:2px;background:var(--green-2)}h1,h2,h3{line-height:1.13;margin:0 0 18px;color:var(--navy)}.hero h1{font-size:clamp(2.5rem,5vw,4.7rem);letter-spacing:-.045em;color:#fff;margin-top:18px;max-width:760px}.hero h1 span{color:#64d69a}.hero .lead{font-size:1.16rem;color:#d9e9ed;max-width:700px;margin:0 0 30px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:12px;font-weight:800;border:1px solid transparent;cursor:pointer;transition:.2s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--green);color:#fff;box-shadow:0 12px 28px rgba(32,173,112,.28)}.btn-primary:hover{background:#15905a}.btn-outline{border-color:rgba(255,255,255,.42);color:#fff}.btn-outline:hover{background:#fff;color:var(--navy)}.btn-secondary{border-color:#bcd1d9;color:var(--navy);background:#fff}.btn-secondary:hover{border-color:var(--green);color:#137c51}.hero-note{margin-top:20px;font-size:.91rem;color:#b9d3db}.hero-art{position:relative;min-height:470px}.hero-panel{position:absolute;inset:0;border-radius:34px;background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.18);box-shadow:0 30px 90px rgba(0,0,0,.25);overflow:hidden}.hero-panel:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:38px 38px;mask-image:linear-gradient(to bottom,black,transparent)}.hero-isotipo{position:absolute;width:280px;right:28px;top:24px;opacity:.16}.art-card{position:absolute;border-radius:18px;background:rgba(255,255,255,.95);color:var(--ink);box-shadow:0 18px 50px rgba(0,0,0,.18);padding:20px}.art-card strong{display:block;font-size:1.06rem;color:var(--navy)}.art-card small{color:var(--muted)}.art-card.a{left:28px;top:86px;width:230px}.art-card.b{right:28px;bottom:105px;width:250px}.art-card.c{left:72px;bottom:32px;width:190px}.mini-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#e8f7f0;color:var(--green);margin-bottom:14px}.mini-icon .icon{width:26px;height:26px}.trust-strip{background:#fff;border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line)}.trust-item{background:#fff;padding:24px 22px}.trust-item b{display:block;color:var(--navy);font-size:1.02rem}.trust-item span{font-size:.88rem;color:var(--muted)}.section{padding:92px 0}.section.alt{background:var(--bg)}.section.dark{background:var(--navy);color:#dceaf0}.section.dark h2,.section.dark h3{color:#fff}.section-head{max-width:780px;margin-bottom:42px}.section-head.center{text-align:center;margin-inline:auto;margin-bottom:50px}.section-head h2{font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-.035em}.section-head p{font-size:1.05rem;color:var(--muted);margin:0}.dark .section-head p{color:#bcd2db}.kicker{display:block;color:var(--green);font-size:.78rem;letter-spacing:.13em;text-transform:uppercase;font-weight:900;margin-bottom:12px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 10px 30px rgba(13,52,71,.04);transition:.25s ease;overflow:hidden}.service-card:before{content:"";position:absolute;right:-40px;top:-40px;width:120px;height:120px;border-radius:50%;background:#edf8f3;transition:.25s ease}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:#b8dbcb}.service-card:hover:before{transform:scale(1.5)}.service-card .card-icon{position:relative;width:58px;height:58px;border-radius:16px;background:linear-gradient(135deg,#e8f7ef,#d8f0e4);color:var(--green);display:grid;place-items:center;margin-bottom:22px}.card-icon .icon{width:29px;height:29px}.service-card h3{font-size:1.25rem}.service-card p{color:var(--muted);margin:0 0 18px}.text-link{display:inline-flex;align-items:center;gap:8px;color:#147a50;font-weight:800}.text-link:hover{gap:12px}.text-link .icon{width:18px;height:18px}.benefits-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:start}.benefit-list{display:grid;gap:18px}.benefit{display:grid;grid-template-columns:52px 1fr;gap:16px;padding:20px;border-radius:16px;background:#fff;border:1px solid var(--line)}.benefit .num{width:52px;height:52px;border-radius:14px;background:var(--navy);color:#fff;display:grid;place-items:center;font-weight:900}.benefit h3{font-size:1.08rem;margin-bottom:5px}.benefit p{margin:0;color:var(--muted);font-size:.94rem}.feature-panel{position:sticky;top:120px;background:linear-gradient(145deg,#0e3a4f,#176448);border-radius:28px;padding:38px;color:#fff;min-height:470px;overflow:hidden}.feature-panel h2,.feature-panel h3{color:#fff}.feature-panel:after{content:"";position:absolute;right:-90px;bottom:-100px;width:280px;height:280px;border-radius:50%;border:56px solid rgba(255,255,255,.06)}.feature-panel ul{list-style:none;padding:0;margin:26px 0;display:grid;gap:15px}.feature-panel li{display:flex;gap:11px;align-items:flex-start;color:#e0eef0}.feature-panel li .icon{color:#67da9f;flex:none;margin-top:2px}.process{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;counter-reset:step}.process-step{position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;min-height:210px}.process-step:before{counter-increment:step;content:"0" counter(step);display:block;font-weight:900;font-size:2.2rem;color:#c9e6d8;margin-bottom:18px}.process-step h3{font-size:1.2rem}.process-step p{margin:0;color:var(--muted)}.cta-band{position:relative;overflow:hidden;background:linear-gradient(120deg,#0d3447,#0d4f49);border-radius:30px;padding:54px;color:#fff;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}.cta-band:after{content:"";position:absolute;right:80px;top:-140px;width:300px;height:300px;border-radius:50%;border:60px solid rgba(255,255,255,.05)}.cta-band h2{color:#fff;font-size:clamp(1.8rem,3vw,2.8rem);margin-bottom:10px}.cta-band p{color:#cfe2e7;margin:0;max-width:720px}.cta-band .btn{position:relative;z-index:1}.page-hero{background:linear-gradient(135deg,#0c3447,#0e5d4b);color:#fff;padding:72px 0}.page-hero h1{color:#fff;font-size:clamp(2.3rem,4.6vw,4rem);letter-spacing:-.04em}.page-hero p{max-width:760px;color:#d6e8ec;font-size:1.08rem;margin:0}.breadcrumbs{display:flex;gap:8px;align-items:center;font-size:.88rem;color:#b8d1da;margin-bottom:18px}.breadcrumbs a{color:#7bdca8}.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.content-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:34px}.content-card h3{font-size:1.35rem}.content-card p{color:var(--muted)}.service-detail{display:grid;grid-template-columns:72px 1fr;gap:20px;padding:30px 0;border-bottom:1px solid var(--line)}.service-detail:last-child{border-bottom:0}.service-detail .card-icon{width:64px;height:64px;border-radius:18px;background:#e9f6f0;color:var(--green);display:grid;place-items:center}.service-detail h2{font-size:1.55rem;margin-bottom:10px}.service-detail p{color:var(--muted);margin:0 0 14px}.list-check{list-style:none;padding:0;margin:18px 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 22px}.list-check li{display:flex;gap:9px;align-items:flex-start;color:#3f5967}.list-check .icon{width:19px;height:19px;color:var(--green);flex:none;margin-top:3px}.notice{border-left:4px solid var(--green);background:#eef8f3;padding:16px 18px;border-radius:0 12px 12px 0;color:#2f5960}.quote-box{background:#eff7f6;border:1px solid #cfe6de;border-radius:20px;padding:28px}.quote-box strong{display:block;color:var(--navy);font-size:1.15rem;margin-bottom:8px}.quote-box p{margin:0;color:var(--muted)}.faq{display:grid;gap:12px}.faq details{background:#fff;border:1px solid var(--line);border-radius:14px;padding:0 20px}.faq summary{cursor:pointer;list-style:none;font-weight:800;color:var(--navy);padding:20px 34px 20px 0;position:relative}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";position:absolute;right:0;top:17px;font-size:1.5rem;color:var(--green)}.faq details[open] summary:after{content:"–"}.faq details p{color:var(--muted);margin:0;padding:0 0 20px}.contact-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:30px}.contact-panel{background:var(--navy);color:#fff;border-radius:24px;padding:34px}.contact-panel h2,.contact-panel h3{color:#fff}.contact-panel p{color:#c7dae1}.contact-item{display:grid;grid-template-columns:44px 1fr;gap:13px;margin:22px 0}.contact-item .mini-icon{width:44px;height:44px;margin:0}.contact-item strong{display:block}.contact-item span,.contact-item a{color:#d2e3e8;font-size:.94rem}.form-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:34px;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-weight:800;font-size:.9rem;color:#294858}.field input,.field select,.field textarea{width:100%;border:1px solid #cbdce2;border-radius:11px;padding:12px 14px;background:#fbfdfd;color:var(--ink)}.field input:focus,.field select:focus,.field textarea:focus{outline:3px solid rgba(32,173,112,.16);border-color:var(--green)}.field textarea{min-height:130px;resize:vertical}.check-row{display:flex;gap:10px;align-items:flex-start;font-size:.86rem;color:var(--muted)}.check-row input{margin-top:4px}.form-note{font-size:.82rem;color:var(--muted);margin:14px 0}.form-status{min-height:24px;font-size:.9rem;font-weight:700;color:#12774e}.legal{max-width:900px}.legal h2{font-size:1.6rem;margin-top:38px}.legal h3{font-size:1.2rem;margin-top:26px}.legal p,.legal li{color:#435d69}.legal .draft{background:#fff6df;border:1px solid #f0d899;border-radius:14px;padding:18px;color:#6b5520}.site-footer{background:#092b3c;color:#c8dae1;padding:60px 0 0}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .9fr 1fr;gap:42px}.footer-logo{width:270px;max-height:100px;object-fit:contain;object-position:left center;margin-bottom:18px}.site-footer h3{color:#fff;font-size:1rem;margin-bottom:16px}.site-footer p,.site-footer a{color:#b9cdd5;font-size:.93rem}.site-footer a:hover{color:#fff}.footer-links{display:grid;gap:9px}.footer-bottom{margin-top:46px;border-top:1px solid rgba(255,255,255,.1);padding:20px 0;display:flex;justify-content:space-between;gap:20px;font-size:.84rem;color:#90aab5}.floating-wa{position:fixed;z-index:900;right:20px;bottom:20px;width:58px;height:58px;border-radius:50%;background:#20b66b;color:#fff;display:grid;place-items:center;box-shadow:0 14px 34px rgba(12,90,56,.32)}.floating-wa:hover{transform:translateY(-3px)}.floating-wa .icon{width:27px;height:27px}.small{font-size:.88rem;color:var(--muted)}.hide{display:none!important}
@media(max-width:980px){.topbar{display:none}.mobile-toggle{display:grid;place-items:center}.nav{position:absolute;left:20px;right:20px;top:76px;display:none;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px;box-shadow:var(--shadow)}.nav.open{display:flex}.nav .nav-cta{margin-left:0;text-align:center}.hero{padding-top:68px}.hero-grid,.benefits-grid,.split,.contact-layout{grid-template-columns:1fr}.hero-art{min-height:400px}.cards{grid-template-columns:repeat(2,1fr)}.process{grid-template-columns:repeat(2,1fr)}.feature-panel{position:relative;top:auto}.footer-grid{grid-template-columns:1fr 1fr}.cta-band{grid-template-columns:1fr}.trust-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.container{width:min(100% - 28px,var(--max))}.nav-wrap{height:72px}.brand img{width:205px;height:55px}.hero{padding:54px 0 52px}.hero h1{font-size:2.52rem}.hero-art{min-height:350px}.art-card.a{left:15px;top:60px;width:205px}.art-card.b{right:15px;bottom:82px;width:215px}.art-card.c{left:36px;bottom:20px;width:170px}.section{padding:68px 0}.cards,.process,.form-grid,.footer-grid{grid-template-columns:1fr}.trust-grid{grid-template-columns:1fr}.trust-item{padding:18px}.section-head{margin-bottom:30px}.list-check{grid-template-columns:1fr}.service-detail{grid-template-columns:1fr}.service-detail .card-icon{width:56px;height:56px}.cta-band{padding:34px 26px}.page-hero{padding:54px 0}.contact-panel,.form-card{padding:25px}.footer-bottom{flex-direction:column}.floating-wa{width:52px;height:52px;right:14px;bottom:14px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Actualización pública 30-07-2026 */
.topbar .container{justify-content:space-between;align-items:center}.topbar-contact,.topbar-social{display:flex;align-items:center;gap:22px}.topbar-social{gap:10px}.topbar-social a{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:rgba(255,255,255,.08)}.topbar-social .icon{width:18px;height:18px}.nav-wrap{height:92px}.brand img{width:320px;height:79px}.nav-social{display:none}.social-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.social-links a{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid rgba(255,255,255,.16);border-radius:10px}.social-links .icon{width:19px;height:19px}.capability-cards{grid-template-columns:repeat(3,1fr)}.experience-note{max-width:900px;margin:28px auto 0;text-align:center;color:var(--muted);font-size:.93rem}.field small{color:var(--muted);font-size:.8rem}.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.legal-updated{background:#eef8f3;border:1px solid #cfe6de;border-radius:14px;padding:16px 18px;color:#2f5960}.form-card button[disabled]{opacity:.72;cursor:wait;transform:none}.success-card{max-width:760px;margin-inline:auto;text-align:center;background:#fff;border:1px solid var(--line);border-radius:26px;padding:46px;box-shadow:var(--shadow)}.success-card .mini-icon{margin:0 auto 20px}.success-card p{color:var(--muted)}
@media(max-width:980px){.nav-social{display:flex;gap:8px;border-top:1px solid var(--line);padding-top:10px;margin-top:4px}.nav-social a{display:flex;align-items:center;gap:9px}.nav-social .icon{width:20px;height:20px}.capability-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.hero-grid{grid-template-columns:1fr}.hero-art{display:none}.hero{padding:46px 0 48px}.hero h1{font-size:clamp(2.35rem,11.2vw,3.1rem);line-height:1.02;letter-spacing:-.045em}.hero .lead{font-size:1.06rem;line-height:1.55;margin-bottom:24px}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .btn{width:100%}.hero-note{font-size:.84rem}.floating-wa{bottom:calc(86px + env(safe-area-inset-bottom));right:16px}}
@media(max-width:640px){.nav-wrap{height:76px}.brand img{width:190px;height:58px}.mobile-toggle{width:48px;height:48px}.nav{top:70px}.capability-cards{grid-template-columns:1fr}.section{padding:60px 0}.page-hero{padding:46px 0}.page-hero h1{font-size:2.35rem}.form-card,.contact-panel{padding:22px}.form-card .btn{width:100%}.footer-logo{width:290px}.success-card{padding:34px 22px}}


/* Ajustes comerciales y visuales 30-07-2026 */
.hero-panel-clean{padding:34px;display:flex;flex-direction:column;justify-content:center;gap:18px}
.hero-badge{position:relative;z-index:1;display:inline-flex;align-items:center;gap:8px;align-self:flex-start;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);color:#d8ece9;font-size:.83rem;font-weight:800;letter-spacing:.02em}
.hero-service-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.hero-service-card{background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.2);border-radius:22px;padding:22px;box-shadow:0 18px 36px rgba(4,28,34,.18);min-height:178px}
.hero-service-card.wide{grid-column:1/-1;min-height:auto}
.hero-service-card strong{display:block;font-size:1.06rem;line-height:1.25;margin:12px 0 8px;color:var(--navy)}
.hero-service-card p{margin:0;color:#58707c;font-size:.92rem;line-height:1.58}
.hero-art-foot{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:10px}
.hero-art-foot span{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);color:#d9ece9;font-size:.82rem;font-weight:700}
.sales-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin:-6px 0 26px}
.sales-pills span{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:#ecf8f1;border:1px solid #cae8d8;color:#1f5d48;font-size:.87rem;font-weight:800}
@media(max-width:980px){.hero-service-grid{grid-template-columns:1fr 1fr}.hero-service-card{min-height:initial}}
@media(max-width:760px){.hero-service-grid{grid-template-columns:1fr}.hero-service-card.wide{grid-column:auto}.sales-pills{justify-content:flex-start}}


/* Consentimiento de privacidad más claro y accesible */
.consent-card{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:flex-start;width:100%;padding:17px 18px;border:1px solid #cbdce2;border-radius:15px;background:#f8fbfb;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}
.consent-card:hover{border-color:#94cdb4;background:#f3faf6}
.consent-input{position:absolute;opacity:0;pointer-events:none}
.consent-check{position:relative;width:24px;height:24px;border:2px solid #7c9aa7;border-radius:7px;background:#fff;flex:none;margin-top:1px;transition:all .2s ease}
.consent-input:checked + .consent-check{background:var(--green);border-color:var(--green)}
.consent-input:checked + .consent-check:after{content:"";position:absolute;left:7px;top:3px;width:6px;height:11px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg)}
.consent-input:focus-visible + .consent-check{outline:3px solid rgba(32,173,112,.24);outline-offset:3px}
.consent-copy{display:grid;gap:5px;color:#3f5967;font-size:.9rem;line-height:1.5}
.consent-copy strong{color:var(--navy);font-size:.95rem}
.consent-copy a{font-weight:800;text-decoration:underline;text-underline-offset:3px}
.consent-card:has(.consent-input:checked){border-color:#84d5ad;background:#edf9f3;box-shadow:0 8px 22px rgba(24,124,80,.08)}
@media(max-width:640px){.consent-card{padding:15px;gap:12px}.consent-copy{font-size:.86rem}}


/* Portada revisada: jerarquía, espacios y lenguaje comercial */
.hero{padding:76px 0 68px}
.hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:54px}
.hero-copy{max-width:690px}
.hero h1{font-size:clamp(3rem,5.2vw,5rem);max-width:780px;margin:18px 0 20px}
.hero h1 span{display:block;color:#64d69a}
.hero-subtitle{max-width:700px;margin:0 0 16px;color:#fff;font-size:clamp(1.15rem,2vw,1.42rem);line-height:1.45;font-weight:780}
.hero .lead{max-width:680px;margin:0 0 30px;font-size:1.06rem;line-height:1.7;color:#cfe1e7}
.hero-art{min-height:auto}
.hero-panel-v2{position:relative;inset:auto;min-height:0;padding:30px;border-radius:30px;background:linear-gradient(145deg,rgba(6,48,64,.9),rgba(12,91,73,.68));border:1px solid rgba(115,226,165,.42);box-shadow:0 30px 80px rgba(0,0,0,.24)}
.hero-panel-v2:before{opacity:.45}
.hero-panel-v2 .hero-isotipo{width:250px;right:-35px;top:70px;opacity:.09}
.hero-panel-heading{position:relative;z-index:1;margin-bottom:20px;padding-left:15px;border-left:3px solid var(--green-2)}
.hero-panel-heading span{display:block;color:#fff;font-size:1.12rem;font-weight:900}
.hero-panel-heading small{display:block;color:#bcd7d7;font-size:.86rem;line-height:1.45;margin-top:4px}
.hero-service-list{position:relative;z-index:1;display:grid;gap:14px}
.hero-service-row{display:grid;grid-template-columns:58px minmax(0,1fr) 22px;gap:16px;align-items:center;padding:18px 18px;border-radius:18px;background:linear-gradient(120deg,rgba(255,255,255,.1),rgba(255,255,255,.055));border:1px solid rgba(255,255,255,.15);box-shadow:0 12px 30px rgba(0,0,0,.11);transition:.22s ease}
.hero-service-row:hover{transform:translateY(-3px);border-color:rgba(104,226,158,.7);background:linear-gradient(120deg,rgba(255,255,255,.15),rgba(75,203,139,.11))}
.hero-service-row .mini-icon{width:58px;height:58px;margin:0;border-radius:17px;background:linear-gradient(145deg,#effaf4,#d9f1e4);box-shadow:0 10px 22px rgba(0,0,0,.12)}
.hero-service-row strong{display:block;color:#fff;font-size:1.06rem;line-height:1.3;margin-bottom:4px}
.hero-service-row small{display:block;color:#c8dce1;font-size:.88rem;line-height:1.45}
.hero-service-row .service-arrow{width:20px;height:20px;color:#79dca7;transition:.2s ease}
.hero-service-row:hover .service-arrow{transform:translateX(3px)}
.trust-item{padding:22px 22px}
.trust-item b{font-size:.98rem}
.trust-item span{display:block;margin-top:3px;line-height:1.45}
@media(max-width:1080px){.hero-grid{grid-template-columns:1fr 1fr;gap:38px}.hero-panel-v2{padding:24px}.hero-service-row{grid-template-columns:52px minmax(0,1fr) 18px;padding:15px}.hero-service-row .mini-icon{width:52px;height:52px}}
@media(max-width:860px){.hero-grid{grid-template-columns:1fr}.hero-copy{max-width:760px}.hero-art{display:block;max-width:760px;width:100%;margin:12px auto 0}.hero-panel-v2{padding:24px}.hero h1 span{display:inline}}
@media(max-width:640px){.hero{padding:42px 0 46px}.hero h1{font-size:clamp(2.5rem,12vw,3.45rem);line-height:1.03;margin-bottom:18px}.hero h1 span{display:block}.hero-subtitle{font-size:1.08rem}.hero .lead{font-size:.98rem;line-height:1.62}.hero-panel-v2{padding:18px;border-radius:23px}.hero-panel-heading{margin-bottom:16px}.hero-service-row{grid-template-columns:48px minmax(0,1fr) 18px;gap:12px;padding:14px}.hero-service-row .mini-icon{width:48px;height:48px;border-radius:14px}.hero-service-row strong{font-size:.98rem}.hero-service-row small{font-size:.82rem}.trust-grid{grid-template-columns:1fr 1fr}.trust-item{padding:16px}.trust-item b{font-size:.93rem}.trust-item span{font-size:.8rem}}
@media(max-width:420px){.trust-grid{grid-template-columns:1fr}.hero-service-row{grid-template-columns:44px minmax(0,1fr);}.hero-service-row .service-arrow{display:none}.hero-service-row .mini-icon{width:44px;height:44px}}


/* Rediseño UX/UI y SEO estable - 30-07-2026 */
.hero-ux{padding:74px 0;background:linear-gradient(125deg,#0b3448 0%,#0c4350 56%,#0b5a46 100%);color:#fff;overflow:hidden}
.hero-ux-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:56px;align-items:center}
.hero-ux-copy{max-width:720px}
.hero-ux h1{font-size:clamp(3.1rem,5.6vw,5.15rem);line-height:.98;letter-spacing:-.055em;color:#fff;margin:20px 0 24px;max-width:760px}
.hero-ux h1 span{display:block;color:#66d99b}
.hero-ux-lead{font-size:clamp(1.15rem,1.8vw,1.42rem);font-weight:750;line-height:1.5;color:#fff;max-width:700px;margin:0 0 14px}
.hero-ux-text{font-size:1.04rem;line-height:1.7;color:#cfe2e7;max-width:680px;margin:0 0 30px}
.hero-microcopy{font-size:.84rem;line-height:1.55;color:#bcd3d9;max-width:680px;margin:18px 0 0}
.hero-solutions{display:grid;gap:14px;padding:28px;border:1px solid rgba(140,227,178,.38);border-radius:28px;background:linear-gradient(145deg,rgba(4,45,61,.78),rgba(8,86,69,.58));box-shadow:0 26px 70px rgba(0,0,0,.22)}
.hero-solutions-head{padding:0 4px 8px}
.hero-solutions-head h2{font-size:1.45rem;line-height:1.25;color:#fff;margin:6px 0 0}
.kicker-light{display:block;color:#7ce0a7;font-size:.78rem;text-transform:uppercase;letter-spacing:.13em;font-weight:900}
.hero-solution{display:grid;grid-template-columns:58px minmax(0,1fr) 20px;gap:16px;align-items:center;padding:18px;border-radius:18px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.075);transition:transform .2s ease,border-color .2s ease,background .2s ease}
.hero-solution:hover{transform:translateY(-2px);border-color:rgba(111,222,158,.7);background:rgba(255,255,255,.11)}
.solution-icon{width:58px;height:58px;border-radius:17px;display:grid;place-items:center;background:#eff9f3;color:#1fac70}
.solution-icon .icon{width:28px;height:28px}
.solution-copy{min-width:0}
.solution-copy strong{display:block;color:#fff;font-size:1.04rem;line-height:1.32;margin-bottom:4px}
.solution-copy small{display:block;color:#c8dde1;font-size:.88rem;line-height:1.48}
.solution-arrow{width:19px;height:19px;color:#78dba6}
.solution-cards-four{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.solution-card-ux{display:flex;flex-direction:column;min-height:290px;padding:26px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 12px 32px rgba(19,61,79,.06)}
.solution-card-ux h3{font-size:1.22rem;line-height:1.3;margin:18px 0 10px}
.solution-card-ux p{color:var(--muted);line-height:1.65;margin:0 0 18px}
.solution-card-ux .text-link{margin-top:auto}
.center-actions{display:flex;justify-content:center;margin-top:28px}
.btn-outline-dark{background:#fff;color:var(--navy);border:1px solid #b9cdd5}
.btn-outline-dark:hover{border-color:var(--green);color:#13794f}
.capability-grid-ux{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.capability-card-ux{padding:28px;border-radius:20px;background:linear-gradient(145deg,#f8fbfb,#edf7f3);border:1px solid #d5e6e1}
.capability-card-ux h3{font-size:1.2rem;margin-bottom:10px}
.capability-card-ux p{margin:0;color:var(--muted);line-height:1.65}
.sectors-grid-ux{display:grid;grid-template-columns:1.3fr .7fr;gap:44px;align-items:center}
.sectors-grid-ux h2{color:#fff;font-size:clamp(2rem,3.5vw,3rem);margin:10px 0 14px}
.sectors-grid-ux p{color:#c9dfe4;line-height:1.7;margin:0}
.coverage-box{padding:26px;border-radius:20px;border:1px solid rgba(255,255,255,.17);background:rgba(255,255,255,.07)}
.coverage-box strong{display:block;color:#fff;font-size:1.15rem;margin-bottom:8px}
.coverage-box p{color:#fff;margin:0 0 8px}
.coverage-box small{color:#bcd2d8;line-height:1.5}
.faq-home-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:54px;align-items:start}
.section-cta-final{padding-top:20px}

@media(max-width:1100px){
  .hero-ux-grid{grid-template-columns:1fr 1fr;gap:38px}
  .solution-cards-four{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:860px){
  .hero-ux{padding:56px 0}
  .hero-ux-grid{grid-template-columns:1fr}
  .hero-ux-copy{max-width:760px}
  .hero-solutions{max-width:760px;width:100%}
  .sectors-grid-ux,.faq-home-grid{grid-template-columns:1fr}
  .capability-grid-ux{grid-template-columns:1fr}
}
@media(max-width:640px){
  .hero-ux{padding:42px 0 46px}
  .hero-ux h1{font-size:clamp(2.5rem,12vw,3.5rem);line-height:1.02;margin:16px 0 18px}
  .hero-ux h1 span{display:block}
  .hero-ux-lead{font-size:1.05rem}
  .hero-ux-text{font-size:.96rem;line-height:1.62}
  .hero-solutions{padding:17px;border-radius:22px;gap:11px}
  .hero-solutions-head h2{font-size:1.2rem}
  .hero-solution{grid-template-columns:48px minmax(0,1fr);gap:12px;padding:14px}
  .solution-icon{width:48px;height:48px;border-radius:14px}
  .solution-icon .icon{width:24px;height:24px}
  .solution-arrow{display:none}
  .solution-copy strong{font-size:.98rem}
  .solution-copy small{font-size:.82rem}
  .solution-cards-four{grid-template-columns:1fr}
  .solution-card-ux{min-height:0}
  .trust-grid{grid-template-columns:1fr}
  .cta-band{padding:30px 22px}
}


/* Ajuste responsivo definitivo 30-07-2026 */
html,body{overflow-x:hidden}
.hero-ux{padding:56px 0 58px}
.hero-ux-grid{grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);gap:42px;align-items:center}
.hero-ux h1{font-size:clamp(3rem,4.65vw,4.45rem);line-height:1;max-width:690px;margin:16px 0 18px}
.hero-ux-lead{font-size:clamp(1.05rem,1.45vw,1.22rem);line-height:1.48;max-width:650px;margin-bottom:12px;font-weight:720}
.hero-ux-text{font-size:.98rem;line-height:1.58;max-width:620px;margin-bottom:24px}
.hero-microcopy{margin-top:14px;font-size:.8rem}
.hero-solutions{padding:22px;gap:11px;border-radius:24px}
.hero-solutions-head{padding-bottom:4px}
.hero-solutions-head h2{font-size:1.28rem}
.hero-solution{grid-template-columns:52px minmax(0,1fr) 18px;gap:14px;padding:14px 16px;border-radius:16px}
.solution-icon{width:52px;height:52px;border-radius:15px}
.solution-icon .icon{width:25px;height:25px}
.solution-copy strong{font-size:1rem}
.solution-copy small{font-size:.84rem;line-height:1.42}

@media(max-width:980px){
  .hero-ux-grid{grid-template-columns:1fr 1fr;gap:28px}
  .hero-ux h1{font-size:clamp(2.8rem,5vw,4rem)}
  .hero-solutions{padding:18px}
}

@media(max-width:860px){
  .nav-wrap{height:72px}
  .brand img{width:210px;height:58px}
  .hero-ux{padding:38px 0 42px}
  .hero-ux-grid{grid-template-columns:1fr;gap:30px}
  .hero-ux-copy{max-width:680px}
  .hero-solutions{margin-top:0;max-width:680px}
}

@media(max-width:640px){
  .container{width:min(100% - 32px,var(--max))}
  .nav-wrap{height:68px}
  .brand img{width:178px;height:50px}
  .mobile-toggle{width:44px;height:44px}
  .nav{top:64px}
  .hero-ux{padding:30px 0 38px}
  .hero-ux-grid{gap:24px}
  .eyebrow{font-size:.69rem;letter-spacing:.1em;gap:8px;white-space:nowrap}
  .eyebrow:before{width:26px}
  .hero-ux h1{font-size:clamp(2.35rem,10.6vw,2.85rem);line-height:1.01;letter-spacing:-.045em;margin:14px 0 16px;max-width:100%}
  .hero-ux h1 span{display:block}
  .hero-ux-lead{font-size:1rem;line-height:1.48;font-weight:680;margin-bottom:20px}
  .hero-ux-text{display:none}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .hero-actions .btn{width:100%;min-height:48px;padding:12px 16px}
  .hero-microcopy{font-size:.78rem;line-height:1.48;margin-top:12px}
  .hero-solutions{padding:16px;border-radius:20px;gap:10px}
  .hero-solutions-head h2{font-size:1.1rem;line-height:1.28}
  .kicker-light{font-size:.7rem}
  .hero-solution{grid-template-columns:44px minmax(0,1fr);gap:11px;padding:12px}
  .solution-icon{width:44px;height:44px;border-radius:13px}
  .solution-icon .icon{width:22px;height:22px}
  .solution-copy strong{font-size:.93rem;margin-bottom:2px}
  .solution-copy small{font-size:.78rem;line-height:1.38}
  .solution-arrow{display:none}
  .floating-wa{display:none}
}


/* Refinamiento visual final del hero - 30-07-2026 */
.home-page .floating-wa{display:none}
.hero-ux{padding:48px 0 50px}
.hero-ux-grid{grid-template-columns:minmax(0,1.05fr) minmax(370px,.95fr);gap:46px}
.hero-ux h1{font-size:clamp(3rem,4.35vw,4.15rem);line-height:1.01;max-width:720px;margin:14px 0 18px}
.hero-ux h1 span{display:block}
.hero-ux-lead{max-width:650px}
.hero-solutions{align-self:center}

@media(max-width:980px){
  .hero-ux-grid{grid-template-columns:1fr 1fr;gap:30px}
  .hero-ux h1{font-size:clamp(2.75rem,4.8vw,3.8rem)}
}

@media(max-width:860px){
  .hero-ux{padding:34px 0 38px}
  .hero-ux-grid{grid-template-columns:1fr;gap:24px}
  .hero-solutions{max-width:100%}
}

@media(max-width:640px){
  .container{width:min(100% - 28px,var(--max))}
  .nav-wrap{height:66px}
  .brand img{width:168px;height:47px}
  .mobile-toggle{width:42px;height:42px;border-radius:13px}
  .hero-ux{padding:26px 0 32px}
  .hero-ux-grid{gap:20px}
  .eyebrow{font-size:.66rem;letter-spacing:.09em}
  .hero-ux h1{font-size:clamp(2.08rem,9.8vw,2.55rem);line-height:1.02;letter-spacing:-.04em;margin:12px 0 14px}
  .hero-ux-lead{font-size:.96rem;line-height:1.46;margin-bottom:16px}
  .hero-actions{gap:9px}
  .hero-actions .btn{min-height:46px;padding:11px 15px;font-size:.95rem}
  .hero-microcopy{display:none}
  .hero-solutions{padding:14px;border-radius:18px;gap:9px}
  .hero-solutions-head{padding:0 2px 3px}
  .hero-solutions-head h2{font-size:1.03rem}
  .hero-solution{grid-template-columns:42px minmax(0,1fr);gap:10px;padding:11px}
  .solution-icon{width:42px;height:42px;border-radius:12px}
  .solution-copy strong{font-size:.9rem}
  .solution-copy small{font-size:.76rem}
}

@media(max-width:390px){
  .brand img{width:160px;height:45px}
  .hero-ux h1{font-size:2rem}
  .hero-ux-lead{font-size:.93rem}
}


/* Optimización mobile-first final 30-07-2026 */
@media(max-width:640px){
  .home-page .site-header{min-height:60px}
  .home-page .nav-wrap{height:60px}
  .home-page .brand img{width:150px;height:42px;object-fit:contain}
  .home-page .mobile-toggle{width:40px;height:40px;border-radius:12px}
  .home-page .nav{top:58px}

  .home-page .hero-ux{padding:20px 0 28px}
  .home-page .hero-ux-grid{gap:16px}
  .home-page .eyebrow{font-size:.62rem;letter-spacing:.085em;gap:7px}
  .home-page .eyebrow:before{width:24px}
  .home-page .hero-ux h1{font-size:clamp(1.88rem,8.8vw,2.2rem);line-height:1.035;letter-spacing:-.035em;margin:10px 0 12px}
  .home-page .hero-ux-lead{font-size:.9rem;line-height:1.42;font-weight:670;margin:0 0 14px}
  .home-page .hero-actions{gap:8px}
  .home-page .hero-actions .btn{min-height:44px;padding:10px 14px;font-size:.9rem;border-radius:12px}
  .home-page .hero-actions .btn-outline{min-height:40px;background:rgba(255,255,255,.035)}

  .home-page .hero-solutions{padding:8px;border-radius:16px;gap:8px;background:rgba(5,63,70,.42)}
  .home-page .hero-solutions-head{display:none}
  .home-page .hero-solution{grid-template-columns:38px minmax(0,1fr);gap:10px;padding:9px 11px;border-radius:13px;min-height:58px}
  .home-page .solution-icon{width:38px;height:38px;border-radius:11px}
  .home-page .solution-icon .icon{width:20px;height:20px}
  .home-page .solution-copy strong{font-size:.86rem;line-height:1.22;margin-bottom:2px}
  .home-page .solution-copy small{font-size:.72rem;line-height:1.28;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
}

@media(max-width:390px){
  .home-page .brand img{width:144px;height:40px}
  .home-page .hero-ux h1{font-size:1.82rem}
  .home-page .hero-ux-lead{font-size:.87rem}
  .home-page .hero-actions .btn{font-size:.87rem}
}


/* Refinamiento móvil v5: portada compacta y sin contenedores redundantes */
@media(max-width:640px){
  .home-page .container{width:min(100% - 24px,var(--max))}
  .home-page .site-header{min-height:58px}
  .home-page .nav-wrap{height:58px}
  .home-page .brand img{width:142px;height:40px;object-fit:contain}
  .home-page .mobile-toggle{width:40px;height:40px;border-radius:12px}
  .home-page .nav{top:56px}

  .home-page .hero-ux{padding:18px 0 24px}
  .home-page .hero-ux-grid{gap:14px}
  .home-page .eyebrow{display:none}
  .home-page .hero-ux h1{font-size:clamp(1.9rem,8.45vw,2.15rem);line-height:1.035;letter-spacing:-.035em;margin:0 0 12px;max-width:100%}
  .home-page .hero-ux-lead{font-size:.88rem;line-height:1.4;font-weight:660;margin:0 0 13px;max-width:100%}
  .home-page .hero-ux-text,.home-page .hero-microcopy{display:none}

  .home-page .hero-actions{display:grid;grid-template-columns:1fr;gap:5px;margin:0}
  .home-page .hero-actions .btn{width:100%;min-height:46px;padding:10px 14px;border-radius:12px;font-size:.9rem}
  .home-page .hero-actions .btn-outline{min-height:32px;padding:7px 10px;border:0;background:transparent;box-shadow:none;text-decoration:underline;text-underline-offset:4px;color:#fff}
  .home-page .hero-actions .btn-outline:hover{background:transparent;color:#7ce0a7}

  .home-page .hero-solutions{padding:0;border:0;border-radius:0;gap:8px;background:transparent;box-shadow:none}
  .home-page .hero-solutions-head{display:none}
  .home-page .hero-solution{grid-template-columns:40px minmax(0,1fr);gap:10px;padding:10px 11px;border-radius:14px;min-height:64px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.14)}
  .home-page .solution-icon{width:40px;height:40px;border-radius:11px}
  .home-page .solution-icon .icon{width:21px;height:21px}
  .home-page .solution-copy strong{font-size:.88rem;line-height:1.22;margin-bottom:2px}
  .home-page .solution-copy small{font-size:.72rem;line-height:1.3;white-space:normal;overflow:visible;text-overflow:clip;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
  .home-page .solution-arrow{display:none}
  .home-page .floating-wa{display:none}
}

@media(max-width:390px){
  .home-page .brand img{width:138px;height:39px}
  .home-page .hero-ux h1{font-size:1.84rem}
  .home-page .hero-ux-lead{font-size:.85rem}
  .home-page .hero-actions .btn{font-size:.87rem}
  .home-page .hero-solution{min-height:62px;padding:9px 10px}
}


/* ===== FINAL INTERNAL PAGES UX/UI 2026-07-30 ===== */
.page-hero{padding:44px 0 48px;min-height:0}
.page-hero .container{display:block}
.page-hero h1{max-width:1120px;margin:10px 0 14px;font-size:clamp(2.55rem,4.35vw,4.35rem);line-height:1.02;letter-spacing:-.045em;text-wrap:balance}
.page-hero p{max-width:820px;font-size:1.05rem;line-height:1.65;color:#d7eaed}
.breadcrumbs{margin-bottom:12px}
.internal-first-section{padding-top:44px}

/* Servicios: navegación rápida y catálogo más accesible */
.service-jump-wrap{background:#fff;border-bottom:1px solid var(--line);padding:22px 0}
.service-jump{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.service-jump a{display:flex;align-items:center;gap:10px;min-height:52px;padding:11px 13px;border:1px solid #d5e4e8;border-radius:14px;color:var(--navy);font-weight:800;font-size:.88rem;background:#fbfdfd;transition:.2s ease}
.service-jump a:hover,.service-jump a:focus-visible{border-color:#7bdca8;background:#eef9f3;transform:translateY(-1px)}
.service-jump .icon{width:21px;height:21px;color:var(--green);flex:0 0 auto}
.services-list-section{padding-bottom:78px}
.services-page .service-detail{scroll-margin-top:112px;padding:38px 0;border-bottom:1px solid var(--line)}
.services-page .service-detail:first-child{padding-top:8px}
.services-page .service-detail:last-child{border-bottom:0}

/* Cómo trabajamos */
.process-overview{padding-bottom:64px}
.process-overview .section-head{margin-bottom:26px}
.process-overview .process{gap:16px}
.process-overview .process-step{position:relative;padding:26px 24px 24px;min-height:220px}
.step-number{display:inline-flex;align-items:center;justify-content:center;width:42px;height:28px;border-radius:999px;background:#eaf8f1;color:#12865a;font-size:.78rem;font-weight:900;letter-spacing:.08em;margin-bottom:18px}
.process-overview .process-step h3{margin-bottom:10px}

/* Nosotros: hero con capacidades reales */
.internal-hero-grid{display:grid!important;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:60px;align-items:center}
.internal-hero-copy h1{max-width:760px}
.hero-capability-panel{padding:24px;border:1px solid rgba(145,220,183,.28);border-radius:24px;background:rgba(4,45,55,.24);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.hero-capability-panel .kicker{color:#83e4ad;margin-bottom:14px}
.hero-capability-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.hero-capability-item{display:grid;grid-template-columns:38px 1fr;gap:11px;align-items:start;padding:13px;border-radius:14px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.08)}
.hero-capability-item>.icon{width:24px;height:24px;color:#75dda1;margin-top:2px}
.hero-capability-item strong{display:block;color:#fff;font-size:.91rem;line-height:1.3;margin-bottom:4px}
.hero-capability-item span{display:block;color:#c5dce1;font-size:.78rem;line-height:1.45}
.about-intro{padding-top:48px}

/* Contacto: información y formulario visibles antes */
.contact-main-section{padding-top:42px}
.contact-page .contact-layout{align-items:start}
.contact-page .contact-panel,.contact-page .form-card{padding:30px}
.contact-page .floating-wa{display:none!important}

/* Botón flotante menos invasivo en páginas internas */
body:not(.home-page):not(.contact-page) .floating-wa{width:52px;height:52px;right:18px;bottom:18px}
body:not(.home-page):not(.contact-page) .floating-wa .icon{width:24px;height:24px}

@media(max-width:980px){
  .service-jump{grid-template-columns:repeat(2,minmax(0,1fr))}
  .internal-hero-grid{grid-template-columns:1fr;gap:26px}
  .hero-capability-panel{max-width:760px}
}
@media(max-width:640px){
  .page-hero{padding:30px 0 34px}
  .page-hero h1{font-size:clamp(2rem,9.7vw,2.75rem);line-height:1.04;margin:9px 0 12px}
  .page-hero p{font-size:.96rem;line-height:1.55}
  .breadcrumbs{font-size:.8rem;margin-bottom:10px}
  .internal-first-section{padding-top:32px}
  .service-jump-wrap{padding:14px 0}
  .service-jump{grid-template-columns:1fr 1fr;gap:8px}
  .service-jump a{min-height:48px;padding:9px 10px;font-size:.78rem;line-height:1.25}
  .service-jump .icon{width:18px;height:18px}
  .services-page .service-detail{padding:30px 0;scroll-margin-top:82px}
  .process-overview{padding-bottom:50px}
  .process-overview .section-head{text-align:left;margin-bottom:22px}
  .process-overview .process-step{min-height:0;padding:22px}
  .hero-capability-panel{padding:16px;border-radius:18px}
  .hero-capability-list{grid-template-columns:1fr}
  .hero-capability-item{padding:12px}
  .about-intro{padding-top:34px}
  .contact-main-section{padding-top:30px}
  .contact-page .contact-panel,.contact-page .form-card{padding:22px}
  body:not(.home-page):not(.contact-page) .floating-wa{width:48px;height:48px;right:12px;bottom:calc(84px + env(safe-area-inset-bottom))}
}
@media(max-width:390px){
  .service-jump{grid-template-columns:1fr}
}
