:root{--ink:#15263d;--muted:#617184;--teal:#00a99d;--blue:#2e1df2;--purple:#5626db;--orange:#f26a38;--soft:#f4f7fa;--line:#dfe6ed;--shadow:0 20px 60px rgba(21,38,61,.11)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Open Sans,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.65;background:#fff}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer;border:0}.container{width:min(1180px,calc(100% - 48px));margin-inline:auto}.site-header{position:fixed;z-index:20;top:0;left:0;right:0;height:80px;background:#fffffff2;border-bottom:1px solid rgba(21,38,61,.05);backdrop-filter:blur(14px)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:34px}.brand{display:block;width:204px;line-height:0}.brand img{width:100%;height:auto;object-fit:contain}.main-nav{display:flex;align-items:center;gap:9px;margin-left:auto}.nav-link,.nav-dropdown-trigger{position:relative;padding:10px 13px;background:transparent;color:#56616c;font-size:14px;font-weight:600}.nav-link:hover,.nav-dropdown-trigger:hover{color:var(--purple)}.nav-dropdown-trigger span{margin-left:3px}.course-menu{position:absolute;top:50px;left:-8px;min-width:220px;padding:10px;background:#fff;border-radius:14px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(7px);transition:.2s}.nav-dropdown:hover .course-menu,.nav-dropdown:focus-within .course-menu{opacity:1;visibility:visible;transform:none}.course-menu a{display:flex;align-items:center;gap:10px;padding:7px 8px;border-radius:9px;font-size:13px;color:#475466}.course-menu a:hover{background:var(--soft);color:var(--purple)}.course-menu i{display:grid;place-items:center;width:24px;height:24px;border-radius:6px;background:var(--course-color);color:#fff;font-style:normal;font-size:10px;font-weight:800}.campus-button,.button{display:inline-flex;align-items:center;gap:10px;border-radius:999px;padding:12px 21px;font-size:13px;font-weight:800;transition:.2s}.campus-button{margin-left:14px;background:linear-gradient(100deg,#4b1fcb,#6d22dc);color:#fff;box-shadow:0 8px 20px #541fd23d}.campus-button:hover,.button:hover{transform:translateY(-2px);box-shadow:0 10px 24px #541fd238}.campus-button span{font-size:13px}.menu-toggle{display:none;background:transparent;padding:8px}.menu-toggle span{display:block;width:25px;height:2px;margin:5px;background:var(--ink)}.hero{position:relative;margin-top:80px;min-height:clamp(380px,43vw,655px);overflow:hidden;background:#0e8785}.hero-image{display:block;width:100%;height:100%;min-height:inherit;object-fit:cover;object-position:center}.hero-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;padding:0 clamp(24px,8vw,120px) clamp(28px,5vw,70px);background:linear-gradient(90deg,rgba(0,0,0,.12),transparent 47%,rgba(0,0,0,.04))}.hero-kicker{display:none}.button-light{background:#fff;color:var(--purple)}.button-light span,.button-primary span,.button-outline span{font-size:19px}.section-pad{padding:112px 0}.eyebrow{margin:0 0 15px;color:var(--teal);font-size:12px;letter-spacing:.2em;text-transform:uppercase;font-weight:800}.eyebrow-center{text-align:center}.section-title,h1,h2{margin:0;line-height:1.08;letter-spacing:-.04em}h1{font-size:clamp(45px,6.2vw,88px)}h2{font-size:clamp(38px,5vw,66px)}em{color:var(--purple);font-style:normal}.intro{background:#fff}.intro-grid{display:grid;grid-template-columns:1.45fr .75fr;gap:100px;align-items:center}.intro h1{margin-bottom:28px}.intro h1 em{color:var(--teal)}.lead{font-size:19px;line-height:1.65;color:#334760}.intro p:not(.eyebrow){max-width:680px;color:var(--muted)}.text-link{display:inline-flex;gap:12px;align-items:center;margin-top:20px;color:var(--purple);font-size:14px;font-weight:800}.text-link span{font-size:20px}.intro-card{position:relative;padding:52px 38px 42px;border-radius:28px;background:linear-gradient(145deg,#f3f8fb,#fff);box-shadow:var(--shadow);overflow:hidden}.intro-card:after{content:"";position:absolute;right:-65px;top:-65px;width:190px;height:190px;border-radius:50%;background:var(--teal);opacity:.08}.intro-icon{display:grid;place-items:center;width:54px;height:54px;margin-bottom:36px;border-radius:50%;background:var(--teal);color:#fff;font-size:28px}.intro-card strong{font-size:33px;line-height:1.05;letter-spacing:-.04em}.intro-card p{font-size:14px;color:var(--muted)!important;margin-bottom:0}.section-soft{background:var(--soft)}.benefits .section-title{text-align:center;margin-bottom:56px}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.benefit-card{position:relative;padding:36px 34px 32px;min-height:315px;background:#fff;border:1px solid #e8edf2;border-radius:4px;transition:.25s}.benefit-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.benefit-number{color:var(--teal);font-size:13px;font-weight:800}.benefit-card h3{margin:28px 0 13px;font-size:23px;line-height:1.15}.benefit-card p{margin:0;max-width:300px;color:var(--muted);font-size:14px}.round-arrow{position:absolute;bottom:25px;right:26px;display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--purple);color:#fff}.stats-section{padding:92px 0;background:linear-gradient(112deg,#163148,#215e74 55%,#03a89c);color:#fff}.stats-wrap{display:grid;grid-template-columns:1.5fr .75fr .75fr;align-items:center;gap:34px}.stats-copy .eyebrow{color:#91e7db}.stats-copy h2{font-size:55px}.stats-copy h2 em{color:#fff}.stats-copy>p:last-child{margin-top:22px;letter-spacing:.12em;font-size:11px;text-transform:uppercase;color:#99d8d2}.stat{padding:30px 0 30px 40px;border-left:1px solid rgba(255,255,255,.3)}.stat strong{display:block;font-size:58px;letter-spacing:-.06em;line-height:1;color:#fff}.stat strong span{color:#7be3d5}.stat>span{display:block;margin-top:13px;color:#cbefec;font-size:14px;line-height:1.4}.testimonials{overflow:hidden}.testimonial-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:92px;align-items:start}.testimonial-grid .section-title{margin-bottom:18px}.muted{color:var(--muted)}.testimonial-image{display:block;width:240px;height:220px;object-fit:cover;object-position:top;border-radius:16px;margin-top:45px;box-shadow:var(--shadow)}.quotes{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding-top:35px}.quote-card{padding:29px;border:1px solid var(--line);border-radius:5px}.quote-featured{grid-column:span 2;background:var(--purple);border-color:var(--purple);color:#fff}.quote-mark{font-size:44px;color:var(--teal);line-height:.6}.quote-card p{font-size:15px;line-height:1.6}.quote-person{display:flex;align-items:center;gap:10px;margin-top:24px}.avatar{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--teal);color:#fff;font-size:13px;font-weight:800}.quote-person strong,.quote-person small{display:block;line-height:1.3}.quote-person strong{font-size:12px}.quote-person small{font-size:10px;opacity:.68}.section-dark{background:#102d43;color:#fff}.section-dark .eyebrow,.section-dark h2 em{color:#6fe0d5}.section-dark p:not(.eyebrow){color:#c3d6df}.notes-grid{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:90px}.notes-grid h2{margin-bottom:25px}.notes-grid img{display:block;width:100%;max-width:500px;margin:auto}.button-outline{margin-top:23px;border:1px solid rgba(255,255,255,.55);color:#fff}.programs-grid,.education-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:90px}.programs-copy h2,.education h2{margin-bottom:25px}.program-art{position:relative}.program-art>img{display:block;width:100%;height:auto;filter:drop-shadow(0 18px 30px rgba(21,38,61,.1))}.program-badge{position:absolute;right:5%;bottom:8%;display:grid;place-items:center;width:112px;height:112px;border-radius:50%;background:var(--orange);color:#fff;font-size:29px;font-weight:900;line-height:1;transform:rotate(8deg)}.program-badge small{font-size:11px;letter-spacing:.08em;text-transform:uppercase}.education-art img{display:block;width:min(420px,100%);margin:auto}.education blockquote{margin:30px 0 0;padding:20px 24px;border-left:3px solid var(--teal);color:var(--purple);font-size:18px;font-weight:700}.faq{background:#fff}.faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:100px}.faq-grid h2{margin-bottom:20px}.faq-grid .button{margin-top:20px}.faq-list details{border-top:1px solid var(--line)}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:23px 2px;font-weight:700;font-size:16px;list-style:none;cursor:pointer}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-size:25px;font-weight:300;color:var(--teal);transition:.2s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{margin:0 35px 24px 2px;color:var(--muted);font-size:14px}.quote-section{padding:105px 0;background:linear-gradient(110deg,#e9f6f4,#f4ecff);text-align:center}.quote-section p{margin:0;color:var(--purple);font-size:clamp(25px,3vw,40px);line-height:1.2;font-weight:300;letter-spacing:-.03em}.quote-section span{display:block;margin-top:18px;color:var(--muted);font-size:12px;letter-spacing:.18em;text-transform:uppercase}.site-footer{padding-top:84px;background:#112d43;color:#d4e1e8}.footer-grid{display:grid;grid-template-columns:1.1fr 1.1fr 1fr .7fr;gap:50px;padding-bottom:70px}.footer-brand img{width:84px;height:84px;object-fit:contain}.footer-brand p{max-width:150px;color:#83d9d1;font-size:13px}.site-footer h3{margin:10px 0 15px;color:#fff;font-size:15px}.site-footer p{margin:0;font-size:13px;line-height:1.8}.site-footer a:hover{color:#fff}.socials{display:flex;gap:9px}.socials a{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.3);border-radius:50%;font-size:12px;font-weight:800}.footer-bottom{padding:18px 0;border-top:1px solid rgba(255,255,255,.12);font-size:11px;color:#98abb6}.footer-bottom .container{display:flex;justify-content:space-between}.floating-info{position:fixed;z-index:18;right:78px;bottom:25px;padding:12px 17px;border-radius:5px;background:#fff;color:#536272;box-shadow:0 5px 20px #00000024;font-size:11px}.floating-info strong{display:none}.whatsapp{position:fixed;z-index:18;right:24px;bottom:22px;display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:#4bd15d;color:#fff;box-shadow:0 4px 15px #0f8f3347;font-size:25px}.cookie-notice{position:fixed;z-index:30;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;gap:18px;padding:11px;background:#172a3c;color:#fff;font-size:12px}.cookie-notice p{margin:0}.cookie-notice button{padding:5px 12px;border-radius:4px;background:var(--teal);color:#fff;font-size:12px}.contact-dialog{width:min(480px,calc(100% - 32px));padding:34px;border:0;border-radius:18px;box-shadow:0 30px 80px #15263d4d;color:var(--ink)}.contact-dialog::backdrop{background:#0b1c2c99;backdrop-filter:blur(3px)}.dialog-close{position:absolute;right:15px;top:10px;padding:3px 10px;background:transparent;color:var(--muted);font-size:28px}.contact-dialog h2{font-size:34px}.contact-dialog>p:not(.eyebrow){color:var(--muted);font-size:14px}.contact-form{display:grid;gap:13px;margin-top:24px}.contact-form label{display:grid;gap:5px;font-size:12px;font-weight:700}.contact-form input,.contact-form select{padding:11px 12px;border:1px solid var(--line);border-radius:6px;outline-color:var(--teal);color:var(--ink);background:#fff}.button-primary{background:var(--purple);color:#fff;border:0}.form-success{color:var(--teal);font-size:13px;font-weight:700}.inner-hero{padding:185px 0 115px;background:linear-gradient(120deg,#112e45,#1d5670 53%,#4e22c7);color:#fff;position:relative;overflow:hidden}.inner-hero:after{content:"";position:absolute;right:-10%;top:-40%;width:55vw;height:55vw;border:70px solid rgba(255,255,255,.08);border-radius:50%}.inner-hero .container{position:relative;z-index:1}.inner-hero .eyebrow{color:#80e6da}.inner-hero h1{font-size:clamp(55px,8vw,100px)}.inner-hero h1 em{color:#78e1d5}.inner-hero .container>p:not(.eyebrow){max-width:520px;margin:25px 0;color:#d8e9eb;font-size:18px}.two-column{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.feature-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-columns article{padding:35px;background:#fff}.feature-columns b{color:var(--teal)}.feature-columns h3{font-size:22px}.feature-columns p{color:var(--muted)}.cta-band{padding:95px 0;background:var(--teal);color:#fff}.cta-band .container{display:flex;justify-content:space-between;align-items:center;gap:20px}.cta-band h2{font-size:55px}.cta-band em{color:#143a53}.course-hero{display:grid;grid-template-columns:1.05fr .95fr;min-height:590px;padding-top:80px;background:linear-gradient(125deg,var(--course-color),#122d45 78%);color:#fff;overflow:hidden}.course-hero-inner{align-self:center;padding-top:30px}.course-hero .eyebrow{color:#baf8f0}.course-hero h1{font-size:clamp(58px,7vw,100px)}.course-hero h1 em{color:#a4ece4}.course-hero-inner>p:not(.eyebrow){max-width:510px;margin:24px 0;color:#e5f3f4;font-size:17px}.course-icon{display:grid;place-items:center;width:62px;height:62px;margin-bottom:25px;border-radius:16px;background:#ffffff26;font-size:23px;font-weight:900}.course-visual{align-self:end;display:flex;align-items:end;justify-content:center}.course-visual img{width:min(580px,100%);height:auto;filter:drop-shadow(0 25px 30px rgba(0,0,0,.2))}.course-content{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px}.course-points{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.course-points>div{padding-left:20px;border-left:2px solid var(--teal)}.course-points b{color:var(--teal)}.course-points h3{font-size:18px;line-height:1.2}.course-points p{font-size:13px;color:var(--muted)}.course-benefits-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:90px}.course-benefits-grid img{width:min(450px,100%);margin:auto}.course-benefits-grid h2{margin-bottom:25px}@media(max-width:900px){.main-nav{gap:0}.nav-link,.nav-dropdown-trigger{font-size:12px;padding-inline:7px}.campus-button{margin-left:5px;padding:10px 13px;font-size:11px}.intro-grid,.testimonial-grid,.notes-grid,.programs-grid,.education-grid,.faq-grid,.course-content,.course-benefits-grid{gap:50px}.stats-wrap{grid-template-columns:1.2fr .9fr .9fr}.stats-copy h2{font-size:44px}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.container{width:min(100% - 34px,560px)}.site-header{height:67px}.brand{width:160px}.menu-toggle{display:block}.main-nav{position:absolute;top:67px;left:0;right:0;display:none;align-items:stretch;flex-direction:column;padding:12px 17px 18px;background:#fff;box-shadow:0 15px 30px #0000001a}.main-nav.is-open{display:flex}.nav-link,.nav-dropdown-trigger{text-align:left;padding:11px 8px;font-size:14px}.nav-dropdown{width:100%}.course-menu{position:static;display:none;opacity:1;visibility:visible;transform:none;box-shadow:none;padding:0 0 0 10px}.nav-dropdown:hover .course-menu,.nav-dropdown:focus-within .course-menu{display:block}.campus-button{justify-content:center;margin:10px 0 0;font-size:12px}.hero{margin-top:67px;min-height:300px}.hero-image{object-position:center;min-width:760px;transform:translate(-14%)}.hero-overlay{padding:0 17px 18px}.hero-overlay .button{font-size:11px;padding:10px 15px}.section-pad{padding:76px 0}.intro-grid,.benefit-grid,.testimonial-grid,.notes-grid,.programs-grid,.education-grid,.faq-grid,.two-column,.feature-columns,.course-hero,.course-content,.course-benefits-grid{grid-template-columns:1fr}.intro-grid,.testimonial-grid,.notes-grid,.programs-grid,.education-grid,.faq-grid{gap:38px}.intro-card{max-width:360px;margin:auto}.section-title{font-size:44px}.lead{font-size:17px}.benefits .section-title{text-align:left;margin-bottom:35px}.benefit-card{min-height:265px}.stats-section{padding:68px 0}.stats-wrap{grid-template-columns:1fr 1fr;gap:20px}.stats-copy{grid-column:span 2}.stats-copy h2{font-size:45px}.stat{padding:22px 0 20px 20px}.stat strong{font-size:42px}.stat>span{font-size:12px}.testimonial-image{width:190px;height:180px;margin-top:30px}.quotes{padding-top:0;grid-template-columns:1fr}.quote-featured{grid-column:auto}.notes-image-wrap{order:2}.notes-grid img{max-width:350px}.program-art{order:-1}.program-badge{width:90px;height:90px;font-size:23px}.education-art{order:2}.faq-grid .button{margin-bottom:10px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px 20px}.footer-bottom .container{display:block}.footer-bottom span{display:block;margin:4px 0}.floating-info{right:68px;bottom:17px;padding:9px 11px;font-size:9px}.whatsapp{right:14px;bottom:13px;width:42px;height:42px}.cookie-notice{justify-content:space-between;padding-inline:13px;font-size:10px}.cookie-notice p{max-width:240px}.inner-hero{padding:145px 0 85px}.inner-hero h1{font-size:60px}.cta-band .container{display:block}.cta-band h2{font-size:45px;margin-bottom:28px}.course-hero{padding-top:67px;min-height:auto}.course-hero-inner{padding:70px 0 25px}.course-hero h1{font-size:63px}.course-visual{max-height:350px;overflow:hidden}.course-points{grid-template-columns:1fr;gap:25px}.course-points>div{padding-left:16px}}.hero picture{display:block;height:100%;min-height:inherit}.program-art picture,.program-art picture img{display:block;width:100%;height:auto}.course-visual picture{display:block;width:min(580px,100%)}.course-visual picture img{width:100%;height:auto}.legal-hero{padding-bottom:105px}.legal-content{max-width:900px;margin-inline:auto}.legal-content h2{margin:0 0 14px;font-size:32px;color:var(--ink)}.legal-content p{margin:0 0 38px;color:var(--muted);font-size:16px}.standalone-faq{max-width:900px}.benefit-card{min-height:480px;padding:0 34px 32px;overflow:hidden}.benefit-number{position:absolute;z-index:2;top:28px;left:34px;padding:5px 10px;border-radius:999px;background:#0a807ee6;color:#fff;font-size:12px;line-height:1;font-weight:800;backdrop-filter:blur(5px)}.benefit-visual{position:relative;top:auto;right:auto;display:block;width:calc(100% + 68px);height:210px;margin:0 -34px 30px;overflow:hidden;border-radius:0 0 28px 28px;background:#edf3fa}.benefit-visual img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.04);transition:transform .5s ease}.benefit-card:hover .benefit-visual img{transform:scale(1.1)}.benefit-card:nth-child(2) .benefit-visual img{object-position:center top;transform:scale(1.01)}.benefit-card:nth-child(2):hover .benefit-visual img{transform:scale(1.07)}.benefit-card h3{margin-top:0}.stat .counter-unit,.stat .counter-plus{color:#7be3d5}.diploma-feature{padding:30px 28px 28px;min-height:570px}.diploma-heading{display:flex;align-items:center;gap:14px}.diploma-heading .intro-icon{flex:none;margin:0;width:52px;height:52px}.diploma-eyebrow{color:var(--teal);font-size:12px;letter-spacing:.04em;text-transform:none;font-weight:800}.diploma-stack{position:relative;width:100%;height:232px;margin:26px auto 14px;perspective:900px}.diploma-card{position:absolute;top:5px;left:50%;display:block;width:min(250px,84%);height:194px;padding:0;border:5px solid #fff;border-radius:14px;background:#fff;box-shadow:0 18px 35px #15263d33;overflow:hidden;cursor:pointer;transition:transform .35s ease,box-shadow .35s ease,filter .35s ease}.diploma-card picture,.diploma-card img{display:block;width:100%;height:100%}.diploma-card img{object-fit:cover}.diploma-raul{z-index:1;transform:translate(-50%) translate(-35px,12px) rotate(-7deg)}.diploma-brayan{z-index:2;transform:translate(-50%) translate(35px,28px) rotate(7deg)}.diploma-card.is-selected{z-index:4;transform:translate(-50%) translateY(-5px) rotate(0) scale(1.02);box-shadow:0 25px 45px #15263d42}.diploma-copy p{margin:10px 0 0!important;font-size:13px!important}.diploma-open{margin-top:15px;padding:10px 15px;font-size:11px}.diploma-dialog{width:min(920px,calc(100% - 30px));max-height:calc(100vh - 30px);padding:26px;border:0;border-radius:18px;box-shadow:0 30px 90px #15263d59;color:var(--ink);overflow:auto}.diploma-dialog::backdrop{background:#0b1c2cb8;backdrop-filter:blur(3px)}.diploma-dialog h2{margin:0 36px 20px;font-size:clamp(24px,3vw,42px)}.diploma-dialog img{display:block;width:100%;height:auto;border-radius:9px;border:1px solid var(--line)}.diploma-dialog .button{margin-top:18px}@media(max-width:700px){.diploma-feature{min-height:555px}.diploma-stack{height:208px}.diploma-card{width:230px;height:176px}.diploma-copy strong{font-size:30px}}.course-diploma-preview.has-image{display:block;min-height:285px;height:auto;padding:0;border:0;transform:none;background:#fff}.course-diploma-preview.has-image:after{display:none}.course-diploma-preview.has-image img{display:block;width:100%;height:auto;object-fit:contain}.hero-layered{position:relative;isolation:isolate;display:block;min-height:900px;overflow:hidden;background:#087f80;color:#fff}.hero-layered-backdrop{position:absolute;inset:0;z-index:-4;background:radial-gradient(circle at 8% 12%,rgba(91,231,215,.35),transparent 25%),radial-gradient(circle at 88% 72%,rgba(0,206,176,.4),transparent 28%),linear-gradient(118deg,#08716f,#008f88 52%,#006b70)}.hero-layered-backdrop:after{content:"";position:absolute;inset:0;opacity:.16;background-image:radial-gradient(rgba(255,255,255,.8) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(90deg,#000,transparent 76%)}.hero-layered-orbit{position:absolute;z-index:-2;pointer-events:none;border-radius:50%}.hero-layered-orbit-one{top:-28%;left:31%;width:64vw;height:150%;border:clamp(76px,8vw,150px) solid #3d16f0;transform:rotate(-10deg)}.hero-layered-orbit-two{right:-13%;bottom:-70%;width:65vw;height:120%;border:85px solid rgba(0,218,189,.25);transform:rotate(12deg)}.hero-layered-year{position:absolute;z-index:1;top:15%;left:27%;display:flex;flex-direction:column;color:#ffffffed;font-size:clamp(150px,18vw,360px);font-weight:900;letter-spacing:-.12em;line-height:.7;mix-blend-mode:screen;pointer-events:none}.hero-layered-year span{display:block}.hero-girl-layer{position:absolute;z-index:3;left:16%;bottom:-4%;display:block;width:min(470px,33vw);height:auto;pointer-events:none;filter:drop-shadow(0 18px 24px rgba(0,28,42,.2))}.hero-copy-layer{position:absolute;z-index:5;left:3%;top:23%;width:min(380px,31vw)}.hero-layer-kicker{max-width:160px;margin:0 0 20px;color:#d8fffa;font-size:14px;line-height:1.45;letter-spacing:.1em;text-transform:uppercase}.hero-layer-mark{display:block;width:58px;height:58px;margin-bottom:22px;border-radius:16px;object-fit:cover;object-position:center;background:#078c87;box-shadow:0 10px 20px #012a3529}.hero-copy-layer h1{margin:0;color:#fff;font-size:clamp(34px,3.7vw,68px);line-height:.96;letter-spacing:-.065em}.hero-copy-layer h1 em{display:inline;color:#8ef0e2;font-style:normal}.hero-copy-layer>p:not(.hero-layer-kicker){max-width:330px;margin:18px 0;color:#edfffd;font-size:15px;line-height:1.45}.hero-copy-layer .button{font-size:12px;padding:11px 15px;box-shadow:0 12px 24px #042a3733}@media(min-width:701px){.hero-copy-layer{transform:translateY(-clamp(28px,6vh,54px))}.hero-copy-layer .hero-copy-cta{display:inline-flex!important;margin-top:0}}.hero-gallery-layer{position:absolute;z-index:4;top:10%;right:3%;width:48%;height:78%}.hero-gallery-card{position:absolute;display:block;aspect-ratio:1.45;margin:0;padding:10px 10px 12px;border:3px solid rgba(255,255,255,.92);border-radius:20px;background:#ffffff21;box-shadow:0 22px 42px #02202f45;overflow:hidden;transform:rotate(var(--card-rotation));transition:transform .55s ease,filter .35s ease,opacity .35s ease}.hero-gallery-card img{display:block;width:100%;height:100%;border-radius:12px;object-fit:cover;object-position:var(--hero-image-x,50%) var(--hero-image-y,50%);transform:scale(var(--hero-image-scale,1));transition:object-position .2s ease,transform .2s ease}.hero-gallery-card-3 img{object-position:var(--hero-image-x,50%) var(--hero-image-y,0%)}.hero-gallery-card figcaption{position:absolute;left:22px;bottom:19px;padding:8px 13px;border-radius:8px;background:#fffffff2;color:#075d68;font-family:cursive;font-size:17px;line-height:1}.hero-gallery-card-1{--card-rotation:-4deg;left:0;top:12%;width:54%;height:auto}.hero-gallery-card-2{--card-rotation:3deg;right:0;top:0;width:53%;height:auto}.hero-gallery-card-3{--card-rotation:4deg;right:5%;bottom:0;width:48%;height:auto}.hero-layer-caption{position:absolute;z-index:5;right:5%;bottom:3%;display:flex;gap:0;width:48%;color:#fff;font-size:14px;font-weight:700}.hero-layer-caption span{flex:1;padding:10px 20px;border-left:1px solid rgba(255,255,255,.55);line-height:1.25}.hero-adjust-toggle{display:none;align-items:center;gap:7px;position:absolute;z-index:25;right:22px;bottom:18px;padding:10px 14px;border:1px solid rgba(255,255,255,.7);border-radius:999px;background:#032c3ad1;color:#fff;font-size:12px;font-weight:800;box-shadow:0 10px 24px #02202f3d;cursor:pointer;backdrop-filter:blur(8px)}.hero-adjust-toggle:hover{background:#032c3a;transform:translateY(-1px)}.hero-adjust-panel{position:absolute;z-index:30;top:96px;left:22px;bottom:18px;width:min(360px,calc(100% - 44px));max-height:calc(100% - 114px);padding:18px;border:1px solid rgba(255,255,255,.6);border-radius:18px;background:#052c39f5;color:#fff;box-shadow:0 24px 50px #011c2866;backdrop-filter:blur(16px);overflow:auto}.hero-adjust-panel[hidden]{display:none}.hero-adjust-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.hero-adjust-panel-head strong{display:block;font-size:16px}.hero-adjust-panel-head span{display:block;margin-top:4px;color:#ffffffb8;font-size:12px;line-height:1.35}.hero-adjust-close{width:28px;height:28px;border:0;border-radius:50%;background:#ffffff24;color:#fff;font-size:20px;line-height:1;cursor:pointer}.hero-adjust-group{padding:12px 0;border-top:1px solid rgba(255,255,255,.16)}.hero-adjust-group>strong{display:block;margin-bottom:9px;color:#9af3e7;font-size:12px}.hero-adjust-group label{display:grid;grid-template-columns:1fr auto;gap:4px 10px;align-items:center;margin:8px 0;color:#ffffffd1;font-size:12px}.hero-adjust-group output{color:#fff;font-variant-numeric:tabular-nums}.hero-adjust-group input{grid-column:1 / -1;width:100%;accent-color:#66e4d6;cursor:pointer}.hero-adjust-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.hero-adjust-actions .button{padding:9px 12px;font-size:11px}.hero-adjust-status{margin:12px 0 0;color:#ffffffad;font-size:11px;line-height:1.4}@media(min-width:1201px)and (max-width:1700px){.hero-layered-year{left:48%;top:12%;font-size:clamp(210px,15vw,250px)}.hero-gallery-layer{top:12%;right:2%;width:35%;height:73%}}@media(min-width:1701px){.hero-layered-year{left:34%;top:15%}.hero-gallery-layer{top:12%;right:2%;width:43%;height:73%}}@media(min-width:901px)and (max-height:900px){.hero-layered{min-height:max(900px,100vh)}.hero-copy-layer{top:max(86px,12%);width:min(360px,29vw)}.hero-layer-kicker{margin-bottom:9px;font-size:11px}.hero-layer-mark{width:42px;height:42px;margin-bottom:10px}.hero-copy-layer h1{font-size:clamp(34px,3.4vw,56px)}.hero-copy-layer>p:not(.hero-layer-kicker){margin:9px 0 11px;font-size:13px;line-height:1.3}.hero-copy-layer .button{position:relative;z-index:8;display:inline-flex;font-size:11px;padding:9px 12px}.hero-gallery-layer{top:8%;height:84%}}@media(min-width:901px)and (max-height:520px){.hero-copy-layer{top:80px;width:min(390px,32vw)}.hero-layer-kicker{margin-bottom:7px;font-size:10px}.hero-layer-mark{width:36px;height:36px;margin-bottom:8px}.hero-copy-layer h1{font-size:clamp(30px,3vw,39px)}.hero-copy-layer>p:not(.hero-layer-kicker){max-width:360px;margin:7px 0 9px;font-size:11px}.hero-copy-layer .button{margin-top:0;font-size:10px;padding:8px 10px}}@media(max-width:1200px){.hero-layer-caption{display:none}}@media(min-width:701px)and (max-width:1200px){.hero-layered-year{left:46%;top:13%;font-size:clamp(180px,18vw,250px)}.hero-gallery-layer{top:14%;right:2%;width:40%;height:70%}.hero-gallery-card-1{width:52%}.hero-gallery-card-2{width:50%}.hero-gallery-card-3{width:46%}}@media(min-width:1201px)and (max-width:1700px)and (max-height:1000px){.hero-layered-year{left:44%}.hero-gallery-card-1{top:22%}.hero-gallery-card-2{top:12%}.hero-gallery-card-3{bottom:20%}}@media(max-width:900px){.hero-layered{min-height:720px}.hero-layered-year{left:46%;top:8%;font-size:clamp(150px,23vw,250px)}.hero-girl-layer{left:5%;bottom:-18%;width:min(280px,30vw)}.hero-copy-layer{top:18%;left:5%;width:34%}.hero-copy-layer h1{font-size:clamp(29px,5vw,46px)}.hero-copy-layer>p:not(.hero-layer-kicker){max-width:260px;font-size:13px}.hero-gallery-layer{top:auto;right:2%;bottom:4%;width:46%;height:52%}.hero-gallery-card-1,.hero-gallery-card-2,.hero-gallery-card-3{height:auto;aspect-ratio:1.45}.hero-gallery-card-1{top:17%}.hero-layer-caption{display:none}}@media(max-width:700px){.hero-layered{min-height:920px}.hero-layered-orbit-one{left:25%;top:14%;width:100vw;height:80%;border-width:58px}.hero-layered-orbit-two{right:-45%;bottom:-4%;width:105vw;height:60%;border-width:48px}.hero-layered-year{top:11%;left:53%;font-size:clamp(140px,34vw,220px);line-height:.72}.hero-girl-layer{left:3%;bottom:-8%;width:45vw;max-width:260px}.hero-copy-layer{top:12%;left:7%;width:50%}.hero-layer-kicker{margin-bottom:12px;font-size:11px}.hero-layer-mark{width:42px;height:42px;margin-bottom:14px;border-radius:11px;font-size:27px}.hero-copy-layer h1{font-size:clamp(30px,9vw,45px)}.hero-copy-layer>p:not(.hero-layer-kicker){margin:10px 0 12px;font-size:12px}.hero-copy-layer .button{position:relative;z-index:8;display:inline-flex;font-size:11px;padding:9px 12px}.hero-gallery-layer{top:auto;right:2%;bottom:3%;width:56%;height:38%}.hero-gallery-card{padding:5px 5px 7px;border-width:2px;border-radius:13px}.hero-gallery-card img{border-radius:8px}.hero-gallery-card figcaption{left:10px;bottom:10px;padding:5px 7px;font-size:10px}.hero-gallery-card-1{left:0;top:13%;width:57%;height:57%}.hero-gallery-card-2{right:0;top:0;width:55%;height:54%}.hero-gallery-card-3{right:3%;bottom:0;width:55%;height:54%}.hero-gallery-card-1,.hero-gallery-card-2,.hero-gallery-card-3{height:auto;aspect-ratio:1.45}}@media(min-width:701px)and (max-width:900px)and (min-height:800px){.hero-copy-layer{top:24%}.hero-girl-layer{left:10%}.hero-layered-year{top:14%;left:50%}}.excel-hero{position:relative;min-height:690px;padding:150px 0 0;overflow:hidden;background-color:#f7f9fb;background-image:radial-gradient(circle at 78% 25%,rgba(192,239,198,.34),transparent 34%),radial-gradient(circle at 72% 88%,rgba(16,124,65,.12),transparent 30%),linear-gradient(110deg,#f7f9fbfa,#f7faf9d1 48%,#e8f8eb6b 78%,#e8f8eb1a),url(/assets/source/excel-hero-bg.webp);background-position:center,center,center,right center;background-size:100% 100%,100% 100%,100% 100%,min(74%,1380px) auto;background-repeat:no-repeat;color:var(--ink)}.excel-hero:before{content:"";position:absolute;z-index:0;inset:-60px;background:linear-gradient(90deg,#f7f9fbfa,#f7f9fbf0 28%,#f7f9fbb3 47%,#f7f9fb47 70%,#f7f9fb0a 91%,#f7f9fb00);filter:blur(40px);transform:scale(1.04);pointer-events:none}.excel-hero:after{content:"";position:absolute;z-index:0;inset:0;opacity:.32;pointer-events:none;background-image:linear-gradient(90deg,rgba(16,124,65,.055) 1px,transparent 1px),linear-gradient(rgba(16,124,65,.04) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(90deg,transparent 0%,transparent 42%,#000 68%,#000 100%)}.excel-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr;align-items:center;min-height:465px}.excel-hero-copy{max-width:625px}.excel-brand-line{display:flex;align-items:center;gap:12px;margin-bottom:28px;color:#4d6371;font-size:13px;font-weight:800;letter-spacing:.02em}.excel-mark{display:grid;place-items:center;width:35px;height:35px;border-radius:8px;background:#107c41;color:#fff;font-size:22px;font-weight:900;box-shadow:0 6px 12px #107c4133}.excel-hero .eyebrow{margin-bottom:13px;color:#008f63}.excel-hero h1{max-width:680px;font-size:clamp(54px,6.3vw,86px);line-height:.98;letter-spacing:-.065em}.excel-hero h1 em{color:#107c41}.excel-hero-lead{max-width:570px;margin:25px 0 22px;color:#40566a;font-size:19px;line-height:1.55}.excel-hero-tags{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:30px}.excel-hero-tags span{padding:8px 12px;border:1px solid rgba(16,124,65,.24);border-radius:999px;background:#ffffffb3;color:#27604a;font-size:12px;font-weight:800}.excel-hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.excel-hero-actions .button{padding:14px 22px}.button-ghost-dark{border:1px solid rgba(21,38,61,.26);background:#ffffff8f;color:var(--ink)}.button-ghost-dark:hover{background:#fff;box-shadow:0 10px 24px #15263d21}.excel-hero-visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:500px}.excel-visual-orbit{position:absolute;border:1px solid rgba(16,124,65,.16);border-radius:50%;pointer-events:none}.excel-orbit-one{width:500px;height:500px;transform:rotate(-16deg)}.excel-orbit-two{width:400px;height:400px;border-color:#5626db1f;transform:rotate(22deg)}.excel-visual-window{position:relative;z-index:1;width:min(410px,78%);padding:9px;border:1px solid rgba(255,255,255,.95);border-radius:24px;background:#102f44;box-shadow:0 28px 65px #15263d47;transform:rotate(3deg)}.excel-window-top{display:flex;align-items:center;gap:5px;height:25px;padding:0 8px;color:#c7dbe2}.excel-window-top span{width:7px;height:7px;border-radius:50%;background:#e7f4f3}.excel-window-top span:nth-child(2){background:#a9e4d5}.excel-window-top span:nth-child(3){background:#f8dc93}.excel-window-top small{margin-left:auto;font-size:9px;letter-spacing:.06em;opacity:.7}.excel-visual-window picture,.excel-visual-window img{display:block;width:100%;height:auto}.excel-visual-window img{border-radius:14px;filter:saturate(.92)}.excel-floating-card{position:absolute;z-index:2;display:flex;align-items:center;gap:10px;padding:13px 16px;border:1px solid rgba(255,255,255,.72);border-radius:14px;background:#ffffffe6;box-shadow:0 16px 32px #15263d29;backdrop-filter:blur(12px);color:var(--ink)}.excel-floating-card strong,.excel-floating-card span,.excel-floating-card small{display:block;line-height:1.2}.excel-floating-card strong{font-size:16px}.excel-floating-card span,.excel-floating-card small{color:#647685;font-size:11px}.excel-floating-card-top{top:10%;right:1%;display:block;transform:rotate(-4deg)}.excel-floating-card-bottom{right:2%;bottom:10%;transform:rotate(3deg)}.excel-mini-check{display:grid!important;place-items:center;width:29px;height:29px;border-radius:50%;background:#d5f4e2;color:#107c41!important;font-size:18px!important;font-weight:900}.excel-hero-bottom{position:relative;z-index:1;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;padding:24px 0 26px;color:#577083;font-size:12px}.excel-hero-bottom span:first-child{color:#107c41;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.excel-hero-bottom span:nth-child(2){text-align:center}.excel-pricing{background:#fff}.excel-section-heading{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:42px}.excel-section-heading>p{max-width:470px;margin:0 0 5px;color:var(--muted);font-size:15px;line-height:1.55}.excel-section-heading .section-title{font-size:clamp(38px,4.4vw,60px)}.excel-section-heading .section-title em{color:#107c41}.excel-price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.excel-price-card{position:relative;display:flex;flex-direction:column;min-height:230px;padding:24px 21px 20px;border:1px solid #dfe8e8;border-radius:16px;background:#f8fbfa;transition:transform .2s ease,box-shadow .2s ease}.excel-price-card:hover{transform:translateY(-5px);box-shadow:0 18px 35px #15263d1a}.excel-price-card.is-featured{border-color:#107c41;background:#107c41;color:#fff;box-shadow:0 18px 35px #107c4133}.excel-price-region{font-size:13px;font-weight:800}.excel-price-value{margin-top:26px;font-size:26px;font-weight:900;letter-spacing:-.04em}.excel-price-value small{font-size:12px;letter-spacing:.08em}.excel-price-before{margin-top:4px;color:#7d8e97;font-size:12px;text-decoration:line-through}.is-featured .excel-price-before{color:#b8e5ca}.excel-price-action{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding:11px 0 0;border-top:1px solid #dce8e4;background:transparent;color:#107c41;font-size:12px;font-weight:900}.is-featured .excel-price-action{border-top-color:#ffffff4d;color:#fff}.excel-proof{padding:86px 0;background:#102d43;color:#fff}.excel-proof-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px}.excel-proof .eyebrow{color:#71ddd1}.excel-proof h2{max-width:560px;font-size:clamp(38px,4.4vw,60px)}.excel-proof h2 em{color:#78e1d5}.excel-proof-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:0}.excel-proof-stats>div{padding:24px 22px;border-left:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2)}.excel-proof-stats>div:nth-child(2n){border-right:1px solid rgba(255,255,255,.2)}.excel-proof-stats>div:nth-last-child(-n+2){border-bottom:0}.excel-proof-stats strong{display:block;color:#7be3d5;font-size:42px;letter-spacing:-.06em;line-height:1}.excel-proof-stats span{display:block;margin-top:9px;color:#d3e5e8;font-size:13px;line-height:1.35}.excel-specializations{background:#fff}.excel-section-heading-center{align-items:end}.excel-module-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.excel-module-card{position:relative;display:flex;flex-direction:column;min-height:350px;overflow:hidden;border:1px solid var(--line);border-radius:15px;background:#fff;transition:transform .2s ease,box-shadow .2s ease}.excel-module-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.excel-module-image{height:142px;overflow:hidden;background:#e9f3ef}.excel-module-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.excel-module-card:hover .excel-module-image img{transform:scale(1.04)}.excel-module-content{position:relative;display:flex;flex:1;flex-direction:column;padding:22px 24px 28px}.excel-module-content>span{color:#107c41;font-size:12px;font-weight:900;letter-spacing:.1em}.excel-module-card h3{margin:22px 0 10px;font-size:21px;line-height:1.15}.excel-module-card p{max-width:290px;margin:0;color:var(--muted);font-size:14px;line-height:1.55}.excel-module-card i{position:absolute;right:22px;bottom:21px;color:#107c41;font-size:19px;font-style:normal}.excel-method{background:#f4f7fa}.excel-method-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:95px}.excel-method-visual{position:relative;max-width:540px;margin:auto}.excel-method-visual picture,.excel-method-visual img{display:block;width:100%;height:auto}.excel-method-visual img{border-radius:22px;box-shadow:0 24px 50px #15263d2b}.excel-method-badge{position:absolute;right:-24px;bottom:24px;display:flex;align-items:center;gap:11px;padding:14px 17px;border-radius:13px;background:#107c41;color:#fff;box-shadow:0 13px 25px #107c4140}.excel-method-badge span{font-size:12px;font-weight:900;opacity:.72}.excel-method-badge strong{font-size:14px;line-height:1.1}.excel-method .section-title{margin-bottom:24px}.excel-method .section-title em{color:#107c41}.excel-check-list{display:grid;gap:10px;margin:25px 0 0;padding:0;list-style:none;color:#40566a;font-size:14px}.excel-check-list li{position:relative;padding-left:26px}.excel-check-list li:before{content:"✓";position:absolute;left:0;color:#107c41;font-weight:900}@media(max-width:900px){.excel-hero{padding-top:125px}.excel-hero-grid{grid-template-columns:1fr;gap:25px}.excel-hero-copy{max-width:720px}.excel-hero-visual{min-height:420px}.excel-floating-card-top{right:8%}.excel-floating-card-bottom{right:5%}.excel-section-heading{align-items:start;flex-direction:column;gap:18px}.excel-price-grid{grid-template-columns:repeat(2,1fr)}.excel-proof-grid{grid-template-columns:1fr;gap:40px}.excel-module-grid{grid-template-columns:repeat(2,1fr)}.excel-method-grid{grid-template-columns:1fr;gap:55px}.excel-method-visual{width:min(560px,100%)}}@media(max-width:700px){.excel-hero{min-height:0;padding:106px 0 0;background-position:center top;background-size:cover}.excel-hero:before{background:linear-gradient(180deg,#f7f9fbf7,#f7f9fbe6 55%,#f7f9fb59)}.excel-hero-grid{min-height:0}.excel-brand-line{font-size:11px}.excel-hero h1{font-size:clamp(48px,14vw,68px)}.excel-hero-lead{font-size:17px}.excel-hero-tags span{font-size:11px}.excel-hero-actions .button{font-size:12px;padding:12px 16px}.excel-hero-visual{min-height:340px;margin-top:-8px}.excel-orbit-one{width:340px;height:340px}.excel-orbit-two{width:285px;height:285px}.excel-visual-window{width:min(310px,76%);border-radius:18px}.excel-floating-card{padding:10px 12px}.excel-floating-card-top{top:3%;right:0}.excel-floating-card-bottom{right:0;bottom:5%}.excel-floating-card strong{font-size:13px}.excel-floating-card span,.excel-floating-card small{font-size:10px}.excel-hero-bottom{grid-template-columns:1fr auto;gap:10px;padding:19px 0}.excel-hero-bottom span:nth-child(2){grid-column:1 / -1;grid-row:2;text-align:left}.excel-hero-bottom span:last-child{grid-column:2;grid-row:1}.excel-pricing,.excel-specializations,.excel-method{padding-top:76px;padding-bottom:76px}.excel-section-heading .section-title{font-size:43px}.excel-price-grid{grid-template-columns:1fr 1fr;gap:10px}.excel-price-card{min-height:190px;padding:18px 14px}.excel-price-value{margin-top:20px;font-size:21px}.excel-price-action{font-size:11px}.excel-proof{padding:70px 0}.excel-proof h2{font-size:42px}.excel-proof-stats strong{font-size:34px}.excel-proof-stats span{font-size:12px}.excel-module-grid{grid-template-columns:1fr}.excel-module-card{min-height:190px}.excel-module-card h3{margin-top:25px}.excel-method-badge{right:8px;bottom:14px}.excel-method .section-title{font-size:42px}}.site-header{top:16px;left:max(18px,calc((100vw - 1250px)/2));right:max(18px,calc((100vw - 1250px)/2));height:70px;border:1px solid rgba(21,38,61,.08);border-radius:20px;box-shadow:0 12px 34px #15263d24}.brand{width:166px}.brand img{max-height:50px;object-fit:contain;transform:translateY(4px)}.main-nav{position:static;flex:1;justify-content:flex-end;margin-left:0}.nav-links{position:absolute;top:0;left:50%;display:flex;align-items:center;gap:9px;height:70px;transform:translate(-50%);white-space:nowrap}.nav-dropdown{position:relative}.course-menu .course-icon-mark.has-logo{background:transparent}.course-menu .course-icon-mark.has-logo img{display:block;width:100%;height:100%;object-fit:contain}.campus-button{margin-left:auto}.hero{margin-top:0}.lesson-laptop-wrap{width:100%;max-width:590px;margin:auto}.notes-grid{grid-template-columns:1.15fr .85fr;gap:70px}.lesson-laptop-wrap{max-width:760px;transform:translate(-12px)}.lesson-laptop{position:relative;padding-bottom:8px;filter:drop-shadow(0 24px 26px rgba(0,0,0,.22))}.lesson-screen{position:relative;aspect-ratio:16/10;padding:10px;border:12px solid #0a1723;border-bottom-width:16px;border-radius:19px 19px 11px 11px;background:#07131d;box-shadow:inset 0 0 0 1px #ffffff29,0 0 0 1px #ffffff1f;overflow:hidden}.lesson-screen:before{content:"";position:absolute;z-index:3;top:5px;left:50%;width:5px;height:5px;border-radius:50%;background:#526574;transform:translate(-50%);pointer-events:none}.lesson-screen iframe{display:block;width:100%;height:100%;border:0;border-radius:4px;background:#fff}.lesson-screen-link{position:absolute;z-index:4;right:22px;bottom:22px;display:inline-flex;align-items:center;gap:7px;padding:9px 13px;border:1px solid rgba(255,255,255,.6);border-radius:999px;background:#102d43e0;color:#fff;font-size:11px;font-weight:800;box-shadow:0 8px 18px #00000040;backdrop-filter:blur(5px);transition:.2s}.lesson-screen-link:hover{background:var(--teal);transform:translateY(-2px)}.lesson-screen-link span{font-size:16px;line-height:1}.lesson-base{position:relative;width:78%;height:25px;margin:0 auto;background:linear-gradient(180deg,#758493,#253544 42%,#0b1722);border-radius:0 0 22px 22px;transform:perspective(180px) rotateX(-12deg);box-shadow:0 8px 12px #00000040}.lesson-base:before{content:"";position:absolute;top:0;left:25%;right:25%;height:4px;border-radius:0 0 8px 8px;background:#afbdc8;opacity:.6}.lesson-base:after{content:"";position:absolute;left:-7%;right:-7%;bottom:-5px;height:8px;border-radius:50%;background:#07131d;opacity:.8}html,body{overflow-x:hidden}.testimonial-grid{grid-template-columns:1fr;gap:54px}.testimonial-grid>div{min-width:0}.testimonial-photo-wall{position:relative;left:50%;width:calc(100vw - 48px);max-width:none;height:350px;margin:42px 0 0;overflow:visible;border-radius:0;background:transparent;box-shadow:none;transform:translate(-50%)}.testimonial-photo{position:absolute;top:var(--photo-y);left:clamp(0px,var(--photo-x),calc(100% - clamp(105px,8.5vw,138px)));z-index:var(--photo-z);display:block;width:clamp(105px,8.5vw,138px);aspect-ratio:1;padding:7px 7px 11px;border:0;border-radius:4px;background:#fff;box-shadow:0 12px 22px #15263d33;cursor:grab;touch-action:none;transform:rotate(var(--photo-r));transition:box-shadow .25s ease,filter .25s ease;will-change:left,top,transform}.testimonial-photo:hover,.testimonial-photo.is-selected{box-shadow:0 24px 38px #15263d47;filter:saturate(1.06)}.testimonial-photo.is-selected{outline:2px solid rgba(0,169,157,.65);outline-offset:4px}.testimonial-photo.is-dragging{cursor:grabbing;transition:none;filter:saturate(1.08);box-shadow:0 28px 44px #15263d52}.testimonial-photo picture,.testimonial-photo img{display:block;width:100%;height:100%}.testimonial-photo img{object-fit:cover;border-radius:2px}.photo-tape{position:absolute;z-index:2;top:-10px;left:50%;display:block;width:74px;height:23px;background:linear-gradient(100deg,#ffeaa6bf,#fff8d0e6,#ffe79eb8);box-shadow:0 2px 4px #15263d1a;opacity:.9;cursor:grab;pointer-events:auto;transform:translate(-50%) rotate(-2deg)}@media(min-width:901px){.testimonial-photo-wall{width:calc(100vw - 120px)}}.testimonial-dialog{width:min(920px,calc(100% - 30px));max-height:calc(100vh - 30px);padding:26px;border:0;border-radius:18px;box-shadow:0 30px 90px #15263d59;color:var(--ink);overflow:auto}.testimonial-dialog::backdrop{background:#0b1c2cb8;backdrop-filter:blur(3px)}.testimonial-dialog h2{margin:0 36px 20px;font-size:clamp(24px,3vw,42px)}.testimonial-dialog img{display:block;width:100%;height:auto;border-radius:9px;border:1px solid var(--line)}.brand-wall{position:relative;width:min(420px,100%);aspect-ratio:1;margin:auto}.program-art .brand-wall{width:min(460px,100%)}.education-art img{display:block;width:min(480px,100%);height:auto;aspect-ratio:1 / 1;object-fit:contain;margin:auto;border-radius:18px;box-shadow:var(--shadow)}.brand-wall-line{position:absolute;z-index:0;top:19.5%;bottom:9.5%;left:50%;width:1px;background:#15263d8c;transform:translate(-50%)}.brand-logo{position:absolute;z-index:1;display:block}.brand-logo picture{display:block;width:100%;height:100%}.brand-logo img{display:block;width:100%;height:100%;object-fit:fill}.brand-camara-comercio{left:8.398%;top:7.324%;width:38.086%;height:13.184%}.brand-dian{left:55.664%;top:6.836%;width:37.109%;height:15.137%}.brand-camara-libro{left:9.277%;top:31.738%;width:39.063%;height:13.184%}.brand-alcaldia{left:61.035%;top:24.902%;width:26.367%;height:21.973%}.brand-epayco{left:8.789%;top:52.246%;width:38.086%;height:14.648%}.brand-microsoft{left:52.246%;top:52.246%;width:38.086%;height:14.16%}.brand-bancolombia{left:5.371%;top:72.754%;width:43.457%;height:12.207%}.brand-banco-popular{left:52.246%;top:72.754%;width:41.992%;height:12.207%}.brand-center{position:absolute;z-index:2;left:43.945%;top:43.945%;width:10.254%;height:10.254%;display:grid;place-items:center;border-radius:50%;background:var(--teal);box-shadow:0 0 0 5px var(--soft)}.brand-center img{display:block;width:100%;height:100%;object-fit:fill}.socials a img{display:block;width:19px;height:19px;object-fit:contain;filter:brightness(0) invert(1)}.whatsapp-widget{position:fixed;z-index:35;right:24px;bottom:22px;display:flex;flex-direction:column;align-items:flex-end;gap:14px}.whatsapp-widget .whatsapp{position:relative;right:auto;bottom:auto;display:grid;place-items:center;width:64px;height:64px;padding:0;border:0;border-radius:50%;background:#25d366;color:#fff;box-shadow:0 13px 25px #0f283d3d;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.whatsapp-widget .whatsapp:hover{background:#25d366;filter:brightness(.92);transform:translateY(-3px);box-shadow:0 16px 29px #0f283d4d}.whatsapp-brand-logo{display:block;width:100%;height:100%;object-fit:contain;border-radius:0}.whatsapp-widget .whatsapp svg{display:block;width:36px;height:36px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}.whatsapp-widget .whatsapp svg path:first-child{stroke-width:2.5}.whatsapp-widget .whatsapp svg path:last-child{stroke-width:2}.whatsapp-panel{width:min(360px,calc(100vw - 48px));margin:0;padding:0;overflow:hidden;border:0;border-radius:22px;background:#fff;box-shadow:0 16px 45px #15263d33;color:#3e4655}.whatsapp-panel[hidden]{display:none}.whatsapp-panel-header{position:relative;display:flex;align-items:center;gap:11px;padding:16px 18px 15px;background:#2bbb42;color:#fff;border-radius:22px 22px 0 0}.whatsapp-panel-icon{display:grid;place-items:center;flex:none;width:44px;height:44px}.whatsapp-panel-icon img{display:block;width:100%;height:100%;object-fit:contain}.whatsapp-panel-icon svg{display:block;width:44px;height:44px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}.whatsapp-panel-icon svg path:first-child{stroke-width:2.3}.whatsapp-panel-icon svg path:last-child{stroke-width:1.8}.whatsapp-panel-header h2{margin:0;font-size:21px;font-weight:400;letter-spacing:-.02em;line-height:1.12}.whatsapp-panel-header p{margin:4px 0 0;font-size:13px;line-height:1.25}.whatsapp-panel-close{position:absolute;top:7px;right:13px;padding:0;background:transparent;color:#fff;font-size:24px;font-weight:300;line-height:1}.whatsapp-panel-note{margin:0;padding:16px 18px 15px;color:#a2adbd;font-size:12px;line-height:1.3}.whatsapp-options{display:grid;gap:8px;padding:0 18px 18px}.whatsapp-option{display:grid;grid-template-columns:46px 1fr 28px;align-items:center;gap:10px;min-height:68px;padding:8px 10px 8px 11px;border:1px solid #d8eadc;border-left:3px solid #2bbb42;border-radius:12px;background:#f5f7f8;color:#3e4655;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.whatsapp-option:hover{background:#fff;box-shadow:0 7px 18px #15263d1a;transform:translateY(-2px)}.whatsapp-option-icon{display:grid;place-items:center;width:42px;height:42px;color:#51cf6c}.whatsapp-option-icon svg,.whatsapp-option-icon img{display:block;width:42px;height:42px;object-fit:contain;border-radius:50%}.whatsapp-option-icon svg path:first-child{stroke-width:2.3}.whatsapp-option-icon svg path:last-child{stroke-width:1.8}.whatsapp-option strong,.whatsapp-option small{display:block}.whatsapp-option strong{font-size:14px;font-weight:500;line-height:1.18}.whatsapp-option small{margin-top:3px;color:#969da7;font-size:10px;line-height:1.25}.whatsapp-option-arrow{display:grid;place-items:center;width:26px;height:26px;border:2px solid #27af43;border-radius:50%;color:#27af43;font-size:15px;line-height:1;opacity:.95}.course-experience{--course-strong:color-mix(in srgb,var(--course-color) 70%,#102d43);--course-soft:color-mix(in srgb,var(--course-color) 13%,#fff);--course-line:color-mix(in srgb,var(--course-color) 27%,#dbe7e4)}.course-experience .excel-hero{background-color:#f7f9fb;background-image:radial-gradient(circle at 79% 25%,color-mix(in srgb,var(--course-color) 24%,transparent),transparent 35%),radial-gradient(circle at 73% 90%,color-mix(in srgb,var(--course-color) 12%,transparent),transparent 31%),linear-gradient(110deg,#f7f9fbfb,#f7faf9d6 48%,#f7f9fa59 77%,#f7f9fa0d),var(--course-hero-image);background-position:center,center,center,right center;background-size:100% 100%,100% 100%,100% 100%,min(74%,1380px) auto;background-repeat:no-repeat}.course-experience .excel-hero:before{background:linear-gradient(90deg,#f7f9fbfc,#f7f9fbf2 29%,#f7f9fbb0 49%,#f7f9fb42 72%,#f7f9fb09 92%,#f7f9fb00)}.course-experience .excel-hero:after{opacity:.27;background-image:linear-gradient(90deg,color-mix(in srgb,var(--course-color) 11%,transparent) 1px,transparent 1px),linear-gradient(color-mix(in srgb,var(--course-color) 9%,transparent) 1px,transparent 1px)}.course-template-hero .excel-hero-grid:after{content:"";position:absolute;z-index:-1;right:1%;top:4%;width:min(48vw,600px);aspect-ratio:1;border:1px solid color-mix(in srgb,var(--course-color) 25%,transparent);border-radius:46% 54% 61% 39%/42% 42% 58% 58%;box-shadow:inset 0 0 0 54px color-mix(in srgb,var(--course-color) 5%,transparent);transform:rotate(-11deg);pointer-events:none}.course-experience-access .course-template-hero .excel-hero-grid:after{display:none}.course-experience-word .course-template-hero .excel-hero-grid:after{display:none}.course-experience-powerpoint .course-template-hero .excel-hero-grid:after{display:none}.course-experience-google-sheets .course-template-hero .excel-hero-grid:after{display:none}.course-template-visual{position:absolute;right:8%;top:50%;display:grid;place-items:center;width:min(28vw,350px);aspect-ratio:1;isolation:isolate;transform:translateY(-45%) rotate(-6deg)}.course-template-visual:before{content:"";position:absolute;z-index:-2;inset:12%;border-radius:34% 66% 48% 52%/55% 38% 62% 45%;background:linear-gradient(135deg,color-mix(in srgb,var(--course-color) 26%,#fff),color-mix(in srgb,var(--course-color) 68%,#fff));box-shadow:0 30px 60px color-mix(in srgb,var(--course-color) 20%,transparent);transform:rotate(14deg)}.course-template-visual span{display:grid;place-items:center;position:relative;z-index:2;width:44%;aspect-ratio:1;border:1px solid rgba(255,255,255,.85);border-radius:22%;background:#fff;box-shadow:0 18px 32px #15263d29;color:var(--course-strong);font-size:clamp(35px,5vw,70px);font-weight:900}.course-template-visual span img{display:block;width:68%;height:68%;object-fit:contain}.course-template-visual i,.course-template-visual b{position:absolute;z-index:1;display:block;border-radius:16px;background:color-mix(in srgb,var(--course-color) 62%,#fff);box-shadow:0 12px 25px color-mix(in srgb,var(--course-color) 16%,transparent)}.course-template-visual i{right:8%;top:16%;width:26%;height:16%;transform:rotate(13deg)}.course-template-visual b{bottom:13%;left:7%;width:33%;height:19%;transform:rotate(-15deg)}.course-template-visual small{position:absolute;z-index:3;right:3%;bottom:2%;padding:8px 11px;border-radius:999px;background:#102d43;color:#fff;font-size:11px;font-weight:800;letter-spacing:.04em;box-shadow:0 8px 18px #15263d2e}.course-experience .excel-brand-line{color:#4d6371}.course-experience .course-template-mark{background:var(--course-strong);box-shadow:0 6px 12px color-mix(in srgb,var(--course-color) 25%,transparent)}.course-experience .course-template-mark.has-logo{background:#fff;border:1px solid color-mix(in srgb,var(--course-color) 23%,#dfe8e8);box-shadow:0 8px 16px #15263d1a}.course-template-mark img{display:block;width:25px;height:25px;object-fit:contain}.course-experience .eyebrow,.course-experience .excel-hero h1 em,.course-experience .section-title em{color:var(--course-strong)}.course-experience .excel-hero-tags span{border-color:var(--course-line);color:var(--course-strong)}.course-experience .button-primary{background:var(--course-strong);box-shadow:0 12px 25px color-mix(in srgb,var(--course-color) 23%,transparent)}.course-experience .button-primary:hover{background:var(--course-color);color:#102d43}.course-experience .excel-hero-bottom span:first-child{color:var(--course-strong)}.course-experience .excel-section-nav a:hover,.course-experience .excel-section-nav a:focus-visible{color:var(--course-strong)}.course-experience .excel-section-nav a:focus-visible{outline-color:var(--course-strong)}.course-experience .excel-section-nav .excel-demo-link{background:#102d43}.course-experience .excel-section-nav .excel-demo-link:hover{background:var(--course-strong);color:#fff}.course-price-grid{grid-template-columns:minmax(250px,370px);justify-content:start}.course-experience .excel-price-card.is-featured{border-color:var(--course-strong);background:var(--course-strong);box-shadow:0 18px 35px color-mix(in srgb,var(--course-color) 25%,transparent)}.course-experience .excel-proof h2 em,.course-experience .excel-proof-stats strong{color:color-mix(in srgb,var(--course-color) 72%,#fff)}.course-experience .excel-module-card:hover{box-shadow:0 18px 35px color-mix(in srgb,var(--course-color) 16%,transparent)}.course-experience .excel-module-content>span,.course-experience .excel-module-card i{color:var(--course-strong)}.course-module-art{position:relative;display:grid;place-items:center;isolation:isolate;background:linear-gradient(135deg,color-mix(in srgb,var(--course-color) 92%,#fff),color-mix(in srgb,var(--course-color) 24%,#fff)),var(--course-hero-image)!important;background-position:right center!important;background-size:cover!important}.course-module-art:before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(135deg,color-mix(in srgb,var(--course-color) 83%,transparent),transparent 70%)}.course-module-art span{position:absolute;top:15px;left:17px;color:#fff;font-size:12px;font-weight:900;letter-spacing:.12em}.course-module-art img{display:block!important;width:58px!important;height:58px!important;object-fit:contain!important;filter:drop-shadow(0 8px 12px rgba(0,0,0,.18))}.course-module-art b{display:grid;place-items:center;width:60px;height:60px;border:1px solid rgba(255,255,255,.5);border-radius:18px;background:#ffffffe0;color:var(--course-strong);font-size:24px;box-shadow:0 10px 24px #15263d24}.course-module-art.has-module-image{display:block;background:#ead6d8!important}.course-module-art.has-module-image:before{z-index:1;background:linear-gradient(135deg,rgba(120,20,33,.13),transparent 62%)}.course-module-art.has-module-image img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;filter:none}.course-module-art.has-module-image span{z-index:2;padding:5px 8px;border-radius:7px;background:#6f1620d1;text-shadow:none}.course-experience .excel-syllabus{background:color-mix(in srgb,var(--course-color) 5%,#f4f8f6)}.course-experience .excel-syllabus-shell{border-color:var(--course-line)}.course-experience .excel-level-tabs{background:color-mix(in srgb,var(--course-color) 9%,#fff)}.course-experience .excel-level-tab:hover{color:var(--course-strong)}.course-experience .excel-level-tab.is-active{border-color:var(--course-line);color:var(--course-strong)}.course-experience .excel-level-intro>strong{color:var(--course-strong)}.course-experience .excel-level-pill,.course-experience .excel-unit-number{background:color-mix(in srgb,var(--course-color) 14%,#fff);color:var(--course-strong)}.course-experience .excel-unit[open]{border-color:var(--course-line)}.course-experience .excel-unit-count b{border-color:var(--course-line);color:var(--course-strong)}.course-experience .excel-unit[open] .excel-unit-count b{background:var(--course-strong)}.course-experience .excel-unit-body li::marker{color:var(--course-strong)}.course-experience-google-sheets .excel-level-tabs{grid-template-columns:repeat(5,minmax(0,1fr))}.course-experience .excel-diploma-card{border-color:var(--course-line);background:linear-gradient(120deg,color-mix(in srgb,var(--course-color) 8%,#fff),#fff)}.course-diploma-preview{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:285px;padding:40px 46px;overflow:hidden;border:8px solid #fff;border-radius:14px;background:linear-gradient(135deg,#fff,color-mix(in srgb,var(--course-color) 11%,#fff));box-shadow:0 20px 35px #15263d26;color:#21374b;transform:rotate(2deg)}.course-diploma-preview:after{content:"";position:absolute;right:-45px;bottom:-65px;width:250px;height:250px;border:30px solid color-mix(in srgb,var(--course-color) 20%,transparent);border-radius:50%}.course-diploma-preview span{display:grid;place-items:center;width:50px;height:50px;margin-bottom:18px;border-radius:14px;background:var(--course-strong);color:#fff;font-size:30px;font-weight:900}.course-diploma-preview small{color:var(--course-strong);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.course-diploma-preview strong{margin:24px 0 7px;font-size:15px}.course-diploma-preview b{font-size:clamp(27px,3.4vw,48px);letter-spacing:-.06em;line-height:1}.course-diploma-preview i{margin-top:18px;color:#5f7281;font-size:12px;font-style:normal}.course-experience .excel-method-badge{background:var(--course-strong);box-shadow:0 13px 25px color-mix(in srgb,var(--course-color) 26%,transparent)}.course-experience .excel-check-list li:before{color:var(--course-strong)}@media(max-width:900px){.course-template-hero .excel-hero-grid:after{right:-10%;width:540px}.course-template-visual{right:5%;width:300px}.course-price-grid{grid-template-columns:minmax(230px,360px)}}@media(max-width:700px){.course-experience .excel-hero{background-position:center,center,center,61% top;background-size:100% 100%,100% 100%,100% 100%,auto 100%}.course-experience .excel-hero:before{background:linear-gradient(180deg,#f7f9fbfa,#f7f9fbe3 56%,#f7f9fb52)}.course-template-hero .excel-hero-grid:after{top:25%;right:-42%;width:430px}.course-template-visual{right:-6%;top:61%;width:230px;opacity:.92}.course-template-visual small{font-size:9px}.course-price-grid{grid-template-columns:1fr}.course-diploma-preview{min-height:240px;padding:30px}.course-diploma-preview b{font-size:32px}}@media(max-width:1100px)and (min-width:701px){.course-experience-google-sheets .excel-level-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:700px){.course-experience-google-sheets .excel-level-tabs{grid-template-columns:1fr}}@media(max-width:700px){.site-header{top:10px;left:10px;right:10px;height:60px;border-radius:16px}.brand{width:125px}.brand img{max-height:42px;transform:translateY(3px)}.main-nav{top:60px;left:0;right:0;border-radius:0 0 16px 16px}.nav-links{position:static;display:flex;align-items:stretch;flex-direction:column;gap:0;height:auto;transform:none}.campus-button{margin:10px 0 0}.hero{margin-top:0}.course-hero{padding-top:60px}.benefit-card{min-height:430px;padding-inline:24px}.benefit-number{top:24px;left:24px}.benefit-visual{width:calc(100% + 48px);height:180px;margin-right:-24px;margin-left:-24px;margin-bottom:25px}.lesson-screen{padding:6px;border-width:8px;border-bottom-width:11px;border-radius:13px 13px 8px 8px}.lesson-screen-link{right:14px;bottom:14px;padding:8px 11px;font-size:10px}.lesson-base{height:18px}.lesson-laptop-wrap{max-width:620px;transform:none}.brand-wall{max-width:420px}.testimonial-photo-wall{width:calc(100vw - 34px);height:350px;margin-top:28px;border-radius:0}.testimonial-photo{width:min(105px,22vw);padding:6px 6px 10px}.photo-tape{width:62px;height:19px;top:-8px}.whatsapp-widget{right:14px;bottom:13px}.whatsapp-widget .whatsapp{width:56px;height:56px}.whatsapp-brand-logo{width:100%;height:100%}.whatsapp-panel{width:min(360px,calc(100vw - 28px))}.whatsapp-panel-header{padding:18px 18px 16px;gap:10px}.whatsapp-panel-icon{width:40px;height:40px}.whatsapp-panel-icon svg{width:40px;height:40px}.whatsapp-panel-header h2{font-size:19px}.whatsapp-panel-header p{font-size:12px}.whatsapp-panel-note{padding:15px 18px 14px;font-size:12px}.whatsapp-options{padding:0 18px 18px;gap:8px}.whatsapp-option{grid-template-columns:43px 1fr 27px;gap:9px;min-height:64px;padding:8px 9px 8px 10px}.whatsapp-option-icon,.whatsapp-option-icon svg,.whatsapp-option-icon img{width:38px;height:38px}.whatsapp-option strong{font-size:13px}.whatsapp-option small{font-size:9px}.whatsapp-option-arrow{width:24px;height:24px;font-size:14px}}@media(max-width:700px){.whatsapp-widget .whatsapp{width:50px;height:50px}.whatsapp-panel{width:min(340px,calc(100vw - 28px));border-radius:20px}.whatsapp-panel-header{padding:15px 16px 13px;gap:8px}.whatsapp-panel-icon,.whatsapp-panel-icon svg{width:36px;height:36px}.whatsapp-panel-header h2{font-size:18px}.whatsapp-panel-header p{font-size:11px}.whatsapp-panel-close{top:7px;right:11px;font-size:22px}.whatsapp-panel-note{padding:13px 16px 12px;font-size:11px}.whatsapp-options{padding:0 16px 16px;gap:7px}.whatsapp-option{grid-template-columns:38px 1fr 25px;gap:8px;min-height:59px;padding:7px 8px 7px 9px}.whatsapp-option-icon,.whatsapp-option-icon svg,.whatsapp-option-icon img{width:34px;height:34px}.whatsapp-option strong{font-size:12px}.whatsapp-option small{font-size:8.5px}.whatsapp-option-arrow{width:22px;height:22px;font-size:13px}}.footer-legal-note[data-astro-cid-sz7xmlte]{max-width:270px;margin-top:18px!important;color:#d4e1e8!important;font-size:11px!important;line-height:1.55!important}.cookie-notice[data-astro-cid-uz2wdcl7][hidden]{display:none!important}
