{"id":7,"date":"2026-03-29T02:06:23","date_gmt":"2026-03-29T02:06:23","guid":{"rendered":"https:\/\/recruitriseup.com\/?page_id=7"},"modified":"2026-03-30T05:29:31","modified_gmt":"2026-03-30T05:29:31","slug":"home","status":"publish","type":"page","link":"https:\/\/recruitriseup.com\/","title":{"rendered":"Home"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"en\"><br \/>\n<head><br \/>\n  <meta charset=\"UTF-8\" \/><br \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/><br \/>\n  <title>RecruitRiseUp \u2014 Rise Up. Get Recruited. Get Signed.<\/title><\/p>\n<style>\n    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }\n    :root {\n      --bg:        #07071a;\n      --bg2:       #0d0d24;\n      --bg3:       #111130;\n      --blue:      #3b82f6;\n      --blue-dark: #2563eb;\n      --blue-glow: rgba(59,130,246,0.25);\n      --gold:      #f59e0b;\n      --gold-dark: #d97706;\n      --gold-glow: rgba(245,158,11,0.2);\n      --white:     #ffffff;\n      --text:      #e2e8f0;\n      --muted:     #94a3b8;\n      --border:    rgba(255,255,255,0.07);\n      --green:     #22c55e;\n      --red:       #ef4444;\n    }\n    html { scroll-behavior: smooth; }\n    body {\n      font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;\n      background: var(--bg);\n      color: var(--text);\n      line-height: 1.6;\n      overflow-x: hidden;\n    }<\/p>\n<p>    \/* \u2500\u2500 SCROLLBAR \u2500\u2500 *\/\n    ::-webkit-scrollbar { width: 6px; }\n    ::-webkit-scrollbar-track { background: var(--bg); }\n    ::-webkit-scrollbar-thumb { background: var(--blue); border-radius: 3px; }<\/p>\n<p>    \/* \u2500\u2500 NAV \u2500\u2500 *\/\n    nav {\n      position: fixed; top: 0; width: 100%; z-index: 1000;\n      background: rgba(7,7,26,0.95);\n      backdrop-filter: blur(16px);\n      border-bottom: 1px solid var(--border);\n      padding: 0 48px;\n      height: 68px;\n      display: flex; align-items: center; justify-content: space-between;\n    }\n    .logo {\n      font-size: 1.35rem; font-weight: 900;\n      color: var(--white); letter-spacing: -0.5px;\n      flex-shrink: 0;\n    }\n    .logo span { color: var(--gold); }\n    .nav-links { display: flex; gap: 32px; list-style: none; }\n    .nav-links a {\n      color: var(--muted); text-decoration: none;\n      font-size: 0.9rem; font-weight: 500;\n      transition: color 0.2s;\n      white-space: nowrap;\n    }\n    .nav-links a:hover { color: var(--white); }\n    .nav-btn {\n      background: var(--gold); color: var(--bg);\n      padding: 10px 24px; border-radius: 8px;\n      text-decoration: none; font-weight: 800; font-size: 0.9rem;\n      transition: all 0.2s;\n      box-shadow: 0 0 20px var(--gold-glow);\n      white-space: nowrap; flex-shrink: 0;\n    }\n    .nav-btn:hover { background: var(--gold-dark); transform: translateY(-1px); }<\/p>\n<p>    \/* Hamburger *\/\n    .hamburger {\n      display: none;\n      flex-direction: column;\n      gap: 5px;\n      cursor: pointer;\n      padding: 8px;\n      border: none;\n      background: transparent;\n      z-index: 1100;\n    }\n    .hamburger span {\n      display: block;\n      width: 24px; height: 2px;\n      background: var(--white);\n      border-radius: 2px;\n      transition: all 0.3s;\n    }\n    .hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }\n    .hamburger.open span:nth-child(2) { opacity: 0; }\n    .hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }<\/p>\n<p>    \/* Mobile menu drawer *\/\n    .mobile-menu {\n      display: none;\n      position: fixed; top: 68px; left: 0; right: 0;\n      background: rgba(7,7,26,0.98);\n      backdrop-filter: blur(20px);\n      border-bottom: 1px solid var(--border);\n      padding: 24px;\n      z-index: 999;\n      flex-direction: column;\n      gap: 4px;\n    }\n    .mobile-menu.open { display: flex; }\n    .mobile-menu a {\n      color: var(--text); text-decoration: none;\n      font-size: 1.1rem; font-weight: 600;\n      padding: 14px 16px; border-radius: 10px;\n      transition: background 0.2s, color 0.2s;\n    }\n    .mobile-menu a:hover { background: rgba(255,255,255,0.06); color: var(--white); }\n    .mobile-menu .mob-cta {\n      background: var(--gold); color: var(--bg);\n      text-align: center; font-weight: 800;\n      margin-top: 12px; padding: 16px;\n      border-radius: 12px;\n    }<\/p>\n<p>    \/* \u2500\u2500 HERO \u2500\u2500 *\/\n    .hero {\n      min-height: 100vh;\n      display: flex; align-items: center; justify-content: center;\n      padding: 120px 24px 80px;\n      text-align: center;\n      position: relative;\n      overflow: hidden;\n    }\n    .hero::before {\n      content: '';\n      position: absolute; top: 0; left: 50%; transform: translateX(-50%);\n      width: 800px; height: 800px;\n      background: radial-gradient(circle, rgba(59,130,246,0.12) 0%, transparent 70%);\n      pointer-events: none;\n    }\n    .hero::after {\n      content: '';\n      position: absolute; bottom: -100px; left: 50%; transform: translateX(-50%);\n      width: 600px; height: 600px;\n      background: radial-gradient(circle, rgba(245,158,11,0.07) 0%, transparent 70%);\n      pointer-events: none;\n    }\n    .hero-inner { position: relative; z-index: 1; max-width: 860px; width: 100%; }\n    .badge {\n      display: inline-flex; align-items: center; gap: 8px;\n      background: rgba(245,158,11,0.1);\n      border: 1px solid rgba(245,158,11,0.3);\n      color: var(--gold); padding: 6px 16px; border-radius: 100px;\n      font-size: 0.82rem; font-weight: 700;\n      margin-bottom: 28px; letter-spacing: 0.3px;\n    }\n    .hero h1 {\n      font-size: clamp(2.2rem, 7vw, 5rem);\n      font-weight: 900; color: var(--white);\n      line-height: 1.05; margin-bottom: 24px;\n      letter-spacing: -1px;\n    }\n    .hero h1 .blue { color: var(--blue); }\n    .hero h1 .gold { color: var(--gold); }\n    .hero-sub {\n      font-size: clamp(1rem, 2.5vw, 1.15rem); color: var(--muted);\n      max-width: 580px; margin: 0 auto 44px;\n      line-height: 1.7;\n    }\n    .hero-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }\n    .btn-gold {\n      background: var(--gold); color: var(--bg);\n      padding: 16px 40px; border-radius: 10px;\n      text-decoration: none; font-weight: 800; font-size: 1.05rem;\n      box-shadow: 0 0 40px var(--gold-glow);\n      transition: all 0.2s;\n    }\n    .btn-gold:hover { background: var(--gold-dark); transform: translateY(-2px); box-shadow: 0 0 60px var(--gold-glow); }\n    .btn-ghost {\n      background: transparent; color: var(--text);\n      padding: 16px 40px; border-radius: 10px;\n      text-decoration: none; font-weight: 600; font-size: 1.05rem;\n      border: 1px solid var(--border);\n      transition: all 0.2s;\n    }\n    .btn-ghost:hover { border-color: var(--blue); color: var(--blue); }\n    .hero-stats {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      margin-top: 72px;\n      border: 1px solid var(--border);\n      border-radius: 16px; overflow: hidden;\n      max-width: 600px; margin-left: auto; margin-right: auto;\n      background: var(--bg2);\n    }\n    .stat {\n      padding: 24px 20px;\n      text-align: center; border-right: 1px solid var(--border);\n    }\n    .stat:last-child { border-right: none; }\n    .stat .n { font-size: 2rem; font-weight: 900; color: var(--white); line-height: 1; }\n    .stat .n span { color: var(--gold); }\n    .stat .l { font-size: 0.78rem; color: var(--muted); margin-top: 4px; font-weight: 500; }<\/p>\n<p>    \/* \u2500\u2500 SECTIONS BASE \u2500\u2500 *\/\n    section { padding: 100px 24px; }\n    .section-tag {\n      text-align: center; font-size: 0.78rem; font-weight: 700;\n      color: var(--blue); letter-spacing: 3px; text-transform: uppercase;\n      margin-bottom: 14px;\n    }\n    h2 {\n      text-align: center; font-size: clamp(1.7rem, 4vw, 2.9rem);\n      font-weight: 900; color: var(--white);\n      letter-spacing: -0.5px; margin-bottom: 16px;\n    }\n    h2 span { color: var(--gold); }\n    .sub {\n      text-align: center; color: var(--muted);\n      font-size: 1.05rem; max-width: 560px;\n      margin: 0 auto 64px; line-height: 1.7;\n    }\n    .container { max-width: 1100px; margin: 0 auto; }<\/p>\n<p>    \/* \u2500\u2500 HOW IT WORKS \u2500\u2500 *\/\n    .steps {\n      display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 2px; background: var(--border);\n      border-radius: 20px; overflow: hidden;\n    }\n    .step {\n      background: var(--bg2); padding: 40px 32px;\n      transition: background 0.2s;\n    }\n    .step:hover { background: var(--bg3); }\n    .step-num {\n      width: 44px; height: 44px;\n      background: linear-gradient(135deg, var(--blue), #6366f1);\n      border-radius: 12px;\n      display: flex; align-items: center; justify-content: center;\n      font-size: 1.1rem; font-weight: 900; color: white;\n      margin-bottom: 20px;\n      box-shadow: 0 0 20px rgba(59,130,246,0.3);\n    }\n    .step h3 { font-size: 1.05rem; font-weight: 700; color: var(--white); margin-bottom: 10px; }\n    .step p { color: var(--muted); font-size: 0.92rem; line-height: 1.6; }<\/p>\n<p>    \/* \u2500\u2500 BRANCHES \u2500\u2500 *\/\n    .alt-bg { background: var(--bg2); }\n    .branches {\n      display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n      gap: 24px; max-width: 900px; margin: 0 auto;\n    }\n    .branch {\n      background: var(--bg3);\n      border-radius: 20px; padding: 40px;\n      border: 1px solid var(--border);\n      position: relative; overflow: hidden;\n      transition: border-color 0.2s, transform 0.2s;\n    }\n    .branch:hover { transform: translateY(-4px); }\n    .branch.b1 { border-top: 3px solid var(--blue); }\n    .branch.b2 { border-top: 3px solid var(--gold); }\n    .branch.b1:hover { border-color: var(--blue); }\n    .branch.b2:hover { border-color: var(--gold); }\n    .branch-icon { font-size: 2.4rem; margin-bottom: 18px; display: block; }\n    .branch h3 { font-size: 1.35rem; font-weight: 800; color: var(--white); margin-bottom: 10px; }\n    .branch > p { color: var(--muted); margin-bottom: 24px; font-size: 0.95rem; }\n    .feature-list { list-style: none; }\n    .feature-list li {\n      padding: 9px 0; color: var(--text); font-size: 0.93rem;\n      border-bottom: 1px solid var(--border);\n      display: flex; gap: 10px; align-items: center;\n    }\n    .feature-list li:last-child { border-bottom: none; }\n    .feature-list li::before { content: '\u2713'; font-weight: 800; flex-shrink: 0; }\n    .b1 .feature-list li::before { color: var(--blue); }\n    .b2 .feature-list li::before { color: var(--gold); }<\/p>\n<p>    \/* \u2500\u2500 PRICING \u2500\u2500 *\/\n    .pricing-grid {\n      display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n      gap: 24px; max-width: 1000px; margin: 0 auto;\n    }\n    .plan {\n      background: var(--bg2); border: 1px solid var(--border);\n      border-radius: 20px; padding: 36px;\n      position: relative; transition: transform 0.2s, border-color 0.2s;\n    }\n    .plan:hover { transform: translateY(-4px); }\n    .plan.featured {\n      border-color: var(--blue);\n      background: linear-gradient(160deg, rgba(59,130,246,0.08), var(--bg2));\n      box-shadow: 0 0 40px var(--blue-glow);\n    }\n    .plan-tag {\n      position: absolute; top: -13px; left: 50%; transform: translateX(-50%);\n      background: var(--blue); color: white;\n      padding: 4px 18px; border-radius: 100px;\n      font-size: 0.75rem; font-weight: 700; white-space: nowrap;\n      box-shadow: 0 0 16px var(--blue-glow);\n    }\n    .plan-tier { font-size: 0.78rem; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 8px; }\n    .plan-price { margin-bottom: 6px; }\n    .plan-price .amt { font-size: 3.2rem; font-weight: 900; color: var(--white); line-height: 1; }\n    .plan-price .per { font-size: 1rem; color: var(--muted); }\n    .plan-desc { color: var(--muted); font-size: 0.88rem; margin-bottom: 28px; }\n    .plan-features { list-style: none; margin-bottom: 32px; }\n    .plan-features li {\n      padding: 8px 0; color: var(--text); font-size: 0.92rem;\n      border-bottom: 1px solid var(--border);\n      display: flex; gap: 10px; align-items: flex-start;\n    }\n    .plan-features li .y { color: var(--green); font-weight: 700; flex-shrink: 0; }\n    .plan-features li .n { color: #475569; font-weight: 700; flex-shrink: 0; }\n    .plan-features li span.dim { color: #475569; }\n    .plan-cta {\n      display: block; width: 100%; text-align: center;\n      padding: 14px; border-radius: 10px;\n      font-weight: 700; font-size: 0.98rem;\n      text-decoration: none; transition: all 0.2s;\n      cursor: pointer; border: none;\n    }\n    .cta-gold { background: var(--gold); color: var(--bg); box-shadow: 0 0 24px var(--gold-glow); }\n    .cta-gold:hover { background: var(--gold-dark); }\n    .cta-blue { background: var(--blue); color: white; box-shadow: 0 0 24px var(--blue-glow); }\n    .cta-blue:hover { background: var(--blue-dark); }\n    .cta-outline { border: 1px solid var(--border); color: var(--text); background: transparent; }\n    .cta-outline:hover { border-color: var(--blue); color: var(--blue); }<\/p>\n<p>    \/* ADDON *\/\n    .addon {\n      max-width: 800px; margin: 40px auto 0;\n      background: linear-gradient(135deg, rgba(245,158,11,0.08), rgba(249,115,22,0.06));\n      border: 1px solid rgba(245,158,11,0.25);\n      border-radius: 16px; padding: 32px 40px;\n      display: flex; gap: 28px; align-items: center; flex-wrap: wrap;\n    }\n    .addon-icon { font-size: 2.5rem; }\n    .addon-body { flex: 1; min-width: 200px; }\n    .addon-body h3 { color: var(--white); font-size: 1.1rem; font-weight: 700; margin-bottom: 6px; }\n    .addon-body p { color: var(--muted); font-size: 0.9rem; line-height: 1.6; }\n    .addon-price { text-align: right; }\n    .addon-price .ap { font-size: 2rem; font-weight: 900; color: var(--gold); }\n    .addon-price .apm { font-size: 0.85rem; color: var(--muted); }<\/p>\n<p>    \/* \u2500\u2500 SOCIAL PROOF \u2500\u2500 *\/\n    .testimonials {\n      display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n      gap: 24px; max-width: 960px; margin: 0 auto;\n    }\n    .tcard {\n      background: var(--bg2); border: 1px solid var(--border);\n      border-radius: 16px; padding: 28px;\n      transition: border-color 0.2s;\n    }\n    .tcard:hover { border-color: rgba(245,158,11,0.3); }\n    .stars { color: var(--gold); font-size: 1rem; margin-bottom: 14px; letter-spacing: 2px; }\n    .tcard blockquote { color: var(--text); font-size: 0.95rem; line-height: 1.7; margin-bottom: 20px; font-style: italic; }\n    .tcard-author { display: flex; align-items: center; gap: 12px; }\n    .avatar {\n      width: 42px; height: 42px; border-radius: 50%;\n      background: linear-gradient(135deg, var(--blue), #6366f1);\n      display: flex; align-items: center; justify-content: center;\n      font-weight: 800; color: white; font-size: 0.9rem; flex-shrink: 0;\n    }\n    .author-info .name { font-weight: 700; color: var(--white); font-size: 0.9rem; }\n    .author-info .role { color: var(--muted); font-size: 0.82rem; }<\/p>\n<p>    \/* \u2500\u2500 FORM \u2500\u2500 *\/\n    .form-section { background: var(--bg2); }\n    .form-outer {\n      max-width: 740px; margin: 0 auto;\n      background: var(--bg3);\n      border: 1px solid rgba(59,130,246,0.2);\n      border-radius: 24px; padding: 52px;\n      box-shadow: 0 0 80px rgba(59,130,246,0.05);\n    }\n    .form-head { text-align: center; margin-bottom: 40px; }\n    .free-badge {\n      display: inline-block;\n      background: rgba(34,197,94,0.12);\n      border: 1px solid rgba(34,197,94,0.3);\n      color: var(--green);\n      padding: 8px 22px; border-radius: 100px;\n      font-weight: 700; font-size: 0.9rem; margin-bottom: 14px;\n    }\n    .form-head p { color: var(--muted); font-size: 0.95rem; }\n    .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }\n    .fg { display: flex; flex-direction: column; gap: 7px; }\n    .fg.full { grid-column: 1 \/ -1; }\n    .fg.sec-head { grid-column: 1 \/ -1; margin-top: 12px; }\n    .sec-label {\n      font-size: 0.72rem; font-weight: 700;\n      color: var(--blue); text-transform: uppercase; letter-spacing: 2px;\n    }\n    label { font-size: 0.82rem; font-weight: 600; color: var(--muted); }\n    input, select, textarea {\n      background: rgba(255,255,255,0.04);\n      border: 1px solid rgba(255,255,255,0.09);\n      border-radius: 10px; padding: 12px 16px;\n      color: var(--text); font-size: 0.95rem;\n      outline: none; transition: border-color 0.2s, box-shadow 0.2s;\n      font-family: inherit; width: 100%;\n      -webkit-appearance: none; appearance: none;\n    }\n    input:focus, select:focus, textarea:focus {\n      border-color: var(--blue);\n      box-shadow: 0 0 0 3px var(--blue-glow);\n    }\n    input::placeholder, textarea::placeholder { color: #475569; }\n    select { background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394a3b8' d='M6 8L1 3h10z'\/%3E%3C\/svg%3E\"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }\n    select option { background: var(--bg2); }\n    textarea { resize: vertical; min-height: 90px; }\n    hr.divider { grid-column: 1\/-1; border: none; border-top: 1px solid var(--border); margin: 8px 0; }\n    .submit-wrap { grid-column: 1\/-1; }\n    .submit-btn {\n      width: 100%; padding: 18px;\n      background: var(--gold); color: var(--bg);\n      border: none; border-radius: 12px;\n      font-size: 1.05rem; font-weight: 800;\n      cursor: pointer; transition: all 0.2s;\n      box-shadow: 0 0 32px var(--gold-glow);\n      letter-spacing: 0.3px;\n      -webkit-appearance: none; appearance: none;\n      min-height: 56px;\n    }\n    .submit-btn:hover { background: var(--gold-dark); transform: translateY(-2px); box-shadow: 0 0 48px var(--gold-glow); }\n    .form-note { grid-column: 1\/-1; text-align: center; color: var(--muted); font-size: 0.82rem; margin-top: 4px; }<\/p>\n<p>    \/* \u2500\u2500 FAQ \u2500\u2500 *\/\n    .faq-list { max-width: 700px; margin: 0 auto; }\n    .faq-item {\n      background: var(--bg2); border: 1px solid var(--border);\n      border-radius: 14px; margin-bottom: 12px; overflow: hidden;\n    }\n    .faq-q {\n      padding: 20px 24px;\n      color: var(--white); font-weight: 600; font-size: 0.98rem;\n      cursor: pointer; display: flex; justify-content: space-between; align-items: center;\n      user-select: none; gap: 16px;\n      min-height: 60px;\n    }\n    .faq-q:hover { color: var(--gold); }\n    .faq-q::after { content: '+'; color: var(--gold); font-size: 1.3rem; font-weight: 300; flex-shrink: 0; }\n    .faq-a { padding: 0 24px 20px; color: var(--muted); font-size: 0.92rem; line-height: 1.7; }<\/p>\n<p>    \/* \u2500\u2500 FOOTER \u2500\u2500 *\/\n    footer {\n      background: var(--bg);\n      border-top: 1px solid var(--border);\n      padding: 48px 24px 32px;\n      text-align: center;\n    }\n    .footer-logo { font-size: 1.4rem; font-weight: 900; color: var(--white); margin-bottom: 8px; }\n    .footer-logo span { color: var(--gold); }\n    .footer-tag { color: var(--muted); font-size: 0.9rem; margin-bottom: 28px; }\n    .footer-links { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; margin-bottom: 28px; }\n    .footer-links a { color: var(--muted); text-decoration: none; font-size: 0.88rem; transition: color 0.2s; padding: 4px 0; }\n    .footer-links a:hover { color: var(--white); }\n    .footer-copy { color: #334155; font-size: 0.82rem; }<\/p>\n<p>    \/* \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n       TABLET  (max 900px)\n    \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    @media (max-width: 900px) {\n      nav { padding: 0 20px; }\n      .nav-links { display: none; }\n      .hamburger { display: flex; }<\/p>\n<p>      .pricing-grid { grid-template-columns: 1fr; max-width: 480px; }\n      .plan.featured { order: -1; }<\/p>\n<p>      .steps { grid-template-columns: 1fr 1fr; }\n    }<\/p>\n<p>    \/* \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n       MOBILE  (max 600px)\n    \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    @media (max-width: 600px) {<\/p>\n<p>      \/* Nav *\/\n      nav { padding: 0 16px; height: 62px; }\n      .nav-btn { display: none; }<\/p>\n<p>      \/* Hero *\/\n      section { padding: 72px 16px; }\n      .hero { padding: 100px 16px 64px; }\n      .hero h1 { font-size: 2.2rem; letter-spacing: -0.5px; }\n      .hero-sub { font-size: 1rem; margin-bottom: 32px; }<\/p>\n<p>      .hero-btns { flex-direction: column; gap: 12px; }\n      .btn-gold, .btn-ghost {\n        width: 100%; text-align: center;\n        padding: 16px 24px; font-size: 1rem;\n      }<\/p>\n<p>      \/* Stats \u2014 2\u00d72 on phone *\/\n      .hero-stats {\n        grid-template-columns: repeat(2, 1fr);\n        margin-top: 48px;\n      }\n      .hero-stats .stat:nth-child(2) { border-right: none; }\n      .hero-stats .stat:nth-child(3) { border-top: 1px solid var(--border); }\n      .hero-stats .stat:nth-child(4) { border-top: 1px solid var(--border); border-right: none; }\n      .stat .n { font-size: 1.6rem; }\n      .stat { padding: 18px 12px; }<\/p>\n<p>      \/* Steps \u2014 single col *\/\n      .steps { grid-template-columns: 1fr; }\n      .step { padding: 28px 24px; }<\/p>\n<p>      \/* Branches *\/\n      .branches { grid-template-columns: 1fr; }\n      .branch { padding: 28px 24px; }<\/p>\n<p>      \/* Pricing *\/\n      .pricing-grid { max-width: 100%; }\n      .plan { padding: 28px 24px; }<\/p>\n<p>      \/* Addon *\/\n      .addon {\n        flex-direction: column; text-align: center;\n        padding: 28px 20px; gap: 16px;\n      }\n      .addon-price { text-align: center; }<\/p>\n<p>      \/* Testimonials *\/\n      .testimonials { grid-template-columns: 1fr; }<\/p>\n<p>      \/* Form *\/\n      .form-outer { padding: 28px 16px; border-radius: 16px; }\n      .form-grid { grid-template-columns: 1fr; gap: 14px; }\n      .fg.full, .fg.sec-head, .submit-wrap, .form-note, hr.divider {\n        grid-column: 1;\n      }<\/p>\n<p>      \/* FAQ *\/\n      .faq-q { padding: 16px 18px; font-size: 0.92rem; }\n      .faq-a { padding: 0 18px 16px; }<\/p>\n<p>      \/* Footer *\/\n      .footer-links { gap: 16px; }<\/p>\n<p>      \/* H2 *\/\n      h2 { font-size: 1.7rem; }\n      .sub { font-size: 0.95rem; margin-bottom: 40px; }\n    }<\/p>\n<p>    \/* \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n       VERY SMALL  (max 380px)\n    \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    @media (max-width: 380px) {\n      .hero h1 { font-size: 1.9rem; }\n      .badge { font-size: 0.74rem; padding: 5px 12px; }\n      .form-outer { padding: 20px 12px; }\n    }\n  <\/style>\n<p><\/head><br \/>\n<body><\/p>\n<p><!-- NAV --><\/p>\n<nav>\n<div class=\"logo\">Recruit<span>RiseUp<\/span><\/div>\n<ul class=\"nav-links\">\n<li><a href=\"#how\">How It Works<\/a><\/li>\n<li><a href=\"#services\">Services<\/a><\/li>\n<li><a href=\"#pricing\">Pricing<\/a><\/li>\n<li><a href=\"#faq\">FAQ<\/a><\/li>\n<\/ul>\n<p>  <a href=\"https:\/\/buy.stripe.com\/dRmaEW8cp98P4S81xH9sk01\" target=\"_blank\" class=\"nav-btn\">Start Free Trial<\/a><br \/>\n  <button class=\"hamburger\" id=\"hamburger\" aria-label=\"Open menu\"><br \/>\n    <span><\/span><span><\/span><span><\/span><br \/>\n  <\/button><br \/>\n<\/nav>\n<p><!-- MOBILE MENU DRAWER --><\/p>\n<div class=\"mobile-menu\" id=\"mobileMenu\">\n  <a href=\"#how\"      onclick=\"closeMenu()\">How It Works<\/a><br \/>\n  <a href=\"#services\" onclick=\"closeMenu()\">Services<\/a><br \/>\n  <a href=\"#pricing\"  onclick=\"closeMenu()\">Pricing<\/a><br \/>\n  <a href=\"#faq\"      onclick=\"closeMenu()\">FAQ<\/a><br \/>\n  <a href=\"#signup\"   onclick=\"closeMenu()\" class=\"mob-cta\">Start Free Trial \u2192<\/a>\n<\/div>\n<p><!-- HERO --><\/p>\n<section class=\"hero\">\n<div class=\"hero-inner\">\n<div class=\"badge\">\ud83c\udfc6 The #1 Athlete Recruiting Service<\/div>\n<h1>\n      Your Athlete Deserves<br \/>\n      to Be <span class=\"blue\">Recruited.<\/span><br \/>\n      We Make It <span class=\"gold\">Happen.<\/span><br \/>\n    <\/h1>\n<p class=\"hero-sub\">\n      RecruitRiseUp finds college coaches, writes personalized outreach emails, sends them on your behalf, and builds your athlete&#8217;s brand \u2014 completely hands-free.\n    <\/p>\n<div class=\"hero-btns\">\n      <a href=\"https:\/\/buy.stripe.com\/dRmaEW8cp98P4S81xH9sk01\" target=\"_blank\" class=\"btn-gold\">Start 7-Day Free Trial<\/a><br \/>\n      <a href=\"#how\" class=\"btn-ghost\">See How It Works<\/a>\n    <\/div>\n<div class=\"hero-stats\">\n<div class=\"stat\">\n<div class=\"n\">500<span>+<\/span><\/div>\n<div class=\"l\">Coaches Contacted<\/div>\n<\/p><\/div>\n<div class=\"stat\">\n<div class=\"n\"><span>7<\/span>-Day<\/div>\n<div class=\"l\">Free Trial<\/div>\n<\/p><\/div>\n<div class=\"stat\">\n<div class=\"n\">D1<span>\u2013<\/span>NAIA<\/div>\n<div class=\"l\">All Divisions<\/div>\n<\/p><\/div>\n<div class=\"stat\">\n<div class=\"n\">3<span>+<\/span><\/div>\n<div class=\"l\">Sports Covered<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- HOW IT WORKS --><\/p>\n<section id=\"how\">\n<div class=\"container\">\n<div class=\"section-tag\">The Process<\/div>\n<h2>Four Steps to <span>Getting Recruited<\/span><\/h2>\n<p class=\"sub\">We handle the hard part. You celebrate the commitment.<\/p>\n<div class=\"steps\">\n<div class=\"step\">\n<div class=\"step-num\">1<\/div>\n<h3>Fill Out Your Profile<\/h3>\n<p>Tell us about your athlete \u2014 sport, position, GPA, stats, target schools, and highlights. Takes less than 10 minutes.<\/p>\n<\/p><\/div>\n<div class=\"step\">\n<div class=\"step-num\">2<\/div>\n<h3>We Find the Coaches<\/h3>\n<p>Our system identifies head coaches and recruiting coordinators at your target schools and writes personalized outreach emails.<\/p>\n<\/p><\/div>\n<div class=\"step\">\n<div class=\"step-num\">3<\/div>\n<h3>Emails Go Out Automatically<\/h3>\n<p>We send from your email address so coaches see a real message from a real family \u2014 not a bulk email blast. Follow-ups happen automatically.<\/p>\n<\/p><\/div>\n<div class=\"step\">\n<div class=\"step-num\">4<\/div>\n<h3>We Build Their Brand<\/h3>\n<p>We post highlights to our Instagram, tag your athlete, and share &#8220;Committed&#8221; announcements \u2014 building social proof that attracts even more coaches.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- TWO SERVICES --><\/p>\n<section id=\"services\" class=\"alt-bg\">\n<div class=\"container\">\n<div class=\"section-tag\">Two Services<\/div>\n<h2>Built for Every <span>Stage of the Journey<\/span><\/h2>\n<p class=\"sub\">From high school recruiting to college NIL deals \u2014 we&#8217;ve got you covered.<\/p>\n<div class=\"branches\">\n<div class=\"branch b1\">\n        <span class=\"branch-icon\">\ud83c\udf93<\/span><\/p>\n<h3>Recruiting Outreach<\/h3>\n<p>For high school athletes ready to play at the next level. We contact coaches so your athlete gets seen by the right programs.<\/p>\n<ul class=\"feature-list\">\n<li>Personalized emails to college coaches<\/li>\n<li>Automated follow-up sequences<\/li>\n<li>All divisions: D1, D2, D3, NAIA<\/li>\n<li>Weekly progress reports for parents<\/li>\n<li>Sends from your email address<\/li>\n<li>Highlight reel distribution<\/li>\n<\/ul><\/div>\n<div class=\"branch b2\">\n        <span class=\"branch-icon\">\ud83d\udcb0<\/span><\/p>\n<h3>NIL Deal Finder<\/h3>\n<p>For college athletes ready to monetize their name. We connect you with local businesses that want to sponsor athletes like you.<\/p>\n<ul class=\"feature-list\">\n<li>Local business outreach on your behalf<\/li>\n<li>Custom NIL pitch deck creation<\/li>\n<li>Deal negotiation support<\/li>\n<li>Social media brand building<\/li>\n<li>Contract templates included<\/li>\n<li>Ongoing sponsorship pipeline<\/li>\n<\/ul><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- PRICING --><\/p>\n<section id=\"pricing\">\n<div class=\"container\">\n<div class=\"section-tag\">Pricing<\/div>\n<h2>Simple, <span>Transparent Pricing<\/span><\/h2>\n<p class=\"sub\">No contracts. Cancel anytime. Start free for 7 days \u2014 card required after trial.<\/p>\n<div class=\"pricing-grid\">\n<div class=\"plan\">\n<div class=\"plan-tier\">DIY<\/div>\n<div class=\"plan-price\">\n          <span class=\"amt\">$29<\/span><span class=\"per\">\/mo<\/span>\n        <\/div>\n<p class=\"plan-desc\">We write the emails. You send them.<\/p>\n<ul class=\"plan-features\">\n<li><span class=\"y\">\u2713<\/span> Athlete profile setup<\/li>\n<li><span class=\"y\">\u2713<\/span> Coach + recruiter research<\/li>\n<li><span class=\"y\">\u2713<\/span> Personalized email drafts<\/li>\n<li><span class=\"y\">\u2713<\/span> Up to 20 coaches\/month<\/li>\n<li><span class=\"n\">\u2717<\/span> <span class=\"dim\">Automated sending<\/span><\/li>\n<li><span class=\"n\">\u2717<\/span> <span class=\"dim\">Follow-up sequences<\/span><\/li>\n<li><span class=\"n\">\u2717<\/span> <span class=\"dim\">Instagram highlight posts<\/span><\/li>\n<\/ul>\n<p>        <a href=\"https:\/\/buy.stripe.com\/4gMdR8eAN4SzgAQ1xH9sk00\" target=\"_blank\" class=\"plan-cta cta-outline\">Start Free Trial<\/a>\n      <\/div>\n<div class=\"plan featured\">\n<div class=\"plan-tag\">Most Popular<\/div>\n<div class=\"plan-tier\">Automated<\/div>\n<div class=\"plan-price\">\n          <span class=\"amt\">$59<\/span><span class=\"per\">\/mo<\/span>\n        <\/div>\n<p class=\"plan-desc\">We write AND send everything. You just watch.<\/p>\n<ul class=\"plan-features\">\n<li><span class=\"y\">\u2713<\/span> Everything in DIY<\/li>\n<li><span class=\"y\">\u2713<\/span> Automated email sending<\/li>\n<li><span class=\"y\">\u2713<\/span> Follow-up sequences<\/li>\n<li><span class=\"y\">\u2713<\/span> Up to 50 coaches\/month<\/li>\n<li><span class=\"y\">\u2713<\/span> Email open tracking<\/li>\n<li><span class=\"n\">\u2717<\/span> <span class=\"dim\">Instagram highlight posts<\/span><\/li>\n<li><span class=\"n\">\u2717<\/span> <span class=\"dim\">NIL outreach<\/span><\/li>\n<\/ul>\n<p>        <a href=\"https:\/\/buy.stripe.com\/dRmaEW8cp98P4S81xH9sk01\" target=\"_blank\" class=\"plan-cta cta-blue\">Start Free Trial<\/a>\n      <\/div>\n<div class=\"plan\">\n<div class=\"plan-tier\">Full Service<\/div>\n<div class=\"plan-price\">\n          <span class=\"amt\">$99<\/span><span class=\"per\">\/mo<\/span>\n        <\/div>\n<p class=\"plan-desc\">The complete athlete marketing package.<\/p>\n<ul class=\"plan-features\">\n<li><span class=\"y\">\u2713<\/span> Everything in Automated<\/li>\n<li><span class=\"y\">\u2713<\/span> Unlimited coaches\/month<\/li>\n<li><span class=\"y\">\u2713<\/span> NIL deal outreach<\/li>\n<li><span class=\"y\">\u2713<\/span> Monthly parent report<\/li>\n<li><span class=\"y\">\u2713<\/span> Priority support<\/li>\n<li><span class=\"y\">\u2713<\/span> Committed announcement post<\/li>\n<li><span class=\"y\">\u2713<\/span> Highlight reel compilation<\/li>\n<\/ul>\n<p>        <a href=\"https:\/\/buy.stripe.com\/cNi28q8cp98P5Wc9099sk02\" target=\"_blank\" class=\"plan-cta cta-outline\">Start Free Trial<\/a>\n      <\/div>\n<\/p><\/div>\n<div class=\"addon\">\n<div class=\"addon-icon\">\ud83d\udcf8<\/div>\n<div class=\"addon-body\">\n<h3>Social Media Add-On<\/h3>\n<p>We post your athlete&#8217;s highlights to the RecruitRiseUp Instagram, tag their accounts, and create a &#8220;Committed&#8221; celebration post when they land a school. Add to any plan.<\/p>\n<\/p><\/div>\n<div class=\"addon-price\">\n<div class=\"ap\">+$30<\/div>\n<div class=\"apm\">\/month<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- SOCIAL PROOF --><\/p>\n<section class=\"alt-bg\">\n<div class=\"container\">\n<div class=\"section-tag\">Results<\/div>\n<h2>What <span>Families Are Saying<\/span><\/h2>\n<p class=\"sub\">Real families. Real results. Coming soon \u2014 be one of our first success stories.<\/p>\n<div class=\"testimonials\">\n<div class=\"tcard\">\n<div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n<blockquote><p>&#8220;Within two weeks coaches from three D1 programs reached out to my son. I had no idea where to even start before RecruitRiseUp.&#8221;<\/p><\/blockquote>\n<div class=\"tcard-author\">\n<div class=\"avatar\">MK<\/div>\n<div class=\"author-info\">\n<div class=\"name\">Marcus K.<\/div>\n<div class=\"role\">Father of a D1 Baseball Prospect<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"tcard\">\n<div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n<blockquote><p>&#8220;The emails sounded exactly like something I would write myself. Coaches had no idea it was automated. My daughter got three official visits.&#8221;<\/p><\/blockquote>\n<div class=\"tcard-author\">\n<div class=\"avatar\">TW<\/div>\n<div class=\"author-info\">\n<div class=\"name\">Tanya W.<\/div>\n<div class=\"role\">Mother of a D2 Soccer Recruit<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"tcard\">\n<div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n<blockquote><p>&#8220;The Instagram highlight posts were unreal. Other parents started asking us how we did it. Worth every penny of the Full Service plan.&#8221;<\/p><\/blockquote>\n<div class=\"tcard-author\">\n<div class=\"avatar\">JL<\/div>\n<div class=\"author-info\">\n<div class=\"name\">James L.<\/div>\n<div class=\"role\">Father of a NAIA Basketball Commit<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- SIGNUP FORM --><\/p>\n<section class=\"form-section\" id=\"signup\">\n<div class=\"section-tag\">Get Started<\/div>\n<h2>Start Your <span>Free Trial Today<\/span><\/h2>\n<p class=\"sub\">Fill out your athlete&#8217;s profile. We&#8217;ll reach out within 24 hours to get you started.<\/p>\n<div class=\"form-outer\">\n<div class=\"form-head\">\n<div class=\"free-badge\">7 Days Free \u2014 No Commitment Required<\/div>\n<p>No spam. No pressure. Just results for your athlete.<\/p>\n<\/p><\/div>\n<form>\n<div class=\"form-grid\">\n<div class=\"fg sec-head\">\n<div class=\"sec-label\">Parent \/ Guardian Info<\/div>\n<\/div>\n<div class=\"fg\">\n          <label>First Name<\/label><br \/>\n          <input type=\"text\" placeholder=\"John\" autocomplete=\"given-name\" \/>\n        <\/div>\n<div class=\"fg\">\n          <label>Last Name<\/label><br \/>\n          <input type=\"text\" placeholder=\"Smith\" autocomplete=\"family-name\" \/>\n        <\/div>\n<div class=\"fg\">\n          <label>Email Address<\/label><br \/>\n          <input type=\"email\" placeholder=\"john@email.com\" autocomplete=\"email\" inputmode=\"email\" \/>\n        <\/div>\n<div class=\"fg\">\n          <label>Phone Number<\/label><br \/>\n          <input type=\"tel\" placeholder=\"(808) 555-0100\" autocomplete=\"tel\" inputmode=\"tel\" \/>\n        <\/div>\n<hr class=\"divider\" \/>\n<div class=\"fg sec-head\">\n<div class=\"sec-label\">Athlete Info<\/div>\n<\/div>\n<div class=\"fg\">\n          <label>Athlete First Name<\/label><br \/>\n          <input type=\"text\" placeholder=\"Tyler\" \/>\n        <\/div>\n<div class=\"fg\">\n          <label>Athlete Last Name<\/label><br \/>\n          <input type=\"text\" placeholder=\"Smith\" \/>\n        <\/div>\n<div class=\"fg\">\n          <label>Sport<\/label><br \/>\n          <select><option value=\"\">Select sport&#8230;<\/option><option>Baseball<\/option><option>Basketball<\/option><option>Football<\/option><option>Soccer<\/option><option>Volleyball<\/option><option>Track &#038; Field<\/option><option>Swimming<\/option><option>Tennis<\/option><option>Wrestling<\/option><option>Other<\/option><\/select>\n        <\/div>\n<div class=\"fg\">\n          <label>Position<\/label><br \/>\n          <input type=\"text\" placeholder=\"e.g. Shortstop, Point Guard...\" \/>\n        <\/div>\n<div class=\"fg\">\n          <label>Graduation Year<\/label><br \/>\n          <select><option value=\"\">Select year&#8230;<\/option><option>2025<\/option><option>2026<\/option><option>2027<\/option><option>2028<\/option><option>2029<\/option><\/select>\n        <\/div>\n<div class=\"fg\">\n          <label>GPA<\/label><br \/>\n          <input type=\"text\" placeholder=\"e.g. 3.8\" inputmode=\"decimal\" \/>\n        <\/div>\n<div class=\"fg full\">\n          <label>Key Stats &#038; Achievements<\/label><br \/>\n          <textarea placeholder=\"e.g. .340 batting avg, 12 HR, All-State honorable mention, team captain...\"><\/textarea>\n        <\/div>\n<hr class=\"divider\" \/>\n<div class=\"fg sec-head\">\n<div class=\"sec-label\">Recruiting Goals<\/div>\n<\/div>\n<div class=\"fg\">\n          <label>Division Preference<\/label><br \/>\n          <select><option value=\"\">Select&#8230;<\/option><option>Division I (D1)<\/option><option>Division II (D2)<\/option><option>Division III (D3)<\/option><option>NAIA<\/option><option>Any \/ Open<\/option><\/select>\n        <\/div>\n<div class=\"fg\">\n          <label>Number of Target Schools<\/label><br \/>\n          <select><option>1\u20135 schools<\/option><option>5\u201315 schools<\/option><option>15\u201330 schools<\/option><option>30+ schools (max exposure)<\/option><\/select>\n        <\/div>\n<div class=\"fg full\">\n          <label>Dream Schools \u2014 Top 3 to 5 colleges your athlete most wants to attend<\/label><br \/>\n          <textarea placeholder=\"e.g. UCLA, Oregon State, UH Manoa \u2014 schools they've always wanted to play for...\"><\/textarea>\n        <\/div>\n<div class=\"fg full\">\n          <label>Which states or regions is your athlete willing to attend college in?<\/label><br \/>\n          <select><option value=\"\">Select region preference&#8230;<\/option><option>Hawaii only<\/option><option>West Coast (CA, OR, WA, NV, AZ)<\/option><option>Pacific \/ Mountain West (HI, AK, CA, OR, WA, NV, AZ, UT, CO, ID, MT, WY)<\/option><option>Southwest (TX, NM, AZ, OK)<\/option><option>Midwest (IL, OH, MI, MN, WI, IN, MO, KS, NE, IA, ND, SD)<\/option><option>Southeast (FL, GA, AL, MS, SC, NC, TN, KY, VA, WV, AR, LA)<\/option><option>Northeast (NY, PA, NJ, CT, MA, RI, VT, NH, ME, MD, DE)<\/option><option>Anywhere in the continental US<\/option><option>Anywhere \u2014 open to all 50 states<\/option><\/select>\n        <\/div>\n<div class=\"fg full\">\n          <label>What matters most when choosing a college? (select all that apply)<\/label><br \/>\n          <select><option value=\"\">Select primary preference&#8230;<\/option><option>Academic reputation \u2014 I want a strong degree<\/option><option>Playing time \u2014 I want to compete right away<\/option><option>Scholarship money \u2014 financial aid is the priority<\/option><option>Location \u2014 staying close to home or specific region<\/option><option>Program prestige \u2014 I want to play at the highest level possible<\/option><option>School size \u2014 I prefer a smaller or larger campus<\/option><option>All of the above \u2014 open to the best overall fit<\/option><\/select>\n        <\/div>\n<div class=\"fg full\">\n          <label>Any other schools or regions you&#8217;d like us to target?<\/label><br \/>\n          <textarea placeholder=\"e.g. Any D2 schools in the Pacific Northwest, NAIA schools in Hawaii, Big West Conference schools...\"><\/textarea>\n        <\/div>\n<hr class=\"divider\" \/>\n<div class=\"fg sec-head\">\n<div class=\"sec-label\">Social Media &#038; Highlights<\/div>\n<\/div>\n<div class=\"fg\">\n          <label>Athlete Instagram Handle<\/label><br \/>\n          <input type=\"text\" placeholder=\"@athletename\" autocomplete=\"off\" \/>\n        <\/div>\n<div class=\"fg\">\n          <label>Athlete X (Twitter) Handle<\/label><br \/>\n          <input type=\"text\" placeholder=\"@athletename\" autocomplete=\"off\" \/>\n        <\/div>\n<div class=\"fg\">\n          <label>Email to Send Coach Outreach From<\/label><br \/>\n          <input type=\"email\" placeholder=\"athlete@gmail.com\" inputmode=\"email\" \/>\n        <\/div>\n<div class=\"fg\">\n          <label>Highlight Video Link<\/label><br \/>\n          <input type=\"url\" placeholder=\"Hudl, YouTube, or any video link\" inputmode=\"url\" \/>\n        <\/div>\n<hr class=\"divider\" \/>\n<div class=\"fg sec-head\">\n<div class=\"sec-label\">Plan Selection<\/div>\n<\/div>\n<div class=\"fg full\">\n          <label>Which plan are you interested in?<\/label><br \/>\n          <select><option>DIY \u2014 $29\/month (I&#8217;ll send the emails myself)<\/option><option>Automated \u2014 $59\/month (Send everything for me)<\/option><option>Full Service \u2014 $99\/month (Handle everything)<\/option><option>Not sure yet \u2014 I want to learn more<\/option><\/select>\n        <\/div>\n<div class=\"fg full\">\n          <label>Add Social Media Package? (+$30\/month \u2014 highlight posts + tag athlete)<\/label><br \/>\n          <select><option>Yes \u2014 post highlights and tag my athlete<\/option><option>No thanks<\/option><option>Tell me more first<\/option><\/select>\n        <\/div>\n<div class=\"fg full\">\n          <label>Anything else we should know?<\/label><br \/>\n          <textarea placeholder=\"Tell us about your athlete, timeline, goals, or any questions...\"><\/textarea>\n        <\/div>\n<div class=\"submit-wrap\">\n          <button type=\"submit\" class=\"submit-btn\" id=\"submitBtn\">Submit &#038; Start My Free Trial \u2192<\/button>\n        <\/div>\n<p class=\"form-note\">No spam. No commitment. We&#8217;ll reach out within 24 hours.<\/p>\n<\/p><\/div>\n<\/p><\/form>\n<\/p><\/div>\n<\/section>\n<p><!-- FAQ --><\/p>\n<section id=\"faq\">\n<div class=\"container\">\n<div class=\"section-tag\">FAQ<\/div>\n<h2>Common <span>Questions<\/span><\/h2>\n<p class=\"sub\">Everything you need to know before getting started.<\/p>\n<div class=\"faq-list\">\n<div class=\"faq-item\">\n<div class=\"faq-q\">Do the emails really come from our email address?<\/div>\n<div class=\"faq-a\">Yes. You securely connect your Gmail or email account during onboarding. Coaches see a message from your family&#8217;s email \u2014 not from us. This is critical for authenticity and deliverability.<\/div>\n<\/p><\/div>\n<div class=\"faq-item\">\n<div class=\"faq-q\">Will coaches know the emails were written by AI?<\/div>\n<div class=\"faq-a\">No. Every email is personalized to the specific coach, school, and program. We reference the coach&#8217;s name, the school&#8217;s athletic history, and your athlete&#8217;s specific stats. They read like genuine outreach \u2014 because they are.<\/div>\n<\/p><\/div>\n<div class=\"faq-item\">\n<div class=\"faq-q\">What sports do you support?<\/div>\n<div class=\"faq-a\">We currently support baseball, basketball, football, soccer, volleyball, track &#038; field, swimming, tennis, and wrestling. More sports coming soon.<\/div>\n<\/p><\/div>\n<div class=\"faq-item\">\n<div class=\"faq-q\">How does the free trial work?<\/div>\n<div class=\"faq-a\">Fill out the form and we&#8217;ll reach out within 24 hours to set up your 7-day free trial. No credit card required to fill out the form. After 7 days you can choose to continue on a paid plan or cancel \u2014 no questions asked.<\/div>\n<\/p><\/div>\n<div class=\"faq-item\">\n<div class=\"faq-q\">What is the NIL service?<\/div>\n<div class=\"faq-a\">For college athletes, we reach out to local and regional businesses on their behalf to explore sponsorship opportunities. We write the pitch, handle the outreach, and help negotiate the deal. Think of it as a recruiting service \u2014 but for brand partnerships.<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- DISCLAIMER --><\/p>\n<section style=\"background: var(--bg); padding: 48px 24px 0;\">\n<div style=\"max-width: 860px; margin: 0 auto; border: 1px solid rgba(255,255,255,0.07); border-radius: 14px; padding: 32px 36px;\">\n<p style=\"font-size: 0.75rem; font-weight: 700; color: #64748b; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px; text-align: center;\">Important Notice &#038; Disclaimer<\/p>\n<p style=\"font-size: 0.8rem; color: #475569; line-height: 1.8; margin-bottom: 12px;\">\n      RecruitRiseUp is an athlete marketing and outreach service. We provide tools, email outreach, and brand-building services designed to increase an athlete&#8217;s visibility to college coaches and programs. <strong style=\"color: #64748b;\">RecruitRiseUp does not guarantee recruitment, athletic scholarships, roster spots, official visits, or any specific outcome.<\/strong> Collegiate recruiting decisions are made solely by college coaches and athletic departments and are outside of our control.\n    <\/p>\n<p style=\"font-size: 0.8rem; color: #475569; line-height: 1.8; margin-bottom: 12px;\">\n      Results are based on many factors, including but not limited to: the policies and preferences of individual colleges and universities, an athlete&#8217;s academic record and GPA, athletic ability and performance, position demand, graduation year, target school selectivity, division level, and coach availability. Past client outcomes are not a guarantee of future results.\n    <\/p>\n<p style=\"font-size: 0.8rem; color: #475569; line-height: 1.8;\">\n      <strong style=\"color: #64748b;\">All subscription fees are non-refundable.<\/strong> By enrolling in any RecruitRiseUp plan, you acknowledge that you are purchasing a marketing and outreach service \u2014 not a placement, scholarship, or recruitment guarantee. RecruitRiseUp is not a licensed sports agent, NCAA-certified advisor, or collegiate placement agency. Please review all plan details carefully before subscribing.\n    <\/p>\n<\/p><\/div>\n<\/section>\n<p><!-- FOOTER --><\/p>\n<footer>\n<div class=\"footer-logo\">Recruit<span>RiseUp<\/span><\/div>\n<p class=\"footer-tag\">Helping athletes rise up and get recruited.<\/p>\n<div class=\"footer-links\">\n    <a href=\"#how\">How It Works<\/a><br \/>\n    <a href=\"#services\">Services<\/a><br \/>\n    <a href=\"#pricing\">Pricing<\/a><br \/>\n    <a href=\"#signup\">Get Started<\/a><br \/>\n    <a href=\"mailto:recruitriseup@gmail.com\">Contact<\/a>\n  <\/div>\n<p class=\"footer-copy\">\u00a9 2026 RecruitRiseUp. All rights reserved.<\/p>\n<\/footer>\n<p><script>\n  const WEBHOOK_URL = 'https:\/\/hook.us2.make.com\/bkwi7u2jzq88svd9kdaxrg3im4';<\/p>\n<p>  document.querySelector('form').addEventListener('submit', async function(e) {\n    e.preventDefault();\n    const btn = document.getElementById('submitBtn');\n    btn.textContent = 'Submitting...';\n    btn.disabled = true;<\/p>\n<p>    const fields = this.querySelectorAll('input, select, textarea');\n    const data = {};\n    fields.forEach(f => {\n      if (f.placeholder) data[f.placeholder.split('...')[0].trim() || f.type] = f.value;\n      if (f.tagName === 'SELECT' && f.previousElementSibling) {\n        data[f.previousElementSibling.textContent.trim()] = f.value;\n      }\n    });<\/p>\n<p>    \/\/ Collect all labeled fields\n    const formData = {};\n    document.querySelectorAll('.fg').forEach(fg => {\n      const label = fg.querySelector('label');\n      const input = fg.querySelector('input, select, textarea');\n      if (label && input) {\n        formData[label.textContent.trim()] = input.value;\n      }\n    });\n    formData.submitted_at = new Date().toISOString();\n    formData.source = 'recruitriseup.com';<\/p>\n<p>    try {\n      await fetch(WEBHOOK_URL, {\n        method: 'POST',\n        headers: { 'Content-Type': 'application\/json' },\n        mode: 'no-cors',\n        body: JSON.stringify(formData)\n      });\n      btn.textContent = '\u2705 Submitted! We\\'ll reach out within 24 hours.';\n      btn.style.background = '#22c55e';\n      this.querySelectorAll('input, select, textarea').forEach(f => f.value = '');\n    } catch(err) {\n      btn.textContent = 'Submit & Start My Free Trial \u2192';\n      btn.disabled = false;\n    }\n  });<\/p>\n<p>  const hamburger = document.getElementById('hamburger');\n  const mobileMenu = document.getElementById('mobileMenu');<\/p>\n<p>  hamburger.addEventListener('click', () => {\n    hamburger.classList.toggle('open');\n    mobileMenu.classList.toggle('open');\n  });<\/p>\n<p>  function closeMenu() {\n    hamburger.classList.remove('open');\n    mobileMenu.classList.remove('open');\n  }<\/p>\n<p>  \/\/ Close menu on outside click\n  document.addEventListener('click', (e) => {\n    if (!hamburger.contains(e.target) && !mobileMenu.contains(e.target)) {\n      closeMenu();\n    }\n  });<\/p>\n<p>  \/\/ Close menu on scroll\n  window.addEventListener('scroll', closeMenu, { passive: true });\n<\/script><\/p>\n<p><\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>RecruitRiseUp \u2014 Rise Up. Get Recruited. Get Signed. RecruitRiseUp How It Works Services Pricing FAQ Start Free Trial How It Works Services Pricing FAQ Start Free Trial \u2192 \ud83c\udfc6 The #1 Athlete Recruiting Service Your Athlete Deserves to Be Recruited. We Make It Happen. RecruitRiseUp finds college coaches, writes personalized outreach emails, sends them on [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"blank","meta":{"pagelayer_contact_templates":[],"_pagelayer_content":"","footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/recruitriseup.com\/index.php?rest_route=\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/recruitriseup.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/recruitriseup.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/recruitriseup.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/recruitriseup.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7"}],"version-history":[{"count":9,"href":"https:\/\/recruitriseup.com\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":19,"href":"https:\/\/recruitriseup.com\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions\/19"}],"wp:attachment":[{"href":"https:\/\/recruitriseup.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}