{"id":34775,"date":"2026-03-04T22:02:42","date_gmt":"2026-03-04T22:02:42","guid":{"rendered":"https:\/\/www.tun.com\/home\/?page_id=34775"},"modified":"2026-03-04T22:02:45","modified_gmt":"2026-03-04T22:02:45","slug":"partnerships","status":"publish","type":"page","link":"https:\/\/www.tun.com\/home\/partnerships\/","title":{"rendered":""},"content":{"rendered":"\n\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>Partner With TUN \u2014 Reach the Next Generation<\/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);\n    color: var(--tun-gray-800);\n    background: var(--tun-white);\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  \/* SITE HEADER (PLACEHOLDER FOR EXISTING TUN NAV) *\/\n  .site-header-placeholder {\n    position: fixed; top: 0; left: 0; right: 0; z-index: 100;\n    background: rgba(250,250,248,0.95);\n    backdrop-filter: blur(16px);\n    border-bottom: 1px solid var(--tun-gray-200);\n    transition: box-shadow 0.3s ease;\n  }\n  .site-header-placeholder.scrolled { box-shadow: 0 2px rgba(0,0,0,0.06); }\n  .site-header-inner {\n    max-width: 1200px; margin: 0 auto; \n    display: flex; align-items: center; justify-content: space-between;\n  }\n  .site-header-nav {\n    display: flex; \n  }\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);\n    transition: all 0.3s ease;\n    pointer-events: none;\n  }\n  .sticky-cta.visible {\n    opacity: 1; transform: translateY(0); pointer-events: all;\n  }\n  .nav-cta {\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  .nav-cta:hover { background: var(--tun-blue-dark); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(27,77,255,0.4); }\n\n  \/* HERO *\/\n  .hero {\n    padding: 160px 32px 100px; position: relative; overflow: hidden;\n    background: linear-gradient(165deg, var(--tun-white) 0%, var(--tun-blue-light) 50%, var(--tun-white) 100%);\n  }\n  .hero::before {\n    content: ''; position: absolute; top: -200px; right: -200px;\n    width: 600px; height: 600px; border-radius: 50%;\n    background: radial-gradient(circle, rgba(27,77,255,0.06) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero::after {\n    content: ''; position: absolute; bottom: -100px; left: -100px;\n    width: 400px; height: 400px; border-radius: 50%;\n    background: radial-gradient(circle, rgba(245,166,35,0.06) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-inner { max-width: 1200px; margin: 0 auto; position: relative; }\n  .hero-badge {\n    display: inline-flex; align-items: center; gap: 8px;\n    padding: 6px 16px; background: white;\n    border: 1px solid var(--tun-gray-200); border-radius: 100px;\n    font-size: 13px; font-weight: 500; color: var(--tun-gray-600);\n    margin-bottom: 32px; animation: fadeUp 0.6s ease both;\n  }\n  .hero-badge .dot {\n    width: 8px; height: 8px; background: var(--tun-green);\n    border-radius: 50%; animation: pulse 2s ease infinite;\n  }\n  .hero h1 {\n    font-family: var(--font-display);\n    font-size: clamp(42px, 5.5vw, 72px); font-weight: 700;\n    line-height: 1.08; letter-spacing: -2px; color: var(--tun-black);\n    max-width: 800px; margin-bottom: 24px; 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: 20px; line-height: 1.6; color: var(--tun-gray-600);\n    max-width: 560px; margin-bottom: 40px; animation: fadeUp 0.6s 0.2s ease both;\n  }\n  .hero-actions {\n    display: flex; gap: 16px; flex-wrap: wrap;\n    animation: fadeUp 0.6s 0.3s ease both;\n  }\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\n  \/* METRICS *\/\n  .metrics { padding: 0 32px; margin-top: -40px; position: relative; z-index: 10; }\n  .metrics-inner {\n    max-width: 1200px; margin: 0 auto; background: var(--tun-black);\n    border-radius: 20px; padding: 48px 56px;\n    display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; color: white;\n  }\n  .metric { text-align: center; }\n  .metric-value {\n    font-family: var(--font-display); font-size: 40px; font-weight: 700;\n    line-height: 1; margin-bottom: 8px; letter-spacing: -1px;\n  }\n  .metric-value .accent { color: var(--tun-gold); }\n  .metric-label { font-size: 14px; color: rgba(255,255,255,0.6); }\n\n  \/* SECTION SHARED *\/\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  \/* PATHWAYS *\/\n  .pathways { background: var(--tun-gray-100); }\n  .pathways-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 56px; }\n  .pathway-card {\n    background: white; border-radius: 20px; padding: 44px;\n    border: 1px solid var(--tun-gray-200); transition: all 0.3s ease;\n    position: relative; overflow: hidden;\n  }\n  .pathway-card:hover { border-color: var(--tun-blue); transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,0.08); }\n  .pathway-icon {\n    width: 56px; height: 56px; border-radius: 14px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 26px; margin-bottom: 24px;\n  }\n  .pathway-icon.blue { background: var(--tun-blue-light); }\n  .pathway-icon.gold { background: var(--tun-gold-light); }\n  .pathway-icon.green { background: var(--tun-green-light); }\n  .pathway-icon.dark { background: var(--tun-gray-200); }\n  .pathway-card h3 { font-family: var(--font-display); font-size: 24px; font-weight: 700; margin-bottom: 12px; color: var(--tun-black); }\n  .pathway-card p { font-size: 15px; color: var(--tun-gray-600); line-height: 1.65; margin-bottom: 24px; }\n  .pathway-features { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }\n  .pathway-features li { font-size: 14px; color: var(--tun-gray-800); display: flex; align-items: flex-start; gap: 10px; }\n  .pathway-features li::before { content: '\\2713'; font-weight: 700; color: var(--tun-blue); flex-shrink: 0; margin-top: 1px; }\n  .pathway-link {\n    display: inline-flex; align-items: center; gap: 6px;\n    font-weight: 600; font-size: 14px; color: var(--tun-blue);\n    text-decoration: none; transition: gap 0.2s ease;\n  }\n  .pathway-link:hover { gap: 10px; }\n  .pathway-tag {\n    position: absolute; top: 20px; right: 20px; background: var(--tun-gold);\n    color: var(--tun-black); font-size: 11px; font-weight: 700;\n    text-transform: uppercase; letter-spacing: 1px; padding: 4px 12px; border-radius: 100px;\n  }\n\n  \/* 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: 80px; 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 {\n    display: flex; gap: 32px; margin-top: 32px;\n  }\n  .ai-stat {\n    text-align: center;\n  }\n  .ai-stat-value {\n    font-family: var(--font-display); font-size: 32px; font-weight: 700;\n    color: var(--tun-gold); line-height: 1;\n  }\n  .ai-stat-label {\n    font-size: 12px; color: rgba(255,255,255,0.5); margin-top: 6px;\n  }\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: 32px;\n  }\n  .ai-demo-header {\n    display: flex; align-items: center; gap: 12px; margin-bottom: 24px;\n    padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.08);\n  }\n  .ai-demo-avatar {\n    width: 36px; height: 36px; border-radius: 10px;\n    background: linear-gradient(135deg, var(--tun-blue), #6B8AFF);\n    display: flex; align-items: center; justify-content: center;\n    font-weight: 700; font-size: 14px;\n  }\n  .ai-demo-name { font-weight: 600; font-size: 15px; }\n  .ai-demo-tag { font-size: 12px; color: var(--tun-gold); font-weight: 500; }\n  .ai-msg-q {\n    background: rgba(255,255,255,0.06); border-radius: 12px;\n    padding: 14px 18px; font-size: 14px; color: rgba(255,255,255,0.8);\n    margin-bottom: 16px; border-left: 3px solid var(--tun-blue);\n  }\n  .ai-msg-a { font-size: 14px; 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: white; }\n  .scholarships-scroll-wrapper { margin-top: 56px; position: relative; }\n  .scholarships-scroll {\n    display: flex; gap: 24px; overflow-x: auto;\n    scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;\n    padding-bottom: 20px; scrollbar-width: thin;\n    scrollbar-color: var(--tun-gray-200) transparent;\n  }\n  .scholarships-scroll::-webkit-scrollbar { height: 6px; }\n  .scholarships-scroll::-webkit-scrollbar-track { background: transparent; }\n  .scholarships-scroll::-webkit-scrollbar-thumb { background: var(--tun-gray-200); border-radius: 3px; }\n  .scholarship-card {\n    min-width: 340px; max-width: 340px; flex-shrink: 0;\n    scroll-snap-align: start; border-radius: 20px; overflow: hidden;\n    border: 1px solid var(--tun-gray-200); background: white;\n    transition: all 0.3s ease; text-decoration: none; color: inherit; display: block;\n  }\n  .scholarship-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.08); border-color: var(--tun-blue); }\n  .scholarship-image {\n    height: 180px; position: relative; overflow: hidden;\n    display: flex; align-items: center; justify-content: center;\n  }\n  .scholarship-image-placeholder {\n    width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;\n    font-size: 36px; 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: 28px; }\n  .scholarship-sponsor {\n    font-size: 11px; font-weight: 600; text-transform: uppercase;\n    letter-spacing: 1.5px; color: var(--tun-blue); margin-bottom: 8px;\n  }\n  .scholarship-body h3 {\n    font-family: var(--font-display); font-size: 20px; font-weight: 700;\n    margin-bottom: 10px; color: var(--tun-black); line-height: 1.3;\n  }\n  .scholarship-body .desc {\n    font-size: 14px; color: var(--tun-gray-600); line-height: 1.6; margin-bottom: 20px;\n  }\n  .scholarship-details { display: flex; gap: 20px; flex-wrap: wrap; }\n  .scholarship-detail { display: flex; flex-direction: column; }\n  .scholarship-detail-value { font-family: var(--font-display); font-size: 18px; font-weight: 700; color: var(--tun-black); }\n  .scholarship-detail-label { font-size: 11px; color: var(--tun-gray-400); text-transform: uppercase; letter-spacing: 0.5px; }\n  .scholarship-view-link {\n    display: inline-flex; align-items: center; gap: 6px;\n    font-weight: 600; font-size: 13px; color: var(--tun-blue); margin-top: 16px;\n  }\n\n  \/* MORE WAYS TO PARTNER *\/\n  .more-ways { background: var(--tun-gray-100); }\n  .more-ways-grid {\n    display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 56px;\n  }\n  .more-way-card {\n    background: white; border-radius: 16px; padding: 32px;\n    border: 1px solid var(--tun-gray-200); transition: all 0.3s ease;\n  }\n  .more-way-card:hover { border-color: var(--tun-blue); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.06); }\n  .more-way-icon {\n    width: 48px; height: 48px; border-radius: 12px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 22px; margin-bottom: 20px; background: var(--tun-blue-light);\n  }\n  .more-way-card h4 {\n    font-family: var(--font-display); font-size: 18px; font-weight: 700;\n    margin-bottom: 10px; color: var(--tun-black); line-height: 1.3;\n  }\n  .more-way-card p {\n    font-size: 14px; color: var(--tun-gray-600); line-height: 1.6; margin-bottom: 16px;\n  }\n  .more-way-brands {\n    font-size: 12px; color: var(--tun-gray-400); font-style: italic;\n  }\n\n  \/* HOW IT WORKS *\/\n  .how-it-works { background: white; }\n  .steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-top: 56px; }\n  .step { text-align: center; position: relative; }\n  .step::after { content: '\\2192'; position: absolute; right: -22px; top: 36px; font-size: 24px; color: var(--tun-gray-400); }\n  .step:last-child::after { display: none; }\n  .step-number {\n    width: 56px; height: 56px; border-radius: 50%; background: var(--tun-blue);\n    color: white; display: flex; align-items: center; justify-content: center;\n    font-family: var(--font-display); font-weight: 700; font-size: 22px; margin: 0 auto 20px;\n  }\n  .step h4 { font-family: var(--font-display); font-size: 18px; font-weight: 700; margin-bottom: 8px; color: var(--tun-black); }\n  .step p { font-size: 14px; color: var(--tun-gray-600); line-height: 1.6; }\n\n  \/* TRUST *\/\n  .trust-section { background: var(--tun-gray-100); }\n  .trust-inner {\n    max-width: 1200px; margin: 0 auto;\n    display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; text-align: center;\n  }\n  .trust-icon { font-size: 32px; margin-bottom: 16px; }\n  .trust-item h4 {\n    font-family: var(--font-display); font-size: 18px; font-weight: 700;\n    margin-bottom: 8px; color: var(--tun-black);\n  }\n  .trust-item p { font-size: 14px; color: var(--tun-gray-600); line-height: 1.6; }\n\n  \/* VALUES *\/\n  .values-section { background: white; border-top: 1px solid var(--tun-gray-200); }\n  .values-grid {\n    display: flex; gap: 40px; margin-top: 40px; flex-wrap: wrap; justify-content: center;\n  }\n  .value-item {\n    display: flex; align-items: center; gap: 12px;\n  }\n  .value-check {\n    width: 28px; height: 28px; border-radius: 50%;\n    background: var(--tun-blue-light); color: var(--tun-blue);\n    display: flex; align-items: center; justify-content: center;\n    font-weight: 700; font-size: 14px; flex-shrink: 0;\n  }\n  .value-text {\n    font-family: var(--font-display); font-size: 16px; font-weight: 500;\n    color: var(--tun-gray-800);\n  }\n\n  \/* CTA *\/\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  .cta-contact a:hover { text-decoration: underline; }\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  @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }\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    .pathways-grid { grid-template-columns: 1fr; }\n    .ai-grid { grid-template-columns: 1fr; gap: 48px; }\n    .more-ways-grid { grid-template-columns: repeat(2, 1fr); }\n    .steps-grid { grid-template-columns: repeat(2, 1fr); }\n    .step::after { display: none; }\n    .metrics-inner { grid-template-columns: repeat(3, 1fr); }\n    .trust-inner { grid-template-columns: 1fr; gap: 32px; }\n    .ai-stats { flex-wrap: wrap; }\n  }\n  @media (max-width: 640px) {\n    .hero { padding: 140px 20px 80px; }\n    .section { padding: 72px 20px; }\n    .metrics-inner { padding: 32px 24px; }\n    .metric-value { font-size: 32px; }\n    .steps-grid { grid-template-columns: 1fr; }\n    .more-ways-grid { grid-template-columns: 1fr; }\n    .nav-inner { padding: 14px 20px; }\n    .pathway-card { padding: 32px; }\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    .site-header-nav { display: none; }\n    .sticky-cta { bottom: 16px; right: 16px; }\n    .sticky-cta .nav-cta { padding: 12px 20px; font-size: 13px; }\n    .scholarship-card { min-width: 290px; max-width: 290px; }\n    .values-grid { flex-direction: column; gap: 20px; align-items: flex-start; padding: 0 20px; }\n    .ai-stats { gap: 20px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n\n<div class=\"site-header-placeholder\" id=\"nav\">  \n<\/div>\n<!-- STICKY PARTNERSHIP CTA -->\n<div class=\"sticky-cta\" id=\"stickyCta\">\n  <a href=\"https:\/\/calendly.com\/tun\/scholarship-consult\" class=\"nav-cta\" target=\"_blank\">Schedule a Partnership Call &rarr;<\/a>\n<\/div>\n\n<!-- HERO -->\n<section class=\"hero\">\n  <div class=\"hero-inner\">\n    <div class=\"hero-badge\"><span class=\"dot\"><\/span> Trusted by brands reaching 13M+ students<\/div>\n    <h1>Your brand can<br>shape the <em>next generation<\/em><\/h1>\n    <p class=\"hero-sub\">TUN connects organizations with 13 million students, parents, and educators through scholarships, AI-powered discovery, branded content, internship promotion, and more &mdash; across every stage of the student journey.<\/p>\n    <div class=\"hero-actions\">\n      <a href=\"https:\/\/calendly.com\/tun\/scholarship-consult\" class=\"btn-primary\" target=\"_blank\">Schedule a Partnership Call &rarr;<\/a>\n      <a href=\"#pathways\" class=\"btn-secondary\">Explore Partnership Options<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- METRICS -->\n<section class=\"metrics\">\n  <div class=\"metrics-inner fade-in\">\n    <div class=\"metric\"><div class=\"metric-value\">20<span class=\"accent\">+<\/span><\/div><div class=\"metric-label\">Specialized AI Models<\/div><\/div>\n    <div class=\"metric\"><div class=\"metric-value\">13<span class=\"accent\">M+<\/span><\/div><div class=\"metric-label\">Monthly Users<\/div><\/div>\n    <div class=\"metric\"><div class=\"metric-value\">600<span class=\"accent\">K<\/span><\/div><div class=\"metric-label\">Newsletter Subscribers<\/div><\/div>\n    <div class=\"metric\"><div class=\"metric-value\"><span class=\"accent\">63<\/span><\/div><div class=\"metric-label\">Domain Authority<\/div><\/div>\n    <div class=\"metric\"><div class=\"metric-value\">15<span class=\"accent\">+<\/span><\/div><div class=\"metric-label\">Languages Worldwide<\/div><\/div>\n    \n  <\/div>\n<\/section>\n\n<!-- PARTNERSHIP PATHWAYS -->\n<section class=\"section pathways\" id=\"pathways\">\n  <div class=\"section-inner\">\n    <div class=\"section-label\">Partnership Pathways<\/div>\n    <h2 class=\"section-title\">Four ways to reach students<br>and make an impact<\/h2>\n    <p class=\"section-subtitle\">Whether you&#8217;re building brand awareness, recruiting talent, or funding the future &mdash; we have a model that fits.<\/p>\n    <div class=\"pathways-grid\">\n      <div class=\"pathway-card fade-in\">\n        <div class=\"pathway-tag\">Most Popular<\/div>\n        <div class=\"pathway-icon gold\">&#127891;<\/div>\n        <h3>Scholarship Sponsorship<\/h3>\n        <p>Launch a branded scholarship that puts your organization in front of thousands of motivated students &mdash; while funding their education. We handle everything.<\/p>\n        <ul class=\"pathway-features\">\n          <li>Full lifecycle management: design, legal, applications, review, disbursement<\/li>\n          <li>Promoted to 13M students via search, email, social, and school partnerships<\/li>\n          <li>Custom branding, eligibility, and award structure<\/li>\n          <li>Real-time reporting dashboard with applicant analytics<\/li>\n          <li>Promoted on TUN&#8217;s TikTok, Pinterest (100K+ followers), and social channels<\/li>\n        <\/ul>\n        <a href=\"https:\/\/www.tun.com\/scholarships\/scholarship-management-services\/\" class=\"pathway-link\">Learn about Scholarship Management <span class=\"arrow\">&rarr;<\/span><\/a>\n      <\/div>\n      <div class=\"pathway-card fade-in\">\n        <div class=\"pathway-icon blue\">&#129302;<\/div>\n        <h3>TUN AI Integration<\/h3>\n        <p>When you partner with TUN, your offerings are integrated into TUN AI&#8217;s knowledge base. When students ask for help, your programs surface because they&#8217;re <em>relevant to that student<\/em> &mdash; not because you paid for an ad slot.<\/p>\n        <ul class=\"pathway-features\">\n          <li>Your offerings recommended based on student relevance, not ad spend<\/li>\n          <li>Integrated into 20+ specialized AI models for scholarships, aid, careers, and more<\/li>\n          <li>Content also cited by external AI platforms like ChatGPT and Perplexity<\/li>\n          <li>Proactive, agentic AI that continues surfacing opportunities for students offline<\/li>\n        <\/ul>\n        <a href=\"#contact\" class=\"pathway-link\">Explore AI partnerships <span class=\"arrow\">&rarr;<\/span><\/a>\n      <\/div>\n      <div class=\"pathway-card fade-in\">\n        <div class=\"pathway-icon green\">&#9997;&#65039;<\/div>\n        <h3>Branded Content &amp; Storytelling<\/h3>\n        <p>Tell your story to millions. From sponsored posts to premium custom features, we help you create content that resonates with students, parents, and educators.<\/p>\n        <ul class=\"pathway-features\">\n          <li>Sponsored posts hosted permanently on TUN.com<\/li>\n          <li>Premium custom features crafted by our editorial team<\/li>\n          <li>Published to Google News and translated into 15+ languages<\/li>\n          <li>Indexed for long-term organic search traffic and AI citation<\/li>\n          <li>Amplified through TUN&#8217;s social channels including TikTok and Pinterest<\/li>\n        <\/ul>\n        <a href=\"https:\/\/www.tun.com\/home\/the-tun-impact-studio\/\" class=\"pathway-link\">Visit the Impact Studio <span class=\"arrow\">&rarr;<\/span><\/a>\n      <\/div>\n      <div class=\"pathway-card fade-in\">\n        <div class=\"pathway-icon dark\">&#129309;<\/div>\n        <h3>Custom Partnerships<\/h3>\n        <p>Have something bigger in mind? We work with organizations on bespoke programs that combine scholarship funding, AI, content, and student engagement into a unified initiative.<\/p>\n        <ul class=\"pathway-features\">\n          <li>Multi-channel campaigns spanning content, scholarships, and AI<\/li>\n          <li>Co-branded student experiences and recruitment programs<\/li>\n          <li>University and school network activation<\/li>\n          <li>Dedicated partnership manager and strategy support<\/li>\n        <\/ul>\n        <a href=\"#contact\" class=\"pathway-link\">Let&#8217;s design something together <span class=\"arrow\">&rarr;<\/span><\/a>\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\">TUN AI Advantage<\/div>\n        <h2 class=\"section-title\">Your brand, inside the conversation<\/h2>\n        <p class=\"section-subtitle\">TUN AI is used by students every day to find scholarships, explore colleges, and plan their futures. When you partner with TUN, your offerings are fed into our AI&#8217;s knowledge base &mdash; so when a student asks for help, your program appears because it&#8217;s genuinely relevant to them, not because you bought an ad.<\/p>\n        <p class=\"section-subtitle\" style=\"margin-top: 20px;\">This means students trust what TUN AI recommends, and your brand benefits from that trust. Our content is also cited by external AI platforms like ChatGPT and Perplexity, extending your reach to wherever students are asking questions.<\/p>\n        <div class=\"ai-stats\">\n          <div class=\"ai-stat\"><div class=\"ai-stat-value\">20+<\/div><div class=\"ai-stat-label\">Specialized AI 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 a sophomore studying computer science and I need help finding scholarships for women in STEM. Any suggestions?<\/div>\n          <div class=\"ai-msg-a\">\n            Great question! Here are some scholarships that match your profile:\n            <br><br>\n            <span class=\"highlight\">1.<\/span> The <span class=\"brand-mention\">Hyundai Women in STEM Scholarship<\/span> &mdash; five awards of $10,000 each for women pursuing STEM degrees. Applications are open now.\n            <br><br>\n            <span class=\"highlight\">2.<\/span> The <span class=\"brand-mention\">Lariat STEM Scholar Program<\/span> &mdash; renewable awards up to $30,000 for students from rural communities pursuing STEM fields&#8230;\n            <br><br>\n            <span style=\"color: rgba(255,255,255,0.4); font-style: italic;\">Your scholarship appears here because it&#8217;s relevant to 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 making an impact<br>through student scholarships<\/h2>\n    <p class=\"section-subtitle\">These organizations partner with TUN to fund the next generation. From STEM to financial literacy to athletics, every scholarship creates opportunity.<\/p>\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, through sustainable technology and collaboration.<\/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<\/div><div class=\"scholarship-detail-label\">Awards<\/div><\/div>\n              <div class=\"scholarship-detail\"><div class=\"scholarship-detail-value\">National<\/div><div class=\"scholarship-detail-label\">Reach<\/div><\/div>\n            <\/div>\n            <div class=\"scholarship-view-link\">View scholarship &rarr;<\/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 the higher education journey of college athletes who receive limited athletic aid, with renewable awards 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\">Per Award<\/div><\/div>\n              <div class=\"scholarship-detail\"><div class=\"scholarship-detail-value\">Renewable<\/div><div class=\"scholarship-detail-label\">Up to 4 Years<\/div><\/div>\n            <\/div>\n            <div class=\"scholarship-view-link\">View scholarship &rarr;<\/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\">Empowering students with financial knowledge and supporting those who demonstrate a passion for 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<\/div><div class=\"scholarship-detail-label\">Awards<\/div><\/div>\n              <div class=\"scholarship-detail\"><div class=\"scholarship-detail-value\">National<\/div><div class=\"scholarship-detail-label\">Reach<\/div><\/div>\n            <\/div>\n            <div class=\"scholarship-view-link\">View scholarship &rarr;<\/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 the next generation of STEM students from rural communities who have financial needs to 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 class=\"scholarship-detail\"><div class=\"scholarship-detail-value\">Rural<\/div><div class=\"scholarship-detail-label\">Focus<\/div><\/div>\n            <\/div>\n            <div class=\"scholarship-view-link\">View scholarship &rarr;<\/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\">A renewable scholarship supporting California students attending two-year and four-year institutions, from a credit union built to serve its members since 1933.<\/p>\n            <div class=\"scholarship-details\">\n              <div class=\"scholarship-detail\"><div class=\"scholarship-detail-value\">Up to $5,000<\/div><div class=\"scholarship-detail-label\">Per Year<\/div><\/div>\n              <div class=\"scholarship-detail\"><div class=\"scholarship-detail-value\">Renewable<\/div><div class=\"scholarship-detail-label\">Multi-Year<\/div><\/div>\n            <\/div>\n            <div class=\"scholarship-view-link\">View scholarship &rarr;<\/div>\n          <\/div>\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- MORE WAYS TO PARTNER -->\n<section class=\"section more-ways\">\n  <div class=\"section-inner\">\n    <div class=\"section-label\">More Ways to Partner<\/div>\n    <h2 class=\"section-title\">Reach students across their<br>entire journey<\/h2>\n    <p class=\"section-subtitle\">TUN covers every stage &mdash; from finding scholarships and discounts to landing internships and choosing courses. That means more touchpoints for your brand.<\/p>\n    <div class=\"more-ways-grid\">\n      <div class=\"more-way-card fade-in\">\n        <div class=\"more-way-icon\">&#127991;&#65039;<\/div>\n        <h4>Feature Your Student Discount<\/h4>\n        <p>Get your brand in front of 13M students through TUN&#8217;s student discount search engine, Back-to-School guides, and AI-powered recommendations.<\/p>\n        <div class=\"more-way-brands\">Brands like Nike, Samsung, Adobe, Hulu, and T-Mobile already featured. Promoted on Pinterest (100K+ followers) and TikTok.<\/div>\n      <\/div>\n      <div class=\"more-way-card fade-in\">\n        <div class=\"more-way-icon\">&#128188;<\/div>\n        <h4>Promote Your Internship Program<\/h4>\n        <p>Reach students actively searching for internships, co-ops, and entry-level roles. Feature your opportunities and build your talent pipeline through TUN&#8217;s career platform and student-focused TikTok channel.<\/p>\n        <div class=\"more-way-brands\">Companies like Tesla, TikTok, L&#8217;Or&eacute;al, and Capital One listing on TUN<\/div>\n      <\/div>\n      <div class=\"more-way-card fade-in\">\n        <div class=\"more-way-icon\">&#127979;<\/div>\n        <h4>Highlight Your Research<\/h4>\n        <p>Universities and research institutions can amplify breakthroughs in AI, health, sustainability, and more through TUN&#8217;s news platform, reaching students and the broader academic community.<\/p>\n        <div class=\"more-way-brands\">Research published to Google News in 15+ languages<\/div>\n      <\/div>\n      <div class=\"more-way-card fade-in\">\n        <div class=\"more-way-icon\">&#128218;<\/div>\n        <h4>Sponsor a Course or Learning Path<\/h4>\n        <p>EdTech companies and course providers can feature programs within TUN&#8217;s course engine &mdash; home to 6,000+ online courses &mdash; and get recommended by TUN AI to students exploring new skills.<\/p>\n        <div class=\"more-way-brands\">Courses from universities including Stanford, MIT, and Penn already listed<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- HOW IT WORKS -->\n<section class=\"section how-it-works\">\n  <div class=\"section-inner\">\n    <div style=\"text-align:center;\">\n      <div class=\"section-label\">How It Works<\/div>\n      <h2 class=\"section-title\">From first call to student impact<\/h2>\n      <p class=\"section-subtitle\" style=\"margin: 0 auto;\">Getting started is simple. We&#8217;ll guide you from strategy to launch.<\/p>\n    <\/div>\n    <div class=\"steps-grid\">\n      <div class=\"step fade-in\"><div class=\"step-number\">1<\/div><h4>Discovery Call<\/h4><p>We learn about your brand, goals, budget, and timeline. No commitment &mdash; just a conversation.<\/p><\/div>\n      <div class=\"step fade-in\"><div class=\"step-number\">2<\/div><h4>Custom Proposal<\/h4><p>We design a partnership package tailored to your objectives &mdash; scholarship, content, AI, or a combination.<\/p><\/div>\n      <div class=\"step fade-in\"><div class=\"step-number\">3<\/div><h4>Build &amp; Launch<\/h4><p>Our team handles setup, branding, legal (for scholarships), and promotion. You review and approve.<\/p><\/div>\n      <div class=\"step fade-in\"><div class=\"step-number\">4<\/div><h4>Measure Impact<\/h4><p>Track applications, engagement, and reach through your dashboard. We optimize and report throughout.<\/p><\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- TRUST -->\n<section class=\"section trust-section\">\n  <div class=\"section-inner\">\n    <div class=\"trust-inner\" style=\"grid-template-columns: repeat(2, 1fr);\">\n      <div class=\"trust-item fade-in\">\n        <div class=\"trust-icon\">&#128274;<\/div>\n        <h4>Student-First, Always<\/h4>\n        <p>TUN does not sell student data, and TUN AI never shows students irrelevant ads. Your offerings surface only when they&#8217;re genuinely relevant &mdash; which is why students trust what they see.<\/p>\n      <\/div>\n      <div class=\"trust-item fade-in\">\n        <div class=\"trust-icon\">&#127758;<\/div>\n        <h4>Global Reach, Local Impact<\/h4>\n        <p>Content translated into 15+ languages, indexed on Google News, and cited by AI platforms &mdash; your story reaches students wherever they are.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- VALUES -->\n<section class=\"section values-section\" style=\"padding: 72px 32px;\">\n  <div class=\"section-inner\" style=\"text-align: center;\">\n    <div class=\"section-label\">Our Values<\/div>\n    <h2 class=\"section-title\" style=\"font-size: clamp(26px, 3vw, 36px);\">What we believe<\/h2>\n    <p class=\"section-subtitle\" style=\"margin: 0 auto 0;\">These aren&#8217;t just words on a wall. They guide every partnership, product decision, and piece of content we create.<\/p>\n    <div class=\"values-grid\">\n      <div class=\"value-item fade-in\"><div class=\"value-check\">&#10003;<\/div><div class=\"value-text\">Clarity over complexity<\/div><\/div>\n      <div class=\"value-item fade-in\"><div class=\"value-check\">&#10003;<\/div><div class=\"value-text\">Access over gatekeeping<\/div><\/div>\n      <div class=\"value-item fade-in\"><div class=\"value-check\">&#10003;<\/div><div class=\"value-text\">Trust over hype<\/div><\/div>\n      <div class=\"value-item fade-in\"><div class=\"value-check\">&#10003;<\/div><div class=\"value-text\">Understanding before optimization<\/div><\/div>\n      <div class=\"value-item fade-in\"><div class=\"value-check\">&#10003;<\/div><div class=\"value-text\">Infrastructure over one-off solutions<\/div><\/div>\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 Start?<\/div>\n    <h2 class=\"section-title\">Let&#8217;s build something that<br>matters together<\/h2>\n    <p class=\"section-subtitle\">Schedule a free 30-minute partnership call. We&#8217;ll explore the right model for your brand and show you exactly how TUN can help you reach the next generation.<\/p>\n    <div class=\"cta-actions\">\n      <a href=\"https:\/\/calendly.com\/tun\/scholarship-consult\" class=\"btn-white\" target=\"_blank\">Schedule a Partnership Call &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=\"#\">Partnerships<\/a>\n    <a href=\"https:\/\/www.tun.com\/jobs\/about\/\">About<\/a>\n  <\/div>\n  <div class=\"footer-social\" style=\"display:flex; justify-content:center; gap:24px; margin-bottom:20px;\">\n    <a href=\"https:\/\/www.tiktok.com\/@tunforstudents\" target=\"_blank\" style=\"display:inline-flex; align-items:center; gap:6px; color:rgba(255,255,255,0.7); text-decoration:none; font-size:13px; font-weight:500; padding:6px 14px; border:1px solid rgba(255,255,255,0.15); border-radius:100px; transition:all 0.2s ease;\" onmouseover=\"this.style.borderColor='rgba(255,255,255,0.4)';this.style.color='white'\" onmouseout=\"this.style.borderColor='rgba(255,255,255,0.15)';this.style.color='rgba(255,255,255,0.7)'\">\n      <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M19.59 6.69a4.83 4.83 0 0 1-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 0 1-2.88 2.5 2.89 2.89 0 0 1-2.89-2.89 2.89 2.89 0 0 1 2.89-2.89c.28 0 .54.04.79.1v-3.5a6.37 6.37 0 0 0-.79-.05A6.34 6.34 0 0 0 3.15 15a6.34 6.34 0 0 0 6.34 6.34 6.34 6.34 0 0 0 6.34-6.34V8.98a8.21 8.21 0 0 0 4.76 1.52V7.05a4.84 4.84 0 0 1-1-.36z\"\/><\/svg>\n      TikTok\n    <\/a>\n    <a href=\"https:\/\/www.pinterest.com\/tundiscounts\/\" target=\"_blank\" style=\"display:inline-flex; align-items:center; gap:6px; color:rgba(255,255,255,0.7); text-decoration:none; font-size:13px; font-weight:500; padding:6px 14px; border:1px solid rgba(255,255,255,0.15); border-radius:100px; transition:all 0.2s ease;\" onmouseover=\"this.style.borderColor='rgba(255,255,255,0.4)';this.style.color='white'\" onmouseout=\"this.style.borderColor='rgba(255,255,255,0.15)';this.style.color='rgba(255,255,255,0.7)'\">\n      <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 0C5.373 0 0 5.373 0 12c0 5.084 3.163 9.426 7.627 11.174-.105-.949-.2-2.405.042-3.441.218-.937 1.407-5.965 1.407-5.965s-.359-.719-.359-1.782c0-1.668.967-2.914 2.171-2.914 1.023 0 1.518.769 1.518 1.69 0 1.029-.655 2.568-.994 3.995-.283 1.194.599 2.169 1.777 2.169 2.133 0 3.772-2.249 3.772-5.495 0-2.873-2.064-4.882-5.012-4.882-3.414 0-5.418 2.561-5.418 5.207 0 1.031.397 2.138.893 2.738a.36.36 0 0 1 .083.345l-.333 1.36c-.053.22-.174.267-.402.161-1.499-.698-2.436-2.889-2.436-4.649 0-3.785 2.75-7.262 7.929-7.262 4.163 0 7.398 2.967 7.398 6.931 0 4.136-2.607 7.464-6.227 7.464-1.216 0-2.359-.631-2.75-1.378l-.748 2.853c-.271 1.043-1.002 2.35-1.492 3.146C9.57 23.812 10.763 24 12 24c6.627 0 12-5.373 12-12S18.627 0 12 0z\"\/><\/svg>\n      Pinterest &middot; 100K+\n    <\/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('nav').classList.toggle('scrolled', window.scrollY > 20);\n    \/\/ Show sticky CTA after scrolling past the hero actions\n    const stickyCta = document.getElementById('stickyCta');\n    if (stickyCta) {\n      stickyCta.classList.toggle('visible', window.scrollY > 500);\n    }\n  });\n<\/script>\n\n<\/body>\n\n","protected":false},"excerpt":{"rendered":"<p>Partner With TUN \u2014 Reach the Next Generation Schedule a Partnership Call &rarr; Trusted by brands reaching 13M+ students Your brand canshape the next generation TUN connects organizations with 13 million students, parents, and educators through scholarships, AI-powered discovery, branded content, internship promotion, and more &mdash; across every stage of the student journey. Schedule a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"sales-pages","meta":{"_acf_changed":false,"_uag_custom_page_level_css":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-34775","page","type-page","status-publish","hentry"],"acf":[],"aioseo_notices":[],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"Magic","author_link":"https:\/\/www.tun.com\/home\/author\/magic\/"},"uagb_comment_info":0,"uagb_excerpt":"Partner With TUN \u2014 Reach the Next Generation Schedule a Partnership Call &rarr; Trusted by brands reaching 13M+ students Your brand canshape the next generation TUN connects organizations with 13 million students, parents, and educators through scholarships, AI-powered discovery, branded content, internship promotion, and more &mdash; across every stage of the student journey. Schedule a&hellip;","_links":{"self":[{"href":"https:\/\/www.tun.com\/home\/wp-json\/wp\/v2\/pages\/34775","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tun.com\/home\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.tun.com\/home\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.tun.com\/home\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tun.com\/home\/wp-json\/wp\/v2\/comments?post=34775"}],"version-history":[{"count":13,"href":"https:\/\/www.tun.com\/home\/wp-json\/wp\/v2\/pages\/34775\/revisions"}],"predecessor-version":[{"id":34852,"href":"https:\/\/www.tun.com\/home\/wp-json\/wp\/v2\/pages\/34775\/revisions\/34852"}],"wp:attachment":[{"href":"https:\/\/www.tun.com\/home\/wp-json\/wp\/v2\/media?parent=34775"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}