{"id":34863,"date":"2026-03-04T23:38:21","date_gmt":"2026-03-04T23:38:21","guid":{"rendered":"https:\/\/www.tun.com\/home\/?page_id=34863"},"modified":"2026-03-04T23:42:16","modified_gmt":"2026-03-04T23:42:16","slug":"custom-partnerships","status":"publish","type":"page","link":"https:\/\/www.tun.com\/home\/custom-partnerships\/","title":{"rendered":""},"content":{"rendered":"\n<p><\/p>\n\n\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>Custom Partnerships \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; --tun-white: #FAFAF8; --tun-blue: #1B4DFF; --tun-blue-light: #E8EEFF;\n    --tun-blue-dark: #0A2DB3; --tun-gold: #F5A623; --tun-gold-light: #FFF7E8; --tun-green: #1DB954;\n    --tun-green-light: #E8FBF0; --tun-gray-100: #F4F4F2; --tun-gray-200: #E8E8E4;\n    --tun-gray-400: #A8A8A0; --tun-gray-600: #6B6B63; --tun-gray-800: #2D2D28;\n    --font-display: 'Fraunces', Georgia, serif; --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 { font-family: var(--font-body); color: var(--tun-gray-800); background: var(--tun-white); line-height: 1.6; -webkit-font-smoothing: antialiased; }\n\n  .site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(250,250,248,0.95); backdrop-filter: blur(16px); border-bottom: 1px solid var(--tun-gray-200); transition: box-shadow 0.3s ease; }\n  .site-header.scrolled { box-shadow: 0 2px 24px rgba(0,0,0,0.06); }\n  .site-header-inner { max-width: 1200px; margin: 0 auto; padding: 14px 32px; display: flex; align-items: center; justify-content: space-between; }\n  .site-header-nav { display: flex; gap: 28px; }\n  .site-header-nav a { font-size: 14px; font-weight: 500; color: var(--tun-gray-600); text-decoration: none; transition: color 0.2s ease; }\n  .site-header-nav a:hover { color: var(--tun-black); }\n  .nav-logo { font-family: var(--font-display); font-size: 28px; font-weight: 700; color: var(--tun-black); text-decoration: none; letter-spacing: -0.5px; }\n  .nav-logo span { color: var(--tun-blue); }\n\n  .sticky-cta { position: fixed; bottom: 24px; right: 24px; z-index: 99; opacity: 0; transform: translateY(16px); transition: all 0.3s ease; pointer-events: none; }\n  .sticky-cta.visible { opacity: 1; transform: translateY(0); pointer-events: all; }\n  .sticky-cta-btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; background: var(--tun-blue); color: white; text-decoration: none; font-weight: 600; font-size: 14px; border-radius: 12px; box-shadow: 0 4px 24px rgba(27,77,255,0.3); transition: all 0.2s ease; }\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  .section { padding: 100px 32px; }\n  .section-inner { max-width: 1200px; margin: 0 auto; }\n  .section-label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: var(--tun-blue); margin-bottom: 16px; }\n  .section-title { font-family: var(--font-display); font-size: clamp(32px, 3.5vw, 48px); font-weight: 700; line-height: 1.12; letter-spacing: -1px; color: var(--tun-black); margin-bottom: 16px; }\n  .section-subtitle { font-size: 18px; color: var(--tun-gray-600); max-width: 640px; line-height: 1.65; }\n\n  .breadcrumb { max-width: 1200px; margin: 0 auto; padding: 96px 32px 0; }\n  .breadcrumb a { font-size: 13px; color: var(--tun-gray-400); text-decoration: none; }\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 { padding: 40px 32px 80px; position: relative; overflow: hidden; }\n  .hero::before { content: ''; position: absolute; top: -150px; right: -200px; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(245,166,35,0.06) 0%, transparent 70%); pointer-events: none; }\n  .hero::after { content: ''; position: absolute; bottom: -100px; left: -100px; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(27,77,255,0.05) 0%, transparent 70%); pointer-events: none; }\n  .hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }\n  .hero h1 { font-family: var(--font-display); font-size: clamp(38px, 4.5vw, 58px); font-weight: 700; line-height: 1.08; letter-spacing: -1.5px; color: var(--tun-black); margin-bottom: 20px; animation: fadeUp 0.6s ease both; }\n  .hero h1 em { font-style: italic; color: var(--tun-blue); }\n  .hero-sub { font-size: 18px; line-height: 1.65; color: var(--tun-gray-600); margin-bottom: 32px; animation: fadeUp 0.6s 0.1s ease both; }\n  .hero-actions { display: flex; gap: 16px; flex-wrap: wrap; animation: fadeUp 0.6s 0.2s ease both; }\n  .btn-primary { display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; background: var(--tun-blue); color: white; text-decoration: none; font-weight: 600; font-size: 16px; border-radius: 12px; transition: all 0.25s ease; }\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 { display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; background: white; color: var(--tun-gray-800); text-decoration: none; font-weight: 600; font-size: 16px; border-radius: 12px; border: 1px solid var(--tun-gray-200); transition: all 0.25s ease; }\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 { margin-top: 16px; font-size: 14px; color: var(--tun-gray-400); animation: fadeUp 0.6s 0.3s ease both; }\n  .hero-contact a { color: var(--tun-gray-600); text-decoration: none; font-weight: 500; }\n  .hero-contact a:hover { color: var(--tun-blue); }\n\n  \/* HERO VISUAL *\/\n  .hero-visual { animation: fadeUp 0.6s 0.2s ease both; }\n  .capability-stack { display: flex; flex-direction: column; gap: 12px; }\n  .capability-item {\n    display: flex; align-items: center; gap: 16px; padding: 20px 24px;\n    background: white; border: 1px solid var(--tun-gray-200); border-radius: 14px;\n    transition: all 0.3s ease; cursor: default;\n  }\n  .capability-item:hover { border-color: var(--tun-blue); transform: translateX(4px); box-shadow: 0 4px 16px rgba(0,0,0,0.06); }\n  .capability-icon {\n    width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center;\n    justify-content: center; font-size: 20px; flex-shrink: 0;\n  }\n  .capability-icon.c1 { background: var(--tun-gold-light); }\n  .capability-icon.c2 { background: var(--tun-blue-light); }\n  .capability-icon.c3 { background: var(--tun-green-light); }\n  .capability-icon.c4 { background: #F0E8FF; }\n  .capability-icon.c5 { background: #FFE8E8; }\n  .capability-text h4 { font-family: var(--font-display); font-size: 16px; font-weight: 700; color: var(--tun-black); margin-bottom: 2px; }\n  .capability-text p { font-size: 13px; color: var(--tun-gray-600); }\n  .capability-connector { width: 2px; height: 16px; background: var(--tun-gray-200); margin-left: 44px; }\n  .capability-result {\n    padding: 20px 24px; background: var(--tun-black); border-radius: 14px; color: white;\n    display: flex; align-items: center; gap: 16px;\n  }\n  .capability-result-icon { font-size: 24px; }\n  .capability-result h4 { font-family: var(--font-display); font-size: 16px; font-weight: 700; }\n  .capability-result p { font-size: 13px; color: rgba(255,255,255,0.6); }\n\n  \/* WHAT CUSTOM MEANS *\/\n  .what-custom { background: var(--tun-gray-100); }\n  .what-custom-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }\n  .wc-card { background: white; border-radius: 20px; padding: 36px; border: 1px solid var(--tun-gray-200); transition: all 0.3s ease; }\n  .wc-card:hover { border-color: var(--tun-blue); transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,0.06); }\n  .wc-icon { font-size: 32px; margin-bottom: 16px; }\n  .wc-card h3 { font-family: var(--font-display); font-size: 20px; font-weight: 700; color: var(--tun-black); margin-bottom: 10px; }\n  .wc-card p { font-size: 14px; color: var(--tun-gray-600); line-height: 1.6; }\n\n  \/* SCENARIOS *\/\n  .scenarios { background: white; }\n  .scenarios-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 56px; }\n  .scenario-card {\n    border-radius: 20px; padding: 36px; border: 1px solid var(--tun-gray-200);\n    background: var(--tun-gray-100); transition: all 0.3s ease; position: relative; overflow: hidden;\n  }\n  .scenario-card:hover { border-color: var(--tun-blue); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.06); }\n  .scenario-type { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: var(--tun-blue); margin-bottom: 12px; }\n  .scenario-card h3 { font-family: var(--font-display); font-size: 22px; font-weight: 700; color: var(--tun-black); margin-bottom: 12px; line-height: 1.3; }\n  .scenario-card .scenario-desc { font-size: 14px; color: var(--tun-gray-600); line-height: 1.6; margin-bottom: 20px; }\n  .scenario-components { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }\n  .scenario-components li {\n    font-size: 12px; font-weight: 600; padding: 5px 14px; border-radius: 100px;\n    border: 1px solid var(--tun-gray-200); background: white; color: var(--tun-gray-800);\n  }\n\n  \/* PROCESS *\/\n  .process { background: var(--tun-gray-100); }\n  .process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-top: 56px; }\n  .process-step { text-align: center; position: relative; }\n  .process-step::after { content: '\\2192'; position: absolute; right: -22px; top: 36px; font-size: 24px; color: var(--tun-gray-400); }\n  .process-step:last-child::after { display: none; }\n  .process-number { width: 56px; height: 56px; border-radius: 50%; background: var(--tun-blue); color: white; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 22px; margin: 0 auto 20px; }\n  .process-step h4 { font-family: var(--font-display); font-size: 18px; font-weight: 700; margin-bottom: 8px; color: var(--tun-black); }\n  .process-step p { font-size: 14px; color: var(--tun-gray-600); line-height: 1.6; }\n\n  \/* DEDICATED SUPPORT *\/\n  .support { background: linear-gradient(165deg, #0D0D0D 0%, #1a1a2e 100%); color: white; position: relative; overflow: hidden; }\n  .support::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 30% 50%, rgba(27,77,255,0.1) 0%, transparent 50%), radial-gradient(circle at 70% 30%, rgba(245,166,35,0.06) 0%, transparent 40%); pointer-events: none; }\n  .support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; position: relative; }\n  .support .section-label { color: var(--tun-gold); }\n  .support .section-title { color: white; }\n  .support .section-subtitle { color: rgba(255,255,255,0.6); }\n  .support-features { list-style: none; display: flex; flex-direction: column; gap: 16px; margin-top: 28px; }\n  .support-features li { display: flex; align-items: flex-start; gap: 14px; font-size: 15px; color: rgba(255,255,255,0.8); line-height: 1.55; }\n  .support-features li .sf-icon { width: 36px; height: 36px; border-radius: 10px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 16px; }\n  .support-visual { position: relative; }\n  .support-card-stack { display: flex; flex-direction: column; gap: 12px; }\n  .support-card-item {\n    padding: 20px 24px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);\n    border-radius: 14px; display: flex; align-items: center; gap: 14px;\n  }\n  .support-card-item .sci-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }\n  .support-card-item .sci-dot.active { background: var(--tun-green); }\n  .support-card-item .sci-dot.gold { background: var(--tun-gold); }\n  .support-card-item .sci-dot.blue { background: var(--tun-blue); }\n  .support-card-item .sci-text { font-size: 14px; color: rgba(255,255,255,0.7); }\n  .support-card-item .sci-text strong { color: white; }\n\n  \/* CTA *\/\n  .cta-section { background: linear-gradient(165deg, var(--tun-blue) 0%, var(--tun-blue-dark) 100%); color: white; text-align: center; position: relative; overflow: hidden; }\n  .cta-section::before { content: ''; position: absolute; top: -100px; right: -100px; width: 400px; height: 400px; border-radius: 50%; background: rgba(255,255,255,0.04); }\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: 520px; margin: 0 auto 40px; }\n  .cta-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 32px; }\n  .btn-white { display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; background: white; color: var(--tun-blue); text-decoration: none; font-weight: 600; font-size: 16px; border-radius: 12px; transition: all 0.25s ease; }\n  .btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }\n  .btn-outline-white { display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; background: transparent; color: white; text-decoration: none; font-weight: 600; font-size: 16px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.3); transition: all 0.25s ease; }\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 { 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: 16px; }\n  .footer-address { margin-top: 10px; font-size: 13px; color: rgba(255,255,255,0.3); }\n\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  @media (max-width: 1024px) {\n    .hero-inner { grid-template-columns: 1fr; gap: 48px; }\n    .what-custom-grid { grid-template-columns: 1fr; }\n    .scenarios-grid { grid-template-columns: 1fr; }\n    .process-grid { grid-template-columns: repeat(2, 1fr); }\n    .process-step::after { display: none; }\n    .support-grid { grid-template-columns: 1fr; gap: 40px; }\n  }\n  @media (max-width: 640px) {\n    .breadcrumb { padding-top: 80px; }\n    .hero { padding: 24px 20px 56px; }\n    .section { padding: 72px 20px; }\n    .site-header-nav { display: none; }\n    .process-grid { grid-template-columns: 1fr; }\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: 10px; }\n    .sticky-cta { bottom: 16px; right: 16px; }\n    .sticky-cta-btn { padding: 12px 20px; font-size: 13px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"site-header\" id=\"siteHeader\">\n  \n<\/div>\n\n<div class=\"sticky-cta\" id=\"stickyCta\">\n  <a href=\"https:\/\/calendly.com\/tun\/scholarship-consult\" class=\"sticky-cta-btn\" target=\"_blank\">Schedule a Call &rarr;<\/a>\n<\/div>\n\n<div class=\"breadcrumb\">\n  <a href=\"https:\/\/www.tun.com\/home\/partnerships\/\">Partnerships<\/a>\n  <span class=\"sep\">\/<\/span>\n  <span class=\"current\">Custom Partnerships<\/span>\n<\/div>\n\n<!-- HERO -->\n<section class=\"hero\">\n  <div class=\"hero-inner\">\n    <div>\n      <h1>Design a partnership that <em>does it all<\/em><\/h1>\n      <p class=\"hero-sub\">Some goals are too big for a single product. Custom partnerships combine TUN&#8217;s full capabilities &mdash; scholarships, AI integration, branded content, internship promotion, and more &mdash; into one unified program built around your objectives.<\/p>\n      <div class=\"hero-actions\">\n        <a href=\"https:\/\/calendly.com\/tun\/scholarship-consult\" class=\"btn-primary\" target=\"_blank\">Schedule a Discovery Call &rarr;<\/a>\n        <a href=\"#scenarios\" class=\"btn-secondary\">See What&#8217;s Possible<\/a>\n      <\/div>\n      <div class=\"hero-contact\">Or reach us at <a href=\"tel:9173972650\">(917) 397-2650<\/a> &middot; <a href=\"mailto:sales@tun.com\">sales@tun.com<\/a><\/div>\n    <\/div>\n    <div class=\"hero-visual\">\n      <div class=\"capability-stack\">\n        <div class=\"capability-item\">\n          <div class=\"capability-icon c1\">&#127891;<\/div>\n          <div class=\"capability-text\"><h4>Scholarship Program<\/h4><p>Branded, managed end-to-end<\/p><\/div>\n        <\/div>\n        <div class=\"capability-connector\"><\/div>\n        <div class=\"capability-item\">\n          <div class=\"capability-icon c2\">&#129302;<\/div>\n          <div class=\"capability-text\"><h4>TUN AI Integration<\/h4><p>Relevance-based student matching<\/p><\/div>\n        <\/div>\n        <div class=\"capability-connector\"><\/div>\n        <div class=\"capability-item\">\n          <div class=\"capability-icon c3\">&#9997;&#65039;<\/div>\n          <div class=\"capability-text\"><h4>Branded Content<\/h4><p>Custom storytelling in 15+ languages<\/p><\/div>\n        <\/div>\n        <div class=\"capability-connector\"><\/div>\n        <div class=\"capability-item\">\n          <div class=\"capability-icon c4\">&#128188;<\/div>\n          <div class=\"capability-text\"><h4>Talent Pipeline<\/h4><p>Internship and career promotion<\/p><\/div>\n        <\/div>\n        <div class=\"capability-connector\"><\/div>\n        <div class=\"capability-result\">\n          <div class=\"capability-result-icon\">&#9889;<\/div>\n          <div><h4>One Unified Program<\/h4><p>Dedicated partnership manager &middot; Integrated reporting<\/p><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- WHAT CUSTOM MEANS -->\n<section class=\"section what-custom\">\n  <div class=\"section-inner\">\n    <div class=\"section-label\" style=\"text-align:center;\">What Makes It Custom<\/div>\n    <h2 class=\"section-title\" style=\"text-align:center;\">Built around your goals,<br>not our templates<\/h2>\n    <p class=\"section-subtitle\" style=\"text-align:center; margin: 0 auto;\">Every custom partnership starts with a conversation about what you&#8217;re trying to achieve. We design the program from there.<\/p>\n    <div class=\"what-custom-grid\">\n      <div class=\"wc-card fade-in\">\n        <div class=\"wc-icon\">&#127919;<\/div>\n        <h3>Multi-Channel by Design<\/h3>\n        <p>Combine any of TUN&#8217;s capabilities into a single program. Scholarship sponsorship, AI integration, branded content, internship promotion, student discounts, and research publishing &mdash; mixed and matched to your objectives.<\/p>\n      <\/div>\n      <div class=\"wc-card fade-in\">\n        <div class=\"wc-icon\">&#128101;<\/div>\n        <h3>Dedicated Partnership Manager<\/h3>\n        <p>You get a single point of contact who understands your goals, coordinates across TUN&#8217;s teams, and ensures everything runs smoothly from kickoff through reporting.<\/p>\n      <\/div>\n      <div class=\"wc-card fade-in\">\n        <div class=\"wc-icon\">&#128202;<\/div>\n        <h3>Integrated Reporting<\/h3>\n        <p>Instead of separate dashboards for separate products, you get a unified view of how your entire program is performing &mdash; scholarship applicants, content engagement, AI impressions, and more.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- SCENARIOS -->\n<section class=\"section scenarios\" id=\"scenarios\">\n  <div class=\"section-inner\">\n    <div class=\"section-label\">What This Could Look Like<\/div>\n    <h2 class=\"section-title\">Example partnership scenarios<\/h2>\n    <p class=\"section-subtitle\">These are illustrative examples of how organizations combine TUN&#8217;s capabilities. Every custom partnership is designed from scratch around your specific goals.<\/p>\n    <div class=\"scenarios-grid\">\n      <div class=\"scenario-card fade-in\">\n        <div class=\"scenario-type\">Brand Awareness + Talent<\/div>\n        <h3>A tech company reaching CS students nationwide<\/h3>\n        <div class=\"scenario-desc\">A company wants to build brand awareness among computer science students while filling its internship pipeline. TUN designs a program that combines a branded STEM scholarship, featured internship listings promoted through TUN AI, and a custom article about the company&#8217;s engineering culture.<\/div>\n        <div class=\"scenario-components\">\n          <li>Scholarship<\/li><li>TUN AI<\/li><li>Internships<\/li><li>Branded Content<\/li>\n        <\/div>\n      <\/div>\n      <div class=\"scenario-card fade-in\">\n        <div class=\"scenario-type\">Mission + Visibility<\/div>\n        <h3>A foundation supporting rural students<\/h3>\n        <div class=\"scenario-desc\">A foundation wants to fund rural STEM students while raising awareness of educational inequality. TUN manages a renewable scholarship, publishes the foundation&#8217;s story to Google News in 15 languages, and integrates the scholarship into TUN AI so it surfaces for students in qualifying zip codes.<\/div>\n        <div class=\"scenario-components\">\n          <li>Scholarship<\/li><li>TUN AI<\/li><li>Press &amp; Content<\/li><li>15+ Languages<\/li>\n        <\/div>\n      <\/div>\n      <div class=\"scenario-card fade-in\">\n        <div class=\"scenario-type\">Financial Literacy + CSR<\/div>\n        <h3>A financial services firm investing in student education<\/h3>\n        <div class=\"scenario-desc\">A firm wants to combine corporate social responsibility with student engagement. TUN creates a financial literacy scholarship, publishes educational content about money management, and promotes the firm&#8217;s student discount program &mdash; all coordinated under one partnership.<\/div>\n        <div class=\"scenario-components\">\n          <li>Scholarship<\/li><li>Branded Content<\/li><li>Student Discounts<\/li><li>Social<\/li>\n        <\/div>\n      <\/div>\n      <div class=\"scenario-card fade-in\">\n        <div class=\"scenario-type\">Research + Recruitment<\/div>\n        <h3>A university amplifying its research and admissions<\/h3>\n        <div class=\"scenario-desc\">A university wants to showcase faculty research breakthroughs while driving prospective student engagement. TUN publishes research coverage on Google News, features the school on TUN AI for relevant student queries, and promotes the university&#8217;s scholarship offerings.<\/div>\n        <div class=\"scenario-components\">\n          <li>Research Coverage<\/li><li>TUN AI<\/li><li>Scholarships<\/li><li>Google News<\/li>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- PROCESS -->\n<section class=\"section process\">\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 launch<\/h2>\n      <p class=\"section-subtitle\" style=\"margin: 0 auto;\">Custom partnerships are consultative by design. Here&#8217;s what the process looks like.<\/p>\n    <\/div>\n    <div class=\"process-grid\">\n      <div class=\"process-step fade-in\"><div class=\"process-number\">1<\/div><h4>Discovery Call<\/h4><p>We learn about your organization, goals, audience, budget, and timeline. No commitment &mdash; just a conversation about what&#8217;s possible.<\/p><\/div>\n      <div class=\"process-step fade-in\"><div class=\"process-number\">2<\/div><h4>Custom Proposal<\/h4><p>We design a multi-channel partnership package with clear deliverables, timelines, and pricing tailored to your objectives.<\/p><\/div>\n      <div class=\"process-step fade-in\"><div class=\"process-number\">3<\/div><h4>Build &amp; Launch<\/h4><p>Your dedicated partnership manager coordinates across TUN&#8217;s teams to build, brand, and launch every component of the program.<\/p><\/div>\n      <div class=\"process-step fade-in\"><div class=\"process-number\">4<\/div><h4>Measure &amp; Optimize<\/h4><p>Track everything in one place. We provide integrated reporting and optimize the program throughout its duration.<\/p><\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- DEDICATED SUPPORT -->\n<section class=\"section support\">\n  <div class=\"section-inner\">\n    <div class=\"support-grid\">\n      <div>\n        <div class=\"section-label\">Your Team<\/div>\n        <h2 class=\"section-title\">A dedicated partner, not a ticket number<\/h2>\n        <p class=\"section-subtitle\">Custom partnerships come with a dedicated partnership manager who serves as your single point of contact throughout the engagement.<\/p>\n        <ul class=\"support-features\">\n          <li class=\"fade-in\"><span class=\"sf-icon\">&#128100;<\/span><span><strong>Single point of contact<\/strong> who knows your goals, brand, and program inside and out.<\/span><\/li>\n          <li class=\"fade-in\"><span class=\"sf-icon\">&#128736;&#65039;<\/span><span><strong>Cross-team coordination<\/strong> across TUN&#8217;s editorial, AI, scholarship management, and promotion teams.<\/span><\/li>\n          <li class=\"fade-in\"><span class=\"sf-icon\">&#128202;<\/span><span><strong>Proactive reporting<\/strong> with regular check-ins, not just a dashboard login.<\/span><\/li>\n          <li class=\"fade-in\"><span class=\"sf-icon\">&#128640;<\/span><span><strong>Ongoing optimization<\/strong> &mdash; we adjust and improve the program based on real-time performance.<\/span><\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"support-visual fade-in\">\n        <div class=\"support-card-stack\">\n          <div class=\"support-card-item\"><span class=\"sci-dot active\"><\/span><div class=\"sci-text\"><strong>Scholarship program<\/strong> &mdash; 847 applicants, 42 states<\/div><\/div>\n          <div class=\"support-card-item\"><span class=\"sci-dot gold\"><\/span><div class=\"sci-text\"><strong>Branded article<\/strong> &mdash; Published in 15 languages, indexed<\/div><\/div>\n          <div class=\"support-card-item\"><span class=\"sci-dot blue\"><\/span><div class=\"sci-text\"><strong>TUN AI integration<\/strong> &mdash; 12.4K relevant student matches<\/div><\/div>\n          <div class=\"support-card-item\"><span class=\"sci-dot active\"><\/span><div class=\"sci-text\"><strong>Internship listings<\/strong> &mdash; 340 applications via TUN<\/div><\/div>\n          <div class=\"support-card-item\"><span class=\"sci-dot gold\"><\/span><div class=\"sci-text\"><strong>Social promotion<\/strong> &mdash; TikTok, Pinterest 100K+<\/div><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- CTA -->\n<section class=\"section cta-section\">\n  <div class=\"section-inner\">\n    <h2 class=\"section-title\">Let&#8217;s design something<br>that matters together<\/h2>\n    <p class=\"section-subtitle\">Schedule a free discovery call. We&#8217;ll explore your goals and show you how TUN&#8217;s capabilities can combine into a partnership that reaches 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 Discovery 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: <a href=\"tel:9173972650\">(917) 397-2650<\/a> &middot; <a href=\"https:\/\/www.tun.com\/home\/partnerships\/\">View all partnership options<\/a><\/p>\n  <\/div>\n<\/section>\n\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","protected":false},"excerpt":{"rendered":"<p>Custom Partnerships \u2014 TUN Schedule a Call &rarr; Partnerships \/ Custom Partnerships Design a partnership that does it all Some goals are too big for a single product. Custom partnerships combine TUN&#8217;s full capabilities &mdash; scholarships, AI integration, branded content, internship promotion, and more &mdash; into one unified program built around your objectives. 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-34863","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":"Custom Partnerships \u2014 TUN Schedule a Call &rarr; Partnerships \/ Custom Partnerships Design a partnership that does it all Some goals are too big for a single product. Custom partnerships combine TUN&#8217;s full capabilities &mdash; scholarships, AI integration, branded content, internship promotion, and more &mdash; into one unified program built around your objectives. Schedule a&hellip;","_links":{"self":[{"href":"https:\/\/www.tun.com\/home\/wp-json\/wp\/v2\/pages\/34863","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=34863"}],"version-history":[{"count":2,"href":"https:\/\/www.tun.com\/home\/wp-json\/wp\/v2\/pages\/34863\/revisions"}],"predecessor-version":[{"id":34866,"href":"https:\/\/www.tun.com\/home\/wp-json\/wp\/v2\/pages\/34863\/revisions\/34866"}],"wp:attachment":[{"href":"https:\/\/www.tun.com\/home\/wp-json\/wp\/v2\/media?parent=34863"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}