Success Stories

Real businesses protecting revenue with real-time customer behavior detection. See how Clora works in action.

🎓
University Insight Project
Faculty decisions based on enrollment surveys that arrive 6+ months too late, missing trending demand shifts.
Real-time student behavior signals reduced course planning cycle from 18 months to 6 weeks.
🍽️
Restaurant Customer Intelligence
Menu performance only visible in P&L reports released monthly, but customer preferences shift weekly.
Weekly customer feedback loops now catch satisfaction drops before they hit revenue. 25% waste reduction.
💳
Microfinance Behavioral Insights
Loan defaults detected after the fact through account data, not before through behavior signals.
Early warning signals from customer conversations enabled 35% reduction in default rates.
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,500;1,9..144,300;1,9..144,500&family=DM+Sans:wght@300;400;500&display=swap'); *{box-sizing:border-box;margin:0;padding:0;} :root{ --ink:#1a1a1a;--ink2:#0f1112;--ink3:#0f1112;--ink4:#b4b2a9; --bg:#ffffff;--bg2:#f8f8f8;--bg3:#f0f0f0; --green:#d4704a;--green2:#d4704a;--green-l:#f5f8f6; --gold:#9a6c1a;--gold-l:#faf3e0; --red:#d4704a;--red-l:#fdf0ef; --blue:#d4704a;--blue-l:#f5f8f6; --border:rgba(12,12,11,0.09);--border2:rgba(12,12,11,0.05); } html{scroll-behavior:smooth;} /* Import fonts (Agrandir may require a local file or link if you have it) */ @import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&display=swap'); /* Fallback setup for Agrandir */ @font-face { font-family: 'Agrandir'; src: url('fonts/Agrandir-Regular.woff2') format('woff2'); font-weight: normal; font-style: normal; } /* Global body font */ body { font-family: 'Agrandir', 'DM Sans', sans-serif; background: var(--bg); color: var(--ink); line-height: 1.6; overflow-x: hidden; } /* Code / technical text */ code, pre, .console { font-family: 'Lucida Console', monospace; } /* NAV */ nav{display:flex;align-items:center;justify-content:space-between;padding:16px 48px;border-bottom:0.5px solid var(--border);background:var(--bg);position:sticky;top:0;z-index:100;} .logo{font-family:'Fraunces',serif;font-size:22px;letter-spacing:-0.02em;color:var(--ink);} .logo span{color:var(--green);} .nav-links{display:flex;gap:28px;align-items:center;} .nav-links a{font-size:13px;color:var(--ink3);text-decoration:none;transition:color 0.15s;} .nav-links a:hover{color:var(--ink);} .nav-btn{background:var(--ink);color:#fff;font-size:13px;font-weight:500;padding:9px 22px;border-radius:6px;text-decoration:none;transition:background 0.2s;} .nav-btn:hover{background:var(--green);} /* HERO */ .hero{max-width:1140px;margin:0 auto;padding:88px 48px 72px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;} .eyebrow{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:500;color:var(--green);background:var(--green-l);padding:5px 13px;border-radius:20px;margin-bottom:22px;letter-spacing:0.05em;} .eyebrow-dot{width:5px;height:5px;border-radius:50%;background:var(--green);} h1{font-family:'Fraunces',serif;font-size:54px;line-height:1.06;letter-spacing:-0.025em;margin-bottom:20px;} h1 em{font-style:italic;color:var(--green);} .hero-sub{font-size:16px;color:var(--ink2);line-height:1.75;font-weight:300;margin-bottom:30px;max-width:500px;} .cta-row{display:flex;gap:12px;align-items:center;margin-bottom:16px;} .btn-p{background:var(--ink);color:#fff;padding:13px 26px;border-radius:7px;font-size:14px;font-weight:500;text-decoration:none;border:none;cursor:pointer;transition:background 0.2s;} .btn-p:hover{background:var(--green);} .btn-s{background:transparent;color:var(--ink);padding:13px 26px;border-radius:7px;font-size:14px;border:0.5px solid var(--border);text-decoration:none;transition:border-color 0.2s;cursor:pointer;} .btn-s:hover{border-color:var(--ink);} .hero-note{font-size:12px;color:var(--ink3);} /* HERO RIGHT - STACKED CARDS */ .hero-right{position:relative;} .hero-card-main{background:#fff;border:0.5px solid var(--border);border-radius:14px;padding:22px 24px;margin-bottom:12px;} .hc-label{font-size:10px;font-weight:500;color:var(--ink3);text-transform:uppercase;letter-spacing:0.07em;margin-bottom:10px;} .hc-title{font-size:14px;font-weight:500;color:var(--ink);margin-bottom:14px;} .mini-bar-row{display:flex;align-items:center;gap:8px;margin:5px 0;} .mini-bar-name{font-size:11px;color:var(--ink2);min-width:140px;} .mini-bar-track{flex:1;background:var(--bg2);border-radius:3px;height:5px;overflow:hidden;} .mini-bar-fill{height:5px;border-radius:3px;} .mini-bar-pct{font-size:11px;color:var(--ink3);min-width:28px;text-align:right;} .mini-badge{font-size:10px;padding:1px 7px;border-radius:20px;} .mb-r{background:var(--red-l);color:var(--red);} .mb-a{background:var(--gold-l);color:var(--gold);} .mb-g{background:var(--green-l);color:var(--green);} .hero-card-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;} .hero-card-sm{background:#fff;border:0.5px solid var(--border);border-radius:10px;padding:16px 18px;} .hcs-num{font-family:'Fraunces',serif;font-size:28px;color:var(--ink);line-height:1;} .hcs-lbl{font-size:11px;color:var(--ink3);margin-top:3px;line-height:1.4;} .hcs-delta{font-size:11px;margin-top:3px;} .delta-d{color:var(--red);} .delta-u{color:var(--green);} .whatsapp-pill{display:flex;align-items:center;gap:8px;background:var(--green-l);border-radius:8px;padding:10px 14px;margin-top:10px;} .wa-dot{width:8px;height:8px;border-radius:50%;background:var(--green);animation:pulse 2s ease-in-out infinite;} @keyframes pulse{0%,100%{opacity:1;}50%{opacity:0.4;}} .wa-text{font-size:12px;color:var(--green);font-weight:500;} .wa-sub{font-size:11px;color:var(--green2);opacity:0.75;} /* STATS BAR */ .stats-bar{background:var(--ink);display:flex;justify-content:center;gap:0;border-top:0.5px solid rgba(255,255,255,0.06);border-bottom:0.5px solid rgba(255,255,255,0.06);} .sb-item{text-align:center;padding:28px 48px;border-right:0.5px solid rgba(255,255,255,0.1);} .sb-item:last-child{border-right:none;} .sb-num{font-family:'Fraunces',serif;font-size:34px;color:#fff;line-height:1;} .sb-lbl{font-size:11px;color:rgba(255,255,255,0.45);margin-top:5px;} /* SECTION WRAPPER */ .sec{max-width:1140px;margin:0 auto;padding:80px 48px;} .sec-tag{display:inline-block;font-size:11px;font-weight:500;color:var(--green);background:var(--green-l);padding:4px 13px;border-radius:20px;margin-bottom:16px;letter-spacing:0.05em;} .sec h2{font-family:'Fraunces',serif;font-size:40px;letter-spacing:-0.02em;line-height:1.12;margin-bottom:14px;} .sec h2 em{font-style:italic;color:var(--green);} .sec-sub{font-size:15px;color:var(--ink2);font-weight:300;line-height:1.75;max-width:580px;} .sec-divider{border:none;border-top:0.5px solid var(--border);margin:0;} .dashboard{margin-top:40px;} .report-doc{margin-top:40px;} .pricing-grid{margin-top:40px;} .quotes-grid{margin-top:36px;} /* PROBLEM CARDS */ .prob-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:40px;} .prob-card{border:0.5px solid var(--border);border-radius:12px;padding:24px 20px;background:var(--bg);} .prob-card.hi{background:var(--blue-l);border-color:rgba(15, 15, 15, 0.15);} .pc-who{font-size:10px;font-weight:500;color:var(--ink3);text-transform:uppercase;letter-spacing:0.06em;margin-bottom:10px;} .prob-card h3{font-size:14px;font-weight:500;color:var(--ink);line-height:1.45;margin-bottom:8px;} .prob-card p{font-size:12px;color:var(--ink2);line-height:1.65;} .prob-stat{font-family:'Fraunces',serif;font-size:32px;color:var(--red);margin-top:12px;line-height:1;} /* HOW IT WORKS */ .how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:40px;} .how-card{background:var(--bg);border:0.5px solid var(--border);border-radius:12px;padding:28px 24px;position:relative;overflow:hidden;} .how-bg-num{font-family:'Fraunces',serif;font-size:72px;color:var(--bg3);position:absolute;bottom:-10px;right:16px;line-height:1;pointer-events:none;} .how-tag{display:inline-block;font-size:10px;font-weight:500;color:var(--green);background:var(--green-l);padding:3px 10px;border-radius:20px;margin-bottom:14px;letter-spacing:0.04em;} .how-card h3{font-size:15px;font-weight:500;color:var(--ink);margin-bottom:10px;line-height:1.4;} .how-card p{font-size:13px;color:var(--ink2);line-height:1.65;} /* WHATSAPP SECTION */ .wa-section{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-top:0;} .phone-device{background:var(--bg2);border:0.5px solid var(--border);border-radius:16px;padding:20px;} .phone-top{display:flex;align-items:center;gap:10px;padding-bottom:14px;margin-bottom:14px;border-bottom:0.5px solid var(--border);} .phone-av{width:32px;height:32px;border-radius:50%;background:var(--green-l);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:500;color:var(--green);} .phone-name{font-size:13px;font-weight:500;color:var(--ink);} .phone-status{font-size:11px;color:var(--green2);} .chat{display:flex;flex-direction:column;gap:7px;} .bub{max-width:82%;padding:9px 13px;border-radius:14px;font-size:12px;line-height:1.55;} .bub.bot{background:#fff;border:0.5px solid var(--border);border-radius:14px 14px 14px 3px;color:var(--ink);align-self:flex-start;} .bub.usr{background:var(--green);color:#fff;border-radius:14px 14px 3px 14px;align-self:flex-end;} .typing-ind{display:flex;gap:3px;padding:9px 13px;background:#fff;border:0.5px solid var(--border);border-radius:14px 14px 14px 3px;width:fit-content;} .td{width:5px;height:5px;border-radius:50%;background:var(--ink3);animation:tdot 1.2s ease-in-out infinite;} .td:nth-child(2){animation-delay:0.2s;} .td:nth-child(3){animation-delay:0.4s;} @keyframes tdot{0%,60%,100%{transform:translateY(0);}30%{transform:translateY(-5px);}} .wa-caption{font-size:11px;color:var(--ink4);text-align:center;margin-top:10px;} .wa-right h3{font-family:'Fraunces',serif;font-size:28px;letter-spacing:-0.015em;line-height:1.2;margin-bottom:14px;} .wa-right h3 em{font-style:italic;color:var(--green);} .wa-right p{font-size:14px;color:var(--ink2);line-height:1.75;font-weight:300;margin-bottom:18px;} .wa-point{display:flex;gap:10px;padding:9px 0;border-bottom:0.5px solid var(--border2);} .wa-point:last-child{border-bottom:none;} .wa-dot-g{width:7px;height:7px;border-radius:50%;background:var(--green);flex-shrink:0;margin-top:5px;} .wa-point-body{font-size:13px;color:var(--ink2);line-height:1.6;} .wa-point-body strong{color:var(--ink);font-weight:500;} /* DASHBOARD MOCKUP */ .dashboard{background:#fff;border:0.5px solid var(--border);border-radius:14px;overflow:hidden;margin-top:40px;} .db-topbar{background:var(--ink);padding:14px 20px;display:flex;align-items:center;justify-content:space-between;} .db-topbar-logo{font-family:'Fraunces',serif;font-size:16px;color:#fff;} .db-topbar-right{display:flex;gap:16px;align-items:center;} .db-topbar-link{font-size:12px;color:rgba(255,255,255,0.5);} .db-topbar-link.active{color:#fff;} .db-body{display:grid;grid-template-columns:200px 1fr;min-height:420px;} .db-sidebar{background:var(--bg2);border-right:0.5px solid var(--border);padding:20px 0;} .db-nav-item{padding:9px 20px;font-size:12px;color:var(--ink3);cursor:pointer;display:flex;align-items:center;gap:8px;} .db-nav-item.active{background:#fff;color:var(--ink);font-weight:500;border-right:2px solid var(--green);} .db-nav-dot{width:6px;height:6px;border-radius:50%;background:var(--bg3);} .db-nav-item.active .db-nav-dot{background:var(--green);} .db-content{padding:24px;} .db-content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;} .db-content-title{font-size:15px;font-weight:500;color:var(--ink);} .db-content-sub{font-size:12px;color:var(--ink3);} .db-badge{font-size:11px;background:var(--green-l);color:var(--green);padding:4px 12px;border-radius:20px;font-weight:500;} .db-stat-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:18px;} .db-stat{background:var(--bg2);border-radius:8px;padding:14px 12px;} .db-stat-num{font-size:20px;font-weight:500;color:var(--ink);} .db-stat-lbl{font-size:11px;color:var(--ink3);margin-top:2px;} .db-stat-delta{font-size:11px;margin-top:2px;} .db-two{display:grid;grid-template-columns:1.3fr 1fr;gap:14px;} .db-panel{background:var(--bg2);border-radius:8px;padding:14px 16px;} .db-panel-title{font-size:11px;font-weight:500;color:var(--ink3);margin-bottom:10px;text-transform:uppercase;letter-spacing:0.06em;} .db-bar-row{display:flex;align-items:center;gap:8px;padding:5px 0;border-bottom:0.5px solid var(--border2);} .db-bar-row:last-child{border-bottom:none;} .db-bar-name{font-size:11px;color:var(--ink);min-width:120px;} .db-bar-track{flex:1;background:var(--bg3);border-radius:2px;height:5px;overflow:hidden;} .db-bar-fill{height:5px;border-radius:2px;} .db-bar-pct{font-size:10px;color:var(--ink3);min-width:26px;text-align:right;} .db-sev{font-size:10px;padding:1px 7px;border-radius:20px;} .db-bench-row{display:flex;align-items:center;gap:8px;padding:6px 0;border-bottom:0.5px solid var(--border2);} .db-bench-row:last-child{border-bottom:none;} .db-bench-name{font-size:11px;color:var(--ink);min-width:100px;} .db-bench-track{flex:1;background:var(--bg3);border-radius:2px;height:5px;overflow:hidden;} .db-bench-fill{height:5px;border-radius:2px;} .db-bench-score{font-size:10px;color:var(--ink3);min-width:20px;text-align:right;} .db-you-badge{font-size:9px;background:var(--red-l);color:var(--red);padding:1px 6px;border-radius:20px;} .db-alert{background:var(--red-l);border-radius:6px;padding:10px 12px;margin-top:10px;border-left:3px solid var(--red);} .db-alert-title{font-size:12px;font-weight:500;color:var(--red);margin-bottom:2px;} .db-alert-body{font-size:11px;color:var(--red);opacity:0.85;line-height:1.5;} /* REPORT MOCKUP */ .report-doc{background:#fff;border:0.5px solid var(--border);border-radius:14px;padding:32px 36px;margin-top:40px;} .report-doc-header{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:18px;margin-bottom:20px;border-bottom:1.5px solid var(--ink);} .rdh-left h3{font-family:'Fraunces',serif;font-size:22px;letter-spacing:-0.01em;color:var(--ink);} .rdh-left p{font-size:12px;color:var(--ink3);margin-top:4px;} .rdh-right{text-align:right;} .rdh-q{font-size:13px;font-weight:500;color:var(--ink);} .rdh-conf{font-size:11px;color:var(--green);margin-top:2px;} .report-meta-row{display:flex;gap:24px;margin-bottom:20px;} .rmi{font-size:12px;color:var(--ink3);} .rmi span{font-weight:500;color:var(--ink);} .report-stat-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:22px;} .rstat{border:0.5px solid var(--border);border-radius:8px;padding:14px 12px;text-align:center;} .rstat-num{font-size:22px;font-weight:500;color:var(--ink);} .rstat-lbl{font-size:11px;color:var(--ink3);margin-top:2px;} .rstat-delta{font-size:11px;margin-top:2px;} .report-section-title{font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:0.08em;color:var(--ink3);margin-bottom:10px;padding-bottom:6px;border-bottom:0.5px solid var(--border);} .r2col{display:grid;grid-template-columns:1.2fr 1fr;gap:16px;margin-bottom:18px;} .r-bar-row{display:flex;align-items:center;gap:8px;padding:6px 0;border-bottom:0.5px solid var(--border2);} .r-bar-row:last-child{border-bottom:none;} .r-bar-name{font-size:12px;color:var(--ink);min-width:155px;} .r-bar-track{flex:1;background:var(--bg2);border-radius:3px;height:6px;overflow:hidden;} .r-bar-fill{height:6px;border-radius:3px;} .r-bar-pct{font-size:11px;color:var(--ink3);min-width:30px;text-align:right;} .r-sev{font-size:10px;padding:1px 7px;border-radius:20px;} .r-bench-row{display:flex;align-items:center;gap:8px;padding:6px 0;border-bottom:0.5px solid var(--border2);} .r-bench-row:last-child{border-bottom:none;} .r-bench-name{font-size:12px;color:var(--ink);min-width:100px;} .r-bench-track{flex:1;background:var(--bg2);border-radius:3px;height:6px;overflow:hidden;} .r-bench-fill{height:6px;border-radius:3px;} .r-bench-score{font-size:11px;color:var(--ink3);min-width:22px;text-align:right;} .r-you{font-size:9px;background:var(--red-l);color:var(--red);padding:1px 6px;border-radius:20px;} .insight-box{border-left:3px solid;padding:10px 14px;border-radius:0 8px 8px 0;margin-bottom:8px;} .ib-red{border-color:var(--red);background:var(--red-l);} .ib-gold{border-color:var(--gold);background:var(--gold-l);} .ib-green{border-color:var(--green);background:var(--green-l);} .ib-title{font-size:12px;font-weight:500;margin-bottom:3px;} .ib-red .ib-title{color:var(--red);} .ib-gold .ib-title{color:var(--gold);} .ib-green .ib-title{color:var(--green);} .ib-body{font-size:11px;line-height:1.6;} .ib-red .ib-body{color:#8b2020;} .ib-gold .ib-body{color:#7a5010;} .ib-green .ib-body{color:#0f4a28;} .rec-row{display:flex;gap:10px;padding:9px 0;border-bottom:0.5px solid var(--border);} .rec-row:last-child{border-bottom:none;} .rec-n{font-size:11px;font-weight:500;color:var(--ink3);min-width:20px;padding-top:1px;} .rec-b{flex:1;} .rec-title{font-size:12px;font-weight:500;color:var(--ink);} .rec-desc{font-size:11px;color:var(--ink2);margin-top:2px;line-height:1.5;} .rec-tag{display:inline-block;font-size:10px;padding:2px 8px;border-radius:20px;margin-top:4px;} .rt-r{background:var(--red-l);color:var(--red);} .rt-a{background:var(--gold-l);color:var(--gold);} .rt-g{background:var(--green-l);color:var(--green);} .blur-grad{background:linear-gradient(to bottom,transparent 40%,#fff 100%);height:80px;margin-top:-80px;position:relative;z-index:2;border-radius:0 0 12px 12px;} /* BUYERS SECTION */ .buyers-tabs{display:flex;gap:0;border:0.5px solid var(--border);border-radius:10px;overflow:hidden;margin-bottom:20px;margin-top:36px;} .b-tab{flex:1;padding:13px 16px;font-size:13px;font-weight:500;color:var(--ink3);text-align:center;cursor:pointer;border-right:0.5px solid var(--border);background:var(--bg);transition:all 0.15s;} .b-tab:last-child{border-right:none;} .b-tab.active{background:var(--ink);color:#fff;} .buyers-content{display:none;} .buyers-content.active{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start;} .bc-left h3{font-family:'Fraunces',serif;font-size:26px;letter-spacing:-0.015em;margin-bottom:10px;line-height:1.3;} .bc-left h3 em{font-style:italic;color:var(--green);} .bc-left p{font-size:14px;color:var(--ink2);line-height:1.75;font-weight:300;margin-bottom:16px;} .bc-point{display:flex;gap:10px;padding:8px 0;border-bottom:0.5px solid var(--border2);} .bc-point:last-child{border-bottom:none;} .bc-dot{width:7px;height:7px;border-radius:50%;background:var(--green);flex-shrink:0;margin-top:5px;} .bc-point-text{font-size:13px;color:var(--ink2);line-height:1.6;} .bc-point-text strong{color:var(--ink);font-weight:500;} .bc-price{display:flex;align-items:baseline;gap:6px;margin-top:18px;} .bc-price-num{font-family:'Fraunces',serif;font-size:32px;color:var(--ink);} .bc-price-lbl{font-size:13px;color:var(--ink3);} .bc-right{background:var(--bg2);border:0.5px solid var(--border);border-radius:12px;padding:20px;} /* QUOTES */ .quotes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:36px;} .quote-card{background:var(--bg);border:0.5px solid var(--border);border-radius:12px;padding:22px 20px;} .quote-text{font-family:'Fraunces',serif;font-size:15px;font-style:italic;color:var(--ink);line-height:1.65;margin-bottom:12px;} .quote-role{font-size:12px;font-weight:500;color:var(--ink2);} .quote-org{font-size:11px;color:var(--ink3);} /* PRICING */ .pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:40px;} .price-card{border:0.5px solid var(--border);border-radius:12px;padding:26px 22px;background:var(--bg);} .price-card.feat{border:1.5px solid var(--green);background:var(--green-l);} .p-badge{display:inline-block;font-size:10px;background:var(--green);color:#fff;padding:3px 10px;border-radius:20px;margin-bottom:12px;} .p-name{font-size:13px;font-weight:500;color:var(--ink);margin-bottom:6px;} .p-price{font-family:'Fraunces',serif;font-size:38px;color:var(--ink);line-height:1;margin-bottom:4px;} .p-per{font-size:12px;color:var(--ink3);margin-bottom:18px;} .p-features{list-style:none;display:flex;flex-direction:column;gap:7px;margin-bottom:20px;} .p-features li{font-size:12px;color:var(--ink2);display:flex;gap:8px;align-items:flex-start;line-height:1.5;} .p-check{width:14px;height:14px;border-radius:50%;background:var(--green-l);border:0.5px solid var(--green);flex-shrink:0;margin-top:1px;} .p-btn{display:block;width:100%;text-align:center;padding:11px;border-radius:7px;font-size:13px;font-weight:500;cursor:pointer;border:none;transition:all 0.2s;} .p-btn-dark{background:var(--ink);color:#fff;} .p-btn-dark:hover{background:var(--green);} .p-btn-out{background:transparent;color:var(--ink);border:0.5px solid var(--border);} .p-btn-out:hover{border-color:var(--ink);} /* FOUNDER */ .founder{background:var(--ink);padding:80px 48px;} .founder-inner{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;} .f-tag{font-size:11px;color:rgba(255,255,255,0.35);letter-spacing:0.07em;text-transform:uppercase;margin-bottom:14px;} .founder-inner h2{font-family:'Fraunces',serif;font-size:36px;color:#fff;line-height:1.2;margin-bottom:16px;letter-spacing:-0.02em;} .founder-inner h2 em{font-style:italic;color:var(--green2);} .founder-inner p{font-size:14px;color:rgba(255,255,255,0.6);line-height:1.8;margin-bottom:12px;font-weight:300;} .f-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px;} .f-stat{border-top:0.5px solid rgba(255,255,255,0.1);padding-top:14px;} .f-stat-num{font-family:'Fraunces',serif;font-size:28px;color:#fff;line-height:1;} .f-stat-lbl{font-size:11px;color:rgba(255,255,255,0.35);margin-top:4px;line-height:1.4;} /* CTA */ .cta-sec{background:var(--bg2);border-top:0.5px solid var(--border);padding:80px 48px;text-align:center;} .cta-sec h2{font-family:'Fraunces',serif;font-size:44px;letter-spacing:-0.025em;line-height:1.1;margin-bottom:14px;} .cta-sec h2 em{font-style:italic;color:var(--green);} .cta-sec p{font-size:15px;color:var(--ink2);font-weight:300;margin-bottom:28px;} .cta-form{display:flex;gap:10px;justify-content:center;max-width:420px;margin:0 auto;} .cta-input{flex:1;padding:13px 16px;border:0.5px solid var(--border);border-radius:7px;font-size:14px;font-family:'DM Sans',sans-serif;background:#fff;color:var(--ink);} .cta-input:focus{outline:none;border-color:var(--green);} .cta-note{font-size:12px;color:var(--ink3);margin-top:12px;} /* FOOTER */ footer{background:#0a0a09;display:flex;justify-content:space-between;align-items:center;padding:32px 48px;flex-wrap:wrap;gap:14px;} .f-logo{font-family:'Fraunces',serif;font-size:20px;color:#fff;} .f-links{display:flex;gap:20px;} .f-links a{font-size:12px;color:rgba(255,255,255,0.35);text-decoration:none;} .f-links a:hover{color:#fff;} .f-copy{font-size:11px;color:rgba(255,255,255,0.25);} /* ====== RESPONSIVE DESIGN ====== */ /* TABLETS: 768px - 1024px */ @media(max-width:1024px){ nav{padding:16px 24px;} .logo{font-size:18px;} .nav-links{gap:16px;} .nav-links a{font-size:12px;} .hero{grid-template-columns:1fr;gap:40px;padding:60px 24px 50px;} h1{font-size:42px;} .hero-sub{font-size:15px;} .hero-right{position:relative;} .stats-bar{flex-wrap:wrap;} .sb-item{padding:20px 32px;border-right:none;border-bottom:0.5px solid rgba(255,255,255,0.1);} .sb-item:nth-child(n+4){border-bottom:none;} .sec{padding:60px 24px;} .sec h2{font-size:32px;} .prob-grid{grid-template-columns:repeat(2,1fr);} .how-grid{grid-template-columns:repeat(2,1fr);gap:12px;} .how-card{padding:20px 18px;} .wa-section{grid-template-columns:1fr;gap:40px;} .wa-right h3{font-size:24px;} .dashboard{margin-top:24px;} .db-body{grid-template-columns:150px 1fr;} .db-stat-row{grid-template-columns:repeat(2,1fr);} .db-two{grid-template-columns:1fr;} .report-doc{padding:24px 20px;margin-top:24px;} .r2col{grid-template-columns:1fr;} .buyers-tabs{flex-wrap:wrap;} .buyers-content.active{grid-template-columns:1fr;gap:24px;} .quotes-grid{grid-template-columns:repeat(2,1fr);margin-top:24px;} .pricing-grid{grid-template-columns:repeat(2,1fr);margin-top:24px;} .founder-inner{grid-template-columns:1fr;gap:40px;} .f-stats{grid-template-columns:repeat(2,1fr);} .cta-form{flex-direction:column;max-width:100%;} footer{justify-content:center;text-align:center;} } /* MOBILE: < 768px */ @media(max-width:767px){ html{font-size:14px;} nav{padding:12px 16px;justify-content:space-between;} .logo{font-size:16px;} .nav-links{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--bg);border-bottom:0.5px solid var(--border);padding:16px;z-index:50;} .nav-links.show{display:flex;} .nav-links a{font-size:13px;padding:10px 0;} .mobile-nav-btn{display:block;} .hero{grid-template-columns:1fr!important;gap:24px;padding:40px 16px 32px;} h1{font-size:28px;line-height:1.2;margin-bottom:16px;} .hero-sub{font-size:14px;margin-bottom:20px;} .eyebrow{font-size:10px;padding:4px 10px;} .cta-row{flex-wrap:wrap;gap:8px;} .btn-p,.btn-s{padding:11px 18px;font-size:13px;width:100%;} .stats-bar{flex-direction:column;} .sb-item{padding:16px 20px;border-right:none;border-bottom:0.5px solid rgba(255,255,255,0.1);} .sb-item:last-child{border-bottom:none;} .sb-num{font-size:24px;} .sb-lbl{font-size:10px;} .sec{padding:40px 16px;} .sec-tag{font-size:10px;} .sec h2{font-size:24px;line-height:1.2;margin-bottom:12px;} .sec-sub{font-size:13px;} .prob-grid{grid-template-columns:1fr;gap:10px;margin-top:24px;} .prob-card{padding:18px 14px;} .prob-card h3{font-size:13px;} .prob-card p{font-size:11px;} .prob-stat{font-size:24px;} .how-grid{grid-template-columns:1fr;gap:12px;margin-top:24px;} .how-card{padding:18px 14px;} .how-bg-num{font-size:48px;bottom:-5px;right:10px;} .how-card h3{font-size:14px;} .how-card p{font-size:12px;} .wa-section{grid-template-columns:1fr;gap:24px;margin-top:24px;} .phone-device{padding:14px;} .wa-right h3{font-size:20px;margin-bottom:12px;} .wa-right p{font-size:13px;} .dashboard{border-radius:8px;overflow-x:auto;margin-top:24px;} .db-topbar{padding:10px 14px;} .db-topbar-logo{font-size:14px;} .db-topbar-right{gap:10px;} .db-topbar-link{font-size:10px;} .db-body{grid-template-columns:120px 1fr;min-height:300px;} .db-sidebar{padding:12px 0;} .db-nav-item{padding:8px 12px;font-size:11px;gap:6px;} .db-content{padding:14px;} .db-content-title{font-size:13px;} .db-content-sub{font-size:10px;} .db-stat-row{grid-template-columns:1fr;gap:8px;margin-bottom:12px;} .db-stat{padding:10px 8px;} .db-stat-num{font-size:16px;} .db-stat-lbl{font-size:10px;} .db-two{grid-template-columns:1fr;gap:10px;} .db-panel{padding:10px 12px;} .db-panel-title{font-size:10px;} .db-bar-row{gap:6px;padding:4px 0;} .db-bar-name{min-width:100px;font-size:10px;} .db-bar-pct{font-size:9px;} .db-sev{font-size:9px;} .report-doc{padding:20px 14px;margin-top:24px;} .report-doc-header{flex-direction:column;align-items:flex-start;gap:12px;} .rdh-left h3{font-size:18px;} .rdh-left p{font-size:11px;} .rdh-right{text-align:left;} .rdh-q{font-size:12px;} .report-meta-row{flex-direction:column;gap:12px;margin-bottom:16px;} .report-stat-row{grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:16px;} .rstat{padding:10px 8px;} .rstat-num{font-size:18px;} .rstat-lbl{font-size:10px;} .r2col{grid-template-columns:1fr;} .r-bar-row{gap:6px;padding:5px 0;} .r-bar-name{min-width:130px;font-size:10px;} .r-bar-pct{font-size:9px;} .rec-row{gap:6px;} .rec-title{font-size:11px;} .rec-desc{font-size:10px;} .buyers-tabs{flex-direction:column;border-radius:0;margin-top:24px;} .b-tab{padding:12px;font-size:12px;border-right:none;border-bottom:0.5px solid var(--border);} .b-tab:last-child{border-bottom:none;} .buyers-content.active{grid-template-columns:1fr;gap:16px;} .bc-left h3{font-size:20px;} .bc-left p{font-size:13px;} .bc-price-num{font-size:24px;} .bc-price-lbl{font-size:12px;} .bc-right{padding:14px;} .quotes-grid{grid-template-columns:1fr;gap:10px;margin-top:24px;} .quote-card{padding:16px 14px;} .quote-text{font-size:14px;} .quote-role{font-size:11px;} .pricing-grid{grid-template-columns:1fr;gap:10px;margin-top:24px;} .price-card{padding:18px 14px;} .p-name{font-size:12px;} .p-price{font-size:28px;} .p-per{font-size:11px;} .p-features li{font-size:11px;} .p-btn{font-size:12px;padding:10px;} .founder{padding:50px 16px;} .founder-inner{grid-template-columns:1fr;gap:24px;} .founder-inner h2{font-size:22px;} .founder-inner p{font-size:13px;} .f-stats{grid-template-columns:1fr;gap:12px;margin-top:20px;} .f-stat-num{font-size:22px;} .f-stat-lbl{font-size:10px;} .f-tag{font-size:10px;} .cta-sec{padding:50px 16px;} .cta-sec h2{font-size:22px;} .cta-sec p{font-size:13px;} .cta-form{flex-direction:column;gap:10px;max-width:100%;} .cta-input{padding:11px 14px;font-size:13px;} .cta-note{font-size:11px;} footer{padding:24px 16px;flex-direction:column;text-align:center;gap:12px;} .f-logo{font-size:16px;} .f-links{flex-direction:column;gap:8px;font-size:11px;} .f-copy{font-size:10px;} /* Hide some elements on mobile for cleaner UI */ .hero-note{font-size:11px;} .hc-label{font-size:9px;} .hc-title{font-size:13px;} .mini-bar-row{font-size:10px;} .whatsapp-pill{padding:8px 10px;} .wa-text{font-size:11px;} } /* SMALL MOBILE: < 480px */ @media(max-width:479px){ h1{font-size:22px;} .hero{padding:32px 12px 24px;} .sec{padding:32px 12px;} .btn-p,.btn-s{font-size:12px;padding:10px 14px;} .sec h2{font-size:20px;margin-bottom:10px;} .sec-sub{font-size:12px;} .prob-grid{grid-template-columns:1fr;} .how-grid{grid-template-columns:1fr;} .pricing-grid{grid-template-columns:1fr;} .stats-bar{flex-direction:column;} nav{padding:10px 12px;} .logo{font-size:14px;} .report-stat-row{grid-template-columns:1fr;} .cta-sec{padding:40px 12px;} .cta-sec h2{font-size:18px;} .founder{padding:40px 12px;} .founder-inner h2{font-size:18px;} } /* LANDSCAPE ORIENTATION - Mobile */ @media(max-height:600px){ .hero{padding:30px 16px 20px;} h1{font-size:24px;margin-bottom:12px;} .cta-row{gap:6px;} .btn-p,.btn-s{padding:8px 14px;font-size:12px;} }
For universities & educators

Your graduates
are talking Are you listening?

Know what employers actually need. Improve your curriculum in real time. Pre-test decisions that improve skills, outcomes, and accreditation performance.

Demo Report → Request Your Data →

The number one universities Partner.

Skills gap intelligence · Business faculty · Q1 2026
Where your graduates are losing jobs — this quarter
Financial modelling
78%
Critical
Data analysis
71%
Critical
Stakeholder comms
64%
High
Accounting basics
18%
Strong
41
Your readiness score in 2026
▼ 3pts this quarter
94%
Student response rate on WhatsApp
vs 12% email surveys
50+
Partnerships
30K+
Talents Insights
94%
Student response rate

The challenge

Your curriculum is outdated
by the time it's implemented.

Traditional surveys return data months too late. Employers have already moved on. Your accreditation body sees the gap before you do. Meanwhile, your graduates struggle to find jobs—and your reputation takes the hit.

Curriculum gaps

60% lag in matching market demand

Faculty committees meet quarterly. By the time they update curriculum, employers have shifted what they need. Your graduates arrive unprepared.

60%
Slow feedback loops

Annual surveys are dead data on arrival

By the time you get survey results back and present them to committees, the market has moved 3 times. You're always 12 months behind reality.

Competitive pressure

Peer institutions are outpacing you

They're tracking what employers want in real time. If you're not, your graduates will be the ones employers overlook.

Accreditation risk

Your review board asks questions you can't answer

"What % of graduates are job-ready?" "How do you know?" "Who told you?" Annual data isn't good enough anymore. Accreditors expect real-time evidence.

At risk

What your institution gets

Everything you need for
smarter curriculum decisions

Not just dashboards and numbers. Tools built specifically to help faculty committees, deans, and accreditation teams make better decisions faster.

Real Student Conversations

Reach graduates on the channel they actually use

Our AI reaches your graduates directly on WhatsApp and captures their honest feedback about job hunting, performance, and skill gaps. Raw, unfiltered insights from where they actually spend time—not survey fatigue.

Monthly Intelligence Reports

Actionable findings, not just dashboards

Raw data is noise. We analyze conversations and deliver specific findings: "78% report financial modelling gaps" or "Your readiness score is 41 vs 72 at peers." Clear enough for your faculty to act on.

Simulate Decisions

Be confident with your decisions

Pre-test and predict your curriculum outcomes using real market behaviour — so you can move with clarity and confidence.


Sample report

The quarterly intelligence report
your board will actually read

Not a dashboard full of numbers. A decision document — with specific findings, peer benchmarks, and a clear action list for next semester.

Graduate Workforce Intelligence Report

University X · Faculty of Business & Economics

Q1 2026 · January – March
Confidence: 94% · 3,204 conversations
Students tracked: 847
Cohorts: Year 3, Year 4, Alumni 2023–25
Sector focus: Finance, Accounting, Economics
41
Readiness score
▼ 3pts vs Q4
68%
Cite skill gaps in rejections
▲ 12% vs Q4
22%
Job offer within 90 days
▼ 7% vs Q4
−27pts
vs Peer benchmark
Gap widening
Skills gap analysis
Financial modelling
78%
Critical
Data analysis (Excel/SQL)
71%
Critical
Presenting to stakeholders
64%
High
Report writing
52%
High
Accounting principles
18%
Strong
Peer benchmark
University A
72
University B
68
Your institution
41
−27pts
University C
38
Key findings
Financial modelling is the primary cause of interview-stage drop-offs
Across this quarter, financial modelling appears in the majority of interview rejections. Students report being confident in theory but unable to apply concepts in practical scenarios. This gap consistently appears in roles requiring real-world financial decision-making.
Accounting fundamentals remain a clear strength
Only 18% of respondents identified accounting principles as a weakness — the lowest across all tracked skills. This suggests strong foundational teaching, with positive signals from employers in entry-level finance roles.
Recommended actions — Q2 2026
01
Increase applied financial modelling exposure in Year 3–4
Introduce hands-on case-based sessions focused on real-world financial scenarios (forecasting, valuation, decision modelling).
Urgent — this semester
02
Strengthen data communication and presentation skills
Incorporate structured presentations into coursework to improve how students communicate analysis to non-technical stakeholders.
High priority — next semester
03
Position accounting strength in employer engagement
Highlight strong accounting performance in employer partnerships and recruitment conversations to improve hiring outcomes.
Quick win — this month
Get the full sample report →

From university leaders

Why institutions are
switching to live intelligence

Deans, faculty chairs, and accreditation teams tell us the same thing: annual data doesn't cut it anymore. They need to know what's happening in real time.

"We were making curriculum changes based on hunches and old surveys. Clora showed us we were 18 months behind what employers actually needed. That's the gap we're closing this year."

Dean of Faculty
Partner university

"Our accreditation review asked: 'How do you know your graduates are job-ready?' We had survey data from 8 months ago. Clora gives us the real-time evidence reviewers actually expect."

Accreditation Director
Regional university

"We discovered that peer institutions were outpacing us on readiness scores. That competitive pressure forced us to act fast. We went from quarterly reviews to weekly dashboards."

Faculty Committee Chair
Partner institution

Pricing for universities

Start with a pilot.
Scale when convinced.

Approve today without a committee. 90 days, one faculty, $800. Then decide if you want the full institution license.

90-day pilot
$800
One faculty · Quick approval
  • Up to 200 students tracer report
  • Cohorts intelligence report
  • One monthly strategy call
Best value
Annual institutional
$4,500
per year · Entire institution
  • Up to 2,000 students tracked
  • Cohorts intelligence reports
  • Curriculum Simulation
  • Quarterly accreditation briefings
  • Employer demand signals by sector
  • Monthly curriculum strategy calls
Enterprise
Custom
Multi-campus · Multi-country
  • Unlimited student tracking
  • Curriculum Simulation
  • API data access
  • Custom reporting & briefs
  • Dedicated support team
Why we built Clora for universities

Universities have the most to gain
from real-time talents insights.

Every year, institutions spend millions updating curriculum based on surveys that arrive months too late. Meanwhile, employers are already hiring from competitors who moved faster.

You can change curriculum next semester based on real data. You can catch up to your peers before next accreditation review.

We are building this for educators, with edtechs, faculty committees, curriculum frameworks, and accreditation requirements in mind.

50+
Patnerships
30K
Talents Insights
94%
Average response rate — 8x higher than email surveys

See what your institution's
intelligence actually looks like.

Request a sample report. We'll show you the exact skills gaps affecting your faculty — using real data from similar institutions.

No commitment · 30 seconds · Response within one business day · info@useclora.com