# Design Specification — Singoa Education Landing Page
**Industry:** Higher Education & K-12 | **Date:** 2026-02-26 | **Status:** Design Agent Output

---

## A) BUYER JOURNEY — Bursar / VP Finance / K-12 CFO

### Mental State on Landing
The buyer arrives from a search like "financial aid reconciliation software" or "automate tuition billing Banner integration." They are not casually browsing — they are in pain. It is either:
- Semester start (August or January): their office is drowning in 3,000+ billing events, financial aid credits are still pending, payment plan enrollments are piling up, and the CFO is asking why collection rates are down.
- Post-audit: the Department of Education flagged a Title IV reconciliation error, or a FERPA complaint was filed because a staff member emailed billing info to a parent without a release on file.
- Budget season: the VP Finance asked why bad debt write-offs increased and the bursar has no good answer.

In all three cases, the buyer is skeptical, time-poor, and has been burned by a previous system that took 18 months to implement and never fully integrated with Banner.

### What They Need to See in 3 Seconds
1. A product dashboard that looks exactly like their world — student IDs, tuition balances, financial aid status, payment plan installments, registration holds.
2. A stat that quantifies their pain: "5–15% tuition delinquency rate industry-wide" (National Student Clearinghouse, 2023).
3. Proof that Singoa speaks their language: Title IV, FERPA, 1098-T, R2T4, ISIR, COA, EFC — not generic "AR automation."
4. A CTA that feels like expert help, not a sales pitch: "Schedule Your Student Billing Assessment."

### Emotional Arc of the Page
1. Pain recognition — "We know what semester start looks like in your office"
2. Quantified problem — DSO, delinquency rates, staff hours lost, 1098-T penalty exposure
3. Before/After — manual chaos vs. Singoa automation
4. Product proof — tabbed dashboard exploration with real education UI
5. ROI framing — staff hours saved, collection rate improvement, bad debt reduction
6. Compliance trust — FERPA, Title IV, 1098-T, PCI DSS addressed explicitly
7. Integration proof — Banner, Colleague, PowerSchool, Blackbaud, Workday, Nelnet logos
8. Low-risk CTA — "Schedule Your Student Billing Assessment"

### Buying Process Alignment
- Bursar identifies pain at semester start or after audit
- Researches online, asks peers at NACUBO/NASFAA conferences
- Demos 2–3 vendors, involves IT for SIS integration assessment
- Presents ROI case to VP Finance / CFO
- Pilot → institution-wide rollout in 3–9 months
- Page must serve both the bursar (operational proof) and the CFO (ROI numbers)

---

## B) HERO MOCKUP — Education AR Dashboard

### Component Name: `TuitionBillingCommandCenter`

### Browser Chrome
```
bg-[#0D1321] rounded-2xl border border-white/10 shadow-2xl
Chrome bar: red/yellow/green dots + "Singoa — Fall 2026 Semester Billing"
```

### Layout: Split Panel (left 55% / right 45%)

### LEFT PANEL — "Semester Billing Pipeline"
Header: `Fall 2026 | 3,847 Students Enrolled` (blue badge)

Five pipeline rows, each animating in with staggered delay (i * 0.15s):

| Icon | Label | Value | Status Badge |
|---|---|---|---|
| Banner logo pill | Enrollment Sync | 3,847 students | green "Complete" |
| invoice icon | Bills Generated | 3,847 invoices · $42.1M | green "Complete" |
| aid icon | Financial Aid Applied | 2,104 students · $18.3M credited | blue "Applied" |
| plan icon | Payment Plans Enrolled | 891 students · 4-installment | green "Active" |
| hold icon | Registration Holds | 47 students | amber pulse "Action Needed" |

Animated counters on: 3,847 / $42.1M / 2,104 / $18.3M / 891 / 47

### RIGHT PANEL — "Live AR Status"
Mini table with 5 rows:

| Student ID | Balance | Status | Next Action |
|---|---|---|---|
| STU-4821 | $3,200 | Aid Applied ✓ (green) | Auto-Pay Mar 15 |
| STU-4822 | $8,450 | Plan Active ✓ (green) | Installment 2/4 |
| STU-4823 | $1,200 | Hold: Overdue (red pulse) | Reminder Sent |
| STU-4824 | $0 | Paid in Full ✓ (green) | — |
| STU-4825 | $15,800 | Aid Pending (amber) | Awaiting ISIR |

