
:root{
  --navy:#07254d;--blue:#0d6fb8;--sky:#eaf7ff;--cyan:#1bb5e9;--gold:#ffc83d;
  --ink:#12233f;--muted:#5f6f84;--line:#dce7f2;--white:#fff;--green:#16a36a;
  --shadow:0 24px 70px rgba(7,37,77,.13);--radius:26px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.6}
a{color:inherit}.wrap{width:min(1180px,calc(100% - 36px));margin:auto}.topbar{background:var(--navy);color:#dcecff;font-size:13px}.topbar .wrap{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:18px}.topbar b{color:#fff}.nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);border-bottom:1px solid rgba(220,231,242,.85)}.navin{height:78px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:900;color:var(--navy)}.brandmark{width:46px;height:46px;border-radius:15px;background:linear-gradient(145deg,#11afe4,#0878bf);display:grid;place-items:center;color:#fff;font-family:Georgia,serif;font-size:29px;box-shadow:0 8px 22px rgba(13,111,184,.28)}.brandtext strong{display:block;font-size:19px;line-height:1}.brandtext small{font-weight:650;color:#728198;font-size:10px;letter-spacing:.06em}.navlinks{display:flex;align-items:center;gap:25px}.navlinks a{text-decoration:none;font-weight:750;font-size:14px}.navlinks a:hover{color:var(--blue)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 20px;border-radius:14px;text-decoration:none;font-weight:850;border:1px solid transparent;transition:.18s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,#0d77bf,#12a9dc);color:white;box-shadow:0 12px 30px rgba(13,119,191,.25)}.btn-gold{background:var(--gold);color:#382a00;box-shadow:0 12px 28px rgba(255,200,61,.28)}.btn-outline{border-color:#cbd9e7;background:#fff;color:var(--navy)}.menuBtn{display:none;background:none;border:0;font-size:26px;color:var(--navy)}
.hero{overflow:hidden;background:radial-gradient(circle at 78% 15%,#d7f3ff 0 16%,transparent 42%),linear-gradient(135deg,#f7fbff 0,#fff 55%,#fdf9ed 100%)}.heroGrid{min-height:660px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:54px;padding:70px 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;background:#fff4bf;color:#755300;padding:8px 13px;border-radius:999px;font-size:12px;font-weight:900;letter-spacing:.05em}.hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(44px,6vw,78px);line-height:.98;letter-spacing:-.045em;color:var(--navy);margin:20px 0 22px}.hero h1 span{color:var(--blue)}.hero p{font-size:19px;color:var(--muted);max-width:650px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.proof{display:flex;gap:22px;flex-wrap:wrap;margin-top:30px;color:#40536c;font-weight:750;font-size:13px}.proof span{display:flex;align-items:center;gap:7px}.heroVisual{position:relative;min-height:510px}.heroCard{position:absolute;inset:20px 0 0 60px;border-radius:36px;background:linear-gradient(150deg,#083f79,#0f88c9 62%,#46cbe9);box-shadow:var(--shadow);overflow:hidden}.heroCard:before{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:rgba(255,255,255,.08);right:-100px;top:-90px}.heroCard img{position:absolute;height:86%;right:-5%;bottom:0;filter:drop-shadow(0 24px 28px rgba(0,0,0,.22))}.heroCard .tag{position:absolute;left:26px;top:28px;color:#fff;max-width:220px}.heroCard .tag b{display:block;font-size:14px;letter-spacing:.08em}.heroCard .tag strong{display:block;font-size:28px;line-height:1.05;margin-top:8px}.floatCard{position:absolute;background:#fff;border:1px solid rgba(220,231,242,.8);box-shadow:0 18px 45px rgba(7,37,77,.14);border-radius:18px;padding:14px 18px;font-weight:850}.fc1{left:0;bottom:105px}.fc2{right:-6px;bottom:42px}.fc3{right:8px;top:5px}
.trust{border-top:1px solid #edf2f7;border-bottom:1px solid #edf2f7;background:#fff}.trustGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px}.trustItem{padding:26px 20px;text-align:center}.trustItem strong{display:block;color:var(--navy);font-size:22px}.trustItem span{font-size:12px;color:var(--muted);font-weight:750}
section.pad{padding:92px 0}.sectionHead{text-align:center;max-width:760px;margin:0 auto 42px}.sectionHead .kicker{color:var(--blue);font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.sectionHead h2{font-family:Georgia,serif;font-size:clamp(34px,4vw,52px);line-height:1.08;color:var(--navy);margin:10px 0 14px}.sectionHead p{color:var(--muted);font-size:17px}.featureGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{border:1px solid var(--line);border-radius:22px;background:#fff;padding:25px;box-shadow:0 9px 30px rgba(17,47,83,.055)}.icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:#eef8ff;font-size:23px}.card h3{color:var(--navy);margin:18px 0 7px;font-size:18px}.card p{margin:0;color:var(--muted);font-size:14px}
.programs{background:#f6fbff}.programGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.program{min-height:330px;border-radius:26px;padding:28px;position:relative;overflow:hidden;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 20px 45px rgba(7,37,77,.13)}.program:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,28,59,.78),rgba(4,28,59,.05) 67%);z-index:0}.program>*{position:relative;z-index:1}.p1{background:linear-gradient(135deg,#12a9dc,#0876ba)}.p2{background:linear-gradient(135deg,#7359d7,#334ab7)}.p3{background:linear-gradient(135deg,#0b8769,#0c526c)}.program .bubble{position:absolute;right:-30px;top:-30px;width:190px;height:190px;border-radius:50%;background:rgba(255,255,255,.12)}.program small{font-weight:900;letter-spacing:.1em}.program h3{font-size:30px;margin:8px 0}.program p{margin:0;color:#eaf6ff}
.subjects{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.subject{text-align:center;border:1px solid var(--line);border-radius:18px;padding:19px 9px;background:#fff;font-size:12px;font-weight:850}.subject b{display:block;font-size:25px;margin-bottom:7px}
.parentBand{background:linear-gradient(135deg,#07254d,#0b568e);color:#fff;border-radius:34px;padding:46px;display:grid;grid-template-columns:1.1fr .9fr;gap:35px;align-items:center;overflow:hidden;position:relative}.parentBand h2{font-family:Georgia,serif;font-size:43px;line-height:1.05;margin:0 0 14px}.parentBand p{color:#dbeafb}.checklist{display:grid;grid-template-columns:1fr 1fr;gap:12px}.check{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.13);padding:13px;border-radius:14px;font-weight:750;font-size:13px}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step{padding:28px;border-left:3px solid #dcebf6}.stepNum{width:38px;height:38px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;font-weight:900}.step h3{margin:15px 0 6px}.step p{color:var(--muted);font-size:14px}
.cta{background:linear-gradient(135deg,#fff8d7,#edf8ff);border:1px solid #e5edf4;border-radius:32px;padding:55px;text-align:center}.cta h2{font-family:Georgia,serif;font-size:44px;color:var(--navy);margin:0 0 12px}.cta p{color:var(--muted);max-width:700px;margin:0 auto}
footer{background:#061d3c;color:#cfdded;padding:55px 0 25px;margin-top:88px}.footerGrid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:35px}.footerGrid h4{color:#fff;margin:0 0 15px}.footerGrid a{display:block;color:#cfdded;text-decoration:none;margin:8px 0;font-size:14px}.footBrand{max-width:310px}.footBrand p{font-size:13px;color:#aebfd4}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:20px;font-size:12px;color:#8fa6bf;display:flex;justify-content:space-between;gap:20px}
@media(max-width:980px){.navlinks{display:none;position:absolute;left:18px;right:18px;top:86px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.navlinks.open{display:flex}.menuBtn{display:block}.heroGrid{grid-template-columns:1fr;padding:55px 0}.heroVisual{min-height:440px}.featureGrid,.programGrid{grid-template-columns:1fr 1fr}.subjects{grid-template-columns:repeat(4,1fr)}.parentBand{grid-template-columns:1fr}.footerGrid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.topbar{display:none}.navin{height:68px}.brandtext small{display:none}.heroGrid{padding-top:38px;gap:20px}.hero h1{font-size:46px}.hero p{font-size:17px}.heroVisual{min-height:355px}.heroCard{inset:10px 0 0 20px}.heroCard img{height:78%;right:-15%}.floatCard{font-size:12px;padding:10px 12px}.fc1{bottom:78px}.trustGrid{grid-template-columns:1fr 1fr}.featureGrid,.programGrid,.steps{grid-template-columns:1fr}.subjects{grid-template-columns:1fr 1fr}.parentBand,.cta{padding:30px 22px;border-radius:24px}.parentBand h2,.cta h2{font-size:34px}.checklist{grid-template-columns:1fr}.footerGrid{grid-template-columns:1fr}.copyright{flex-direction:column}.wrap{width:min(100% - 24px,1180px)}}


.hero329{position:relative;overflow:hidden;background:#061f43;color:#fff}.hero329Track{position:relative;min-height:610px}.hero329Slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .65s ease,visibility .65s;background:linear-gradient(105deg,#061f43 0%,#0b5a93 56%,#13a7d7 100%)}.hero329Slide.active{opacity:1;visibility:visible}.hero329Slide:nth-child(2){background:linear-gradient(105deg,#092452,#523d9c 55%,#9d67d8 100%)}.hero329Slide:nth-child(3){background:linear-gradient(105deg,#073d3e,#08785f 55%,#16ad89 100%)}.hero329Slide:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 25%,rgba(255,255,255,.20),transparent 32%),radial-gradient(circle at 15% 80%,rgba(255,200,61,.14),transparent 35%)}.hero329Inner{position:relative;z-index:2;min-height:610px;display:grid;grid-template-columns:1fr .9fr;align-items:center;gap:36px}.hero329Copy{padding:70px 0}.hero329 .eyebrow{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);color:#fff}.hero329 h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(48px,6.2vw,82px);line-height:.98;letter-spacing:-.045em;margin:20px 0;max-width:780px}.hero329 h1 em{font-style:normal;color:#ffd34f}.hero329 p{font-size:19px;color:#e3f0ff;max-width:650px}.hero329Art{position:relative;min-height:520px}.hero329Art img{position:absolute;right:0;bottom:0;max-width:97%;max-height:515px;object-fit:contain;filter:drop-shadow(0 28px 35px rgba(0,0,0,.24))}.hero329Controls{position:absolute;left:50%;bottom:22px;transform:translateX(-50%);z-index:5;display:flex;gap:9px}.hero329Dot{width:11px;height:11px;border:0;border-radius:50%;background:rgba(255,255,255,.45);cursor:pointer}.hero329Dot.active{width:32px;border-radius:999px;background:#ffd34f}.hero329Arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.27);background:rgba(4,22,50,.25);color:#fff;font-size:25px;cursor:pointer}.hero329Prev{left:18px}.hero329Next{right:18px}.hero329Facts{background:#fff;box-shadow:0 15px 50px rgba(7,37,77,.08)}.actionShowcase{background:#f4f9fd}.actionGrid{display:grid;grid-template-columns:1.15fr .85fr;gap:20px}.demoMain,.demoSide{border-radius:27px;border:1px solid var(--line);background:#fff;box-shadow:0 18px 45px rgba(7,37,77,.08);overflow:hidden}.demoTop{height:52px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 18px}.demoBadge{font-size:11px;font-weight:900;color:#0c72b5;background:#eaf7ff;padding:6px 9px;border-radius:999px}.demoBody,.sidePane{padding:28px}.demoLesson{display:grid;grid-template-columns:210px 1fr;gap:25px;align-items:center}.demoPicture{aspect-ratio:1/1;border-radius:22px;background:linear-gradient(145deg,#dff6ff,#fff4bf);display:grid;place-items:center;overflow:hidden}.demoPicture img{width:95%;height:95%;object-fit:contain}.demoQ h3{font-size:28px;line-height:1.15;color:var(--navy)}.fakeAnswer{padding:13px 16px;border:2px solid #cfe3f3;border-radius:13px;margin:8px 0;font-weight:800;color:#4c6076}.demoActions{display:flex;gap:8px;flex-wrap:wrap}.miniBtn{padding:9px 13px;border-radius:10px;font-size:12px;font-weight:900;background:#eef7fd;color:#0c659f}.miniBtn.primary{background:#0c76ba;color:#fff}.demoSide{display:grid;grid-template-rows:1fr 1fr}.sidePane+.sidePane{border-top:1px solid var(--line)}.progressBar{height:12px;border-radius:999px;background:#e9f0f6;overflow:hidden;margin:14px 0}.progressBar i{display:block;height:100%;width:74%;background:linear-gradient(90deg,#0d77bf,#16b4dc)}.statRow{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.stat{background:#f6f9fc;border-radius:13px;padding:12px;text-align:center}.stat strong{display:block;color:var(--navy);font-size:20px}.stat span{font-size:10px;color:var(--muted);font-weight:800}.enrolBand{display:grid;grid-template-columns:1fr 1fr;gap:22px}.enrolCard{border-radius:28px;padding:34px;border:1px solid var(--line);background:#fff}.enrolCard.primary{background:linear-gradient(135deg,#07254d,#0d6fae);color:#fff;border:0}.enrolCard.primary p{color:#e8f3ff}.whatsappFloat{position:fixed;right:20px;bottom:20px;z-index:45;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#20b766;color:#fff;text-decoration:none;font-size:26px;box-shadow:0 14px 34px rgba(0,0,0,.22);border:3px solid #fff}@media(max-width:980px){.hero329Inner{grid-template-columns:1fr}.hero329Art{min-height:380px}.hero329Art img{left:50%;right:auto;transform:translateX(-50%);max-height:390px}.actionGrid,.enrolBand{grid-template-columns:1fr}}@media(max-width:640px){.hero329Track,.hero329Inner{min-height:690px}.hero329 h1{font-size:46px}.hero329 p{font-size:16px}.hero329Art{min-height:300px}.hero329Art img{max-height:310px}.hero329Arrow{display:none}.demoLesson{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.hero329Slide{transition:none}}

/* KIPS V330 — MULTILINGUAL PUBLIC EXPERIENCE + PREMIUM PORTAL ENTRY */
.kipsLangSwitch{display:flex;gap:5px;align-items:center;padding:5px;border:1px solid var(--line);background:#f8fbfe;border-radius:14px}
.kipsLangSwitch button,.portalLanguageButtons button{border:0;background:transparent;border-radius:10px;padding:8px 10px;font-weight:850;color:var(--navy);cursor:pointer}
.kipsLangSwitch button.active,.portalLanguageButtons button.active{background:var(--navy);color:#fff;box-shadow:0 6px 16px rgba(7,37,77,.18)}
.kipsPortalEntry{background:linear-gradient(180deg,#f8fcff,#fff)}
.portalLanguageBox{max-width:760px;margin:0 auto 30px;text-align:center;background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:0 12px 35px rgba(7,37,77,.07)}
.portalLanguageBox strong{display:block;font-size:18px;color:var(--navy);margin-bottom:12px}.portalLanguageBox small{display:block;color:var(--muted);margin-top:10px}
.portalLanguageButtons{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}
.portalLanguageButtons button{background:#eef6fb;min-width:120px;border:1px solid #d9e6f1}
.portalRoleGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.portalRole{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;text-align:center;box-shadow:0 14px 38px rgba(7,37,77,.07)}
.portalRoleIcon{width:68px;height:68px;margin:0 auto 16px;border-radius:20px;display:grid;place-items:center;font-size:32px;background:linear-gradient(145deg,#eaf8ff,#fff7d7)}
.portalRole h3{color:var(--navy);font-size:22px;margin:0 0 9px}.portalRole p{color:var(--muted);font-size:14px;margin:0}
.portalOpenRow{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:28px}.portalOpenButton{min-width:280px}
html[lang="es"] .kipsLangSwitch button[data-lang="es"],html[lang="fr"] .kipsLangSwitch button[data-lang="fr"],html[lang="en"] .kipsLangSwitch button[data-lang="en"]{background:var(--navy);color:#fff}
@media(max-width:1120px){.kipsLangSwitch span{display:none}.kipsLangSwitch button{padding:7px}}
@media(max-width:980px){.kipsLangSwitch{margin-left:auto}.portalRoleGrid{grid-template-columns:1fr}.navin{gap:10px}}
@media(max-width:640px){.kipsLangSwitch{order:2}.menuBtn{order:3}.brand{margin-right:auto}.portalLanguageButtons{display:grid;grid-template-columns:1fr}.portalLanguageButtons button{width:100%}}

/* KIPS V331 — CACHE-SAFE LIVE MULTILINGUAL DEMO */
.kipsLanguageDemo{background:linear-gradient(90deg,#eaf7ff,#fff8dd);border-bottom:1px solid #d9e8f3}
.kipsLanguageDemoInner{min-height:54px;display:flex;align-items:center;gap:12px;color:#173554}
.kipsLanguageDemoIcon{width:34px;height:34px;border-radius:11px;background:#fff;display:grid;place-items:center;box-shadow:0 5px 15px rgba(7,37,77,.09)}
.kipsLanguageDemo strong{display:block;font-size:13px}.kipsLanguageDemo span:not(.kipsLanguageDemoIcon){font-size:12px;color:#63748a}
.kipsLangSwitch{flex-shrink:0}
.kipsLangSwitch button{font-family:inherit;appearance:none;-webkit-appearance:none;border:1px solid #d7e5f0!important;background:#f7fbfe!important;display:flex;align-items:center;gap:5px;white-space:nowrap}
.kipsLangSwitch button.active{background:#082e5d!important;color:#fff!important;border-color:#082e5d!important}
.kipsLangSwitch button:hover{border-color:#0d77bf!important}
@media(max-width:760px){.kipsLanguageDemoInner{padding:9px 0}.kipsLanguageDemo span:not(.kipsLanguageDemoIcon){display:block}.kipsLangSwitch{max-width:160px;overflow-x:auto}.kipsLangSwitch button span{display:none}}

/* KIPS V333 — PROFESSIONAL PUBLIC HEADER REBALANCE */
@media (min-width:981px){
  .nav{box-shadow:0 8px 24px rgba(7,37,77,.055)}
  .navin{
    height:auto;
    min-height:0;
    display:grid;
    grid-template-columns:minmax(230px,1fr) auto;
    grid-template-areas:"brand language" "links links";
    column-gap:24px;
    row-gap:0;
    padding:10px 0 0;
  }
  .brand{grid-area:brand;min-width:0;justify-self:start}
  .brandtext{min-width:0}
  .brandtext strong{font-size:20px;line-height:1.05;white-space:nowrap}
  .brandtext small{display:block;margin-top:5px;white-space:nowrap;letter-spacing:.11em}
  .kipsLangSwitch{grid-area:language;justify-self:end;padding:4px;border-radius:13px;background:#f7fbff}
  .kipsLangSwitch button{min-height:36px;padding:7px 12px!important;border-radius:9px;font-size:13px}
  .navlinks{
    grid-area:links;
    width:100%;
    min-height:54px;
    margin-top:10px;
    padding:7px 0;
    border-top:1px solid #edf3f8;
    justify-content:center;
    gap:clamp(14px,1.65vw,27px);
  }
  .navlinks a{font-size:13.5px;white-space:nowrap}
  .navlinks .btn{min-height:38px;padding:0 16px;border-radius:11px}
}

.kipsLanguageDemo{background:#f7fbff;border-bottom:1px solid #dfeaf4}
.kipsLanguageDemoInner{min-height:46px;gap:10px}
.kipsLanguageDemoIcon{width:30px;height:30px;border-radius:10px;box-shadow:0 4px 12px rgba(7,37,77,.07)}
.kipsLanguageDemo strong{font-size:12.5px;line-height:1.25}
.kipsLanguageDemo span:not(.kipsLanguageDemoIcon){font-size:11.5px;line-height:1.35}

@media (max-width:980px){
  .brandtext strong{white-space:nowrap}
  .navin{height:72px}
  .navlinks{top:80px}
}

@media (max-width:640px){
  .brandmark{width:42px;height:42px;font-size:26px;border-radius:13px}
  .brandtext strong{font-size:17px}
  .kipsLanguageDemoInner{min-height:44px}
}

/* V334 — premium photographic learning pathway cards */
.programsV334{background:linear-gradient(180deg,#f7fbff 0%,#eef7fb 100%)}
.programGridV334{align-items:stretch;gap:22px}
.programVisual{padding:0!important;overflow:hidden;display:flex;flex-direction:column;min-height:440px;background:#fff!important;color:#0d2d54!important;border:1px solid rgba(12,61,104,.10);box-shadow:0 18px 42px rgba(17,55,91,.14);transition:transform .22s ease,box-shadow .22s ease}
.programVisual:hover{transform:translateY(-5px);box-shadow:0 24px 52px rgba(17,55,91,.19)}
.programPhoto{height:270px;overflow:hidden;position:relative;background:#dceef8}
.programPhoto:after{content:"";position:absolute;inset:auto 0 0;height:55px;background:linear-gradient(180deg,transparent,rgba(2,25,50,.18));pointer-events:none}
.programPhoto img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;transition:transform .35s ease}
.programVisual:hover .programPhoto img{transform:scale(1.025)}
.programCopy{padding:24px 28px 28px;display:flex;flex-direction:column;flex:1;position:relative}
.programCopy:before{content:"";position:absolute;left:28px;top:0;width:58px;height:4px;border-radius:999px;background:#1ca7da}
.programVisual.p2 .programCopy:before{background:#7554dd}.programVisual.p3 .programCopy:before{background:#149b70}
.programVisual small{color:#167aad!important;letter-spacing:.11em;font-weight:800}.programVisual.p2 small{color:#6747ca!important}.programVisual.p3 small{color:#0c8764!important}
.programVisual h3{color:#0d2d54!important;font-size:2rem;margin:8px 0 10px}.programVisual p{color:#40566f!important;font-size:1rem;line-height:1.55;margin:0}
@media(max-width:900px){.programGridV334{grid-template-columns:1fr}.programVisual{min-height:auto}.programPhoto{height:320px}}
@media(max-width:560px){.programPhoto{height:230px}.programCopy{padding:22px}.programCopy:before{left:22px}.programVisual h3{font-size:1.65rem}}

/* V335 pathway readability fix: disable legacy dark card overlay on HD photo cards */
.programVisual:after{content:none!important;display:none!important;background:none!important}
.programVisual>.programPhoto,.programVisual>.programCopy{position:relative;z-index:1}
.programVisual .programCopy{background:#fff!important;color:#0b2e56!important}
.programVisual .programCopy h3{color:#082b55!important;font-weight:900!important;text-shadow:none!important}
.programVisual .programCopy p{color:#314b68!important;font-weight:600!important;text-shadow:none!important}
.programVisual .programCopy small{font-weight:900!important;text-shadow:none!important}


/* KIPS V336 — HD public feature, subject and portal cards */
.featuresV336{background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%)}
.featureGridV336{gap:22px}
.featureCardV336{padding:0!important;overflow:hidden;border-radius:24px;display:grid;grid-template-columns:46% 54%;min-height:220px;box-shadow:0 15px 38px rgba(7,37,77,.09);transition:transform .2s ease,box-shadow .2s ease}
.featureCardV336:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgba(7,37,77,.14)}
.featureMediaV336{min-height:220px;overflow:hidden;background:#eef8ff}
.featureMediaV336 img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.featureCopyV336{padding:28px 25px;display:flex;flex-direction:column;justify-content:center}
.featureCopyV336 h3{font-size:20px;margin:0 0 9px;color:#082b55;font-weight:900;line-height:1.2}
.featureCopyV336 p{font-size:14px;line-height:1.55;color:#38516b;font-weight:550;margin:0}
.subjectsV336{background:#fff}
.subjectsGridV336{gap:14px;align-items:stretch}
.subjectV336{padding:10px 10px 16px!important;overflow:hidden;min-height:205px;display:flex;flex-direction:column;justify-content:flex-start;border-radius:20px;box-shadow:0 10px 28px rgba(7,37,77,.07);transition:transform .2s ease,box-shadow .2s ease;background:#fff}
.subjectV336:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(7,37,77,.12)}
.subjectV336 img{width:100%;height:132px;object-fit:cover;border-radius:14px;display:block;margin-bottom:13px;background:#eef7fd}
.subjectV336 span{display:block;color:#082b55;font-size:12.5px;line-height:1.25;font-weight:900;padding:0 4px}
.kipsPortalEntry{background:linear-gradient(180deg,#f4faff 0%,#ffffff 100%)}
.portalRoleGridV336{gap:22px}
.portalRoleV336{padding:0!important;overflow:hidden;text-align:left;border-radius:26px;box-shadow:0 16px 42px rgba(7,37,77,.10);transition:transform .2s ease,box-shadow .2s ease}
.portalRoleV336:hover{transform:translateY(-4px);box-shadow:0 23px 52px rgba(7,37,77,.15)}
.portalRoleMediaV336{height:220px;overflow:hidden;background:#eaf6ff}
.portalRoleMediaV336 img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.portalRoleCopyV336{padding:23px 25px 26px;text-align:center;border-top:4px solid #168dd0}
.portalRoleV336:nth-child(2) .portalRoleCopyV336{border-top-color:#28a866}.portalRoleV336:nth-child(3) .portalRoleCopyV336{border-top-color:#7359d7}
.portalRoleCopyV336 h3{font-size:23px;color:#082b55!important;font-weight:900;margin:0 0 8px}.portalRoleCopyV336 p{color:#38516b!important;font-weight:550;line-height:1.55;margin:0;font-size:14px}
@media(max-width:980px){.featureCardV336{grid-template-columns:40% 60%}.subjectsGridV336{grid-template-columns:repeat(4,1fr)}.portalRoleMediaV336{height:260px}}
@media(max-width:700px){.featureGridV336{grid-template-columns:1fr}.featureCardV336{grid-template-columns:1fr}.featureMediaV336{height:220px;min-height:0}.featureCopyV336{padding:22px}.subjectsGridV336{grid-template-columns:repeat(2,1fr)}.subjectV336{min-height:190px}.subjectV336 img{height:120px}.portalRoleMediaV336{height:220px}}

/* KIPS V337 — premium facts strip + pathway framing */
.hero329FactsV337{padding:20px 0 24px;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);border-top:1px solid #e9f1f7;border-bottom:1px solid #dfeaf4}
.trustGridV337{gap:16px}
.trustItemV337{position:relative;padding:18px 16px 20px;border-radius:22px;border:1px solid #d9e7f2;background:#fff;box-shadow:0 10px 28px rgba(7,37,77,.07);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}
.trustItemV337:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(7,37,77,.12)}
.trustItemV337:nth-child(1){background:linear-gradient(180deg,#f6fbff,#fff)}
.trustItemV337:nth-child(2){background:linear-gradient(180deg,#faf7ff,#fff)}
.trustItemV337:nth-child(3){background:linear-gradient(180deg,#f5fff8,#fff)}
.trustItemV337:nth-child(4){background:linear-gradient(180deg,#fffaf1,#fff)}
.trustVisualV337{width:88px;height:88px;margin:0 auto 12px;border-radius:50%;padding:7px;background:#fff;box-shadow:0 9px 23px rgba(7,37,77,.14);border:4px solid #e5f3fb;overflow:hidden}
.trustItemV337:nth-child(2) .trustVisualV337{border-color:#e9e1ff}.trustItemV337:nth-child(3) .trustVisualV337{border-color:#dcf6e7}.trustItemV337:nth-child(4) .trustVisualV337{border-color:#ffedc8}
.trustVisualV337 img{width:100%;height:100%;display:block;object-fit:cover;border-radius:50%}
.trustItemV337 strong{font-size:24px!important;line-height:1.1;margin-bottom:7px;font-weight:950}
.trustItemV337 span{display:block;font-size:13px!important;line-height:1.4;color:#40566f!important;font-weight:700!important}

.programsV334 .programVisual{position:relative;overflow:visible;border-radius:25px}
.programsV334 .programPhoto{height:285px;background:linear-gradient(180deg,#edf8ff,#dfeef7);border-radius:24px 24px 0 0}
.programsV334 .programPhoto img{object-fit:contain!important;object-position:center center!important;transform:none!important;background:transparent}
.programsV334 .programPhoto:after{height:34px;background:linear-gradient(180deg,transparent,rgba(2,25,50,.08))}
.pathwayBadgeV337{position:absolute;z-index:4;left:24px;top:238px;width:96px;height:96px;border-radius:50%;padding:7px;background:#fff;border:5px solid #1b9ed4;box-shadow:0 12px 28px rgba(7,37,77,.20);overflow:hidden}
.programVisual.p2 .pathwayBadgeV337{border-color:#7856df}.programVisual.p3 .pathwayBadgeV337{border-color:#149b70}
.pathwayBadgeV337 img{width:100%;height:100%;display:block;object-fit:cover;border-radius:50%}
.programsV334 .programCopy{padding:38px 28px 30px!important;min-height:180px}
.programsV334 .programCopy:before{top:16px;width:64px;height:5px}
.programsV334 .programVisual h3{font-size:2.05rem!important}
.programsV334 .programVisual p{font-size:1rem!important;line-height:1.5!important;color:#314b68!important}

@media(max-width:980px){
  .trustGridV337{grid-template-columns:repeat(2,1fr)}
  .programsV334 .programPhoto{height:340px}
  .pathwayBadgeV337{top:290px;width:100px;height:100px}
}
@media(max-width:640px){
  .hero329FactsV337{padding:14px 0 18px}
  .trustGridV337{grid-template-columns:1fr 1fr;gap:10px}
  .trustItemV337{padding:14px 10px 16px;border-radius:18px}
  .trustVisualV337{width:68px;height:68px;margin-bottom:9px;border-width:3px}
  .trustItemV337 strong{font-size:18px!important}.trustItemV337 span{font-size:11px!important}
  .programsV334 .programPhoto{height:260px}
  .pathwayBadgeV337{left:18px;top:216px;width:82px;height:82px;border-width:4px}
  .programsV334 .programCopy{padding:34px 22px 24px!important}
  .programsV334 .programCopy:before{left:22px;top:14px}
}

/* KIPS V338 — language-safe hero CTA visibility and translated layout */
.hero329Track,.hero329Inner{min-height:650px}
.hero329Copy{padding:52px 0 82px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0}
.hero329Copy .actions{display:flex!important;flex-wrap:wrap;gap:12px;margin-top:20px;position:relative;z-index:6;visibility:visible!important;opacity:1!important}
.hero329Copy .actions .btn{display:inline-flex!important;align-items:center;justify-content:center;min-height:48px;white-space:normal;text-align:center;line-height:1.15;visibility:visible!important;opacity:1!important}
.hero329 h1{font-size:clamp(46px,5.6vw,76px);line-height:1.01;margin:18px 0 16px;max-width:760px}
.hero329 p{margin:0;line-height:1.45}
html:lang(es) .hero329Track,html:lang(es) .hero329Inner,html:lang(fr) .hero329Track,html:lang(fr) .hero329Inner{min-height:690px}
html:lang(es) .hero329 h1,html:lang(fr) .hero329 h1{font-size:clamp(42px,4.7vw,64px);line-height:1.02;max-width:760px}
html:lang(es) .hero329Copy,html:lang(fr) .hero329Copy{padding-top:44px;padding-bottom:92px}
html:lang(es) .hero329Copy .actions .btn,html:lang(fr) .hero329Copy .actions .btn{padding-left:20px;padding-right:20px;max-width:290px}
@media(max-width:980px){
  .hero329Track,.hero329Inner,html:lang(es) .hero329Track,html:lang(es) .hero329Inner,html:lang(fr) .hero329Track,html:lang(fr) .hero329Inner{min-height:860px}
  .hero329Copy,html:lang(es) .hero329Copy,html:lang(fr) .hero329Copy{padding:44px 0 30px}
  .hero329 h1,html:lang(es) .hero329 h1,html:lang(fr) .hero329 h1{font-size:clamp(42px,7vw,60px);max-width:100%}
  .hero329Art{min-height:360px}
}
@media(max-width:640px){
  .hero329Track,.hero329Inner,html:lang(es) .hero329Track,html:lang(es) .hero329Inner,html:lang(fr) .hero329Track,html:lang(fr) .hero329Inner{min-height:830px}
  .hero329Copy,html:lang(es) .hero329Copy,html:lang(fr) .hero329Copy{padding:34px 0 24px}
  .hero329 h1,html:lang(es) .hero329 h1,html:lang(fr) .hero329 h1{font-size:clamp(38px,11vw,50px);line-height:1.03;margin:14px 0}
  .hero329 p{font-size:16px;line-height:1.42}
  .hero329Copy .actions{width:100%;margin-top:16px}
  .hero329Copy .actions .btn{flex:1 1 180px;max-width:none!important}
  .hero329Art{min-height:300px}
}


/* V339 — Parent & family section visual polish */
.parentsSectionV339{padding-top:42px;padding-bottom:58px}
.parentBandV339{grid-template-columns:minmax(0,1.02fr) minmax(220px,.72fr) minmax(0,1fr);gap:28px;padding:44px 46px;background:radial-gradient(circle at 48% 32%,rgba(39,197,180,.22),transparent 30%),linear-gradient(135deg,#061f46 0%,#0a4679 56%,#0a7290 100%);box-shadow:0 24px 60px rgba(5,31,68,.18);border:1px solid rgba(255,255,255,.12)}
.parentBandV339:before{content:"";position:absolute;width:340px;height:340px;border-radius:50%;right:-120px;top:-180px;background:rgba(52,211,153,.12);pointer-events:none}
.parentBandV339:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;left:-120px;bottom:-180px;background:rgba(56,189,248,.12);pointer-events:none}
.parentCopyV339,.parentMediaV339,.parentChecklistV339{position:relative;z-index:1}
.parentBandV339 .eyebrow{display:inline-flex;background:linear-gradient(135deg,#fff2ac,#ffd85b);color:#694b00;border:0;box-shadow:0 8px 24px rgba(255,208,64,.18);font-size:12px;letter-spacing:.08em;padding:8px 13px;border-radius:999px}
.parentBandV339 h2{font-size:clamp(38px,3.5vw,54px);line-height:1.01;max-width:560px;text-wrap:balance;text-shadow:0 2px 12px rgba(0,0,0,.12)}
.parentBandV339 p{font-size:16px;line-height:1.6;max-width:540px;color:#e8f4ff;margin-bottom:22px}
.parentActionsV339{display:flex;gap:12px;flex-wrap:wrap}
.parentActionsV339 .btn{min-height:46px;padding:0 20px;border-radius:14px;font-size:14px;box-shadow:0 10px 24px rgba(0,0,0,.13)}
.parentActionsV339 .btn-outline{background:#fff;color:#0b2f59;border-color:#fff}
.parentActionsV339 .btn-outline:hover{background:#edf7ff}
.parentMediaV339{align-self:stretch;min-height:260px;border-radius:28px;overflow:hidden;background:linear-gradient(160deg,rgba(255,255,255,.18),rgba(255,255,255,.06));border:1px solid rgba(255,255,255,.2);box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 16px 40px rgba(0,0,0,.16)}
.parentMediaV339 img{width:100%;height:100%;min-height:260px;object-fit:cover;object-position:center 42%;display:block;transform:scale(1.02)}
.parentMediaV339:after{content:"";position:absolute;inset:auto 0 0;height:40%;background:linear-gradient(to top,rgba(4,31,67,.32),transparent);pointer-events:none}
.parentMediaGlowV339{position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.12),transparent 40%);z-index:1;pointer-events:none}
.parentChecklistV339{grid-template-columns:1fr 1fr;gap:12px}
.parentChecklistV339 .check{display:flex;align-items:center;gap:11px;min-height:72px;padding:12px 14px;background:rgba(255,255,255,.96);color:#0b2f59;border:1px solid rgba(255,255,255,.7);border-radius:18px;box-shadow:0 10px 24px rgba(3,31,67,.12);font-size:13px;line-height:1.25;transition:transform .18s ease,box-shadow .18s ease}
.parentChecklistV339 .check:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(3,31,67,.18)}
.checkIconV339{width:38px;height:38px;flex:0 0 38px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(145deg,#e6f6ff,#edfdf7);font-size:19px;box-shadow:inset 0 0 0 1px rgba(11,91,150,.08)}
html[lang="es"] .parentBandV339 h2,html[lang="fr"] .parentBandV339 h2{font-size:clamp(34px,3vw,48px)}
@media(max-width:1120px){.parentBandV339{grid-template-columns:1fr .72fr}.parentChecklistV339{grid-column:1/-1}.parentMediaV339{min-height:280px}}
@media(max-width:820px){.parentBandV339{grid-template-columns:1fr;padding:34px}.parentMediaV339{order:2;min-height:320px}.parentChecklistV339{order:3}.parentMediaV339 img{min-height:320px;object-position:center 35%}.parentCopyV339{order:1}}
@media(max-width:560px){.parentsSectionV339{padding-top:28px}.parentBandV339{padding:26px 20px;border-radius:26px}.parentBandV339 h2{font-size:36px}.parentChecklistV339{grid-template-columns:1fr}.parentMediaV339,.parentMediaV339 img{min-height:260px}.parentActionsV339 .btn{width:100%;justify-content:center}.parentChecklistV339 .check{min-height:64px}.checkIconV339{width:36px;height:36px;flex-basis:36px}}

/* V340 — Parent & family readability pass */
.parentBandV339 p{
  font-size:18px;
  line-height:1.55;
  color:#f2f8ff;
  max-width:560px;
  margin-bottom:24px;
  text-shadow:0 1px 2px rgba(0,0,0,.12);
}
.parentChecklistV339{gap:14px}
.parentChecklistV339 .check{
  min-height:78px;
  padding:15px 17px;
  background:#fff;
  color:#082b54;
  border:1px solid rgba(213,231,245,.95);
  border-radius:18px;
  box-shadow:0 12px 28px rgba(3,31,67,.15);
  font-size:15px;
  line-height:1.45;
  font-weight:800;
}
.parentChecklistV339 .check > span:last-child{
  display:block;
  min-width:0;
  overflow-wrap:anywhere;
}
.checkIconV339{
  width:44px;
  height:44px;
  flex:0 0 44px;
  border-radius:14px;
  font-size:21px;
  background:linear-gradient(145deg,#eef9ff,#effdf8);
}
.parentActionsV339 .btn{
  min-height:50px;
  padding:0 22px;
  font-size:15px;
}
html[lang="es"] .parentBandV339 p,html[lang="fr"] .parentBandV339 p{font-size:17.5px}
html[lang="es"] .parentChecklistV339 .check,html[lang="fr"] .parentChecklistV339 .check{font-size:14.5px}
@media(max-width:820px){
  .parentBandV339 p{font-size:17px;line-height:1.55}
  .parentChecklistV339 .check{font-size:15px;min-height:74px}
}
@media(max-width:560px){
  .parentBandV339 p{font-size:16.5px;line-height:1.55}
  .parentChecklistV339 .check{font-size:14.5px;min-height:70px;padding:14px 15px}
  .checkIconV339{width:40px;height:40px;flex-basis:40px;font-size:20px}
}


/* KIPS V346 — single Caribbean country/island authority. */
.kipsLangSwitch,.portalLanguageButtons{display:none!important}
.kipsCountrySwitch{display:flex;align-items:center;gap:9px;flex-wrap:wrap;padding:6px 8px;border:1px solid #d7e5f0;background:#f7fbfe;border-radius:14px;flex-shrink:0;max-width:430px}
.kipsCountrySwitch label{font-size:12px;font-weight:850;color:var(--navy);white-space:nowrap}
.kipsCountrySwitch select{font:inherit;font-weight:800;color:var(--navy);background:#fff;border:1px solid #cfe0ed;border-radius:10px;min-height:38px;padding:6px 34px 6px 10px;max-width:265px;cursor:pointer}
.kipsCountrySwitch small{display:block;width:100%;font-size:10.5px;font-weight:750;color:#60758e;line-height:1.25}
@media(max-width:1120px){.kipsCountrySwitch label{display:none}.kipsCountrySwitch{max-width:300px}.kipsCountrySwitch select{max-width:270px}}
@media(max-width:980px){.kipsCountrySwitch{margin-left:auto;max-width:min(58vw,330px)}.kipsCountrySwitch select{max-width:100%;width:100%}}
@media(max-width:640px){.kipsCountrySwitch{order:2;max-width:52vw;padding:4px}.kipsCountrySwitch select{min-height:36px;font-size:12px;padding-left:7px}.kipsCountrySwitch small{display:none}}
