@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=DynaPuff:wght@400;500;600;700&display=swap";:root{--primary-dark: #005f83;--primary-light: #70cbf4;--gradient-blue: linear-gradient(180deg, #63c8f2 0%, #eef9fd 100%);--text-dark: #111827;--text-gray: #4b5563;--bg-color: #fbfdff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background-color:var(--bg-color);color:var(--text-dark);overflow-x:hidden}.container{max-width:100%;margin:0 auto;padding:2rem 5%;min-height:100vh;display:flex;flex-direction:column}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;margin-bottom:4rem}.logo{font-size:1.5rem;font-weight:700;color:#111;letter-spacing:-.5px}.nav-links{display:flex;gap:2.5rem}.nav-links a{text-decoration:none;color:#111;font-weight:500;font-size:.95rem;transition:color .3s ease}.nav-links a:hover{color:var(--primary-dark)}.contact-btn{padding:.6rem 1.4rem;border:1px solid #999;background:transparent;border-radius:8px;font-family:inherit;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .3s ease;color:#111}.contact-btn:hover{background:var(--primary-dark);color:#fff;border-color:var(--primary-dark)}.hero-section{display:flex;justify-content:space-between;align-items:center;gap:4rem;flex:1}.hero-content{flex:1;max-width:520px;margin-top:-5rem}.hero-title{font-size:clamp(2.5rem,4vw,4.5rem);font-weight:800;line-height:1.25;color:#111;margin-bottom:1.25rem;letter-spacing:-.5px}.hero-subtitle{font-size:1rem;line-height:1.7;color:var(--text-gray);margin-bottom:2rem}.email-form{display:flex;gap:.75rem;align-items:stretch}.email-form input{flex:1;padding:.85rem 1.25rem;border:1.5px solid #ccc;border-radius:6px;font-size:.95rem;outline:none;font-family:inherit;transition:border-color .3s}.email-form input:focus{border-color:var(--primary-dark)}.demo-btn{background:var(--primary-dark);color:#fff;border:none;padding:.85rem 1.75rem;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .3s ease;white-space:nowrap}.demo-btn:hover{background:#004d6b}.hero-visual{flex:1;display:flex;justify-content:flex-end;margin-right:-2rem}.grid-container{display:grid;grid-template-columns:repeat(3,180px);grid-template-rows:repeat(4,180px);gap:16px;position:relative}.grid-item{width:100%;height:100%;overflow:hidden;position:relative}.box-text{position:absolute;color:#fff;font-size:1.3rem;font-weight:400;padding:1.5rem}.quote{font-size:.95rem;line-height:1.5;font-weight:400;text-align:right;bottom:1rem;right:1.5rem;padding:0;max-width:90%}.gradient-bg,.gradient-bg-variant{background:var(--gradient-blue)}.dark-bg{background:var(--primary-dark)}.solid-light-bg{background:var(--primary-light)}.img-bg{background-size:cover;background-position:center}.img-1{background-image:url(https://images.unsplash.com/photo-1577896851231-70ef18881754?q=80&w=400&h=400&auto=format&fit=crop)}.img-2{background-image:url(https://images.unsplash.com/photo-1497633762265-9d179a990aa6?q=80&w=400&h=400&auto=format&fit=crop)}.img-3{background-image:url(https://images.unsplash.com/photo-1509062522246-3755977927d7?q=80&w=400&h=400&auto=format&fit=crop)}.shape-1{border-radius:0 100% 0 0}.shape-2{border-radius:0 0 100%}.shape-3,.shape-4{border-radius:100% 0 0}.shape-5{border-radius:0 0 100%}.shape-6{border-radius:0 0 0 100%}.shape-7{border-radius:100% 0 0}.shape-8{border-radius:50%}.shape-9{border-radius:100% 0 0}.shape-10,.shape-11{border-radius:0}.shape-12{border-radius:0 0 100%}.star-shape{position:absolute;width:100px;height:100px;top:384px;left:384px;transform:translate(-50%,-50%);color:var(--primary-dark);z-index:10}.features-section{display:flex;align-items:center;justify-content:space-between;margin-top:6rem;margin-bottom:4rem;gap:4rem}.features-list{flex:1;display:flex;flex-direction:column;gap:1.5rem;max-width:600px}.feature-card{display:flex;align-items:center;background-color:#cae9f5;border:3px solid #222;border-radius:255px 15px 225px/15px 225px 15px 255px;padding:1.5rem 2rem;position:relative;overflow:hidden;transition:transform .4s ease,box-shadow .4s ease,border-radius .4s ease;cursor:pointer}.feature-card:hover{transform:translateY(-8px);box-shadow:0 10px 20px #00000014;border-radius:15px 255px 15px 225px/255px 15px 225px}.feature-content{flex:1;z-index:1;padding-right:140px}.feature-content h3{font-size:1.3rem;font-weight:700;color:#111;margin-bottom:.5rem;line-height:1.2}.feature-content p{font-size:.85rem;color:var(--text-gray);line-height:1.5}.feature-icon-placeholder{position:absolute;right:-5px;top:50%;transform:translateY(-50%);width:140px;height:140px;background-size:contain;background-position:right center;background-repeat:no-repeat;z-index:2;filter:drop-shadow(-5px 5px 10px rgba(0,0,0,.1))}.icon-report{background-color:#0a648b;border-radius:12px;width:100px;right:15px}.icon-profile{background-color:#74d1f6;border-radius:50%;width:100px;right:15px}.icon-language{background-color:#e2e8f0;border-radius:20px 20px 0 0;width:100px;right:15px}.icon-robot{background-color:#94a3b8;border-radius:10px;width:100px;right:15px}.features-text-area{flex:1;padding-left:4rem}.features-heading{font-size:3rem;font-weight:800;line-height:1.2;color:#111;letter-spacing:-1px}.erp-module-section{display:flex;flex-direction:column;align-items:center;margin-top:4rem;margin-bottom:6rem;transition:all .4s ease;width:100%}.erp-sidebar{display:flex;flex-direction:column;align-items:center;width:100%;transition:all .4s ease}.erp-header{text-align:center;margin-bottom:3rem;transition:all .4s ease}.erp-header h2{font-size:3.5rem;font-weight:800;color:#111;margin-bottom:.5rem;letter-spacing:-1px}.erp-header p{font-size:1.05rem;color:#333}.erp-buttons-container{display:flex;flex-direction:column;gap:1.2rem;width:100%;max-width:600px}.erp-btn{background-color:#eef9fd;border:2px solid #222;border-radius:255px 15px 225px/15px 225px 15px 255px;padding:1.4rem 2rem;font-size:1.15rem;font-weight:700;color:#111;font-family:inherit;cursor:pointer;text-align:center;transition:all .2s ease-in-out;box-shadow:3px 4px #000c}.erp-btn:hover{transform:translateY(3px) translate(2px);box-shadow:0 1px #000c;background-color:#e1f4fc}.erp-btn.active{background-color:#74d1f6;transform:translateY(3px) translate(2px);box-shadow:0 1px #000c}.erp-module-section.split-layout{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:4rem}.erp-module-section.split-layout .erp-sidebar{flex:1;align-items:flex-start;max-width:520px}.erp-module-section.split-layout .erp-header{text-align:left}.erp-module-section.split-layout .erp-btn{text-align:left;padding-left:2.5rem}.erp-content-area{flex:1.2;display:flex;flex-direction:column;gap:1.5rem;animation:fadeSlideIn .5s ease forwards}@keyframes fadeSlideIn{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.erp-cards-list{display:flex;flex-direction:column;gap:1.2rem}.erp-detail-card{background-color:#74d1f6;border:2px solid #222;border-radius:20px 15px 25px/15px 25px 15px 20px;padding:1.8rem 2rem 3.5rem;position:relative;box-shadow:3px 4px #000c}.erp-detail-text h3{font-size:1.6rem;font-weight:700;color:#111;margin-bottom:.5rem}.erp-detail-text p{font-size:1.05rem;line-height:1.5;color:#222;max-width:90%}.read-more-btn{position:absolute;bottom:1.2rem;right:1.5rem;background-color:#000;color:#fff;border:none;padding:.6rem 1.6rem;border-radius:20px;font-size:.85rem;font-weight:500;font-family:inherit;cursor:pointer;transition:transform .2s ease,box-shadow .2s}.read-more-btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000004d}.erp-scroll-more{background-color:#000;border-radius:30px;height:36px;width:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:2px solid #000;transition:opacity .3s;margin-top:.5rem}.erp-scroll-more:hover{opacity:.8}.erp-coming-soon{padding:3rem;background:#f4fcff;border:2px dashed #ccc;border-radius:12px;text-align:center;color:#666}.platform-section{display:flex;align-items:center;justify-content:space-between;gap:5rem;margin-top:6rem;margin-bottom:6rem}.platform-cards-stack{flex:1;position:relative;height:800px;max-width:500px;margin-left:2rem}.platform-card{position:absolute;width:100%;height:290px;border:4px solid #111;border-radius:20px 15px 25px/15px 25px 15px 20px;padding:2.5rem 2rem;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease,z-index 0s;cursor:pointer;text-align:left;box-shadow:6px 8px #000000e6}.platform-card:hover{z-index:10!important;box-shadow:12px 16px #000000e6}.platform-card-content h3{font-size:1.7rem;font-weight:800;color:#111;margin-bottom:1rem;line-height:1.25;letter-spacing:-.5px}.platform-card-content p{font-size:.95rem;line-height:1.6;color:#222;font-weight:400;max-width:95%}.card-1{background-color:#74d1f6;top:0;z-index:3;transform:rotate(-1deg)}.card-1:hover{transform:translateY(-15px) translate(-20px) scale(1.05) rotate(0)!important}.card-2{background-color:#aecbd6;top:215px;z-index:2}.card-2:hover{transform:translateY(-15px) translate(-20px) scale(1.05) rotate(1deg)!important}.card-3{background-color:#e5f6fc;top:430px;z-index:1;transform:rotate(1deg)}.card-3:hover{transform:translateY(-15px) translate(-20px) scale(1.05) rotate(-1deg)!important}.platform-more-btn{position:absolute;bottom:1.5rem;right:2rem;background-color:#000;color:#fff;border:none;padding:.8rem 1.8rem;border-radius:30px;font-size:.85rem;font-weight:500;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease}.platform-card:hover .platform-more-btn{opacity:1;visibility:visible;transform:translateY(0)}.platform-text-area{flex:1}.platform-heading{font-size:3.8rem;font-weight:800;line-height:1.1;color:#111;letter-spacing:-2px;margin-bottom:2.5rem}.explore-features-btn{background-color:#000;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.explore-features-btn:hover{transform:translateY(-3px);box-shadow:0 8px 15px #0003}.admin-tasks-section{display:flex;justify-content:space-between;align-items:center;gap:4rem;margin-top:6rem;margin-bottom:6rem;width:100%}.admin-tasks-text-area{flex:1.1;text-align:right;padding-right:2rem}.admin-tasks-heading{font-size:2.8rem;font-weight:800;color:#111;line-height:1.2;letter-spacing:-.5px;margin-bottom:1rem}.admin-tasks-intro{font-size:1.15rem;color:#444;line-height:1.6;margin-bottom:3.5rem}.admin-feature-item{margin-bottom:2rem}.admin-feature-item h3{font-size:1.25rem;font-weight:700;color:#111;margin-bottom:.4rem;letter-spacing:-.3px}.admin-feature-item p{font-size:.95rem;color:#555;line-height:1.6}.admin-tasks-image-area{flex:1;display:flex;justify-content:flex-start}.admin-image-wrapper{position:relative;width:500px;height:550px}.organic-image-container{position:absolute;top:30px;left:30px;width:420px;height:480px;border-radius:40% 60% 70% 30%/40% 50% 60%;overflow:hidden;background-color:#74d1f6;z-index:2}.organic-image-container img{width:100%;height:100%;object-fit:cover;object-position:center 20%}.organic-line-bg{position:absolute;top:10px;left:10px;width:440px;height:520px;border-radius:50% 50% 40% 60%/60% 40%;border:4px solid #111;z-index:1}.decorative-dot{position:absolute;background-color:#21bdf3;border-radius:50%;z-index:3}.dot-top-left{width:20px;height:20px;top:60px;left:10px}.dot-top-right{width:45px;height:45px;top:80px;right:-5px}.dot-bottom-right{width:15px;height:15px;bottom:120px;right:25px}.dot-bottom-left{width:35px;height:35px;bottom:-5px;left:70px}.portal-benefits-section{display:flex;flex-direction:column;align-items:center;margin-top:4rem;margin-bottom:8rem;width:100%}.portal-header{text-align:center;margin-bottom:4rem;display:flex;flex-direction:column;align-items:center}.portal-header h2{font-size:3rem;font-weight:800;color:#111;margin-bottom:1.5rem;letter-spacing:-1px}.portal-roles-nav{display:flex;justify-content:center;gap:1.5rem;background-color:transparent}.role-nav-btn{background-color:transparent;color:#111;border:none;border-radius:30px;padding:.8rem 2rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit}.role-nav-btn:hover{background-color:#f0f0f0}.role-nav-btn.active{background-color:#000;color:#fff}.portal-content-area{display:flex;justify-content:space-between;align-items:center;width:100%;gap:5rem}.portal-image-container{flex:1;height:550px;max-width:500px;border:3px solid #111;border-radius:20px 15px 25px/15px 25px 15px 20px;overflow:hidden;box-shadow:4px 6px #000000e6}.portal-image-container img{width:100%;height:100%;object-fit:cover;object-position:center}.portal-text-container{flex:1.2}.portal-text-container h3{font-size:2.5rem;font-weight:800;color:#111;line-height:1.2;letter-spacing:-.5px;margin-bottom:2rem;max-width:90%}.portal-benefits-list{list-style-type:none;padding:0;display:flex;flex-direction:column;gap:1.8rem}.portal-benefits-list li{display:flex;align-items:flex-start;gap:1rem;cursor:pointer;transition:transform .3s ease;padding:.5rem 0}.portal-benefits-list li:hover{transform:translate(5px)}.portal-benefits-list li span{font-size:1.25rem;color:#333;line-height:1.5;font-weight:400;transition:color .3s ease}.portal-benefits-list li:hover span{color:#111}.checkmark-icon{flex-shrink:0;width:25px;height:25px;margin-top:2px}.checkmark-icon path{opacity:0;transition:opacity .3s ease}.portal-benefits-list li:hover .checkmark-icon path{opacity:1}.portal-coming-soon{width:100%;padding:4rem;background:#f4fcff;border:2px dashed #ccc;border-radius:12px;text-align:center;color:#666}.mobile-app-section{display:flex;align-items:center;justify-content:space-between;gap:3rem;margin-top:3rem;margin-bottom:5rem;width:100%}.mobile-app-text-area{flex:1;max-width:600px}.mobile-app-heading{font-size:clamp(2.5rem,4vw,4.5rem);font-weight:800;color:#111;line-height:1.15;letter-spacing:-1.5px;margin-bottom:2rem}.mobile-app-desc{font-size:clamp(1.05rem,1.2vw,1.25rem);color:#444;line-height:1.7;max-width:95%}.mobile-app-mockups{flex:1.2;position:relative;height:800px}.phone-wrapper{position:absolute;width:260px;height:520px;border-radius:40px;border:12px solid #222;box-shadow:15px 25px 40px #00000026;background-color:#fff;overflow:hidden;transition:transform .4s ease,z-index 0s,box-shadow .4s ease;cursor:pointer}.phone-wrapper:hover{transform:translateY(-15px) scale(1.05)!important;z-index:50!important;box-shadow:20px 35px 50px #0003}.phone-notch{position:absolute;top:-2px;left:50%;transform:translate(-50%);width:60px;height:18px;background-color:#222;border-bottom-left-radius:12px;border-bottom-right-radius:12px;z-index:10}.phone-wrapper img{width:100%;height:100%;object-fit:cover;object-position:top center;border-radius:28px}.phone-academic{bottom:0;left:0;z-index:2;transform:scale(.95)}.phone-welcome{top:15px;left:170px;z-index:5}.phone-timetable{bottom:-40px;right:60px;z-index:3;transform:scale(.9)}.phone-calendar{top:100px;right:-50px;z-index:1;transform:scale(.85)}.metrics-puzzle-section{display:flex;justify-content:center;align-items:center;margin-top:4rem;margin-bottom:4rem;width:100%;overflow:visible}.puzzle-wrapper{display:flex;align-items:center;justify-content:center;padding:2rem 0}.puzzle-piece{--base-transform: rotate(0deg) translateY(0);width:350px;height:350px;position:relative;transition:all .4s cubic-bezier(.34,1.56,.64,.7);margin-left:-40px;filter:drop-shadow(4px 4px 0px #222);cursor:pointer;z-index:1;transform:var(--base-transform)}.puzzle-piece:first-child{margin-left:0}.piece-1{--base-transform: rotate(-4deg) translateY(10px) translateX(-5px);z-index:4}.piece-2{--base-transform: rotate(5deg) translateY(-15px);z-index:3}.piece-3{--base-transform: rotate(-3deg) translateY(15px);z-index:2}.piece-4{--base-transform: rotate(6deg) translateY(-10px) translateX(5px);z-index:1}.puzzle-svg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.puzzle-wrapper:hover .puzzle-piece{transform:var(--base-transform) scale(.95);filter:drop-shadow(2px 2px 0px rgba(0,0,0,.5))}.puzzle-wrapper .puzzle-piece:hover{transform:var(--base-transform) scale(1.2);z-index:20;filter:drop-shadow(12px 14px 0px #222)}.puzzle-content{position:absolute;inset:30px;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:10px}.puzzle-content h4{font-size:.95rem;font-weight:700;color:#111;line-height:1.3;margin:0}.puzzle-content h2{font-size:3.5rem;font-weight:800;color:#111;margin:5px 0;letter-spacing:-1.5px}.piece-1 .puzzle-content h4{font-size:1.05rem}.piece-2 .puzzle-content h2{font-size:3.2rem;margin-top:-15px}.piece-2 .puzzle-content h4{margin-top:10px;color:#555}.piece-3 .puzzle-content h4{margin-bottom:5px}.piece-4 .puzzle-content h2{font-size:3rem;margin-bottom:2px}.app-features-section{display:flex;flex-direction:column;align-items:center;padding:5rem 0;margin-top:2rem;margin-bottom:2rem;width:100%}.app-features-header{width:100%;text-align:center;margin-bottom:4rem}.app-features-title{font-size:clamp(4rem,12vw,10rem);font-weight:900;color:#000;margin:0 0 3rem;display:inline-block;position:relative;z-index:2;letter-spacing:-3px;line-height:.9}.app-features-content{display:flex;justify-content:space-between;align-items:stretch;gap:2rem;width:100%;max-width:1280px}.app-features-col{flex:1;display:flex;flex-direction:column;justify-content:space-between;position:relative;padding:1.5rem 0;gap:1.5rem}.app-vertical-line{position:absolute;top:0;bottom:0;left:12%;width:3px;background-color:#111;z-index:1}.app-feature-card{position:relative;border:3px solid #111;border-radius:20px 10px 25px 15px/15px 25px 10px 20px;padding:1.5rem 1.2rem;z-index:2;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:130px;box-shadow:3px 3px #111;transition:transform .3s ease,box-shadow .3s ease}.app-feature-card:hover{transform:scale(1.02);box-shadow:5px 5px #111}.app-feature-card h3{font-size:1.15rem;font-weight:800;color:#111;margin-bottom:.4rem}.app-feature-card p{font-size:.95rem;color:#333;line-height:1.5}.cross-mark{position:absolute;left:calc(12% + 1.5px);transform:translate(-50%);width:25px;height:3px;background-color:#111;z-index:3}.top-mark{top:-3px}.bottom-mark{bottom:-3px}.bg-white{background-color:#f7fbff}.bg-light-blue{background-color:#74d1f6}.bg-dark-blue{background-color:#21bdf3}.app-features-center{flex:0 0 340px;display:flex;justify-content:center;align-items:center;position:relative}.phone-dashboard{position:relative!important;transform:none!important;margin:0;inset:auto;width:310px;height:620px;z-index:5!important}.phone-dashboard:hover{transform:translateY(-10px)!important;box-shadow:25px 35px 50px #0003}.bridging-gap-section{width:100%;display:flex;justify-content:center;padding:4rem 0 5rem;margin-top:2rem;background-color:transparent}.bridging-content-wrapper{max-width:1200px;width:100%;padding:0 2rem;display:flex;align-items:center;gap:4rem}.bridging-phone-column{flex:0 0 350px;display:flex;justify-content:center}.phone-bridging{width:300px!important;height:650px!important;position:relative!important;margin:0!important;transform:none!important;inset:auto!important;filter:drop-shadow(15px 25px 35px rgba(0,0,0,.15))}.phone-bridging img{border-radius:0!important}.bridging-text-column{flex:1;display:flex;flex-direction:column}.bridging-heading{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;color:#000;line-height:1.1;letter-spacing:-1.5px;margin-bottom:3rem}.bridging-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:600px}.bridge-card{position:relative;width:100%;aspect-ratio:1 / 1;cursor:pointer}.bridge-svg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;filter:drop-shadow(4px 4px 0px #222);transition:opacity .4s ease,transform .4s cubic-bezier(.34,1.56,.64,1)}.hover-svg{opacity:0}.default-svg{opacity:1}.bridge-card:hover .default-svg{opacity:0}.bridge-card:hover .hover-svg{opacity:1;filter:drop-shadow(8px 10px 0px #222);transform:scale(1.04)}.bridge-content{position:absolute;inset:20%;display:flex;flex-direction:column;pointer-events:none;z-index:2}.bridge-text-default{position:absolute;bottom:0;left:0;right:0;opacity:1;transition:opacity .3s}.bridge-text-default h3{font-size:1.4rem;font-weight:800;color:#111;line-height:1.3}.bridge-text-hover{position:absolute;top:0;left:0;right:0;opacity:0;transition:opacity .3s}.bridge-text-hover h3{font-size:1.4rem;font-weight:800;color:#111;line-height:1.3;margin-bottom:.8rem}.bridge-text-hover p{font-size:.95rem;color:#333;line-height:1.4;font-weight:500}.bridge-card:hover .bridge-text-default{opacity:0}.bridge-card:hover .bridge-text-hover{opacity:1}.bridge-bubble{position:absolute;top:50%;width:35px;height:35px;background-color:#fff;border:3px solid #111;border-radius:50%;display:flex;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.34,1.56,.64,1);z-index:3}.bridge-bubble svg{width:24px;height:24px}.bubble-right{left:88.46%;transform:translate(-50%,-50%);opacity:1}.bubble-left{left:11.53%;transform:translate(-50%,-50%) scale(.5);opacity:0}.bridge-card:hover .bubble-right{opacity:0;transform:translate(-50%,-50%) translate(20px) scale(.5)}.bridge-card:hover .bubble-left{opacity:1;transform:translate(-50%,-50%) scale(1)}.about-us-page{padding-top:4rem;display:flex;flex-direction:column;align-items:center;width:100%;flex:1}.about-us-page>.site-footer{margin-top:auto}.about-hero-section{width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:center;padding:0 2rem}.about-hero-title{font-size:clamp(5rem,10vw,11rem);font-weight:900;color:#000;line-height:.85;letter-spacing:-5px;margin:0 0 4rem;text-align:center}.about-vision-container{display:flex;justify-content:space-between;align-items:flex-start;width:100%;gap:4rem;margin-bottom:4rem}.vision-heading{flex:1;font-size:clamp(2rem,3vw,2.5rem);font-weight:800;color:#111;line-height:1.25;margin:0}.vision-text{flex:1;font-size:1.25rem;color:#444;line-height:1.6;margin:0;max-width:600px}.about-images-container{position:relative;width:100%;aspect-ratio:16 / 9;max-height:800px;margin-top:2rem}.about-star{position:absolute;z-index:10}.about-star-large{top:-30px;left:-20px;width:70px;height:70px;animation:pulseRotate 6s infinite ease-in-out}.about-star-small{top:40px;left:30px;width:40px;height:40px;animation:pulseRotate 8s infinite alternate ease-in-out}@keyframes pulseRotate{0%{transform:scale(1) rotate(0)}50%{transform:scale(1.1) rotate(15deg)}to{transform:scale(1) rotate(0)}}.about-image-left-wrapper{position:absolute;top:0;left:0;width:60%;height:85%;border-radius:20px;border:2px solid #222;overflow:hidden;z-index:2;box-shadow:10px 15px 30px #0000001a;transition:transform .4s ease}.about-image-left-wrapper:hover{transform:translateY(-5px)}.about-image-left{width:100%;height:100%;object-fit:cover}.xyz-school-badge{position:absolute;bottom:0;left:0;width:100%;background-color:#000;color:#fff;padding:1.5rem 2rem;font-size:1.15rem;font-weight:700;letter-spacing:.5px;border-top-right-radius:20px}.about-image-right-wrapper{position:absolute;bottom:0;right:0;width:48%;height:80%;border-radius:20px;border:2px solid #222;overflow:hidden;z-index:5;box-shadow:-5px 15px 30px #00000026;transition:transform .4s ease}.about-image-right-wrapper:hover{transform:translateY(-5px)}.about-image-right{width:100%;height:100%;object-fit:cover}.about-values-section{width:100%;display:flex;justify-content:center;margin-top:6rem;padding:0 2rem}.values-content-wrapper{max-width:1200px;width:100%;display:flex;justify-content:space-between;align-items:flex-start;gap:5rem}.values-heading-col{flex:1}.values-title{font-size:clamp(3rem,5vw,4.5rem);font-weight:900;color:#000;line-height:1;letter-spacing:-1px;margin:0}.values-accordion-col{flex:1.2;display:flex;flex-direction:column;gap:1.5rem}.value-accordion-card{width:100%;background-color:#edf9ff;border:2px solid #222;border-radius:20px;overflow:hidden;box-shadow:2px 5px #222;transition:all .3s cubic-bezier(.34,1.56,.64,1);cursor:pointer;padding:0 2rem}.value-accordion-card.expanded{background-color:#21bdf3}.value-accordion-header{display:flex;justify-content:space-between;align-items:center;padding:1.8rem 0}.value-accordion-header h3{font-size:1.5rem;font-weight:800;color:#111;margin:0;letter-spacing:-.3px}.value-accordion-icon{width:24px;height:24px;display:flex;justify-content:center;align-items:center;transition:transform .3s ease}.value-accordion-icon svg{width:100%;height:100%}.value-accordion-icon.expanded{transform:rotate(-180deg)}.value-accordion-content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.34,1.56,.64,1),opacity .4s ease;opacity:0;visibility:hidden}.value-accordion-content.expanded{grid-template-rows:1fr;opacity:1;visibility:visible}.value-accordion-body{overflow:hidden}.value-accordion-body p{padding-bottom:2rem;padding-top:.5rem;font-size:1.05rem;color:#222;line-height:1.5;font-weight:400;border-top:1px solid transparent;margin:0}.committed-section{width:100%;padding:5rem 2rem;display:flex;justify-content:center;align-items:center;background-color:transparent}.committed-container{max-width:1200px;width:100%;display:flex;justify-content:space-between;align-items:center;gap:4rem}.committed-image-wrapper{flex:0 0 500px;position:relative;height:550px;display:flex;justify-content:center;align-items:flex-end;transform:translate(-5rem)}.committed-blob{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:110%;height:110%;z-index:1;pointer-events:none}.committed-person-image{position:relative;z-index:5;height:95%;object-fit:contain;object-position:bottom;pointer-events:none}.float-circle{position:absolute;border-radius:50%;background-color:#21bdf3;z-index:2;animation:floatOrbit 8s infinite alternate ease-in-out}.circle-1{width:65px;height:65px;top:15%;right:-5%;animation-duration:9s}.circle-2{width:35px;height:35px;bottom:10%;left:-2%;animation-duration:7s}.circle-3{width:25px;height:25px;top:18%;left:10%;animation-duration:11s}.circle-4{width:18px;height:18px;bottom:25%;right:15%;animation-duration:6s}@keyframes floatOrbit{0%{transform:translate(0) scale(1)}33%{transform:translate(15px,-15px) scale(1.05)}66%{transform:translate(-10px,10px) scale(.95)}to{transform:translate(0) scale(1)}}.committed-text-wrapper{flex:1;display:flex;flex-direction:column}.committed-title{font-size:clamp(3rem,5vw,4.5rem);font-weight:900;color:#000;line-height:1.05;letter-spacing:-2px;margin-bottom:1.5rem}.committed-desc{font-size:1.25rem;color:#333;line-height:1.6;font-weight:400;margin-bottom:3rem}.committed-metrics{display:flex;gap:3rem;margin-bottom:4rem}.metric-item{display:flex;flex-direction:column}.metric-number{font-size:clamp(3rem,5vw,4.2rem);font-weight:500;color:#000;margin:0;line-height:1;letter-spacing:-2px}.metric-label{font-size:1.15rem;font-weight:700;color:#111;line-height:1.3;margin-top:1rem}.explore-btn{background-color:#000;color:#fff;padding:1.1rem 2.8rem;border-radius:12px;font-size:1rem;font-weight:600;border:none;cursor:pointer;align-self:flex-start;transition:transform .2s ease,box-shadow .2s ease}.explore-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0003}.faq-section{width:100%;padding:5rem 2rem;display:flex;justify-content:center;align-items:center}.faq-container{max-width:1200px;width:100%;display:flex;justify-content:space-between;align-items:center;gap:5rem}.faq-heading-col{flex:.8}.faq-title{font-size:clamp(3rem,5vw,4.5rem);font-weight:900;color:#000;line-height:1;letter-spacing:-2px;margin:0}.faq-accordion-col{flex:1.2;display:flex;flex-direction:column;gap:1.5rem}.faq-accordion-card{width:100%;background-color:#edf9ff;border:2px solid #222;border-radius:20px;overflow:hidden;box-shadow:2px 5px #222;transition:all .3s cubic-bezier(.34,1.56,.64,1);cursor:pointer;padding:0 2rem}.faq-accordion-card.expanded{background-color:#21bdf3}.faq-accordion-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0}.faq-accordion-header h3{font-size:1.3rem;font-weight:800;color:#111;margin:0;letter-spacing:-.5px;padding-right:1rem}.faq-accordion-icon{width:32px;height:32px;background-color:#000;border-radius:50%;display:flex;justify-content:center;align-items:center;transition:transform .3s ease;flex-shrink:0}.faq-accordion-icon svg{width:18px;height:18px}.faq-accordion-icon.expanded{transform:rotate(-180deg)}.faq-accordion-content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.34,1.56,.64,1),opacity .4s ease;opacity:0;visibility:hidden}.faq-accordion-content.expanded{grid-template-rows:1fr;opacity:1;visibility:visible}.faq-accordion-body{overflow:hidden}.faq-accordion-body p{padding-bottom:2rem;padding-top:.5rem;font-size:1.05rem;color:#222;line-height:1.5;font-weight:400;border-top:1px solid transparent;margin:0}.features-page{padding-top:4rem;display:flex;flex-direction:column;align-items:center;width:100%;flex:1}.features-page>.site-footer{margin-top:4rem}.features-hero-section{width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:center;padding:0 2rem}.features-hero-title{font-size:clamp(5rem,10vw,11rem);font-weight:900;color:#000;line-height:.85;letter-spacing:-3px;margin:0 0 4rem;text-align:center}.features-grid-section{width:100%;display:flex;justify-content:center;padding:0 2rem}.features-grid-container{max-width:1200px;width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:3.5rem 3rem}.feature-grid-card{position:relative;background-color:#edf9ff;border:2px solid #111;border-radius:16px;padding:2.5rem 2rem;display:flex;align-items:center;min-height:180px;transition:all .3s cubic-bezier(.34,1.56,.64,1);box-shadow:2px 2px #111}.feature-grid-card:hover{transform:translateY(-5px);border-color:#21bdf3;box-shadow:5px 8px #111;border-width:3px;padding:calc(2.5rem - 1px) calc(2rem - 1px)}.feature-card-content{width:70%;display:flex;flex-direction:column;gap:.8rem;z-index:2;position:relative}.feature-card-title{font-size:1.65rem;font-weight:800;color:#000;margin:0;line-height:1.15;letter-spacing:-.5px}.feature-card-desc{font-size:1rem;color:#333;line-height:1.5;margin:0;font-weight:400;max-width:90%}.feature-card-floating-img{position:absolute;right:-20px;bottom:-20px;height:130%;max-height:250px;object-fit:contain;z-index:5;pointer-events:none;transition:transform .4s ease}.feature-grid-card:hover .feature-card-floating-img{transform:scale(1.05) rotate(-2deg)}@media(max-width:968px){.features-grid-container{grid-template-columns:1fr;gap:4rem}}@media(max-width:500px){.feature-card-floating-img{right:-10px;height:100%;opacity:.4}.feature-card-content{width:100%}}.prices-page{padding-top:2rem;display:flex;flex-direction:column;align-items:center;width:100%;flex:1}.prices-page>.site-footer{margin-top:4rem}.pricing-hero{width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:center;padding:0 2rem;text-align:center}.pricing-title{font-size:clamp(5rem,10vw,11rem);font-weight:900;color:#000;line-height:.95;letter-spacing:-3px;margin:0 0 1rem}.pricing-subtitle{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;color:#111;margin:0 0 .5rem}.pricing-desc{font-size:1.15rem;color:#555;font-weight:500;margin:0 0 3rem}.pricing-cards-section{width:100%;display:flex;justify-content:center;padding:0 2rem}.pricing-cards-container{max-width:1200px;width:100%;display:flex;flex-direction:row;justify-content:center;gap:2.5rem}.pricing-card{flex:1;background-color:#fff;border-radius:40px;padding:3rem 2.5rem;box-shadow:0 10px 30px #00000014;border:4px solid #DFDFDF;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .4s cubic-bezier(.34,1.56,.64,1);overflow:hidden}.pricing-card.popular{background-color:#edf9ff;border-color:#c7eafc}.pricing-card:hover{transform:translateY(-10px);border-color:#222;box-shadow:5px 15px 40px #00000026}.pricing-header h3{font-size:1.7rem;font-weight:800;color:#111;margin:0 0 .5rem}.pricing-subtext{font-size:.95rem;color:#777;margin:0 0 2rem;height:2.5rem;display:flex;align-items:center;justify-content:center}.popular-badge-wrapper{display:flex;align-items:center;justify-content:center;gap:.8rem;margin-bottom:.5rem}.popular-badge-wrapper h3{margin:0}.popular-badge{background-color:#0b6a88;color:#fff;font-size:.75rem;font-weight:700;padding:.4rem .8rem;border-radius:20px;text-transform:uppercase}.pricing-price{display:flex;align-items:baseline;justify-content:center;margin-bottom:2.5rem}.currency{font-size:2rem;font-weight:700;color:#111;margin-right:.2rem}.amount{font-size:4rem;font-weight:800;color:#111;line-height:1}.period{font-size:1rem;color:#555;font-weight:600;margin-left:.5rem}.pricing-btn{width:100%;padding:1rem;font-size:1.15rem;font-weight:700;border-radius:12px;border:none;cursor:pointer;margin-bottom:3rem;transition:all .3s ease}.cyan-btn{background-color:#0b6a88;color:#fff}.cyan-btn:hover{background-color:#095066}.black-btn{background-color:#000;color:#fff}.black-btn:hover{background-color:#333}.pricing-lorem{font-size:.6rem;color:#111;font-weight:600;text-transform:uppercase;letter-spacing:0px;margin-bottom:1.5rem;align-self:flex-start;text-align:left}.pricing-features{list-style:none;padding:0;margin:0;width:100%;display:flex;flex-direction:column;gap:1rem}.plan-feature{display:flex;align-items:flex-start;text-align:left;gap:.8rem;transition:transform .4s cubic-bezier(.34,1.56,.64,1),color .4s ease}.plan-feature-icon{width:16px;height:16px;flex-shrink:0;fill:#000;margin-top:3px;transition:transform .4s cubic-bezier(.34,1.56,.64,1),fill .4s ease}.plan-feature span{font-size:.85rem;color:#111;line-height:1.4;font-weight:500}.pricing-card:hover .plan-feature{transform:translate(8px)}.pricing-card:hover .plan-feature-icon{transform:scale(1.3);fill:#21bdf3}.pricing-card:hover .plan-feature:nth-child(1){transition-delay:.05s}.pricing-card:hover .plan-feature:nth-child(2){transition-delay:.1s}.pricing-card:hover .plan-feature:nth-child(3){transition-delay:.15s}.pricing-card:hover .plan-feature:nth-child(4){transition-delay:.2s}.pricing-card:hover .plan-feature:nth-child(5){transition-delay:.25s}.pricing-card:hover .plan-feature:nth-child(6){transition-delay:.3s}@media(max-width:1024px){.pricing-cards-container{flex-direction:column;align-items:center}.pricing-card{width:100%;max-width:500px}}.contact-page{display:flex;flex-direction:column;width:100%;height:100vh;overflow:hidden;padding:2rem 4rem 3rem;box-sizing:border-box}.contact-hero{width:100%;flex-shrink:0;margin-bottom:2.5rem}.contact-title{display:flex;justify-content:center;font-size:clamp(5rem,10vw,11rem);font-weight:800;color:#000;line-height:.85;letter-spacing:-5px;margin:0;white-space:nowrap}.contact-body{flex:1;display:flex;justify-content:center;overflow:hidden}.contact-container{max-width:1200px;width:100%;display:flex;gap:6rem;align-items:flex-start}.contact-info-col{flex:1;display:flex;flex-direction:column;gap:1.5rem}.contact-intro{font-size:1rem;font-weight:700;color:#111;line-height:1.5;max-width:320px;margin:0}.contact-details{display:flex;flex-direction:column;gap:.5rem}.contact-details p{font-size:.95rem;color:#222;font-weight:400;margin:0}.contact-form-col{flex:1.3;display:flex;flex-direction:column}.contact-form-title{font-size:1.2rem;font-weight:800;color:#111;margin:0 0 1.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:flex;gap:3rem}.form-group{flex:1;display:flex;flex-direction:column;gap:.3rem}.form-group.full-width{width:100%}.form-group label{font-size:.85rem;font-weight:500;color:#333}.form-group input,.form-group textarea{background:transparent;border:none;border-bottom:1.5px solid #999;outline:none;padding:.3rem 0;font-size:.95rem;color:#111;width:100%;font-family:inherit;resize:none;transition:border-color .2s ease}.form-group input:focus,.form-group textarea:focus{border-bottom-color:#000}.contact-submit-btn{align-self:flex-start;background-color:#0b6a88;color:#fff;padding:.75rem 2.2rem;font-size:.95rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.contact-submit-btn:hover{background-color:#095066;transform:translateY(-2px)}@media(max-width:768px){.contact-page{height:auto;overflow:auto;padding:2rem}.contact-container{flex-direction:column;gap:3rem}.contact-title{font-size:clamp(4rem,20vw,8rem);white-space:normal}.form-row{flex-direction:column;gap:1.5rem}}.site-footer{background-color:#5ecbf0;width:110%;margin-left:-5%;margin-right:-5%;margin-bottom:-2rem;padding:3.5rem 6% 2rem;box-sizing:border-box;font-family:Poppins,sans-serif}.footer-main{display:flex;justify-content:space-between;gap:4rem;align-items:flex-start;max-width:1400px;margin:0 auto;padding-bottom:2rem}.footer-left{flex:1.4;display:flex;flex-direction:column;gap:1.2rem;max-width:460px}.footer-logo{font-family:DynaPuff,cursive;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:#fff;line-height:1;letter-spacing:-1px}.footer-tagline{font-size:.95rem;color:#fff;line-height:1.55;margin:0;font-weight:400;max-width:380px}.footer-socials{display:flex;gap:.8rem;align-items:center;margin-top:.3rem}.social-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background-color:#0000002e;color:#fff;text-decoration:none;transition:background-color .25s ease,transform .2s ease}.social-icon svg{width:18px;height:18px}.social-icon:hover{background-color:#00000061;transform:translateY(-2px)}.footer-newsletter{display:flex;flex-direction:column;gap:.8rem;margin-top:.3rem}.newsletter-label{font-size:.95rem;font-weight:700;color:#fff;margin:0}.newsletter-form{display:flex;gap:0;align-items:stretch}.newsletter-input{flex:1;padding:.8rem 1.2rem;font-size:.9rem;background:#fff;border:none;border-radius:8px 0 0 8px;outline:none;font-family:Poppins,sans-serif;color:#111}.newsletter-input::placeholder{color:#aaa}.newsletter-btn{background-color:#111;color:#fff;border:none;padding:.8rem 1.5rem;font-size:.9rem;font-weight:700;border-radius:0 8px 8px 0;cursor:pointer;font-family:Poppins,sans-serif;transition:background-color .2s ease;white-space:nowrap}.newsletter-btn:hover{background-color:#333}.footer-links{display:flex;gap:5rem;flex-shrink:0}.footer-links-col{display:flex;flex-direction:column;gap:.8rem}.footer-links-col h4{font-size:1.05rem;font-weight:700;color:#fff;margin:0 0 .4rem}.footer-links-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem}.footer-links-col ul li a{font-size:.9rem;color:#fff;text-decoration:none;font-weight:400;transition:opacity .2s ease}.footer-links-col ul li a:hover{opacity:.7}.footer-bottom{text-align:center;max-width:1400px;margin:0 auto}.footer-divider{border:none;border-top:1px solid rgba(255,255,255,.35);margin-bottom:1.2rem}.footer-bottom p{font-size:.85rem;color:#fff;margin:.25rem 0;font-weight:400}.footer-bottom strong{font-weight:700}@media(max-width:900px){.footer-main{flex-direction:column;gap:3rem}.footer-links{gap:3rem}}@media(max-width:500px){.site-footer{padding:2.5rem 1.5rem 1.5rem}.newsletter-form{flex-direction:column}.newsletter-input,.newsletter-btn{border-radius:8px}}@media(max-width:1024px){.nav-links{gap:1.5rem}.grid-container{grid-template-columns:repeat(3,140px);grid-template-rows:repeat(4,140px);gap:12px}.platform-section{gap:3rem}.platform-heading{font-size:2.8rem}.admin-image-wrapper{width:400px;height:450px}.organic-image-container{width:340px;height:390px}.committed-image-wrapper{flex:0 0 380px;height:450px;transform:none}}@media(max-width:768px){.container{padding:1.5rem 4%}.navbar{flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.nav-links{order:3;width:100%;flex-wrap:wrap;gap:.75rem 1.25rem;justify-content:center}.contact-btn{order:2}.hero-section{flex-direction:column;text-align:center;gap:3rem}.hero-content{max-width:100%;margin-top:0}.email-form{flex-direction:column}.hero-visual{width:100%;justify-content:center;margin-right:0;overflow:hidden}.grid-container{grid-template-columns:repeat(3,110px);grid-template-rows:repeat(4,110px);gap:8px}.features-section{flex-direction:column;margin-top:3rem;gap:2.5rem}.features-list{max-width:100%;width:100%}.features-text-area{padding-left:0;text-align:center;width:100%}.features-heading{font-size:2.2rem}.erp-buttons-container{flex-direction:row;flex-wrap:wrap;justify-content:center;max-width:100%}.erp-btn{flex:1 1 130px;padding:1rem 1.5rem;font-size:1rem}.platform-section{flex-direction:column-reverse;margin-top:3rem;margin-bottom:3rem;gap:3rem}.platform-text-area{text-align:center;display:flex;flex-direction:column;align-items:center}.platform-heading{font-size:2.5rem;letter-spacing:-1px}.platform-cards-stack{position:relative;height:700px;width:100%;max-width:420px;margin-left:0}.admin-tasks-section{flex-direction:column-reverse;margin-top:3rem;margin-bottom:3rem;gap:3rem}.admin-tasks-text-area{text-align:center;padding-right:0}.admin-tasks-heading{font-size:2.2rem}.admin-tasks-intro{font-size:1rem}.admin-tasks-image-area{justify-content:center}.admin-image-wrapper{width:320px;height:360px}.organic-image-container{width:270px;height:310px;top:20px;left:20px}.portal-roles-nav{flex-wrap:wrap;gap:.75rem}.portal-content-area{flex-direction:column;gap:2.5rem}.portal-image-container{max-width:100%;width:100%;height:320px}.portal-text-container h3{font-size:2rem}.mobile-app-section{flex-direction:column;gap:2.5rem;margin-bottom:3rem}.mobile-app-text-area{max-width:100%;text-align:center}.mobile-app-mockups{width:100%;height:500px;display:flex;justify-content:center}.phone-academic{left:5%;bottom:0}.phone-welcome{left:50%;transform:translate(-50%);top:0}.phone-timetable{right:5%;bottom:-20px;transform:scale(.85)}.phone-calendar{display:none}.puzzle-wrapper{flex-wrap:wrap;gap:1rem;justify-content:center}.puzzle-piece{width:240px;height:240px;margin-left:0}.app-features-content{flex-direction:column;align-items:center;gap:3rem}.app-features-col{width:100%;max-width:500px}.app-features-center{flex:0 0 auto;order:-1}.app-vertical-line,.cross-mark{display:none}.bridging-content-wrapper{flex-direction:column;align-items:center;gap:2.5rem}.bridging-phone-column{flex:0 0 auto}.bridging-text-column{width:100%}.bridging-heading{text-align:center}.bridging-grid{max-width:100%}.about-vision-container{flex-direction:column;gap:1.5rem;align-items:center;text-align:center}.about-images-container{aspect-ratio:auto;height:400px}.about-image-right-wrapper{width:52%;height:65%}.values-content-wrapper{flex-direction:column;gap:2rem}.values-heading-col{text-align:center}.committed-container{flex-direction:column;align-items:center}.committed-image-wrapper{flex:0 0 auto;width:100%;max-width:400px;height:400px;transform:none}.committed-text-wrapper{align-items:center;text-align:center}.explore-btn{align-self:center}.committed-metrics{justify-content:center;gap:2rem}.faq-container{flex-direction:column;gap:2rem}.faq-heading-col{text-align:center}.features-grid-container{grid-template-columns:1fr}}@media(max-width:480px){.container{padding:1rem 4%}.nav-links a{font-size:.85rem}.grid-container{grid-template-columns:repeat(3,85px);grid-template-rows:repeat(4,85px);gap:6px}.box-text{font-size:.9rem;padding:.75rem}.quote{font-size:.65rem}.admin-image-wrapper{width:280px;height:320px}.organic-image-container{width:230px;height:270px}.platform-cards-stack{height:600px}.platform-card{height:250px}.card-2{top:185px}.card-3{top:370px}.platform-card-content h3{font-size:1.3rem}.puzzle-piece{width:165px;height:165px}.puzzle-content h2{font-size:2rem}.puzzle-content h4{font-size:.75rem}.mobile-app-mockups{height:400px}.phone-wrapper{width:200px;height:400px;border-radius:30px;border-width:9px}.phone-timetable{display:none}.app-features-col{max-width:100%}.phone-bridging{width:230px!important;height:500px!important}.about-images-container{height:300px}.about-image-right-wrapper{width:55%;height:60%}.committed-image-wrapper{height:320px}.committed-metrics{flex-wrap:wrap;gap:1.5rem}.faq-accordion-header h3{font-size:1rem}.portal-image-container{height:260px}.portal-text-container h3{font-size:1.6rem}.portal-benefits-list li span{font-size:1rem}}