### Bottom Status Bar (full width)
```
94.2% Collection Rate  |  31 Days DSO  |  $42.1M Billed This Term
```
All three values animate as counters on scroll-into-view.

### Animation Sequence
1. Dashboard fades in (opacity 0→1, y 40→0, duration 0.7s)
2. Left panel rows stagger in (delay: 0.3 + i * 0.15s)
3. Counters count up via requestAnimationFrame
4. Right panel table rows slide in from left (delay: 0.8 + i * 0.12s)
5. "Hold: Overdue" and "Awaiting ISIR" badges pulse (opacity 1→0.4→1, 1.5s repeat)
6. Bottom bar counters animate last (delay: 1.4s)

### Color Tokens
- Background: `#0D1321`
- Primary blue: `#3B82F6`
- Secondary indigo: `#6366F1`
- Success green: `#22C55E`
- Warning amber: `#EAB308`
- Danger red: `#EF4444`
- Border: `rgba(255,255,255,0.1)`
- Text muted: `rgba(255,255,255,0.5)`

---

## C) SECTION-BY-SECTION LAYOUT

### Section 1 — Hero
**Layout:** Dark full-bleed, text left + dashboard mockup right (desktop), stacked (mobile)
**Background:** `linear-gradient(135deg, #0B0F1A 0%, #0a0f2d 50%, #0e0a2c 100%)` + two radial blur orbs

**Badge (top):** `FERPA Compliant · Title IV Ready · 1098-T Automated`
Pill: `bg-white/10 border border-[#3B82F6]/40 text-white text-xs`

**H1:** "Semester Start Shouldn't Be a Crisis"
**Subhead:** "Singoa automates student billing, payment plans, and financial aid reconciliation — so your bursar's office runs on autopilot, not overtime."

**3 inline pain stats:**
- `5–15%` Avg Tuition Delinquency Rate (National Student Clearinghouse, 2023)
- `$112B` Title IV Aid Disbursed Annually (Federal Student Aid FY2023)
- `30–60d` Education Sector DSO Benchmark (NACUBO)

**CTAs:**
- Primary: "Schedule Your Student Billing Assessment" → `#contact-form`
- Secondary: "See the Semester Billing Demo" → `#product`

**Hero visual:** `TuitionBillingCommandCenter` (spec in Section B)

**Differentiation:** Split-panel semester pipeline is unique to education. No other industry page shows enrollment sync → billing → aid → holds in a live pipeline view.

---

### Section 2 — Problem (4 Stat Cards)
**Layout:** 2×2 grid (desktop), single column (mobile)
**Background:** `bg-gradient-to-b from-[#F9FAFB] to-white`
**Badge:** "The Semester Billing Tsunami" (amber warning tone)

**H2:** "Your Bursar's Office Processes 3,000+ Billing Events in 2 Weeks — Manually"
**Subhead:** "Every August and January, the same crisis repeats. Here's what the data says."

**Card 1 — Tuition Collection Delays**
- Stat: `5–15%` of enrolled students delinquent at any time
- Body: For a 10,000-student university at $15K avg tuition, a 10% delinquency rate = $15M at-risk per semester.
- Source: National Student Clearinghouse Research Center, 2023
- Icon: calendar, color: amber `#EAB308`

**Card 2 — Financial Aid Complexity**
- Stat: `$112B` in Title IV aid disbursed annually (FY2022–23)
- Body: Reconciling Pell Grants, Stafford Loans, and PLUS Loans against each student's COA and EFC from their ISIR is the most labor-intensive process in any bursar's office.
- Source: Federal Student Aid Annual Report FY2023
- Icon: graduation cap, color: blue `#3B82F6`

**Card 3 — Payment Plan Defaults**
- Stat: `15–25%` of payment plan students miss at least one installment
- Body: Institutions with automated reminders and auto-pay see 8–12% default rates vs. 20–30% for manual follow-up only.
- Source: FACTS Management; Nelnet Campus Commerce industry reports
- Icon: credit card warning, color: red `#EF4444`

