:root {
  --cf-navy: #0a2038;
  --cf-navy-2: #102d4c;
  --cf-ink: #17324d;
  --cf-muted: #65788a;
  --cf-cyan: #24d3c5;
  --cf-cyan-dark: #0ca99f;
  --cf-gold: #f1b84b;
  --cf-violet: #8d7cf7;
  --cf-green: #40c99a;
  --cf-coral: #ff7c77;
  --cf-blue: #5aa8ff;
  --cf-bg: #f5f8fa;
  --cf-line: #dfe8ee;
  --cf-white: #fff;
  --cf-shadow: 0 22px 70px rgba(15, 42, 66, .13);
  --cf-radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--cf-ink); background: #fff; font: 400 16px/1.7 "Segoe UI Variable", "Segoe UI", Arial, sans-serif; overflow-x: hidden; }
h1,h2,h3,.navbar-brand { font-family: "Segoe UI Variable", "Segoe UI", Arial, sans-serif; letter-spacing: -.035em; }
h2 { font-size: clamp(2.15rem,4vw,3.6rem); line-height: 1.12; font-weight: 800; margin-bottom: 1.3rem; color: var(--cf-navy); }
h2 span { color: var(--cf-cyan-dark); }
p { color: var(--cf-muted); }
a { text-decoration: none; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 9999; background: #fff; padding: .7rem 1rem; border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.container { max-width: 1240px; padding-left:24px; padding-right:24px; }
.btn { border-radius: 12px; font-weight: 700; padding: .78rem 1.15rem; }
.btn-lg { padding: 1rem 1.35rem; font-size: 1rem; }
.btn-primary { background: var(--cf-cyan); border-color: var(--cf-cyan); color: var(--cf-navy); box-shadow: 0 10px 28px rgba(36,211,197,.22); }
.btn-primary:hover,.btn-primary:focus { background: #55e1d6; border-color: #55e1d6; color: var(--cf-navy); transform: translateY(-1px); }
.cf-section { padding: 110px 0; }
.cf-section-tag,.cf-eyebrow { color: var(--cf-cyan-dark); text-transform: uppercase; letter-spacing: .14em; font-weight: 800; font-size: .73rem; margin-bottom: 1rem; }
.cf-section-tag.on-dark { color: var(--cf-cyan); }
.cf-section-heading { max-width: 760px; margin-bottom: 4rem; }
.cf-section-heading p { font-size: 1.08rem; }

.cf-navbar { padding: 16px 0; background: rgba(8,29,50,.84); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.08); transition: .25s ease; }
.cf-navbar.scrolled { padding: 10px 0; background: rgba(8,29,50,.96); }
.navbar-brand { color: #fff !important; font-size: 1.35rem; font-weight: 800; }
.navbar-brand > span:last-child > span { color: var(--cf-cyan); }
.cf-brand-mark { display: inline-grid; grid-template-columns: repeat(3,5px); align-items: end; gap: 3px; width: 23px; height: 23px; transform: skew(-12deg); }
.cf-brand-mark > span { display: block; background: var(--cf-cyan); border-radius: 2px; }
.cf-brand-mark > span:nth-child(1) { height: 10px; }.cf-brand-mark > span:nth-child(2) { height: 17px; }.cf-brand-mark > span:nth-child(3) { height: 23px; background: var(--cf-gold); }
.cf-navbar .nav-link { color: rgba(255,255,255,.78); font-weight: 600; padding: .75rem 1rem !important; }
.cf-navbar .nav-link:hover,.cf-navbar .nav-link:focus { color: #fff; }
.cf-navbar .btn-link { color: #fff; }
.navbar-toggler { filter: invert(1); border: 0; }
.cf-mega-menu { width: 650px; padding: 1.5rem; border: 0; border-radius: 18px; box-shadow: var(--cf-shadow); }
.cf-menu-label { display:block; color: var(--cf-muted); text-transform: uppercase; font-size:.67rem; letter-spacing:.12em; font-weight:800; margin-bottom:.7rem; }
.cf-menu-item { display:block; padding:.75rem; border-radius:10px; color:var(--cf-ink); }
.cf-menu-item:hover { background:var(--cf-bg); }
.cf-menu-item strong,.cf-menu-item small { display:block; }
.cf-menu-item small { color:var(--cf-muted); }
.cf-mega-highlight { padding:1.2rem; border-radius:14px; background:var(--cf-navy); color:#fff; }
.cf-mega-highlight h3 { font-size:1.15rem; margin:1rem 0; }.cf-mega-highlight a { color:var(--cf-cyan); font-weight:700; }

.cf-hero { position:relative; min-height:850px; display:flex; align-items:center; padding:160px 0 130px; color:#fff; background:radial-gradient(circle at 72% 45%,#173f62 0,#0d2945 35%,#071c32 72%); overflow:hidden; }
.cf-hero h1 { font-size:clamp(2.5rem,3.4vw,3.75rem); line-height:1.1; font-weight:800; max-width:650px; margin-bottom:1.6rem; overflow-wrap:normal; }
.cf-hero h1 em { color:var(--cf-cyan); font-style:normal; }
.cf-lead { max-width:650px; color:rgba(255,255,255,.7); font-size:1.15rem; line-height:1.75; }
.cf-eyebrow { color:#a6b8c8; display:flex; align-items:center; gap:.65rem; }
.cf-eyebrow span { width:26px; height:2px; background:var(--cf-gold); }
.cf-hero .btn-outline-light { border-color:rgba(255,255,255,.24); }
.cf-hero-proof { display:flex; align-items:center; gap:1rem; margin-top:2rem; }
.cf-hero-proof p { margin:0; font-size:.82rem; color:rgba(255,255,255,.62); line-height:1.4; }
.cf-hero-proof strong { color:#fff; }
.cf-avatar-stack { display:flex; }.cf-avatar-stack span { width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#284b68;border:2px solid var(--cf-navy);font-size:.65rem;font-weight:800;margin-left:-7px;}.cf-avatar-stack span:first-child{margin-left:0;background:var(--cf-cyan);color:var(--cf-navy)}.cf-avatar-stack span:last-child{background:var(--cf-gold);color:var(--cf-navy)}
.cf-orb { position:absolute; border-radius:50%; filter:blur(3px); opacity:.24; }.cf-orb-one{width:410px;height:410px;background:#22cabb;right:-160px;top:70px}.cf-orb-two{width:260px;height:260px;background:#f1b84b;left:-180px;bottom:70px;opacity:.1}
.cf-hero-bottom { position:absolute; left:0; right:0; bottom:-1px; height:60px; background:#fff; clip-path:polygon(0 58%,100% 0,100% 100%,0 100%); }

.cf-hero-copy,.cf-hero-visual{min-width:0}.cf-hero-copy{padding-right:clamp(1rem,3vw,3rem)}.cf-hero-visual{display:flex;justify-content:flex-end}.cf-dashboard-wrap { position:relative; perspective:1200px; width:100%; max-width:620px; margin-left:auto; padding:0 18px; }
.cf-dashboard { background:#f4f7fa; border:1px solid rgba(255,255,255,.16); border-radius:22px; box-shadow:0 45px 120px rgba(0,0,0,.35); overflow:hidden; transform:rotateY(-5deg) rotateX(2deg); }
.cf-dash-top { height:60px; padding:0 16px; background:#fff; color:var(--cf-ink); display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--cf-line); font-size:.8rem; }
.cf-dash-logo { width:28px;height:28px;border-radius:8px;background:var(--cf-navy);color:var(--cf-cyan);display:grid;place-items:center;font-weight:800;font-size:.7rem; }
.cf-school-select { padding:.45rem .7rem;background:var(--cf-bg);border-radius:8px;color:var(--cf-muted); }.cf-user{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#dfeef0;color:var(--cf-cyan-dark);font-weight:800}
.cf-dash-body { display:flex; min-height:420px; }.cf-dash-sidebar { width:52px;background:#102d4c;padding:20px 10px;display:flex;flex-direction:column;align-items:center;gap:20px;color:#8da2b4}.cf-dash-sidebar span{width:30px;height:30px;display:grid;place-items:center;border-radius:8px}.cf-dash-sidebar .active{background:var(--cf-cyan);color:var(--cf-navy)}
.cf-dash-content { width:calc(100% - 52px); padding:24px; color:var(--cf-ink); }.cf-dash-content h2{font:800 1.3rem "Segoe UI Variable","Segoe UI",Arial,sans-serif;margin:.1rem 0;color:var(--cf-ink)}.cf-dash-content small{color:var(--cf-muted);font-size:.65rem}.cf-dash-button{border:0;border-radius:7px;background:var(--cf-cyan);color:var(--cf-navy);font-size:.67rem;font-weight:800;padding:.55rem .7rem}
.cf-kpi,.cf-panel { background:#fff;border:1px solid #e6edf1;border-radius:12px;padding:13px;box-shadow:0 8px 25px rgba(22,46,69,.05);height:100%}.cf-kpi span,.cf-kpi strong,.cf-kpi small{display:block}.cf-kpi strong{font-size:1.35rem}.cf-kpi .up,.up{color:#23a779}.cf-kpi .gold{color:#bc7b00}
.cf-panel{min-height:178px}.cf-chart{height:105px;display:flex;align-items:flex-end;gap:7%;border-bottom:1px solid var(--cf-line);padding:10px 10px 0}.cf-chart span{width:8%;background:linear-gradient(var(--cf-cyan),#8be7df);border-radius:4px 4px 0 0}.cf-chart-labels{display:flex;justify-content:space-around;font-size:.55rem;color:var(--cf-muted);margin-top:4px}.cf-donut-panel{text-align:center}.cf-donut{width:95px;height:95px;border-radius:50%;background:conic-gradient(var(--cf-cyan) 84%,#e9eff2 0);margin:15px auto 7px;display:grid;place-items:center;position:relative}.cf-donut:after{content:"";position:absolute;inset:10px;border-radius:50%;background:#fff}.cf-donut span{z-index:1;font-size:1.25rem;font-weight:800}.cf-donut small{font-size:.6rem}
.cf-floating-card { position:absolute;z-index:3;background:#fff;color:var(--cf-ink);border-radius:13px;padding:.75rem 1rem;box-shadow:0 16px 40px rgba(0,0,0,.22);display:flex;align-items:center;gap:.65rem;min-width:165px}.cf-floating-card small,.cf-floating-card strong{display:block}.cf-floating-card small{font-size:.6rem;color:var(--cf-muted)}.cf-floating-card strong{font-size:.8rem}.cf-floating-attendance{left:-35px;top:90px}.cf-floating-status{right:-20px;bottom:45px}.cf-dot-live{width:11px;height:11px;border-radius:50%;background:var(--cf-green);box-shadow:0 0 0 5px rgba(64,201,154,.16)}.cf-check{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#e8f8f2;color:#23a779;font-weight:900}

.cf-audience-strip { padding:35px 0 45px; border-bottom:1px solid var(--cf-line); }.cf-audience-strip p{text-align:center;text-transform:uppercase;letter-spacing:.13em;font-size:.68rem;font-weight:800;margin-bottom:1.5rem}.cf-audience-strip .col-6{color:#718294;font-weight:700}.cf-audience-strip span{margin-right:.45rem;filter:grayscale(1)}
.cf-platform p { font-size:1.05rem; }.cf-check-list{list-style:none;margin:2rem 0 0;padding:0}.cf-check-list li{display:flex;gap:1rem;margin:1.25rem 0}.cf-check-list>li>span{flex:0 0 28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#ddf8f5;color:var(--cf-cyan-dark);font-weight:900}.cf-check-list strong,.cf-check-list small{display:block}.cf-check-list small{color:var(--cf-muted);margin-top:.15rem}
.cf-ecosystem{position:relative;height:520px;background:radial-gradient(circle,#e7faf8 0,#f5f9fb 48%,#fff 72%);border-radius:50%;}.cf-ecosystem-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:190px;height:190px;border-radius:50%;background:var(--cf-navy);color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:0 0 0 18px #dff6f4,0 22px 60px rgba(16,45,76,.24);z-index:3}.cf-core-mark{width:48px;height:48px;border-radius:14px;background:var(--cf-cyan);color:var(--cf-navy);display:grid;place-items:center;font-weight:900;margin-bottom:.65rem}.cf-ecosystem-core small{color:#9bb0c1}.cf-system-card{position:absolute;width:175px;background:#fff;border:1px solid var(--cf-line);border-radius:15px;padding:1rem;box-shadow:0 15px 40px rgba(20,50,75,.1);z-index:2}.cf-system-card span,.cf-system-card strong,.cf-system-card small{display:block}.cf-system-card span{font-size:1.25rem;margin-bottom:.35rem}.cf-system-card small{color:var(--cf-muted)}.cf-system-left{left:2%}.cf-system-right{right:2%}.cf-system-card.top{top:15%}.cf-system-card.bottom{bottom:15%}.cf-connector{position:absolute;height:2px;background:repeating-linear-gradient(90deg,#9fc6c2 0 7px,transparent 7px 13px);width:29%;top:50%;left:21%;transform-origin:right}.cf-connector.c1{transform:rotate(23deg)}.cf-connector.c2{transform:rotate(-23deg)}.cf-connector.c3{left:50%;transform:rotate(-23deg)}.cf-connector.c4{left:50%;transform:rotate(23deg)}

.cf-flow-section { background:var(--cf-bg); }.cf-process{display:flex;align-items:center;justify-content:space-between}.cf-process-step{width:17%;text-align:center;position:relative}.cf-process-step>span{position:absolute;top:-8px;right:18%;font-size:.63rem;font-weight:800;color:#9bacb8}.cf-process-step i{width:74px;height:74px;border-radius:22px;background:#fff;box-shadow:0 12px 35px rgba(20,50,75,.1);display:grid;place-items:center;margin:0 auto 1rem;font-style:normal;font-size:1.45rem;color:var(--cf-cyan-dark)}.cf-process-step strong,.cf-process-step small{display:block}.cf-process-step small{color:var(--cf-muted);font-size:.76rem}.cf-process-arrow{color:#afbdc7;font-size:1.3rem}
.cf-modules h2{max-width:760px}.cf-module-card{height:100%;padding:2rem;border:1px solid var(--cf-line);border-radius:var(--cf-radius);background:#fff;position:relative;transition:.25s ease}.cf-module-card:hover{transform:translateY(-6px);box-shadow:var(--cf-shadow);border-color:transparent}.cf-module-card.featured{background:var(--cf-navy);color:#fff;border-color:var(--cf-navy)}.cf-module-card.featured p,.cf-module-card.featured li{color:#b8c7d3}.cf-module-icon{width:50px;height:50px;border-radius:15px;display:grid;place-items:center;font-size:1.2rem;font-weight:900;margin-bottom:1.4rem}.cyan{background:#dcf8f6;color:#0ca99f}.violet{background:#eeebff;color:#7765e8}.gold{background:#fff2d7;color:#b77a08}.green{background:#e3f8f0;color:#239b75}.blue{background:#e3f1ff;color:#3a89df}.coral{background:#ffe9e7;color:#df625d}.cf-module-number{position:absolute;right:1.6rem;top:1.8rem;color:#a9b7c2;font-size:.7rem;font-weight:800}.cf-module-card h3{font-size:1.35rem;font-weight:800}.cf-module-card p{font-size:.92rem}.cf-module-card ul{list-style:none;padding:0;margin:1.2rem 0}.cf-module-card li{color:var(--cf-muted);font-size:.84rem;padding:.28rem 0}.cf-module-card li:before{content:"✓";color:var(--cf-cyan-dark);font-weight:900;margin-right:.5rem}.cf-module-card a{font-size:.83rem;font-weight:800;color:var(--cf-cyan-dark)}.cf-module-card.featured a{color:var(--cf-cyan)}
.cf-showcase{padding:110px 0}.cf-showcase-light{background:#f7fafb}.cf-showcase p{font-size:1.05rem}.cf-browser-frame{position:relative;border-radius:20px;background:#fff;padding:8px;box-shadow:var(--cf-shadow);border:1px solid #e1e8ed}.cf-browser-frame img{display:block;width:100%;border-radius:0 0 14px 14px}.cf-browser-bar{height:35px;display:flex;align-items:center;gap:6px;padding:0 10px}.cf-browser-bar i{width:8px;height:8px;border-radius:50%;background:#ff7d77}.cf-browser-bar i:nth-child(2){background:#f2c259}.cf-browser-bar i:nth-child(3){background:#55c898}.cf-browser-bar span{margin-left:12px;color:#9aaab6;font-size:.62rem}.cf-tilt-left{transform:rotate(-1.4deg)}.cf-benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:2rem 0}.cf-benefit-grid>div{display:grid;grid-template-columns:38px 1fr}.cf-benefit-grid span{grid-row:1/3;width:30px;height:30px;border-radius:9px;background:#e2f8f6;color:var(--cf-cyan-dark);display:grid;place-items:center}.cf-benefit-grid strong,.cf-benefit-grid small{display:block}.cf-benefit-grid small{color:var(--cf-muted);font-size:.76rem}.cf-text-link{font-weight:800;color:var(--cf-cyan-dark)}.cf-number-list{list-style:none;padding:0;margin:2rem 0}.cf-number-list li{display:flex;gap:1rem;margin:1.25rem 0}.cf-number-list>li>span{font:800 .7rem "Segoe UI Variable","Segoe UI",Arial,sans-serif;color:var(--cf-cyan-dark);padding-top:.25rem}.cf-number-list strong,.cf-number-list small{display:block}.cf-number-list small{color:var(--cf-muted)}.cf-screen-callout{position:absolute;right:-25px;bottom:-25px;background:#fff;border-radius:14px;box-shadow:0 15px 40px rgba(20,50,75,.18);padding:.8rem 1rem;display:flex;gap:.7rem;align-items:center}.cf-screen-callout>span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#e3f8f0;color:#239b75}.cf-screen-callout strong,.cf-screen-callout small{display:block}.cf-screen-callout small{color:var(--cf-muted);font-size:.68rem}
.cf-multischool{background:linear-gradient(135deg,#071b2f,#113555);color:#fff;overflow:hidden}.cf-multischool h2{color:#fff}.cf-multischool h2 span{color:var(--cf-cyan)}.cf-multischool p{color:#acbfce}.cf-dark-features{margin:2rem 0}.cf-dark-features>div{display:flex;gap:.8rem;margin:1rem 0}.cf-dark-features>div>span{flex:0 0 26px;height:26px;border-radius:50%;display:grid;place-items:center;background:rgba(36,211,197,.13);color:var(--cf-cyan)}.cf-dark-features p{margin:0}.cf-dark-features strong,.cf-dark-features small{display:block}.cf-org-map{position:relative;padding:2.2rem;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:rgba(255,255,255,.055);box-shadow:0 30px 80px rgba(0,0,0,.25)}.cf-org-root{max-width:330px;margin:0 auto 65px;padding:1rem;background:#fff;color:var(--cf-ink);border-radius:15px;display:flex;align-items:center;gap:.8rem;position:relative;z-index:2}.cf-org-root>span{width:42px;height:42px;border-radius:12px;background:var(--cf-cyan);display:grid;place-items:center;font-weight:900}.cf-org-root strong,.cf-org-root small{display:block}.cf-org-root small{color:var(--cf-muted)}.cf-org-line{position:absolute;background:rgba(83,221,210,.35)}.cf-org-line.vertical{width:2px;height:55px;left:50%;top:85px}.cf-org-line.horizontal{height:2px;left:18%;right:18%;top:140px}.cf-org-school{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:1rem;min-height:170px}.cf-org-school.active{background:rgba(36,211,197,.12);border-color:rgba(36,211,197,.5)}.cf-org-school>span,.cf-org-school strong,.cf-org-school small,.cf-org-school em{display:block}.cf-org-school>span{font-size:1.2rem}.cf-org-school small{font-size:.68rem;color:#9db1c1}.cf-org-school>div{height:5px;border-radius:5px;background:rgba(255,255,255,.1);margin:1rem 0 .4rem}.cf-org-school i{display:block;height:100%;border-radius:5px;background:var(--cf-cyan)}.cf-org-school em{font-style:normal;color:var(--cf-cyan);font-size:.65rem}.cf-org-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem}.cf-org-summary>div{background:rgba(0,0,0,.14);border-radius:12px;padding:.9rem}.cf-org-summary small,.cf-org-summary strong,.cf-org-summary span{display:block}.cf-org-summary small,.cf-org-summary span{color:#9cb0c0;font-size:.65rem}.cf-org-summary strong{font-size:1.25rem}
.cf-integrations{background:#fff}.cf-integration-stage{position:relative;height:570px;max-width:900px;margin:0 auto}.cf-integration-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:190px;height:190px;border-radius:50%;background:var(--cf-navy);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:4;box-shadow:0 22px 60px rgba(16,45,76,.24)}.cf-integration-center .cf-brand-mark{margin-bottom:.7rem}.cf-integration-center small{color:#9db1c1}.cf-ring{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px dashed #b9d5d2;border-radius:50%}.r1{width:290px;height:290px}.r2{width:440px;height:440px}.r3{width:560px;height:560px;opacity:.6}.cf-integration-node{position:absolute;width:145px;background:#fff;border:1px solid var(--cf-line);box-shadow:0 12px 35px rgba(20,50,75,.1);border-radius:14px;text-align:center;padding:.9rem;z-index:3}.cf-integration-node span,.cf-integration-node strong,.cf-integration-node small{display:block}.cf-integration-node span{font-size:1.3rem}.cf-integration-node small{color:var(--cf-muted)}.n1{left:4%;top:20%}.n2{right:4%;top:20%}.n3{left:0;bottom:15%}.n4{right:0;bottom:15%}.n5{left:50%;bottom:-1%;transform:translateX(-50%)}.cf-integration-note{text-align:center;font-size:.8rem}.cf-integration-note span{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#e0f5f3;color:var(--cf-cyan-dark);font-weight:800;margin-right:.4rem}
.cf-analytics{background:#081d32;color:#fff}.cf-analytics h2{color:#fff}.cf-analytics p{color:#a9bdcc}.cf-metric-list>div{padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.cf-metric-list strong,.cf-metric-list span{display:block}.cf-metric-list span{color:#91a7b8;font-size:.8rem}.cf-analytics-window{padding:1.2rem;border-radius:20px;background:#f4f7f9;color:var(--cf-ink);box-shadow:0 35px 90px rgba(0,0,0,.3)}.cf-analytics-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cf-analytics-head small,.cf-analytics-head strong{display:block}.cf-analytics-head small{color:var(--cf-muted)}.cf-analytics-head button{border:1px solid var(--cf-line);background:#fff;border-radius:8px;font-size:.65rem;padding:.5rem}.cf-analytics-panel{height:100%;background:#fff;border:1px solid #e2eaef;border-radius:12px;padding:1rem;font-size:.75rem}.cf-line-chart svg{width:100%;height:170px}.cf-line-chart .grid{stroke:#e7edf0;stroke-width:1}.cf-line-chart .area{fill:url(#area)}.cf-line-chart .line{fill:none;stroke:var(--cf-cyan-dark);stroke-width:4}.cf-line-chart circle{fill:#fff;stroke:var(--cf-cyan-dark);stroke-width:4}.cf-horizontal-bars{padding-top:1.4rem}.cf-horizontal-bars label{display:grid;grid-template-columns:52px 1fr 30px;gap:6px;align-items:center;margin:1rem 0;font-size:.58rem}.cf-horizontal-bars i{height:7px;background:#edf2f4;border-radius:8px}.cf-horizontal-bars b{display:block;height:100%;background:var(--cf-cyan);border-radius:8px}.cf-horizontal-bars em{font-style:normal}.cf-mini-stat{display:flex;flex-direction:column;justify-content:center}.cf-mini-stat strong{font-size:1.5rem}.cf-mini-stat span{color:#23a779;font-size:.65rem}.cf-school-ranking ol{list-style:none;padding:0;margin:.7rem 0 0}.cf-school-ranking li{display:grid;grid-template-columns:24px 1fr auto;padding:.38rem 0;border-top:1px solid #edf1f3}.cf-school-ranking li>span{color:#9daeb9}.cf-school-ranking b{color:var(--cf-cyan-dark)}
.cf-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative}.cf-timeline-line{position:absolute;top:52px;left:10%;right:10%;height:2px;background:var(--cf-line)}.cf-timeline article{position:relative;text-align:center}.cf-timeline article>span{position:absolute;top:2px;left:calc(50% + 30px);font-size:.6rem;color:#9aabb6;font-weight:800}.cf-timeline-icon{position:relative;z-index:2;width:70px;height:70px;margin:0 auto 1rem;border-radius:21px;background:#fff;border:1px solid var(--cf-line);box-shadow:0 10px 30px rgba(20,50,75,.1);display:grid;place-items:center;color:var(--cf-cyan-dark);font-size:1.2rem}.cf-timeline small{color:var(--cf-cyan-dark);font-weight:800;text-transform:uppercase;letter-spacing:.1em}.cf-timeline h3{font-size:1.1rem;margin:.5rem}.cf-timeline p{font-size:.82rem}
.cf-security{background:var(--cf-bg)}.cf-security-card{height:100%;padding:1.25rem;background:#fff;border:1px solid var(--cf-line);border-radius:16px;display:flex;gap:1rem}.cf-security-card>span{font-size:1.35rem}.cf-security-card strong,.cf-security-card small{display:block}.cf-security-card small{color:var(--cf-muted);margin-top:.3rem}
.cf-cta{position:relative;padding:90px 0;background:linear-gradient(115deg,#21cdbf,#2ab9d0);overflow:hidden}.cf-cta h2{color:var(--cf-navy);font-size:clamp(2.2rem,4.3vw,4rem)}.cf-cta p{max-width:760px;color:#174c5a}.cf-cta .cf-eyebrow{color:#155164}.cf-cta .cf-eyebrow span{background:var(--cf-navy)}.cf-cta .btn-light{color:var(--cf-navy);box-shadow:0 15px 40px rgba(11,49,69,.18)}.cf-cta small{color:#174c5a}.cf-cta-orb{position:absolute;width:440px;height:440px;border-radius:50%;right:-100px;top:-180px;border:80px solid rgba(255,255,255,.13)}
.cf-footer{padding:80px 0 25px;background:#061728;color:#fff}.cf-footer p{max-width:360px;color:#93a9b9;margin-top:1.2rem}.cf-footer small{color:#7890a2}.cf-footer h3{font:800 .78rem "Segoe UI Variable","Segoe UI",Arial,sans-serif;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;color:#a9bac6}.cf-footer .col-6>a{display:block;color:#859aaa;margin:.55rem 0;font-size:.85rem}.cf-footer .col-6>a:hover{color:var(--cf-cyan)}.cf-footer-bottom{display:flex;justify-content:space-between;padding-top:2rem;margin-top:3rem;border-top:1px solid rgba(255,255,255,.08);color:#6e8597;font-size:.73rem}.cf-footer-bottom a{color:#6e8597;margin-left:1.2rem}
.cf-ncoded-logo{display:block;width:150px;max-height:54px;object-fit:contain;object-position:left center;margin-top:1.2rem}

@media (max-width: 1199.98px) {
  .cf-nav-actions{padding-top:1rem}.cf-mega-menu{width:100%}.cf-navbar .navbar-collapse{background:var(--cf-navy);padding:1rem;border-radius:0 0 14px 14px}
  .cf-dashboard{transform:none}.cf-floating-attendance{left:-10px}.cf-floating-status{right:-5px}
}
@media (max-width: 991.98px) {
  .cf-section,.cf-showcase{padding:80px 0}.cf-hero{padding-top:140px;min-height:auto}.cf-dashboard-wrap{margin-top:2rem}.cf-ecosystem{margin-top:1rem}.cf-process{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.cf-process-step{width:auto}.cf-process-arrow{display:none}.cf-org-map{margin-top:1rem}.cf-timeline{grid-template-columns:1fr 1fr}.cf-timeline-line{display:none}
}
@media (max-width: 767.98px) {
  h2{font-size:2.15rem}.cf-hero h1{font-size:2.35rem;line-height:1.12}.cf-dashboard-wrap{margin-left:-10px;margin-right:-10px}.cf-floating-card{display:none}.cf-dash-content{padding:12px}.cf-kpi{padding:8px}.cf-kpi strong{font-size:1rem}.cf-panel{min-height:150px}.cf-donut{width:70px;height:70px}.cf-audience-strip .col-6{font-size:.78rem}.cf-ecosystem{height:auto;border-radius:24px;padding:1rem;display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.cf-ecosystem-core,.cf-system-card{position:static;transform:none;width:auto}.cf-ecosystem-core{grid-column:1/3;width:170px;height:170px;margin:1rem auto}.cf-connector{display:none}.cf-process{grid-template-columns:1fr 1fr}.cf-benefit-grid{grid-template-columns:1fr}.cf-screen-callout{display:none}.cf-org-map{padding:1rem}.cf-org-line{display:none}.cf-org-root{margin-bottom:1rem}.cf-org-schools>.col-4{width:100%}.cf-org-school{min-height:auto}.cf-org-summary{grid-template-columns:1fr}.cf-integration-stage{height:auto;display:grid;grid-template-columns:1fr 1fr;gap:1rem}.cf-integration-center,.cf-integration-node{position:static;transform:none;width:auto;height:auto;border-radius:16px}.cf-integration-center{grid-column:1/3;padding:2rem}.cf-ring{display:none}.cf-timeline{grid-template-columns:1fr}.cf-footer-bottom{display:block}.cf-footer-bottom div{margin-top:.7rem}.cf-footer-bottom a{margin:0 1rem 0 0}
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { transition:none !important; animation:none !important; }
}

/* Multi-page system */
.cf-inner-page { background: var(--cf-white); }
.cf-page-hero { position:relative; overflow:hidden; padding:145px 0 100px; background:linear-gradient(135deg,#071b2f,#123c61); color:#fff; }
.cf-page-hero h1 { color:#fff; font-size:clamp(2.5rem,3.4vw,3.75rem); line-height:1.1; font-weight:800; margin:1rem 0 1.5rem; overflow-wrap:normal; }
.cf-page-hero p { color:#b7c7d4; font-size:1.12rem; max-width:650px; }
.cf-page-hero .cf-page-orb { position:absolute; width:520px; height:520px; right:-220px; top:-190px; border-radius:50%; border:110px solid rgba(36,211,197,.08); }
.cf-breadcrumbs { display:flex; align-items:center; gap:.6rem; margin-bottom:3.5rem; font-size:.78rem; }
.cf-breadcrumbs a { color:#98adbd; }.cf-breadcrumbs a:last-child{color:#fff}.cf-breadcrumbs span{color:#5f7c91}
.cf-detail-browser { position:relative; padding:8px; border-radius:22px; background:#fff; box-shadow:0 35px 100px rgba(0,0,0,.38); transform:rotate(1deg); }
.cf-detail-browser img { width:100%; display:block; aspect-ratio:16/10; object-fit:contain; object-position:top center; background:#eef3f8; border-radius:0 0 14px 14px; }
.cf-proof-label { position:absolute; right:18px; bottom:18px; padding:.4rem .7rem; border-radius:999px; background:rgba(7,27,47,.86); color:#fff; font-size:.65rem; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.cf-abstract-visual { min-height:380px; padding:2.5rem; border:1px solid rgba(255,255,255,.12); border-radius:32px; background:rgba(255,255,255,.055); display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; box-shadow:0 35px 90px rgba(0,0,0,.2); }
.cf-abstract-icon { width:110px;height:110px;border-radius:32px;background:var(--cf-cyan);color:var(--cf-navy);display:grid;place-items:center;font:800 2rem "Segoe UI Variable","Segoe UI",Arial,sans-serif;box-shadow:0 0 0 18px rgba(36,211,197,.08);margin-bottom:2rem}
.cf-abstract-visual strong { font:800 1.35rem "Segoe UI Variable","Segoe UI",Arial,sans-serif; }.cf-abstract-visual small{color:#9eb3c2}
.cf-abstract-lines { display:flex; gap:.5rem; margin-bottom:1.3rem }.cf-abstract-lines i{width:55px;height:6px;border-radius:6px;background:rgba(255,255,255,.14)}.cf-abstract-lines i:nth-child(2){background:var(--cf-gold);width:30px}.cf-abstract-lines i:nth-child(3){background:var(--cf-cyan);width:75px}
.cf-org-visual { padding:2rem;border-radius:30px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12) }
.cf-org-main { max-width:260px;margin:0 auto 70px;padding:1rem;background:#fff;color:var(--cf-ink);border-radius:14px;display:flex;align-items:center;gap:.8rem;position:relative}
.cf-org-main:after{content:"";position:absolute;width:2px;height:70px;background:rgba(36,211,197,.5);left:50%;top:100%}.cf-org-main span{width:42px;height:42px;border-radius:12px;background:var(--cf-cyan);display:grid;place-items:center;font-weight:900}
.cf-org-branches{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;position:relative}.cf-org-branches:before{content:"";position:absolute;left:16%;right:16%;top:-24px;height:2px;background:rgba(36,211,197,.5)}.cf-org-branches>div{padding:1rem;border-radius:14px;background:rgba(255,255,255,.09);text-align:center;position:relative}.cf-org-branches>div:before{content:"";position:absolute;width:2px;height:24px;background:rgba(36,211,197,.5);left:50%;bottom:100%}.cf-org-branches i,.cf-org-branches strong,.cf-org-branches small{display:block}.cf-org-branches small{color:#91a8b9}
.cf-system-visual { min-height:360px;display:flex;align-items:center;justify-content:center;gap:1rem;padding:2rem;border:1px solid rgba(255,255,255,.12);border-radius:30px;background:rgba(255,255,255,.055)}
.cf-system-source,.cf-system-core{padding:1rem;border-radius:14px;text-align:center}.cf-system-source{background:#fff;color:var(--cf-ink);font-weight:700}.cf-system-core{background:var(--cf-cyan);color:var(--cf-navy);font-weight:800}.cf-system-core b{display:block;font-size:1.3rem}
.cf-portal-visual{display:flex;flex-direction:column;align-items:center}.cf-portal-visual>p{color:#91a8b9;font-size:.72rem;margin-top:1rem;text-align:center}.cf-phone{width:min(330px,90%);padding:1rem;border:8px solid #071725;border-radius:34px;background:#f5f8fa;box-shadow:0 30px 80px rgba(0,0,0,.32);color:var(--cf-ink)}.cf-phone-head{display:flex;align-items:center;gap:.6rem;padding:.5rem 0 1rem}.cf-phone-head span{width:32px;height:32px;border-radius:9px;background:var(--cf-cyan);display:grid;place-items:center;font-weight:900}.cf-child-row{display:flex;align-items:center;gap:.7rem;padding:1rem;border-radius:13px;background:#fff;margin-bottom:.7rem}.cf-child-row i{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#e3f1ff;color:#3a78bd;font-style:normal;font-weight:800}.cf-child-row strong,.cf-child-row small{display:block}.cf-child-row small{color:var(--cf-muted)}.cf-parent-stat{display:flex;justify-content:space-between;padding:.8rem .6rem;border-bottom:1px solid var(--cf-line);font-size:.82rem}.cf-parent-stat span{color:var(--cf-muted)}.cf-status-ok{color:#18875f}
.cf-page-section { padding:var(--cf-section-y, 7rem) 0; border-bottom:1px solid var(--cf-line); }
.cf-page-section--compact { padding:75px 0; }.cf-page-section:nth-of-type(even){background:var(--cf-bg)}
.cf-page-section--dark { background:var(--cf-navy)!important; color:#fff; }.cf-page-section--dark h2{color:#fff}.cf-page-section--dark p,.cf-page-section--dark li{color:#b2c3cf}
.cf-section-index { display:block;color:var(--cf-cyan-dark);font-size:.72rem;font-weight:900;letter-spacing:.12em;margin-bottom:.7rem}
.cf-page-section h2 { font-size:clamp(1.8rem,3vw,2.9rem); }.cf-rich-content{max-width:790px}.cf-rich-content>p:first-child{font-size:1.08rem}
.cf-rich-content blockquote { margin:1.5rem 0;padding:1.2rem 1.4rem;border-left:4px solid var(--cf-cyan);border-radius:0 12px 12px 0;background:rgba(36,211,197,.08);font-weight:600}
.cf-content-label { margin:1.4rem 0 .3rem!important;color:var(--cf-cyan-dark)!important;text-transform:uppercase;letter-spacing:.1em;font-size:.7rem!important;font-weight:900}
.cf-content-list { padding-left:0;list-style:none;display:grid;gap:.8rem;margin:1.2rem 0}.cf-content-list li{position:relative;padding-left:1.7rem;color:var(--cf-muted)}.cf-content-list li:before{content:"✓";position:absolute;left:0;color:var(--cf-cyan-dark);font-weight:900}
ol.cf-content-list{counter-reset:item}ol.cf-content-list li:before{counter-increment:item;content:counter(item);width:20px;height:20px;border-radius:50%;background:#def7f5;display:grid;place-items:center;font-size:.62rem}
.cf-table { margin:1.4rem 0;border:1px solid var(--cf-line);border-radius:12px;overflow:hidden}.cf-table th{background:var(--cf-navy);color:#fff}.cf-table td,.cf-table th{padding:.9rem}
.cf-related { padding:90px 0;background:#f4f8fa}.cf-related h2{font-size:2.2rem}.cf-kicker{display:block;color:var(--cf-cyan-dark);font-size:.72rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase;margin-bottom:.8rem}
.cf-related-card{height:100%;padding:1.3rem;border:1px solid var(--cf-line);border-radius:16px;background:#fff;display:grid;grid-template-columns:40px 1fr;gap:.8rem;transition:.2s ease}.cf-related-card:hover{transform:translateY(-4px);box-shadow:var(--cf-shadow)}.cf-related-card>span{grid-row:1/3;width:38px;height:38px;border-radius:11px;background:#def7f5;color:var(--cf-cyan-dark);display:grid;place-items:center;font-weight:900}.cf-related-card strong{color:var(--cf-ink)}.cf-related-card small{color:var(--cf-muted)}.cf-related-card b{color:var(--cf-cyan-dark)}
.cf-inner-cta{padding:85px 0;background:linear-gradient(115deg,#23cdbf,#36b7d0)}.cf-inner-cta>.container{display:flex;align-items:center;justify-content:space-between;gap:3rem}.cf-inner-cta h2{font-size:clamp(2rem,3.6vw,3.4rem);margin-bottom:1rem}.cf-inner-cta p{max-width:760px;color:#174c5a}.cf-inner-cta>.container>div:last-child{display:flex;flex-direction:column;gap:1rem;align-items:center;min-width:220px}.cf-inner-cta>.container>div:last-child>a:last-child{color:var(--cf-navy);font-weight:800}
.cf-lead-form{padding:2rem;border:1px solid var(--cf-line);border-radius:24px;background:#fff;box-shadow:var(--cf-shadow)}.cf-lead-form label{display:block;font-weight:700;font-size:.82rem;margin-bottom:.35rem}.cf-lead-form .form-control,.cf-lead-form .form-select{border-color:var(--cf-line);border-radius:10px;padding:.8rem}.cf-contact-note{margin-top:2rem;padding:1.2rem;border-radius:14px;background:var(--cf-bg)}.cf-contact-note strong,.cf-contact-note a{display:block}.cf-contact-note a{color:var(--cf-cyan-dark)}.cf-form-status{margin-top:1rem;padding:1rem;border-radius:12px;background:#e5f7f3;color:#176b56;font-size:.84rem}.cf-form-status a{color:#0b6659;font-weight:800}
.cf-price-card{height:100%;padding:2rem;border:1px solid var(--cf-line);border-radius:22px;background:#fff}.cf-price-card.group{background:var(--cf-navy);color:#fff}.cf-price-card>span{color:var(--cf-cyan-dark);text-transform:uppercase;letter-spacing:.1em;font-weight:900;font-size:.72rem}.cf-price-card h2{font-size:1.6rem;margin:1rem 0}.cf-price-card.group h2{color:#fff}.cf-price-card.group p,.cf-price-card.group li{color:#aec0cd}.cf-price-card ul{list-style:none;padding:0;margin:1.5rem 0}.cf-price-card li{padding:.5rem 0;color:var(--cf-muted)}.cf-price-card li:before{content:"✓";color:var(--cf-cyan-dark);font-weight:900;margin-right:.5rem}.cf-pricing-note{max-width:900px;margin:2rem auto 0;text-align:center;font-size:.84rem}.cf-legal-notice{max-width:820px;margin:0 auto;padding:2rem;border:1px solid #f0d28d;border-radius:18px;background:#fffaf0}.cf-legal-notice>span{color:#9d6b11;text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;font-weight:900}.cf-route-menu{min-width:310px;padding:.7rem;border:0;border-radius:16px;box-shadow:var(--cf-shadow)}.cf-route-menu--wide{min-width:620px;display:none;grid-template-columns:1fr 1fr}.dropdown-menu.show.cf-route-menu--wide{display:grid}.cf-route-menu>a{display:block;padding:.7rem .8rem;border-radius:10px;color:var(--cf-ink)}.cf-route-menu>a:hover,.cf-route-menu>a:focus{background:var(--cf-bg)}.cf-route-menu strong,.cf-route-menu small{display:block}.cf-route-menu small{color:var(--cf-muted);font-size:.72rem}.cf-route-index h2{max-width:700px}.cf-index-card{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:.8rem;height:100%;padding:1rem 1.1rem;background:#fff;border:1px solid var(--cf-line);border-radius:14px;color:var(--cf-ink);transition:.2s ease}.cf-index-card:hover{border-color:var(--cf-cyan);transform:translateY(-2px)}.cf-index-card>span{width:40px;height:40px;border-radius:11px;background:#def7f5;color:var(--cf-cyan-dark);display:grid;place-items:center;font-weight:900}.cf-index-card strong,.cf-index-card small{display:block}.cf-index-card small{color:var(--cf-muted)}.cf-index-card>b{color:var(--cf-cyan-dark)}
@media(max-width:991.98px){.cf-page-hero{padding-top:125px}.cf-inner-cta>.container{display:block}.cf-inner-cta>.container>div:last-child{align-items:flex-start;margin-top:2rem}.cf-system-visual{min-height:260px}}
@media(max-width:1199.98px){.cf-route-menu--wide{min-width:100%;display:none;grid-template-columns:1fr}.dropdown-menu.show.cf-route-menu--wide{display:grid}}
@media(max-width:767.98px){.cf-page-hero h1{font-size:2.35rem;line-height:1.12}.cf-org-branches{grid-template-columns:1fr}.cf-org-main{margin-bottom:35px}.cf-org-branches:before,.cf-org-branches>div:before{display:none}.cf-system-visual{flex-direction:column}.cf-page-section{padding:70px 0}.cf-breadcrumbs{overflow-x:auto;white-space:nowrap}.cf-related{padding:65px 0}}
.cf-modules-next-step{align-items:center;background:radial-gradient(circle at 10% 20%,rgba(32,204,216,.13),transparent 32%),#f7fbfd;border:1px solid rgba(12,38,57,.1);border-radius:1.35rem;display:flex;gap:2rem;justify-content:space-between;margin-top:2rem;padding:1.5rem}.cf-modules-next-step strong,.cf-modules-next-step span{display:block}.cf-modules-next-step strong{color:var(--cf-navy);font-size:1.05rem;margin-bottom:.3rem}.cf-modules-next-step span{color:var(--cf-muted);max-width:42rem}@media(max-width:991.98px){.cf-modules-next-step{align-items:flex-start;flex-direction:column}}
.cf-floating-attendance{left:-4px}.cf-floating-status{right:0}
@media(max-width:1199.98px){.cf-hero-copy{padding-right:0}.cf-hero-visual{justify-content:center}.cf-dashboard-wrap{margin:2.5rem auto 0}}
.cf-step-overview{background:var(--cf-bg)}.cf-step-card{position:relative;height:100%;padding:1.75rem;border:1px solid var(--cf-line);border-radius:20px;background:#fff;box-shadow:0 12px 35px rgba(20,50,75,.06);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.cf-step-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(var(--cf-cyan),var(--cf-cyan-dark));opacity:.8}.cf-step-card:hover{transform:translateY(-4px);box-shadow:var(--cf-shadow)}.cf-step-card__number{width:42px;height:42px;margin-bottom:1.3rem;border-radius:13px;display:grid;place-items:center;background:#def7f5;color:var(--cf-cyan-dark);font-size:.72rem;font-weight:900;letter-spacing:.06em}.cf-step-card h2{font-size:1.35rem;line-height:1.25;margin-bottom:1rem}.cf-step-card .cf-rich-content>p:first-child{font-size:.95rem}.cf-step-card .cf-content-list{gap:.55rem;margin:1rem 0 0}.cf-step-card .cf-content-list li{font-size:.86rem}.cf-step-overview--sequential .cf-step-card__number{border-radius:50%;background:var(--cf-navy);color:var(--cf-cyan)}.cf-step-overview--sequential .cf-step-card:after{content:"→";position:absolute;right:1.4rem;top:1.8rem;color:#a9bbc7;font-size:1.15rem;font-weight:800}.cf-step-overview--sequential .row>div:nth-child(3n) .cf-step-card:after,.cf-step-overview--sequential .row>div:last-child .cf-step-card:after{display:none}
