{"id":16,"date":"2017-10-19T19:34:32","date_gmt":"2017-10-19T19:34:32","guid":{"rendered":"https:\/\/www.tun.com\/scholarships\/?page_id=16"},"modified":"2026-03-08T12:55:53","modified_gmt":"2026-03-08T16:55:53","slug":"home","status":"publish","type":"page","link":"https:\/\/www.tun.com\/scholarships\/","title":{"rendered":"The Scholarship Search Engine &#8211; Find Scholarships Now!"},"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>Find Scholarships \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  .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: 600px; line-height: 1.6; }\n\n  \/* HERO *\/\n  .hero {\n    padding: 140px 32px 80px; text-align: center; position: relative; overflow: hidden;\n    background: linear-gradient(180deg, var(--tun-white) 0%, var(--tun-gold-light) 50%, var(--tun-white) 100%);\n  }\n  .hero::before {\n    content: ''; position: absolute; top: -200px; left: 50%; transform: translateX(-50%);\n    width: 900px; height: 900px; border-radius: 50%;\n    background: radial-gradient(circle, rgba(245,166,35,0.07) 0%, transparent 55%);\n    pointer-events: none;\n  }\n  .hero-inner { max-width: 800px; margin: 0 auto; position: relative; }\n  .hero-badge {\n    display: inline-flex; align-items: center; gap: 8px; padding: 6px 18px;\n    background: white; 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: 28px; animation: fadeUp 0.6s ease both;\n  }\n  .hero-badge .dot { width: 8px; height: 8px; background: var(--tun-gold); border-radius: 50%; animation: pulse 2s ease infinite; }\n  .hero h1 {\n    font-family: var(--font-display); font-size: clamp(44px, 6vw, 76px);\n    font-weight: 700; line-height: 1.04; letter-spacing: -2.5px;\n    color: var(--tun-black); 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: 20px; line-height: 1.6; color: var(--tun-gray-600); max-width: 560px;\n    margin: 0 auto 36px; animation: fadeUp 0.6s 0.2s ease both;\n  }\n  .hero-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; animation: fadeUp 0.6s 0.3s ease both; }\n  .btn-ai {\n    display: inline-flex; align-items: center; gap: 10px; padding: 18px 36px;\n    background: var(--tun-blue); color: white; text-decoration: none;\n    font-weight: 600; font-size: 17px; border-radius: 14px; transition: all 0.25s ease;\n    box-shadow: 0 4px 20px rgba(27,77,255,0.2);\n  }\n  .btn-ai:hover { background: var(--tun-blue-dark); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(27,77,255,0.3); }\n  .btn-secondary {\n    display: inline-flex; align-items: center; gap: 10px; padding: 18px 36px;\n    background: white; color: var(--tun-gray-800); text-decoration: none;\n    font-weight: 600; font-size: 17px; border-radius: 14px;\n    border: 1px solid var(--tun-gray-200); transition: all 0.25s ease;\n  }\n  .btn-secondary:hover { border-color: var(--tun-gray-400); transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,0.06); }\n\n  \/* METRICS *\/\n  .metrics { padding: 0 32px; margin-top: -20px; position: relative; z-index: 10; }\n  .metrics-inner {\n    max-width: 1000px; margin: 0 auto; background: var(--tun-black); border-radius: 20px;\n    padding: 40px 48px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; color: white;\n  }\n  .metric { text-align: center; }\n  .metric-value { font-family: var(--font-display); font-size: 36px; font-weight: 700; line-height: 1; margin-bottom: 6px; letter-spacing: -1px; }\n  .metric-value .accent { color: var(--tun-gold); }\n  .metric-label { font-size: 13px; color: rgba(255,255,255,0.55); }\n\n  \/* SEARCH *\/\n  .search-wrapper { max-width: 600px; margin: 0 auto 28px; position: relative; z-index: 50; }\n  .search-box { display: flex; align-items: center; gap: 12px; padding: 16px 24px; background: white; border: 2px solid var(--tun-gray-200); border-radius: 16px; transition: all 0.25s ease; box-shadow: 0 4px 20px rgba(0,0,0,0.06); }\n  .search-box:focus-within { border-color: var(--tun-blue); box-shadow: 0 4px 24px rgba(27,77,255,0.12); }\n  .search-icon { font-size: 20px; flex-shrink: 0; color: var(--tun-gray-400); }\n  .search-box input { flex: 1; border: none; outline: none; font-size: 16px; font-family: var(--font-body); color: var(--tun-black); background: transparent; }\n  .search-box input::placeholder { color: var(--tun-gray-400); }\n  .search-clear { font-size: 16px; color: var(--tun-gray-400); flex-shrink: 0; padding: 4px; cursor: pointer; display: none; }\n  .search-clear:hover { color: var(--tun-gray-800); }\n  .search-results { position: absolute; top: calc(100% + 8px); left: 0; right: 0; background: white; border: 1px solid var(--tun-gray-200); border-radius: 16px; box-shadow: 0 16px 48px rgba(0,0,0,0.16); display: none; max-height: 480px; overflow-y: auto; z-index: 999; }\n  .search-results.active { display: block; }\n  .search-result-item { display: block; padding: 16px 24px; text-decoration: none; color: inherit; border-bottom: 1px solid var(--tun-gray-100); transition: background 0.15s ease; }\n  .search-result-item:last-child { border-bottom: none; }\n  .search-result-item:hover { background: var(--tun-gold-light); }\n  .search-result-item h5 { font-size: 15px; font-weight: 600; color: var(--tun-black); margin-bottom: 2px; }\n  .search-result-item p { font-size: 13px; color: var(--tun-gray-600); }\n  .search-loading { padding: 24px; text-align: center; color: var(--tun-gray-400); font-size: 14px; }\n  .search-empty { padding: 24px; text-align: center; }\n  .search-empty p { color: var(--tun-gray-400); font-size: 14px; margin-bottom: 8px; }\n  .search-empty a { color: var(--tun-blue); font-weight: 600; font-size: 14px; text-decoration: none; }\n  .hero-or { display: flex; align-items: center; gap: 16px; justify-content: center; margin-bottom: 20px; position: relative; z-index: 1; }\n  .hero-or span.line { height: 1px; width: 60px; background: var(--tun-gray-200); }\n  .hero-or span.text { font-size: 13px; color: var(--tun-gray-400); font-weight: 500; }\n\n  \/* AI SPOTLIGHT *\/\n  .ai-spotlight {\n    background: linear-gradient(165deg, #0D0D0D 0%, #0D1B33 100%);\n    color: white; position: relative; overflow: hidden;\n  }\n  .ai-spotlight::before {\n    content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;\n    background: radial-gradient(ellipse at 30% 50%, rgba(27,77,255,0.15) 0%, transparent 50%),\n                radial-gradient(ellipse at 70% 20%, 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: 72px; align-items: center; position: relative; }\n  .ai-spotlight .section-label { color: var(--tun-gold); }\n  .ai-spotlight .section-title { color: white; }\n  .ai-text p { font-size: 16px; color: rgba(255,255,255,0.65); line-height: 1.7; margin-bottom: 16px; }\n  .ai-how-list { list-style: none; display: flex; flex-direction: column; gap: 12px; margin: 24px 0; }\n  .ai-how-item { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: rgba(255,255,255,0.75); line-height: 1.5; }\n  .ai-how-num { width: 28px; height: 28px; border-radius: 50%; background: rgba(245,166,35,0.15); color: var(--tun-gold); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; flex-shrink: 0; }\n  .btn-gold { display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px; background: var(--tun-gold); color: var(--tun-black); text-decoration: none; font-weight: 600; font-size: 15px; border-radius: 12px; transition: all 0.25s ease; }\n  .btn-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245,166,35,0.3); }\n  .ai-demo-card {\n    background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08);\n    border-radius: 20px; padding: 32px; position: relative;\n  }\n  .ai-demo-glow { position: absolute; top: -40px; right: -40px; width: 160px; height: 160px; background: radial-gradient(circle, rgba(27,77,255,0.15), transparent 70%); border-radius: 50%; pointer-events: none; }\n  .ai-demo-header { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,0.06); position: relative; }\n  .ai-demo-avatar { width: 38px; height: 38px; border-radius: 12px; background: linear-gradient(135deg, var(--tun-blue), #6B8AFF); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; }\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 { background: rgba(255,255,255,0.05); border-radius: 12px; padding: 14px 18px; font-size: 14px; color: rgba(255,255,255,0.8); margin-bottom: 18px; border-left: 3px solid var(--tun-blue); position: relative; }\n  .ai-msg-a { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.7; position: relative; }\n  .ai-msg-a .hl { color: white; font-weight: 600; }\n  .ai-msg-a .gold { color: var(--tun-gold); font-weight: 600; }\n\n  \/* FEATURED SCHOLARSHIPS *\/\n  .featured { background: var(--tun-white); }\n  .featured-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 36px; }\n  .featured-header .view-all { font-size: 15px; font-weight: 600; color: var(--tun-blue); text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: gap 0.2s ease; }\n  .featured-header .view-all:hover { gap: 10px; }\n  .sch-scroll { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 16px; scrollbar-width: thin; scrollbar-color: var(--tun-gray-200) transparent; }\n  .sch-scroll::-webkit-scrollbar { height: 6px; }\n  .sch-scroll::-webkit-scrollbar-thumb { background: var(--tun-gray-200); border-radius: 3px; }\n  .sch-card {\n    min-width: 280px; max-width: 280px; 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  .sch-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); border-color: var(--tun-blue); }\n  .sch-image { height: 140px; display: flex; align-items: center; justify-content: center; }\n  .sch-image-bg { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 28px; font-family: var(--font-display); font-weight: 700; color: white; }\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  .si-6 { background: linear-gradient(135deg, #6B21A8, #A855F7); }\n  .si-7 { background: linear-gradient(135deg, #0E7490, #22D3EE); }\n  .si-8 { background: linear-gradient(135deg, #DC2626, #F87171); }\n  .sch-body { padding: 22px; }\n  .sch-sponsor { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: var(--tun-blue); margin-bottom: 4px; }\n  .sch-body h3 { font-family: var(--font-display); font-size: 17px; font-weight: 700; color: var(--tun-black); margin-bottom: 6px; line-height: 1.3; }\n  .sch-body .sch-desc { font-size: 13px; color: var(--tun-gray-600); line-height: 1.5; margin-bottom: 12px; }\n  .sch-details { display: flex; gap: 16px; }\n  .sch-detail-value { font-family: var(--font-display); font-size: 16px; font-weight: 700; color: var(--tun-black); }\n  .sch-detail-label { font-size: 10px; color: var(--tun-gray-400); text-transform: uppercase; }\n\n  \/* BROWSE BY CATEGORY *\/\n  .browse { background: var(--tun-gray-100); }\n  .browse-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }\n  .browse-card {\n    background: white; border-radius: 16px; padding: 28px; border: 1px solid var(--tun-gray-200);\n    transition: all 0.3s ease; text-decoration: none; color: inherit; display: block;\n  }\n  .browse-card:hover { border-color: var(--tun-blue); transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,0.06); }\n  .browse-card-icon { font-size: 28px; margin-bottom: 12px; }\n  .browse-card h3 { font-family: var(--font-display); font-size: 18px; font-weight: 700; color: var(--tun-black); margin-bottom: 6px; }\n  .browse-card p { font-size: 13px; color: var(--tun-gray-600); line-height: 1.55; margin-bottom: 10px; }\n  .browse-card .card-link { font-size: 13px; font-weight: 600; color: var(--tun-blue); }\n\n  \/* MORE GUIDES EXPANDABLE *\/\n  .more-guides { margin-top: 40px; text-align: center; }\n  .more-guides-toggle {\n    display: inline-flex; align-items: center; gap: 8px;\n    padding: 12px 28px; background: white; border: 1px solid var(--tun-gray-200);\n    border-radius: 100px; font-size: 15px; font-weight: 600; color: var(--tun-blue);\n    cursor: pointer; transition: all 0.2s ease; font-family: var(--font-body);\n  }\n  .more-guides-toggle:hover { border-color: var(--tun-blue); background: var(--tun-blue-light); }\n  .toggle-arrow { transition: transform 0.3s ease; font-size: 14px; }\n  .toggle-arrow.open { transform: rotate(180deg); }\n  .more-guides-list {\n    display: none; margin-top: 24px;\n    grid-template-columns: repeat(3, 1fr); gap: 12px;\n    text-align: left;\n  }\n  .more-guides-list.open { display: grid; }\n  .more-guide-link {\n    display: flex; align-items: center; gap: 10px;\n    padding: 14px 20px; background: white; border: 1px solid var(--tun-gray-200);\n    border-radius: 12px; font-size: 14px; font-weight: 500; color: var(--tun-gray-800);\n    text-decoration: none; transition: all 0.2s ease;\n  }\n  .more-guide-link:hover { border-color: var(--tun-blue); color: var(--tun-blue); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,0,0,0.04); }\n\n  @media (max-width: 1024px) {\n    .more-guides-list { grid-template-columns: repeat(2, 1fr); }\n  }\n  @media (max-width: 640px) {\n    .more-guides-list { grid-template-columns: 1fr; }\n  }\n\n  \/* TIPS *\/\n  .tips { background: var(--tun-white); }\n  .tips-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }\n  .tip-card {\n    background: var(--tun-gray-100); border-radius: 16px; padding: 28px; border: 1px solid var(--tun-gray-200);\n    transition: all 0.3s ease;\n  }\n  .tip-card:hover { border-color: var(--tun-blue); transform: translateY(-2px); }\n  .tip-icon { font-size: 28px; margin-bottom: 12px; }\n  .tip-card h4 { font-family: var(--font-display); font-size: 18px; font-weight: 700; color: var(--tun-black); margin-bottom: 6px; }\n  .tip-card p { font-size: 14px; color: var(--tun-gray-600); line-height: 1.6; }\n\n  \/* FOR ORGANIZATIONS *\/\n  .for-orgs { background: var(--tun-black); color: white; padding: 64px 32px; position: relative; overflow: hidden; }\n  .for-orgs::before { content: ''; position: absolute; top: -60px; right: -60px; width: 200px; height: 200px; border-radius: 50%; background: rgba(245,166,35,0.08); pointer-events: none; }\n  .for-orgs-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 40px; position: relative; }\n  .for-orgs-text h3 { font-family: var(--font-display); font-size: 24px; font-weight: 700; margin-bottom: 8px; }\n  .for-orgs-text p { font-size: 15px; color: rgba(255,255,255,0.6); max-width: 500px; }\n  .for-orgs-cta { display: flex; gap: 12px; flex-shrink: 0; }\n  .btn-outline-light { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; background: transparent; color: white; text-decoration: none; font-weight: 600; font-size: 14px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.25); transition: all 0.2s ease; }\n  .btn-outline-light:hover { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.4); }\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; border-top: 1px solid rgba(255,255,255,0.06); }\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  @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  @media (max-width: 1024px) {\n    .ai-grid { grid-template-columns: 1fr; gap: 48px; }\n    .browse-grid { grid-template-columns: repeat(2, 1fr); }\n    .tips-grid { grid-template-columns: 1fr; }\n    .for-orgs-inner { flex-direction: column; text-align: center; }\n    .metrics-inner { grid-template-columns: repeat(2, 1fr); }\n  }\n  @media (max-width: 640px) {\n    .hero { padding: 120px 20px 60px; }\n    .section { padding: 72px 20px; }\n    .site-header-nav { display: none; }\n    .browse-grid { grid-template-columns: 1fr; }\n    .hero-actions { flex-direction: column; }\n    .btn-ai, .btn-secondary { width: 100%; justify-content: center; }\n    .footer-links { flex-direction: column; gap: 10px; }\n    .for-orgs-cta { flex-direction: column; width: 100%; }\n    .for-orgs-cta a { width: 100%; justify-content: center; }\n    .sch-card { min-width: 260px; max-width: 260px; }\n    .metrics-inner { padding: 28px 20px; }\n    .metric-value { font-size: 28px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"site-header\" id=\"siteHeader\">\n  \n<\/div>\n\n<!-- HERO -->\n<section class=\"hero\">\n  <div class=\"hero-inner\">\n    <div class=\"hero-badge\"><span class=\"dot\"><\/span> AI-powered scholarship matching<\/div>\n    <h1>Find scholarships<br>that match <em>you<\/em><\/h1>\n    <p class=\"hero-sub\">TUN AI searches billions of dollars in scholarships and finds the ones that fit your profile &mdash; your major, GPA, background, and goals. In seconds, not hours.<\/p>\n    <!-- SCHOLARSHIP SEARCH -->\n    <div class=\"search-wrapper\" style=\"animation: fadeUp 0.6s 0.3s ease both;\">\n      <div class=\"search-box\">\n        <span class=\"search-icon\">&#128269;<\/span>\n        <input type=\"text\" id=\"schSearch\" placeholder=\"Search scholarships \u2014 try &quot;STEM&quot; or &quot;nursing&quot; or &quot;first generation&quot;\" autocomplete=\"off\">\n        <span class=\"search-clear\" id=\"searchClear\" onclick=\"clearSearch()\">&#10005;<\/span>\n      <\/div>\n      <div class=\"search-results\" id=\"searchResults\"><\/div>\n    <\/div>\n\n    <div class=\"hero-or\" style=\"animation: fadeUp 0.6s 0.35s ease both;\"><span class=\"line\"><\/span><span class=\"text\">or<\/span><span class=\"line\"><\/span><\/div>\n\n    <div class=\"hero-actions\" style=\"position:relative; z-index:1; animation: fadeUp 0.6s 0.4s ease both;\">\n      <a href=\"https:\/\/www.tun.com\/ai\/\" class=\"btn-ai\">&#129302; Find My Scholarships with TUN AI<\/a>\n      <a href=\"#featured\" class=\"btn-secondary\">&#127891; Browse Featured Scholarships<\/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\"><span class=\"accent\">Billions<\/span><\/div><div class=\"metric-label\">In Scholarships<\/div><\/div>\n    <div class=\"metric\"><div class=\"metric-value\">13<span class=\"accent\">M+<\/span><\/div><div class=\"metric-label\">Students Reached<\/div><\/div>\n    <div class=\"metric\"><div class=\"metric-value\">20<span class=\"accent\">+<\/span><\/div><div class=\"metric-label\">AI Models<\/div><\/div>\n    <div class=\"metric\"><div class=\"metric-value\">24<span class=\"accent\">\/7<\/span><\/div><div class=\"metric-label\">Always-On AI<\/div><\/div>\n  <\/div>\n<\/section>\n\n<!-- TUN AI SCHOLARSHIP FINDER -->\n<section class=\"section ai-spotlight\">\n  <div class=\"section-inner\">\n    <div class=\"ai-grid\">\n      <div class=\"ai-text\">\n        <div class=\"section-label\">TUN AI Scholarship Finder<\/div>\n        <h2 class=\"section-title\" style=\"color:white;\">Stop searching.<br>Let AI find them for you.<\/h2>\n        <p>Generic scholarship search engines make you filter through thousands of results. TUN AI is different. It learns about you &mdash; your major, GPA, background, interests, and financial situation &mdash; then matches you with scholarships you actually qualify for.<\/p>\n        <ul class=\"ai-how-list\">\n          <li class=\"ai-how-item\"><span class=\"ai-how-num\">1<\/span><span>Tell TUN AI about yourself &mdash; no account needed to start<\/span><\/li>\n          <li class=\"ai-how-item\"><span class=\"ai-how-num\">2<\/span><span>AI searches across all scholarships in our database in seconds<\/span><\/li>\n          <li class=\"ai-how-item\"><span class=\"ai-how-num\">3<\/span><span>Get personalized matches ranked by fit, amount, and deadline<\/span><\/li>\n          <li class=\"ai-how-item\"><span class=\"ai-how-num\">4<\/span><span>Create a free profile and TUN AI monitors new scholarships for you 24\/7<\/span><\/li>\n        <\/ul>\n        <a href=\"https:\/\/www.tun.com\/ai\/\" class=\"btn-gold\">Try TUN AI Scholarship Finder &rarr;<\/a>\n      <\/div>\n      <div class=\"ai-demo-card fade-in\">\n        <div class=\"ai-demo-glow\"><\/div>\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\">Scholarship Finder<\/div><\/div>\n        <\/div>\n        <div class=\"ai-msg-q\">I&#8217;m a first-generation Latina student studying biology with a 3.4 GPA. I need scholarships for next fall. Can you help?<\/div>\n        <div class=\"ai-msg-a\">\n          Absolutely! Based on your profile, I found <span class=\"hl\">23 scholarships<\/span> you&#8217;re eligible for. Here are your strongest matches:\n          <br><br>\n          <span class=\"hl\">1.<\/span> <span class=\"gold\">Hispanic Heritage Foundation Scholarship<\/span> &mdash; $2,000 for Latino students in STEM fields. Deadline: October 15.\n          <br><br>\n          <span class=\"hl\">2.<\/span> <span class=\"gold\">Hyundai Women in STEM Scholarship<\/span> &mdash; $10,000, open to women in STEM with no minimum GPA. Deadline: June 30.\n          <br><br>\n          <span class=\"hl\">3.<\/span> <span class=\"gold\">Lariat STEM Scholar Program<\/span> &mdash; up to $30,000, renewable. For students with financial need in STEM.\n          <br><br>\n          Want me to walk through the rest, or help you start an application?\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FEATURED SCHOLARSHIPS -->\n<section class=\"section featured\" id=\"featured\">\n  <div class=\"section-inner\">\n    <div class=\"featured-header\">\n      <div>\n        <div class=\"section-label\">Featured Scholarships<\/div>\n        <h2 class=\"section-title\">Apply now &mdash; funding your future<\/h2>\n      <\/div>\n      <a href=\"https:\/\/www.tun.com\/ai\/\" class=\"view-all\">Find more with TUN AI &rarr;<\/a>\n    <\/div>\n    <div class=\"sch-scroll\">\n      <a href=\"https:\/\/www.tun.com\/scholarships\/the-hyundai-women-in-stem-scholarship\/\" class=\"sch-card\"><div class=\"sch-image\"><div class=\"sch-image-bg si-1\">Hyundai<\/div><\/div><div class=\"sch-body\"><div class=\"sch-sponsor\">Hyundai<\/div><h3>Women in STEM Scholarship<\/h3><div class=\"sch-desc\">Empowering women in STEM through innovation.<\/div><div class=\"sch-details\"><div><div class=\"sch-detail-value\">$10,000<\/div><div class=\"sch-detail-label\">Per Award<\/div><\/div><div><div class=\"sch-detail-value\">5 Awards<\/div><div class=\"sch-detail-label\">National<\/div><\/div><\/div><\/div><\/a>\n      <a href=\"https:\/\/www.tun.com\/scholarships\/walk-on-scholarship\/\" class=\"sch-card\"><div class=\"sch-image\"><div class=\"sch-image-bg si-2\">Walk On<\/div><\/div><div class=\"sch-body\"><div class=\"sch-sponsor\">Baker &amp; Emily Mayfield Foundation<\/div><h3>Walk On Scholarship<\/h3><div class=\"sch-desc\">Supporting college athletes with limited aid.<\/div><div class=\"sch-details\"><div><div class=\"sch-detail-value\">$10,000<\/div><div class=\"sch-detail-label\">Renewable<\/div><\/div><\/div><\/div><\/a>\n      <a href=\"https:\/\/www.tun.com\/scholarships\/ramsey-education-scholarship\/\" class=\"sch-card\"><div class=\"sch-image\"><div class=\"sch-image-bg si-3\">Ramsey<\/div><\/div><div class=\"sch-body\"><div class=\"sch-sponsor\">Ramsey Education<\/div><h3>Ramsey Education Scholarship<\/h3><div class=\"sch-desc\">For students passionate about financial literacy.<\/div><div class=\"sch-details\"><div><div class=\"sch-detail-value\">$1,000<\/div><div class=\"sch-detail-label\">Per Award<\/div><\/div><div><div class=\"sch-detail-value\">5 Awards<\/div><div class=\"sch-detail-label\">National<\/div><\/div><\/div><\/div><\/a>\n      <a href=\"https:\/\/www.tun.com\/scholarships\/the-lariat-stem-scholar-program-2\/\" class=\"sch-card\"><div class=\"sch-image\"><div class=\"sch-image-bg si-4\">Lariat<\/div><\/div><div class=\"sch-body\"><div class=\"sch-sponsor\">Lariat Future Innovators Foundation<\/div><h3>Lariat STEM Scholar Program<\/h3><div class=\"sch-desc\">For rural STEM students with financial need.<\/div><div class=\"sch-details\"><div><div class=\"sch-detail-value\">Up to $30K<\/div><div class=\"sch-detail-label\">Renewable<\/div><\/div><\/div><\/div><\/a>\n      <a href=\"https:\/\/www.tun.com\/scholarships\/golden-1-scholarship\/\" class=\"sch-card\"><div class=\"sch-image\"><div class=\"sch-image-bg si-5\">Golden 1<\/div><\/div><div class=\"sch-body\"><div class=\"sch-sponsor\">Golden 1 Credit Union<\/div><h3>Golden 1 Scholarship<\/h3><div class=\"sch-desc\">Renewable scholarship for California students.<\/div><div class=\"sch-details\"><div><div class=\"sch-detail-value\">Up to $5K<\/div><div class=\"sch-detail-label\">Renewable<\/div><\/div><\/div><\/div><\/a>\n      <a href=\"https:\/\/www.tun.com\/scholarships\/teradata-hope-in-tech-scholarship\/\" class=\"sch-card\"><div class=\"sch-image\"><div class=\"sch-image-bg si-6\">Teradata<\/div><\/div><div class=\"sch-body\"><div class=\"sch-sponsor\">Teradata<\/div><h3>H.O.P.E. in Tech Scholarship<\/h3><div class=\"sch-desc\">For underrepresented students in technology.<\/div><div class=\"sch-details\"><div><div class=\"sch-detail-value\">$10,000<\/div><div class=\"sch-detail-label\">Per Award<\/div><\/div><\/div><\/div><\/a>\n      <a href=\"https:\/\/www.tun.com\/scholarships\/banzai-life-literacy-scholarship\/\" class=\"sch-card\"><div class=\"sch-image\"><div class=\"sch-image-bg si-7\">Banzai<\/div><\/div><div class=\"sch-body\"><div class=\"sch-sponsor\">Banzai<\/div><h3>Life Literacy Scholarship<\/h3><div class=\"sch-desc\">Financial wellness for the next generation.<\/div><div class=\"sch-details\"><div><div class=\"sch-detail-value\">$2,000<\/div><div class=\"sch-detail-label\">Per Award<\/div><\/div><\/div><\/div><\/a>\n      <a href=\"https:\/\/www.tun.com\/scholarships\/the-andy-miller-georgia-tech-scholarship\/\" class=\"sch-card\"><div class=\"sch-image\"><div class=\"sch-image-bg si-8\">BRPH<\/div><\/div><div class=\"sch-body\"><div class=\"sch-sponsor\">BRPH<\/div><h3>Andy Miller Georgia Tech Scholarship<\/h3><div class=\"sch-desc\">For civil engineering students at Georgia Tech.<\/div><div class=\"sch-details\"><div><div class=\"sch-detail-value\">$5,000<\/div><div class=\"sch-detail-label\">Per Award<\/div><\/div><\/div><\/div><\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- BROWSE BY CATEGORY -->\n<section class=\"section browse\">\n  <div class=\"section-inner\">\n    <div style=\"text-align:center; margin-bottom: 8px;\">\n      <div class=\"section-label\">Browse Scholarships<\/div>\n      <h2 class=\"section-title\">Find scholarships for your background<\/h2>\n      <p class=\"section-subtitle\" style=\"margin: 0 auto;\">Explore curated scholarship guides for specific student populations, fields of study, and situations.<\/p>\n    <\/div>\n    <div class=\"browse-grid\">\n      <a href=\"https:\/\/www.tun.com\/scholarships\/scholarships-for-college\/\" class=\"browse-card fade-in\">\n        <div class=\"browse-card-icon\">&#127891;<\/div>\n        <h3>Scholarships for College<\/h3>\n        <p>Everything you need to know about finding and winning college scholarships.<\/p>\n        <div class=\"card-link\">Explore guide &rarr;<\/div>\n      <\/a>\n      <a href=\"https:\/\/www.tun.com\/scholarships\/scholarships-for-college-students\/\" class=\"browse-card fade-in\">\n        <div class=\"browse-card-icon\">&#11088;<\/div>\n        <h3>Best Scholarships for College Students<\/h3>\n        <p>Top scholarship opportunities for currently enrolled students in 2025.<\/p>\n        <div class=\"card-link\">View scholarships &rarr;<\/div>\n      <\/a>\n      <a href=\"https:\/\/www.tun.com\/scholarships\/scholarships-for-minorities\/\" class=\"browse-card fade-in\">\n        <div class=\"browse-card-icon\">&#127758;<\/div>\n        <h3>Scholarships for Minorities<\/h3>\n        <p>Funding opportunities for underrepresented students to help close the debt gap.<\/p>\n        <div class=\"card-link\">Explore guide &rarr;<\/div>\n      <\/a>\n      <a href=\"https:\/\/www.tun.com\/scholarships\/scholarships-for-native-americans\/\" class=\"browse-card fade-in\">\n        <div class=\"browse-card-icon\">&#127793;<\/div>\n        <h3>Scholarships for Native American Students<\/h3>\n        <p>Dedicated funding for Native American, Alaska Native, and Indigenous students.<\/p>\n        <div class=\"card-link\">Explore guide &rarr;<\/div>\n      <\/a>\n      <a href=\"https:\/\/www.tun.com\/scholarships\/asian-american-scholarships\/\" class=\"browse-card fade-in\">\n        <div class=\"browse-card-icon\">&#127823;<\/div>\n        <h3>Scholarships for Asian American Students<\/h3>\n        <p>Resources for Asian American and Pacific Islander students with high unmet need.<\/p>\n        <div class=\"card-link\">Explore guide &rarr;<\/div>\n      <\/a>\n      <a href=\"https:\/\/www.tun.com\/scholarships\/how-to-find-scholarships-for-international-students-an-easy-guide-for-college-funding\/\" class=\"browse-card fade-in\">\n        <div class=\"browse-card-icon\">&#9992;&#65039;<\/div>\n        <h3>Scholarships for International Students<\/h3>\n        <p>A comprehensive guide to college funding for international students in the U.S.<\/p>\n        <div class=\"card-link\">Explore guide &rarr;<\/div>\n      <\/a>\n      <a href=\"https:\/\/www.tun.com\/scholarships\/scholarships-for-moms\/\" class=\"browse-card fade-in\">\n        <div class=\"browse-card-icon\">&#128149;<\/div>\n        <h3>Scholarships for Moms<\/h3>\n        <p>Funding support for student-parents balancing college and raising children.<\/p>\n        <div class=\"card-link\">Explore guide &rarr;<\/div>\n      <\/a>\n      <a href=\"https:\/\/www.tun.com\/scholarships\/nursing-scholarships\/\" class=\"browse-card fade-in\">\n        <div class=\"browse-card-icon\">&#129657;<\/div>\n        <h3>Scholarships for Nursing Students<\/h3>\n        <p>Help cover the cost of nursing programs with dedicated funding.<\/p>\n        <div class=\"card-link\">Explore guide &rarr;<\/div>\n      <\/a>\n      <a href=\"https:\/\/www.tun.com\/scholarships\/scholarships-for-3-0-gpa\/\" class=\"browse-card fade-in\">\n        <div class=\"browse-card-icon\">&#128200;<\/div>\n        <h3>Scholarships for 3.0 GPA<\/h3>\n        <p>You don&#8217;t need a 4.0. Plenty of scholarships are available for solid students.<\/p>\n        <div class=\"card-link\">Explore guide &rarr;<\/div>\n      <\/a>\n    <\/div>\n\n    <!-- ADDITIONAL GUIDES - EXPANDABLE -->\n    <div class=\"more-guides\" id=\"moreGuides\">\n      <button class=\"more-guides-toggle\" id=\"moreGuidesToggle\" onclick=\"toggleGuides()\">\n        <span id=\"toggleText\">View all 18 scholarship guides<\/span>\n        <span class=\"toggle-arrow\" id=\"toggleArrow\">&#8595;<\/span>\n      <\/button>\n      <div class=\"more-guides-list\" id=\"moreGuidesList\">\n        <a href=\"https:\/\/www.tun.com\/scholarships\/22-scholarships-for-ged-students\/\" class=\"more-guide-link\">&#128218; Scholarships for GED Students<\/a>\n        <a href=\"https:\/\/www.tun.com\/scholarships\/untapping-local-treasure-a-guide-to-securing-local-scholarships-for-your-education\/\" class=\"more-guide-link\">&#127968; Guide to Local Scholarships<\/a>\n        <a href=\"https:\/\/www.tun.com\/scholarships\/unlocking-the-door-to-education-your-guide-to-hsf-scholarships\/\" class=\"more-guide-link\">&#127891; HSF Scholarships Guide<\/a>\n        <a href=\"https:\/\/www.tun.com\/scholarships\/unlock-your-potential-the-ultimate-guide-to-nesa-scholarships\/\" class=\"more-guide-link\">&#9889; NESA Eagle Scout Scholarships<\/a>\n        <a href=\"https:\/\/www.tun.com\/scholarships\/unlock-your-future-a-starters-guide-to-scholarships\/\" class=\"more-guide-link\">&#128640; Starter&#8217;s Guide to Scholarships<\/a>\n        <a href=\"https:\/\/www.tun.com\/scholarships\/unlocking-the-promise-your-guide-to-navigating-the-wv-promise-scholarship\/\" class=\"more-guide-link\">&#127775; WV Promise Scholarship Guide<\/a>\n        <a href=\"https:\/\/www.tun.com\/scholarships\/unlocking-the-future-your-guide-to-harnessing-uta-scholarships-and-beyond\/\" class=\"more-guide-link\">&#127979; UTA Scholarships Guide<\/a>\n        <a href=\"https:\/\/www.tun.com\/scholarships\/unlocking-the-treasure-chest-of-utrgv-scholarships-a-guide-to-funding-your-future\/\" class=\"more-guide-link\">&#127979; UTRGV Scholarships Guide<\/a>\n        <a href=\"https:\/\/www.tun.com\/scholarships\/scholarship-management-services\/\" class=\"more-guide-link\">&#128176; Start a Scholarship (For Organizations)<\/a>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<!-- SCHOLARSHIP TIPS -->\n<section class=\"section tips\">\n  <div class=\"section-inner\">\n    <div style=\"text-align:center; margin-bottom: 8px;\">\n      <div class=\"section-label\">Scholarship Tips<\/div>\n      <h2 class=\"section-title\">Make your applications stand out<\/h2>\n    <\/div>\n    <div class=\"tips-grid\">\n      <div class=\"tip-card fade-in\">\n        <div class=\"tip-icon\">&#128203;<\/div>\n        <h4>Apply to Many, Not Just One<\/h4>\n        <p>Students who apply to 20+ scholarships are significantly more likely to win at least one. TUN AI helps you find them all in seconds so you can focus on applying.<\/p>\n      <\/div>\n      <div class=\"tip-card fade-in\">\n        <div class=\"tip-icon\">&#9200;<\/div>\n        <h4>Start Early, Track Deadlines<\/h4>\n        <p>Many scholarships have deadlines months before the academic year starts. Create a TUN AI profile and it will proactively alert you to upcoming deadlines that match your profile.<\/p>\n      <\/div>\n      <div class=\"tip-card fade-in\">\n        <div class=\"tip-icon\">&#9997;&#65039;<\/div>\n        <h4>Personalize Every Essay<\/h4>\n        <p>Generic essays get rejected. Tailor each application to the specific scholarship&#8217;s mission and criteria. TUN AI can help you understand what each scholarship is really looking for.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FOR ORGANIZATIONS -->\n<section class=\"for-orgs\">\n  <div class=\"for-orgs-inner\">\n    <div class=\"for-orgs-text\">\n      <h3>Want to start a scholarship?<\/h3>\n      <p>TUN helps organizations create, manage, and promote scholarship programs that reach millions of students. We handle the entire lifecycle.<\/p>\n    <\/div>\n    <div class=\"for-orgs-cta\">\n      <a href=\"https:\/\/www.tun.com\/scholarships\/scholarship-management-services\/\" class=\"btn-gold\">Scholarship Management &rarr;<\/a>\n      <a href=\"https:\/\/www.tun.com\/home\/partnerships\/\" class=\"btn-outline-light\">All Partnerships<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FOOTER -->\n<footer class=\"footer\">\n  <div class=\"footer-links\">\n    <a href=\"https:\/\/www.tun.com\/home\/\">News<\/a>\n    <a href=\"https:\/\/www.tun.com\/scholarships\/\">Scholarships<\/a>\n    <a href=\"https:\/\/www.tun.com\/courses\/\">Courses<\/a>\n    <a href=\"https:\/\/www.tun.com\/jobs\/\">Careers<\/a>\n    <a href=\"https:\/\/www.tun.com\/ai\/\">TUN AI<\/a>\n    <a href=\"https:\/\/www.tun.com\/brand\/\">Discounts<\/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  function toggleGuides() {\n    var list = document.getElementById('moreGuidesList');\n    var arrow = document.getElementById('toggleArrow');\n    var text = document.getElementById('toggleText');\n    var isOpen = list.classList.contains('open');\n    list.classList.toggle('open');\n    arrow.classList.toggle('open');\n    text.textContent = isOpen ? 'View all 18 scholarship guides' : 'Show fewer guides';\n  }\n\n  \/\/ SCHOLARSHIP SEARCH\n  (function() {\n    var input = document.getElementById('schSearch');\n    var results = document.getElementById('searchResults');\n    var clearBtn = document.getElementById('searchClear');\n    var debounceTimer;\n    var API_BASE = 'https:\/\/www.tun.com\/scholarships\/wp-json\/wp\/v2\/posts';\n\n    input.addEventListener('input', function() {\n      var query = input.value.trim();\n      clearBtn.style.display = query.length > 0 ? 'block' : 'none';\n      clearTimeout(debounceTimer);\n      if (query.length < 2) { results.classList.remove('active'); return; }\n      results.innerHTML = '<div class=\"search-loading\">Searching scholarships...<\/div>';\n      results.classList.add('active');\n      debounceTimer = setTimeout(function() {\n        fetch(API_BASE + '?search=' + encodeURIComponent(query) + '&per_page=8&_embed')\n          .then(function(r) { return r.json(); })\n          .then(function(posts) {\n            if (posts.length === 0) {\n              results.innerHTML = '<div class=\"search-empty\"><p>No scholarships found for \"' + query + '\"<\/p><a href=\"https:\/\/www.tun.com\/ai\/\">Ask TUN AI to find scholarships for you &rarr;<\/a><\/div>';\n              return;\n            }\n            var html = '';\n            posts.forEach(function(post) {\n              var title = post.title.rendered.replace(\/<[^>]*>\/g, '');\n              var excerpt = post.excerpt.rendered.replace(\/<[^>]*>\/g, '').substring(0, 120);\n              html += '<a href=\"' + post.link + '\" class=\"search-result-item\">';\n              html += '<h5>' + title + '<\/h5>';\n              html += '<p>' + excerpt + '...<\/p><\/a>';\n            });\n            results.innerHTML = html;\n          })\n          .catch(function() {\n            results.innerHTML = '<div class=\"search-empty\"><p>Search unavailable right now<\/p><a href=\"https:\/\/www.tun.com\/ai\/\">Try TUN AI instead &rarr;<\/a><\/div>';\n          });\n      }, 300);\n    });\n    document.addEventListener('click', function(e) {\n      if (!e.target.closest('.search-wrapper')) results.classList.remove('active');\n    });\n    input.addEventListener('focus', function() {\n      if (input.value.trim().length >= 2 && results.innerHTML) results.classList.add('active');\n    });\n  })();\n\n  function clearSearch() {\n    var input = document.getElementById('schSearch');\n    var results = document.getElementById('searchResults');\n    var clearBtn = document.getElementById('searchClear');\n    input.value = ''; results.classList.remove('active'); results.innerHTML = '';\n    clearBtn.style.display = 'none'; input.focus();\n  }\n\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  });\n<\/script>\n\n<\/body>\n\n","protected":false},"excerpt":{"rendered":"<p>Find Scholarships \u2014 TUN AI-powered scholarship matching Find scholarshipsthat match you TUN AI searches billions of dollars in scholarships and finds the ones that fit your profile &mdash; your major, GPA, background, and goals. In seconds, not hours. &#128269; &#10005; or &#129302; Find My Scholarships with TUN AI &#127891; Browse Featured Scholarships Billions In Scholarships [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":66579,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"sales-page","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-16","page","type-page","status-publish","has-post-thumbnail","hentry"],"aioseo_notices":[],"uagb_featured_image_src":{"full":["https:\/\/www.tun.com\/scholarships\/wp-content\/uploads\/2021\/02\/Screen-Shot-2021-02-18-at-12.53.14-PM.png",1074,644,false],"thumbnail":["https:\/\/www.tun.com\/scholarships\/wp-content\/uploads\/2021\/02\/Screen-Shot-2021-02-18-at-12.53.14-PM-150x150.png",150,150,true],"medium":["https:\/\/www.tun.com\/scholarships\/wp-content\/uploads\/2021\/02\/Screen-Shot-2021-02-18-at-12.53.14-PM-300x180.png",300,180,true],"medium_large":["https:\/\/www.tun.com\/scholarships\/wp-content\/uploads\/2021\/02\/Screen-Shot-2021-02-18-at-12.53.14-PM-768x461.png",768,461,true],"large":["https:\/\/www.tun.com\/scholarships\/wp-content\/uploads\/2021\/02\/Screen-Shot-2021-02-18-at-12.53.14-PM-1024x614.png",1024,614,true],"1536x1536":["https:\/\/www.tun.com\/scholarships\/wp-content\/uploads\/2021\/02\/Screen-Shot-2021-02-18-at-12.53.14-PM.png",1074,644,false],"2048x2048":["https:\/\/www.tun.com\/scholarships\/wp-content\/uploads\/2021\/02\/Screen-Shot-2021-02-18-at-12.53.14-PM.png",1074,644,false]},"uagb_author_info":{"display_name":"Scholarship Spotlight","author_link":"https:\/\/www.tun.com\/scholarships\/author\/scholarship-guru\/"},"uagb_comment_info":0,"uagb_excerpt":"Find Scholarships \u2014 TUN AI-powered scholarship matching Find scholarshipsthat match you TUN AI searches billions of dollars in scholarships and finds the ones that fit your profile &mdash; your major, GPA, background, and goals. In seconds, not hours. &#128269; &#10005; or &#129302; Find My Scholarships with TUN AI &#127891; Browse Featured Scholarships Billions In Scholarships&hellip;","_links":{"self":[{"href":"https:\/\/www.tun.com\/scholarships\/wp-json\/wp\/v2\/pages\/16","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\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tun.com\/scholarships\/wp-json\/wp\/v2\/comments?post=16"}],"version-history":[{"count":8,"href":"https:\/\/www.tun.com\/scholarships\/wp-json\/wp\/v2\/pages\/16\/revisions"}],"predecessor-version":[{"id":140644,"href":"https:\/\/www.tun.com\/scholarships\/wp-json\/wp\/v2\/pages\/16\/revisions\/140644"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.tun.com\/scholarships\/wp-json\/wp\/v2\/media\/66579"}],"wp:attachment":[{"href":"https:\/\/www.tun.com\/scholarships\/wp-json\/wp\/v2\/media?parent=16"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}