**Card 4 — Refund Processing Delays**
- Stat: `43%` of financial aid administrators cite refund delays as a top operational challenge
- Body: Title IV regulations (34 CFR 668.164) require excess aid refunds within 14 days. Manual processing routinely takes 5–10 business days, creating regulatory risk.
- Source: NASFAA 2022 Administrator Survey; 34 CFR 668.164
- Icon: clock/refund, color: indigo `#6366F1`

**Visual treatment:** Large colored stat number, source citation in `text-xs text-gray-400` below body. Cards animate staggered (whileInView, delay i*0.1).

**Differentiation:** 2×2 grid with sourced stats differs from the 3-card single-row layout on other pages. "Semester billing tsunami" framing is education-only.

---

### Section 3 — Before / After
**Layout:** Split screen, left = "Before Singoa" (light red tint `#FEF2F2`), right = "After Singoa" (light green tint `#F0FDF4`)
**Background:** white
**H2:** "Manual Student Billing vs. Singoa Automation"

**Before column (manual):**
Header badge: "Without Singoa" — red
1. Staff manually exports enrollment from Banner → Excel → billing system (4–6 hours) ✗
2. Financial aid office emails spreadsheet — staff manually applies credits (2–3 days) ✗
3. Payment plan reminders sent manually via Outlook — no tracking, no audit trail ✗
4. 1098-T forms pulled from 3 systems, reconciled in Excel — 2–4 weeks for 5,000 students ✗
5. Registration holds placed manually per student — staff checks aging report daily ✗

**After column (Singoa):**
Header badge: "With Singoa" — green
1. Banner enrollment syncs automatically → bills generated in minutes, all credits applied ✓
2. Financial aid disbursements pulled via ISIR integration → applied to accounts in real time ✓
3. Payment plan reminders sent automatically, FERPA-compliant, timed to installment schedule ✓
4. 1098-T forms generated in 2–4 hours for 5,000 students, IRS-ready by January 31 ✓
5. Registration holds placed and released automatically based on balance thresholds ✓

**Bottom callout bar:** "80% reduction in manual billing tasks · 94%+ collection rate · Zero FERPA violations"

**Differentiation:** Before/After split-screen with education-specific workflow steps. The 1098-T and FERPA specifics are unique to this page.

---

### Section 4 — Product Showcase (4 Tabs)
**Layout:** Tab bar + swappable mockup panel below
**Background:** `bg-white`
**H2:** "Every Education AR Workflow, Automated"
**Subhead:** "From semester billing to 1098-T generation — explore the platform built for bursar offices."

**Tab 1 — Tuition Billing**
Mockup: `AcademicTermBillingMockup`
- Header: "Fall 2026 Billing Run — 3,847 Students"
- Table cols: Student ID | Program | Tuition | Fees | Aid Applied | Net Balance | Status
- 5 rows: undergrad, grad, part-time, international, financial aid recipient
- Bottom bar: "$42.1M billed · $18.3M aid applied · $23.8M net receivable"
- Benefit: "Generate an entire semester's bills in minutes, not days"

**Tab 2 — Payment Plans**
Mockup: `PaymentPlanTrackerMockup`
- Table cols: Student | Plan Type | Total | Paid | Remaining | Next Due | Status
- Rows: Sarah Chen (On Track ✓), James Rivera (OVERDUE ⚠ Reminder Sent), Aisha Patel (On Track ✓), Marcus Johnson (Auto-Pay ✓), Emily Watson (Registration Blocked ✗)
- Progress bar per student (% paid, animated on tab switch)
- Bottom: "891 Active Plans · 47 Overdue · $2.1M Collected This Month"
- Benefit: "Automated reminders cut payment plan defaults by up to 50%"

**Tab 3 — Financial Aid Reconciliation**
Mockup: `FinancialAidReconciliationMockup`
- Horizontal 5-step flow (connected arrows):
  ISIR Received → COA Calculated → Aid Packaged → Disbursed → Account Credited
  $18,450 COA · $6,200 EFC · $12,250 (Pell+Stafford) · Jan 15 ACH · Balance: $6,200
