/*
 * TAREAS-CHECK
 * Copyright © 2026 Danna Michel Rincón Ceballos. Todos los derechos reservados.
 * No se concede licencia para copiar, clonar, modificar o redistribuir este archivo
 * ni sus elementos originales sin autorización previa y expresa de la autora.
 */

:root{
  --blue:#073b80;--blue2:#0a2c6b;--blue3:#0b1f4d;--gold:#ffbf14;--gold2:#f5ae00;
  --green:#23d566;--ink:#0b2d63;--text:#243b59;--muted:#708095;--line:#dfe8f2;--soft:#f4f9fd;
  --white:#fff;--shadow:0 16px 45px rgba(8,40,90,.12);--radius:20px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,Arial,sans-serif;background:#fff;color:var(--text);line-height:1.45}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button,select,input{font:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}
.nav{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #eef3f8}.nav-inner{height:72px;display:flex;align-items:center;gap:30px}.logo{display:flex;align-items:center;gap:10px;min-width:max-content}.logo-mark{width:36px;height:36px;border:4px solid var(--blue2);border-radius:7px;position:relative}.logo-mark:after{content:"";position:absolute;width:23px;height:12px;border-left:6px solid var(--gold);border-bottom:6px solid var(--gold);transform:rotate(-45deg);left:8px;top:1px}.logo-text{font-family:Manrope,sans-serif;font-size:1.22rem;font-weight:800;color:var(--blue2);line-height:1}.logo-text span{color:var(--gold2)}.logo-sub{font-size:.53rem;color:#718198;margin-top:3px}.nav-links{margin-left:auto;display:flex;align-items:center;gap:26px;font-size:.88rem;font-weight:700;color:#15386c}.nav-links a:hover{color:var(--gold2)}.nav-cta{margin-left:8px;background:var(--gold);color:#332400;padding:12px 20px;border-radius:999px;font-weight:800;box-shadow:0 6px 20px rgba(255,191,20,.28)}.menu{display:none;border:0;background:none;font-size:1.6rem;color:var(--blue2)}
.hero{position:relative;overflow:hidden;background:linear-gradient(110deg,#0b2e68 0%,#0a4c96 54%,#0f67b7 100%);color:#fff}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.10),transparent 24%),radial-gradient(circle at 82% 18%,rgba(255,191,20,.12),transparent 25%)}.hero-grid{position:relative;min-height:540px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:20px;padding:46px 0 14px}.hero-copy{padding:26px 0 40px;position:relative;z-index:3}.pill{display:inline-flex;background:#fff;color:#0b4b94;padding:9px 16px;border-radius:999px;font-size:.82rem;font-weight:800;box-shadow:0 8px 18px rgba(0,0,0,.08)}.hero h1{font-family:Manrope,sans-serif;margin:20px 0 16px;font-size:clamp(2.5rem,5vw,4.7rem);line-height:1.02;letter-spacing:-.045em;color:#fff}.hero h1 .gold{color:var(--gold)}.hero p{max-width:620px;font-size:1.02rem;color:#e6f0fb}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 22px;border-radius:999px;font-weight:800;border:1px solid transparent;transition:.2s;cursor:pointer}.btn:hover{transform:translateY(-2px)}.btn-whatsapp{background:var(--green);color:white;box-shadow:0 12px 24px rgba(35,213,102,.25)}.btn-light{background:#fff;color:var(--blue2);box-shadow:0 10px 20px rgba(0,0,0,.10)}.wa-circle{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;border:2px solid currentColor;font-size:.78rem}.hero-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:720px;margin-top:28px}.hero-benefit{display:flex;gap:10px;align-items:center;font-size:.77rem;font-weight:700;color:#fff}.hero-benefit .round{width:34px;height:34px;border:2px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold);flex:none}.hero-art{height:520px;position:relative;align-self:end}.hero-art img{position:absolute;height:560px;right:-10px;bottom:-58px;object-fit:contain;filter:drop-shadow(0 24px 25px rgba(0,0,0,.18))}.scribble{position:absolute;right:12px;top:50px;color:white;font-family:Manrope,sans-serif;font-size:1.8rem;line-height:1.08;transform:rotate(-5deg);text-align:center}.scribble:after{content:"";display:block;width:110px;height:10px;border-bottom:6px solid var(--gold);border-radius:50%;margin:8px auto 0}
.statsbar{background:#fff;border-bottom:1px solid #e8eef6}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}.stat{padding:26px 26px;display:flex;gap:14px;align-items:center;border-right:1px solid #e9eff5}.stat:last-child{border-right:0}.stat-icon{width:46px;height:46px;border-radius:50%;border:2px solid #cfe0f1;display:grid;place-items:center;color:var(--blue2);font-size:1.25rem}.stat strong{font:800 1.9rem Manrope;color:var(--blue2);display:block;line-height:1}.stat span{display:block;color:var(--ink);font-weight:700;font-size:.86rem;margin-top:4px}.stat small{font-size:.68rem;color:#91a0b1}
.section{padding:74px 0}.section.soft{background:linear-gradient(#fff,#f6fbff)}.eyebrow{display:table;margin:0 auto 8px;background:#e8f2ff;color:#145096;padding:7px 14px;border-radius:999px;font-size:.78rem;font-weight:800}.section-head{text-align:center;margin-bottom:32px}.section-head h2{font:800 clamp(2rem,4vw,3.15rem) Manrope;color:var(--blue2);line-height:1.04;letter-spacing:-.035em;margin:0}.section-head p{color:#6f8094;margin:8px auto 0;max-width:760px}.services-wrap{position:relative;padding-top:18px}.services-mascot{position:absolute;right:-18px;top:-145px;width:330px;z-index:1;filter:drop-shadow(0 18px 26px rgba(15,54,102,.18));transform:rotate(1.5deg)}.services-note{position:absolute;right:250px;top:-92px;width:220px;min-height:118px;background:repeating-linear-gradient(to bottom,#fffdf2 0,#fffdf2 26px,#cbdaf0 27px,#fffdf2 28px);padding:18px 18px 16px 28px;transform:rotate(-4deg);font:800 1.08rem/1.42 Manrope;color:#12437f;text-align:center;z-index:2;border:1px solid #e5d99d;border-radius:4px;box-shadow:0 12px 28px rgba(36,69,110,.16)}.services-note:before{content:"";position:absolute;left:14px;top:0;bottom:0;width:2px;background:#e89b9b;opacity:.75}.services-note:after{content:"";position:absolute;left:50%;top:-12px;width:74px;height:22px;background:rgba(255,214,76,.88);transform:translateX(-50%) rotate(2deg);box-shadow:0 3px 8px rgba(0,0,0,.08)}.services{position:relative;z-index:3;display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.service{background:#fff;border:1px solid #dfeaf4;border-radius:16px;padding:18px 10px;text-align:center;min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;box-shadow:0 7px 20px rgba(15,59,110,.05)}.service-icon{width:46px;height:46px;border:2px solid #0b4c97;border-radius:12px;display:grid;place-items:center;color:var(--gold2);font-size:1.45rem}.service h3{font-size:.88rem;color:var(--blue2);line-height:1.15;margin:9px 0}.mini-btn{background:#f5f8fb;border:1px solid #dce6ef;border-radius:999px;padding:8px 15px;color:var(--blue2);font-weight:800;font-size:.76rem}
.how{background:#edf6fb}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;position:relative}.steps:before{content:"";position:absolute;left:12%;right:12%;top:44px;height:2px;background:#cfdeeb}.step{position:relative;background:#fff;border-radius:20px;padding:44px 20px 24px;text-align:center;min-height:180px;box-shadow:0 8px 22px rgba(9,48,95,.05)}.step-num{position:absolute;left:15px;top:15px;width:30px;height:30px;border-radius:50%;background:#0b2b66;color:white;font-weight:800;display:grid;place-items:center}.step-icon{position:absolute;left:50%;top:-24px;transform:translateX(-50%);width:70px;height:70px;border-radius:50%;background:#0a8ae8;color:white;display:grid;place-items:center;font-size:1.7rem;border:4px solid white;box-shadow:0 8px 22px rgba(10,138,232,.22)}.step:first-child .step-icon{background:var(--green)}.step h3{margin:20px 0 6px;color:var(--blue2);font-size:1rem}.step p{font-size:.8rem;color:#6f7f90;margin:0}
.why{background:#fff}.why-grid{display:grid;grid-template-columns:.78fr 1.12fr .9fr;align-items:center;gap:30px}.why-mascot img{max-height:380px;margin:auto;filter:drop-shadow(0 16px 20px rgba(4,44,96,.13))}.why-copy h2{font:800 2.6rem Manrope;color:var(--blue2);line-height:1.04;margin:0 0 18px}.checklist{display:grid;gap:10px}.check{display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:start}.check-badge{width:22px;height:22px;border-radius:50%;background:var(--gold);display:grid;place-items:center;color:#1c2d48;font-weight:900}.check strong{color:var(--blue2);font-size:.95rem}.check span{display:block;color:#6f8092;font-size:.78rem}.student-card{position:relative}.student-shape{border-radius:50% 50% 42% 42%/40% 40% 55% 55%;overflow:hidden;background:linear-gradient(145deg,#edf3f8,#dbe9f5);min-height:360px;display:flex;align-items:flex-end}.student-shape img{width:100%;object-fit:contain;transform:scale(1.12) translateY(5%)}.sticky-note{position:absolute;right:-8px;bottom:15px;background:#ffe66f;color:#103a72;padding:18px 20px;width:210px;box-shadow:0 12px 25px rgba(0,0,0,.12);transform:rotate(-3deg);font:700 .92rem Manrope}
.specialties{background:#edf6fb}.tabs{display:grid;grid-template-columns:repeat(8,1fr);background:#fff;border:1px solid #dae7f2;border-radius:14px;overflow:hidden}.tab{padding:18px 8px;border:0;border-right:1px solid #e5edf4;background:white;color:#21456e;font-weight:700;font-size:.78rem;cursor:pointer}.tab:last-child{border-right:0}.tab.active{background:#0a3f86;color:#fff}.spec-panel{margin-top:14px;background:#fff;border:1px solid #dce7f0;border-radius:16px;display:grid;grid-template-columns:.7fr 1.1fr 1.2fr;overflow:hidden;min-height:210px}.spec-intro{padding:28px}.spec-intro h3{font:800 1.4rem Manrope;color:var(--blue2);margin:0 0 12px}.spec-intro p{color:#6d7c8e;font-size:.85rem}.spec-list{padding:28px;border-left:1px solid #e7eef5}.spec-list ul{margin:0;padding:0;list-style:none;display:grid;gap:8px;color:#2f5075;font-size:.86rem}.spec-list li:before{content:"●";color:#148de4;margin-right:8px}.spec-visual{background:linear-gradient(90deg,rgba(255,255,255,.7),rgba(255,255,255,.05)),linear-gradient(135deg,#dfe8f0,#a3bacd);position:relative;overflow:hidden}.spec-visual:before{content:"</>";position:absolute;right:35px;top:45px;font:800 4rem Manrope;color:rgba(7,54,108,.3)}.spec-visual:after{content:"";position:absolute;left:40px;bottom:32px;width:200px;height:90px;border:8px solid rgba(7,54,108,.18);border-radius:14px}
.cta-band{background:linear-gradient(100deg,#073773,#0b4f9a);color:#fff;position:relative;overflow:hidden}.cta-grid{display:grid;grid-template-columns:260px 1fr 230px;align-items:center;min-height:180px;gap:24px}.cta-mascot{align-self:end;height:180px;overflow:visible}.cta-mascot img{height:245px;transform:translateY(18px);filter:drop-shadow(0 14px 18px rgba(0,0,0,.2))}.cta-copy{text-align:center}.cta-copy h2{font:800 2rem Manrope;margin:0;color:#fff}.cta-copy p{margin:8px 0 18px;color:#deebfa}.cta-scribble{font:700 1.3rem Manrope;transform:rotate(-5deg);text-align:center}.cta-scribble:after{content:"";display:block;width:90px;height:8px;border-bottom:5px solid var(--gold);border-radius:50%;margin:8px auto}
footer{background:#08244f;color:#cfdaea}.footer-main{padding:38px 0 28px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr 1fr;gap:40px}.footer-logo .logo-text{color:#fff}.footer-logo p{font-size:.82rem;max-width:290px}.footer-col h4{color:#fff;margin:0 0 12px}.footer-col a,.footer-col span{display:block;font-size:.8rem;color:#cfdaea;margin:7px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:18px 0;font-size:.72rem;display:flex;justify-content:space-between;gap:20px}.wa-float{position:fixed;right:22px;bottom:22px;width:56px;height:56px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-weight:800;box-shadow:0 10px 24px rgba(0,0,0,.24);z-index:120}
@media(max-width:1000px){.nav-links{display:none}.menu{display:block;margin-left:auto}.hero-grid{grid-template-columns:1fr}.hero-art{height:430px}.hero-art img{right:50%;transform:translateX(50%);height:470px}.scribble{display:none}.hero-benefits{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:repeat(2,1fr)}.services{grid-template-columns:repeat(3,1fr)}.services-mascot,.services-note{display:none}.steps{grid-template-columns:repeat(2,1fr);gap:50px 20px}.steps:before{display:none}.why-grid{grid-template-columns:1fr 1fr}.student-card{grid-column:1/-1;max-width:520px;margin:auto}.tabs{grid-template-columns:repeat(4,1fr)}.spec-panel{grid-template-columns:1fr 1fr}.spec-visual{grid-column:1/-1;min-height:170px}.cta-grid{grid-template-columns:180px 1fr}.cta-scribble{display:none}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.container{width:min(100% - 24px,1180px)}.nav-inner{height:64px}.logo-sub{display:none}.hero-grid{padding-top:18px;min-height:auto}.hero h1{font-size:2.55rem}.hero-art{height:330px}.hero-art img{height:365px;bottom:-35px}.hero-benefits{grid-template-columns:1fr 1fr;gap:10px}.stats-grid{grid-template-columns:1fr}.stat{border-right:0;border-bottom:1px solid #e9eff5}.services{grid-template-columns:repeat(2,1fr)}.section{padding:58px 0}.steps{grid-template-columns:1fr}.why-grid{grid-template-columns:1fr}.why-copy h2{font-size:2rem}.student-card{grid-column:auto}.tabs{grid-template-columns:repeat(2,1fr)}.spec-panel{grid-template-columns:1fr}.spec-list{border-left:0;border-top:1px solid #e7eef5}.cta-grid{grid-template-columns:1fr;text-align:center;padding-top:25px}.cta-mascot{height:135px}.cta-mascot img{margin:auto;height:190px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.btn{width:100%}.hero-actions{flex-direction:column}.hero-copy{padding-bottom:0}}

/* Mascota Tareas-Check: integración por sección */
.hero-art img,.section-mascot img,.spec-mascot{display:block;max-width:100%;height:auto;object-fit:contain}
.services{position:relative;overflow:hidden}.services-mascot{position:absolute;right:max(2vw,18px);top:24px;width:min(210px,20vw);pointer-events:none;filter:drop-shadow(0 16px 24px rgba(4,47,104,.12));z-index:1}.services>.container{position:relative;z-index:2}
.how{position:relative;overflow:hidden}.how-mascot{width:min(340px,31vw);margin:-10px auto 18px;filter:drop-shadow(0 18px 30px rgba(6,55,113,.12))}
.spec-panel{grid-template-columns:.72fr 1fr 1.28fr}.spec-visual{display:flex;align-items:flex-end;justify-content:center;background:linear-gradient(135deg,#f8fbff,#e7f1f9);min-height:310px;padding:10px 20px 0}.spec-visual:before,.spec-visual:after{display:none}.spec-mascot{width:min(100%,390px);max-height:300px;object-position:center bottom;filter:drop-shadow(0 18px 28px rgba(6,54,112,.16));transition:opacity .18s ease,transform .18s ease}.spec-mascot.swap{opacity:.2;transform:translateY(5px) scale(.985)}
.cta-mascot{position:absolute;left:max(3vw,18px);bottom:0;width:min(260px,25vw);filter:drop-shadow(0 18px 28px rgba(0,0,0,.18));pointer-events:none}.cta-band{position:relative;overflow:hidden}.cta-band .container{position:relative;z-index:2}
@media(max-width:900px){.services-mascot{display:none}.services-note{position:relative;right:auto;top:auto;width:min(290px,90%);margin:0 auto 18px;transform:rotate(-2deg)}.how-mascot{width:min(380px,80vw)}.spec-panel{grid-template-columns:1fr}.spec-list{border-left:0;border-top:1px solid #e7eef5}.spec-visual{min-height:270px}.spec-mascot{max-height:260px}.cta-mascot{opacity:.18;width:240px;left:-40px}}

/* Especialidades — panel visual con mascota específica por profesión */
.specialties{background:#eef7fc}
.specialties .section-head{position:relative;margin-bottom:22px}
.tabs{display:grid;grid-template-columns:repeat(8,1fr);background:#fff;border:1px solid #d7e5f1;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(8,53,106,.04)}
.tab{min-height:92px;padding:12px 8px;border:0;border-right:1px solid #e2ebf3;background:#fff;color:#0b376d;font-weight:800;font-size:.8rem;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;transition:.2s ease}
.tab:last-child{border-right:0}.tab:hover{background:#f4f9fd}.tab.active{background:#0b438b;color:#fff;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15)}
.tab-icon{width:30px;height:30px;display:grid;place-items:center}.tab-icon svg{width:28px;height:28px;stroke:currentColor;fill:none;stroke-width:1.8}
.spec-panel{margin-top:16px;background:#fff;border:1px solid #d7e5f1;border-radius:20px;display:grid;grid-template-columns:.9fr 1.25fr 1.5fr;overflow:hidden;min-height:360px;box-shadow:0 18px 40px rgba(7,54,108,.045)}
.spec-intro{padding:42px 34px;display:flex;flex-direction:column;justify-content:center}.spec-intro h3{font:800 clamp(1.6rem,2vw,2rem) Manrope;color:#0a2f67;margin:0 0 16px}.spec-intro p{color:#61758c;font-size:.98rem;line-height:1.65}
.spec-list{padding:38px 34px;border-left:1px solid #e3ecf4;display:flex;align-items:center}.spec-list ul{margin:0;padding:0;list-style:none;display:grid;gap:10px;color:#31557d;font-size:.95rem}
.spec-list li{display:flex;align-items:flex-start;gap:10px}.spec-list li:before{content:"✓";flex:0 0 22px;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#1594e8;color:white;font-size:.75rem;font-weight:900;margin:0}
.spec-visual{position:relative;display:flex;align-items:flex-end;justify-content:center;background:linear-gradient(135deg,#fbfdff,#f1f7fb);min-height:360px;padding:10px 20px 0;overflow:hidden}
.spec-visual:before,.spec-visual:after{display:none!important}
.spec-mascot{width:100%;height:350px;max-width:500px;max-height:none;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 18px 28px rgba(6,54,112,.14));transition:opacity .18s ease,transform .18s ease}
.spec-mascot.swap{opacity:.12;transform:translateY(7px) scale(.98)}
@media(max-width:980px){.tabs{grid-template-columns:repeat(4,1fr)}.tab:nth-child(4){border-right:0}.spec-panel{grid-template-columns:1fr 1fr}.spec-visual{grid-column:1/-1}.spec-mascot{height:330px}}
@media(max-width:620px){.tabs{grid-template-columns:repeat(2,1fr)}.tab{min-height:76px;font-size:.74rem}.spec-panel{grid-template-columns:1fr}.spec-intro,.spec-list{padding:26px 22px}.spec-list{border-left:0;border-top:1px solid #e3ecf4}.spec-visual{grid-column:auto;min-height:300px}.spec-mascot{height:290px}}


/* ===== Refinamiento visual Tareas-Check - 08/09/2026 ===== */
body{background:#fff}.nav{box-shadow:0 5px 24px rgba(10,44,107,.055)}
.section{padding:82px 0}.section-head{margin-bottom:38px}.section-head h2{max-width:880px;margin-left:auto;margin-right:auto}.section-head p{font-size:1rem;line-height:1.65}

/* Estadísticas: más aire, tarjetas independientes */
.statsbar{background:linear-gradient(180deg,#fff 0%,#f7fbff 100%);padding:22px 0;border-bottom:1px solid #edf2f7}
.stats-grid{gap:14px}.stat{border:1px solid #e3edf6!important;border-radius:18px;background:#fff;padding:22px 20px;box-shadow:0 10px 25px rgba(8,48,102,.055);transition:.22s ease}.stat:hover{transform:translateY(-3px);box-shadow:0 15px 34px rgba(8,48,102,.09)}
.stat-icon{background:#f5f9ff;border-color:#d8e6f3}.stat small{margin-top:3px;display:block}

/* Servicios */
.services{gap:15px}.service{min-height:164px;border-color:#dce9f4;border-radius:18px;padding:21px 12px;box-shadow:0 10px 26px rgba(15,59,110,.065);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.service:hover{transform:translateY(-5px);border-color:#bed7ee;box-shadow:0 18px 38px rgba(15,59,110,.11)}
.service-icon{background:linear-gradient(145deg,#f7fbff,#edf5ff);box-shadow:inset 0 0 0 1px rgba(255,191,20,.18)}.mini-btn{transition:.2s}.service:hover .mini-btn{background:#0a3f86;color:#fff;border-color:#0a3f86}

/* FRANJA HORIZONTAL: Cómo funciona */
.how{padding:0 0 82px;background:linear-gradient(180deg,#eef7fd 0%,#f8fcff 100%);overflow:hidden}
.how>.container{width:100%;max-width:none;margin:0}
.how-mascot{display:block;width:100%;max-width:none;height:410px;object-fit:contain;object-position:center center;margin:0 auto 6px;padding:18px 22px 0;filter:drop-shadow(0 22px 34px rgba(6,55,113,.15));background:radial-gradient(ellipse at center,rgba(255,255,255,.95) 0%,rgba(239,248,255,.85) 45%,rgba(232,244,252,.35) 72%,transparent 100%)}
.how .section-head,.how .steps{width:min(1180px,calc(100% - 40px));margin-left:auto;margin-right:auto}.how .section-head{margin-top:0;margin-bottom:43px}.how .eyebrow{box-shadow:0 5px 15px rgba(10,62,130,.08)}
.steps{gap:22px}.step{border:1px solid #e1ebf3;min-height:190px;box-shadow:0 12px 28px rgba(9,48,95,.07);transition:.22s ease}.step:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(9,48,95,.12)}
.step-icon{box-shadow:0 9px 24px rgba(10,138,232,.25)}

/* Por qué elegirnos */
.why{background:linear-gradient(180deg,#fff,#fbfdff)}.why-grid{background:#fff;border:1px solid #e4edf5;border-radius:28px;padding:32px;box-shadow:0 18px 48px rgba(8,45,95,.075);gap:34px}.why-mascot img{max-height:410px}.student-shape{min-height:390px;box-shadow:inset 0 0 0 1px rgba(10,44,107,.05)}
.sticky-note{border-radius:8px;box-shadow:0 15px 30px rgba(45,65,90,.16)}

/* Especialidades */
.specialties{background:linear-gradient(180deg,#eef7fc 0%,#f8fbfe 100%)}
.tabs{border-radius:18px;box-shadow:0 12px 28px rgba(8,45,95,.06)}.tab{min-height:78px;transition:.2s ease}.tab:hover:not(.active){background:#f5f9fd;color:#0a3f86}.tab.active{background:linear-gradient(145deg,#0b468f,#073677);box-shadow:inset 0 -4px 0 rgba(255,191,20,.9)}
.spec-panel{margin-top:18px;border-radius:24px;min-height:340px;box-shadow:0 18px 42px rgba(8,45,95,.075)}.spec-intro,.spec-list{padding:38px}.spec-intro h3{font-size:1.8rem}.spec-intro p{font-size:.96rem;line-height:1.6}.spec-list ul{gap:11px;font-size:.95rem}.spec-visual{min-height:340px;background:radial-gradient(circle at 62% 50%,#fff 0%,#f4f9fd 54%,#eaf4fb 100%)}.spec-visual:before,.spec-visual:after{display:none}.spec-mascot{max-height:330px;max-width:98%;filter:drop-shadow(0 20px 25px rgba(7,55,110,.14))}

/* CTA y footer */
.cta{box-shadow:inset 0 1px rgba(255,255,255,.08)}.cta-grid{min-height:220px}.cta-copy h2{font-size:clamp(2rem,4vw,3.2rem)}
.footer-main{padding-top:56px}

@media(max-width:1000px){.how-mascot{height:360px;padding-left:10px;padding-right:10px}.why-grid{padding:24px}.spec-panel{min-height:auto}.spec-mascot{max-height:300px}}
@media(max-width:650px){.section{padding:62px 0}.statsbar{padding:14px 0}.stats-grid{gap:10px}.how{padding-bottom:62px}.how-mascot{height:285px;padding:10px 8px 0}.how .section-head,.how .steps{width:min(100% - 24px,1180px)}.why-grid{padding:18px;border-radius:22px}.spec-intro,.spec-list{padding:24px}.spec-visual{min-height:270px}.spec-mascot{max-height:260px}}


/* === CTA FINAL — AJUSTE FIEL AL DISEÑO DE REFERENCIA === */
.cta-band{
  background:linear-gradient(92deg,#07346f 0%,#08488f 53%,#06366f 100%) !important;
  color:#fff;
  overflow:hidden;
  position:relative;
  border-top:1px solid rgba(255,255,255,.13);
  border-bottom:1px solid rgba(255,255,255,.13);
}
.cta-band .cta-grid{
  width:min(100% - 40px,1180px);
  min-height:148px !important;
  height:148px;
  margin:0 auto;
  padding:0 !important;
  display:grid !important;
  grid-template-columns:220px minmax(0,1fr) 205px !important;
  align-items:center !important;
  gap:28px !important;
  position:relative;
}
.cta-band .cta-mascot{
  position:relative !important;
  left:auto !important;
  bottom:auto !important;
  width:220px !important;
  height:148px !important;
  align-self:end;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  overflow:visible;
  opacity:1 !important;
  pointer-events:none;
  filter:none !important;
}
.cta-band .cta-mascot img{
  display:block;
  width:auto !important;
  height:176px !important;
  max-width:230px !important;
  object-fit:contain;
  object-position:center bottom;
  transform:translateY(12px) !important;
  filter:drop-shadow(0 10px 14px rgba(0,0,0,.20)) !important;
}
.cta-band .cta-copy{
  text-align:center !important;
  align-self:center;
  max-width:620px;
  margin:0 auto;
  padding:0;
}
.cta-band .cta-copy h2{
  margin:0 0 4px !important;
  font-family:Manrope,Inter,sans-serif !important;
  font-size:clamp(1.45rem,2.2vw,1.9rem) !important;
  line-height:1.08 !important;
  font-weight:800 !important;
  letter-spacing:-.025em;
  color:#fff !important;
  white-space:nowrap;
}
.cta-band .cta-copy p{
  margin:0 auto 10px !important;
  max-width:560px;
  color:#eef6ff !important;
  font-size:.82rem !important;
  line-height:1.35 !important;
}
.cta-band .cta-copy .btn,
.cta-band .cta-copy .btn-whatsapp{
  display:inline-flex !important;
  width:auto !important;
  min-height:38px;
  padding:9px 20px !important;
  border-radius:999px !important;
  font-size:.82rem !important;
  font-weight:800 !important;
  box-shadow:0 7px 18px rgba(11,211,101,.23) !important;
}
.cta-band .cta-scribble{
  display:block !important;
  margin:0;
  color:#fff;
  text-align:center;
  font-family:Manrope,Inter,sans-serif !important;
  font-size:1.15rem !important;
  line-height:1.12;
  font-weight:700;
  transform:rotate(-4deg) !important;
}
.cta-band .cta-scribble:after{
  content:"";
  display:block;
  width:82px;
  height:8px;
  margin:8px auto 0;
  border-bottom:5px solid #f5b400;
  border-radius:50%;
}
@media(max-width:900px){
  .cta-band .cta-grid{grid-template-columns:160px minmax(0,1fr) 150px !important;height:138px;min-height:138px !important;gap:14px !important}
  .cta-band .cta-mascot{width:160px !important;height:138px !important}
  .cta-band .cta-mascot img{height:154px !important;max-width:175px !important}
  .cta-band .cta-copy h2{font-size:1.35rem !important;white-space:normal}
  .cta-band .cta-copy p{font-size:.76rem !important}
  .cta-band .cta-scribble{font-size:1rem !important}
}
@media(max-width:650px){
  .cta-band .cta-grid{width:min(100% - 22px,1180px);height:auto;min-height:210px !important;grid-template-columns:112px minmax(0,1fr) !important;gap:10px !important;padding:18px 0 14px !important}
  .cta-band .cta-mascot{width:112px !important;height:150px !important;grid-row:1 / span 2}
  .cta-band .cta-mascot img{height:148px !important;max-width:145px !important;transform:translateY(14px) !important}
  .cta-band .cta-copy{text-align:left !important;margin:0 !important;max-width:none}
  .cta-band .cta-copy h2{font-size:1.25rem !important;line-height:1.12 !important}
  .cta-band .cta-copy p{margin:5px 0 10px !important;font-size:.75rem !important}
  .cta-band .cta-copy .btn,.cta-band .cta-copy .btn-whatsapp{font-size:.76rem !important;padding:9px 14px !important}
  .cta-band .cta-scribble{display:none !important}
}


/* Ajuste final de la sección ¿Por qué elegir Tareas-Check? */
#nosotros .why-grid-images-v2{
  position:relative;
  overflow:hidden;
}
#nosotros .why-grid-images-v2::before{
  content:"";
  position:absolute;
  width:340px;
  height:340px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(245,180,0,.10),rgba(245,180,0,0) 70%);
  left:-160px;
  top:-120px;
  pointer-events:none;
}
#nosotros .why-grid-images-v2::after{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(10,31,90,.08),rgba(10,31,90,0) 72%);
  right:-170px;
  bottom:-150px;
  pointer-events:none;
}
#nosotros .why-side,
#nosotros .why-copy{
  position:relative;
  z-index:1;
}
#nosotros .why-circle{
  transition:transform .28s ease, box-shadow .28s ease;
}
@media (hover:hover){
  #nosotros .why-circle:hover{
    transform:translateY(-5px);
    box-shadow:0 0 0 5px #F5B400,0 24px 54px rgba(10,31,90,.17);
  }
}
#nosotros .why-circle-photo img{
  object-position:50% 45%;
}
#nosotros .why-circle-illustration{
  overflow:hidden;
  background:#fff;
}
#nosotros .why-circle-illustration img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:2%;
}
@media (prefers-reduced-motion:reduce){
  #nosotros .why-circle{transition:none}
}


/* Garantía final de renderizado de las dos imágenes de la sección Nosotros */
#nosotros .why-circle img{display:block;max-width:none!important;}
#nosotros .why-circle-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 45%;}
#nosotros .why-circle-illustration img{width:100%;height:100%;object-fit:contain;padding:2%;}




/* Imagen fotográfica solicitada en la sección de servicios */
.services-wrap{position:relative}
.services-wrap .services-mascot{
  display:block !important;
  position:absolute !important;
  right:0 !important;
  top:-106px !important;
  width:300px !important;
  height:190px !important;
  max-width:30vw !important;
  object-fit:cover !important;
  object-position:42% 35% !important;
  border-radius:28px !important;
  border:6px solid #fff !important;
  box-shadow:0 20px 45px rgba(5,42,88,.18) !important;
  filter:none !important;
  z-index:2 !important;
}
.services-wrap .services-note{
  right:252px !important;
  top:-76px !important;
  z-index:3 !important;
}

/* CTA final: mascota más grande y saliendo por encima del recuadro */
.cta-band{
  overflow:visible !important;
  margin-top:72px !important;
  z-index:5 !important;
}
.cta-band .cta-grid{
  overflow:visible !important;
  min-height:148px !important;
  height:148px !important;
}
.cta-band .cta-mascot{
  overflow:visible !important;
  position:relative !important;
  z-index:6 !important;
  align-self:end !important;
  height:148px !important;
}
.cta-band .cta-mascot img{
  height:238px !important;
  width:auto !important;
  max-width:290px !important;
  object-fit:contain !important;
  object-position:center bottom !important;
  transform:translateY(13px) !important;
  filter:drop-shadow(0 16px 20px rgba(0,0,0,.23)) !important;
}
.cta-band .cta-copy,.cta-band .cta-scribble{position:relative;z-index:7}

@media (max-width:900px){
  .services-wrap .services-mascot{display:none !important}
  .services-wrap .services-note{right:18px !important;top:-64px !important}
  .cta-band{margin-top:48px !important}
  .cta-band .cta-mascot img{height:205px !important;max-width:235px !important}
}
@media (max-width:650px){
  .cta-band{margin-top:38px !important}
  .cta-band .cta-mascot{height:150px !important}
  .cta-band .cta-mascot img{height:185px !important;max-width:185px !important;transform:translate(-6px,14px) !important}
}



.hero-premium{
  position:relative;
  isolation:isolate;
  min-height:640px;
  overflow:hidden;
  background:
    radial-gradient(circle at 82% 18%,rgba(245,180,0,.18),transparent 20%),
    radial-gradient(circle at 18% 8%,rgba(93,177,255,.22),transparent 28%),
    linear-gradient(118deg,#061f4c 0%,#0a4389 46%,#0f6db8 100%);
}
.hero-premium:after{
  content:"";position:absolute;inset:auto -10% -38% 25%;height:520px;border-radius:50%;
  background:radial-gradient(ellipse,rgba(255,255,255,.12),transparent 68%);filter:blur(10px);z-index:-1;
}
.hero-grid-lines{position:absolute;inset:0;opacity:.1;z-index:-2;background-image:linear-gradient(rgba(255,255,255,.35) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.28) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to right,black,transparent 72%)}
.hero-orb{position:absolute;border-radius:50%;filter:blur(2px);opacity:.72;z-index:-1;animation:heroDrift 9s ease-in-out infinite alternate}
.hero-orb-a{width:290px;height:290px;right:6%;top:6%;background:radial-gradient(circle at 35% 35%,rgba(255,215,89,.46),rgba(245,180,0,.06) 65%,transparent 72%)}
.hero-orb-b{width:370px;height:370px;left:-120px;bottom:-140px;background:radial-gradient(circle,rgba(58,159,255,.34),transparent 68%);animation-duration:12s}
@keyframes heroDrift{to{transform:translate3d(18px,-14px,0) scale(1.04)}}
.hero-premium .hero-grid{min-height:640px;grid-template-columns:minmax(0,1fr) minmax(430px,.9fr);gap:42px;padding:58px 0 18px}
.hero-premium .hero-copy{padding:22px 0 70px;max-width:760px}
.hero-premium .pill{padding:10px 17px;background:rgba(255,255,255,.96);box-shadow:0 10px 30px rgba(4,26,65,.14)}
.pill-dot{width:8px;height:8px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 5px rgba(245,180,0,.16)}
.hero-premium h1{font-size:clamp(3.1rem,5.8vw,5.7rem);max-width:800px;margin:24px 0 18px;line-height:.96;letter-spacing:-.055em}
.hero-premium .hero-lead{max-width:670px;margin:0;font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.62;color:#e9f4ff}
.hero-premium .hero-actions{margin:30px 0 26px}
.hero-premium .btn{min-height:54px;padding-inline:24px}
.hero-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:700px}
.hero-proof>div{display:grid;grid-template-columns:34px 1fr;grid-template-rows:auto auto;column-gap:10px;align-items:center;padding:12px 14px;border:1px solid rgba(255,255,255,.18);border-radius:16px;background:rgba(255,255,255,.085);backdrop-filter:blur(10px);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.hero-proof span{grid-row:1/3;width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:rgba(245,180,0,.18);color:#ffd15b;font-weight:900}
.hero-proof strong{font-size:.82rem;color:#fff;line-height:1.15}.hero-proof small{font-size:.68rem;color:#bfd5ec;line-height:1.25}
.hero-art-premium{height:610px;position:relative;align-self:end}
.hero-art-premium>img{height:625px!important;right:-12px!important;bottom:-64px!important;animation:mascotFloat 5s ease-in-out infinite;filter:drop-shadow(0 32px 36px rgba(0,0,0,.28))!important}
@keyframes mascotFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.hero-float-card{position:absolute;z-index:4;display:flex;align-items:center;gap:9px;padding:10px 14px;border-radius:15px;background:rgba(255,255,255,.92);color:#0b376d;box-shadow:0 14px 34px rgba(3,28,68,.2);backdrop-filter:blur(8px);font-size:.75rem;font-weight:800;animation:cardBob 4.8s ease-in-out infinite}
.hero-float-card b{display:grid;place-items:center;min-width:28px;height:28px;padding:0 5px;border-radius:9px;background:#fff2bf;color:#9b6800}
.hero-float-card.card-one{left:1%;bottom:96px;animation-delay:-1.1s}.hero-float-card.card-two{right:2%;top:140px;animation-delay:-2.3s}
@keyframes cardBob{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-8px) rotate(1deg)}}
.hero-premium .scribble{right:-6px;top:70px;font-size:1.55rem;opacity:.95}
@media(max-width:1000px){
 .hero-premium{min-height:auto}.hero-premium .hero-grid{grid-template-columns:1fr;min-height:auto;padding-top:42px}.hero-premium .hero-copy{padding-bottom:12px;text-align:center;margin:auto}.hero-premium .hero-lead{margin-inline:auto}.hero-premium .hero-actions{justify-content:center}.hero-proof{margin-inline:auto}.hero-art-premium{height:460px}.hero-art-premium>img{height:500px!important;right:50%!important;transform:translateX(50%);bottom:-50px!important}.hero-art-premium>img{animation:none}.hero-float-card.card-one{left:12%;bottom:70px}.hero-float-card.card-two{right:12%;top:90px}
}
@media(max-width:650px){
 .hero-premium .hero-grid{padding-top:24px}.hero-premium h1{font-size:clamp(2.65rem,13vw,3.7rem);margin-top:18px}.hero-premium .hero-lead{font-size:.98rem;line-height:1.5}.hero-proof{grid-template-columns:1fr;gap:8px}.hero-proof>div{padding:9px 12px}.hero-premium .hero-actions{margin:24px 0 20px}.hero-art-premium{height:330px}.hero-art-premium>img{height:355px!important;bottom:-30px!important}.hero-float-card{display:none}.hero-grid-lines{background-size:42px 42px}.hero-premium .pill{font-size:.74rem;padding:9px 13px}
}
@media(prefers-reduced-motion:reduce){.hero-orb,.hero-art-premium>img,.hero-float-card{animation:none!important}}



/* Encabezado más limpio y con fondo académico */
.logo>a,.logo{gap:8px}.logo-text{white-space:nowrap}.logo-sub{display:none!important}
.hero-premium{background:
  radial-gradient(circle at 78% 18%,rgba(245,180,0,.20),transparent 24%),
  radial-gradient(circle at 8% 75%,rgba(54,156,255,.16),transparent 31%),
  linear-gradient(118deg,#082f6b 0%,#0a4f98 54%,#0c72b8 100%);
  overflow:hidden;
}
.hero-grid-lines{opacity:.14;background-size:54px 54px}
.hero-art-premium{position:relative;isolation:isolate;min-height:610px;display:flex;align-items:flex-end;justify-content:center}
.hero-art-premium>img{position:relative;z-index:4;width:min(660px,94%);max-height:620px;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 24px 36px rgba(0,18,54,.30));animation:heroFloat 5.4s ease-in-out infinite}
.school-backdrop{position:absolute;z-index:1;right:1%;bottom:0;width:82%;height:72%;opacity:.26;filter:drop-shadow(0 18px 22px rgba(0,24,62,.16));pointer-events:none}
.school-roof{position:absolute;left:16%;right:4%;top:0;height:28%;background:rgba(255,255,255,.54);clip-path:polygon(50% 0,100% 100%,0 100%)}
.school-body{position:absolute;left:8%;right:0;bottom:0;height:75%;border-radius:18px 18px 0 0;background:linear-gradient(180deg,rgba(255,255,255,.56),rgba(255,255,255,.22));display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:52px 28px 24px;border:1px solid rgba(255,255,255,.26)}
.school-body i{display:block;border-radius:8px;background:rgba(7,52,110,.34);box-shadow:inset 0 0 0 4px rgba(255,255,255,.14)}
.school-body i:nth-last-child(-n+2){background:rgba(245,180,0,.25)}
.hero-message{position:absolute;z-index:6;right:0;top:92px;color:#fff;font:800 clamp(1.7rem,2.6vw,2.8rem) Manrope;line-height:.98;text-align:center;transform:rotate(-3deg);text-shadow:0 4px 16px rgba(0,28,69,.2)}
.hero-message:after{content:"";display:block;width:110px;height:12px;border-bottom:6px solid var(--gold);border-radius:50%;margin:10px auto 0}
.hero-float-card{position:absolute;z-index:7;display:flex;align-items:center;gap:10px;min-width:184px;padding:12px 16px;border-radius:18px;background:rgba(255,255,255,.94);color:#123d73;box-shadow:0 14px 32px rgba(5,36,82,.20);backdrop-filter:blur(10px);font-weight:800;animation:cardFloat 4.7s ease-in-out infinite}
.hero-float-card b{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:#fff1b9;color:#9c6a00;font-size:1rem}
.card-one{right:6px;top:18px;transform:rotate(-2deg)}
.card-two{right:20px;top:290px;transform:rotate(2deg);animation-delay:-2s}.card-two b{background:#e7f4ff;color:#0b70bd}
@keyframes heroFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes cardFloat{0%,100%{translate:0 0}50%{translate:0 -8px}}

/* Servicios: mascota en lugar de fotografía */
.services-wrap{padding-top:8px}.services-mascot{top:-92px;right:8px;width:285px;max-height:240px;object-fit:contain;filter:drop-shadow(0 14px 20px rgba(9,57,111,.16));transform:rotate(2deg)}
.services-note{right:250px;top:-66px}

/* Fotografía de estudiante ahora en círculo */
.why-mascot{width:320px;height:320px;border-radius:50%;overflow:hidden;margin:auto;border:10px solid #fff;box-shadow:0 20px 42px rgba(17,70,126,.17);background:#eef6fb}
.why-mascot img{width:100%;height:100%;max-height:none!important;object-fit:cover;object-position:44% center;filter:none!important;margin:0!important}

/* Iconografía más coherente */
.stat-icon,.service-icon,.step-icon{font-family:Inter,Arial,sans-serif;font-style:normal}
.stat-icon{font-size:1.15rem;background:#f8fbff}
.service-icon{font-size:1.18rem;line-height:1}.service-icon svg,.tab-icon svg{stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

@media (max-width:980px){
 .hero-art-premium{min-height:480px}.hero-message{right:4%;top:64px}.card-one{right:2%;top:12px}.card-two{right:2%;top:235px}.school-backdrop{width:90%;height:67%}
 .services-mascot{position:relative;top:auto;right:auto;width:220px;margin:0 auto 8px;display:block}.services-note{position:relative;right:auto;top:auto;margin:0 auto 18px;width:max-content}
 .why-mascot{width:270px;height:270px}
}
@media (max-width:640px){
 .hero-art-premium{min-height:410px}.hero-art-premium>img{width:100%;max-height:410px}.school-backdrop{width:100%;height:68%;opacity:.20}.hero-message{font-size:1.5rem;right:4%;top:88px}.hero-float-card{min-width:auto;padding:9px 12px;font-size:.76rem}.card-one{left:4%;right:auto;top:12px}.card-two{right:4%;top:230px}
 .why-mascot{width:230px;height:230px}
}
@media (prefers-reduced-motion:reduce){.hero-art-premium>img,.hero-float-card{animation:none!important}}



.hero-premium .hero-grid{grid-template-columns:minmax(430px,.95fr) minmax(0,1.05fr);gap:48px}
.hero-premium .hero-art-university{grid-column:1;grid-row:1;min-height:590px;height:590px;align-self:center;display:flex;align-items:center;justify-content:flex-start;overflow:visible}
.hero-premium .hero-copy{grid-column:2;grid-row:1;max-width:700px;padding-left:8px}
.hero-premium .hero-art-university>img{position:relative!important;inset:auto!important;width:min(610px,48vw)!important;height:auto!important;max-height:610px!important;object-fit:contain!important;transform:none!important;filter:drop-shadow(0 28px 36px rgba(2,27,66,.26))!important;animation:heroUniversityFloat 5.5s ease-in-out infinite}
.hero-premium .school-backdrop,.hero-premium .hero-message,.hero-premium .hero-float-card{display:none!important}
@keyframes heroUniversityFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
@media(max-width:1000px){.hero-premium .hero-grid{grid-template-columns:1fr;gap:8px}.hero-premium .hero-copy{grid-column:1;grid-row:1;padding-left:0;text-align:center;margin:auto}.hero-premium .hero-actions,.hero-premium .hero-proof{justify-content:center}.hero-premium .hero-art-university{grid-column:1;grid-row:2;min-height:430px;height:430px;justify-content:center}.hero-premium .hero-art-university>img{width:min(560px,88vw)!important;max-height:450px!important}}
@media(max-width:640px){.hero-premium .hero-art-university{min-height:340px;height:340px}.hero-premium .hero-art-university>img{width:min(410px,94vw)!important;max-height:355px!important}}
@media(prefers-reduced-motion:reduce){.hero-premium .hero-art-university>img{animation:none!important}}

/* === AJUSTE EXCLUSIVO: ¿POR QUÉ ELEGIR TAREAS-CHECK? === */
#nosotros .why-grid-images-v2{
  display:grid;
  grid-template-columns:minmax(250px,1fr) minmax(420px,1.42fr) minmax(250px,1fr);
  align-items:center;
  gap:clamp(28px,3.2vw,52px);
  padding:clamp(28px,3vw,42px);
}
#nosotros .why-side{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
}
#nosotros .why-circle{
  width:clamp(270px,24vw,390px);
  aspect-ratio:1/1;
  border-radius:50%;
  position:relative;
  display:grid;
  place-items:center;
  background:#fff;
  border:5px solid #0A1F5A;
  box-shadow:
    0 0 0 5px #F5B400,
    0 18px 46px rgba(10,31,90,.13);
  overflow:hidden;
}
#nosotros .why-circle-photo img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:50% 43%;
}
#nosotros .why-circle-illustration{
  background:transparent;
  overflow:visible;
}
#nosotros .why-circle-illustration img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  object-position:center;
}
#nosotros .why-copy{
  min-width:0;
  position:relative;
  z-index:2;
}
/* Neutraliza únicamente los wrappers laterales antiguos dentro de esta sección. */
#nosotros .student-card,
#nosotros .sticky-note,
#nosotros .why-mascot,
#nosotros .student-shape{display:none!important;}

@media (max-width:1100px){
  #nosotros .why-grid-images-v2{
    grid-template-columns:minmax(210px,.86fr) minmax(390px,1.3fr) minmax(210px,.86fr);
    gap:24px;
    padding:28px 22px;
  }
  #nosotros .why-circle{width:clamp(220px,25vw,300px);}
}
@media (max-width:820px){
  #nosotros .why-grid-images-v2{
    grid-template-columns:1fr;
    gap:30px;
    padding:28px 22px 34px;
  }
  #nosotros .why-copy{order:1; width:min(100%,650px); margin-inline:auto;}
  #nosotros .why-side-left{order:2;}
  #nosotros .why-side-right{order:3;}
  #nosotros .why-circle{width:min(86vw,420px);}
}
@media (max-width:520px){
  #nosotros .why-grid-images-v2{padding:22px 14px 28px; gap:26px;}
  #nosotros .why-circle{width:min(88vw,360px); border-width:4px; box-shadow:0 0 0 4px #F5B400,0 14px 34px rgba(10,31,90,.12);}
}


/* Corrección visual: un solo marco en las imágenes de "¿Por qué elegir?" */
#nosotros .why-circle,
#nosotros .why-circle-photo,
#nosotros .why-circle-illustration{
  border:none !important;
  outline:none !important;
  box-shadow:none !important;
  background:transparent !important;
  padding:0 !important;
}

#nosotros .why-circle::before,
#nosotros .why-circle::after,
#nosotros .why-circle-photo::before,
#nosotros .why-circle-photo::after,
#nosotros .why-circle-illustration::before,
#nosotros .why-circle-illustration::after{
  content:none !important;
  display:none !important;
}

#nosotros .why-circle img,
#nosotros .why-circle-photo img,
#nosotros .why-circle-illustration img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  border:none !important;
  outline:none !important;
  box-shadow:none !important;
  border-radius:50% !important;
  padding:0 !important;
}

@media (hover:hover){
  #nosotros .why-circle:hover,
  #nosotros .why-circle-photo:hover,
  #nosotros .why-circle-illustration:hover{
    transform:none !important;
    box-shadow:none !important;
  }
}


/* =========================================================
   AJUSTE RESPONSIVE FINAL + CTA CON MASCOTA MÁS GRANDE
   ========================================================= */

/* CTA desktop: mascota más protagonista, sobresaliendo de la franja */
.cta-band{overflow:visible!important;margin-top:18px}
.cta-band .cta-grid{
  min-height:170px!important;
  height:170px!important;
  grid-template-columns:285px minmax(0,1fr) 210px!important;
  gap:24px!important;
}
.cta-band .cta-mascot{
  width:285px!important;
  height:170px!important;
  align-self:end!important;
  overflow:visible!important;
}
.cta-band .cta-mascot img{
  height:250px!important;
  max-width:300px!important;
  transform:translateY(24px)!important;
  transform-origin:center bottom;
}

/* Evita desbordes horizontales globales */
html,body{max-width:100%;overflow-x:hidden}
img{max-width:100%;height:auto}
section{scroll-margin-top:78px}

/* Cabecera y hero */
@media (max-width:1180px){
  .container{width:min(100% - 32px,1180px)}
  .hero-grid{gap:12px}
  .hero-copy h1{font-size:clamp(2.5rem,6vw,4.8rem)}
}

/* Laptop / tablet horizontal */
@media (max-width:1000px){
  .hero-grid{grid-template-columns:1fr!important;padding:34px 0 24px!important;text-align:center}
  .hero-copy{max-width:760px;margin:0 auto}
  .hero-actions{justify-content:center}
  .hero-art{height:390px!important;margin-top:8px}
  .hero-art img{height:420px!important;max-width:92%!important}
  .hero-benefits{max-width:760px;margin-left:auto;margin-right:auto}

  .services{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .steps{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .tabs{grid-template-columns:repeat(4,minmax(0,1fr))!important}

  .cta-band .cta-grid{
    min-height:160px!important;height:160px!important;
    grid-template-columns:220px minmax(0,1fr) 165px!important;
    gap:16px!important
  }
  .cta-band .cta-mascot{width:220px!important;height:160px!important}
  .cta-band .cta-mascot img{height:220px!important;max-width:245px!important;transform:translateY(24px)!important}
}

/* Tablet vertical */
@media (max-width:820px){
  .stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .services{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .spec-panel{grid-template-columns:1fr!important}
  .spec-list{border-left:0!important;border-top:1px solid #e7eef5}
  .spec-visual{grid-column:auto!important;min-height:300px!important}
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}

  #nosotros .why-grid-images-v2{grid-template-columns:1fr!important;gap:26px!important}
  #nosotros .why-copy{order:1}
  #nosotros .why-side:first-child{order:2}
  #nosotros .why-side:last-child{order:3}
  #nosotros .why-side{display:flex;justify-content:center}
  #nosotros .why-circle{width:min(82vw,440px)!important;height:min(82vw,440px)!important}

  .cta-band .cta-grid{
    width:min(100% - 28px,1180px)!important;
    min-height:170px!important;height:170px!important;
    grid-template-columns:190px minmax(0,1fr)!important;
  }
  .cta-band .cta-mascot{width:190px!important;height:170px!important}
  .cta-band .cta-mascot img{height:205px!important;max-width:220px!important;transform:translateY(22px)!important}
  .cta-band .cta-scribble{display:none!important}
  .cta-band .cta-copy{text-align:left!important}
  .cta-band .cta-copy h2{white-space:normal!important;font-size:1.5rem!important}
}

/* Móvil */
@media (max-width:650px){
  .container{width:min(100% - 22px,1180px)!important}
  .nav-inner{height:62px!important}
  .hero-grid{padding:24px 0 18px!important}
  .hero-copy h1{font-size:clamp(2rem,12vw,3.15rem)!important;line-height:1.02!important}
  .hero-copy p{font-size:.95rem!important;line-height:1.55!important}
  .hero-actions{flex-direction:column!important;gap:10px!important}
  .hero-actions .btn{width:100%!important;justify-content:center!important}
  .hero-art{height:315px!important}
  .hero-art img{height:335px!important;max-width:98%!important}
  .hero-benefits{grid-template-columns:1fr!important;gap:8px!important}

  .stats-grid,.services,.steps,.tabs,.footer-grid{grid-template-columns:1fr!important}
  .service,.step{min-height:auto!important}
  .how-mascot{height:235px!important;object-fit:contain!important}
  .spec-intro,.spec-list{padding:20px!important}
  .spec-visual{min-height:245px!important}
  .spec-mascot{max-height:235px!important}

  #nosotros .why-grid-images-v2{padding:18px!important}
  #nosotros .why-circle{width:min(88vw,390px)!important;height:min(88vw,390px)!important}

  /* CTA móvil: sigue sobresaliendo, pero sin tapar texto */
  .cta-band{margin-top:34px}
  .cta-band .cta-grid{
    width:min(100% - 20px,1180px)!important;
    height:auto!important;min-height:255px!important;
    grid-template-columns:1fr!important;
    gap:4px!important;padding:74px 0 18px!important;
    text-align:center!important
  }
  .cta-band .cta-mascot{
    position:absolute!important;
    left:50%!important;top:-88px!important;
    width:210px!important;height:165px!important;
    transform:translateX(-50%)!important;
    z-index:3
  }
  .cta-band .cta-mascot img{
    height:210px!important;max-width:230px!important;
    transform:none!important
  }
  .cta-band .cta-copy{text-align:center!important;max-width:520px!important;margin:0 auto!important;padding:0 8px}
  .cta-band .cta-copy h2{font-size:1.45rem!important;line-height:1.12!important}
  .cta-band .cta-copy p{font-size:.83rem!important;line-height:1.45!important;margin:7px auto 12px!important}
  .cta-band .cta-copy .btn,.cta-band .cta-copy .btn-whatsapp{font-size:.82rem!important;padding:10px 16px!important}
  .cta-band .cta-scribble{display:none!important}

  .footer-bottom{flex-direction:column!important;align-items:flex-start!important;gap:8px!important}
  .wa-float{right:14px!important;bottom:14px!important;width:52px!important;height:52px!important}
}

/* Teléfonos muy pequeños */
@media (max-width:390px){
  .hero-copy h1{font-size:2rem!important}
  .section-head h2{font-size:1.75rem!important}
  .cta-band .cta-grid{padding-top:68px!important}
  .cta-band .cta-mascot{width:190px!important;top:-82px!important}
  .cta-band .cta-mascot img{height:195px!important;max-width:205px!important}
  #nosotros .why-circle{width:min(90vw,340px)!important;height:min(90vw,340px)!important}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}


/* === FIX RESPONSIVE CTA: evita que la mascota tape el texto === */
@media (max-width: 767px){
  .cta-strip,
  .urgent-strip,
  .delivery-cta,
  .cta-band{
    overflow: visible !important;
  }

  /* En móvil el CTA se convierte en una composición vertical limpia */
  .cta-strip-inner,
  .urgent-strip-inner,
  .delivery-cta-inner,
  .cta-band-inner{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    gap:10px !important;
    min-height:auto !important;
    padding:24px 18px 28px !important;
  }

  /* La mascota deja de estar posicionada encima del contenido */
  .cta-mascot,
  .urgent-mascot,
  .delivery-cta .mascot,
  .cta-band .mascot{
    position:relative !important;
    inset:auto !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
    transform:none !important;
    width:min(58vw, 245px) !important;
    max-width:245px !important;
    height:auto !important;
    margin:-105px auto 0 !important;
    z-index:2 !important;
    display:block !important;
  }

  /* Texto siempre debajo y por delante de cualquier decoración */
  .cta-strip-content,
  .urgent-strip-content,
  .delivery-cta-content,
  .cta-band-content{
    position:relative !important;
    z-index:3 !important;
    width:100% !important;
    max-width:520px !important;
    margin:0 auto !important;
    padding:0 !important;
    text-align:center !important;
  }

  .cta-strip h2,
  .urgent-strip h2,
  .delivery-cta h2,
  .cta-band h2{
    margin:0 0 8px !important;
    line-height:1.12 !important;
    font-size:clamp(1.55rem,7vw,2rem) !important;
  }

  .cta-strip p,
  .urgent-strip p,
  .delivery-cta p,
  .cta-band p{
    margin:0 auto 14px !important;
    max-width:34rem !important;
    line-height:1.35 !important;
  }

  /* Mensaje derecho debajo en móvil para que no compita con el CTA */
  .cta-strip-note,
  .urgent-strip-note,
  .delivery-cta-note,
  .cta-band-note{
    position:relative !important;
    inset:auto !important;
    transform:none !important;
    margin:10px auto 0 !important;
    text-align:center !important;
  }
}

@media (max-width: 420px){
  .cta-mascot,
  .urgent-mascot,
  .delivery-cta .mascot,
  .cta-band .mascot{
    width:min(62vw,220px) !important;
    margin-top:-88px !important;
  }
}




/* Separación visual adicional entre la sección anterior y el CTA final.
   Mantiene la mascota sobresaliendo sin quedar pegada a la caja superior. */
@media (max-width: 767px){
  .cta-band{
    margin-top:110px !important;
  }
}
@media (max-width: 420px){
  .cta-band{
    margin-top:100px !important;
  }
}
