
/* =========================================================
   G-SALDIO SCHOOL SYSTEM — V12 SIGNATURE LANDING PAGE
   ========================================================= */
:root{
  --school-bg:#061d19;
  --school-bg-2:#082b26;
  --school-teal:#13b39f;
  --school-teal-bright:#42d3bf;
  --school-mint:#dff6f1;
  --school-paper:#f5f9f8;
  --school-ink:#10221f;
  --school-muted:#667a75;
  --school-line:#d7e5e1;
}
.school-v12{background:var(--school-paper);color:var(--school-ink);overflow-x:hidden}
.school-v12 .school-site-header:not(.scrolled){background:rgba(6,29,25,.44)}
.school-v12 .school-site-header:not(.scrolled) .desktop-nav.nav-capsule{background:rgba(255,255,255,.035)}
.school-v12 .school-coming-button{background:rgba(64,213,192,.12);border:1px solid rgba(102,225,208,.18);box-shadow:none}
.school-v12 .school-ecosystem-link{white-space:nowrap}

.school-signature-hero{
  position:relative;
  min-height:980px;
  padding:150px 0 70px;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 76% 46%,rgba(32,207,182,.12),transparent 25%),
    radial-gradient(circle at 15% 92%,rgba(8,125,111,.25),transparent 34%),
    linear-gradient(135deg,#051a17 0%,#072b25 48%,#073d35 100%);
}
.school-hero-atmosphere{position:absolute;inset:0;pointer-events:none}
.school-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(91,226,207,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(91,226,207,.04) 1px,transparent 1px);background-size:48px 48px}
.school-aurora{position:absolute;border-radius:50%;filter:blur(18px);opacity:.7}
.school-aurora-a{width:680px;height:680px;right:-210px;top:60px;background:radial-gradient(circle,rgba(45,221,196,.16),transparent 68%);animation:schoolAuroraA 13s ease-in-out infinite}
.school-aurora-b{width:440px;height:440px;left:-160px;bottom:-150px;background:radial-gradient(circle,rgba(9,163,143,.18),transparent 70%);animation:schoolAuroraB 17s ease-in-out infinite}
@keyframes schoolAuroraA{50%{transform:translate(-30px,24px) scale(1.06)}}
@keyframes schoolAuroraB{50%{transform:translate(45px,-26px) scale(.95)}}
.school-orbit{position:absolute;border:1px solid rgba(69,220,200,.07);border-radius:50%}
.school-orbit.orbit-a{width:780px;height:780px;right:-250px;top:20px}
.school-orbit.orbit-b{width:1030px;height:1030px;right:-380px;top:-105px;border-style:dashed}