- Below: "Excess Aid: $0 · R2T4 Risk: None · 1098-T: Queued for Jan 31"
- Second row: withdrawal case — R2T4 triggered → $3,200 return calculated → DOE notified
- Benefit: "Title IV reconciliation that used to take days now runs automatically"

**Tab 4 — Student Communication**
Mockup: `FERPACommsHubMockup`
- Inbox-style list (5 threads):
  - Payment Plan Reminder — STU-4822 — Sent Mar 8 — Opened ✓
  - Registration Hold Notice — STU-4825 — Sent Mar 7 — Clicked ✓
  - 1098-T Available — All Students — Sent Jan 28 — 94% opened
  - Excess Aid Refund Processed — STU-4831 — Sent Feb 2 — Delivered ✓
  - Financial Aid Award Letter — STU-4840 — Sent Dec 15 — Signed ✓
- Right panel: FERPA compliance badge + audit trail timestamp per thread
- Bottom: "FERPA Compliant · Audit Trail · Zero Manual Outreach"
- Benefit: "Every student communication FERPA-compliant with full audit trail"

**Tab switching:** `useState` active tab, mockup fades in on change (opacity 0→1, 0.3s)

---

### Section 5 — ROI
**Layout:** 3-column metric cards + simple input calculator below
**Background:** `bg-gradient-to-b from-white to-[#EFF6FF]`
**H2:** "What Could Your Institution Recover?"
**Subhead:** "Education institutions using Singoa see measurable results within 90 days."

**3 Animated Metric Cards:**

Card 1 — Collection Rate
- Value: `94–98%` (animated counter to 96)
- Label: Collection Rate with Automation
- Body: Top-performing institutions with automated billing achieve 96–98% collection rates vs. 88–93% average. (Education Data Initiative; NACUBO benchmarks)
- Delta badge: "+5–10% vs. manual peers"

Card 2 — DSO Reduction
- Value: `28 days` (animated counter from 45 to 28)
- Label: DSO After Singoa
- Body: Education sector average DSO is 30–60 days. Singoa helps institutions reach the lower end through automated follow-up and payment plan management. (NACUBO benchmarking surveys)
- Delta badge: "From 45 → 28 days"

Card 3 — Staff Hours Saved
- Value: `80%` (animated counter)
- Label: Reduction in Manual Billing Tasks
- Body: Average bursar office: 1 FTE per 500–800 students manually. With AR automation: 1 FTE per 1,500–2,500 students. (NACUBO staffing benchmarks; Nelnet, TouchNet vendor case studies)
- Delta badge: "3x staff productivity"

**Simple ROI Calculator (below cards):**
- Input: "How many students does your institution serve?" (number input, default 5000)
- Output (calculated inline):
  - Estimated hours saved per semester: `students × 0.4 hours`
  - Estimated additional tuition recovered (5% improvement): `students × avg_tuition × 0.05`
  - 1098-T processing time saved: `students / 1250` hours (vs. manual 2–4 weeks)
- CTA below calculator: "Get Your Personalized ROI Report" → `#contact-form`

**Differentiation:** Animated counter cards + inline calculator is unique to education page. The 1 FTE per 500–800 students staffing benchmark is education-specific data no other page uses.

---

### Section 6 — Integrations
**Layout:** Dark background, grouped logo grid (4 groups × 3–4 logos)
**Background:** `bg-[#0B0F1A]`
**H2:** "Connects With Your SIS, ERP, and Payment Systems"
**Subhead:** "Singoa integrates with the platforms your institution already runs — no rip-and-replace required."

**Integration Groups:**

Group 1 — Student Information Systems (SIS)
- Ellucian Banner (1,400+ institutions globally — Ellucian.com)
- Ellucian Colleague (community colleges and small private institutions)
- PowerSchool (50M+ students globally — PowerSchool.com)
- Jenzabar (mid-market higher ed)

Group 2 — K-12 Platforms
- Blackbaud Financial Edge NXT
- Blackbaud Tuition Management
- FACTS Management (11,000+ schools — factsmgt.com)
- Skyward

