| |
| <?php
|
| add_shortcode('paramount_site', function () {
|
| ob_start();
|
| ?>
|
| <!-- Paramount Contact Partners Website - WPCode Shortcode Version -->
|
| <div id="paramount-site">
|
| <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=EB+Garamond:wght@400;700&display=swap" rel="stylesheet"/>
|
| <style>
|
|
|
| *,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
|
| :root{
|
| --navy:
|
| --gold:
|
| --white:
|
| --text:
|
| }
|
| html{scroll-behavior:smooth}
|
| body{font-family:'Inter',sans-serif;color:var(--text);background:var(--white);overflow-x:hidden}
|
|
|
|
|
| .page{display:none;animation:fadeIn .35s ease}
|
| .page.active{display:block}
|
| @keyframes fadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
|
| @keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}
|
|
|
|
|
| nav{
|
| position:fixed;top:0;left:0;right:0;z-index:500;
|
| display:flex;align-items:center;justify-content:space-between;
|
| padding:12px 48px;
|
| background:rgba(11,26,59,.98);
|
| backdrop-filter:blur(12px);
|
| border-bottom:1px solid rgba(201,168,76,.2);
|
| box-shadow:0 4px 30px rgba(0,0,0,.25);
|
| }
|
| .nav-logo{display:flex;align-items:center;cursor:pointer;flex-shrink:0}
|
| .nav-logo svg{height:52px;width:auto}
|
| .nav-pages{display:flex;align-items:center;gap:4px}
|
| .nav-btn{
|
| display:flex;align-items:center;gap:7px;
|
| padding:9px 18px;border-radius:8px;
|
| font-size:13px;font-weight:600;color:rgba(255,255,255,.55);
|
| cursor:pointer;border:none;background:transparent;
|
| font-family:'Inter',sans-serif;
|
| transition:all .2s;white-space:nowrap;
|
| }
|
| .nav-btn .pg-num{
|
| width:20px;height:20px;border-radius:50%;
|
| background:rgba(255,255,255,.08);
|
| font-size:11px;font-weight:700;
|
| display:flex;align-items:center;justify-content:center;
|
| color:rgba(255,255,255,.4);
|
| transition:all .2s;
|
| }
|
| .nav-btn:hover{color:var(--gold-light);background:rgba(201,168,76,.08)}
|
| .nav-btn.active{color:var(--gold);background:rgba(201,168,76,.1)}
|
| .nav-btn.active .pg-num{background:var(--gold);color:var(--navy)}
|
| .nav-cta{
|
| background:linear-gradient(135deg,var(--gold),var(--gold-light));
|
| color:var(--navy);font-weight:800;font-size:13px;
|
| padding:10px 22px;border-radius:7px;
|
| border:none;cursor:pointer;font-family:'Inter',sans-serif;
|
| transition:all .2s;white-space:nowrap;
|
| box-shadow:0 4px 16px rgba(201,168,76,.3);
|
| }
|
| .nav-cta:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(201,168,76,.4)}
|
|
|
|
|
| .section-tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--gold);margin-bottom:14px}
|
| .section-h2{font-size:clamp(28px,3.5vw,48px);font-weight:900;line-height:1.12;letter-spacing:-.5px;margin-bottom:18px}
|
| .section-lead{font-size:17px;line-height:1.7;max-width:620px}
|
| .btn-primary{
|
| display:inline-flex;align-items:center;gap:8px;
|
| background:linear-gradient(135deg,var(--gold),var(--gold-light));
|
| color:var(--navy);font-weight:800;font-size:15px;
|
| padding:15px 30px;border-radius:8px;text-decoration:none;
|
| transition:all .25s;box-shadow:0 8px 28px rgba(201,168,76,.3);border:none;cursor:pointer;font-family:'Inter',sans-serif;
|
| }
|
| .btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 36px rgba(201,168,76,.45)}
|
| .btn-ghost{
|
| display:inline-flex;align-items:center;gap:8px;
|
| background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.18);
|
| color:rgba(255,255,255,.85);font-weight:600;font-size:15px;
|
| padding:15px 30px;border-radius:8px;text-decoration:none;transition:all .25s;
|
| }
|
| .btn-ghost:hover{border-color:var(--gold);color:var(--gold)}
|
|
|
|
|
| .logo-hero{display:flex;justify-content:center;padding:28px 0 0;position:relative;z-index:2}
|
| .logo-hero svg{height:70px;width:auto;filter:drop-shadow(0 4px 24px rgba(201,168,76,.25))}
|
|
|
| @media(max-width:900px){
|
| nav{padding:10px 20px}
|
| .nav-btn span.label{display:none}
|
| .nav-btn{padding:8px 12px}
|
| }
|
| @media(max-width:600px){
|
| .nav-logo svg{height:38px}
|
| .nav-btn .pg-num{display:none}
|
| }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| @media(max-width:900px){
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| }
|
| @media(max-width:600px){
|
|
|
|
|
|
|
| }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| @media(max-width:900px){
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| }
|
| @media(max-width:600px){
|
|
|
|
|
|
|
| }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| @keyframes successPop{from{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}
|
|
|
|
|
|
|
|
|
|
|
| @media(max-width:900px){
|
|
|
|
|
|
|
|
|
|
|
|
|
| }
|
| @media(max-width:600px){
|
|
|
|
|
| }
|
|
|
|
|
|
|
| .cbubble{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold-light));border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px rgba(201,168,76,.45);transition:all .3s;position:relative}
|
| .cbubble:hover{transform:scale(1.08);box-shadow:0 12px 40px rgba(201,168,76,.55)}
|
| .cunread{position:absolute;top:-4px;right:-4px;width:20px;height:20px;background:
|
| @keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}
|
|
|
|
|
| .chat-hd{background:var(--navy);padding:18px 18px 14px;display:flex;align-items:center;gap:11px;flex-shrink:0}
|
| .chat-av{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold-light));display:flex;align-items:center;justify-content:center;font-size:19px;flex-shrink:0;position:relative}
|
| .chat-av::after{content:'';position:absolute;bottom:1px;right:1px;width:9px;height:9px;background:var(--green-light);border:2px solid var(--navy);border-radius:50%}
|
| .chat-ai strong{display:block;font-size:13px;font-weight:700;color:var(--white)}
|
| .chat-ai span{font-size:10px;color:rgba(255,255,255,.5)}
|
| .chat-x{margin-left:auto;background:rgba(255,255,255,.1);border:none;color:rgba(255,255,255,.7);width:30px;height:30px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:17px;transition:all .2s;font-family:'Inter',sans-serif}
|
| .chat-x:hover{background:rgba(255,255,255,.2);color:
|
| .chat-sub{background:rgba(201,168,76,.1);border-bottom:1px solid rgba(201,168,76,.15);padding:7px 18px;font-size:10px;font-weight:700;color:
|
| .qrs{padding:9px 14px 0;display:flex;gap:6px;flex-wrap:nowrap;overflow-x:auto;flex-shrink:0;scrollbar-width:none}
|
| .qrs::-webkit-scrollbar{display:none}
|
| .qrb{padding:5px 11px;border-radius:100px;border:1px solid var(--light-gray);background:var(--off-white);font-size:11px;font-weight:600;color:var(--navy);cursor:pointer;white-space:nowrap;transition:all .2s;font-family:'Inter',sans-serif;flex-shrink:0}
|
| .qrb:hover{border-color:var(--gold);background:rgba(201,168,76,.08)}
|
| .chat-msgs{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:12px;scrollbar-width:thin;scrollbar-color:var(--light-gray) transparent}
|
| .chat-msgs::-webkit-scrollbar{width:3px}
|
| .chat-msgs::-webkit-scrollbar-thumb{background:var(--light-gray);border-radius:2px}
|
| .msg{display:flex;gap:9px;max-width:88%;animation:msgIn .25s ease}
|
| @keyframes msgIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
|
| .msg.bot{align-self:flex-start}
|
| .msg.usr{align-self:flex-end;flex-direction:row-reverse}
|
| .msg-av{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold-light));display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0;margin-top:auto}
|
| .bbl{padding:10px 14px;border-radius:15px;font-size:13px;line-height:1.55}
|
| .msg.bot .bbl{background:var(--off-white);border:1px solid var(--light-gray);color:var(--text);border-bottom-left-radius:3px}
|
| .msg.usr .bbl{background:var(--navy);color:var(--white);border-bottom-right-radius:3px}
|
| .msg-t{font-size:9px;color:var(--gray);margin-top:3px;padding:0 3px}
|
| .msg.usr .msg-t{text-align:right}
|
| .typing{display:flex;gap:9px;align-self:flex-start;animation:msgIn .25s ease}
|
| .tdots{display:flex;align-items:center;gap:4px;background:var(--off-white);border:1px solid var(--light-gray);border-radius:15px;border-bottom-left-radius:3px;padding:12px 14px}
|
| .td{width:6px;height:6px;background:var(--gray);border-radius:50%;animation:tb 1.2s infinite}
|
| .td:nth-child(2){animation-delay:.2s}.td:nth-child(3){animation-delay:.4s}
|
| @keyframes tb{0%,60%,100%{transform:translateY(0);opacity:.4}30%{transform:translateY(-5px);opacity:1}}
|
| .chat-inp{padding:12px 14px;border-top:1px solid var(--light-gray);display:flex;gap:9px;align-items:flex-end;background:var(--white);flex-shrink:0}
|
|
|
|
|
|
|
| .csend{width:40px;height:40px;background:linear-gradient(135deg,var(--gold),var(--gold-light));border:none;border-radius:9px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s;box-shadow:0 4px 12px rgba(201,168,76,.3)}
|
| .csend:hover{transform:scale(1.08)}
|
| .csend svg{fill:var(--navy)}
|
| .cpow{padding:6px 14px 8px;text-align:center;font-size:9px;color:rgba(100,116,139,.45);flex-shrink:0}
|
| @media(max-width:600px){
|
|
|
|
|
| }
|
|
|
| </style>
|
| <!-- ═══ NAV ═══ -->
|
| <nav>
|
| <div class="nav-logo" onclick="showPage('p1')">
|
| <!-- Inline Logo SVG -->
|
| <svg viewBox="0 0 480 130" xmlns="http://www.w3.org/2000/svg">
|
| <!-- P body -->
|
| <path d="M10 115 L10 18 L62 18 Q98 18 116 38 Q134 58 134 76 Q134 94 116 108 Q98 122 62 122 L46 122 L46 115Z" fill="#1a2f5a"/>
|
| <!-- P inner fill -->
|
| <path d="M46 30 L62 30 Q90 30 104 44 Q118 58 118 76 Q118 94 104 106 Q90 118 62 118 L46 118Z" fill="#0b1a3b"/>
|
| <!-- Globe circle -->
|
| <circle cx="82" cy="74" r="30" fill="#c9a84c" opacity=".12"/>
|
| <circle cx="82" cy="74" r="29" fill="none" stroke="#c9a84c" stroke-width="1" opacity=".7"/>
|
| <!-- Globe meridians -->
|
| <ellipse cx="82" cy="74" rx="17" ry="29" fill="none" stroke="#c9a84c" stroke-width=".8" opacity=".5"/>
|
| <ellipse cx="82" cy="74" rx="29" ry="16" fill="none" stroke="#c9a84c" stroke-width=".8" opacity=".45"/>
|
| <line x1="53" y1="74" x2="111" y2="74" stroke="#c9a84c" stroke-width=".8" opacity=".4"/>
|
| <!-- Landmasses -->
|
| <path d="M70 50 Q76 47 84 50 Q87 55 83 60 Q78 63 72 59 Q68 55 70 50Z" fill="#c9a84c" opacity=".9"/>
|
| <path d="M84 50 Q90 47 96 51 Q100 57 97 63 Q93 66 87 64 Q82 60 84 50Z" fill="#c9a84c" opacity=".85"/>
|
| <path d="M62 66 Q67 63 72 67 Q74 73 70 77 Q65 79 62 75 Q60 71 62 66Z" fill="#c9a84c" opacity=".75"/>
|
| <path d="M92 68 Q98 65 104 70 Q107 76 103 82 Q98 85 93 82 Q88 78 90 72Z" fill="#c9a84c" opacity=".85"/>
|
| <path d="M72 82 Q78 79 83 84 Q85 90 80 93 Q75 95 71 91 Q68 87 72 82Z" fill="#c9a84c" opacity=".7"/>
|
| <!-- Globe ring -->
|
| <circle cx="82" cy="74" r="29" fill="none" stroke="#c9a84c" stroke-width="1.8" opacity=".85"/>
|
| <!-- Gold tail of P -->
|
| <path d="M10 115 Q4 122 5 129 Q12 135 20 129 Q30 121 38 107 L46 107 L46 118 L34 128 Q22 138 10 133 Q-4 127 -2 115 Q0 105 10 105Z" fill="#c9a84c"/>
|
| <!-- Gold arc around P bowl -->
|
| <path d="M118 42 Q138 58 138 76 Q138 94 118 110" stroke="#c9a84c" stroke-width="4" fill="none" stroke-linecap="round"/>
|
| <!-- Vertical divider -->
|
| <line x1="158" y1="18" x2="158" y2="115" stroke="#c9a84c" stroke-width="1.5"/>
|
| <!-- PARAMOUNT -->
|
| <text x="174" y="73" font-family="'EB Garamond','Georgia',serif" font-size="44" font-weight="700" fill="#e8e8f0" letter-spacing="2">PARAMOUNT</text>
|
| <!-- Gold rule -->
|
| <line x1="174" y1="83" x2="476" y2="83" stroke="#c9a84c" stroke-width="1.5"/>
|
| <!-- CONTACT PARTNERS -->
|
| <text x="176" y="104" font-family="'Inter','Arial',sans-serif" font-size="19" font-weight="500" fill="#c9bfa0" letter-spacing="7">CONTACT PARTNERS</text>
|
| </svg>
|
| </div>
|
|
|
| <div class="nav-pages">
|
| <button class="nav-btn active" onclick="showPage('p1')" id="btn-p1">
|
| Revenue
|
| </button>
|
| <button class="nav-btn" onclick="showPage('p2')" id="btn-p2">
|
| Appointments
|
| </button>
|
| <button class="nav-btn" onclick="showPage('p3')" id="btn-p3">
|
| Contact
|
| </button>
|
| </div>
|
| <button class="nav-cta" onclick="showPage('p3');document.getElementById('ctaEmail')?.focus()">Let's Talk →</button>
|
| </nav>
|
|
|
| <!-- ═══ PAGE 1: REVENUE ENGINE ═══ -->
|
| <div id="p1" class="page active">
|
| <section id="p1-top" class="hero">
|
| <div class="orb orb-1"></div><div class="orb orb-2"></div>
|
| <div class="hero-inner">
|
| <div style="margin-bottom:22px">
|
| <div class="hero-badge"><span></span>DTC Retention · Payment Recovery · Reactivation</div>
|
| </div>
|
| <div class="hero-grid">
|
| <div>
|
| <h1>We Don't Run<br/><span class="strike">Call Centers</span><br/>We Build <em>Revenue Engines.</em></h1>
|
| <p class="manifesto">Most companies lose money in the exact place they should be making it: conversations with prospects and customers.</p>
|
| <p class="hero-sub">Missed follow-ups. Weak scripts. Untrained agents. Zero performance tracking. These aren't annoyances — they're quietly killing your growth. That's where we come in.</p>
|
| <div class="hero-ctas">
|
| <button class="btn-primary" onclick="showPage('p3')">Build My Revenue Engine →</button>
|
| <button class="btn-ghost" onclick="document.getElementById('p1-verts').scrollIntoView({behavior:'smooth'})">See What We Handle</button>
|
| </div>
|
| <div class="hero-proof">
|
| <div class="hero-proof-item"><strong>$12M+</strong><span>Revenue Recovered</span></div>
|
| <div class="hero-proof-item"><strong>68%</strong><span>Avg. Payment Recovery</span></div>
|
| <div class="hero-proof-item"><strong>4.2x</strong><span>Avg. ROI in 90 Days</span></div>
|
| </div>
|
| </div>
|
| <div class="hero-right">
|
| <div class="recovery-dashboard">
|
| <div class="dash-header">
|
| <span class="dash-title">Live Recovery Dashboard</span>
|
| <div class="dash-live"><div class="live-dot"></div>Processing</div>
|
| </div>
|
| <div class="rec-rows" id="p1RecRows">
|
| <div class="rec-row"><div class="rec-icon rg">💳</div><div class="rec-info"><strong>Declined Payment Recovered</strong><span>Subscription renewal — Day 1 retry</span></div><div class="rec-val">+$297</div></div>
|
| <div class="rec-row"><div class="rec-icon ra">🔄</div><div class="rec-info"><strong>Churned Customer Reactivated</strong><span>180-day dormant — win-back accepted</span></div><div class="rec-val gold">+$1,188</div></div>
|
| <div class="rec-row"><div class="rec-icon rb">💬</div><div class="rec-info"><strong>Dead Lead Re-Engaged</strong><span>9-month contact — booked appointment</span></div><div class="rec-val">Booked</div></div>
|
| <div class="rec-row"><div class="rec-icon rg">📦</div><div class="rec-info"><strong>Cancellation Saved</strong><span>Retention offer accepted</span></div><div class="rec-val">Retained</div></div>
|
| </div>
|
| </div>
|
| <div class="mini-cntrs">
|
| <div class="mini-c"><strong>847</strong><span>Payments Recovered Today</span></div>
|
| <div class="mini-c"><strong>$43K</strong><span>Revenue Saved Today</span></div>
|
| <div class="mini-c"><strong>312</strong><span>Reactivated</span></div>
|
| </div>
|
| </div>
|
| </div>
|
| </div>
|
| </section>
|
|
|
| <div class="mstrip"><div style="max-width:900px;margin:0 auto"><h2>We measure success in revenue generated and retained — not calls handled.</h2><p>If you're looking for a vendor, we're not the right fit. If you want a partner obsessively focused on growth and ROI — let's talk.</p></div></div>
|
|
|
| <section class="bleeding" style="max-width:100%">
|
| <div style="max-width:1200px;margin:0 auto">
|
| <div class="section-tag">The Revenue Leak</div>
|
| <h2 class="section-h2" style="color:var(--white)">You're Already Sitting<br/>on a Gold Mine.</h2>
|
| <p class="section-lead" style="color:rgba(255,255,255,.55)">The easiest revenue you'll ever make is from customers you've already won. Most businesses let it slip through the cracks every single day.</p>
|
| <div class="loss-grid">
|
| <div class="loss-card"><div class="loss-stat">$136B</div><h3>Lost Annually to Involuntary Churn</h3><p>Declined payments and failed billing silently kill subscription businesses. Most companies recover less than 20% without a dedicated recovery system.</p></div>
|
| <div class="loss-card"><div class="loss-stat">68%</div><h3>of Customers Who Cancel Are Saveable</h3><p>Most churn is preventable. Without a proactive retention team, you're handing revenue to your competitors every single month.</p></div>
|
| <div class="loss-card"><div class="loss-stat">5x</div><h3>Cheaper to Re-Activate Than Acquire</h3><p>Past customers already know you, trust you, and have bought from you. Dead leads already expressed interest. Yet most companies never re-engage either one.</p></div>
|
| <div class="loss-card"><div class="loss-stat">92%</div><h3>of Follow-Ups Never Happen</h3><p>Leads go cold not because they weren't interested — but because nobody followed up enough. Consistency is where the money actually lives.</p></div>
|
| </div>
|
| <div class="bridge"><div class="bridge-icon">⚡</div><div><h3>Paramount plugs every one of these leaks simultaneously.</h3><p>Our bilingual revenue teams handle retention, payment recovery, reactivation campaigns, and dead-lead re-engagement — all under one roof, fully managed, 100% performance-focused.</p></div></div>
|
| </div>
|
| </section>
|
|
|
| <section class="verts" id="p1-verts">
|
| <div style="max-width:1200px;margin:0 auto">
|
| <div class="section-tag">What We Handle</div>
|
| <h2 class="section-h2">Four Revenue Streams.<br/>One Unified Team.</h2>
|
| <p class="section-lead" style="color:var(--gray)">We handle the conversations that directly impact your bottom line — so your team never has to chase, recover, or re-engage manually again.</p>
|
| <div class="verts-grid">
|
| <div class="vcard vc-g"><div class="vi-wrap vi-g">🛡️</div><div class="vlabel vl-g">Customer Retention</div><h3>Stop the Bleed Before It Starts</h3><p>Proactive retention calls, cancellation saves, and win-back scripts deployed the moment a customer signals churn intent.</p><ul class="vcl"><li><span class="vck vck-g">✓</span>Proactive at-risk customer outreach</li><li><span class="vck vck-g">✓</span>Cancellation save campaigns</li><li><span class="vck vck-g">✓</span>Loyalty offers & retention scripts</li><li><span class="vck vck-g">✓</span>English + Spanish agents</li></ul><div class="vres">📊 35–60% churn reduction in 60 days</div></div>
|
| <div class="vcard vc-a"><div class="vi-wrap vi-a">💳</div><div class="vlabel vl-a">Declined Payment Recovery</div><h3>Turn Failed Charges Into Revenue</h3><p>Agents contact customers immediately after payment failures via phone, SMS, and email with empathetic, conversion-focused scripts.</p><ul class="vcl"><li><span class="vck vck-a">✓</span>Same-day outreach on all failed payments</li><li><span class="vck vck-a">✓</span>Multi-channel: call, text, email</li><li><span class="vck vck-a">✓</span>Dunning sequences Days 1, 3, 7, 14</li><li><span class="vck vck-a">✓</span>Bilingual agents</li></ul><div class="vres">💰 68% average recovery rate</div></div>
|
| <div class="vcard vc-b"><div class="vi-wrap vi-b">🔄</div><div class="vlabel vl-b">Past Customer Reactivation</div><h3>Wake Up Your Dormant Revenue</h3><p>Past customers are your highest-probability buyers. We design full reactivation campaigns that bring them back in their preferred language.</p><ul class="vcl"><li><span class="vck vck-b">✓</span>Segmented by recency, frequency, spend</li><li><span class="vck vck-b">✓</span>Personalized win-back offers</li><li><span class="vck vck-b">✓</span>90/180/365-day dormant sequences</li><li><span class="vck vck-b">✓</span>Bilingual campaigns</li></ul><div class="vres">🚀 4.2x ROI on reactivation campaigns</div></div>
|
| <div class="vcard vc-p"><div class="vi-wrap vi-p">⚡</div><div class="vlabel vl-p">Dead Lead Re-Engagement</div><h3>Your Cold Leads Are Still Warm</h3><p>Leads that ghosted aren't gone — they're waiting for the right touch. We mine your dead database and systematically re-engage with fresh angles.</p><ul class="vcl"><li><span class="vck vck-p">✓</span>Database scrubbing & resuscitation</li><li><span class="vck vck-p">✓</span>Multi-touch re-engagement sequences</li><li><span class="vck vck-p">✓</span>New angle scripting</li><li><span class="vck vck-p">✓</span>Qualified re-bookings to your calendar</li></ul><div class="vres">🎯 12–28% of "dead" leads convert</div></div>
|
| </div>
|
| </div>
|
| </section>
|
|
|
| <section class="engine">
|
| <div style="max-width:1200px;margin:0 auto">
|
| <div class="section-tag">Our Approach</div>
|
| <h2 class="section-h2">We Don't Run Scripts.<br/>We Engineer Revenue Systems.</h2>
|
| <p class="section-lead">Every engagement is built around your numbers, your customers, and your growth targets.</p>
|
| <div class="eng-grid">
|
| <div class="eng-card"><div class="eng-num">01</div><h3>Revenue Audit</h3><p>We map every point where revenue is slipping and quantify the opportunity before we touch anything.</p></div>
|
| <div class="eng-card"><div class="eng-num">02</div><h3>Custom Script Build</h3><p>No generic scripts. Your agents are trained on your offer, customers, and brand voice in both English and Spanish.</p></div>
|
| <div class="eng-card"><div class="eng-num">03</div><h3>Bilingual Deployment</h3><p>Dedicated agents go live across all four revenue streams with real-time CRM integration.</p></div>
|
| <div class="eng-card"><div class="eng-num">04</div><h3>Performance Tracking</h3><p>Daily reporting on recovery rates, retention saves, reactivations, and revenue captured.</p></div>
|
| <div class="eng-card"><div class="eng-num">05</div><h3>QA & Optimization</h3><p>Every call is recorded and reviewed. We continuously improve scripts based on what's actually working.</p></div>
|
| <div class="eng-card"><div class="eng-num">06</div><h3>Scale on Demand</h3><p>Add agents, new verticals, or Spanish-language expansion in days, not months.</p></div>
|
| </div>
|
| </div>
|
| </section>
|
|
|
| <section class="metrics">
|
| <div style="max-width:1200px;margin:0 auto">
|
| <div class="section-tag">Proven Results</div>
|
| <h2 class="section-h2">The Numbers Speak<br/>for Themselves</h2>
|
| <div class="met-grid">
|
| <div class="met-card"><div class="met-num">68%</div><div class="met-label">Average Declined Payment Recovery Rate</div></div>
|
| <div class="met-card"><div class="met-num">4.2x</div><div class="met-label">Average Client ROI Within 90 Days</div></div>
|
| <div class="met-card"><div class="met-num">52%</div><div class="met-label">Average Reduction in Monthly Churn</div></div>
|
| <div class="met-card"><div class="met-num">24%</div><div class="met-label">Dead Lead Conversion on Re-Engagement</div></div>
|
| </div>
|
| </div>
|
| </section>
|
|
|
| <section class="testi">
|
| <div style="max-width:1200px;margin:0 auto">
|
| <div class="section-tag">Client Results</div>
|
| <h2 class="section-h2">Growth Partners.<br/>Real ROI.</h2>
|
| <div class="t-grid">
|
| <div class="t-card"><div class="t-stars">★★★★★</div><div class="t-tag tt-a">Payment Recovery</div><blockquote>"We were hemorrhaging $40K a month in failed subscriptions. Paramount's team recovered 71% of that within the first 30 days. Highest-ROI thing we'd done all year."</blockquote><div class="t-auth"><div class="t-av">📦</div><div><strong>Rachel Kim</strong><span>CFO, NutriBox DTC</span></div></div></div>
|
| <div class="t-card"><div class="t-stars">★★★★★</div><div class="t-tag tt-g">Customer Retention</div><blockquote>"Their retention agents sound like our best customer success reps — not a call center. Churn dropped 47% in 60 days and LTV jumped materially."</blockquote><div class="t-auth"><div class="t-av">🧴</div><div><strong>Marco Delgado</strong><span>CEO, Vitalize Wellness</span></div></div></div>
|
| <div class="t-card"><div class="t-stars">★★★★★</div><div class="t-tag tt-b">Lead Reactivation</div><blockquote>"We had 18 months of dead leads in our CRM. Paramount converted 22% into booked appointments — $380K in pipeline we'd completely written off."</blockquote><div class="t-auth"><div class="t-av">🏠</div><div><strong>Tanya Brooks</strong><span>VP Revenue, Apex Home Services</span></div></div></div>
|
| </div>
|
| </div>
|
| </section>
|
|
|
| <section class="partner">
|
| <div class="partner-inner">
|
| <div>
|
| <div class="section-tag">Who We Work With</div>
|
| <h2 class="section-h2">If You Want a Vendor,<br/>We're Not the Right Fit.</h2>
|
| <p style="color:var(--gray);font-size:15px;line-height:1.7;margin-bottom:36px">We work exclusively with companies that are serious about growth — and ready to treat revenue recovery as a strategic priority.</p>
|
| <div class="pp-list">
|
| <div class="pp-item"><div class="pp-icon">📈</div><div><h4>You're Focused on ROI, Not Vanity Metrics</h4><p>We don't care how many calls we make. We care how much revenue we generate and retain for you.</p></div></div>
|
| <div class="pp-item"><div class="pp-icon">🤝</div><div><h4>You Want a Partner, Not an Order-Taker</h4><p>We push back, optimize, and tell you what's working. Expect transparency and honest performance reviews.</p></div></div>
|
| <div class="pp-item"><div class="pp-icon">🌎</div><div><h4>You Serve a Bilingual Market</h4><p>Our English + Spanish teams give you access to markets most competitors can't even reach.</p></div></div>
|
| </div>
|
| </div>
|
| <div class="pbox">
|
| <h3>Are We a Good Fit?</h3>
|
| <p>We're the right partner if you check these boxes:</p>
|
| <ul class="fit-list">
|
| <li><span class="fc">✓</span>You have an existing customer base to retain and reactivate</li>
|
| <li><span class="fc">✓</span>You process recurring or subscription payments</li>
|
| <li><span class="fc">✓</span>You have a lead database that hasn't been properly worked</li>
|
| <li><span class="fc">✓</span>You want measurable ROI with clear attribution</li>
|
| </ul>
|
| <ul class="fit-list">
|
| <li><span class="fx">✗</span>You just want the cheapest option available</li>
|
| <li><span class="fx">✗</span>You're not ready to move fast or make decisions</li>
|
| </ul>
|
| <button class="btn-primary" style="width:100%;justify-content:center" onclick="showPage('p3')">Let's See If We're a Match →</button>
|
| </div>
|
| </div>
|
| </section>
|
|
|
| <section class="p1cta">
|
| <div style="max-width:640px;margin:0 auto;position:relative;z-index:1">
|
| <div class="section-tag">Let's Build Your Engine</div>
|
| <h2 class="section-h2">Stop Leaving Revenue<br/>on the Table.</h2>
|
| <p class="section-lead">Book a free 30-minute revenue audit. We'll identify exactly how much you're losing — and show you precisely how we'd recover it.</p>
|
| <div class="cta-form">
|
| <input type="email" placeholder="Your work email" id="p1Email"/>
|
| <button class="btn-primary" onclick="handleP1CTA()">Book My Free Audit →</button>
|
| </div>
|
| <p class="cta-note">No pitch decks. No fluff. Just a direct conversation about your revenue gaps and how we fix them.</p>
|
| </div>
|
| </section>
|
|
|
| </div><!-- /p1 -->
|
|
|
| <!-- ═══ PAGE 2: APPOINTMENT SETTING ═══ -->
|
| <div id="p2" class="page">
|
| <section class="hero">
|
| <div class="orb1"></div><div class="orb2"></div>
|
| <div class="hero-inner">
|
| <div class="hero-badge">Bilingual Appointment Setting Experts</div>
|
| <div class="hgrid">
|
| <div>
|
| <h1>More Qualified Meetings.<br/>Zero Language<br/><span class="ul-gold gold">Barriers.</span></h1>
|
| <p class="hero-sub">Paramount Contact Partners fills your calendar with high-intent, decision-ready prospects — in English <em>and</em> Spanish. Double your market. Triple your pipeline.</p>
|
| <div class="hero-ctas">
|
| <button class="btn-primary" onclick="showPage('p3')">Get Your Free Strategy Call →</button>
|
| <button class="btn-ghost" onclick="document.getElementById('p2-how').scrollIntoView({behavior:'smooth'})">See How It Works</button>
|
| </div>
|
| <div class="hero-stats">
|
| <div class="hero-stat"><strong>85%</strong><span>Show Rate on Booked Calls</span></div>
|
| <div class="hero-stat"><strong>2M+</strong><span>Prospects Contacted</span></div>
|
| <div class="hero-stat"><strong>40+</strong><span>Industries Served</span></div>
|
| </div>
|
| </div>
|
| <div class="ag-wrap">
|
| <div class="ag-card"><div class="ag-header"><div class="ag-av">👩</div><div class="ag-info"><strong>Sofia R. — Senior Appointment Setter</strong><span>Healthcare & Insurance Specialist</span></div><div class="ag-live">LIVE</div></div><div class="lang-tags"><span class="ltag ltag-en">🇺🇸 English</span><span class="ltag ltag-es">🇪🇸 Español</span></div></div>
|
| <div class="ag-card"><div class="ag-header"><div class="ag-av">👨</div><div class="ag-info"><strong>Marcus T. — Lead Qualifier</strong><span>B2B SaaS & Tech Verticals</span></div><div class="ag-live">LIVE</div></div><div class="lang-tags"><span class="ltag ltag-en">🇺🇸 English</span><span class="ltag ltag-es">🇲🇽 Español</span></div></div>
|
| <div class="mini-row"><div class="mini-s"><strong>320</strong><span>Appts Set Today</span></div><div class="mini-s"><strong>47%</strong><span>Spanish Prospects</span></div><div class="mini-s"><strong>4.9★</strong><span>Client Rating</span></div></div>
|
| </div>
|
| </div>
|
| </div>
|
| </section>
|
|
|
| <section class="trust"><div class="trust-inner"><span class="trust-label">Trusted across industries</span><div class="trust-items"><div class="trust-item">🏥 Healthcare</div><div class="trust-item">💼 B2B SaaS</div><div class="trust-item">🏠 Real Estate</div><div class="trust-item">⚖️ Legal Services</div><div class="trust-item">💰 Financial Services</div><div class="trust-item">🔧 Home Services</div></div></div></section>
|
|
|
| <section class="prob"><div style="max-width:1200px;margin:0 auto"><div class="section-tag">The Hard Truth</div><h2 class="section-h2">You're Losing Deals<br/>Before the Conversation Starts</h2><p class="section-lead">68M Spanish speakers in the US represent nearly $2 trillion in buying power — and most businesses can't even get them on the phone.</p><div class="prob-grid"><div class="prob-card"><span class="prob-icon">📉</span><h3>Low Contact Rates</h3><p>Your in-house team reaches fewer than 12% of your leads. The rest go cold while your competitors capitalize.</p></div><div class="prob-card"><span class="prob-icon">🌐</span><h3>Untapped Hispanic Market</h3><p>Spanish-speaking prospects hang up on English-only reps. That's revenue walking out the door — every single day.</p></div><div class="prob-card"><span class="prob-icon">⏰</span><h3>Sales Team Bottleneck</h3><p>Your closers waste 60% of their day on prospecting instead of closing ready buyers.</p></div></div></div></section>
|
|
|
| <section class="how" id="p2-how"><div style="max-width:1200px;margin:0 auto"><div class="section-tag">Our Process</div><h2 class="section-h2">From Cold Lead to<br/>Confirmed Meeting in 72 Hours</h2><p class="section-lead" style="color:var(--gray)">A proven 4-step system that gets qualified prospects on your calendar — without lifting a finger.</p><div class="steps"><div class="step"><div class="step-num">01</div><h3>Onboarding & Brief</h3><p>We learn your ICP, offer, and goals. Agents are trained to sound like your brand — not a call center.</p></div><div class="step"><div class="step-num">02</div><h3>Bilingual Outreach</h3><p>English & Spanish agents hit phones, emails, and texts — reaching prospects in their preferred language.</p></div><div class="step"><div class="step-num">03</div><h3>Qualify & Confirm</h3><p>We pre-qualify every lead against your criteria. No tire-kickers. No wasted time.</p></div><div class="step"><div class="step-num">04</div><h3>Show Up & Close</h3><p>You receive confirmed, briefed appointments. Your team focuses 100% on closing.</p></div></div></div></section>
|
|
|
| <section class="bili"><div style="max-width:1200px;margin:0 auto"><div class="section-tag">Bilingual Advantage</div><h2 class="section-h2">One Team. Two Languages.<br/>Twice the Market.</h2><div class="bi-grid"><div><div class="bi-card"><div class="bi-flags"><div class="bi-flag"><span class="fe">🇺🇸</span><strong>English</strong><span>Native Fluency</span></div><div class="bi-flag"><span class="fe">🇪🇸</span><strong>Español</strong><span>Fluidez Nativa</span></div></div><div class="bi-quote"><p>"Hi Mr. Reyes — I'm calling to confirm your appointment with our team for Tuesday at 2 PM."</p><div class="bi-lang">🇺🇸 English Outreach</div></div><div class="bi-quote"><p>"Buenos días, Señor Reyes — le llamo para confirmar su cita este martes a las 2 PM."</p><div class="bi-lang">🇪🇸 Spanish Outreach</div></div></div></div><div><div class="bi-ben"><div class="bi-ben-icon">🤝</div><div><h4>Build Trust Instantly</h4><p>When a prospect is contacted in their native language, trust skyrockets. Our agents are culturally fluent — not just linguistically capable.</p></div></div><div class="bi-ben"><div class="bi-ben-icon">📈</div><div><h4>Unlock a $2T Market</h4><p>The U.S. Hispanic market is massively underserved. Our bilingual agents give you first-mover advantage in your industry.</p></div></div><div class="bi-ben"><div class="bi-ben-icon">⚡</div><div><h4>3x Higher Connect Rates</h4><p>Spanish-speaking prospects are 3x more likely to engage when called in Spanish. More conversations means more revenue.</p></div></div></div></div></div></section>
|
|
|
| <section class="svcs"><div style="max-width:1200px;margin:0 auto"><div class="section-tag">What We Do</div><h2 class="section-h2">Full-Spectrum Appointment<br/>Setting Solutions</h2><p class="section-lead" style="color:var(--gray)">Whether you need outbound muscle, inbound handling, or a fully managed pipeline — covered in both languages.</p><div class="svc-grid"><div class="svc-card"><span class="svc-icon">📞</span><h3>Outbound Cold Calling</h3><p>High-volume bilingual outreach to turn cold leads into warm, booked appointments on autopilot.</p><ul class="svc-list"><li>Scripted & customized to your brand</li><li>English + Spanish agent pairs</li><li>Real-time CRM updates</li><li>Objection handling expertise</li></ul></div><div class="svc-card"><span class="svc-icon">🎯</span><h3>Lead Qualification</h3><p>Don't just book meetings — book the <em>right</em> meetings. We vet every prospect against your ICP.</p><ul class="svc-list"><li>BANT / CHAMP qualification</li><li>Industry-specific scripts</li><li>Decision-maker identification</li><li>Full lead notes before every call</li></ul></div><div class="svc-card"><span class="svc-icon">📧</span><h3>Multi-Channel Outreach</h3><p>Phone, email, and SMS in both languages — meeting prospects wherever they are.</p><ul class="svc-list"><li>Bilingual email sequences</li><li>SMS follow-up campaigns</li><li>LinkedIn outreach support</li><li>Coordinated touchpoint strategy</li></ul></div><div class="svc-card"><span class="svc-icon">🔁</span><h3>No-Show Recovery</h3><p>We don't let missed appointments die. Agents follow up, re-engage, and rebook with persistence.</p><ul class="svc-list"><li>Same-day reschedule outreach</li><li>Multi-language re-engagement</li><li>Automated + human follow-up</li><li>Reduced no-show rates by 40%</li></ul></div><div class="svc-card"><span class="svc-icon">📊</span><h3>Pipeline Reporting</h3><p>Total visibility into every contact, conversation, and appointment — in real time.</p><ul class="svc-list"><li>Live dashboard access</li><li>Daily performance reports</li><li>Call recording & QA review</li><li>ROI tracking & analytics</li></ul></div><div class="svc-card"><span class="svc-icon">🏢</span><h3>Dedicated Agent Teams</h3><p>Dedicated bilingual agents who become experts in your business and sound like your brand.</p><ul class="svc-list"><li>Brand immersion training</li><li>Teams of 2–10+ agents</li><li>Weekly performance reviews</li><li>Scalable on demand</li></ul></div></div></div></section>
|
|
|
| <section class="results"><div style="max-width:1200px;margin:0 auto"><div class="section-tag">Proven Performance</div><h2 class="section-h2">Numbers That Close Deals</h2><div class="met-grid"><div class="met-card"><div class="met-num">85%</div><div class="met-label">Average Appointment Show Rate</div></div><div class="met-card"><div class="met-num">3x</div><div class="met-label">Higher Connect Rate in Spanish</div></div><div class="met-card"><div class="met-num">72hr</div><div class="met-label">Average Time to First Appointment</div></div><div class="met-card"><div class="met-num">40%</div><div class="met-label">Reduction in No-Show Rate</div></div></div></div></section>
|
|
|
| <section class="testi2"><div style="max-width:1200px;margin:0 auto"><div class="section-tag">Client Results</div><h2 class="section-h2">Businesses That Scaled<br/>with Paramount</h2><div class="t2-grid"><div class="t2-card"><div class="t2-stars">★★★★★</div><blockquote>"We doubled our qualified pipeline in 90 days. The Spanish-speaking team unlocked a market segment we'd completely ignored."</blockquote><div class="t2-auth"><div class="t2-av">🏥</div><div><strong>David Morales</strong><span>CEO, Sunrise Health Group</span></div></div></div><div class="t2-card"><div class="t2-stars">★★★★★</div><blockquote>"Our closers used to spend half their day prospecting. Revenue per rep went up 67% in the first quarter alone."</blockquote><div class="t2-auth"><div class="t2-av">💼</div><div><strong>Jennifer Walsh</strong><span>VP Sales, TechFlow Solutions</span></div></div></div><div class="t2-card"><div class="t2-stars">★★★★★</div><blockquote>"As a real estate firm serving a diverse market, having bilingual appointment setters was non-negotiable. Paramount delivered from week one."</blockquote><div class="t2-auth"><div class="t2-av">🏠</div><div><strong>Carlos Vega</strong><span>Owner, Vega Realty Partners</span></div></div></div></div></div></section>
|
|
|
| <section class="p2cta"><div style="max-width:640px;margin:0 auto;position:relative;z-index:1"><div class="section-tag">Let's Talk</div><h2 class="section-h2">Ready to Fill Your Calendar<br/>with Qualified Appointments?</h2><p class="section-lead">Get a free strategy session. We'll map out exactly how many appointments we can generate for your business — in English and Spanish.</p><div class="cta2-form"><input type="email" placeholder="Enter your work email" id="p2Email"/><button class="btn-primary" onclick="handleP2CTA()">Book My Free Call →</button></div><p class="cta-note">No contracts. No commitment. Just a 30-minute strategy call that could change your pipeline.</p></div></section>
|
|
|
| </div><!-- /p2 -->
|
|
|
| <!-- ═══ PAGE 3: CONTACT ═══ -->
|
| <div id="p3" class="page">
|
| <section class="phero">
|
| <div class="phero-badge"><span></span>We Respond Within 24 Hours</div>
|
| <h1>Let's Start a <em>Real</em> Conversation.</h1>
|
| <p>No forms that disappear into the void. No runaround. Reach us directly — or let us reach you.</p>
|
| </section>
|
|
|
| <div class="qstrip"><div class="qs-inner">
|
| <a href="tel:8447800017" class="qi"><div class="qi-icon">📞</div><div class="qi-info"><span>Call Us Directly</span><strong>844-780-0017</strong></div><span class="qi-arr">→</span></a>
|
| <a href="mailto:Growth@paramountcontactpartners.com" class="qi"><div class="qi-icon">✉️</div><div class="qi-info"><span>Send Us an Email</span><strong>Growth@paramountcontactpartners.com</strong></div><span class="qi-arr">→</span></a>
|
| <div class="qi" onclick="openChat()"><div class="qi-icon">💬</div><div class="qi-info"><span>Live Chat</span><strong>Chat with Our Team Now</strong></div><span class="qi-arr">→</span></div>
|
| </div></div>
|
|
|
| <div class="cmain">
|
| <div class="fcard">
|
| <div class="fcard-tag">Get In Touch</div>
|
| <h2>Tell Us About Your Business.</h2>
|
| <p>Fill out the form and a Paramount strategist will reach out within one business day.</p>
|
| <form id="p3Form" novalidate>
|
| <div class="frow">
|
| <div class="fg"><label>First Name <span class="req">*</span></label><input type="text" id="c3fn" placeholder="John" required/></div>
|
| <div class="fg"><label>Last Name <span class="req">*</span></label><input type="text" id="c3ln" placeholder="Smith" required/></div>
|
| </div>
|
| <div class="frow">
|
| <div class="fg"><label>Work Email <span class="req">*</span></label><input type="email" id="ctaEmail" placeholder="john@company.com" required/></div>
|
| <div class="fg"><label>Phone Number <span class="req">*</span></label><input type="tel" id="c3ph" placeholder="(555) 000-0000" required/></div>
|
| </div>
|
| <div class="fg"><label>Company Name <span class="req">*</span></label><input type="text" id="c3co" placeholder="Your Company, Inc." required/></div>
|
| <div class="fg"><label>Monthly Revenue Range</label>
|
| <select id="c3rev"><option value="" disabled selected>Select a range</option><option>Under $50K/month</option><option>$50K – $150K/month</option><option>$150K – $500K/month</option><option>$500K – $1M/month</option><option>$1M+/month</option></select>
|
| </div>
|
| <div class="fg"><label>Services of Interest <span class="req">*</span></label>
|
| <div class="chips" id="p3chips">
|
| <div class="chip" data-v="Appointment Setting">📅 Appointment Setting</div>
|
| <div class="chip" data-v="Customer Retention">🛡️ Retention</div>
|
| <div class="chip" data-v="Payment Recovery">💳 Payment Recovery</div>
|
| <div class="chip" data-v="Lead Reactivation">🔄 Reactivation</div>
|
| <div class="chip" data-v="Dead Lead Re-Engagement">⚡ Dead Leads</div>
|
| <div class="chip" data-v="Bilingual Outreach">🌎 Bilingual</div>
|
| </div>
|
| </div>
|
| <div class="fg"><label>Preferred Language</label>
|
| <div class="lang-tog">
|
| <button type="button" class="ltb act" data-l="English">🇺🇸 English</button>
|
| <button type="button" class="ltb" data-l="Spanish">🇪🇸 Español</button>
|
| <button type="button" class="ltb" data-l="Both">🌎 Both</button>
|
| </div>
|
| </div>
|
| <div class="fg"><label>Tell Us About Your Challenge</label><textarea id="c3msg" placeholder="What's your biggest sales or retention challenge right now?"></textarea></div>
|
| <button type="submit" class="sbtn">Send My Message →</button>
|
| <p class="fnote">🔒 Your information is never shared or sold. We'll respond within one business day.</p>
|
| </form>
|
| </div>
|
|
|
| <div class="rcol">
|
| <div class="icard">
|
| <h3>Reach Us Directly</h3>
|
| <p>Prefer to connect without a form? We're always available.</p>
|
| <div class="cmethods">
|
| <a href="tel:8447800017" class="cmethod"><div class="micon mn">📞</div><div class="minfo"><span>Phone</span><strong>844-780-0017</strong></div><span class="marr">→</span></a>
|
| <a href="mailto:Growth@paramountcontactpartners.com" class="cmethod"><div class="micon mg">✉️</div><div class="minfo"><span>Email</span><strong>Growth@paramountcontactpartners.com</strong></div><span class="marr">→</span></a>
|
| <div class="cmethod" onclick="openChat()"><div class="micon mc">💬</div><div class="minfo"><span>Live Chat</span><strong>Chat with Our Team Now</strong></div><span class="marr">→</span></div>
|
| </div>
|
| </div>
|
| <div class="hcard">
|
| <h3>⏰ Hours of Operation</h3>
|
| <div class="hrows">
|
| <div class="hrow"><span>Monday – Friday</span><strong>8:00 AM – 8:00 PM ET</strong></div>
|
| <div class="hrow"><span>Saturday</span><strong>9:00 AM – 5:00 PM ET</strong></div>
|
| <div class="hrow"><span>Sunday</span><strong>Closed</strong></div>
|
| </div>
|
| <div class="hstatus"><div class="sdot"></div><span id="p3StatusText">Checking availability...</span></div>
|
| </div>
|
| <div class="rcard">
|
| <h4>🚀 What to Expect After You Reach Out</h4>
|
| <div class="ritems">
|
| <div class="ritem">⚡ Confirmation email within 15 minutes</div>
|
| <div class="ritem">📞 Strategist follow-up within 1 business day</div>
|
| <div class="ritem">📊 Free revenue gap assessment on your call</div>
|
| <div class="ritem">🎯 Custom action plan — no generic pitches</div>
|
| </div>
|
| </div>
|
| </div>
|
| </div>
|
|
|
| <footer>
|
| <div style="display:flex;align-items:center;gap:10px">
|
| <div style="width:30px;height:30px;background:linear-gradient(135deg,#c9a84c,#e8c97a);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:900;color:#0b1a3b">P</div>
|
| <span style="font-size:12px;font-weight:700;color:rgba(255,255,255,.5)">Paramount Contact Partners</span>
|
| </div>
|
| <p style="font-size:12px;color:rgba(255,255,255,.25)">© 2026 Paramount Contact Partners. All rights reserved.</p>
|
| <div style="display:flex;gap:16px">
|
| <span style="font-size:12px;color:rgba(255,255,255,.35);cursor:pointer" onclick="showPage('p1')">Revenue Engine</span>
|
| <span style="font-size:12px;color:rgba(255,255,255,.35);cursor:pointer" onclick="showPage('p2')">Appointment Setting</span>
|
| </div>
|
| </footer>
|
|
|
| <div id="p3suc"><div class="scard"><div class="sico">✅</div><h2>Message Received!</h2><p>A Paramount strategist will contact you within one business day with a custom plan for your business.</p><button onclick="document.getElementById('p3suc').classList.remove('show')">Got It</button></div></div>
|
| </div><!-- /p3 -->
|
|
|
| <!-- ═══ CHAT WIDGET (global) ═══ -->
|
| <div id="chat-launcher">
|
| <button class="cbubble" onclick="toggleChat()" id="chatBtn" aria-label="Open chat">
|
| <div class="cunread" id="chatUnread" style="display:none">1</div>
|
| <svg id="ico-open" width="26" height="26" viewBox="0 0 28 28" fill="none"><path d="M14 2C7.373 2 2 6.925 2 13c0 2.19.668 4.228 1.818 5.938L2 26l7.5-1.818A12.43 12.43 0 0014 25c6.627 0 12-4.925 12-11S20.627 2 14 2z" fill="#0b1a3b"/></svg>
|
| <svg id="ico-close" width="20" height="20" viewBox="0 0 22 22" fill="none" style="display:none"><path d="M2 2l18 18M20 2L2 20" stroke="#0b1a3b" stroke-width="2.5" stroke-linecap="round"/></svg>
|
| </button>
|
| </div>
|
|
|
| <div id="chat-window">
|
| <div class="chat-hd">
|
| <div class="chat-av">👩</div>
|
| <div class="chat-ai"><strong>Sofia — Paramount Advisor</strong><span>Typically replies in under 2 minutes</span></div>
|
| <button class="chat-x" onclick="toggleChat()">✕</button>
|
| </div>
|
| <div class="chat-sub">🌎 Bilingual Support — English & Español</div>
|
| <div class="qrs">
|
| <button class="qrb" onclick="sendQ('Appointment Setting')">📅 Appointments</button>
|
| <button class="qrb" onclick="sendQ('Payment Recovery')">💳 Payment Recovery</button>
|
| <button class="qrb" onclick="sendQ('Customer Retention')">🛡️ Retention</button>
|
| <button class="qrb" onclick="sendQ('Reactivate dead leads')">⚡ Dead Leads</button>
|
| <button class="qrb" onclick="sendQ('Pricing')">💰 Pricing</button>
|
| <button class="qrb" onclick="sendQ('Hablar en español')">🇪🇸 Español</button>
|
| </div>
|
| <div class="chat-msgs" id="chatMsgs"></div>
|
| <div class="chat-inp">
|
| <textarea id="chatTxt" placeholder="Type your message..." rows="1" onkeydown="handleKey(event)" oninput="autoResize(this)"></textarea>
|
| <button class="csend" onclick="sendMsg()"><svg width="17" height="17" viewBox="0 0 24 24"><path d="M2.01 21L23 12 2.01 3 2 10l15 2-15 2z"/></svg></button>
|
| </div>
|
| <div class="cpow">Powered by Paramount Contact Partners</div>
|
| </div>
|
|
|
| <!-- ═══ GLOBAL JAVASCRIPT ═══ -->
|
| <script>
|
| // ── Page switching ──
|
| function showPage(id){
|
| const target=document.getElementById(id);
|
| if(!target) return;
|
| document.querySelectorAll('#paramount-site .page').forEach(p=>p.classList.remove('active'));
|
| target.classList.add('active');
|
| document.querySelectorAll('#paramount-site .nav-btn').forEach(b=>b.classList.remove('active'));
|
| const btn=document.getElementById('btn-'+id);
|
| if(btn) btn.classList.add('active');
|
| const nav=document.querySelector('#paramount-site nav');
|
| const offset=nav ? nav.offsetHeight : 0;
|
| window.scrollTo({top: Math.max(0, target.offsetTop - offset), behavior:'smooth'});
|
| }
|
|
|
|
|
| function updateStatus(){
|
| const et=new Date(new Date().toLocaleString('en-US',{timeZone:'America/New_York'}));
|
| const d=et.getDay(),h=et.getHours()+et.getMinutes()/60;
|
| const open=(d>=1&&d<=5&&h>=8&&h<20)||(d===6&&h>=9&&h<17);
|
| const el=document.getElementById('p3StatusText');
|
| if(el){
|
| el.textContent=open?"We're open right now — call or chat immediately!":"We're currently closed — leave a message and we'll respond ASAP.";
|
| const dot=el.previousElementSibling;
|
| if(dot)dot.style.background=open?'#22c55e':'#f59e0b';
|
| }
|
| }
|
| updateStatus();setInterval(updateStatus,60000);
|
|
|
|
|
| document.querySelectorAll('#p3chips .chip').forEach(c=>{
|
| c.addEventListener('click',()=>c.classList.toggle('sel'));
|
| });
|
| document.querySelectorAll('#p3 .ltb').forEach(b=>{
|
| b.addEventListener('click',()=>{
|
| document.querySelectorAll('#p3 .ltb').forEach(x=>x.classList.remove('act'));
|
| b.classList.add('act');
|
| });
|
| });
|
|
|
|
|
| const p3FormEl=document.getElementById('p3Form');
|
| if(p3FormEl){p3FormEl.addEventListener('submit',function(e){
|
| e.preventDefault();
|
| const fields=[{id:'c3fn'},{id:'ctaEmail'},{id:'c3ph'},{id:'c3co'}];
|
| let ok=true;
|
| fields.forEach(f=>{
|
| const el=document.getElementById(f.id);
|
| if(!el.value.trim()){el.style.borderColor='#ef4444';ok=false;}
|
| else el.style.borderColor='';
|
| });
|
| const em=document.getElementById('ctaEmail');
|
| if(em.value&&!em.value.includes('@')){em.style.borderColor='#ef4444';ok=false;}
|
| if(!ok)return;
|
| document.getElementById('p3suc').classList.add('show');
|
| this.reset();
|
| document.querySelectorAll('#p3chips .chip').forEach(c=>c.classList.remove('sel'));
|
| document.querySelectorAll('#p3 .ltb').forEach(b=>b.classList.remove('act'));
|
| const firstLang=document.querySelector('#p3 .ltb'); if(firstLang) firstLang.classList.add('act');
|
| });}
|
|
|
|
|
| function handleP1CTA(){
|
| const e=document.getElementById('p1Email');
|
| if(e.value&&e.value.includes('@')){
|
| alert('Excellent! A Paramount strategist will reach out within 24 hours to schedule your free revenue audit.');
|
| e.value='';
|
| } else {
|
| e.style.borderColor='#ef4444';
|
| setTimeout(()=>e.style.borderColor='',3000);
|
| }
|
| }
|
| function handleP2CTA(){
|
| const e=document.getElementById('p2Email');
|
| if(e.value&&e.value.includes('@')){
|
| alert('Thank you! A Paramount strategist will reach out within 24 hours to schedule your free strategy call.');
|
| e.value='';
|
| } else {
|
| e.style.borderColor='#ef4444';
|
| setTimeout(()=>e.style.borderColor='',3000);
|
| }
|
| }
|
|
|
|
|
| const ticks=[
|
| {icon:'💳',label:'Declined Payment Recovered',sub:'Subscription renewal — Day 1 retry',val:'+$297',cls:''},
|
| {icon:'🔄',label:'Churned Customer Reactivated',sub:'180-day dormant — win-back accepted',val:'+$1,188',cls:'gold'},
|
| {icon:'💬',label:'Dead Lead Re-Engaged',sub:'9-month contact — booked appointment',val:'Booked',cls:''},
|
| {icon:'📦',label:'Cancellation Saved',sub:'Retention offer accepted',val:'Retained',cls:''},
|
| {icon:'💳',label:'Payment Retry Successful',sub:'Card updated — billing resumed',val:'+$149',cls:''},
|
| {icon:'🔄',label:'Past Customer Reactivated',sub:'1-year lapse — new offer resonated',val:'+$498',cls:'gold'},
|
| ];
|
| let tIdx=0;
|
| setInterval(()=>{
|
| const rows=document.querySelectorAll('#p1RecRows .rec-row');
|
| if(!rows.length)return;
|
| const d=ticks[tIdx++%ticks.length];
|
| const r=rows[Math.floor(Math.random()*rows.length)];
|
| r.querySelector('.rec-icon').textContent=d.icon;
|
| r.querySelector('.rec-info strong').textContent=d.label;
|
| r.querySelector('.rec-info span').textContent=d.sub;
|
| const v=r.querySelector('.rec-val');
|
| v.textContent=d.val;
|
| v.className='rec-val'+(d.cls?' '+d.cls:'');
|
| r.style.borderColor='rgba(201,168,76,.35)';
|
| setTimeout(()=>r.style.borderColor='',900);
|
| },2800);
|
|
|
|
|
| window.addEventListener('scroll',()=>{
|
| const navEl=document.querySelector('#paramount-site nav'); if(navEl) navEl.style.boxShadow=
|
| window.scrollY>40?'0 4px 30px rgba(0,0,0,.35)':'0 4px 30px rgba(0,0,0,.25)';
|
| });
|
|
|
|
|
| let chatOpen=false,greeted=false;
|
| const botReplies={
|
| appointment:["Great question! Our bilingual appointment setting teams (English + Spanish) fill your calendar with qualified, decision-ready prospects. We typically book clients their first appointments within 72 hours of launch. Which industry are you in?","Appointment setting is our flagship service. We handle outbound calls, qualification, and confirmation — all in English and Spanish. What's your current average close rate?"],
|
| payment:["Our payment recovery team contacts customers immediately after a failed charge via phone, SMS, and email. Our average recovery rate is 68%. How many declined payments are you seeing monthly?","Declined payment recovery is one of the fastest wins we deliver. Most clients start recovering revenue within the first week. What subscription platform are you on?"],
|
| retention:["Our retention specialists make proactive outreach calls before customers cancel — intercepting churn before it happens. Clients see a 35–60% churn reduction in 60 days. Are you in a subscription model?","Customer retention is where we stop the bleed fast. We do proactive outreach, cancellation saves, and loyalty offers — in both English and Spanish. What's your current monthly churn rate?"],
|
| reactivat:["Reactivating past customers is one of the highest-ROI moves you can make — they already trust you. We see 4.2x ROI on reactivation campaigns on average. How long is your oldest dormant customer segment?","Dead lead re-engagement is a goldmine most companies ignore. We typically convert 12–28% of 'dead' leads into booked appointments. How large is your inactive lead database?"],
|
| pric:["Pricing is customized to your volume and goals — built around ROI so you always see more revenue than you spend. The best next step is a free 30-minute strategy call. Can I get your email to set that up?","We don't do one-size pricing. Most clients see 4x+ ROI in 90 days. Want me to connect you with a strategist for a custom proposal?"],
|
| espa:["¡Por supuesto! Tenemos agentes bilingües nativos listos para ayudarle. ¿En qué podemos asistirle hoy? Ofrecemos configuración de citas, recuperación de pagos, retención de clientes y reactivación de prospectos.","¡Claro que sí! Estamos disponibles en español. ¿Le gustaría hablar con uno de nuestros especialistas? Puedo conectarle de inmediato."],
|
| def:["Thanks for your message! Are you looking to set more appointments, recover lost revenue, retain customers, or reactivate past leads?","Great to hear from you! Which challenge is most pressing right now — pipeline, churn, payment recovery, or re-engaging old leads?","Happy to help! Whether it's filling your calendar, recovering declined payments, or winning back churned customers — we do it all bilingually. What's your biggest pain point?"],
|
| };
|
| function getRep(t){
|
| const l=t.toLowerCase();
|
| const r=a=>a[Math.floor(Math.random()*a.length)];
|
| if(/appoint|book|calendar|meeting|sched/.test(l))return r(botReplies.appointment);
|
| if(/payment|declin|charg|bill|dun/.test(l))return r(botReplies.payment);
|
| if(/retent|churn|cancel|retain/.test(l))return r(botReplies.retention);
|
| if(/reactiv|dead.lead|dormant|past.cust|win.back|old.lead/.test(l))return r(botReplies.reactivat);
|
| if(/pric|cost|how.much|fee/.test(l))return r(botReplies.pric);
|
| if(/español|espanol|spanish|hablar|hola/.test(l))return r(botReplies.espa);
|
| if(/hi|hello|hey|hola/.test(l))return "Hi there! 👋 Welcome to Paramount Contact Partners. I'm Sofia, your bilingual advisor. How can I help you grow your revenue today?";
|
| if(/thank|gracias/.test(l))return "You're very welcome! Is there anything else I can help you with?";
|
| if(/human|person|agent|real person|talk to/.test(l))return "Absolutely! Call us at 📞 844-780-0017 or email ✉️ [email protected] — we'd love a real conversation.";
|
| if(/call|phone|number/.test(l))return "You can reach us directly at 📞 844-780-0017. We're available Mon–Fri 8AM–8PM ET and Sat 9AM–5PM ET. Want us to call you instead?";
|
| if(/email/.test(l))return "Email our growth team at ✉️ [email protected]. We typically respond within a few hours during business days.";
|
| return r(botReplies.def);
|
| }
|
| function getTime(){return new Date().toLocaleTimeString('en-US',{hour:'numeric',minute:'2-digit',hour12:true})}
|
| function addMsg(text,type){
|
| const w=document.getElementById('chatMsgs');
|
| if(!w)return;
|
| const d=document.createElement('div');
|
| d.className='msg '+type;
|
| d.innerHTML=type==='bot'
|
| ?`<div class="msg-av">👩</div><div><div class="bbl">${text}</div><div class="msg-t">${getTime()}</div></div>`
|
| :`<div><div class="bbl">${text}</div><div class="msg-t">${getTime()}</div></div>`;
|
| w.appendChild(d);
|
| w.scrollTop=w.scrollHeight;
|
| }
|
| function showTyping(){
|
| const w=document.getElementById('chatMsgs');
|
| if(!w)return;
|
| const d=document.createElement('div');
|
| d.className='typing';d.id='typEl';
|
| d.innerHTML='<div class="msg-av">👩</div><div class="tdots"><div class="td"></div><div class="td"></div><div class="td"></div></div>';
|
| w.appendChild(d);w.scrollTop=w.scrollHeight;
|
| }
|
| function removeTyping(){const e=document.getElementById('typEl');if(e)e.remove();}
|
| function sendMsg(){
|
| const inp=document.getElementById('chatTxt');
|
| if(!inp)return;
|
| const t=inp.value.trim();if(!t)return;
|
| inp.value='';inp.style.height='auto';
|
| addMsg(t,'usr');
|
| showTyping();
|
| setTimeout(()=>{removeTyping();addMsg(getRep(t),'bot');},1100+Math.random()*700);
|
| }
|
| function sendQ(t){const i=document.getElementById('chatTxt'); if(i){i.value=t;sendMsg();}}
|
| function handleKey(e){if(e.key==='Enter'&&!e.shiftKey){e.preventDefault();sendMsg();}}
|
| function autoResize(el){el.style.height='auto';el.style.height=Math.min(el.scrollHeight,90)+'px';}
|
| function openChat(){if(!chatOpen)toggleChat();}
|
| function toggleChat(){
|
| chatOpen=!chatOpen;
|
| const win=document.getElementById('chat-window'); if(!win)return;
|
| win.classList.toggle('open',chatOpen);
|
| const io=document.getElementById('ico-open'); if(io)io.style.display=chatOpen?'none':'block';
|
| const ic=document.getElementById('ico-close'); if(ic)ic.style.display=chatOpen?'block':'none';
|
| const un=document.getElementById('chatUnread'); if(un)un.style.display='none';
|
| if(chatOpen&&!greeted){
|
| greeted=true;
|
| setTimeout(()=>{
|
| showTyping();
|
| setTimeout(()=>{
|
| removeTyping();
|
| addMsg("Hey! 👋 I'm Sofia, your Paramount Contact Partners advisor. Whether you need to fill your calendar, recover declined payments, stop churn, or reactivate old leads — I can point you in the right direction. What brings you here today?",'bot');
|
| },950);
|
| },350);
|
| } else if(chatOpen){
|
| setTimeout(()=>{const w=document.getElementById('chatMsgs');w.scrollTop=w.scrollHeight;},100);
|
| }
|
| }
|
| document.addEventListener('DOMContentLoaded',()=>{ if(!document.querySelector('#paramount-site .page.active')) showPage('p1'); });
|
|
|
|
|
| setTimeout(()=>{
|
| const un=document.getElementById('chatUnread'); if(!chatOpen&&un)un.style.display='flex';
|
| },4000);
|
| </script>
|
| </div><!-- /
|
|
|
| <?php
|
| return ob_get_clean();
|
| });
|
|
|
| |
| |
Comments