{"id":60813,"date":"2019-02-06T23:07:05","date_gmt":"2019-02-07T04:07:05","guid":{"rendered":"https:\/\/www.tun.com\/scholarships\/?page_id=60813"},"modified":"2026-03-04T17:25:47","modified_gmt":"2026-03-04T22:25:47","slug":"scholarship-management-services","status":"publish","type":"page","link":"https:\/\/www.tun.com\/scholarships\/scholarship-management-services\/","title":{"rendered":"Scholarship Management Services"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Scholarship Management Services \u2014 TUN<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&#038;family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,500;0,9..144,700;1,9..144,400&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --tun-black: #0D0D0D;\n    --tun-white: #FAFAF8;\n    --tun-blue: #1B4DFF;\n    --tun-blue-light: #E8EEFF;\n    --tun-blue-dark: #0A2DB3;\n    --tun-gold: #F5A623;\n    --tun-gold-light: #FFF7E8;\n    --tun-green: #1DB954;\n    --tun-green-light: #E8FBF0;\n    --tun-gray-100: #F4F4F2;\n    --tun-gray-200: #E8E8E4;\n    --tun-gray-400: #A8A8A0;\n    --tun-gray-600: #6B6B63;\n    --tun-gray-800: #2D2D28;\n    --font-display: 'Fraunces', Georgia, serif;\n    --font-body: 'DM Sans', system-ui, sans-serif;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  html { scroll-behavior: smooth; }\n  body {\n    font-family: var(--font-body); color: var(--tun-gray-800);\n    background: var(--tun-white); line-height: 1.6; -webkit-font-smoothing: antialiased;\n  }\n\n  \/* SITE HEADER *\/\n  .site-header {\n    position: fixed; top: 0; left: 0; right: 0; z-index: 100;\n    background: rgba(250,250,248,0.95); backdrop-filter: blur(16px);\n    border-bottom: 1px solid var(--tun-gray-200); transition: box-shadow 0.3s ease;\n  }\n  .site-header.scrolled { box-shadow: 0 2px 24px rgba(0,0,0,0.06); }\n  .site-header-inner {\n    max-width: 1200px; margin: 0 auto; padding: 14px 32px;\n    display: flex; align-items: center; justify-content: space-between;\n  }\n  .site-header-nav { display: flex; gap: 28px; }\n  .site-header-nav a {\n    font-size: 14px; font-weight: 500; color: var(--tun-gray-600);\n    text-decoration: none; transition: color 0.2s ease;\n  }\n  .site-header-nav a:hover { color: var(--tun-black); }\n  .nav-logo {\n    font-family: var(--font-display); font-size: 28px; font-weight: 700;\n    color: var(--tun-black); text-decoration: none; letter-spacing: -0.5px;\n  }\n  .nav-logo span { color: var(--tun-blue); }\n\n  \/* STICKY CTA *\/\n  .sticky-cta {\n    position: fixed; bottom: 24px; right: 24px; z-index: 99;\n    opacity: 0; transform: translateY(16px); transition: all 0.3s ease; pointer-events: none;\n  }\n  .sticky-cta.visible { opacity: 1; transform: translateY(0); pointer-events: all; }\n  .sticky-cta-btn {\n    display: inline-flex; align-items: center; gap: 8px;\n    padding: 14px 28px; background: var(--tun-blue); color: white;\n    text-decoration: none; font-weight: 600; font-size: 14px;\n    border-radius: 12px; transition: all 0.2s ease;\n    box-shadow: 0 4px 24px rgba(27,77,255,0.3);\n  }\n  .sticky-cta-btn:hover { background: var(--tun-blue-dark); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(27,77,255,0.4); }\n\n  \/* BREADCRUMB *\/\n  .breadcrumb {\n    max-width: 1200px; margin: 0 auto; padding: 96px 32px 0;\n  }\n  .breadcrumb a {\n    font-size: 13px; color: var(--tun-gray-400); text-decoration: none;\n    transition: color 0.2s ease;\n  }\n  .breadcrumb a:hover { color: var(--tun-blue); }\n  .breadcrumb .sep { margin: 0 8px; color: var(--tun-gray-400); font-size: 12px; }\n  .breadcrumb .current { font-size: 13px; color: var(--tun-gray-600); font-weight: 500; }\n\n  \/* HERO *\/\n  .hero {\n    padding: 40px 32px 100px; position: relative; overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; top: -100px; right: -200px;\n    width: 500px; height: 500px; border-radius: 50%;\n    background: radial-gradient(circle, rgba(245,166,35,0.07) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }\n  .hero-content { position: relative; }\n  .hero-badge {\n    display: inline-flex; align-items: center; gap: 8px;\n    padding: 6px 16px; background: var(--tun-gold-light);\n    border: 1px solid rgba(245,166,35,0.2); border-radius: 100px;\n    font-size: 13px; font-weight: 600; color: var(--tun-gold);\n    margin-bottom: 24px; animation: fadeUp 0.6s ease both;\n  }\n  .hero h1 {\n    font-family: var(--font-display);\n    font-size: clamp(36px, 4.5vw, 56px); font-weight: 700;\n    line-height: 1.1; letter-spacing: -1.5px; color: var(--tun-black);\n    margin-bottom: 20px; animation: fadeUp 0.6s 0.1s ease both;\n  }\n  .hero h1 em { font-style: italic; color: var(--tun-blue); }\n  .hero-sub {\n    font-size: 18px; line-height: 1.65; color: var(--tun-gray-600);\n    margin-bottom: 32px; animation: fadeUp 0.6s 0.2s ease both;\n  }\n  .hero-actions { display: flex; gap: 16px; flex-wrap: wrap; animation: fadeUp 0.6s 0.3s ease both; }\n  .btn-primary {\n    display: inline-flex; align-items: center; gap: 10px;\n    padding: 16px 32px; background: var(--tun-blue); color: white;\n    text-decoration: none; font-weight: 600; font-size: 16px;\n    border-radius: 12px; transition: all 0.25s ease; border: none; cursor: pointer;\n  }\n  .btn-primary:hover { background: var(--tun-blue-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(27,77,255,0.25); }\n  .btn-secondary {\n    display: inline-flex; align-items: center; gap: 10px;\n    padding: 16px 32px; background: white; color: var(--tun-gray-800);\n    text-decoration: none; font-weight: 600; font-size: 16px;\n    border-radius: 12px; border: 1px solid var(--tun-gray-200);\n    transition: all 0.25s ease; cursor: pointer;\n  }\n  .btn-secondary:hover { border-color: var(--tun-gray-400); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.06); }\n  .hero-contact-line {\n    margin-top: 20px; font-size: 14px; color: var(--tun-gray-400);\n    animation: fadeUp 0.6s 0.4s ease both;\n  }\n  .hero-contact-line a { color: var(--tun-gray-600); text-decoration: none; font-weight: 500; }\n  .hero-contact-line a:hover { color: var(--tun-blue); }\n\n  \/* HERO RIGHT - METRICS STACK *\/\n  .hero-metrics {\n    display: grid; grid-template-columns: 1fr 1fr; gap: 16px;\n    animation: fadeUp 0.6s 0.3s ease both;\n  }\n  .hero-metric-card {\n    background: white; border: 1px solid var(--tun-gray-200); border-radius: 16px;\n    padding: 28px; text-align: center; transition: all 0.3s ease;\n  }\n  .hero-metric-card:hover { border-color: var(--tun-blue); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.06); }\n  .hero-metric-card.featured { background: var(--tun-black); border-color: var(--tun-black); color: white; grid-column: 1 \/ -1; }\n  .hero-metric-value {\n    font-family: var(--font-display); font-size: 36px; font-weight: 700;\n    line-height: 1; margin-bottom: 6px; letter-spacing: -1px;\n  }\n  .hero-metric-card.featured .hero-metric-value { color: var(--tun-gold); }\n  .hero-metric-label { font-size: 13px; color: var(--tun-gray-400); }\n  .hero-metric-card.featured .hero-metric-label { color: rgba(255,255,255,0.6); }\n\n  \/* SECTIONS *\/\n  .section { padding: 100px 32px; }\n  .section-inner { max-width: 1200px; margin: 0 auto; }\n  .section-label {\n    font-size: 12px; font-weight: 600; text-transform: uppercase;\n    letter-spacing: 2px; color: var(--tun-blue); margin-bottom: 16px;\n  }\n  .section-title {\n    font-family: var(--font-display);\n    font-size: clamp(32px, 3.5vw, 48px); font-weight: 700;\n    line-height: 1.12; letter-spacing: -1px; color: var(--tun-black); margin-bottom: 16px;\n  }\n  .section-subtitle { font-size: 18px; color: var(--tun-gray-600); max-width: 600px; line-height: 1.6; }\n\n  \/* LIFECYCLE *\/\n  .lifecycle { background: var(--tun-gray-100); }\n  .lifecycle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }\n  .lifecycle-card {\n    background: white; border-radius: 20px; padding: 40px; border: 1px solid var(--tun-gray-200);\n    position: relative; transition: all 0.3s ease;\n  }\n  .lifecycle-card:hover { border-color: var(--tun-blue); transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,0.08); }\n  .lifecycle-number {\n    position: absolute; top: -14px; left: 28px;\n    width: 40px; height: 40px; border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-family: var(--font-display); font-weight: 700; font-size: 16px; color: white;\n  }\n  .lifecycle-number.n1 { background: var(--tun-blue); }\n  .lifecycle-number.n2 { background: var(--tun-gold); }\n  .lifecycle-number.n3 { background: var(--tun-green); }\n  .lifecycle-card h3 {\n    font-family: var(--font-display); font-size: 26px; font-weight: 700;\n    margin-bottom: 8px; color: var(--tun-black); margin-top: 8px;\n  }\n  .lifecycle-card .lc-sub {\n    font-size: 14px; color: var(--tun-gray-400); margin-bottom: 20px; font-style: italic;\n  }\n  .lifecycle-items { list-style: none; display: flex; flex-direction: column; gap: 14px; }\n  .lifecycle-items li {\n    font-size: 15px; color: var(--tun-gray-800); display: flex; align-items: flex-start; gap: 12px; line-height: 1.5;\n  }\n  .lifecycle-items li .li-icon {\n    flex-shrink: 0; margin-top: 2px; font-size: 14px;\n  }\n  .lifecycle-items li strong { color: var(--tun-black); }\n  .lifecycle-highlight {\n    margin-top: 20px; padding: 14px 18px; background: var(--tun-blue-light);\n    border-radius: 10px; font-size: 13px; color: var(--tun-blue-dark); line-height: 1.5;\n  }\n  .lifecycle-highlight.gold-bg { background: var(--tun-gold-light); color: #8B6914; }\n  .lifecycle-highlight.green-bg { background: var(--tun-green-light); color: #0D7A34; }\n\n  \/* DASHBOARD *\/\n  .dashboard-section { background: white; }\n  .dashboard-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; margin-top: 48px; }\n  .dashboard-visual {\n    background: var(--tun-gray-100); border-radius: 20px; padding: 32px;\n    border: 1px solid var(--tun-gray-200); position: relative; overflow: hidden;\n  }\n  .dashboard-mockup {\n    background: white; border-radius: 12px; padding: 24px;\n    border: 1px solid var(--tun-gray-200); box-shadow: 0 4px 24px rgba(0,0,0,0.04);\n  }\n  .dash-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--tun-gray-200); }\n  .dash-title { font-family: var(--font-display); font-size: 16px; font-weight: 700; color: var(--tun-black); }\n  .dash-badge { font-size: 11px; font-weight: 600; background: var(--tun-green-light); color: var(--tun-green); padding: 3px 10px; border-radius: 100px; }\n  .dash-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 20px; }\n  .dash-stat { text-align: center; padding: 12px; background: var(--tun-gray-100); border-radius: 10px; }\n  .dash-stat-val { font-family: var(--font-display); font-size: 22px; font-weight: 700; color: var(--tun-black); }\n  .dash-stat-lbl { font-size: 11px; color: var(--tun-gray-400); text-transform: uppercase; letter-spacing: 0.5px; }\n  .dash-bar-row { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }\n  .dash-bar-label { font-size: 12px; color: var(--tun-gray-600); width: 80px; flex-shrink: 0; }\n  .dash-bar-track { flex: 1; height: 8px; background: var(--tun-gray-100); border-radius: 4px; overflow: hidden; }\n  .dash-bar-fill { height: 100%; border-radius: 4px; }\n  .dash-bar-fill.blue { background: var(--tun-blue); }\n  .dash-bar-fill.gold { background: var(--tun-gold); }\n  .dash-bar-fill.green { background: var(--tun-green); }\n  .dashboard-features { list-style: none; display: flex; flex-direction: column; gap: 16px; }\n  .dashboard-features li {\n    display: flex; align-items: flex-start; gap: 14px; font-size: 15px; color: var(--tun-gray-800); line-height: 1.5;\n  }\n  .dashboard-features li .feat-icon {\n    width: 36px; height: 36px; border-radius: 10px; background: var(--tun-blue-light);\n    display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 16px;\n  }\n\n  \/* TUN AI SECTION *\/\n  .ai-section {\n    background: linear-gradient(165deg, #0D0D0D 0%, #1a1a2e 100%);\n    color: white; position: relative; overflow: hidden;\n  }\n  .ai-section::before {\n    content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;\n    background: radial-gradient(circle at 20% 50%, rgba(27,77,255,0.12) 0%, transparent 50%),\n                radial-gradient(circle at 80% 30%, rgba(245,166,35,0.08) 0%, transparent 40%);\n    pointer-events: none;\n  }\n  .ai-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; position: relative; }\n  .ai-section .section-label { color: var(--tun-gold); }\n  .ai-section .section-title { color: white; }\n  .ai-section .section-subtitle { color: rgba(255,255,255,0.6); }\n  .ai-stats { display: flex; gap: 32px; margin-top: 28px; }\n  .ai-stat { text-align: center; }\n  .ai-stat-value { font-family: var(--font-display); font-size: 28px; font-weight: 700; color: var(--tun-gold); line-height: 1; }\n  .ai-stat-label { font-size: 12px; color: rgba(255,255,255,0.5); margin-top: 6px; }\n  .ai-demo {\n    background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);\n    border-radius: 20px; padding: 28px;\n  }\n  .ai-demo-header {\n    display: flex; align-items: center; gap: 12px; margin-bottom: 20px;\n    padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,0.08);\n  }\n  .ai-demo-avatar {\n    width: 32px; height: 32px; border-radius: 10px;\n    background: linear-gradient(135deg, var(--tun-blue), #6B8AFF);\n    display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px;\n  }\n  .ai-demo-name { font-weight: 600; font-size: 14px; }\n  .ai-demo-tag { font-size: 11px; color: var(--tun-gold); font-weight: 500; }\n  .ai-msg-q {\n    background: rgba(255,255,255,0.06); border-radius: 12px;\n    padding: 12px 16px; font-size: 13px; color: rgba(255,255,255,0.8);\n    margin-bottom: 14px; border-left: 3px solid var(--tun-blue);\n  }\n  .ai-msg-a { font-size: 13px; color: rgba(255,255,255,0.7); line-height: 1.7; }\n  .ai-msg-a .highlight { color: white; font-weight: 600; }\n  .ai-msg-a .brand-mention { color: var(--tun-gold); font-weight: 600; }\n\n  \/* FEATURED SCHOLARSHIPS *\/\n  .scholarships-section { background: var(--tun-gray-100); }\n  .scholarships-scroll-wrapper { margin-top: 48px; }\n  .scholarships-scroll {\n    display: flex; gap: 20px; overflow-x: auto;\n    scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;\n    padding-bottom: 16px; scrollbar-width: thin; scrollbar-color: var(--tun-gray-200) transparent;\n  }\n  .scholarships-scroll::-webkit-scrollbar { height: 6px; }\n  .scholarships-scroll::-webkit-scrollbar-thumb { background: var(--tun-gray-200); border-radius: 3px; }\n  .scholarship-card {\n    min-width: 300px; max-width: 300px; flex-shrink: 0; scroll-snap-align: start;\n    border-radius: 16px; overflow: hidden; border: 1px solid var(--tun-gray-200);\n    background: white; transition: all 0.3s ease; text-decoration: none; color: inherit; display: block;\n  }\n  .scholarship-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); border-color: var(--tun-blue); }\n  .scholarship-image { height: 140px; display: flex; align-items: center; justify-content: center; }\n  .scholarship-image-placeholder {\n    width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;\n    font-size: 28px; font-family: var(--font-display); font-weight: 700; color: white;\n  }\n  .si-1 { background: linear-gradient(135deg, #002C5F, #0066CC); }\n  .si-2 { background: linear-gradient(135deg, #8B4513, #D2691E); }\n  .si-3 { background: linear-gradient(135deg, #1B6B3A, #3CB371); }\n  .si-4 { background: linear-gradient(135deg, #2C3E50, #4A90D9); }\n  .si-5 { background: linear-gradient(135deg, #B8860B, #FFD700); }\n  .scholarship-body { padding: 22px; }\n  .scholarship-sponsor { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: var(--tun-blue); margin-bottom: 6px; }\n  .scholarship-body h3 { font-family: var(--font-display); font-size: 17px; font-weight: 700; margin-bottom: 8px; color: var(--tun-black); line-height: 1.3; }\n  .scholarship-body .desc { font-size: 13px; color: var(--tun-gray-600); line-height: 1.55; margin-bottom: 14px; }\n  .scholarship-details { display: flex; gap: 16px; }\n  .scholarship-detail-value { font-family: var(--font-display); font-size: 16px; font-weight: 700; color: var(--tun-black); }\n  .scholarship-detail-label { font-size: 10px; color: var(--tun-gray-400); text-transform: uppercase; letter-spacing: 0.5px; }\n  .mission-note {\n    margin-top: 24px; padding: 20px 24px; background: var(--tun-gold-light);\n    border-radius: 12px; border-left: 4px solid var(--tun-gold);\n  }\n  .mission-note h4 { font-family: var(--font-display); font-size: 16px; font-weight: 700; color: var(--tun-black); margin-bottom: 6px; }\n  .mission-note p { font-size: 14px; color: var(--tun-gray-600); line-height: 1.5; }\n\n  \/* RESOURCES *\/\n  .resources-section { background: white; }\n  .resources-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }\n  .resource-card {\n    border-radius: 16px; overflow: hidden; border: 1px solid var(--tun-gray-200);\n    background: white; transition: all 0.3s ease; text-decoration: none; color: inherit; display: block;\n  }\n  .resource-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); border-color: var(--tun-blue); }\n  .resource-image {\n    height: 160px; display: flex; align-items: center; justify-content: center;\n    font-size: 48px;\n  }\n  .resource-image.ri-1 { background: linear-gradient(135deg, var(--tun-blue-light), #D0DBFF); }\n  .resource-image.ri-2 { background: linear-gradient(135deg, var(--tun-gold-light), #FFE8B8); }\n  .resource-image.ri-3 { background: linear-gradient(135deg, var(--tun-green-light), #B8F0D0); }\n  .resource-body { padding: 24px; }\n  .resource-body h4 { font-family: var(--font-display); font-size: 18px; font-weight: 700; color: var(--tun-black); margin-bottom: 8px; line-height: 1.3; }\n  .resource-body p { font-size: 14px; color: var(--tun-gray-600); line-height: 1.55; margin-bottom: 12px; }\n  .resource-link { font-size: 13px; font-weight: 600; color: var(--tun-blue); }\n  .more-resources {\n    margin-top: 32px; padding: 28px 32px; background: var(--tun-gray-100); border-radius: 16px;\n  }\n  .more-resources h4 { font-family: var(--font-display); font-size: 18px; font-weight: 700; color: var(--tun-black); margin-bottom: 16px; }\n  .more-resources-list {\n    display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 32px; list-style: none;\n  }\n  .more-resources-list li a {\n    font-size: 14px; color: var(--tun-blue); text-decoration: none; transition: color 0.2s ease;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .more-resources-list li a:hover { color: var(--tun-blue-dark); }\n  .more-resources-list li a::before { content: '\\2192'; font-size: 12px; color: var(--tun-gray-400); }\n\n  \/* CTA SECTION *\/\n  .cta-section {\n    background: linear-gradient(165deg, var(--tun-blue) 0%, var(--tun-blue-dark) 100%);\n    color: white; text-align: center; position: relative; overflow: hidden;\n  }\n  .cta-section::before {\n    content: ''; position: absolute; top: -100px; right: -100px;\n    width: 400px; height: 400px; border-radius: 50%; background: rgba(255,255,255,0.04);\n  }\n  .cta-section .section-label { color: rgba(255,255,255,0.6); }\n  .cta-section .section-title { color: white; max-width: 600px; margin: 0 auto 16px; }\n  .cta-section .section-subtitle { color: rgba(255,255,255,0.7); max-width: 500px; margin: 0 auto 40px; }\n  .cta-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 32px; }\n  .btn-white {\n    display: inline-flex; align-items: center; gap: 10px;\n    padding: 16px 32px; background: white; color: var(--tun-blue);\n    text-decoration: none; font-weight: 600; font-size: 16px;\n    border-radius: 12px; transition: all 0.25s ease; border: none; cursor: pointer;\n  }\n  .btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }\n  .btn-outline-white {\n    display: inline-flex; align-items: center; gap: 10px;\n    padding: 16px 32px; background: transparent; color: white;\n    text-decoration: none; font-weight: 600; font-size: 16px;\n    border-radius: 12px; border: 1px solid rgba(255,255,255,0.3);\n    transition: all 0.25s ease; cursor: pointer;\n  }\n  .btn-outline-white:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.5); }\n  .cta-contact { font-size: 14px; color: rgba(255,255,255,0.6); }\n  .cta-contact a { color: rgba(255,255,255,0.9); text-decoration: none; font-weight: 500; }\n\n  \/* FOOTER *\/\n  .footer { background: var(--tun-black); color: rgba(255,255,255,0.5); padding: 48px 32px; text-align: center; font-size: 14px; }\n  .footer a { color: rgba(255,255,255,0.7); text-decoration: none; }\n  .footer a:hover { color: white; }\n  .footer-links { display: flex; justify-content: center; gap: 32px; margin-bottom: 20px; }\n  .footer-address { margin-top: 12px; font-size: 13px; color: rgba(255,255,255,0.35); }\n\n  \/* ANIMATIONS *\/\n  @keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }\n  .fade-in { opacity: 0; transform: translateY(24px); transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1); }\n  .fade-in.visible { opacity: 1; transform: translateY(0); }\n\n  \/* RESPONSIVE *\/\n  @media (max-width: 1024px) {\n    .hero-inner { grid-template-columns: 1fr; gap: 48px; }\n    .lifecycle-grid { grid-template-columns: 1fr; }\n    .dashboard-grid { grid-template-columns: 1fr; }\n    .ai-grid { grid-template-columns: 1fr; gap: 48px; }\n    .resources-grid { grid-template-columns: 1fr; }\n    .more-resources-list { grid-template-columns: 1fr; }\n  }\n  @media (max-width: 640px) {\n    .breadcrumb { padding-top: 80px; }\n    .hero { padding: 24px 20px 64px; }\n    .section { padding: 72px 20px; }\n    .hero-metric-value { font-size: 28px; }\n    .site-header-nav { display: none; }\n    .site-header-inner { padding: 12px 20px; }\n    .hero-actions { flex-direction: column; }\n    .btn-primary, .btn-secondary, .btn-white, .btn-outline-white { width: 100%; justify-content: center; }\n    .footer-links { flex-direction: column; gap: 12px; }\n    .scholarship-card { min-width: 270px; max-width: 270px; }\n    .sticky-cta { bottom: 16px; right: 16px; }\n    .sticky-cta-btn { padding: 12px 20px; font-size: 13px; }\n    .ai-stats { flex-wrap: wrap; gap: 20px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- SITE HEADER -->\n<div class=\"site-header\" id=\"siteHeader\">\n  \n<\/div>\n\n<!-- STICKY CTA -->\n<div class=\"sticky-cta\" id=\"stickyCta\">\n  <a href=\"https:\/\/calendly.com\/tun\/scholarship-consult\" class=\"sticky-cta-btn\" target=\"_blank\">Schedule Free Consultation &rarr;<\/a>\n<\/div>\n\n<!-- BREADCRUMB -->\n<div class=\"breadcrumb\">\n  <a href=\"https:\/\/www.tun.com\/home\/partnerships\/\">Partnerships<\/a>\n  <span class=\"sep\">\/<\/span>\n  <span class=\"current\">Scholarship Management<\/span>\n<\/div>\n\n<!-- HERO -->\n<section class=\"hero\">\n  <div class=\"hero-inner\">\n    <div class=\"hero-content\">\n      <div class=\"hero-badge\">&#127891; Most Popular Partnership<\/div>\n      <h1>Launch a scholarship that reaches <em>millions of students<\/em><\/h1>\n      <p class=\"hero-sub\">TUN manages the entire scholarship lifecycle &mdash; from program design and legal setup to applications, review, disbursement, and promotion &mdash; so your organization can focus on making an impact, not managing logistics.<\/p>\n      <div class=\"hero-actions\">\n        <a href=\"https:\/\/calendly.com\/tun\/scholarship-consult\" class=\"btn-primary\" target=\"_blank\">Schedule Free Consultation &rarr;<\/a>\n        <a href=\"#lifecycle\" class=\"btn-secondary\">See How It Works<\/a>\n      <\/div>\n      <div class=\"hero-contact-line\">Or reach us at <a href=\"tel:9173972650\">(917) 397-2650<\/a> &nbsp;&middot;&nbsp; <a href=\"mailto:sales@tun.com\">sales@tun.com<\/a><\/div>\n    <\/div>\n    <div class=\"hero-metrics\">\n      <div class=\"hero-metric-card\"><div class=\"hero-metric-value\">13M+<\/div><div class=\"hero-metric-label\">Students Reached<\/div><\/div>\n      <div class=\"hero-metric-card\"><div class=\"hero-metric-value\">600K<\/div><div class=\"hero-metric-label\">Newsletter Subs<\/div><\/div>\n      <div class=\"hero-metric-card\"><div class=\"hero-metric-value\">20+<\/div><div class=\"hero-metric-label\">AI Models<\/div><\/div>\n      <div class=\"hero-metric-card\"><div class=\"hero-metric-value\">15+<\/div><div class=\"hero-metric-label\">Languages<\/div><\/div>\n      <div class=\"hero-metric-card featured\"><div class=\"hero-metric-value\">Full Lifecycle<\/div><div class=\"hero-metric-label\">Design &middot; Legal &middot; Applications &middot; Review &middot; Disbursement &middot; Promotion<\/div><\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- LIFECYCLE: START \/ MANAGE \/ PROMOTE -->\n<section class=\"section lifecycle\" id=\"lifecycle\">\n  <div class=\"section-inner\">\n    <div class=\"section-label\">How We Manage Your Scholarship<\/div>\n    <h2 class=\"section-title\">We handle every step so<br>you don&#8217;t have to<\/h2>\n    <p class=\"section-subtitle\">From initial program design through final disbursement, TUN provides one centralized solution covering the entire scholarship application lifecycle.<\/p>\n    <div class=\"lifecycle-grid\">\n\n      <div class=\"lifecycle-card fade-in\">\n        <div class=\"lifecycle-number n1\">1<\/div>\n        <h3>Start<\/h3>\n        <div class=\"lc-sub\">Program design &amp; setup<\/div>\n        <ul class=\"lifecycle-items\">\n          <li><span class=\"li-icon\">&#127919;<\/span><span><strong>Goals<\/strong> &mdash; We help you create the best program that meets your branding and mission goals.<\/span><\/li>\n          <li><span class=\"li-icon\">&#9998;&#65039;<\/span><span><strong>Design<\/strong> &mdash; We recommend the award amount, application requirements, and program duration to fit your budget.<\/span><\/li>\n          <li><span class=\"li-icon\">&#9878;&#65039;<\/span><span><strong>Legal<\/strong> &mdash; We create the legal terms and process to ensure your scholarship satisfies IRS tests for scholarships and grants.<\/span><\/li>\n          <li><span class=\"li-icon\">&#128196;<\/span><span><strong>Applications<\/strong> &mdash; We design and implement a custom online application form with your company&#8217;s branding.<\/span><\/li>\n        <\/ul>\n        <div class=\"lifecycle-highlight\">TUN does <strong>not<\/strong> sell student data &mdash; unlike some other scholarship platforms.<\/div>\n      <\/div>\n\n      <div class=\"lifecycle-card fade-in\">\n        <div class=\"lifecycle-number n2\">2<\/div>\n        <h3>Manage<\/h3>\n        <div class=\"lc-sub\">Review, select &amp; disburse<\/div>\n        <ul class=\"lifecycle-items\">\n          <li><span class=\"li-icon\">&#9989;<\/span><span><strong>Eligibility<\/strong> &mdash; We verify that applicants satisfy all eligibility requirements of your program.<\/span><\/li>\n          <li><span class=\"li-icon\">&#128269;<\/span><span><strong>Review<\/strong> &mdash; We objectively review applications to ensure winners are properly selected.<\/span><\/li>\n          <li><span class=\"li-icon\">&#128202;<\/span><span><strong>Reporting<\/strong> &mdash; We measure and report key metrics during and after the application process.<\/span><\/li>\n          <li><span class=\"li-icon\">&#128176;<\/span><span><strong>Disbursement<\/strong> &mdash; We disburse funds to institutions on behalf of winners to ensure IRS scholarship rule compliance.<\/span><\/li>\n        <\/ul>\n        <div class=\"lifecycle-highlight gold-bg\">Real-time dashboard with applicant tracking, review status, and analytics.<\/div>\n      <\/div>\n\n      <div class=\"lifecycle-card fade-in\">\n        <div class=\"lifecycle-number n3\">3<\/div>\n        <h3>Promote<\/h3>\n        <div class=\"lc-sub\">Reach the right students<\/div>\n        <ul class=\"lifecycle-items\">\n          <li><span class=\"li-icon\">&#127891;<\/span><span><strong>Students<\/strong> &mdash; Promoted through our Scholarship Search Engine, TUN AI, email outreach to 600K+ subscribers, and more.<\/span><\/li>\n          <li><span class=\"li-icon\">&#127979;<\/span><span><strong>Schools<\/strong> &mdash; We reach out to school partners to get your scholarship on their websites, intranets, and social media.<\/span><\/li>\n          <li><span class=\"li-icon\">&#128240;<\/span><span><strong>News<\/strong> &mdash; We publish a featured article about your scholarship on Google News in 15+ languages.<\/span><\/li>\n          <li><span class=\"li-icon\">&#128241;<\/span><span><strong>Social<\/strong> &mdash; Promoted on TUN&#8217;s social channels including TikTok and Pinterest (100K+ followers).<\/span><\/li>\n        <\/ul>\n        <div class=\"lifecycle-highlight green-bg\">Your scholarship is integrated into TUN AI&#8217;s knowledge base &mdash; students find it because it&#8217;s <strong>relevant to them<\/strong>.<\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- DASHBOARD -->\n<section class=\"section dashboard-section\">\n  <div class=\"section-inner\">\n    <div class=\"section-label\">Your Scholarship Dashboard<\/div>\n    <h2 class=\"section-title\">Track everything in one place<\/h2>\n    <p class=\"section-subtitle\">Streamline your scholarship management with our comprehensive dashboard, designed for efficiency and visibility at every step.<\/p>\n    <div class=\"dashboard-grid\">\n      <div class=\"dashboard-visual fade-in\">\n        <div class=\"dashboard-mockup\">\n          <div class=\"dash-header\">\n            <div class=\"dash-title\">Scholarship Dashboard<\/div>\n            <div class=\"dash-badge\">&#9679; Live<\/div>\n          <\/div>\n          <div class=\"dash-stats\">\n            <div class=\"dash-stat\"><div class=\"dash-stat-val\">847<\/div><div class=\"dash-stat-lbl\">Applicants<\/div><\/div>\n            <div class=\"dash-stat\"><div class=\"dash-stat-val\">42<\/div><div class=\"dash-stat-lbl\">States<\/div><\/div>\n            <div class=\"dash-stat\"><div class=\"dash-stat-val\">91%<\/div><div class=\"dash-stat-lbl\">Eligible<\/div><\/div>\n          <\/div>\n          <div class=\"dash-bar-row\"><div class=\"dash-bar-label\">Submitted<\/div><div class=\"dash-bar-track\"><div class=\"dash-bar-fill blue\" style=\"width:85%\"><\/div><\/div><\/div>\n          <div class=\"dash-bar-row\"><div class=\"dash-bar-label\">In Review<\/div><div class=\"dash-bar-track\"><div class=\"dash-bar-fill gold\" style=\"width:45%\"><\/div><\/div><\/div>\n          <div class=\"dash-bar-row\"><div class=\"dash-bar-label\">Selected<\/div><div class=\"dash-bar-track\"><div class=\"dash-bar-fill green\" style=\"width:12%\"><\/div><\/div><\/div>\n        <\/div>\n      <\/div>\n      <div>\n        <ul class=\"dashboard-features\">\n          <li class=\"fade-in\"><span class=\"feat-icon\">&#128200;<\/span><span><strong>Applicant tracking<\/strong> &mdash; Monitor applications in real time from submission through selection and award.<\/span><\/li>\n          <li class=\"fade-in\"><span class=\"feat-icon\">&#128269;<\/span><span><strong>Review workflows<\/strong> &mdash; Streamlined review process with eligibility verification and scoring tools.<\/span><\/li>\n          <li class=\"fade-in\"><span class=\"feat-icon\">&#128202;<\/span><span><strong>Analytics &amp; reporting<\/strong> &mdash; Track key metrics including applicant demographics, geographic reach, and engagement.<\/span><\/li>\n          <li class=\"fade-in\"><span class=\"feat-icon\">&#128176;<\/span><span><strong>Disbursement management<\/strong> &mdash; Manage funds disbursement to institutions with IRS-compliant tracking.<\/span><\/li>\n          <li class=\"fade-in\"><span class=\"feat-icon\">&#127912;<\/span><span><strong>Custom branding<\/strong> &mdash; Your scholarship application and landing pages reflect your organization&#8217;s brand identity.<\/span><\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- TUN AI -->\n<section class=\"section ai-section\">\n  <div class=\"section-inner\">\n    <div class=\"ai-grid\">\n      <div>\n        <div class=\"section-label\">Powered by TUN AI<\/div>\n        <h2 class=\"section-title\">Students find your scholarship because it&#8217;s relevant to them<\/h2>\n        <p class=\"section-subtitle\">When you partner with TUN, your scholarship is integrated into TUN AI&#8217;s knowledge base. When students ask for help, your program surfaces because it genuinely matches their profile &mdash; not because you bought an ad slot.<\/p>\n        <p class=\"section-subtitle\" style=\"margin-top: 16px;\">This means students trust the recommendations, and your scholarship benefits from that trust. TUN content is also cited by external AI platforms like ChatGPT and Perplexity.<\/p>\n        <div class=\"ai-stats\">\n          <div class=\"ai-stat\"><div class=\"ai-stat-value\">20+<\/div><div class=\"ai-stat-label\">Specialized Models<\/div><\/div>\n          <div class=\"ai-stat\"><div class=\"ai-stat-value\">200+<\/div><div class=\"ai-stat-label\">Iterations Since 2017<\/div><\/div>\n          <div class=\"ai-stat\"><div class=\"ai-stat-value\">24\/7<\/div><div class=\"ai-stat-label\">Agentic Support<\/div><\/div>\n        <\/div>\n      <\/div>\n      <div class=\"ai-demo fade-in\">\n        <div class=\"ai-demo-header\">\n          <div class=\"ai-demo-avatar\">AI<\/div>\n          <div><div class=\"ai-demo-name\">TUN AI<\/div><div class=\"ai-demo-tag\">Higher Education Assistant<\/div><\/div>\n        <\/div>\n        <div class=\"ai-msg\">\n          <div class=\"ai-msg-q\">I&#8217;m from a small town in Oklahoma studying engineering. Are there scholarships for rural STEM students?<\/div>\n          <div class=\"ai-msg-a\">\n            Absolutely! Based on your profile, here are some great matches:\n            <br><br>\n            <span class=\"highlight\">1.<\/span> The <span class=\"brand-mention\">Lariat STEM Scholar Program<\/span> &mdash; specifically for students from rural communities pursuing STEM. Renewable awards up to $30,000.\n            <br><br>\n            <span class=\"highlight\">2.<\/span> The <span class=\"brand-mention\">Hyundai Women in STEM Scholarship<\/span> &mdash; $10,000 awards for women in STEM fields&#8230;\n            <br><br>\n            <span style=\"color: rgba(255,255,255,0.4); font-style: italic;\">Your scholarship surfaces here because it matches this student &uarr;<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FEATURED SCHOLARSHIPS -->\n<section class=\"section scholarships-section\">\n  <div class=\"section-inner\">\n    <div class=\"section-label\">Featured Scholarships on TUN<\/div>\n    <h2 class=\"section-title\">Organizations already making<br>an impact through TUN<\/h2>\n    <div class=\"scholarships-scroll-wrapper\">\n      <div class=\"scholarships-scroll\">\n        <a href=\"https:\/\/www.tun.com\/scholarships\/the-hyundai-women-in-stem-scholarship\/\" class=\"scholarship-card fade-in\" target=\"_blank\">\n          <div class=\"scholarship-image\"><div class=\"scholarship-image-placeholder si-1\">Hyundai<\/div><\/div>\n          <div class=\"scholarship-body\">\n            <div class=\"scholarship-sponsor\">Hyundai<\/div>\n            <h3>Women in STEM Scholarship<\/h3>\n            <p class=\"desc\">Empowering women in STEM to build a future that reflects the needs of everyone.<\/p>\n            <div class=\"scholarship-details\">\n              <div class=\"scholarship-detail\"><div class=\"scholarship-detail-value\">$10,000<\/div><div class=\"scholarship-detail-label\">Per Award<\/div><\/div>\n              <div class=\"scholarship-detail\"><div class=\"scholarship-detail-value\">5 Awards<\/div><div class=\"scholarship-detail-label\">National<\/div><\/div>\n            <\/div>\n          <\/div>\n        <\/a>\n        <a href=\"https:\/\/www.tun.com\/scholarships\/walk-on-scholarship\/\" class=\"scholarship-card fade-in\" target=\"_blank\">\n          <div class=\"scholarship-image\"><div class=\"scholarship-image-placeholder si-2\">Walk On<\/div><\/div>\n          <div class=\"scholarship-body\">\n            <div class=\"scholarship-sponsor\">Baker &amp; Emily Mayfield Foundation<\/div>\n            <h3>Walk On Scholarship<\/h3>\n            <p class=\"desc\">Supporting college athletes who receive limited athletic aid, renewable up to four years.<\/p>\n            <div class=\"scholarship-details\">\n              <div class=\"scholarship-detail\"><div class=\"scholarship-detail-value\">$10,000<\/div><div class=\"scholarship-detail-label\">Renewable<\/div><\/div>\n            <\/div>\n          <\/div>\n        <\/a>\n        <a href=\"https:\/\/www.tun.com\/scholarships\/ramsey-education-scholarship\/\" class=\"scholarship-card fade-in\" target=\"_blank\">\n          <div class=\"scholarship-image\"><div class=\"scholarship-image-placeholder si-3\">Ramsey<\/div><\/div>\n          <div class=\"scholarship-body\">\n            <div class=\"scholarship-sponsor\">Ramsey Education<\/div>\n            <h3>Ramsey Education Scholarship<\/h3>\n            <p class=\"desc\">Supporting students passionate about financial literacy and responsible money management.<\/p>\n            <div class=\"scholarship-details\">\n              <div class=\"scholarship-detail\"><div class=\"scholarship-detail-value\">$1,000<\/div><div class=\"scholarship-detail-label\">Per Award<\/div><\/div>\n              <div class=\"scholarship-detail\"><div class=\"scholarship-detail-value\">5 Awards<\/div><div class=\"scholarship-detail-label\">National<\/div><\/div>\n            <\/div>\n          <\/div>\n        <\/a>\n        <a href=\"https:\/\/www.tun.com\/scholarships\/the-lariat-stem-scholar-program-2\/\" class=\"scholarship-card fade-in\" target=\"_blank\">\n          <div class=\"scholarship-image\"><div class=\"scholarship-image-placeholder si-4\">Lariat<\/div><\/div>\n          <div class=\"scholarship-body\">\n            <div class=\"scholarship-sponsor\">Lariat Future Innovators Foundation<\/div>\n            <h3>Lariat STEM Scholar Program<\/h3>\n            <p class=\"desc\">Helping STEM students from rural communities reach their goals, now in its sixth year.<\/p>\n            <div class=\"scholarship-details\">\n              <div class=\"scholarship-detail\"><div class=\"scholarship-detail-value\">Up to $30K<\/div><div class=\"scholarship-detail-label\">Renewable<\/div><\/div>\n            <\/div>\n          <\/div>\n        <\/a>\n        <a href=\"https:\/\/www.tun.com\/scholarships\/golden-1-scholarship\/\" class=\"scholarship-card fade-in\" target=\"_blank\">\n          <div class=\"scholarship-image\"><div class=\"scholarship-image-placeholder si-5\">Golden 1<\/div><\/div>\n          <div class=\"scholarship-body\">\n            <div class=\"scholarship-sponsor\">Golden 1 Credit Union<\/div>\n            <h3>Golden 1 Scholarship<\/h3>\n            <p class=\"desc\">Renewable scholarship supporting California students at two-year and four-year institutions.<\/p>\n            <div class=\"scholarship-details\">\n              <div class=\"scholarship-detail\"><div class=\"scholarship-detail-value\">Up to $5K<\/div><div class=\"scholarship-detail-label\">Renewable<\/div><\/div>\n            <\/div>\n          <\/div>\n        <\/a>\n      <\/div>\n    <\/div>\n    <div class=\"mission-note fade-in\">\n      <h4>&#128155; Mission Scholarships<\/h4>\n      <p>For scholarship providers supporting a strong mission, we offer <strong>free promotion<\/strong>. We believe in supporting mission-based scholarship programs that drive social impact and promote educational opportunities.<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- RESOURCES -->\n<section class=\"section resources-section\">\n  <div class=\"section-inner\">\n    <div class=\"section-label\">Scholarship Best Practices<\/div>\n    <h2 class=\"section-title\">Learn from our experience<\/h2>\n    <p class=\"section-subtitle\">We&#8217;ve created, promoted, and managed scholarship programs of all sizes. Here&#8217;s what we&#8217;ve learned.<\/p>\n    <div class=\"resources-grid\">\n      <a href=\"https:\/\/www.tun.com\/blog\/how-to-start-a-scholarship-program\/\" class=\"resource-card fade-in\" target=\"_blank\">\n        <div class=\"resource-image ri-1\">&#128218;<\/div>\n        <div class=\"resource-body\">\n          <h4>How to Start a Scholarship Program<\/h4>\n          <p>An 11-point checklist to make it easier for you to help students through brand scholarships.<\/p>\n          <div class=\"resource-link\">Read guide &rarr;<\/div>\n        <\/div>\n      <\/a>\n      <a href=\"https:\/\/www.tun.com\/blog\/scholarships-taxes-how-to-not-create-taxable-income-to-the-scholarship-recipient\/\" class=\"resource-card fade-in\" target=\"_blank\">\n        <div class=\"resource-image ri-2\">&#128176;<\/div>\n        <div class=\"resource-body\">\n          <h4>Scholarships &amp; Taxes<\/h4>\n          <p>What sponsors need to know to avoid creating taxable income with their scholarship disbursements.<\/p>\n          <div class=\"resource-link\">Read guide &rarr;<\/div>\n        <\/div>\n      <\/a>\n      <a href=\"https:\/\/www.tun.com\/blog\/scholarships-are-a-great-recruitment-tool\/\" class=\"resource-card fade-in\" target=\"_blank\">\n        <div class=\"resource-image ri-3\">&#127919;<\/div>\n        <div class=\"resource-body\">\n          <h4>Scholarships as a Recruitment Tool<\/h4>\n          <p>Companies are discovering that sponsoring a scholarship is a great way to recruit talent. Here&#8217;s why.<\/p>\n          <div class=\"resource-link\">Read guide &rarr;<\/div>\n        <\/div>\n      <\/a>\n    <\/div>\n    <div class=\"more-resources fade-in\">\n      <h4>Additional Resources<\/h4>\n      <ul class=\"more-resources-list\">\n        <li><a href=\"https:\/\/www.tun.com\/blog\/how-to-start-a-memorial-scholarship\/\" target=\"_blank\">How to Start a Memorial Scholarship<\/a><\/li>\n        <li><a href=\"https:\/\/www.tun.com\/blog\/scholarship-press-release-template\/\" target=\"_blank\">Scholarship Press Release Template<\/a><\/li>\n        <li><a href=\"https:\/\/www.tun.com\/blog\/women-in-stem-scholarship\/\" target=\"_blank\">The Women in STEM Scholarship<\/a><\/li>\n        <li><a href=\"https:\/\/www.tun.com\/blog\/the-volunteerism-scholarship\/\" target=\"_blank\">Support Volunteerism Through Your Scholarship<\/a><\/li>\n        <li><a href=\"https:\/\/www.tun.com\/blog\/all-the-ways-a-brand-scholarship-can-benefit-your-company\/\" target=\"_blank\">All the Ways a Scholarship Benefits Your Company<\/a><\/li>\n        <li><a href=\"https:\/\/www.tun.com\/blog\/how-scholarships-amplify-corporate-social-responsibility\/\" target=\"_blank\">Scholarships &amp; Corporate Social Responsibility<\/a><\/li>\n        <li><a href=\"https:\/\/www.tun.com\/blog\/the-sustainability-scholarship\/\" target=\"_blank\">The Sustainability Scholarship<\/a><\/li>\n        <li><a href=\"https:\/\/www.tun.com\/blog\/why-accounting-firms-should-sponsor-scholarships\/\" target=\"_blank\">Why Accounting Firms Should Sponsor Scholarships<\/a><\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- CTA -->\n<section class=\"section cta-section\" id=\"contact\">\n  <div class=\"section-inner\">\n    <div class=\"section-label\">Ready to Launch?<\/div>\n    <h2 class=\"section-title\">Let&#8217;s create a scholarship that changes lives<\/h2>\n    <p class=\"section-subtitle\">Schedule a free consultation. We&#8217;ll discuss your goals, recommend a program structure, and show you how TUN can reach the right students for your scholarship.<\/p>\n    <div class=\"cta-actions\">\n      <a href=\"https:\/\/calendly.com\/tun\/scholarship-consult\" class=\"btn-white\" target=\"_blank\">Schedule Free Consultation &rarr;<\/a>\n      <a href=\"mailto:sales@tun.com\" class=\"btn-outline-white\">Email sales@tun.com<\/a>\n    <\/div>\n    <p class=\"cta-contact\">Or call us directly: <a href=\"tel:9173972650\">(917) 397-2650<\/a><\/p>\n  <\/div>\n<\/section>\n\n<!-- FOOTER -->\n<footer class=\"footer\">\n  <div class=\"footer-links\">\n    <a href=\"https:\/\/www.tun.com\/home\/\">TUN News<\/a>\n    <a href=\"https:\/\/www.tun.com\/scholarships\/\">Scholarships<\/a>\n    <a href=\"https:\/\/www.tun.com\/ai\/\">TUN AI<\/a>\n    <a href=\"https:\/\/www.tun.com\/home\/partnerships\/\">Partnerships<\/a>\n    <a href=\"https:\/\/www.tun.com\/jobs\/about\/\">About<\/a>\n  <\/div>\n  <p>&copy; 2026 TUN, Inc. All rights reserved. &nbsp;|&nbsp; <a href=\"https:\/\/www.tun.com\/blog\/we-use-cookies-to-make-our-website-experience-better\/\">Privacy<\/a><\/p>\n  <div class=\"footer-address\">TUN, Inc. &middot; 99 Wall Street, #2508 &middot; New York, NY 10005<\/div>\n<\/footer>\n\n<script>\n  const observer = new IntersectionObserver((entries) => {\n    entries.forEach(entry => { if (entry.isIntersecting) entry.target.classList.add('visible'); });\n  }, { threshold: 0.15, rootMargin: '0px 0px -40px 0px' });\n  document.querySelectorAll('.fade-in').forEach(el => observer.observe(el));\n  window.addEventListener('scroll', () => {\n    document.getElementById('siteHeader').classList.toggle('scrolled', window.scrollY > 20);\n    const stickyCta = document.getElementById('stickyCta');\n    if (stickyCta) stickyCta.classList.toggle('visible', window.scrollY > 400);\n  });\n<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Scholarship Management Services \u2014 TUN Schedule Free Consultation &rarr; Partnerships \/ Scholarship Management &#127891; Most Popular Partnership Launch a scholarship that reaches millions of students TUN manages the entire scholarship lifecycle &mdash; from program design and legal setup to applications, review, disbursement, and promotion &mdash; so your organization can focus on making an impact, not [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":61207,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"sales-pages","meta":{"_uag_custom_page_level_css":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-60813","page","type-page","status-publish","has-post-thumbnail","hentry"],"aioseo_notices":[],"uagb_featured_image_src":{"full":["https:\/\/www.tun.com\/scholarships\/wp-content\/uploads\/2020\/01\/group-of-people-at-their-graduation-rites-3620697.jpg",1200,800,false],"thumbnail":["https:\/\/www.tun.com\/scholarships\/wp-content\/uploads\/2020\/01\/group-of-people-at-their-graduation-rites-3620697-150x150.jpg",150,150,true],"medium":["https:\/\/www.tun.com\/scholarships\/wp-content\/uploads\/2020\/01\/group-of-people-at-their-graduation-rites-3620697-300x200.jpg",300,200,true],"medium_large":["https:\/\/www.tun.com\/scholarships\/wp-content\/uploads\/2020\/01\/group-of-people-at-their-graduation-rites-3620697-768x512.jpg",768,512,true],"large":["https:\/\/www.tun.com\/scholarships\/wp-content\/uploads\/2020\/01\/group-of-people-at-their-graduation-rites-3620697-1024x683.jpg",1024,683,true],"1536x1536":["https:\/\/www.tun.com\/scholarships\/wp-content\/uploads\/2020\/01\/group-of-people-at-their-graduation-rites-3620697.jpg",1200,800,false],"2048x2048":["https:\/\/www.tun.com\/scholarships\/wp-content\/uploads\/2020\/01\/group-of-people-at-their-graduation-rites-3620697.jpg",1200,800,false]},"uagb_author_info":{"display_name":"magic","author_link":"https:\/\/www.tun.com\/scholarships\/author\/magic\/"},"uagb_comment_info":0,"uagb_excerpt":"Scholarship Management Services \u2014 TUN Schedule Free Consultation &rarr; Partnerships \/ Scholarship Management &#127891; Most Popular Partnership Launch a scholarship that reaches millions of students TUN manages the entire scholarship lifecycle &mdash; from program design and legal setup to applications, review, disbursement, and promotion &mdash; so your organization can focus on making an impact, not&hellip;","_links":{"self":[{"href":"https:\/\/www.tun.com\/scholarships\/wp-json\/wp\/v2\/pages\/60813","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tun.com\/scholarships\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.tun.com\/scholarships\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.tun.com\/scholarships\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tun.com\/scholarships\/wp-json\/wp\/v2\/comments?post=60813"}],"version-history":[{"count":200,"href":"https:\/\/www.tun.com\/scholarships\/wp-json\/wp\/v2\/pages\/60813\/revisions"}],"predecessor-version":[{"id":140502,"href":"https:\/\/www.tun.com\/scholarships\/wp-json\/wp\/v2\/pages\/60813\/revisions\/140502"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.tun.com\/scholarships\/wp-json\/wp\/v2\/media\/61207"}],"wp:attachment":[{"href":"https:\/\/www.tun.com\/scholarships\/wp-json\/wp\/v2\/media?parent=60813"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}