Group 3 — ERP & Accounting
- Workday Student + Financial Management
- Oracle PeopleSoft Campus Solutions
- QuickBooks / Xero (small K-12)
- Sage Intacct

Group 4 — Payment Processing
- Nelnet Campus Commerce (900+ institutions)
- TouchNet (Heartland)
- Flywire (international student payments, 4,900+ clients)
- Transact Campus (CashNet)

**Visual treatment:** Each group in a dark card `bg-white/5 border border-white/10 rounded-2xl`. Logo names as styled text pills (no external images needed). Animate in staggered on scroll.

**Objection handler text below grid:**
"Already on Banner or Colleague? Singoa connects via API — no IT project required. Live in 30 days."

**Differentiation:** 4-group integration grid with SIS-first ordering is unique to education. Other pages lead with accounting tools; education leads with SIS because that is the #1 buyer objection.

---

### Section 7 — Compliance
**Layout:** 2×2 compliance card grid with checklist items inside each card
**Background:** `bg-gradient-to-b from-[#EFF6FF] to-white`
**H2:** "Built for Education's Compliance Requirements"
**Subhead:** "FERPA, Title IV, 1098-T, and PCI DSS — every requirement addressed, every audit trail maintained."

**Card 1 — FERPA (Family Educational Rights and Privacy Act)**
- Statute: 20 U.S.C. § 1232g
- Checklist:
  - ✓ Authorized payer verification before any billing disclosure
  - ✓ FERPA release on file required for parent account access
  - ✓ Immutable audit trail on every student communication
  - ✓ No third-party disclosure without written consent
  - ✓ Student Privacy Policy Office (SPPO) complaint-ready documentation
- Badge: "FERPA Compliant" (blue)

**Card 2 — Title IV (Higher Education Act)**
- Statute: 34 CFR 668 (Federal Student Aid regulations)
- Checklist:
  - ✓ R2T4 (Return to Title IV) calculation on withdrawal
  - ✓ Excess aid refund processing within 14-day regulatory window (34 CFR 668.164)
  - ✓ Pell Grant, Stafford Loan, PLUS Loan reconciliation
  - ✓ ISIR/SAR data handling with DOE audit trail
  - ✓ Satisfactory Academic Progress (SAP) flag integration
- Badge: "Title IV Ready" (indigo)

**Card 3 — 1098-T (IRS Tuition Statement)**
- Statute: IRC Section 6050S; IRS Publication 1220
- Checklist:
  - ✓ Automated generation for all eligible students by January 31
  - ✓ Box 1 (qualified tuition) and Box 5 (scholarships/grants) calculated correctly
  - ✓ IRS e-file format (Publication 1220 compliant)
  - ✓ Student self-service portal for 1098-T download
  - ✓ Penalty avoidance: $310/form up to $3.783M/year (IRC § 6721)
- Badge: "1098-T Automated" (green)

**Card 4 — PCI DSS**
- Standard: PCI DSS v4.0
- Checklist:
  - ✓ No card data stored on Singoa servers (tokenization via payment processor)
  - ✓ TLS 1.3 encryption for all payment transmissions
  - ✓ SOC 2 Type II audit trail
  - ✓ Role-based access controls for bursar staff
  - ✓ Automatic session timeout and MFA enforcement
- Badge: "PCI DSS Compliant" (amber)

**Differentiation:** Dedicated compliance section with statute citations is unique to education. No other industry page has a 4-card compliance grid. Healthcare has HIPAA but education's compliance stack (FERPA + Title IV + 1098-T + PCI) is distinct.

---

### Section 8 — FAQ (10 Questions)
**Layout:** Accordion, single column, max-w-3xl centered
**Background:** `bg-gradient-to-b from-[#F9FAFB] to-white`
**H2:** "Frequently Asked Questions"

1. **How does Singoa integrate with Ellucian Banner or Colleague?**
   Singoa connects to Banner and Colleague via REST API and Banner Direct Connect. Enrollment data, course registrations, and financial aid disbursements sync automatically each night — or in real time with webhook configuration. No IT project required; typical setup takes 2–5 business days.

