.top-header{background:#fff;border-bottom:2px solid #000;box-shadow:0 2px 6px #00000014}.header-container{justify-content:space-between;align-items:center;max-width:1280px;margin:auto;padding:.75rem 2rem;display:flex}.header-left{align-items:center;gap:1.8rem;display:flex}.contact-item{color:#000;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .25s;display:flex}.contact-item:hover{color:#facc15}@media (max-width:1024px){.header-container{padding:.7rem 1.5rem}.header-left{gap:1.4rem}}@media (max-width:768px){.header-container{justify-content:center}.header-left{flex-wrap:wrap;justify-content:center;gap:1rem}.contact-item{font-size:.85rem}}@media (max-width:480px){.header-container{display:none}}.navbar{z-index:1000;background:linear-gradient(135deg,#0b0b0b,#121212);border-bottom:1px solid #ffd70014;position:sticky;top:0}.navbar-container{justify-content:space-between;align-items:center;max-width:1400px;margin:auto;padding:1rem 2.5rem;display:flex}.navbar-logo{align-items:center;gap:.7rem;display:flex}.navbar-logo img{height:42px}.logo-text{flex-direction:column;display:flex}.brand-name{color:gold;letter-spacing:.4px;font-size:1.15rem;font-weight:800}.brand-tagline{color:#aaa;font-size:.7rem}.nav-menu{gap:2rem;list-style:none;display:flex}.nav-item{position:relative}.nav-link{color:#f1f1f1;cursor:pointer;padding:.4rem 0;font-size:.95rem;transition:color .3s;position:relative}.nav-link:after{content:"";background:linear-gradient(90deg,gold,#ffed4e);width:0%;height:2px;transition:width .3s;position:absolute;bottom:-6px;left:0}.nav-item:hover .nav-link:after{width:100%}.nav-item:hover .nav-link{color:gold}.dropdown-menu{opacity:0;visibility:hidden;background:#111;border-radius:12px;min-width:220px;padding:.6rem 0;transition:all .3s;position:absolute;top:130%;left:0;transform:translateY(10px);box-shadow:0 20px 50px #00000080}.nav-item.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-link{color:#ddd;padding:.75rem 1.4rem;font-size:.9rem;display:block}.dropdown-link:hover{color:gold;padding-left:1.8rem}.menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:32px;height:24px;display:none}.menu-toggle span{background:gold;border-radius:3px;width:100%;height:3px;transition:all .3s}.menu-toggle.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.mobile-drawer{z-index:1001;background:linear-gradient(160deg,#0b0b0b,#161616);width:82%;height:100vh;transition:left .35s;position:fixed;top:0;left:-100%}.mobile-drawer.show{left:0}.drawer-content{color:#fff;padding:2rem 1.5rem}.drawer-links{margin-top:1rem;list-style:none}.drawer-links li{border-bottom:1px solid #222;padding:.7rem 0;font-size:1rem}.drawer-divider{background:#222;height:1px;margin:1.5rem 0}.drawer-desc{color:#bbb;font-size:.9rem}.drawer-socials{gap:1rem;margin-top:1rem;display:flex}.drawer-socials a{color:gold;font-size:.9rem}.drawer-footer{color:#aaa;margin-top:1.5rem;font-size:.85rem}.drawer-overlay{z-index:1000;background:#0009;position:fixed;inset:0}.desktop-only{display:flex}@media (max-width:768px){.desktop-only{display:none}.menu-toggle{display:flex}.brand-tagline{display:none}.navbar{border-radius:10px}}.hero{background:#fff;padding:5.5rem 1rem;position:relative;overflow:hidden}.hero-reveal{z-index:5;background:#facc15;animation:1.1s forwards reveal;position:absolute;inset:0}@keyframes reveal{to{transform:translateY(100%)}}.hero-light{background:radial-gradient(circle,#facc1559,#0000 60%);width:500px;height:500px;animation:6s ease-in-out infinite floatLight;position:absolute;top:-150px;right:-150px}@keyframes floatLight{50%{transform:translateY(40px)}}.hero-inner{z-index:2;grid-template-columns:1fr 1.1fr;align-items:center;gap:3rem;max-width:1200px;margin:auto;display:grid;position:relative}.hero-heading{color:#111;font-size:clamp(2.2rem,4vw,3.4rem);font-weight:900}.hero-heading span{color:#facc15}.hero-desc{color:#555;max-width:480px;margin-top:1rem;font-size:1.05rem}.hero-service{color:#666;margin-top:1.5rem;font-size:.9rem}.hero-service strong{color:#111;margin-top:.3rem;font-size:1.1rem;animation:.5s slideUp;display:block}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hero-actions{text-align:center;align-items:center;gap:1rem;margin-top:2rem;display:flex}.btn{border-radius:999px;padding:.75rem 1.6rem;font-weight:700;text-decoration:none;transition:all .3s}.btn.primary{color:#fff;background:#fb0}.btn.primary:hover{color:#fb0;background:#000}.btn.whatsapp{color:#fff;background:#25d366}.btn.whatsapp:hover{box-shadow:0 0 0 8px #25d36633}.macbook{max-width:520px;margin:auto;animation:5s ease-in-out infinite floatY}@keyframes floatY{50%{transform:translateY(-14px)}}.mac-top{background:#111;border-radius:14px 14px 0 0;align-items:center;gap:6px;height:26px;padding-left:10px;display:flex}.mac-top span{background:#444;border-radius:50%;width:8px;height:8px}.mac-screen{background:#000;padding-top:62%;position:relative}.mac-screen iframe{width:100%;height:100%;position:absolute;inset:0}.mac-base{background:#ddd;border-radius:0 0 14px 14px;width:70%;height:10px;margin:.6rem auto 0}@media (max-width:900px){.hero-inner{text-align:center;grid-template-columns:1fr}.hero-desc{margin-inline:auto}.hero-actions{flex-direction:column}.btn{text-align:center;align-items:center;width:30%}}.move-wrapper{width:100%;overflow:hidden}@keyframes moveLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes moveRight{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (max-width:1024px){.move-track span{font-size:1.2rem}}@media (max-width:768px){.move-strip{padding:14px 0}.move-track span{gap:24px;font-size:1rem}}@media (max-width:480px){.move-track span{letter-spacing:.5px;font-size:.9rem}}.mapflow{background:linear-gradient(#fff8d6,#ffe066);min-height:auto;padding:3rem 1rem 4rem;overflow-x:hidden}.map-title{text-align:center;margin-bottom:2rem;font-size:3rem;font-weight:900}.map-title span{color:#facc15}.map-wrapper{max-width:800px;margin:auto;position:relative}.map-svg{width:100%}.map-pin{fill:#facc15;stroke:#111;stroke-width:4px;z-index:5}.flow-arrow{z-index:10;color:#111;font-size:2.2rem;position:absolute;transform:translate(-50%,-50%)}.arrow-pin{fill:red;stroke:#fff;stroke-width:4px}.map-card{background:#fff;border-radius:18px;width:320px;padding:1.6rem;position:absolute;box-shadow:0 30px 70px #0003}.map-card ul{margin-top:.6rem;padding-left:1rem;font-size:.9rem}.step1{border-left:6px solid #facc15;top:260px;left:480px}.step2{top:660px;left:-40px}.step3{top:1060px;left:480px}.step4{top:1460px;left:-40px}.step5{color:#fff;text-align:center;background:#111;top:1780px;left:50%;transform:translate(-50%)}.web-box{color:#fff;background:#000;border-radius:10px;margin-top:.6rem;padding:.6rem;font-size:.85rem}.growth-bar{background:linear-gradient(90deg,#facc15 70%,#ddd 0);height:6px;margin-top:.8rem}.celebrate{margin-top:.8rem;font-size:2rem;animation:1.2s infinite pop}@media (max-width:1024px){.map-title{margin-bottom:2rem;font-size:2.6rem}.map-wrapper{max-width:700px}.map-card{width:300px;padding:1.4rem}}@media (max-width:768px){.mapflow{padding:3rem 1rem}.map-title{font-size:2.2rem}.map-svg,.flow-arrow{display:none}.map-wrapper{flex-direction:column;gap:2.2rem;display:flex}.map-card{width:100%;max-width:420px;margin:auto;padding:1.4rem;position:relative;top:0!important;left:0!important;transform:none!important}.map-card ul{font-size:.85rem}}@media (max-width:480px){.mapflow{padding:2.5rem .8rem}.map-title{font-size:1.8rem;line-height:1.3}.map-card{border-radius:14px;padding:1.2rem}.map-card h3{font-size:1.05rem}.map-card p,.map-card ul{font-size:.8rem}.web-box{font-size:.75rem}.celebrate{font-size:1.6rem}}.title-section{text-align:center;color:#000;text-transform:uppercase;margin:70px 0 30px;padding:0;font-size:20px;font-weight:600}.title-section p{text-transform:none;color:#000;margin-top:5px;font-size:32px}.program-section{grid-template-columns:repeat(3,1fr);gap:2rem;width:90%;margin:4rem auto;display:grid}.program-card{cursor:pointer;border-radius:18px;transition:transform .4s,box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000026}.program-card img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.program-card:hover{transform:translateY(-10px);box-shadow:0 30px 80px #00000040}.program-card:hover img{transform:scale(1.1)}.program-overlay{color:#fff;opacity:0;background:linear-gradient(#0003,#000000d9);flex-direction:column;justify-content:flex-end;padding:1.5rem;transition:opacity .4s;display:flex;position:absolute;inset:0}.program-card:hover .program-overlay{opacity:1}.program-overlay h3{color:gold;margin-bottom:.4rem;font-size:1.4rem;font-weight:700}.program-overlay p{opacity:.9;font-size:.95rem;line-height:1.6}@media (max-width:992px){.program-section{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.program-section{grid-template-columns:1fr;gap:1.5rem}.program-overlay{opacity:1;background:linear-gradient(#0006,#000000f2)}.program-overlay h3{font-size:1.2rem}.program-overlay p{font-size:.9rem}}.tech-slider-section{text-align:center;background:linear-gradient(#0b0b0b,#121212);padding:5rem 1rem;overflow:hidden}.tech-title{color:gold;margin-bottom:.6rem;font-size:2.6rem;font-weight:900}.tech-subtitle{color:#cfcfcf;max-width:800px;margin:0 auto 3rem;font-size:1rem}.tech-slider{width:100%;overflow:hidden}.tech-track{gap:2rem;animation:25s linear infinite slide;display:flex}.tech-circle{background:radial-gradient(circle at top,#1c1c1c,#0e0e0e);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;min-width:180px;height:180px;transition:transform .4s,box-shadow .4s;display:flex;box-shadow:0 20px 60px #0009}.tech-circle img{-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 6px 12px #ffd70066);width:60px;height:60px;margin-bottom:.6rem}.tech-circle span{color:#fff;font-size:.9rem;font-weight:600}.tech-circle:hover{transform:scale(1);box-shadow:0 30px 80px #ffd70059}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:1024px){.tech-title{font-size:2.2rem}.tech-subtitle{margin-bottom:2.5rem;font-size:.95rem}.tech-track{gap:1.6rem}.tech-circle{min-width:170px;height:170px}.tech-circle img{width:56px;height:56px}}@media (max-width:768px){.tech-title{font-size:1.9rem}.tech-subtitle{margin-bottom:2rem;padding:0 10px;font-size:.9rem}.tech-track{gap:1.2rem}.tech-circle{min-width:140px;height:140px}.tech-circle img{width:46px;height:46px}.tech-circle span{font-size:.8rem}}@media (max-width:480px){.tech-title{font-size:1.6rem}.tech-subtitle{margin-bottom:1.6rem;font-size:.85rem}.tech-track{gap:1rem}.tech-circle{min-width:120px;height:120px}.tech-circle img{width:40px;height:40px}.tech-circle span{font-size:.75rem}.tech-track{animation:12s linear infinite slide}.tech-slider:hover .tech-track{animation-play-state:paused}}.pp-title{font-size:2.8rem;font-weight:900}.pp-card{cursor:pointer;background:#fff;border-radius:28px;width:340px;padding:26px;transition:transform .6s,box-shadow .4s,opacity .4s;position:absolute;box-shadow:0 25px 60px #00000026}.pp-card.left{opacity:.8;z-index:3;transform:translate(-380px)scale(.86)}.pp-card.right{opacity:.8;z-index:3;transform:translate(380px)scale(.86)}.pp-tech span{background:#eef0ff;border-radius:20px;padding:6px 14px;font-size:.75rem}@media (max-width:768px){.pp-title{font-size:2.2rem}.pp-subtitle{margin-bottom:40px}.pp-carousel{height:520px;margin-top:60px;position:relative}.pp-card{width:260px}.pp-card.center{transform:translate(0)scale(1)}.pp-card.left{opacity:.7;transform:translate(-170px)scale(.8)}.pp-card.right{opacity:.7;transform:translate(170px)scale(.8)}.pp-card:hover{box-shadow:0 25px 60px #00000026}}@media (max-width:1024px){.pp-carousel{height:640px}.pp-card{width:300px}.pp-card.left{transform:translate(-300px)scale(.85)}.pp-card.right{transform:translate(300px)scale(.85)}}@media (max-width:480px){.pp-section{padding:70px 1rem}.pp-title{margin-bottom:10px;font-size:1.8rem}.pp-subtitle{margin-bottom:30px;font-size:.95rem}.pp-carousel{height:460px;margin-top:150px}.pp-card{width:220px;padding:18px}.pp-card.center{transform:translate(0)scale(1)}.pp-card.left{transform:translate(-120px)scale(.75)}.pp-card.right{transform:translate(120px)scale(.75)}.pp-mobile{width:200px;height:380px}}.ss-section{background:linear-gradient(90deg,#f5f6ff,#fff);padding:3rem 1rem 4rem}.ss-top{text-align:center;margin-bottom:60px}.ss-head-center{color:#f5c400;letter-spacing:1px;font-size:2.8rem;font-weight:900}.ss-category{text-align:center;letter-spacing:.5px;margin:12px 0 18px;font-size:1.15rem;font-weight:600}.ss-layout{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1300px;margin:auto;display:grid}.ss-left{max-width:520px}.ss-title{margin:10px 0;font-size:3rem;font-weight:900}.ss-subtitle{color:#555;font-size:1.05rem;line-height:1.7}.ss-carousel{max-width:520px;height:620px;margin-left:100px;position:relative}.ss-card{cursor:pointer;background:#fff;border-radius:28px;width:240px;padding:14px;transition:all .6s;position:absolute;box-shadow:0 25px 60px #00000026}.ss-card.center{z-index:5;transform:translate(0)scale(1.05)}.ss-card.left{transform:translate(-220px)scale(.85)}.ss-card.right{transform:translate(220px)scale(.85)}.ss-card.hidden{opacity:0;pointer-events:none}.ss-mobile{background:#000;border-radius:28px;width:190px;height:380px;margin:auto;padding:8px}.ss-notch{background:#111;border-radius:0 0 14px 14px;width:100px;height:16px;margin:0 auto 6px}.ss-mobile video{-o-object-fit:cover;object-fit:cover;border-radius:20px;width:100%;height:calc(100% - 50px)}.ss-bar{background:#222;border-radius:10px;width:70px;height:16px;margin:6px auto 0}.ss-view{color:#fff;background:linear-gradient(135deg,#6c63ff,#8b83ff);border-radius:30px;margin:16px 0;padding:10px 26px;font-weight:600;text-decoration:none;display:inline-block}.ss-tech{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.ss-tech span{background:#eef0ff;border-radius:20px;padding:6px 14px;font-size:.75rem}@media (max-width:1024px){.ss-layout{gap:40px}.ss-title{font-size:2.6rem}.ss-carousel{max-width:460px;height:580px;margin-left:60px}.ss-card{width:225px}.ss-card.left{transform:translate(-190px)scale(.85)}.ss-card.right{transform:translate(190px)scale(.85)}.ss-mobile{width:180px;height:360px}.ss-bar{width:60px}}@media (max-width:768px){.ss-layout{text-align:center;grid-template-columns:1fr}.ss-top{margin-bottom:35px}.ss-head-center{font-size:2.2rem}.ss-left{margin-bottom:40px}.ss-title{font-size:2.2rem}.ss-subtitle{font-size:1rem}.ss-carousel{height:520px;margin:auto}.ss-card{width:210px}.ss-card.left{transform:translate(-145px)scale(.8)}.ss-card.right{transform:translate(145px)scale(.8)}.ss-mobile{width:170px;height:330px}}@media (max-width:480px){.ss-section{padding:2rem .8rem 3rem}.ss-head-center{font-size:1.9rem}.ss-title{font-size:1.8rem}.ss-subtitle{font-size:.95rem;line-height:1.6}.ss-carousel{height:460px;margin-left:80px}.ss-card{width:185px;padding:12px}.ss-card.left{transform:translate(-100px)scale(.75)}.ss-card.right{transform:translate(100px)scale(.75)}.ss-category{font-size:1rem}.ss-mobile{width:155px;height:300px}.ss-notch{width:80px;height:14px}.ss-bar{width:55px;height:14px}.ss-view{padding:8px 22px;font-size:.9rem}}.vv-section{background:linear-gradient(90deg,#f5f6ff,#fff);padding:3rem 1rem 4rem}.vv-layout{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1300px;margin:auto;display:grid}.vv-category{text-align:center;letter-spacing:.5px;margin:12px 0 18px;font-size:1.15rem;font-weight:600}.vv-carousel{max-width:520px;height:620px;margin-left:150px;position:relative}.vv-card{cursor:pointer;background:#fff;border-radius:28px;width:240px;padding:14px;transition:all .6s;position:absolute;box-shadow:0 25px 60px #00000026}.vv-card.center{z-index:5;transform:translate(0)scale(1.05)}.vv-card.left{transform:translate(-220px)scale(.85)}.vv-card.right{transform:translate(220px)scale(.85)}.vv-card.hidden{opacity:0;pointer-events:none}.vv-mobile{background:#000;border-radius:28px;width:190px;height:380px;margin:auto;padding:8px}.vv-mobile iframe{cursor:pointer;border:none;border-radius:20px;width:100%;height:370px;transition:all .6s}@media (max-width:1024px){.vv-layout{gap:40px}.vv-carousel{height:580px;margin-left:80px}.vv-card{width:220px}.vv-card.left{transform:translate(-180px)scale(.85)}.vv-card.right{transform:translate(180px)scale(.85)}.vv-mobile{width:180px;height:360px}.vv-mobile iframe{height:350px}}@media (max-width:768px){.vv-layout{text-align:center;grid-template-columns:1fr}.vv-carousel{height:520px;margin:auto}.vv-card{width:210px}.vv-card.left{transform:translate(-140px)scale(.8)}.vv-card.right{transform:translate(140px)scale(.8)}.vv-mobile{width:170px;height:330px}.vv-mobile iframe{height:320px}}@media (max-width:480px){.vv-section{padding:2rem .8rem}.vv-carousel{height:460px;margin-left:80px}.vv-card{width:190px;padding:12px}.vv-card.left{transform:translate(-100px)scale(.75)}.vv-card.right{transform:translate(100px)scale(.75)}.vv-category{font-size:1rem}.vv-mobile{width:155px;height:300px}.vv-mobile iframe{height:290px}}.dd-section{background:linear-gradient(90deg,#f5f6ff,#fff);padding:3rem 1rem 4rem}.dd-layout{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1300px;margin:auto;display:grid}.dd-left{max-width:520px;margin-left:auto}.dd-title{margin-bottom:10px;font-size:3rem;font-weight:900}.dd-subtitle{color:#555;font-size:1.05rem;line-height:1.7}.dd-carousel{max-width:520px;height:620px;margin-left:200px;margin-right:auto;position:relative}.dd-card{cursor:pointer;background:#fff;border-radius:28px;width:240px;padding:14px;transition:all .6s;position:absolute;box-shadow:0 25px 60px #00000026}.dd-card.center{z-index:5;transform:translate(0)scale(1.05)}.dd-card.left{transform:translate(-220px)scale(.85)}.dd-card.right{transform:translate(220px)scale(.85)}.dd-card.hidden{opacity:0;pointer-events:none}.dd-category{text-align:center;margin:12px 0 18px;font-size:1.1rem;font-weight:600}.dd-mobile{background:#000;border-radius:28px;width:190px;height:380px;margin:auto;padding:8px}.dd-notch{background:#111;border-radius:0 0 14px 14px;width:100px;height:16px;margin:0 auto 6px}.dd-mobile video{-o-object-fit:cover;object-fit:cover;border-radius:20px;width:100%;height:calc(100% - 50px)}.dd-bar{background:#222;border-radius:10px;width:70px;height:16px;margin:6px auto 0}.dd-view{color:#fff;background:linear-gradient(135deg,#6c63ff,#8b83ff);border-radius:30px;width:fit-content;margin:16px auto;padding:10px 26px;font-weight:600;text-decoration:none;display:block}.dd-tech{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.dd-tech span{background:#eef0ff;border-radius:20px;padding:6px 14px;font-size:.75rem}@media (max-width:1024px){.dd-layout{gap:40px}.dd-title{font-size:2.6rem}.dd-carousel{max-width:460px;height:580px;margin-left:120px}.dd-card{width:220px}.dd-card.left{transform:translate(-190px)scale(.85)}.dd-card.right{transform:translate(190px)scale(.85)}.dd-mobile{width:180px;height:360px}.dd-bar{width:60px}}@media (max-width:768px){.dd-layout{text-align:center;grid-template-columns:1fr}.dd-left{order:1;margin:0 auto 35px}.dd-title{font-size:2.2rem}.dd-subtitle{font-size:1rem}.dd-carousel{order:2;height:520px;margin:auto}.dd-card{width:210px}.dd-card.left{transform:translate(-150px)scale(.82)}.dd-card.right{transform:translate(150px)scale(.82)}.dd-mobile{width:170px;height:330px}}@media (max-width:480px){.dd-section{padding:2rem .8rem 3rem}.dd-title{font-size:1.9rem}.dd-subtitle{font-size:.95rem;line-height:1.6}.dd-carousel{height:460px;margin-left:80px}.dd-card{width:190px;padding:12px}.dd-card.left{transform:translate(-105px)scale(.75)}.dd-card.right{transform:translate(105px)scale(.75)}.dd-category{font-size:1rem}.dd-mobile{width:155px;height:300px}.dd-notch{width:80px;height:14px}.dd-bar{width:55px;height:14px}.dd-view{padding:8px 22px;font-size:.9rem}}.gg-section{background:linear-gradient(90deg,#f5f6ff,#fff);padding:3rem 1rem 4rem}.gg-layout{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1300px;margin:auto;display:grid}.gg-left{max-width:520px;margin-left:auto}.gg-title{margin-bottom:10px;font-size:3rem;font-weight:900}.gg-subtitle{color:#555;font-size:1.05rem;line-height:1.7}.gg-carousel{max-width:520px;height:620px;margin-left:200px;margin-right:auto;position:relative}.gg-card{cursor:pointer;background:#fff;border-radius:28px;width:240px;padding:14px;transition:all .6s;position:absolute;box-shadow:0 25px 60px #00000026}.gg-card.center{z-index:5;transform:translate(0)scale(1.05)}.gg-card.left{transform:translate(-220px)scale(.85)}.gg-card.right{transform:translate(220px)scale(.85)}.gg-card.hidden{opacity:0;pointer-events:none}.gg-category{text-align:center;margin:12px 0 18px;font-size:1.1rem;font-weight:600}.gg-mobile{background:#000;border-radius:28px;width:190px;height:380px;margin:auto;padding:8px}.gg-notch{background:#111;border-radius:0 0 14px 14px;width:100px;height:16px;margin:0 auto 6px}.gg-bar{background:#222;border-radius:10px;width:70px;height:16px;margin:6px auto 0}.gg-view{z-index:10;color:#fff;background:linear-gradient(135deg,#6c63ff,#8b83ff);border-radius:30px;width:fit-content;margin:18px auto 12px;padding:10px 26px;font-weight:600;text-decoration:none;display:block;position:relative}.gg-tech{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.gg-tech span{background:#eef0ff;border-radius:20px;padding:6px 14px;font-size:.75rem}@media (max-width:1024px){.gg-layout{gap:40px}.gg-title{font-size:2.5rem}.gg-carousel{max-width:460px;height:580px;margin-left:100px}.gg-card{width:220px}.gg-card.left{transform:translate(-190px)scale(.85)}.gg-card.right{transform:translate(190px)scale(.85)}.gg-mobile{width:180px;height:360px}.gg-bar{width:60px}}@media (max-width:768px){.gg-layout{text-align:center;grid-template-columns:1fr}.gg-left{order:1;margin:0 auto 35px}.gg-title{font-size:2.2rem}.gg-carousel{order:2;height:520px;margin:auto auto auto 0}.gg-card{width:210px}.gg-card.left{transform:translate(-150px)scale(.82)}.gg-card.right{transform:translate(150px)scale(.82)}.gg-mobile{width:170px;height:330px}}@media (max-width:480px){.gg-section{padding:2rem .8rem 3rem}.gg-title{font-size:1.9rem}.gg-subtitle{font-size:.95rem}.gg-carousel{height:460px;margin-left:80px}.gg-card{width:190px;padding:12px}.gg-card.left{transform:translate(-105px)scale(.75)}.gg-card.right{transform:translate(105px)scale(.75)}.gg-category{font-size:1rem}.gg-mobile{width:155px;height:300px}.gg-notch{width:80px;height:14px}.gg-bar{width:55px;height:14px}.gg-view{padding:8px 22px;font-size:.9rem}}.pd-section{background:linear-gradient(90deg,#f5f6ff,#fff);padding:3rem 1rem 4rem}.pd-category{text-align:center;letter-spacing:.5px;margin:12px 0 18px;font-size:1.15rem;font-weight:600}.pd-layout{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1300px;margin:auto;display:grid}.pd-left{max-width:520px}.pd-title{margin:10px 0;font-size:3rem;font-weight:900}.pd-subtitle{color:#555;font-size:1.05rem;line-height:1.7}.pd-carousel{max-width:520px;height:620px;margin-left:100px;position:relative}.pd-card{cursor:pointer;background:#fff;border-radius:28px;width:240px;padding:14px;transition:all .6s;position:absolute;box-shadow:0 25px 60px #00000026}.pd-card.center{z-index:5;transform:translate(0)scale(1.05)}.pd-card.left{transform:translate(-220px)scale(.85)}.pd-card.right{transform:translate(220px)scale(.85)}.pd-card.hidden{opacity:0;pointer-events:none}.pd-mobile{background:#000;border-radius:28px;width:190px;height:380px;margin:auto;padding:8px}.pd-notch{background:#111;border-radius:0 0 14px 14px;width:100px;height:16px;margin:0 auto 6px}.pd-mobile video{-o-object-fit:cover;object-fit:cover;border-radius:20px;width:100%;height:calc(100% - 50px)}.pd-bar{background:#222;border-radius:10px;width:70px;height:16px;margin:6px auto 0}.pd-view{color:#fff;text-align:center;background:linear-gradient(135deg,#6c63ff,#8b83ff);border-radius:30px;margin:16px auto;padding:10px 26px;font-weight:600;text-decoration:none;display:inline-block}.pd-tech{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.pd-tech span{background:#eef0ff;border-radius:20px;padding:6px 14px;font-size:.75rem}@media (max-width:1024px){.pd-layout{gap:40px}.pd-title{font-size:2.6rem}.pd-subtitle{font-size:1rem}.pd-carousel{max-width:460px;height:580px;margin-left:60px}.pd-card{width:225px}.pd-card.left{transform:translate(-190px)scale(.82)}.pd-card.right{transform:translate(190px)scale(.82)}.pd-mobile{width:180px;height:360px}}@media (max-width:768px){.pd-layout{text-align:center;grid-template-columns:1fr}.pd-left{margin-bottom:40px}.pd-title{font-size:2.2rem}.pd-subtitle{font-size:.98rem}.pd-carousel{height:520px;margin:auto auto auto 0}.pd-card{width:210px}.pd-card.left{transform:translate(-140px)scale(.8)}.pd-card.right{transform:translate(140px)scale(.8)}.pd-mobile{width:170px;height:330px}}@media (max-width:480px){.pd-section{padding:2rem .8rem 3rem}.pd-title{font-size:1.8rem}.pd-subtitle{font-size:.95rem;line-height:1.6}.pd-category{font-size:1rem}.pd-carousel{height:460px;margin-left:80px}.pd-card{width:185px;padding:12px}.pd-card.left{transform:translate(-100px)scale(.75)}.pd-card.right{transform:translate(100px)scale(.75)}.pd-mobile{width:155px;height:300px}.pd-notch{width:80px;height:14px}.pd-bar{width:55px;height:14px}.pd-view{padding:8px 22px;font-size:.9rem}}.mm-section{background:linear-gradient(90deg,#f5f6ff,#fff);padding:3rem 1rem 4rem}.mm-layout{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1300px;margin:auto;display:grid}.mm-left{max-width:520px;margin-left:auto}.mm-title{margin-bottom:10px;font-size:3rem;font-weight:900}.mm-subtitle{color:#555;font-size:1.05rem;line-height:1.7}.mm-carousel{max-width:520px;height:620px;margin-left:200px;margin-right:auto;position:relative}.mm-card{cursor:pointer;background:#fff;border-radius:28px;width:240px;padding:14px;transition:all .6s;position:absolute;box-shadow:0 25px 60px #00000026}.mm-card.center{z-index:5;transform:translate(0)scale(1.05)}.mm-card.left{transform:translate(-220px)scale(.85)}.mm-card.right{transform:translate(220px)scale(.85)}.mm-card.hidden{opacity:0;pointer-events:none}.mm-category{text-align:center;margin:12px 0 18px;font-size:1.1rem;font-weight:600}.mm-mobile{background:#000;border-radius:28px;width:190px;height:380px;margin:auto;padding:8px}.mm-notch{background:#111;border-radius:0 0 14px 14px;width:100px;height:16px;margin:0 auto 6px}.mm-mobile video{-o-object-fit:cover;object-fit:cover;border-radius:20px;width:100%;height:calc(100% - 50px)}.mm-bar{background:#222;border-radius:10px;width:70px;height:16px;margin:6px auto 0}.mm-view{color:#fff;background:linear-gradient(135deg,#6c63ff,#8b83ff);border-radius:30px;width:fit-content;margin:16px auto;padding:10px 26px;font-weight:600;text-decoration:none;display:block}.mm-tech{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.mm-tech span{background:#eef0ff;border-radius:20px;padding:6px 14px;font-size:.75rem}@media (max-width:1024px){.mm-layout{gap:40px}.mm-title{font-size:2.6rem}.mm-subtitle{font-size:1rem}.mm-carousel{max-width:460px;height:580px;margin-left:60px}.mm-card{width:225px}.mm-card.left{transform:translate(-190px)scale(.82)}.mm-card.right{transform:translate(190px)scale(.82)}.mm-mobile{width:180px;height:360px}}@media (max-width:768px){.mm-layout{text-align:center;flex-direction:column;align-items:center;display:flex}.mm-left{order:1;margin-bottom:30px}.mm-carousel{order:2;height:520px;margin:auto}}@media (max-width:480px){.mm-left{margin-bottom:20px}.mm-title{font-size:1.8rem}.mm-subtitle{font-size:.95rem}.mm-carousel{height:560px;margin-left:80px}.mm-card{width:185px}.mm-card.left{transform:translate(-100px)scale(.75)}.mm-card.right{transform:translate(100px)scale(.75)}}.client-wrap{background:#0a0a0a;padding:4rem 1rem}.client-section-header{text-align:center;margin-bottom:3rem}.client-section-header h2{color:#fbf3f3;margin-bottom:.4rem;font-size:2.6rem;font-weight:900}.client-section-header p{color:#c9b800;margin-bottom:1rem;font-size:1.2rem}.brand-rate{color:#e8dfdf;font-size:1.1rem;font-weight:700}.client-section{color:#fff;background:#0b0b0b;padding:100px 0}.client-title{text-align:center;margin-bottom:60px;font-size:3rem;font-weight:900}.client-container{align-items:center;gap:30px;max-width:1100px;margin:auto;padding:0 20px;display:flex}.client-wrapper{background:#111;border-radius:20px;grid-template-columns:1fr 1.2fr;align-items:center;gap:200px;width:100%;padding:40px;display:grid}.client-image img{border-radius:16px;width:100%;max-width:380px;margin-left:150px}.client-content{padding-left:20px}.client-content p{color:#cfcfcf;margin-bottom:30px;font-size:1.05rem;line-height:1.8}.client-content h3{color:#c9b800;margin-bottom:6px;font-size:1.5rem}.client-content span{color:#999}.nav-btn{color:#ff0;cursor:pointer;background:#1a1a1a;border:none;border-radius:50%;width:50px;height:50px;font-size:26px;transition:all .3s}.nav-btn:hover{color:#000;background:#c9b800}@media (max-width:1024px){.client-title{font-size:2.4rem}.client-wrapper{text-align:center;grid-template-columns:1fr;gap:40px}.client-image img{max-width:320px;margin:0 auto}.client-content{padding-left:0}}@media (max-width:768px){.client-container{flex-direction:column}.client-wrapper{gap:30px;padding:28px}.client-image img{max-width:280px}.client-content p{font-size:1rem;line-height:1.7}.nav-btn{display:none}}@media (max-width:480px){.client-section-header h2{font-size:2rem}.client-section-header p{font-size:1rem}.client-wrapper{padding:22px}.client-image img{max-width:230px}.client-content h3{font-size:1.3rem}.client-content p{font-size:.95rem}}.website-hero{color:#fff;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.website-bg{background-position:50%;background-size:cover;animation:1.8s ease-out forwards bgSlideIn,18s ease-in-out 1.8s infinite bgZoom;position:absolute;inset:0}@keyframes bgSlideIn{0%{opacity:0;transform:translate(120px)scale(1.05)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes bgZoom{0%{transform:scale(1)}50%{transform:scale(2.08)}to{transform:scale(1)}}.website-overlay{z-index:1;background:linear-gradient(90deg,#020a1ef2 35%,#020a1ea6 60%,#020a1e40);position:absolute;inset:0}.website-content{z-index:2;max-width:650px;padding-left:6%;position:relative}.website-tag{color:#9ecbff;margin-bottom:1rem;font-size:1.1rem}.website-top-title{z-index:3;letter-spacing:2px;color:#ff0;text-transform:uppercase;font-size:3.15rem;font-weight:600;position:absolute;top:35px;left:50%;transform:translate(-50%)}.website-content h1{font-size:clamp(2.6rem,4vw,3.6rem);font-weight:800;line-height:1.15}.grad{background:linear-gradient(90deg,#1fb6ff,#b44cff);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.website-sub{color:#cdd9ff;margin:1rem 0 1.8rem;font-size:1.2rem}.website-points{margin-bottom:2.5rem;padding:0;list-style:none}.website-points li{color:#e3ecff;margin-bottom:1rem;padding-left:18px;font-size:1.05rem;position:relative}.website-points li:before{content:"•";color:#4fc3ff;font-size:1.5rem;position:absolute;left:0}.website-btn{color:#fff;cursor:pointer;background:#0b6cff;border:none;border-radius:6px;padding:.85rem 2.2rem;font-size:1rem;font-weight:700;transition:all .3s}.website-btn:hover{background:#084fc1}.website-side{z-index:2;text-align:right;font-size:1.6rem;font-weight:700;position:absolute;bottom:12%;right:5%}.website-side span{color:#1fb6ff}.advanced-process{background:#ececec;padding:6rem 2rem}.advanced-header{flex-direction:column;align-items:center;max-width:1100px;margin:auto;display:flex}.advanced-header h2{color:#111;margin-top:-30px;font-size:clamp(2rem,4vw,2.8rem);font-weight:800}.advanced-header h3{color:#ebd811;margin-top:-10px;font-size:clamp(2rem,4vw,2.8rem);font-weight:500}.advanced-header p{color:#222121;margin-top:-15px;font-size:1.5rem;line-height:1.7}.advanced-cards{grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:1200px;margin:auto;padding:2rem 5rem;display:grid}.adv-card.neo{color:#fff;background:linear-gradient(135deg,#0b0b0b,#1a1a1a);border-color:#fff;border-radius:26px;min-height:220px;padding:2.5rem;transition:all .4s;position:relative;overflow:hidden}.adv-card.neo:after{content:"";background:#fff;border-color:#fff;border-radius:50%;width:120px;height:120px;position:absolute;bottom:-40px;right:-40px}.adv-card.neo h4{margin-bottom:.6rem;font-size:1.25rem;font-weight:700}.adv-card.neo p{color:#cfcfcf;max-width:85%;font-size:.95rem;line-height:1.6}.adv-icon{z-index:2;background:#000;border-radius:50%;place-items:center;width:42px;height:42px;transition:all .35s;display:grid;position:absolute;bottom:22px;right:22px}.adv-icon span{color:#fff;font-size:1.1rem}.adv-card.neo:hover{transform:translateY(-10px);box-shadow:0 35px 70px #00000073}.adv-card.neo:hover .adv-icon{background:#ebd21c;transform:rotate(45deg)}@media (max-width:1024px){.website-content{max-width:560px;padding-left:4%}.website-top-title{font-size:2.6rem}.website-content h1{font-size:3rem}.advanced-cards{grid-template-columns:repeat(2,1fr);padding:2rem}.advanced-header p{text-align:center;font-size:1.2rem}}@media (max-width:768px){.website-hero{height:auto;padding:6rem 0}.website-overlay{background:linear-gradient(#020a1ef2 0%,#020a1ed9 100%)}.website-top-title{text-align:center;margin-bottom:2rem;font-size:2.2rem;position:relative;top:auto;left:auto;transform:none}.website-content{text-align:center;max-width:100%;padding:0 1.5rem}.website-points{text-align:left;max-width:520px;margin:0 auto 2.5rem}.website-side{display:none}.advanced-cards{grid-template-columns:1fr;padding:2rem 1.5rem}.advanced-header h2,.advanced-header h3{text-align:center}.advanced-header p{font-size:1.1rem}}@media (max-width:468px){.website-top-title{letter-spacing:1px;font-size:1.8rem}.website-content h1{font-size:2.1rem;line-height:1.2}.website-sub{font-size:1rem}.website-btn{width:100%;padding:.9rem;font-size:.95rem}.advanced-process{padding:4rem 1rem}.advanced-header h2{margin-top:0;font-size:1.9rem}.advanced-header h3{font-size:1.6rem}.advanced-header p{font-size:1rem;line-height:1.6}.adv-card.neo{border-radius:20px;padding:1.6rem}.adv-card.neo h4{font-size:1.1rem}.adv-card.neo p{font-size:.9rem}}.tt-section{background:linear-gradient(90deg,#f5f6ff,#fff);padding:3rem 1rem 4rem}.tt-top{text-align:center;margin-bottom:60px}.tt-head-center{color:#f5c400;letter-spacing:1px;font-size:2.8rem;font-weight:900}.tt-category{text-align:center;letter-spacing:.5px;margin:12px 0 18px;font-size:1.15rem;font-weight:600}.tt-layout{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1300px;margin:auto;display:grid}.tt-left{max-width:520px}.tt-title{margin:10px 0;font-size:3rem;font-weight:900}.tt-subtitle{color:#555;font-size:1.05rem;line-height:1.7}.tt-carousel{max-width:520px;height:620px;margin-left:100px;position:relative}.tt-card{cursor:pointer;background:#fff;border-radius:28px;width:240px;padding:14px;transition:all .6s;position:absolute;box-shadow:0 25px 60px #00000026}.tt-card.center{z-index:5;transform:translate(0)scale(1.05)}.tt-card.left{transform:translate(-220px)scale(.85)}.tt-card.right{transform:translate(220px)scale(.85)}.tt-card.hidden{opacity:0;pointer-events:none}.tt-mobile{background:#000;border-radius:28px;width:190px;height:380px;margin:auto;padding:8px}.tt-notch{background:#111;border-radius:0 0 14px 14px;width:100px;height:16px;margin:0 auto 6px}.tt-mobile video{-o-object-fit:cover;object-fit:cover;border-radius:20px;width:100%;height:calc(100% - 50px)}.tt-bar{background:#222;border-radius:10px;width:70px;height:16px;margin:6px auto 0}.tt-view{color:#fff;background:linear-gradient(135deg,#6c63ff,#8b83ff);border-radius:30px;margin:16px 0;padding:10px 26px;font-weight:600;text-decoration:none;display:inline-block}.tt-tech{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.tt-tech span{background:#eef0ff;border-radius:20px;padding:6px 14px;font-size:.75rem}@media (max-width:1024px){.tt-layout{gap:40px}.tt-title{font-size:2.6rem}.tt-carousel{max-width:460px;height:580px;margin-left:60px}.tt-card{width:225px}.tt-card.left{transform:translate(-190px)scale(.85)}.tt-card.right{transform:translate(190px)scale(.85)}.tt-mobile{width:180px;height:360px}.tt-bar{width:60px}}@media (max-width:768px){.tt-layout{text-align:center;grid-template-columns:1fr}.tt-top{margin-bottom:35px}.tt-head-center{font-size:2.2rem}.tt-left{margin-bottom:40px}.tt-title{font-size:2.2rem}.tt-subtitle{font-size:1rem}.tt-carousel{height:520px;margin:auto}.tt-card{width:210px}.tt-card.left{transform:translate(-145px)scale(.8)}.tt-card.right{transform:translate(145px)scale(.8)}.tt-mobile{width:170px;height:330px}}@media (max-width:480px){.tt-section{padding:2rem .8rem 3rem}.tt-head-center{font-size:1.9rem}.tt-title{font-size:1.8rem}.tt-subtitle{font-size:.95rem;line-height:1.6}.tt-carousel{height:460px;margin-bottom:50px;margin-left:80px}.tt-card{width:185px;padding:12px}.tt-card.left{transform:translate(-100px)scale(.75)}.tt-card.right{transform:translate(100px)scale(.75)}.tt-category{font-size:1rem}.tt-mobile{width:155px;height:300px}.tt-notch{width:80px;height:14px}.tt-bar{width:55px;height:14px}.tt-view{padding:8px 22px;font-size:.9rem}}.travel-work{background:#000;padding:5rem 1.2rem;overflow:hidden}.travel-brand{text-align:center;color:#e7fb09;margin-bottom:3.5rem;font-size:2.8rem;font-weight:900}.travel-work-container{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1300px;margin:auto;display:grid}.travel-preview{opacity:1;transform:none}.travel-preview *{animation:none!important}.travel-preview-card{border-radius:24px;height:420px;display:block;position:relative;overflow:hidden}.travel-preview-img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.travel-preview-overlay{color:#b6ff9c;background:linear-gradient(#0000004d,#000000bf);justify-content:center;align-items:center;font-weight:600;display:flex;position:absolute;inset:0}.travel-tag{color:#7dff8f}.travel-content h2{color:#fff;font-size:2.8rem}.travel-desc{color:#bbb;max-width:520px;margin-bottom:40px;line-height:1.7}.travel-cards{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.travel-card{color:#fff;background-color:#111;border-radius:12px;padding:1rem;transition:background-color .3s,transform .3s;position:relative;overflow:hidden;box-shadow:0 0 5px #ffcc004d}.travel-card:hover{background-color:#957f28;transform:translateY(-5px)}.travel-work.animate .slide-right{animation:1.2s cubic-bezier(.22,1,.36,1) forwards slideFromRight}.travel-work.animate .slide-left{animation:1.2s cubic-bezier(.22,1,.36,1) forwards slideFromLeft}.delay-1{animation-delay:.15s}.delay-2{animation-delay:.3s}.delay-3{animation-delay:.45s}.delay-4{animation-delay:.6s}.delay-5{animation-delay:.75s}.delay-6{animation-delay:.9s}.delay-7{animation-delay:1.05s}@keyframes slideFromRight{to{opacity:1;transform:translate(0)}}@keyframes slideFromLeft{to{opacity:1;transform:translate(0)}}.ee-section{background:linear-gradient(90deg,#f5f6ff,#fff);padding:3rem 1rem 4rem}.ee-top{text-align:center;margin-bottom:60px}.ee-head-center{color:#f5c400;letter-spacing:1px;font-size:2.8rem;font-weight:900}.ee-category{text-align:center;letter-spacing:.5px;margin:12px 0 18px;font-size:1.15rem;font-weight:600}.ee-layout{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1300px;margin:auto;display:grid}.ee-left{max-width:520px}.ee-title{margin:10px 0;font-size:3rem;font-weight:900}.ee-subtitle{color:#555;font-size:1.05rem;line-height:1.7}.ee-carousel{max-width:520px;height:620px;margin-left:100px;position:relative}.ee-card{cursor:pointer;background:#fff;border-radius:28px;width:240px;padding:14px;transition:all .6s;position:absolute;box-shadow:0 25px 60px #00000026}.ee-card.center{z-index:5;transform:translate(0)scale(1.05)}.ee-card.left{transform:translate(-220px)scale(.85)}.ee-card.right{transform:translate(220px)scale(.85)}.ee-card.hidden{opacity:0;pointer-events:none}.ee-mobile{background:#000;border-radius:28px;width:190px;height:380px;margin:auto;padding:8px}.ee-notch{background:#111;border-radius:0 0 14px 14px;width:100px;height:16px;margin:0 auto 6px}.ee-mobile video{-o-object-fit:cover;object-fit:cover;border-radius:20px;width:100%;height:calc(100% - 50px)}.ee-bar{background:#222;border-radius:10px;width:70px;height:16px;margin:6px auto 0}.ee-view{color:#fff;background:linear-gradient(135deg,#6c63ff,#8b83ff);border-radius:30px;margin:16px 0;padding:10px 26px;font-weight:600;text-decoration:none;display:inline-block}.ee-tech{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.ee-tech span{background:#eef0ff;border-radius:20px;padding:6px 14px;font-size:.75rem}@media (max-width:1024px){.ee-layout{gap:40px}.ee-title{font-size:2.6rem}.ee-carousel{max-width:460px;height:580px;margin-left:60px}.ee-card{width:225px}.ee-card.left{transform:translate(-190px)scale(.85)}.ee-card.right{transform:translate(190px)scale(.85)}.ee-mobile{width:180px;height:360px}.ee-bar{width:60px}}@media (max-width:768px){.ee-layout{text-align:center;grid-template-columns:1fr}.ee-top{margin-bottom:35px}.ee-head-center{font-size:2.2rem}.ee-left{margin-bottom:40px}.ee-title{font-size:2.2rem}.ee-subtitle{font-size:1rem}.ee-carousel{height:520px;margin:auto}.ee-card{width:210px}.ee-card.left{transform:translate(-145px)scale(.8)}.ee-card.right{transform:translate(145px)scale(.8)}.ee-mobile{width:170px;height:330px}}@media (max-width:480px){.ee-section{padding:2rem .8rem 3rem}.ee-head-center{font-size:1.9rem}.ee-title{font-size:1.8rem}.ee-subtitle{font-size:.95rem;line-height:1.6}.ee-carousel{height:460px;margin-left:80px}.ee-card{width:185px;padding:12px}.ee-card.left{transform:translate(-100px)scale(.75)}.ee-card.right{transform:translate(100px)scale(.75)}.ee-category{font-size:1rem}.ee-mobile{width:155px;height:300px}.ee-notch{width:80px;height:14px}.ee-bar{width:55px;height:14px}.ee-view{padding:8px 22px;font-size:.9rem}}.school-work{background:#000;padding:5rem 1.2rem;overflow:hidden}.school-brand{text-align:center;color:#e7fb09;margin-bottom:3.5rem;font-size:2.8rem;font-weight:900}.school-work-container{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1300px;margin:auto;display:grid}.school-preview{opacity:1;transform:none}.school-preview *{animation:none!important}.school-preview-card{border-radius:24px;height:590px;display:block;position:relative;overflow:hidden}.school-preview-img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.school-preview-overlay{color:#b6ff9c;background:linear-gradient(#0000004d,#000000bf);justify-content:center;align-items:center;font-weight:600;display:flex;position:absolute;inset:0}.school-tag{color:#7dff8f}.school-content h2{color:#fff;font-size:2.8rem}.school-desc{color:#bbb;max-width:520px;margin-bottom:40px;line-height:1.7}.school-cards{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.school-card{color:#fff;background-color:#111;border-radius:12px;padding:1rem;transition:background-color .3s,transform .3s;position:relative;overflow:hidden;box-shadow:0 0 5px #ffcc004d}.school-card:hover{background-color:#957f28;transform:translateY(-5px)}.school-work.animate .slide-right{animation:1.2s cubic-bezier(.22,1,.36,1) forwards slideFromRight}.school-work.animate .slide-left{animation:1.2s cubic-bezier(.22,1,.36,1) forwards slideFromLeft}.delay-9{animation-delay:.15s}.delay-10{animation-delay:.3s}.delay-11{animation-delay:.45s}.delay-12{animation-delay:.6s}.delay-13{animation-delay:.75s}.delay-14{animation-delay:.9s}.delay-15{animation-delay:1.05s}@media (max-width:900px){.school-work-container{text-align:center;grid-template-columns:1fr}.slide-right,.slide-left{transform:translateY(60px)}.school-work.animate .slide-right,.school-work.animate .slide-left{animation:1s cubic-bezier(.22,1,.36,1) forwards slideUp}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}}.hh-section{background:linear-gradient(90deg,#f5f6ff,#fff);padding:3rem 1rem 4rem}.hh-top{text-align:center;margin-bottom:60px}.hh-head-center{color:#f5c400;letter-spacing:1px;font-size:2.8rem;font-weight:900}.hh-category{text-align:center;letter-spacing:.5px;margin:12px 0 18px;font-size:1.15rem;font-weight:600}.hh-layout{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1300px;margin:auto;display:grid}.hh-left{max-width:520px}.hh-title{margin:10px 0;font-size:3rem;font-weight:900}.hh-subtitle{color:#555;font-size:1.05rem;line-height:1.7}.hh-carousel{max-width:520px;height:620px;margin-left:100px;position:relative}.hh-card{cursor:pointer;background:#fff;border-radius:28px;width:240px;padding:14px;transition:all .6s;position:absolute;box-shadow:0 25px 60px #00000026}.hh-card.center{z-index:5;transform:translate(0)scale(1.05)}.hh-card.left{transform:translate(-220px)scale(.85)}.hh-card.right{transform:translate(220px)scale(.85)}.hh-card.hidden{opacity:0;pointer-events:none}.hh-mobile{background:#000;border-radius:28px;width:190px;height:380px;margin:auto;padding:8px}.hh-notch{background:#111;border-radius:0 0 14px 14px;width:100px;height:16px;margin:0 auto 6px}.hh-mobile video{-o-object-fit:cover;object-fit:cover;border-radius:20px;width:100%;height:calc(100% - 50px)}.hh-bar{background:#222;border-radius:10px;width:70px;height:16px;margin:6px auto 0}.hh-view{color:#fff;background:linear-gradient(135deg,#6c63ff,#8b83ff);border-radius:30px;margin:16px 0;padding:10px 26px;font-weight:600;text-decoration:none;display:inline-block}.hh-tech{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.hh-tech span{background:#eef0ff;border-radius:20px;padding:6px 14px;font-size:.75rem}@media (max-width:1024px){.hh-layout{gap:40px}.hh-title{font-size:2.6rem}.hh-carousel{max-width:460px;height:580px;margin-left:60px}.hh-card{width:225px}.hh-card.left{transform:translate(-190px)scale(.85)}.hh-card.right{transform:translate(190px)scale(.85)}.hh-mobile{width:180px;height:360px}.hh-bar{width:60px}}@media (max-width:768px){.hh-layout{text-align:center;grid-template-columns:1fr}.hh-top{margin-bottom:35px}.hh-head-center{font-size:2.2rem}.hh-left{margin-bottom:40px}.hh-title{font-size:2.2rem}.hh-subtitle{font-size:1rem}.hh-carousel{height:520px;margin:auto}.hh-card{width:210px}.hh-card.left{transform:translate(-145px)scale(.8)}.hh-card.right{transform:translate(145px)scale(.8)}.hh-mobile{width:170px;height:330px}}@media (max-width:480px){.hh-section{padding:2rem .8rem 3rem}.hh-head-center{font-size:1.9rem}.hh-title{font-size:1.8rem}.hh-subtitle{font-size:.95rem;line-height:1.6}.hh-carousel{height:460px;margin-bottom:50px;margin-left:80px}.hh-card{width:185px;padding:12px}.hh-card.left{transform:translate(-100px)scale(.75)}.hh-card.right{transform:translate(100px)scale(.75)}.hh-category{font-size:1rem}.hh-mobile{width:155px;height:300px}.hh-notch{width:80px;height:14px}.hh-bar{width:55px;height:14px}.hh-view{padding:8px 22px;font-size:.9rem}}.hospital-work{background:#000;padding:5rem 1.2rem;overflow:hidden}.hospital-brand{text-align:center;color:#e7fb09;margin-bottom:3.5rem;font-size:2.8rem;font-weight:900}.hospital-work-container{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1300px;margin:auto;display:grid}.hospital-preview{opacity:1;transform:none}.hospital-preview *{animation:none!important}.hospital-preview-card{border-radius:24px;height:590px;display:block;position:relative;overflow:hidden}.hospital-preview-img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.hospital-preview-overlay{color:#b6ff9c;background:linear-gradient(#0000004d,#000000bf);justify-content:center;align-items:center;font-weight:600;display:flex;position:absolute;inset:0}.hospital-tag{color:#7dff8f}.hospital-content h2{color:#fff;font-size:2.8rem}.hospital-desc{color:#bbb;max-width:520px;margin-bottom:40px;line-height:1.7}.hospital-cards{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.hospital-card{color:#fff;background-color:#111;border-radius:12px;padding:1rem;transition:background-color .3s,transform .3s;position:relative;overflow:hidden;box-shadow:0 0 5px #ffcc004d}.hospital-card:hover{background-color:#957f28;transform:translateY(-5px)}.slide-right{opacity:0;transform:translate(140px)}.slide-left{opacity:0;transform:translate(-140px)}.hospital-work.animate .slide-right{animation:1.2s cubic-bezier(.22,1,.36,1) forwards slideFromRight}.hospital-work.animate .slide-left{animation:1.2s cubic-bezier(.22,1,.36,1) forwards slideFromLeft}.delay-16{animation-delay:.15s}.delay-17{animation-delay:.3s}.delay-18{animation-delay:.45s}.delay-19{animation-delay:.6s}.delay-20{animation-delay:.75s}.delay-21{animation-delay:.9s}.delay-22{animation-delay:1.05s}.cta-section{text-align:center;background:radial-gradient(circle at top,#111 0%,#000 60%);margin-top:15px;padding:6rem 1rem}@media (max-width:1024px){.hospital-work-container{gap:40px;padding:0 1.5rem}.hospital-preview-card{height:500px}.hospital-content h2{font-size:2.4rem}.hospital-desc{max-width:100%}}@media (max-width:768px){.hospital-brand{margin-bottom:2.5rem;font-size:2.2rem}.hospital-work-container{text-align:center;grid-template-columns:1fr;gap:50px}.hospital-preview-card{height:420px}.hospital-content h2{font-size:2rem}.hospital-desc{margin-left:auto;margin-right:auto}.hospital-cards{grid-template-columns:1fr}.slide-right,.slide-left{transform:translateY(60px)}.hospital-work.animate .slide-right,.hospital-work.animate .slide-left{animation:1s cubic-bezier(.22,1,.36,1) forwards slideUp}}@media (max-width:468px){.hospital-work{margin-bottom:15px;padding:4rem 1rem}.hospital-brand{font-size:1.9rem}.hospital-preview-card{border-radius:18px;height:320px}.hospital-content h2{font-size:1.6rem}.hospital-desc{font-size:.95rem;line-height:1.6}.hospital-card{padding:.9rem}.hospital-card h4{font-size:1rem}.cta-title{font-size:1.8rem}.cta-subtitle{font-size:.95rem}.cta-btn{padding:.8rem 2rem;font-size:.95rem}}.video-hero{background:#fff;margin-bottom:-50px;padding:5.5rem 1rem;position:relative;overflow:hidden}.video-hero-reveal{z-index:5;background:#facc15;animation:1.1s forwards reveal;position:absolute;inset:0}.video-hero-light{background:radial-gradient(circle,#facc1559,#0000 60%);width:500px;height:500px;animation:6s ease-in-out infinite floatLight;position:absolute;top:-150px;right:-150px}.video-hero-inner{z-index:2;grid-template-columns:1fr 1.1fr;align-items:center;gap:3rem;max-width:1200px;margin:auto;display:grid;position:relative}.video-hero-top-title{z-index:3;letter-spacing:3px;color:#ffea4f;text-transform:uppercase;font-size:3rem;font-weight:700;position:absolute;top:-70px;left:50%;transform:translate(-50%)}.video-hero-heading{color:#111;font-size:clamp(2.2rem,4vw,3.4rem);font-weight:900}.video-hero-heading span{color:#facc15}.video-hero-desc{color:#121212;max-width:580px;font-size:1.7rem;font-weight:200px;margin-top:1rem}.video-macbook{max-width:520px;margin:auto;animation:5s ease-in-out infinite floatY}.video-mac-top{background:#111;border-radius:14px 14px 0 0;align-items:center;gap:6px;height:26px;padding-left:10px;display:flex}.video-mac-top span{background:#444;border-radius:50%;width:8px;height:8px}.video-mac-screen{background:#000;padding-top:62%;position:relative}.video-mac-screen iframe{width:100%;height:100%;position:absolute;inset:0}.video-mac-base{background:#ddd;border-radius:0 0 14px 14px;width:70%;height:10px;margin:.6rem auto 0}@media (max-width:900px){.video-hero-inner{text-align:center;grid-template-columns:1fr}.video-hero-desc{margin-inline:auto}}.video-move-section{width:100%;margin-top:3.5rem;overflow:hidden}.move-wrapper{width:100%}.move-strip{white-space:nowrap;width:100%;padding:18px 0;overflow:hidden}.move-strip.dark{background:#1e1e1e}.move-strip.yellow{background:#ff0}.move-track{align-items:center;gap:40px;display:inline-flex}.move-track span{letter-spacing:1px;align-items:center;font-size:1.35rem;font-weight:800;display:flex}.dark .move-track span{color:#f5f500}.yellow .move-track span{color:#000}.move-track.left{animation:18s linear infinite moveLeft}.move-track.right{animation:20s linear infinite moveRight}@media (max-width:1024px){.move-track span{font-size:1.15rem}}@media (max-width:768px){.move-strip{padding:14px 0}.move-track span{gap:24px;font-size:1rem}}@media (max-width:480px){.move-track span{letter-spacing:.5px;font-size:.9rem}}.pp-section{text-align:center;background:linear-gradient(#f9faff,#fff);padding:100px 5%;position:relative;overflow:hidden}.pp-section:before{content:"";z-index:0;background:radial-gradient(circle at 15% 20%,#6c63ff22,#0000 40%),radial-gradient(circle at 85% 60%,#ffd70022,#0000 45%);position:absolute;inset:0}.pp-section>*{z-index:1;position:relative}.pp-title{margin-top:0%;font-size:2.8rem;font-weight:900}.pp-subtitle{color:#666;margin-bottom:30px}.pp-carousel{justify-content:center;align-items:center;height:720px;display:flex;position:relative}.pp-card{cursor:pointer;background:#fff;border-radius:28px;width:340px;height:600px;padding:26px;transition:transform .6s,box-shadow .4s,opacity .4s;position:absolute;box-shadow:0 25px 60px #00000026}.pp-card.center{z-index:5;transform:translate(0)scale(1.08)}.pp-card.left{z-index:3;transform:translate(-380px)scale(.86)}.pp-card.right{z-index:3;transform:translate(380px)scale(.86)}.pp-card.hidden{opacity:0;pointer-events:none}.pp-card:hover{box-shadow:0 40px 100px #6c63ff59}.pp-card.center:hover{box-shadow:0 50px 120px #6c63ff73}.pp-category{margin-bottom:16px;font-size:1.15rem;font-weight:600}.pp-mobile-wrap{position:relative}.pp-glow{filter:blur(40px);z-index:-1;background:radial-gradient(circle,#6c63ff55,#0000 70%);position:absolute;inset:40px}.pp-mobile{background:#000;border-radius:30px;width:240px;height:460px;margin:auto;padding:10px}.pp-mobile iframe{border:none;border-radius:20px;width:100%;height:calc(100% - 50px)}.pp-notch{background:#111;border-radius:0 0 14px 14px;width:110px;height:18px;margin:0 auto 6px}.pp-mobile video{-o-object-fit:cover;object-fit:cover;border-radius:20px;width:100%;height:calc(100% - 50px)}.pp-bar{background:#222;border-radius:10px;width:70px;height:18px;margin:6px auto 0}.pp-actions{justify-content:center;display:flex}.pp-view{color:#fff;background:linear-gradient(135deg,#6c63ff,#8b83ff);border-radius:30px;width:fit-content;margin:20px auto 12px;padding:10px 28px;font-weight:600;text-decoration:none;display:inline-block}.pp-view:hover{background:linear-gradient(135deg,#5a52e8,#6c63ff)}.pp-tech{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.pp-tech span{background:#eef0ff;border-radius:20px;margin-top:15px;padding:6px 14px;font-size:.75rem}@media (max-width:768px){.pp-title{font-size:2.2rem}.pp-subtitle{margin-bottom:40px}.pp-carousel{height:520px;margin-top:60px;position:relative}.pp-card{width:260px}.pp-card.center{transform:translate(0)scale(1)}.pp-card.left{opacity:.7;transform:translate(-170px)scale(.8)}.pp-card.right{opacity:.7;transform:translate(170px)scale(.8)}.pp-card:hover{box-shadow:0 25px 60px #00000026}}@media (max-width:1024px){.pp-carousel{height:640px}.pp-card{width:300px}.pp-card.left{transform:translate(-300px)scale(.85)}.pp-card.right{transform:translate(300px)scale(.85)}}@media (max-width:480px){.pp-section{padding:70px 1rem}.pp-title{margin-bottom:10px;font-size:1.8rem}.pp-subtitle{margin-bottom:30px;font-size:.95rem}.pp-carousel{height:460px;margin-top:150px}.pp-card{width:220px;padding:18px}.pp-card.center{transform:translate(0)scale(1)}.pp-card.left{transform:translate(-120px)scale(.75)}.pp-card.right{transform:translate(120px)scale(.75)}.pp-mobile{width:200px;height:380px}}.rr-section{text-align:center;background:linear-gradient(#f9faff,#fff);padding:100px 5%;position:relative;overflow:hidden}.rr-section:before{content:"";z-index:0;background:radial-gradient(circle at 15% 20%,#6c63ff22,#0000 40%),radial-gradient(circle at 85% 60%,#ffd70022,#0000 45%);position:absolute;inset:0}.rr-section>*{z-index:1;position:relative}.rr-title{margin-top:0%;font-size:2.8rem;font-weight:900}.rr-subtitle{color:#666;margin-bottom:30px}.rr-carousel{justify-content:center;align-items:center;height:720px;display:flex;position:relative}.rr-card{cursor:pointer;background:#fff;border-radius:28px;width:340px;height:600px;padding:26px;transition:transform .6s,box-shadow .4s,opacity .4s;position:absolute;box-shadow:0 25px 60px #00000026}.rr-card.center{z-index:5;transform:translate(0)scale(1.08)}.rr-card.left{z-index:3;transform:translate(-380px)scale(.86)}.rr-card.right{z-index:3;transform:translate(380px)scale(.86)}.rr-card.hidden{opacity:0;pointer-events:none}.rr-card:hover{box-shadow:0 40px 100px #6c63ff59}.rr-card.center:hover{box-shadow:0 50px 120px #6c63ff73}.rr-category{margin-bottom:16px;font-size:1.15rem;font-weight:600}.rr-mobile-wrap{position:relative}.rr-glow{filter:blur(40px);z-index:-1;background:radial-gradient(circle,#6c63ff55,#0000 70%);position:absolute;inset:40px}.rr-mobile{background:#000;border-radius:30px;width:240px;height:460px;margin:auto;padding:10px}.rr-mobile iframe{border:none;border-radius:20px;width:100%;height:calc(100% - 50px)}.rr-notch{background:#111;border-radius:0 0 14px 14px;width:110px;height:18px;margin:0 auto 6px}.rr-mobile video{-o-object-fit:cover;object-fit:cover;border-radius:20px;width:100%;height:calc(100% - 50px)}.rr-bar{background:#222;border-radius:10px;width:70px;height:18px;margin:6px auto 0}.rr-actions{justify-content:center;display:flex}.rr-view{color:#fff;background:linear-gradient(135deg,#6c63ff,#8b83ff);border-radius:30px;width:fit-content;margin:20px auto 12px;padding:10px 28px;font-weight:600;text-decoration:none;display:inline-block}.rr-view:hover{background:linear-gradient(135deg,#5a52e8,#6c63ff)}.rr-tech{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.rr-tech span{background:#eef0ff;border-radius:20px;margin-top:15px;padding:6px 14px;font-size:.75rem}@media (max-width:768px){.rr-title{font-size:2.2rem}.rr-subtitle{margin-bottom:40px}.rr-carousel{height:520px;margin-top:60px;position:relative}.rr-card{width:260px}.rr-card.center{transform:translate(0)scale(1)}.rr-card.left{opacity:.7;transform:translate(-170px)scale(.8)}.rr-card.right{opacity:.7;transform:translate(170px)scale(.8)}.rr-card:hover{box-shadow:0 25px 60px #00000026}}@media (max-width:1024px){.rr-carousel{height:640px}.rr-card{width:300px}.rr-card.left{transform:translate(-300px)scale(.85)}.rr-card.right{transform:translate(300px)scale(.85)}}@media (max-width:480px){.rr-section{padding:70px 1rem}.rr-title{margin-bottom:10px;font-size:1.8rem}.rr-subtitle{margin-bottom:30px;font-size:.95rem}.rr-carousel{height:460px;margin-top:150px}.rr-card{width:220px;padding:18px}.rr-card.center{transform:translate(0)scale(1)}.rr-card.left{transform:translate(-120px)scale(.75)}.rr-card.right{transform:translate(120px)scale(.75)}.rr-mobile{width:200px;height:380px}}.ai-section{text-align:center;background:linear-gradient(#f9faff,#fff);padding:100px 5%;position:relative;overflow:hidden}.ai-section:before{content:"";z-index:0;background:radial-gradient(circle at 15% 20%,#6c63ff22,#0000 40%),radial-gradient(circle at 85% 60%,#ffd70022,#0000 45%);position:absolute;inset:0}.ai-section>*{z-index:1;position:relative}.ai-title{margin:0%;font-size:2.8rem;font-weight:900}.ai-subtitle{color:#666;margin-bottom:30px}.ai-carousel{justify-content:center;align-items:center;height:720px;display:flex;position:relative}.ai-card{cursor:pointer;background:#fff;border-radius:28px;width:340px;height:600px;padding:26px;transition:transform .6s,box-shadow .4s,opacity .4s;position:absolute;box-shadow:0 25px 60px #00000026}.ai-card.center{z-index:5;transform:translate(0)scale(1.08)}.ai-card.left{z-index:3;transform:translate(-380px)scale(.86)}.ai-card.right{z-index:3;transform:translate(380px)scale(.86)}.ai-card.hidden{opacity:0;pointer-events:none}.ai-card:hover{box-shadow:0 40px 100px #6c63ff59}.ai-card.center:hover{box-shadow:0 50px 120px #6c63ff73}.ai-category{margin-bottom:16px;font-size:1.15rem;font-weight:600}.ai-mobile-wrap{position:relative}.ai-glow{filter:blur(40px);z-index:-1;background:radial-gradient(circle,#6c63ff55,#0000 70%);position:absolute;inset:40px}.ai-mobile{background:#000;border-radius:30px;width:240px;height:460px;margin:auto;padding:10px}.ai-mobile iframe{border:none;border-radius:20px;width:100%;height:calc(100% - 50px)}.ai-notch{background:#111;border-radius:0 0 14px 14px;width:110px;height:18px;margin:0 auto 6px}.ai-mobile video{-o-object-fit:cover;object-fit:cover;border-radius:20px;width:100%;height:calc(100% - 50px)}.ai-bar{background:#222;border-radius:10px;width:70px;height:18px;margin:6px auto 0}.ai-actions{justify-content:center;display:flex}.ai-view{color:#fff;background:linear-gradient(135deg,#6c63ff,#8b83ff);border-radius:30px;width:fit-content;margin:20px auto 12px;padding:10px 28px;font-weight:600;text-decoration:none;display:inline-block}.ai-view:hover{background:linear-gradient(135deg,#5a52e8,#6c63ff)}.ai-tech{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.ai-tech span{background:#eef0ff;border-radius:20px;margin-top:15px;padding:6px 14px;font-size:.75rem}@media (max-width:768px){.ai-title{font-size:2.2rem}.ai-subtitle{margin-bottom:40px}.ai-carousel{height:520px;margin-top:60px;position:relative}.ai-card{width:260px}.ai-card.center{transform:translate(0)scale(1)}.ai-card.left{opacity:.7;transform:translate(-170px)scale(.8)}.ai-card.right{opacity:.7;transform:translate(170px)scale(.8)}.ai-card:hover{box-shadow:0 25px 60px #00000026}}@media (max-width:1024px){.ai-carousel{height:640px}.ai-card{width:300px}.ai-card.left{transform:translate(-300px)scale(.85)}.ai-card.right{transform:translate(300px)scale(.85)}}@media (max-width:480px){.ai-section{padding:70px 1rem}.ai-title{margin-bottom:10px;font-size:1.8rem}.ai-subtitle{margin-bottom:30px;font-size:.95rem}.ai-carousel{height:460px;margin-top:150px}.ai-card{width:220px;padding:18px}.ai-card.center{transform:translate(0)scale(1)}.ai-card.left{transform:translate(-120px)scale(.75)}.ai-card.right{transform:translate(120px)scale(.75)}.ai-mobile{width:200px;height:380px}}.cta-section{text-align:center;background:radial-gradient(circle at top,#111 0%,#000 60%);max-width:1000px;margin-top:15px;padding:6rem 1rem}.cta-title{color:#fff;margin-bottom:1.2rem;font-size:3rem;font-weight:800}.cta-subtitle{color:#bdbdbd;max-width:700px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.8}.cta-btn{color:#000;background:linear-gradient(135deg,#acbb24,#acbb24);border-radius:50px;padding:1rem 3rem;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .35s;display:inline-block}.cta-btn:hover{transform:translateY(-4px);box-shadow:0 18px 40px #c3c91c73}@media (max-width:768px){.cta-title{font-size:2.2rem}.cta-subtitle{font-size:1rem}.cta-btn{padding:.9rem 2.4rem}}@media (max-width:900px){.school-work-container{text-align:center;grid-template-columns:1fr}.slide-right,.slide-left{transform:translateY(60px)}.school-work.animate .slide-right,.school-work.animate .slide-left{animation:1s cubic-bezier(.22,1,.36,1) forwards slideUp}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}}.contact-hero{background-position:50%;background-size:cover;height:55vh;position:relative}.contact-overlay{background:#0000008c;justify-content:center;align-items:center;height:100%;display:flex}.contact-overlay h1{color:#fff;font-size:3rem;font-weight:600}.contact-wrapper{background:#f8f8f8;padding:4rem 2rem}.contact-info{text-align:center;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:auto auto 3rem;display:grid}.info-box h3{margin-bottom:.8rem;font-size:1.4rem}.info-box p{color:#666;font-size:1rem;line-height:.9}.contact-form{max-width:1100px;margin:auto}.form-row{gap:1.5rem;margin-bottom:1.5rem;display:grid}.form-row.two-col{grid-template-columns:1fr 1fr;gap:3.5rem;display:grid}.form-row.one-col{grid-template-columns:1fr}.contact-form input{background:#f1f1f1;border:1px solid #ddd}.contact-form input,.contact-form textarea{background:#eee;border:none;outline:none;width:100%;padding:1rem;font-size:1rem}.contact-form textarea{resize:none;margin-bottom:1.5rem}.contact-form button{color:#fff;cursor:pointer;background:#5661e9;border:none;width:103%;padding:1.1rem;font-size:1.1rem;transition:all .3s}.contact-form button:hover{background:#4048c9}@media (max-width:900px){.contact-info,.form-row.two-col{grid-template-columns:1fr}.contact-overlay h1{font-size:2.2rem}}.footer{color:#dcdcdc;background:linear-gradient(#0b0b0b,#000);padding:80px 6% 30px;position:relative;overflow:hidden}.footer-float span{opacity:.12;font-size:26px;animation:10s linear infinite float;position:absolute}.footer-float span:first-child{animation-delay:0s;left:10%}.footer-float span:nth-child(2){animation-delay:2s;left:30%}.footer-float span:nth-child(3){animation-delay:4s;left:50%}.footer-float span:nth-child(4){animation-delay:6s;left:70%}.footer-float span:nth-child(5){animation-delay:8s;left:90%}@keyframes float{0%{bottom:-10%;transform:translateY(0)}to{bottom:110%;transform:translateY(-40px)}}.footer-container{z-index:1;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:40px;display:grid;position:relative}.footer-logo{color:gold;font-size:2rem;font-weight:900}.footer-col p{margin-top:12px;font-size:.95rem;line-height:1.6}.footer-social{gap:14px;margin-top:18px;display:flex}.footer-social a{color:gold;background:#1a1a1a;border-radius:20px;padding:6px 14px;font-size:.85rem;text-decoration:none;transition:all .3s}.footer-social a:hover{color:#000;background:gold}.footer-col h4{color:#fff;margin-bottom:14px;font-size:1.1rem}.footer-col ul{padding:0;list-style:none}.footer-col ul li{color:#bcbcbc;cursor:pointer;margin-bottom:10px;font-size:.9rem;transition:color .3s}.footer-col ul li:hover{color:gold}.footer-col.contact p{align-items:center;gap:8px;margin-bottom:10px;font-size:.9rem;display:flex}.footer-bottom{color:#999;border-top:1px solid #222;justify-content:space-between;margin-top:50px;padding-top:20px;font-size:.85rem;display:flex}@media (max-width:1024px){.footer{padding:70px 5% 30px}.footer-container{grid-template-columns:1fr 1fr;gap:30px}.footer-logo{font-size:1.8rem}}@media (max-width:768px){.footer{padding:60px 4% 30px}.footer-container{text-align:center;grid-template-columns:1fr;gap:40px}.footer-social{justify-content:center}.footer-col ul li{font-size:.95rem}.footer-col.contact p{justify-content:center}.footer-bottom{text-align:center;flex-direction:column;gap:10px}}@media (max-width:480px){.footer{padding:50px 1rem 25px}.footer-logo{font-size:1.6rem}.footer-col h4{font-size:1rem}.footer-col p,.footer-col ul li{font-size:.85rem}.footer-social a{padding:5px 12px;font-size:.8rem}.footer-bottom{font-size:.75rem}}