.school-signature-grid{position:relative;z-index:3;display:grid;grid-template-columns:.88fr 1.12fr;gap:55px;align-items:center}
.school-product-index{display:flex;align-items:center;gap:11px;color:#75a69d;font-size:8px;font-weight:900;letter-spacing:.16em}
.school-product-index span:first-child{color:#4ed3c0}
.school-product-index i{width:40px;height:1px;background:linear-gradient(90deg,#34c6b1,transparent)}
.school-logo-panel{width:min(455px,100%);margin-top:22px;padding:12px 16px;border-radius:17px;background:#fff;box-shadow:0 20px 55px rgba(0,0,0,.13)}
.school-logo-panel img{display:block;width:100%;height:auto}
.school-status-row{display:flex;align-items:center;gap:9px;margin-top:24px;color:#769c95;font-size:8px;font-weight:900;letter-spacing:.11em}
.school-status-row strong{color:#86ddd0}
.school-status-row i{width:1px;height:11px;background:#31534d}
.school-live-dot{width:7px;height:7px;border-radius:50%;background:#35d3bd;box-shadow:0 0 0 6px rgba(53,211,189,.07);animation:schoolPulse 2.3s infinite}
@keyframes schoolPulse{50%{box-shadow:0 0 0 11px rgba(53,211,189,0)}}
.school-signature-copy h1{margin:25px 0 0;font:800 clamp(55px,6.3vw,88px)/.96 var(--manrope);letter-spacing:-.075em}
.school-signature-copy h1 em{font-style:normal;color:var(--school-teal-bright)}
.school-signature-lead{max-width:640px;margin:26px 0 0;color:#a5c0ba;font-size:17px;line-height:1.75}
.school-signature-actions{display:flex;gap:11px;margin-top:31px}
.school-primary-button{background:linear-gradient(135deg,#17ae9b,#0b887a);color:#fff;box-shadow:0 17px 36px rgba(10,159,141,.2)}
.school-ghost-button{border:1px solid rgba(181,231,222,.14);background:rgba(255,255,255,.055);color:#eaf9f6;backdrop-filter:blur(10px)}
.school-capability-strip{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:27px;color:#708f89;font-size:9px;font-weight:800}
.school-capability-strip i{width:3px;height:3px;border-radius:50%;background:#39635c}

.school-workspace-scene{position:relative;min-height:675px;display:grid;place-items:center}
.school-workspace-glow{position:absolute;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(40,214,191,.12),transparent 68%);filter:blur(10px)}
.school-app-window{position:relative;z-index:3;width:min(720px,100%);height:540px;border:1px solid rgba(194,233,226,.3);border-radius:24px;background:#f6f9f8;color:var(--school-ink);overflow:hidden;box-shadow:0 45px 120px rgba(0,0,0,.32);transform:perspective(1400px) rotateY(-5deg) rotateX(2deg);transition:transform .35s cubic-bezier(.16,1,.3,1)}
.school-browser-bar{height:44px;display:grid;grid-template-columns:90px 1fr 90px;align-items:center;padding:0 14px;border-bottom:1px solid #dbe6e3;background:#fbfdfc}
.browser-dots{display:flex;gap:5px}.browser-dots i{width:7px;height:7px;border-radius:50%;background:#cdd9d6}.school-url{justify-self:center;min-width:190px;padding:6px 12px;border-radius:7px;background:#edf3f1;color:#879793;text-align:center;font-size:8px}.school-url span{color:#13aa97}.school-user-dot{justify-self:end;width:26px;height:26px;border-radius:50%;background:#dce9e5}
.school-app-shell{height:calc(100% - 44px);display:grid;grid-template-columns:58px 1fr}
.school-app-sidebar{display:flex;flex-direction:column;align-items:center;gap:15px;padding:15px 0;background:#082b26}
.school-app-sidebar img{width:31px;height:31px;border-radius:9px;margin-bottom:6px}
.school-app-sidebar>div{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;color:#769d96;font-size:11px}
.school-app-sidebar .school-side-active{background:#12a793;color:#fff;box-shadow:0 8px 20px rgba(18,167,147,.2)}
.school-app-sidebar b{margin-top:auto;margin-bottom:2px;width:22px;height:22px;border-radius:50%;background:#16443d}
.school-app-main{padding:22px}
.school-app-top{display:flex;justify-content:space-between;align-items:center}
.school-app-top small,.school-card-head small{display:block;color:#91a19d;font-size:7px;font-weight:900;letter-spacing:.12em}
.school-app-top strong{display:block;margin-top:4px;font:800 20px var(--manrope)}
.school-app-tools{display:flex;align-items:center;gap:8px}.school-app-tools i{width:28px;height:28px;border-radius:8px;background:#edf3f1}.school-app-tools span{width:31px;height:31px;border-radius:50%;background:#dce9e5}
.school-app-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:20px}
.school-app-metrics article{padding:13px;border:1px solid #e0e9e7;border-radius:11px;background:#fff}
.school-app-metrics small{display:block;color:#94a39f;font-size:6px;font-weight:900;letter-spacing:.09em}
.school-app-metrics strong{display:block;margin-top:5px;font:800 15px var(--manrope)}
.school-app-metrics span{display:inline-block;margin-top:7px;padding:3px 5px;border-radius:5px;background:#e5f6f2;color:#087d70;font-size:6px;font-weight:900}
.school-app-body{display:grid;grid-template-columns:1.35fr .65fr;gap:9px;margin-top:9px}
.school-chart-card,.school-activity-card{height:260px;padding:14px;border:1px solid #e0e9e7;border-radius:12px;background:#fff}
.school-card-head{display:flex;justify-content:space-between;align-items:center}.school-card-head strong{display:block;margin-top:3px;font:800 11px var(--manrope)}.school-card-head>span{color:#8c9b97;font-size:7px}
.school-chart-area{position:relative;height:190px;margin-top:10px;overflow:hidden}.school-chart-area>i{position:absolute;left:0;right:0;height:1px;background:#eef3f1}.school-chart-area>i:nth-child(1){top:15%}.school-chart-area>i:nth-child(2){top:38%}.school-chart-area>i:nth-child(3){top:61%}.school-chart-area>i:nth-child(4){top:84%}.school-chart-area svg{position:absolute;inset:0;width:100%;height:100%}
.school-activity-list{display:grid;gap:9px;margin-top:13px}.school-activity-list>div{display:grid;grid-template-columns:8px 1fr auto;gap:7px;align-items:center;padding-bottom:8px;border-bottom:1px solid #eef2f1}.school-activity-list i{width:6px;height:6px;border-radius:50%;background:#19ad99}.school-activity-list span b{display:block;font-size:7px}.school-activity-list span small{display:block;margin-top:2px;color:#93a29e;font-size:6px}.school-activity-list em{font-style:normal;color:#637571;font-size:6px;font-weight:800}
.school-float-chip{position:absolute;z-index:6;display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid rgba(192,231,224,.28);border-radius:14px;background:rgba(250,255,253,.96);color:var(--school-ink);box-shadow:0 18px 40px rgba(0,0,0,.16);backdrop-filter:blur(10px)}
.school-float-chip>span{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#e1f5f1;color:#078677;font-size:7px;font-weight:900}.school-float-chip small{display:block;color:#91a19d;font-size:6px;font-weight:900;letter-spacing:.1em}.school-float-chip strong{display:block;margin-top:2px;font:800 9px var(--manrope)}
.float-finance{left:-20px;top:16%}.float-billing{right:-18px;top:31%}.float-inventory{right:3%;bottom:8%}
.school-hero-footer{position:absolute;z-index:4;left:50%;bottom:25px;transform:translateX(-50%);display:flex;align-items:center;justify-content:space-between;color:#537a73;font-size:7px;font-weight:900;letter-spacing:.14em}.school-hero-footer i{flex:1;height:1px;margin:0 24px;background:linear-gradient(90deg,transparent,#28574f,transparent)}

.school-signal{overflow:hidden;background:#061a17;border-top:1px solid #113a33;border-bottom:1px solid #113a33;color:#6d9c94}.school-signal>div{width:max-content;display:flex;align-items:center;gap:18px;padding:13px 0;animation:schoolMarquee 35s linear infinite;font-size:8px;font-weight:900;letter-spacing:.17em;white-space:nowrap}.school-signal span{padding-left:18px}.school-signal i{width:5px;height:5px;border-radius:50%;background:#20b8a4;box-shadow:0 0 0 5px rgba(32,184,164,.07)}@keyframes schoolMarquee{to{transform:translateX(-50%)}}

.school-connected-section{position:relative;padding:130px 0;background:#f6faf9;overflow:hidden}.school-connected-section:before{content:"02";position:absolute;right:3%;top:32px;color:rgba(12,101,87,.045);font:800 170px var(--manrope);letter-spacing:-.08em}
.school-section-intro{position:relative;display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:end}
.school-section-kicker{color:#087f72;font-size:9px;font-weight:900;letter-spacing:.17em}.school-section-kicker.light{color:#64d5c6}
.school-section-intro h2,.school-experience-head h2,.school-principles-head h2{margin:12px 0 0;font:800 clamp(45px,5.5vw,72px)/1 var(--manrope);letter-spacing:-.065em}.school-section-intro h2 em,.school-experience-head h2 em,.school-principles-head h2 em{font-style:normal;color:var(--school-teal)}
.school-section-intro>p{margin:0;color:var(--school-muted);line-height:1.75}
.school-system-flow{position:relative;margin-top:65px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #cadbd7;border-bottom:1px solid #cadbd7}
.flow-axis{position:absolute;left:0;right:0;top:50%;height:1px;pointer-events:none;background:linear-gradient(90deg,transparent,#9bcfc5 12%,#9bcfc5 88%,transparent)}.flow-axis span{position:absolute;left:0;top:-3px;width:7px;height:7px;border-radius:50%;background:#17ad99;box-shadow:0 0 0 6px #e1f4f0;animation:flowMove 7s ease-in-out infinite}@keyframes flowMove{50%{left:calc(100% - 7px)}}
.school-module{position:relative;z-index:2;min-height:380px;padding:27px;border-right:1px solid #d6e3e0;background:rgba(246,250,249,.92);transition:.28s ease}.school-module:last-child{border-right:0}.school-module:hover{z-index:3;background:#fff;transform:translateY(-8px);box-shadow:0 28px 60px rgba(14,75,66,.09)}
.module-num{color:#8a9a96;font-size:8px;font-weight:900}.module-icon{width:50px;height:50px;margin-top:70px;display:grid;place-items:center;border-radius:15px;background:#e0f4ef;color:#098676;font:700 22px var(--manrope)}
.module-copy{margin-top:22px}.module-copy small{color:#8b9b97;font-size:7px;font-weight:900;letter-spacing:.11em}.module-copy h3{margin:6px 0 0;font:800 29px var(--manrope);letter-spacing:-.045em}.module-copy p{color:#6c7e79;line-height:1.65;font-size:13px}.school-module>b{position:absolute;left:27px;bottom:26px;color:#78918b;font-size:8px;text-transform:uppercase;letter-spacing:.12em}
.school-flow-foot{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:25px;color:#71847f;font-size:10px;font-weight:800}.school-flow-foot>span{display:flex;align-items:center;gap:9px}.school-flow-foot i{width:7px;height:7px;border-radius:50%;background:#19ac98;box-shadow:0 0 0 5px #dff3ef}.school-flow-foot a{color:#087e71}.school-flow-foot b{margin-left:5px}

.school-workflow-section{padding:130px 0;background:#fff}.school-workflow-grid{display:grid;grid-template-columns:.68fr 1.32fr;gap:90px}.school-workflow-title{position:sticky;top:130px;align-self:start}.school-workflow-title h2{margin:12px 0 0;font:800 clamp(45px,5vw,66px)/1.02 var(--manrope);letter-spacing:-.065em}.school-workflow-title p{max-width:430px;color:var(--school-muted);line-height:1.75}.school-workflow-steps{border-top:1px solid #d6e3e0}.school-workflow-steps article{display:grid;grid-template-columns:42px 1fr 30px;gap:18px;align-items:center;padding:34px 0;border-bottom:1px solid #d6e3e0}.school-workflow-steps article>span{color:#82938e;font-size:9px;font-weight:900}.school-workflow-steps small{color:#0a887a;font-size:7px;font-weight:900;letter-spacing:.13em}.school-workflow-steps h3{margin:5px 0 0;font:800 24px var(--manrope);letter-spacing:-.035em}.school-workflow-steps p{margin:6px 0 0;color:#71827e;font-size:13px}.school-workflow-steps b{color:#899995;font-size:18px}

.school-experience-section{position:relative;padding:130px 0 155px;background:#061e1a;color:#fff;overflow:hidden}.school-experience-grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(78,219,199,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(78,219,199,.035) 1px,transparent 1px);background-size:54px 54px}.school-experience-head{position:relative;max-width:900px}.school-experience-head p{max-width:680px;color:#9db8b2;line-height:1.75}.school-experience-head h2 em{color:#4bd2bf}
.school-experience-stage{position:relative;width:92%;margin:70px auto 0}.experience-window{overflow:hidden;border:1px solid rgba(176,229,220,.18);border-radius:26px;background:#f4f7f6;color:var(--school-ink);box-shadow:0 48px 120px rgba(0,0,0,.34);transform:perspective(1500px) rotateX(2deg)}
.experience-window-top{height:66px;display:grid;grid-template-columns:220px 1fr 70px;align-items:center;padding:0 18px;border-bottom:1px solid #dce6e3;background:#fbfcfc}.experience-logo{display:flex;align-items:center;gap:10px}.experience-logo img{width:36px;height:36px;border-radius:10px}.experience-logo strong{display:block;font:800 11px var(--manrope)}.experience-logo span{display:block;color:#8b9b97;font-size:7px}.experience-tabs{display:flex;justify-content:center;gap:7px}.experience-tabs span{padding:8px 10px;border-radius:8px;color:#81918d;font-size:8px;font-weight:800}.experience-tabs span.active{background:#e4f5f1;color:#087e71}.experience-avatar{justify-self:end;width:32px;height:32px;border-radius:50%;background:#d9e7e3}
.experience-layout{height:540px;display:grid;grid-template-columns:180px 1fr}.experience-layout>aside{padding:22px 12px;border-right:1px solid #dfe8e6;background:#f9fbfa}.xp-nav{display:flex;align-items:center;gap:10px;padding:10px 11px;border-radius:9px;color:#748681;font-size:9px;font-weight:800}.xp-nav i{width:22px;height:22px;display:grid;place-items:center;border-radius:7px;background:#edf3f1;font-style:normal}.xp-nav.active{background:#e2f4f0;color:#087c70}.xp-nav.active i{background:#13aa97;color:#fff}.xp-divider{height:1px;margin:13px 9px;background:#e0e8e6}
.experience-layout>main{padding:29px}.xp-page-title{display:flex;justify-content:space-between;align-items:center}.xp-page-title small,.xp-head small{display:block;color:#91a09c;font-size:7px;font-weight:900;letter-spacing:.12em}.xp-page-title h3{margin:4px 0 0;font:800 27px var(--manrope)}.xp-page-title button{border:0;padding:10px 14px;border-radius:9px;background:#092e29;color:#fff;font-size:8px;font-weight:900}.xp-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:24px}.xp-cards article{padding:16px;border:1px solid #e0e9e7;border-radius:12px;background:#fff}.xp-cards small{display:block;color:#8a9b96;font-size:7px}.xp-cards strong{display:block;margin-top:7px;font:800 17px var(--manrope)}.xp-cards span{display:inline-block;margin-top:9px;padding:4px 6px;border-radius:5px;background:#e3f5f1;color:#087d70;font-size:6px;font-weight:900}
.xp-detail-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:10px;margin-top:10px}.xp-chart,.xp-recent{height:285px;padding:16px;border:1px solid #e0e9e7;border-radius:12px;background:#fff}.xp-head{display:flex;justify-content:space-between}.xp-head strong{display:block;margin-top:3px;font:800 11px var(--manrope)}.xp-head>span{color:#81918d;font-size:7px}.xp-bars{height:205px;display:flex;align-items:end;gap:10px;padding:25px 8px 4px;border-bottom:1px solid #edf2f0;background:repeating-linear-gradient(to bottom,transparent 0,transparent 49px,#edf2f0 50px)}.xp-bars i{flex:1;height:var(--h);border-radius:5px 5px 2px 2px;background:linear-gradient(#3bcdb9,#0a9686)}.xp-recent{display:flex;flex-direction:column}.xp-row{display:grid;grid-template-columns:8px 1fr auto;gap:8px;align-items:center;padding:17px 0;border-bottom:1px solid #edf2f0}.xp-row>i{width:7px;height:7px;border-radius:50%;background:#16ad99}.xp-row b{display:block;font-size:8px}.xp-row small{display:block;margin-top:2px;color:#91a09c;font-size:6px}.xp-row em{font-style:normal;color:#5f716d;font-size:7px;font-weight:800}
.experience-note{position:absolute;padding:9px 12px;border:1px solid rgba(112,213,198,.22);border-radius:10px;background:rgba(7,46,40,.91);color:#b8e2db;font-size:8px;font-weight:900;box-shadow:0 15px 30px rgba(0,0,0,.19)}.experience-note i{position:absolute;height:1px;background:#3fcbb7}.note-one{left:-50px;top:31%}.note-one i{right:-50px;top:50%;width:50px}.note-two{right:-54px;top:47%}.note-two i{left:-54px;top:50%;width:54px}.note-three{left:11%;bottom:-17px}

.school-principles-section{padding:130px 0;background:#edf5f2}.school-principles-head{display:flex;align-items:end;justify-content:space-between}.school-principle-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:55px;border-top:1px solid #cadbd7;border-bottom:1px solid #cadbd7}.school-principle-grid article{min-height:300px;padding:27px;border-right:1px solid #d2e1dd}.school-principle-grid article:last-child{border-right:0}.school-principle-grid span{color:#879893;font-size:9px;font-weight:900}.school-principle-grid h3{margin:70px 0 0;font:800 22px var(--manrope);letter-spacing:-.035em}.school-principle-grid p{color:#6c7e79;line-height:1.65;font-size:13px}

.school-status-section{padding:100px 0;background:#fff}.school-status-card{position:relative;overflow:hidden;min-height:570px;display:grid;grid-template-columns:1fr .82fr;gap:70px;align-items:center;padding:55px;border-radius:32px;background:linear-gradient(135deg,#063a33,#0a6f63);color:#fff}.status-card-atmosphere{position:absolute;inset:0;pointer-events:none}.status-card-atmosphere i{position:absolute;border:1px solid rgba(104,225,209,.09);border-radius:50%}.status-card-atmosphere i:nth-child(1){width:500px;height:500px;right:-180px;top:-120px}.status-card-atmosphere i:nth-child(2){width:360px;height:360px;right:-110px;top:-50px}.status-card-atmosphere i:nth-child(3){width:230px;height:230px;right:-45px;top:25px}
.school-status-copy,.school-development-map{position:relative;z-index:2}.school-status-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border:1px solid rgba(148,227,216,.17);border-radius:999px;color:#8bded1;font-size:7px;font-weight:900;letter-spacing:.12em}.school-status-pill span{width:6px;height:6px;border-radius:50%;background:#41d1bd}.school-status-copy h2{margin:20px 0 0;font:800 clamp(42px,4.8vw,66px)/1.02 var(--manrope);letter-spacing:-.065em}.school-status-copy h2 em{font-style:normal;color:#54d9c7}.school-status-copy p{max-width:620px;color:#afd0ca;line-height:1.75}.school-status-actions{display:flex;align-items:center;gap:22px;margin-top:28px}.school-light-button{background:#fff;color:#08352f}.school-status-link{color:#b8dcd6;font-size:11px;font-weight:800}
.school-development-map{display:grid;gap:0}.development-line{position:absolute;left:21px;top:45px;bottom:45px;width:1px;background:linear-gradient(#4ad2bf,#34766d,#255a53)}.school-development-map article{position:relative;display:grid;grid-template-columns:44px 1fr 22px;gap:14px;align-items:center;min-height:96px}.school-development-map article>span{z-index:2;width:44px;height:44px;display:grid;place-items:center;border:1px solid rgba(154,225,215,.15);border-radius:13px;background:#0a594f;color:#77bdb3;font:800 8px var(--manrope)}.school-development-map small{display:block;color:#7db4ab;font-size:7px;font-weight:900;letter-spacing:.12em}.school-development-map strong{display:block;margin-top:4px;font:800 14px var(--manrope)}.school-development-map article>i{width:10px;height:10px;border-radius:50%;border:1px solid #4c9187}.school-development-map article.done>span{background:#138d7e;color:#fff}.school-development-map article.done>i{display:grid;place-items:center;width:20px;height:20px;border:0;background:#dff6f1;color:#087f72;font-style:normal;font-size:9px;font-weight:900}.school-development-map article.current>span{background:#11a28f;color:#fff;box-shadow:0 0 0 7px rgba(56,211,190,.07)}.school-development-map article.current>i{background:#4bd3c0;border-color:#4bd3c0;box-shadow:0 0 0 6px rgba(75,211,192,.08);animation:schoolPulse 2.2s infinite}

.school-footer{position:relative;padding:70px 0 28px;background:#061b18;color:#fff;overflow:hidden}.school-footer:after{content:"SCHOOL";position:absolute;right:-1%;bottom:-25px;color:rgba(107,163,153,.035);font:800 150px var(--manrope);letter-spacing:-.07em}.school-footer-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr 1fr;gap:60px;align-items:start}.school-footer-grid>div:first-child p{color:#708b85;font-size:11px}.school-footer-product{display:flex;align-items:center;gap:12px}.school-footer-product img{width:46px;height:46px;border-radius:13px}.school-footer-product small{display:block;color:#67867f;font-size:7px;font-weight:900}.school-footer-product strong{display:block;margin-top:3px;font:800 12px var(--manrope)}.school-footer-product span{display:inline-block;margin-top:5px;padding:3px 6px;border-radius:999px;background:#0a4139;color:#67cdbf;font-size:6px;font-weight:900}.school-footer-links{display:grid;grid-template-columns:1fr 1fr;gap:11px}.school-footer-links a{color:#b5c9c5;font-size:11px;font-weight:700}.school-footer-bottom{position:relative;z-index:2;display:flex;justify-content:space-between;margin-top:55px;padding-top:20px;border-top:1px solid #14322d;color:#5e7b75;font-size:8px}

@media(max-width:1120px){
  .school-signature-grid{grid-template-columns:1fr;gap:25px}.school-signature-copy{padding-top:25px}.school-workspace-scene{max-width:820px;width:100%;margin:auto}.school-signature-hero{padding-bottom:105px}.school-system-flow{grid-template-columns:1fr 1fr}.school-module:nth-child(2){border-right:0}.school-module{border-bottom:1px solid #d6e3e0}.flow-axis{display:none}.school-workflow-grid{grid-template-columns:1fr}.school-workflow-title{position:static}.school-status-card{grid-template-columns:1fr}.school-footer-grid{grid-template-columns:1fr 1fr}.school-footer-links{grid-column:1/-1}
}
@media(max-width:850px){
  .school-signature-hero{min-height:auto;padding-top:125px}.school-app-window{height:470px;transform:none}.school-float-chip{display:none}.school-section-intro{grid-template-columns:1fr;gap:20px}.school-system-flow{grid-template-columns:1fr}.school-module{min-height:300px;border-right:0}.module-icon{margin-top:40px}.school-workflow-section,.school-connected-section,.school-experience-section,.school-principles-section{padding:90px 0}.school-principle-grid{grid-template-columns:1fr 1fr}.school-principle-grid article:nth-child(2){border-right:0}.school-principle-grid article{border-bottom:1px solid #d2e1dd}.school-experience-stage{width:100%}.experience-layout{grid-template-columns:54px 1fr}.experience-layout>aside{padding:18px 6px}.xp-nav{justify-content:center}.xp-nav span{display:none}.experience-tabs span:not(.active){display:none}.experience-window-top{grid-template-columns:170px 1fr 50px}.experience-note{display:none}.xp-detail-grid{grid-template-columns:1fr}.xp-recent{display:none}.xp-chart{height:240px}.experience-layout{height:475px}
}
@media(max-width:650px){
  .school-signature-copy h1{font-size:52px}.school-logo-panel{width:100%;max-width:400px}.school-signature-actions{flex-direction:column}.school-capability-strip{font-size:8px}.school-workspace-scene{min-height:470px}.school-app-window{height:410px}.school-app-shell{grid-template-columns:45px 1fr}.school-app-sidebar{gap:10px}.school-app-sidebar>div{width:24px;height:24px}.school-app-main{padding:14px}.school-app-top strong{font-size:16px}.school-app-metrics{gap:5px}.school-app-metrics article{padding:8px}.school-app-metrics strong{font-size:11px}.school-app-body{grid-template-columns:1fr}.school-activity-card{display:none}.school-chart-card{height:220px}.school-chart-area{height:155px}.school-hero-footer{display:none}.school-system-flow{margin-top:40px}.school-flow-foot{align-items:flex-start;flex-direction:column}.school-module{min-height:280px;padding:22px}.school-workflow-steps article{grid-template-columns:30px 1fr 20px}.school-principle-grid{grid-template-columns:1fr}.school-principle-grid article{border-right:0;min-height:230px}.school-principle-grid h3{margin-top:45px}.school-status-card{padding:30px 23px;min-height:650px}.school-status-actions{align-items:flex-start;flex-direction:column}.school-footer-grid{grid-template-columns:1fr}.school-footer-links{grid-column:auto}.school-footer-bottom{gap:15px;flex-direction:column}.experience-window-top{grid-template-columns:1fr 55px}.experience-tabs{display:none}.experience-layout>main{padding:16px}.xp-cards{gap:5px}.xp-cards article{padding:9px}.xp-cards strong{font-size:11px}.xp-page-title h3{font-size:20px}.school-connected-section:before{font-size:90px}
}
@media(prefers-reduced-motion:reduce){
  .school-aurora,.school-live-dot,.flow-axis span,.school-signal>div,.school-development-map article.current>i{animation:none!important}
}