2. **Can Singoa generate 1098-T forms automatically?**
   Yes. Singoa pulls qualified tuition and related expenses (Box 1) and scholarships/grants received (Box 5) from your billing and financial aid records, generates IRS-compliant 1098-T forms for all eligible students, and produces the IRS e-file submission file (Publication 1220 format) — all by January 31. For 5,000 students, this takes 2–4 hours vs. 2–4 weeks manually.

3. **How does Singoa handle Return to Title IV (R2T4) calculations?**
   When a student withdraws, Singoa triggers an R2T4 workflow: calculates the percentage of the payment period completed, determines the earned vs. unearned Title IV aid, and generates the return amount owed to the DOE. The calculation follows 34 CFR 668.22 and produces a documented audit trail for compliance purposes.

4. **Does Singoa ensure FERPA compliance in student communications?**
   Every outbound communication checks for a valid FERPA release before disclosing billing information to any third party (including parents of students over 18). All communications are logged with timestamp, recipient, content hash, and delivery status — creating a defensible audit trail for any SPPO complaint.

5. **Can parents access billing without a FERPA release on file?**
   No. Singoa enforces authorized payer verification. Parents or third parties must have a signed FERPA release on file before gaining access to any student billing information. The authorized payer portal is gated by this check at every login.

6. **How does Singoa manage financial aid reconciliation?**
   Singoa pulls ISIR data, calculates each student's COA and EFC, applies Pell Grants, Stafford Loans, PLUS Loans, and institutional aid against the student account, and flags any excess aid for refund processing within the 14-day Title IV window. The reconciliation runs automatically at each disbursement cycle.

7. **What payment plan configurations does Singoa support?**
   Singoa supports any installment structure: 2-pay, 4-pay, monthly, or custom. Each plan includes configurable setup fees, late fees, grace periods, and auto-charge rules. Failed payments trigger an automated retry sequence and escalation workflow before a hold is placed.

8. **How long does implementation take?**
   For institutions with Banner or Colleague, typical go-live is 15–30 days. For K-12 schools using PowerSchool or Blackbaud, 7–14 days. Singoa's implementation team handles the SIS connection, billing rule configuration, and staff training — no internal IT resources required.

9. **Does Singoa support multi-campus or multi-school billing?**
   Yes. Singoa provides a unified AR dashboard across all campuses or schools with campus-level drill-downs. Billing rules, payment plan structures, and collection workflows can be configured independently per campus or standardized institution-wide.

10. **How does Singoa handle international student payments?**
    Singoa integrates with Flywire for international student payments, supporting 240+ currencies with settlement in USD. Domestic payments are processed via Nelnet Campus Commerce or TouchNet. All payment sources reconcile into a single AR dashboard.

---

### Section 9 — Final CTA
**Layout:** Dark full-bleed, centered, form card
**Background:** `linear-gradient(135deg, #0B0F1A 0%, #0a0f2d 50%, #0e0a2c 100%)`
**H2:** "Stop Chasing Tuition. Start Educating."
**Subhead:** "Schedule your free Student Billing Assessment — we'll analyze your current workflow and show you exactly where automation saves time and recovers revenue."

**Form fields:** Full Name · Work Email · Institution Name · Phone · Message (optional)
**Submit CTA:** "Schedule Your Student Billing Assessment"
**Trust badges below form:** FERPA Compliant · Title IV Ready · 1098-T Automated · Bank-Level Security

**Contact alternatives (3 pills below form):**
- Email: shivam@singoa.com
- Phone: +1 (778) 885-9155
- Calendar: Book a Call (cal.com link)

**Differentiation:** CTA language "Student Billing Assessment" is education-specific. No other page uses this framing. The trust badges are education-specific compliance signals, not generic SaaS badges.

---

## D) ABOVE-THE-FOLD CONVERSION CHECKLIST

Within 2 seconds of landing, the visitor must understand:
1. What this product does: "automates student billing, payment plans, and financial aid reconciliation"
2. Who it's for: bursar offices, VP Finance, K-12 CFOs — signaled by Title IV / FERPA / 1098-T badge
3. Why they should care: "5–15% tuition delinquency rate" stat is visible without scrolling
4. What to do next: "Schedule Your Student Billing Assessment" CTA is above the fold

