@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700;800&family=Nunito:wght@400;600;700;800;900&display=swap');
:root{--green:#009b70;--green-dark:#006b51;--blue:#0878e8;--coral:#ff675c;--yellow:#ffc928;--ink:#06324a;--soft:#f3fbff;--muted:#5f7481;--line:#dbe8ed;--white:#fff;--shadow:0 20px 60px rgba(4,48,71,.13);--shadow-sm:0 10px 28px rgba(4,48,71,.09);--radius:28px;--wrap:min(1180px,calc(100% - 36px));}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Nunito,system-ui,sans-serif;color:var(--ink);background:#fff;overflow-x:hidden}body.no-scroll{overflow:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.wrap{width:var(--wrap);margin:auto}.section{padding:94px 0;position:relative}.soft{background:linear-gradient(180deg,#f7fcff,#effaf7)}.center{text-align:center;margin-top:32px}.muted{color:var(--muted)}
.eyebrow{display:inline-flex;align-items:center;gap:7px;text-transform:uppercase;letter-spacing:.13em;font-size:.72rem;font-weight:900;color:var(--green)}.eyebrow:before{content:"";width:26px;height:3px;border-radius:8px;background:var(--yellow)}.eyebrow.light{color:#b7ffe5}.section-heading{text-align:center;max-width:790px;margin:0 auto 42px}.section-heading h2,.section h2,.page-hero h1,.article-hero h1{font-family:"Baloo 2",sans-serif;line-height:1.02;margin:10px 0 12px;font-size:clamp(2.2rem,4vw,4.3rem)}.section-heading p,.lead{color:var(--muted);font-size:1.05rem;line-height:1.75}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:14px;padding:13px 20px;font-weight:900;cursor:pointer;transition:.25s ease;box-shadow:none}.btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(4,48,71,.14)}.btn.primary{background:linear-gradient(135deg,var(--green),#00ba83);color:#fff}.btn.coral{background:linear-gradient(135deg,var(--coral),#ff8b58);color:#fff}.btn.platform{background:linear-gradient(135deg,var(--blue),#16a4f3);color:#fff}.btn.yellow{background:var(--yellow);color:var(--ink)}.btn.white{background:#fff;color:var(--ink)}.btn.outline{border:1.5px solid #b8ccd5;background:#fff;color:var(--ink)}.btn.outline-light{border:1.5px solid rgba(255,255,255,.5);background:transparent;color:#fff}.btn.glass{border:1.5px solid rgba(255,255,255,.65);background:rgba(255,255,255,.16);color:#fff;backdrop-filter:blur(9px)}.btn.ghost{background:#eef5f7;color:var(--ink)}.btn.full{width:100%}
.announcement{background:linear-gradient(90deg,#087e63,#00a985);color:#fff;font-size:.82rem}.announcement .wrap{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:8px 0}.announcement a{font-weight:900;background:#fff;color:var(--green-dark);padding:5px 12px;border-radius:999px}.header{height:82px;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(6,50,74,.08);position:sticky;top:0;z-index:80;transition:.25s}.header.scrolled{box-shadow:0 12px 35px rgba(4,48,71,.1)}.nav-wrap{height:100%;display:flex;align-items:center;gap:20px}.brand{display:flex;align-items:center;gap:10px;min-width:max-content}.brand img{width:48px;height:48px;object-fit:contain}.brand span{display:flex;flex-direction:column}.brand b{font-family:"Baloo 2";font-size:1.18rem;line-height:1}.brand small{font-size:.67rem;color:var(--green-dark);font-weight:800}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:2px;margin-left:auto}.nav-node{position:relative}.nav-link{display:flex;align-items:center;gap:4px;padding:14px 10px;border-radius:11px;font-size:.82rem;font-weight:900;color:#315366;white-space:nowrap}.nav-link:hover,.nav-link.active{color:var(--green);background:#eefbf6}.chev{font-size:.75rem}.mega-menu{position:absolute;left:0;top:calc(100% + 8px);background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:10px;min-width:235px;display:grid;gap:4px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}.has-children:hover .mega-menu,.has-children:focus-within .mega-menu{opacity:1;visibility:visible;transform:none}.mega-menu a{display:flex;align-items:center;gap:10px;padding:11px;border-radius:11px;font-size:.83rem}.mega-menu a:hover{background:var(--soft);color:var(--green)}.header-actions{display:flex;gap:8px}.header-actions .btn{padding:11px 13px;font-size:.76rem}.hamburger{display:none;width:44px;height:44px;border:0;border-radius:12px;background:#ecf8f4;padding:11px;flex-direction:column;justify-content:center;gap:5px}.hamburger span{height:2px;background:var(--green-dark);border-radius:4px;width:100%}.drawer-backdrop{position:fixed;inset:0;background:rgba(3,26,40,.56);z-index:89;opacity:0;visibility:hidden;transition:.25s}.drawer{position:fixed;right:0;top:0;width:min(390px,92vw);height:100vh;background:#fff;z-index:90;padding:22px;transform:translateX(105%);transition:.3s;overflow:auto}.drawer.open{transform:none}.drawer-backdrop.open{opacity:1;visibility:visible}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.drawer-head button{width:42px;height:42px;border:0;border-radius:12px;background:#eef6f7;font-size:1.5rem}.mobile-menu{display:grid;gap:4px;margin-bottom:20px}.mobile-menu .nav-link{font-size:1rem;padding:14px}.mobile-menu .mega-menu{position:static;box-shadow:none;visibility:visible;opacity:1;transform:none;display:none;border:0;background:#f4fafb;margin:3px 0 6px 12px}.mobile-menu .has-children.open .mega-menu{display:grid}.mobile-menu .has-children>.nav-link{pointer-events:auto}
.preloader{position:fixed;inset:0;background:linear-gradient(145deg,#f8fffc,#eaf7ff);z-index:1000;display:flex;align-items:center;justify-content:center;flex-direction:column;transition:.55s;gap:10px}.preloader.hide{opacity:0;visibility:hidden}.preloader-orbit{width:126px;height:126px;position:relative;border:2px dashed rgba(0,155,112,.25);border-radius:50%;animation:spin 8s linear infinite}.preloader-orbit img{position:absolute;width:70px;height:70px;object-fit:contain;left:28px;top:28px;animation:spinReverse 8s linear infinite}.preloader-orbit span{position:absolute;width:16px;height:16px;border-radius:50%}.preloader-orbit span:nth-child(1){background:var(--yellow);left:0;top:52px}.preloader-orbit span:nth-child(2){background:var(--coral);right:10px;top:10px}.preloader-orbit span:nth-child(3){background:var(--blue);right:4px;bottom:15px}.preloader h2{font-family:"Baloo 2";margin:5px 0 0;font-size:2rem}.preloader p{color:var(--muted);margin:0}.loadline{width:220px;height:7px;border-radius:8px;background:#dfecee;overflow:hidden;margin-top:10px}.loadline i{display:block;width:45%;height:100%;background:linear-gradient(90deg,var(--green),var(--blue),var(--coral));animation:load 1.2s infinite ease-in-out}@keyframes load{from{transform:translateX(-110%)}to{transform:translateX(330%)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes spinReverse{to{transform:rotate(-360deg)}}
.hero{min-height:650px;position:relative;overflow:hidden;background:#f6fcff}.hero-slider{position:relative;min-height:650px}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .7s ease;background:radial-gradient(circle at 15% 15%,rgba(255,201,40,.14),transparent 30%),linear-gradient(125deg,#fafffd 0%,#eef9ff 48%,#ddf8ef 100%)}.hero-slide.active{opacity:1;visibility:visible}.hero-slide:before{content:"";position:absolute;width:460px;height:460px;border-radius:44% 56% 67% 33%/44% 37% 63% 56%;right:-120px;top:-140px;background:rgba(8,120,232,.08);animation:morph 10s ease-in-out infinite}.hero-grid{min-height:650px;display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:55px}.hero-copy{position:relative;z-index:2}.hero-kicker{display:inline-block;font-size:.76rem;font-weight:900;letter-spacing:.1em;color:var(--green-dark);margin-bottom:15px}.hero h1{font-family:"Baloo 2";font-size:clamp(3.1rem,5.2vw,5.8rem);line-height:.92;margin:0 0 18px;max-width:680px}.hero h1 em{font-style:normal;color:var(--green);display:block}.theme-blue h1 em{color:var(--blue)}.theme-coral h1 em{color:var(--coral)}.hero-copy>p{font-size:1.08rem;line-height:1.75;color:#4f6c7c;max-width:620px}.hero-actions{display:flex;gap:11px;flex-wrap:wrap;margin:26px 0}.theme-green .hero-actions .primary{background:linear-gradient(135deg,var(--green),#00bd8b)}.theme-blue .hero-actions .primary{background:linear-gradient(135deg,var(--blue),#13a7f5)}.theme-coral .hero-actions .primary{background:linear-gradient(135deg,var(--coral),#ff9a4b)}.hero-actions .glass{color:var(--ink);border-color:#b4cad2;background:rgba(255,255,255,.7)}.trust-row{display:flex;flex-wrap:wrap;gap:16px;font-size:.76rem;font-weight:900;color:#476675}.hero-visual{position:relative;min-height:535px;display:grid;place-items:center}.photo-shape{width:100%;height:500px;border-radius:38% 62% 44% 56%/35% 34% 66% 65%;overflow:hidden;box-shadow:var(--shadow);border:8px solid #fff;animation:morph 12s ease-in-out infinite}.photo-shape img{width:100%;height:100%;object-fit:cover}.hero-character{position:absolute;left:-70px;bottom:-12px;width:205px;max-height:240px;object-fit:contain;filter:drop-shadow(0 20px 20px rgba(4,48,71,.18));animation:float 3.8s ease-in-out infinite}.float-badge{position:absolute;right:-10px;bottom:35px;background:#fff;border-radius:20px;padding:15px 18px;box-shadow:var(--shadow-sm);display:flex;gap:10px;align-items:center}.float-badge b{font-family:"Baloo 2";font-size:1.8rem;color:var(--coral)}.float-badge span{font-size:.75rem;font-weight:900;max-width:90px}.slider-arrow{position:absolute;top:50%;z-index:6;width:48px;height:48px;border:0;border-radius:50%;background:#fff;color:var(--green);font-size:2rem;box-shadow:var(--shadow-sm);cursor:pointer}.slider-arrow.prev{left:20px}.slider-arrow.next{right:20px}.slider-dots{position:absolute;bottom:25px;left:50%;z-index:7;display:flex;gap:7px;transform:translateX(-50%)}.slider-dots button{width:9px;height:9px;padding:0;border:0;border-radius:10px;background:#9ebbc5;transition:.2s}.slider-dots button.active{width:28px;background:var(--green)}@keyframes morph{0%,100%{border-radius:38% 62% 44% 56%/35% 34% 66% 65%}50%{border-radius:58% 42% 55% 45%/51% 61% 39% 49%}}@keyframes float{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-12px) rotate(2deg)}}
.quick-access{position:relative;margin-top:-31px;z-index:8}.quick-grid{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow-sm);display:grid;grid-template-columns:repeat(7,1fr);padding:10px}.quick-chip{display:flex;align-items:center;justify-content:center;gap:9px;padding:11px;border-right:1px solid #e5eef1}.quick-chip:last-child{border:0}.quick-chip i{font-style:normal;font-size:1.45rem}.quick-chip span{display:flex;flex-direction:column}.quick-chip b{font-size:.78rem}.quick-chip small{font-size:.61rem;color:var(--muted)}
.about-layout{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.about-collage{height:520px;position:relative}.about-collage>img:not(.about-char){position:absolute;object-fit:cover;border:7px solid #fff;box-shadow:var(--shadow-sm)}.about-collage .a{width:54%;height:68%;left:0;top:10%;border-radius:30px}.about-collage .b{width:48%;height:42%;right:0;top:0;border-radius:26px}.about-collage .c{width:48%;height:47%;right:0;bottom:0;border-radius:26px}.about-char{position:absolute;width:125px;height:170px;object-fit:contain;left:43%;bottom:-5px;z-index:3;filter:drop-shadow(0 14px 16px rgba(4,48,71,.16))}.about-layout h2{font-size:clamp(2.5rem,4vw,4rem)}.about-layout>div>p:not(.lead){color:var(--muted);line-height:1.8}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:25px 0}.metrics div{padding:17px;border-radius:18px;background:var(--soft);border:1px solid var(--line)}.metrics b{display:block;font-family:"Baloo 2";font-size:2rem;color:var(--green)}.metrics b:after{content:"+"}.metrics div:last-child b:after{content:"%"}.metrics span{font-size:.7rem;color:var(--muted);font-weight:800}
.level-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.level-card{background:var(--card-bg);border:1px solid rgba(6,50,74,.11);border-radius:24px;padding:26px;min-height:310px;position:relative;overflow:hidden;transition:.25s}.level-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-sm)}.level-icon{font-size:3rem;display:block;margin-bottom:12px}.level-card h3{font-family:"Baloo 2";font-size:1.65rem;margin:0;color:var(--green-dark)}.level-card>b{display:block;color:var(--blue);font-size:.78rem;margin:4px 0 12px}.level-card p{color:#587383;font-size:.88rem;line-height:1.65}.level-card a{position:absolute;bottom:22px;font-size:.78rem;font-weight:900;color:var(--green)}
.projects-home{background:#fff}.project-carousel{position:relative}.project-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 50px)/3);gap:25px;overflow:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:8px 4px 24px}.project-track::-webkit-scrollbar{display:none}.project-card{scroll-snap-align:start;border-radius:27px;border:1px solid var(--line);background:#fff;padding:20px;box-shadow:var(--shadow-sm);min-height:420px;position:relative;overflow:hidden}.project-card:before{content:"";position:absolute;width:160px;height:160px;border-radius:50%;background:color-mix(in srgb,var(--project) 15%,transparent);right:-55px;top:-45px}.project-image{height:210px;border-radius:20px;background:linear-gradient(145deg,#f9fffd,#eef8ff);display:grid;place-items:center;overflow:hidden}.project-image img{width:85%;height:95%;object-fit:contain}.project-group{display:inline-block;margin-top:17px;color:var(--project);font-size:.68rem;text-transform:uppercase;font-weight:900}.project-card h3{font-family:"Baloo 2";font-size:1.55rem;margin:4px 0}.project-card p{color:var(--muted);font-size:.86rem;line-height:1.6}.carousel-control{position:absolute;top:45%;z-index:4;width:44px;height:44px;border:0;border-radius:50%;background:#fff;box-shadow:var(--shadow-sm);font-size:1.8rem;color:var(--green);cursor:pointer}.carousel-control.prev{left:-20px}.carousel-control.next{right:-20px}
.steam-section{background:linear-gradient(135deg,#063f57,#005c61 55%,#007b6b);color:#fff;overflow:hidden}.steam-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 8% 20%,rgba(255,201,40,.15),transparent 22%),radial-gradient(circle at 92% 80%,rgba(8,120,232,.18),transparent 30%)}.steam-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;position:relative}.steam-copy h2{font-size:4rem}.steam-copy>p{color:#c9e9e8;line-height:1.8}.steam-pills{display:flex;flex-wrap:wrap;gap:8px;margin:26px 0}.steam-pills button{border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);color:#fff;padding:9px 13px;border-radius:999px;font-weight:900;cursor:pointer}.steam-pills button.active{background:var(--yellow);color:var(--ink);border-color:var(--yellow)}.steam-detail{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);border-radius:22px;padding:22px;margin-bottom:22px}.steam-detail h3{font-family:"Baloo 2";font-size:1.6rem;margin:0}.steam-detail p{color:#d5ecee;line-height:1.6}.steam-detail div{display:flex;flex-wrap:wrap;gap:7px}.steam-detail span{font-size:.71rem;background:rgba(255,255,255,.11);padding:7px 10px;border-radius:999px}.steam-media{min-height:560px;position:relative}.steam-main-photo{position:absolute;right:0;top:25px;width:72%;height:480px;border-radius:38px;overflow:hidden;border:7px solid rgba(255,255,255,.9)}.steam-main-photo img{width:100%;height:100%;object-fit:cover}.steam-mini{position:absolute;left:0;bottom:15px;width:70%;background:#fff;color:var(--ink);border-radius:24px;padding:14px 16px;display:flex;align-items:center;gap:12px;box-shadow:var(--shadow)}.steam-mini img{width:100px;height:110px;object-fit:contain}.steam-mini div{display:flex;flex-direction:column}.steam-mini span{font-size:.72rem;color:var(--muted);line-height:1.45}.steam-rocket{position:absolute;width:145px;height:160px;object-fit:contain;left:8px;top:0;animation:float 4s ease-in-out infinite}
.masonry-gallery{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:230px;gap:14px}.gallery-tile{border:0;padding:0;border-radius:23px;overflow:hidden;position:relative;cursor:pointer;background:#ddd}.gallery-tile.wide{grid-column:span 2}.gallery-tile img{width:100%;height:100%;object-fit:cover;transition:.4s}.gallery-tile:hover img{transform:scale(1.06)}.gallery-tile span{position:absolute;left:0;right:0;bottom:0;padding:55px 17px 15px;background:linear-gradient(transparent,rgba(3,34,48,.78));color:#fff;text-align:left;display:flex;flex-direction:column}.gallery-tile small{opacity:.8}.instagram-head{display:flex;justify-content:space-between;align-items:center;margin-top:30px}.instagram-head h3{font-family:"Baloo 2";font-size:2rem;margin:3px 0}
.platform-box{background:linear-gradient(135deg,#075466,#007566);border-radius:34px;padding:50px;display:grid;grid-template-columns:.85fr 1.15fr;gap:45px;color:#fff;position:relative;overflow:hidden}.platform-box h2{font-size:3.7rem}.platform-box p{color:#d4eeed;line-height:1.7}.platform-list{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:22px 0}.platform-list span{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.13);padding:10px;border-radius:12px;font-size:.76rem;font-weight:800}.platform-screen{background:#fff;border-radius:25px;padding:17px;align-self:center;box-shadow:0 25px 55px rgba(0,0,0,.2)}.platform-screen img{width:100%;border-radius:14px}.platform-char{position:absolute;right:-12px;bottom:-20px;width:150px;height:170px;object-fit:contain}
.tools-layout{display:grid;grid-template-columns:1.35fr .65fr;gap:25px}.tool-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:var(--shadow-sm)}.tool-title{display:flex;justify-content:space-between;align-items:start;gap:20px}.tool-title h2,.tool-card>h2{font-size:2.3rem}.tool-title p{color:var(--muted)}.tool-title img{width:105px;height:100px;object-fit:contain}.appointment-widget{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-top:18px}.calendar{border-radius:20px;background:#f7fbfc;padding:16px;border:1px solid var(--line)}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.calendar-header button{width:36px;height:36px;border:0;border-radius:11px;background:#fff;color:var(--green);font-size:1.4rem}.calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.calendar-days span,.calendar-days button{aspect-ratio:1;display:grid;place-items:center;border:0;border-radius:9px;font-size:.73rem;background:transparent}.calendar-days .dow{font-weight:900;color:var(--muted);aspect-ratio:auto;padding:5px}.calendar-days button{background:#fff;cursor:pointer}.calendar-days button.available{color:var(--green-dark);font-weight:900;box-shadow:inset 0 0 0 1px #bde3d5}.calendar-days button.selected{background:var(--green);color:#fff}.calendar-days button:disabled{opacity:.35;cursor:not-allowed}.appointment-side h3{font-family:"Baloo 2";margin:0;font-size:1.35rem}.slots{display:grid;grid-template-columns:1fr 1fr;gap:7px;min-height:52px;margin:9px 0 14px}.slot{border:1px solid var(--line);background:#fff;border-radius:10px;padding:8px;font-size:.74rem;font-weight:900}.slot.active{background:var(--green);color:#fff;border-color:var(--green)}.appointment-side form{display:grid;grid-template-columns:1fr 1fr;gap:8px}.appointment-side label,.form-grid label,.docs-toolbar label{font-size:.7rem;font-weight:900;color:#4b6676;display:flex;flex-direction:column;gap:5px}.appointment-side input,.appointment-side select,.form-grid input,.form-grid select,.form-grid textarea,.docs-toolbar input,.docs-toolbar select{width:100%;border:1.5px solid #cddde3;border-radius:11px;padding:10px 12px;background:#fff;color:var(--ink);outline:none}.appointment-side input:focus,.appointment-side select:focus,.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(0,155,112,.1)}.appointment-side form .btn{grid-column:span 2}.event-list{display:grid;gap:10px;margin:15px 0}.event-item{display:flex;gap:12px;border:1px solid var(--line);border-radius:16px;padding:12px;transition:.2s}.event-item:hover{transform:translateX(4px);border-color:#b8d8cf}.event-date{width:56px;min-width:56px;height:60px;border-radius:13px;background:color-mix(in srgb,var(--event) 15%,#fff);color:var(--event);display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:.62rem;font-weight:900}.event-date b{font-size:1.4rem}.event-item div{display:flex;flex-direction:column}.event-item small{font-size:.66rem;color:var(--muted)}.event-item p{font-size:.73rem;color:var(--muted);margin:4px 0 0}
.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.post-card{border:1px solid var(--line);border-radius:25px;overflow:hidden;background:#fff;box-shadow:var(--shadow-sm);transition:.25s}.post-card:hover{transform:translateY(-7px)}.post-img{height:220px;display:block;overflow:hidden}.post-img img{width:100%;height:100%;object-fit:cover;transition:.4s}.post-card:hover .post-img img{transform:scale(1.05)}.post-card>div{padding:22px}.post-meta{font-size:.68rem;color:var(--green);text-transform:uppercase;font-weight:900}.post-card h3{font-family:"Baloo 2";font-size:1.45rem;line-height:1.15;margin:8px 0}.post-card p{color:var(--muted);font-size:.84rem;line-height:1.55}.read-more{font-size:.76rem;font-weight:900;color:var(--green)}
.final-cta{padding:42px 0 0}.final-cta>.wrap{background:linear-gradient(120deg,var(--green),#00ad7a 58%,#0878e8);border-radius:32px 32px 0 0;padding:42px 48px;color:#fff;display:flex;justify-content:space-between;align-items:center;position:relative;min-height:210px;overflow:hidden}.final-cta h2{font-family:"Baloo 2";font-size:2.65rem;margin:5px 0}.final-cta p{color:#d9f5ed}.final-cta>div>div:last-of-type{display:flex;gap:10px;margin-right:110px}.final-cta img{position:absolute;right:18px;bottom:-20px;width:135px;height:190px;object-fit:contain}.footer{background:#063446;color:#cfe2e8;padding:65px 0 20px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:38px}.footer h4{color:#fff;margin:0 0 15px}.footer-grid>div{display:flex;flex-direction:column;gap:9px}.footer-grid a,.footer-grid span{font-size:.78rem}.footer-grid p{font-size:.83rem;line-height:1.6;max-width:280px}.footer-brand b{color:#fff}.footer-brand small{color:#83ceb8}.social{display:flex!important;flex-direction:row!important}.social a{width:35px;height:35px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:grid;place-items:center}.footer-bottom{margin-top:35px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;font-size:.68rem}
.floating{position:fixed;right:18px;bottom:18px;z-index:70;display:flex;flex-direction:column;align-items:flex-end;gap:9px}.float{height:56px;border:0;border-radius:18px;background:#fff;box-shadow:var(--shadow);display:flex;align-items:center;gap:9px;padding:7px 12px;font-weight:900;color:var(--ink);cursor:pointer}.float.wa{background:#15b769;color:#fff}.float.dino img{width:44px;height:44px;object-fit:contain}.float span{font-size:.75rem}.chat{position:fixed;right:20px;bottom:90px;width:min(390px,calc(100vw - 28px));height:560px;max-height:78vh;background:#fff;border-radius:26px;box-shadow:0 30px 90px rgba(1,35,52,.3);z-index:100;overflow:hidden;display:flex;flex-direction:column;opacity:0;visibility:hidden;transform:translateY(15px) scale(.97);transition:.25s}.chat.open{opacity:1;visibility:visible;transform:none}.chat-head{padding:15px;background:linear-gradient(135deg,#064c5c,#008a70);color:#fff;display:flex;align-items:center;gap:10px}.chat-head img{width:48px;height:48px;object-fit:contain;background:#fff;border-radius:15px}.chat-head div{display:flex;flex-direction:column;flex:1}.chat-head small{font-size:.66rem;color:#c5f0e6}.chat-head button{border:0;background:rgba(255,255,255,.12);color:#fff;width:34px;height:34px;border-radius:10px}.chat-body{flex:1;overflow:auto;padding:15px;background:#f4fafb;display:flex;flex-direction:column;gap:9px}.bubble{max-width:85%;padding:11px 13px;border-radius:16px;font-size:.82rem;line-height:1.45}.bubble.bot{background:#fff;border:1px solid var(--line);align-self:flex-start}.bubble.user{background:var(--green);color:#fff;align-self:flex-end}.quick-questions{padding:8px 12px;display:flex;gap:6px;overflow:auto}.quick-questions button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 10px;font-size:.68rem;white-space:nowrap}.chat-form{display:flex;padding:10px;border-top:1px solid var(--line)}.chat-form input{flex:1;border:0;outline:none;padding:10px}.chat-form button{width:42px;height:42px;border:0;border-radius:12px;background:var(--green);color:#fff}.modal{position:fixed;inset:0;z-index:110;background:rgba(2,28,42,.68);display:grid;place-items:center;padding:20px;opacity:0;visibility:hidden;transition:.25s}.modal.open{opacity:1;visibility:visible}.notice-modal{width:min(780px,96vw);background:#fff;border-radius:30px;display:grid;grid-template-columns:.8fr 1.2fr;overflow:hidden;position:relative;box-shadow:0 30px 100px rgba(0,0,0,.3)}.notice-modal>img{width:100%;height:100%;object-fit:cover;min-height:390px}.notice-modal>div{padding:38px}.notice-modal h2{font-family:"Baloo 2";font-size:2.5rem;line-height:1;margin:8px 0}.notice-modal p{color:var(--muted);line-height:1.7}.modal-close{position:absolute;right:13px;top:13px;width:38px;height:38px;border:0;border-radius:50%;background:#eef5f6;font-size:1.4rem;z-index:2}.modal-actions{display:flex;gap:9px;margin-top:20px}.lightbox{position:fixed;inset:0;background:rgba(0,18,28,.88);z-index:130;display:grid;place-items:center;padding:35px;opacity:0;visibility:hidden;transition:.25s}.lightbox.open{opacity:1;visibility:visible}.lightbox img{max-width:min(1100px,95vw);max-height:88vh;border-radius:22px}.lightbox button{position:absolute;right:25px;top:20px;width:46px;height:46px;border:0;border-radius:50%;background:#fff;font-size:1.5rem}.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,25px);z-index:150;background:#063446;color:#fff;padding:13px 18px;border-radius:13px;opacity:0;visibility:hidden;transition:.25s;box-shadow:var(--shadow)}.toast.show{opacity:1;visibility:visible;transform:translate(-50%,0)}
.page-hero{padding:85px 0;background:linear-gradient(135deg,#effff9,#eef6ff);overflow:hidden}.page-hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:400px;gap:45px}.page-hero h1{font-size:clamp(3rem,5vw,5rem)}.page-hero p{font-size:1.05rem;color:var(--muted);line-height:1.7;max-width:650px}.character-cloud{height:400px;position:relative}.character-cloud img{position:absolute;object-fit:contain;filter:drop-shadow(0 18px 14px rgba(4,48,71,.15))}.character-cloud img:nth-child(1){width:230px;height:280px;left:0;bottom:0}.character-cloud img:nth-child(2){width:210px;height:250px;right:0;top:0}.character-cloud img:nth-child(3){width:220px;height:250px;right:100px;bottom:-25px}.page-character{max-height:390px;object-fit:contain;justify-self:center}.calendar-hero{background:linear-gradient(135deg,#fffbe9,#e8fff6)}.docs-hero{background:linear-gradient(135deg,#eef9ff,#f6efff)}.blog-hero{background:linear-gradient(135deg,#fff2f0,#fffbe7)}
.project-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.project-page-card{border:1px solid var(--line);border-radius:28px;overflow:hidden;background:#fff;box-shadow:var(--shadow-sm)}.project-page-image{height:270px;background:color-mix(in srgb,var(--project) 10%,#fff);display:grid;place-items:center}.project-page-image img{width:90%;height:95%;object-fit:contain}.project-page-card>div:last-child{padding:23px}.project-icon{font-size:1.8rem}.project-page-card h3{font-family:"Baloo 2";font-size:1.6rem;margin:5px 0}.project-page-card p{color:var(--muted);line-height:1.65}
.calendar-page{display:grid;grid-template-columns:1fr 360px;gap:28px}.calendar-toolbar{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between}.calendar-toolbar h2{font-size:2.5rem}.calendar-large{display:grid;grid-template-columns:repeat(7,1fr);border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff}.cal-cell{min-height:120px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:8px;position:relative}.cal-cell:nth-child(7n){border-right:0}.cal-cell.dow{min-height:auto;background:#f5fafb;text-align:center;font-weight:900;color:var(--muted)}.cal-cell.muted{background:#fafcfd;color:#a6b4bb}.cal-num{font-size:.76rem;font-weight:900}.cal-event{display:block;margin-top:6px;padding:5px 7px;border-radius:8px;background:color-mix(in srgb,var(--event) 14%,#fff);color:var(--event);font-size:.63rem;font-weight:900}.calendar-events{background:#fff;border:1px solid var(--line);border-radius:24px;padding:23px;height:max-content}.calendar-events h3{font-family:"Baloo 2";font-size:1.8rem;margin-top:0}.event-card{display:flex;gap:12px;border-bottom:1px solid var(--line);padding:13px 0}.event-card>span{width:45px;height:45px;border-radius:12px;background:color-mix(in srgb,var(--event) 14%,#fff);color:var(--event);display:grid;place-items:center;font-weight:900}.event-card div{display:flex;flex-direction:column}.event-card small{font-size:.66rem;color:var(--muted)}.event-card p{font-size:.75rem;color:var(--muted);line-height:1.5;margin:5px 0}.empty{color:var(--muted)}
.docs-toolbar{display:grid;grid-template-columns:2fr 1fr;gap:15px;margin-bottom:25px}.documents-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.document-card{border:1px solid var(--line);border-radius:23px;padding:23px;background:#fff;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;min-height:285px}.file-badge{width:max-content;background:#fff0ef;color:var(--coral);font-size:.68rem;font-weight:900;border-radius:9px;padding:6px 9px}.document-card h3{font-family:"Baloo 2";font-size:1.5rem;margin:13px 0 4px}.document-card p{color:var(--muted);font-size:.84rem;line-height:1.55}.document-card small{color:var(--green);font-weight:900;margin-top:auto;margin-bottom:14px}.category-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:30px}.category-chips a{padding:9px 14px;border-radius:999px;border:1px solid var(--line);font-size:.75rem;font-weight:900}.category-chips a.active{background:var(--cat,var(--green));color:#fff;border-color:transparent}.article-hero{padding:95px 0 55px;background:linear-gradient(135deg,#effff8,#eef5ff);text-align:center}.article-hero .wrap{max-width:900px}.article-hero p{font-size:1.15rem;color:var(--muted)}.article-meta{font-size:.76rem;color:var(--green);font-weight:900}.article-body{max-width:900px;padding:50px 0 100px}.article-cover{width:100%;max-height:520px;object-fit:cover;border-radius:28px;margin-bottom:35px}.rich-content{font-size:1.05rem;line-height:1.9;color:#36586a}.rich-content h2,.rich-content h3{font-family:"Baloo 2";color:var(--ink)}
.admissions-hero{padding:65px 0;background:radial-gradient(circle at 6% 15%,rgba(255,201,40,.15),transparent 25%),linear-gradient(135deg,#f7fffc,#edf8ff);position:relative}.admissions-hero-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:40px;align-items:start}.admission-copy h1{font-family:"Baloo 2";font-size:clamp(3.3rem,5vw,5.4rem);line-height:.93;margin:10px 0}.admission-copy h1 em{display:block;color:var(--green);font-style:normal}.admission-copy>p{font-size:1.06rem;line-height:1.75;color:var(--muted)}.admission-benefits{display:flex;flex-wrap:wrap;gap:9px;margin:20px 0}.admission-benefits span{background:#fff;border:1px solid var(--line);padding:8px 11px;border-radius:999px;font-size:.7rem;font-weight:900}.admission-photo{height:285px;position:relative;margin-top:20px}.admission-photo>img:first-child{width:84%;height:100%;object-fit:cover;border-radius:31px}.admission-character{position:absolute!important;width:145px!important;height:175px!important;object-fit:contain!important;right:-15px;bottom:-18px}.admission-card{background:#fff;border:1px solid var(--line);border-radius:30px;padding:28px;box-shadow:var(--shadow);min-height:570px}.form-top{display:flex;justify-content:space-between;align-items:start}.form-top h2{font-size:2.2rem;margin:5px 0}.save-note{font-size:.68rem;color:var(--green);font-weight:900}.form-stepper{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin:18px 0 12px}.form-stepper button{border:0;background:transparent;color:#91a3ac;display:flex;align-items:center;gap:5px;justify-content:center;font-size:.66rem;font-weight:900}.form-stepper span{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#e9f0f2}.form-stepper button.active{color:var(--green)}.form-stepper button.active span{background:var(--green);color:#fff}.form-progress{height:5px;background:#e8eff1;border-radius:8px;overflow:hidden}.form-progress i{display:block;height:100%;width:20%;background:linear-gradient(90deg,var(--green),var(--yellow));transition:.3s}.admission-step{display:none;padding:22px 0 10px}.admission-step.active{display:block}.admission-step h3{font-family:"Baloo 2";font-size:1.55rem;margin:0}.admission-step>p{color:var(--muted);margin:3px 0 18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.span-2{grid-column:span 2}.consent-box{background:#eefaf6;border:1px solid #cdebe0;border-radius:17px;padding:18px}.consent-box p{color:var(--muted);font-size:.83rem}.consent-box label{font-size:.78rem;font-weight:800}.form-actions{display:flex;justify-content:space-between;margin-top:18px}.process-timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.process-timeline article{border:1px solid var(--line);border-radius:24px;padding:24px 16px;text-align:center;background:#fff;position:relative}.process-timeline article>span{position:absolute;left:13px;top:13px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-weight:900}.process-timeline i{font-style:normal;font-size:2.5rem}.process-timeline h3{font-family:"Baloo 2";font-size:1.25rem;margin:8px 0}.process-timeline p{font-size:.76rem;color:var(--muted);line-height:1.5}.admissions-two{display:grid;grid-template-columns:1.25fr .75fr;gap:26px}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-top:22px}.benefit-grid article{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px}.benefit-grid i{font-style:normal;font-size:1.7rem}.benefit-grid h3{font-family:"Baloo 2";font-size:1.1rem;margin:7px 0}.benefit-grid p{font-size:.74rem;color:var(--muted);line-height:1.5}.steam-admission{background:linear-gradient(145deg,#06475c,#00735f);color:#fff;border-radius:30px;padding:30px;position:relative;overflow:hidden}.steam-admission>img{position:absolute;width:150px;height:170px;object-fit:contain;right:-20px;top:-10px}.steam-admission h2{font-size:2.7rem}.steam-admission p{color:#d4edeb;line-height:1.6}.steam-admission>div{display:flex;flex-wrap:wrap;gap:6px;margin:18px 0}.steam-admission>div span{font-size:.68rem;background:rgba(255,255,255,.1);padding:7px 9px;border-radius:999px}.requirement-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.requirement-grid article{border:1px solid var(--line);border-radius:18px;padding:18px;text-align:center;background:#fff}.requirement-grid i{font-style:normal;font-size:2rem;display:block;margin-bottom:8px}.requirement-grid b{font-size:.77rem}.faq-appointment{display:grid;grid-template-columns:1fr 1fr;gap:35px}.faq{border:1px solid var(--line);border-radius:14px;background:#fff;margin:9px 0;overflow:hidden}.faq button{border:0;background:#fff;width:100%;display:flex;justify-content:space-between;padding:15px;font-weight:900;color:var(--ink);text-align:left}.faq>div{display:none;padding:0 15px 15px;color:var(--muted);line-height:1.6;font-size:.85rem}.faq.open>div{display:block}.appointment-callout{background:#fff;border:1px solid var(--line);border-radius:28px;padding:30px;position:relative;overflow:hidden}.appointment-callout>img{position:absolute;width:160px;height:160px;right:-15px;top:-10px;object-fit:contain}.appointment-callout h2{font-size:2.6rem;max-width:70%}.appointment-callout p{color:var(--muted);max-width:70%;line-height:1.6}.appointment-callout .btn{margin:5px 5px 0 0}
.install-page{min-height:100vh;background:linear-gradient(135deg,#e7fff7,#eaf5ff);display:grid;place-items:center;padding:25px}.install-card{width:min(820px,96vw);background:#fff;border-radius:28px;padding:35px;box-shadow:var(--shadow)}.install-card>img{width:85px}.install-card h1{font-family:"Baloo 2";font-size:2.6rem;margin:5px 0}.install-card .form-grid{margin-top:20px}.alert{padding:13px;border-radius:12px;margin:14px 0}.alert.error{background:#fff0ef;color:#a53d38}.alert.success{background:#eafaf4;color:#087153}
.reveal{opacity:0;transform:translateY(25px);transition:.7s cubic-bezier(.2,.7,.2,1)}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}
@media(max-width:1100px){.desktop-nav{display:none}.hamburger{display:flex}.header-actions{margin-left:auto}.hero-grid{grid-template-columns:1fr 1fr;gap:30px}.hero h1{font-size:4rem}.quick-grid{grid-template-columns:repeat(4,1fr)}.quick-chip:nth-child(4){border:0}.quick-chip:nth-child(n+5){border-top:1px solid var(--line)}.level-grid{grid-template-columns:1fr 1fr}.project-track{grid-auto-columns:calc((100% - 25px)/2)}.steam-layout{gap:30px}.tools-layout{grid-template-columns:1fr}.project-page-grid{grid-template-columns:1fr 1fr}.documents-grid{grid-template-columns:1fr 1fr}.calendar-page{grid-template-columns:1fr}.calendar-events{grid-column:1}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}.admissions-hero-grid{grid-template-columns:1fr}.admission-copy{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center}.admission-copy .eyebrow,.admission-copy h1,.admission-copy>p,.admission-benefits{grid-column:1}.admission-photo{grid-column:2;grid-row:1/5}.admissions-two{grid-template-columns:1fr}.requirement-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){:root{--wrap:min(100% - 24px,1180px)}.section{padding:68px 0}.announcement .wrap{justify-content:center;text-align:center}.announcement a{display:none}.header{height:68px}.brand img{width:42px;height:42px}.brand b{font-size:1.02rem}.brand small{font-size:.58rem}.header-actions{display:none}.hero,.hero-slider{min-height:780px}.hero-slide{position:absolute}.hero-grid{grid-template-columns:1fr;min-height:780px;padding:45px 0 55px;align-content:center}.hero-copy{text-align:center}.hero h1{font-size:3.25rem}.hero-copy>p{font-size:.96rem}.hero-actions,.trust-row{justify-content:center}.hero-visual{min-height:350px}.photo-shape{height:340px}.hero-character{width:130px;height:150px;left:-4px}.float-badge{bottom:5px;right:0}.slider-arrow{width:40px;height:40px}.slider-arrow.prev{left:6px}.slider-arrow.next{right:6px}.quick-access{margin-top:-18px}.quick-grid{grid-template-columns:repeat(2,1fr)}.quick-chip{border-bottom:1px solid var(--line)!important}.quick-chip:nth-child(2n){border-right:0}.quick-chip:last-child{grid-column:span 2}.about-layout{grid-template-columns:1fr;gap:35px}.about-collage{height:420px}.metrics{grid-template-columns:1fr}.level-grid{grid-template-columns:1fr}.project-track{grid-auto-columns:85%}.carousel-control{display:none}.steam-layout{grid-template-columns:1fr}.steam-copy h2{font-size:3rem}.steam-media{min-height:470px}.steam-main-photo{width:88%;height:390px}.steam-mini{width:88%}.steam-rocket{width:100px}.masonry-gallery{grid-template-columns:1fr 1fr;grid-auto-rows:180px}.gallery-tile.wide{grid-column:span 2}.instagram-head{align-items:flex-start;gap:15px}.platform-box{grid-template-columns:1fr;padding:30px}.platform-box h2{font-size:3rem}.platform-char{display:none}.appointment-widget{grid-template-columns:1fr}.appointment-side form{grid-template-columns:1fr}.appointment-side form .btn{grid-column:1}.post-grid{grid-template-columns:1fr}.final-cta>.wrap{display:block;padding:35px 25px 140px}.final-cta>div>div:last-of-type{margin:18px 0 0;display:flex;flex-direction:column}.final-cta img{width:120px;height:150px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:8px}.float span{display:none}.chat{right:14px}.notice-modal{grid-template-columns:1fr}.notice-modal>img{height:210px;min-height:0}.notice-modal>div{padding:25px}.page-hero-grid{grid-template-columns:1fr;min-height:auto}.character-cloud{height:330px}.project-page-grid{grid-template-columns:1fr}.calendar-toolbar{gap:8px}.calendar-toolbar .btn{padding:9px;font-size:.66rem}.calendar-large{font-size:.72rem}.cal-cell{min-height:80px;padding:4px}.cal-event{font-size:.5rem;padding:3px}.documents-grid{grid-template-columns:1fr}.docs-toolbar{grid-template-columns:1fr}.admission-copy{display:block}.admission-photo{height:260px}.admission-card{padding:20px}.form-stepper button{font-size:0}.form-stepper span{font-size:.7rem}.form-grid{grid-template-columns:1fr}.span-2{grid-column:1}.process-timeline{grid-template-columns:1fr}.benefit-grid{grid-template-columns:1fr 1fr}.requirement-grid{grid-template-columns:1fr 1fr}.faq-appointment{grid-template-columns:1fr}.appointment-callout h2,.appointment-callout p{max-width:100%}.appointment-callout>img{opacity:.16}.admission-copy h1{font-size:3.6rem}.tool-title img{width:80px}.floating{right:10px;bottom:10px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* V11 · Página de proyectos */
.projects-hero{padding:76px 0 84px;background:radial-gradient(circle at 8% 18%,rgba(255,201,40,.25),transparent 22%),radial-gradient(circle at 94% 12%,rgba(8,120,232,.17),transparent 25%),linear-gradient(135deg,#f7fffc,#eef8ff);overflow:hidden}.projects-hero-layout{display:grid;grid-template-columns:.92fr 1.08fr;gap:54px;align-items:center}.projects-hero-copy h1{font-family:"Baloo 2";font-size:clamp(3.2rem,6vw,6.3rem);line-height:.91;margin:12px 0 18px;max-width:700px}.projects-hero-copy>p{font-size:1.08rem;line-height:1.75;color:var(--muted);max-width:620px}.projects-hero-stats{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}.projects-hero-stats span{background:#fff;border:1px solid var(--line);border-radius:16px;padding:11px 14px;font-size:.75rem;color:var(--muted);box-shadow:var(--shadow-sm)}.projects-hero-stats b{display:block;font-family:"Baloo 2";font-size:1.35rem;color:var(--ink)}.projects-hero-bento{height:550px;display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:1fr 1fr;gap:14px;position:relative}.projects-hero-bento figure{margin:0;border-radius:30px;overflow:hidden;box-shadow:var(--shadow);background:#fff}.projects-hero-bento figure img{width:100%;height:100%;object-fit:cover}.projects-hero-bento .bento-main{grid-row:span 2}.bento-character{position:absolute;right:30%;bottom:-35px;width:155px;height:190px;object-fit:contain;filter:drop-shadow(0 14px 18px rgba(4,48,71,.18));animation:floatCharacter 4s ease-in-out infinite}.project-filter-bar{position:sticky;top:76px;z-index:14;background:rgba(255,255,255,.93);backdrop-filter:blur(13px);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.project-filter-bar>.wrap{display:flex;justify-content:space-between;align-items:center;gap:22px;padding:16px 0}.project-filter-copy{display:flex;flex-direction:column;min-width:230px}.project-filter-copy span{font-size:.65rem;text-transform:uppercase;letter-spacing:.11em;color:var(--green);font-weight:900}.project-filter-copy b{font-family:"Baloo 2";font-size:1.15rem}.project-filter-buttons{display:flex;gap:8px;overflow:auto;scrollbar-width:none;padding:3px}.project-filter-buttons::-webkit-scrollbar{display:none}.project-filter-buttons button{white-space:nowrap;border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:999px;padding:9px 13px;font-size:.7rem;font-weight:900;cursor:pointer}.project-filter-buttons button.active,.project-filter-buttons button:hover{background:var(--green);border-color:var(--green);color:#fff}.project-featured{background:#fff}.featured-project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.featured-project{background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:var(--shadow-sm);transition:.3s}.featured-project:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.featured-project-photo{height:270px;display:block;position:relative;overflow:hidden}.featured-project-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 55%,rgba(3,34,48,.75))}.featured-project-photo img{width:100%;height:100%;object-fit:cover;transition:.5s}.featured-project:hover .featured-project-photo img{transform:scale(1.05)}.featured-project-photo span{position:absolute;z-index:2;left:16px;bottom:15px;color:#fff;font-size:.7rem;font-weight:900}.featured-project>div{padding:22px}.featured-project h3{font-family:"Baloo 2";font-size:1.65rem;margin:0 0 7px}.featured-project p{color:var(--muted);font-size:.82rem;line-height:1.6}.project-mini-meta{display:grid;gap:5px;border-top:1px solid var(--line);padding:12px 0;margin-top:12px}.project-mini-meta span{font-size:.68rem;color:#526d79}.project-catalog-grid{display:grid;gap:30px}.project-experience{display:grid;grid-template-columns:390px 1fr;background:#fff;border:1px solid var(--line);border-radius:32px;overflow:hidden;box-shadow:var(--shadow-sm);scroll-margin-top:165px;transition:.3s}.project-experience:hover{box-shadow:var(--shadow)}.project-experience[hidden]{display:none}.project-experience-media{min-height:440px;position:relative;background:color-mix(in srgb,var(--project) 9%,#fff);overflow:hidden}.project-cover{width:100%;height:100%;object-fit:cover}.project-character{position:absolute;width:135px;height:165px;object-fit:contain;right:12px;bottom:7px;filter:drop-shadow(0 10px 15px rgba(0,0,0,.2))}.project-number{position:absolute;left:18px;top:18px;width:55px;height:55px;border-radius:18px;display:grid;place-items:center;background:rgba(255,255,255,.92);backdrop-filter:blur(7px);font-family:"Baloo 2";font-size:1.5rem;color:var(--project)}.project-experience-content{padding:34px}.project-kicker{display:flex;align-items:center;gap:9px;color:var(--project);font-weight:900}.project-kicker span{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:color-mix(in srgb,var(--project) 13%,#fff);font-size:1.25rem}.project-kicker small{text-transform:uppercase;letter-spacing:.1em}.project-experience h3{font-family:"Baloo 2";font-size:2.4rem;line-height:1;margin:13px 0 8px}.project-excerpt{font-size:.92rem;color:var(--muted);line-height:1.7}.project-meta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:20px 0}.project-meta-grid span{border:1px solid var(--line);background:#f9fcfd;border-radius:16px;padding:12px;display:flex;flex-direction:column}.project-meta-grid i{font-style:normal}.project-meta-grid b{font-size:.66rem;margin-top:5px}.project-meta-grid small{font-size:.65rem;color:var(--muted)}.project-details{border-top:1px solid var(--line);padding-top:14px}.project-details summary{list-style:none;cursor:pointer;font-size:.75rem;font-weight:900;color:var(--project);display:flex;justify-content:space-between}.project-details summary::-webkit-details-marker{display:none}.project-details summary span{width:25px;height:25px;border-radius:50%;background:color-mix(in srgb,var(--project) 12%,#fff);display:grid;place-items:center}.project-details[open] summary span{transform:rotate(45deg)}.project-details-body{display:grid;grid-template-columns:1.1fr .9fr;gap:22px;padding:22px 0}.project-details-body h4{font-family:"Baloo 2";font-size:1.15rem;margin:0 0 7px}.project-details-body p,.project-details-body li{font-size:.78rem;line-height:1.65;color:var(--muted)}.project-details-body ul{margin:0;padding-left:18px}.project-photo-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}.project-photo-strip button{border:0;padding:0;height:85px;border-radius:11px;overflow:hidden;cursor:pointer}.project-photo-strip img{width:100%;height:100%;object-fit:cover;transition:.3s}.project-photo-strip button:hover img{transform:scale(1.08)}.project-empty{display:none;text-align:center;padding:50px}.project-empty.show{display:block}.project-empty span{font-size:2.5rem}.project-empty h3{font-family:"Baloo 2"}.project-photo-story{background:linear-gradient(135deg,#06475c,#007d65);color:#fff;padding:90px 0;overflow:hidden}.project-photo-story>.wrap{display:grid;grid-template-columns:.72fr 1.28fr;gap:45px;align-items:center}.project-story-copy h2{font-family:"Baloo 2";font-size:clamp(2.5rem,4.5vw,4.7rem);line-height:.96;margin:10px 0}.project-story-copy p{color:#d6eeeb;line-height:1.75}.project-story-photos{height:460px;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:9px;transform:rotate(-1deg)}.project-story-photos img{width:100%;height:100%;object-fit:cover;border-radius:20px}.project-story-photos img:first-child{grid-row:span 2}.project-story-photos img:nth-child(4){grid-column:span 2}.project-final-card{background:linear-gradient(135deg,#fff8d5,#e8fff6);border:1px solid #dde9df;border-radius:34px;padding:42px 190px 42px 42px;display:flex;justify-content:space-between;align-items:center;gap:35px;position:relative;overflow:hidden}.project-final-card h2{font-size:3.1rem}.project-final-card p{color:var(--muted);max-width:660px}.project-final-card>div:last-of-type{display:flex;gap:8px;flex-wrap:wrap}.project-final-card>img{position:absolute;right:20px;bottom:-15px;width:145px;height:175px;object-fit:contain}

/* V11 · Galería completa */
.gallery-page-hero{padding:75px 0;background:linear-gradient(135deg,#fff7d9,#eafff7 55%,#eaf5ff);position:relative;overflow:hidden}.gallery-page-hero>.wrap{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}.gallery-page-hero h1{font-family:"Baloo 2";font-size:clamp(3.4rem,6vw,6.6rem);line-height:.9;margin:12px 0}.gallery-page-hero p{color:var(--muted);font-size:1.05rem;line-height:1.7}.gallery-hero-collage{height:480px;display:grid;grid-template-columns:1.1fr .9fr;grid-template-rows:1fr 1fr;gap:10px}.gallery-hero-collage img{width:100%;height:100%;object-fit:cover;border-radius:25px}.gallery-hero-collage img:first-child{grid-row:span 2}.gallery-filters{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:30px}.gallery-filters button{border:1px solid var(--line);background:#fff;padding:9px 14px;border-radius:999px;font-size:.72rem;font-weight:900;cursor:pointer}.gallery-filters button.active{background:var(--green);color:#fff;border-color:var(--green)}.full-gallery-grid{columns:4 250px;column-gap:14px}.full-gallery-card{break-inside:avoid;margin:0 0 14px;border:0;background:#fff;border-radius:22px;overflow:hidden;box-shadow:var(--shadow-sm);cursor:pointer;text-align:left;width:100%;padding:0}.full-gallery-card[hidden]{display:none}.full-gallery-card img{width:100%;height:auto;max-height:480px;object-fit:cover}.full-gallery-card>span{display:block;padding:14px}.full-gallery-card b{display:block;font-family:"Baloo 2";font-size:1.05rem}.full-gallery-card small{color:var(--green);font-weight:900}.full-gallery-card p{font-size:.72rem;color:var(--muted);line-height:1.5;margin:5px 0 0}

/* V11 · Páginas del constructor visual */
.visual-block{background:var(--vb-bg,transparent);color:var(--vb-text,inherit);padding-top:var(--vb-pt,88px);padding-bottom:var(--vb-pb,88px);position:relative;overflow:hidden}.visual-block.vb-spacing-small{padding-top:45px;padding-bottom:45px}.visual-block.vb-spacing-large{padding-top:120px;padding-bottom:120px}.visual-block.vb-background-soft{background:linear-gradient(180deg,#f7fcff,#effaf7)}.visual-block.vb-background-gradient{background:linear-gradient(135deg,#fff7d9,#eafff7,#eaf5ff)}.visual-block.vb-background-green{background:linear-gradient(135deg,#00775e,#00ad80);color:#fff}.visual-block.vb-background-blue{background:linear-gradient(135deg,#0868c8,#17a6ef);color:#fff}.visual-block.vb-background-coral{background:linear-gradient(135deg,#ff675c,#ff9858);color:#fff}.visual-block.vb-background-dark{background:#06394c;color:#fff}.visual-block.vb-align-center{text-align:center}.visual-block-inner{max-width:var(--vb-width,1180px)}.vb-hero-grid,.vb-image-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.vb-copy h1{font-family:"Baloo 2";font-size:clamp(3.4rem,6vw,6.5rem);line-height:.9;margin:12px 0}.vb-copy p,.vb-text .rich-content,.visual-block .lead{font-size:1rem;line-height:1.75;color:inherit;opacity:.82}.vb-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:20px}.vb-hero-media img,.vb-image-layout figure img{width:100%;height:520px;object-fit:cover;border-radius:36px;box-shadow:var(--shadow)}.vb-image-layout figure{margin:0}.vb-image-layout figcaption{font-size:.7rem;color:var(--muted);margin-top:8px}.vb-text{max-width:850px;margin:auto}.vb-text h2,.visual-block .section-heading h2{font-family:"Baloo 2"}.vb-cards{display:grid;grid-template-columns:repeat(var(--vb-cols,3),1fr);gap:18px;margin-top:35px}.vb-cards article{background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:24px;padding:25px;box-shadow:var(--shadow-sm)}.vb-cards i{font-style:normal;font-size:2rem}.vb-cards h3{font-family:"Baloo 2";font-size:1.4rem}.vb-cards p{font-size:.8rem;color:var(--muted);line-height:1.6}.vb-cards a{font-size:.72rem;color:var(--green);font-weight:900}.vb-gallery{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:240px;gap:12px}.vb-gallery .gallery-tile:nth-child(5n+1){grid-column:span 2}.vb-projects{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.vb-projects article{background:#fff;border:1px solid var(--line);border-radius:25px;padding:15px;color:var(--ink);box-shadow:var(--shadow-sm)}.vb-project-photo{height:220px;border-radius:18px;overflow:hidden}.vb-project-photo img{width:100%;height:100%;object-fit:cover}.vb-projects article>span{display:block;color:var(--project);font-size:.66rem;font-weight:900;margin-top:12px}.vb-projects h3{font-family:"Baloo 2";font-size:1.45rem}.vb-projects p{color:var(--muted);font-size:.78rem;line-height:1.6}.vb-projects a{color:var(--project);font-size:.72rem;font-weight:900}.vb-steam-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:30px}.vb-steam-grid article{background:#fff;color:var(--ink);border-top:5px solid var(--steam);border-radius:19px;padding:18px;box-shadow:var(--shadow-sm)}.vb-steam-grid i{font-style:normal;font-size:1.7rem}.vb-steam-grid h3{font-family:"Baloo 2"}.vb-steam-grid p{font-size:.7rem;color:var(--muted)}.vb-faq-list{max-width:850px;margin:25px auto}.vb-events{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.vb-events>a{display:grid;grid-template-columns:70px 1fr;gap:15px;background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:20px;padding:14px}.vb-events time{border-radius:14px;background:color-mix(in srgb,var(--event) 12%,#fff);color:var(--event);display:flex;flex-direction:column;align-items:center;justify-content:center}.vb-events time b{font-family:"Baloo 2";font-size:1.8rem}.vb-events time span{font-size:.58rem;font-weight:900}.vb-events small{color:var(--green);font-weight:900}.vb-events h3{font-family:"Baloo 2";margin:3px 0}.vb-events p{font-size:.7rem;color:var(--muted)}.vb-documents{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.vb-documents>a{display:grid;grid-template-columns:45px 1fr auto;gap:12px;align-items:center;background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:18px;padding:16px}.vb-documents>a>i{font-style:normal;font-size:1.6rem}.vb-documents small{color:var(--green);font-weight:900}.vb-documents h3{font-family:"Baloo 2";margin:2px 0}.vb-documents p{font-size:.7rem;color:var(--muted);margin:0}.vb-characters{display:grid;grid-template-columns:repeat(6,1fr);gap:15px}.vb-characters article{background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:22px;padding:13px;text-align:center}.vb-characters img{height:180px;width:100%;object-fit:contain}.vb-characters b{font-size:.72rem}.vb-cta{display:flex;justify-content:space-between;align-items:center;gap:30px}.vb-cta h2{font-family:"Baloo 2";font-size:clamp(2.5rem,5vw,5rem);line-height:.95;margin:8px 0}.vb-cta p{max-width:760px;opacity:.82}.vb-cta>div:last-child{display:flex;gap:8px;flex-wrap:wrap}
@media(max-width:1000px){.projects-hero-layout,.project-photo-story>.wrap,.gallery-page-hero>.wrap{grid-template-columns:1fr}.projects-hero-bento{height:480px}.featured-project-grid{grid-template-columns:1fr 1fr}.project-experience{grid-template-columns:330px 1fr}.full-gallery-grid{columns:3 220px}.vb-projects{grid-template-columns:1fr 1fr}.vb-steam-grid{grid-template-columns:repeat(3,1fr)}.vb-characters{grid-template-columns:repeat(4,1fr)}}
@media(max-width:760px){.projects-hero{padding:55px 0}.projects-hero-copy{text-align:center}.projects-hero-copy h1{font-size:3.65rem}.projects-hero-copy .hero-actions,.projects-hero-stats{justify-content:center}.projects-hero-bento{height:420px}.project-filter-bar{top:68px}.project-filter-bar>.wrap{display:block;padding:11px 0}.project-filter-copy{display:none}.featured-project-grid{grid-template-columns:1fr}.project-experience{grid-template-columns:1fr}.project-experience-media{min-height:300px;height:300px}.project-experience-content{padding:24px}.project-experience h3{font-size:2rem}.project-meta-grid{grid-template-columns:1fr}.project-details-body{grid-template-columns:1fr}.project-photo-strip{grid-template-columns:repeat(3,1fr)}.project-story-photos{height:420px;grid-template-columns:1fr 1fr}.project-story-photos img:first-child{grid-row:span 1}.project-story-photos img:nth-child(4){grid-column:span 1}.project-final-card{padding:30px 25px 150px;display:block;text-align:center}.project-final-card>div:last-of-type{justify-content:center}.gallery-page-hero{text-align:center}.gallery-page-hero h1{font-size:3.8rem}.gallery-hero-collage{height:380px}.full-gallery-grid{columns:2 150px}.vb-hero-grid,.vb-image-layout{grid-template-columns:1fr}.vb-copy{text-align:center}.vb-copy h1{font-size:3.5rem}.vb-actions{justify-content:center}.vb-hero-media img,.vb-image-layout figure img{height:330px}.vb-cards,.vb-projects{grid-template-columns:1fr}.vb-gallery{grid-template-columns:1fr 1fr;grid-auto-rows:180px}.vb-gallery .gallery-tile:nth-child(5n+1){grid-column:span 2}.vb-steam-grid{grid-template-columns:1fr 1fr}.vb-events,.vb-documents{grid-template-columns:1fr}.vb-characters{grid-template-columns:repeat(2,1fr)}.vb-cta{display:block;text-align:center}.vb-cta>div:last-child{justify-content:center;margin-top:18px}}
