{% extends 'base.html.twig' %}{% block title %}Solutions | CogniEdu{% endblock %}{% block body %}<section class="py-5"> <div class="container"> <div class="mb-5"> <h1 class="display-5 fw-bold">Solutions</h1> <p class="lead text-muted"> AI-driven solutions designed to help higher education institutions make smarter, faster, and more confident decisions. </p> </div> <div class="row g-4"> <div class="col-md-6 col-lg-3"> <div class="card h-100 shadow-sm"> <div class="card-body"> <h5 class="card-title">Business Intelligence</h5> <p class="card-text text-muted"> Institutional data transformed into actionable insight through unified dashboards and KPIs. </p> <ul class="small text-muted mb-0"> <li>Executive KPI dashboards</li> <li>Trend + performance tracking</li> <li>Custom reporting</li> </ul> </div> </div> </div> <div class="col-md-6 col-lg-3"> <div class="card h-100 shadow-sm"> <div class="card-body"> <h5 class="card-title">Financial Analysis</h5> <p class="card-text text-muted"> Clear visibility into financial performance with scenario modeling and risk identification. </p> <ul class="small text-muted mb-0"> <li>Budget vs actuals</li> <li>Scenario planning</li> <li>Risk / opportunity signals</li> </ul> </div> </div> </div> <div class="col-md-6 col-lg-3"> <div class="card h-100 shadow-sm"> <div class="card-body"> <h5 class="card-title">Enrollment Analytics</h5> <p class="card-text text-muted"> Predict enrollment outcomes and respond proactively to shifts in student behavior and markets. </p> <ul class="small text-muted mb-0"> <li>Forecasting by program/cohort</li> <li>Yield and retention insights</li> <li>Early risk alerts</li> </ul> </div> </div> </div> <div class="col-md-6 col-lg-3"> <div class="card h-100 shadow-sm"> <div class="card-body"> <h5 class="card-title">Revenue Forecasting</h5> <p class="card-text text-muted"> Multi-year projections and confidence ranges to support sustainable growth planning. </p> <ul class="small text-muted mb-0"> <li>Tuition/fee forecasting</li> <li>Multi-year modeling</li> <li>Confidence ranges</li> </ul> </div> </div> </div> </div> <div class="mt-5 p-4 bg-light rounded-3 border"> <div class="row align-items-center g-3"> <div class="col-lg-8"> <h2 class="h4 mb-1">Ready to see CogniEdu in action?</h2> <p class="mb-0 text-muted">Tell us about your institution and we’ll schedule a demo.</p> </div> <div class="col-lg-4 text-lg-end"> <a href="{{ path('request_demo') }}" class="btn btn-primary"> Request a Demo </a> <a href="{{ path('contact') }}" class="btn btn-outline-secondary ms-2"> Contact </a> </div> </div> </div> </div></section>{% endblock %}