Trust signals visible without scrolling:
- FERPA Compliant · Title IV Ready · 1098-T Automated badge (top of hero)
- 3 sourced pain stats (delinquency rate, Title IV volume, DSO benchmark)
- `TuitionBillingCommandCenter` mockup showing real student IDs, balances, aid status

---

## E) DIFFERENTIATION FROM OTHER PAGES

This page differs from all other 9 industry pages in the following ways:

1. Hero mockup: Split-panel semester billing pipeline (enrollment sync → bills → aid → holds) — no other page has this structure
2. Problem section: 2×2 grid with 4 sourced stat cards — other pages use 3-card single row
3. Before/After section: Split-screen workflow comparison — unique section not present on most other pages
4. Compliance section: 4-card grid with statute citations (FERPA, Title IV, 1098-T, PCI DSS) — unique to education
5. Integration section: SIS-first grouping (Banner, Colleague, PowerSchool lead) — other pages lead with accounting tools
6. FAQ: 10 questions with R2T4, ISIR, COA, EFC, SAR, Pell, Stafford terminology — education-only jargon
7. CTA language: "Student Billing Assessment" — no other page uses this
8. Color accent: Blue `#3B82F6` / Indigo `#6366F1` — distinct from healthcare pink, construction amber, SaaS purple

---

## F) CTAs — EDUCATION-SPECIFIC LANGUAGE

| Placement | CTA Text | Target |
|---|---|---|
| Hero primary | "Schedule Your Student Billing Assessment" | `#contact-form` |
| Hero secondary | "See the Semester Billing Demo" | `#product` |
| Problem section | "See How Singoa Handles Semester Start" | `#product` |
| ROI calculator | "Get Your Personalized ROI Report" | `#contact-form` |
| Integrations | "Check Your SIS Compatibility" | `#contact-form` |
| Final CTA form | "Schedule Your Student Billing Assessment" | form submit |

Avoid on this page: "Get Started Free," "Try for Free," "Sign Up" — these feel consumer-grade for an institutional buyer making a $50K+ annual software decision.

---

## G) COLOR SCHEME

| Token | Value | Usage |
|---|---|---|
| Primary | `#3B82F6` | CTAs, badges, links, active states |
| Secondary | `#2563EB` | Hover states, secondary accents |
| Indigo | `#6366F1` | Gradient partner, compliance badges |
| Dark bg | `#0B0F1A` | Hero, integrations, final CTA sections |
| Dashboard bg | `#0D1321` | All mockup backgrounds |
| Success | `#22C55E` | Paid, complete, on-track status badges |
| Warning | `#EAB308` | Pending, overdue, action-needed badges |
| Danger | `#EF4444` | Hold, delinquent, blocked status badges |
| Light bg | `#EFF6FF` | Problem, ROI, FAQ section backgrounds |
| Border light | `#BFDBFE` | Card borders on light sections |
| Border dark | `rgba(255,255,255,0.1)` | Card borders on dark sections |

---

## Sources

- National Student Clearinghouse Research Center, "Some College, No Credential" 2023 (nscresearchcenter.org)
- Federal Student Aid Annual Report FY2023 (studentaid.gov)
- NCES Digest of Education Statistics 2023 (nces.ed.gov)
- College Board Trends in College Pricing 2023 (collegeboard.org)
- Education Data Initiative (educationdata.org)
- NACUBO benchmarking surveys (nacubo.org)
- NASFAA 2022 Administrator Survey (nasfaa.org)
- IRS Publication 1220 (2023); IRC Section 6721 (irs.gov)
- FACTS Management operational data (factsmgt.com)
- Nelnet Campus Commerce industry reports (campuscommerce.com)
- Mordor Intelligence Education ERP Market Report 2024 (mordorintelligence.com)
- 34 CFR 668.164 Title IV refund regulations (ecfr.gov)
- 20 U.S.C. § 1232g FERPA statute (law.cornell.edu)
- Ellucian product data (ellucian.com)
- PowerSchool platform data (powerschool.com)
- Flywire platform data (flywire.com)

