1<!DOCTYPE html>
2<html lang="en-US" translate="no">
3<head>
4 <meta charset="utf-8"/>
5 <meta name="viewport" content="width=device-width, initial-scale=1"/>
6 <title>Switch - The Service 4 U</title>
7 <link rel="canonical" href="https://theservice4u.com/switch/"/>
8 <meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1"/>
9
10 <!-- Open Graph -->
11 <meta property="og:locale" content="en_US"/>
12 <meta property="og:type" content="article"/>
13 <meta property="og:title" content="Switch"/>
14 <meta property="og:description" content="SHOP ALL PLANS NOW Stop Settling for Overpriced, Single-Room Streaming. The Service 4U: The Only True Multi-Room Alternative. Switching from another provider? Our setup takes less than 2 minutes."/>
15 <meta property="og:url" content="https://theservice4u.com/switch/"/>
16 <meta property="og:site_name" content="The Service 4 U"/>
17 <meta property="og:image" content="https://theservice4u.com/media_content/The-Service-4-U_transparent.webp"/>
18 <meta name="twitter:card" content="summary_large_image"/>
19
20 <script type="application/ld+json">
21 {
22 "@context": "https://schema.org",
23 "@type": "Product",
24 "name": "The Service 4 U IPTV Plans",
25 "image": "https://theservice4u.com/media_content/The-Service-4-U_transparent.webp",
26 "description": "All IPTV plans include 4 connections. Plans start as low as $12/month when billed annually.",
27 "brand": { "@type": "Brand", "name": "The Service 4 U" },
28 "aggregateRating": { "@type": "AggregateRating", "ratingValue": "4.8", "reviewCount": "127" },
29 "offers": [
30 { "@type": "Offer", "price": "19.99", "priceCurrency": "USD", "availability": "https://schema.org/InStock" }
31 ]
32 }
33 </script>
34
35 <style>
36 *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
37 body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: #444; background: #fff; line-height: 1.6; }
38 a { text-decoration: none; color: inherit; }
39 img { max-width: 100%; vertical-align: middle; }
40
41 /* ── HEADER ── */
42 .site-header { position: sticky; top: 0; background: #fff; z-index: 9999; border-bottom: 1px solid #e5e7eb; }
43 .nav-wrap { max-width: 1100px; margin: auto; display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; }
44 .logo img { height: 52px; width: auto; }
45 .main-nav ul { display: flex; gap: 20px; list-style: none; }
46 .main-nav a { font-weight: 600; color: #111; font-size: 0.95rem; transition: color .2s; }
47 .main-nav a:hover { color: #cc0000; }
48 .menu-toggle { display: none; background: none; border: 1px solid #e5e7eb; font-size: 18px; padding: 8px 12px; border-radius: 8px; cursor: pointer; }
49
50 @media(max-width:768px){
51 .menu-toggle { display: block; }
52 .main-nav { position: absolute; left: 0; right: 0; top: 76px; background: #fff; display: none; border-bottom: 1px solid #e5e7eb; }
53 .main-nav ul { flex-direction: column; padding: 16px; gap: 12px; }
54 .main-nav.active { display: block; }
55 }
56
57 /* ── HERO ── */
58 .hero { max-width: 1100px; margin: 2em auto; padding: 0 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
59 @media(max-width:768px){ .hero { grid-template-columns: 1fr; } }
60 .hero img { width: 100%; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,.12); }
61 .hero-text h1 { font-size: 1.9rem; color: #111; line-height: 1.25; margin-bottom: .6em; }
62 .hero-text p { font-size: 1rem; color: #555; margin-bottom: 1em; }
63 .hero-text .switch-note { font-weight: 700; text-decoration: underline; color: #111; }
64 .hero-text .tagline { font-size: 1.1rem; font-weight: 600; color: #333; }
65
66 /* ── CTA BUTTON ── */
67 .cta-wrap { text-align: center; margin: 1.5em 0; }
68 .cta-btn { display: inline-block; background: #cc0000; color: #fff; padding: 14px 32px; border-radius: 8px; font-weight: 700; font-size: 1.05rem; letter-spacing: .5px; transition: background .2s; animation: pulse 2s infinite; }
69 .cta-btn:hover { background: #a80000; }
70 @keyframes pulse { 0%,100%{transform:scale(1)} 50%{transform:scale(1.04)} }
71
72 /* ── FEATURES ── */
73 .features-section { background: #f9f9f9; padding: 3em 16px; margin: 2em 0; }
74 .features-inner { max-width: 1100px; margin: auto; }
75 .features-inner h2 { text-align: center; font-size: 1.5rem; color: #111; margin-bottom: 1.5em; }
76 .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 20px; }
77 .feature-box { background: #fff; border-radius: 10px; padding: 20px; box-shadow: 0 2px 8px rgba(0,0,0,.06); }
78 .feature-box .icon { font-size: 2rem; margin-bottom: .5em; }
79 .feature-box h5 { font-size: 1rem; color: #111; margin-bottom: .3em; }
80 .feature-box p { font-size: .9rem; color: #666; }
81
82 /* ── COMPATIBILITY NOTE ── */
83 .compat-note { max-width: 1100px; margin: 0 auto 2em; padding: 0 16px; }
84 .compat-note p { font-size: .9rem; font-weight: 700; color: #444; border: 1px solid #e5e7eb; border-radius: 8px; padding: 12px 16px; background: #fffbe6; }
85
86 /* ── PRICING SECTION ── */
87 .pricing-section { max-width: 1200px; margin: 0 auto 3em; padding: 0 16px; }
88 .pricing-section > h2 { text-align: center; font-size: 1.6rem; color: #111; margin-bottom: 1.5em; text-transform: uppercase; letter-spacing: 1px; }
89
90 /* Trial card */
91 .trial-wrap { display: flex; justify-content: center; margin-bottom: 2.5em; }
92 .trial-card { background: #111; color: #fff; border-radius: 12px; padding: 28px 40px; text-align: center; max-width: 380px; width: 100%; }
93 .trial-card h2 { font-size: 1.3rem; margin-bottom: .3em; }
94 .trial-card .price { font-size: 2.8rem; font-weight: 900; color: #4caf50; margin: .4em 0; }
95 .trial-card ul { list-style: none; margin: 1em 0 1.5em; text-align: left; }
96 .trial-card li { padding: .35em 0; font-size: .9rem; display: flex; align-items: center; gap: 8px; }
97 .trial-card li::before { content: "✓"; color: #4caf50; font-weight: 700; }
98 .trial-btn { display: inline-block; background: #4caf50; color: #fff; padding: 12px 28px; border-radius: 8px; font-weight: 700; font-size: 1rem; transition: background .2s; }
99 .trial-btn:hover { background: #388e3c; }
100
101 /* Paid plan cards grid */
102 .plans-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 20px; }
103 .plan-card { border-radius: 12px; border: 1px solid #e0e0e0; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 2px 10px rgba(0,0,0,.07); }
104 .plan-card-header { padding: 20px; text-align: center; }
105 .plan-card-header h2 { font-size: 1.1rem; color: #fff; margin-bottom: .4em; }
106 .plan-card-header .price { font-size: 2.4rem; font-weight: 900; color: #fff; }
107 .plan-card-body { padding: 20px; flex: 1; background: #fff; }
108 .plan-card-body ul { list-style: none; }
109 .plan-card-body li { padding: .4em 0; font-size: .9rem; color: #444; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid #f0f0f0; }
110 .plan-card-body li:last-child { border-bottom: none; }
111 .plan-card-body li svg { width: 14px; height: 14px; flex-shrink: 0; fill: #4caf50; }
112 .plan-card-footer { padding: 16px; background: #fafafa; border-top: 1px solid #eee; display: flex; flex-direction: column; gap: 10px; }
113
114 /* Adult button - RED */
115 .btn-adult { display: block; text-align: center; background: #cc0000; color: #fff; padding: 11px 16px; border-radius: 7px; font-weight: 700; font-size: .9rem; transition: background .2s; }
116 .btn-adult:hover { background: #a80000; }
117 /* Family button - BLUE */
118 .btn-family { display: block; text-align: center; background: #1565c0; color: #fff; padding: 11px 16px; border-radius: 7px; font-weight: 700; font-size: .9rem; transition: background .2s; }
119 .btn-family:hover { background: #0d47a1; }
120
121 /* Plan card header colors */
122 .header-adult { background: #cc0000; }
123 .header-family { background: #1565c0; }
124 .header-mixed { background: #333; }
125
126 /* ── FOOTER ── */
127 .site-footer { background: #111; color: #ccc; text-align: center; padding: 20px 16px; font-size: .85rem; }
128 .site-footer p { margin: 4px 0; }
129 </style>
130</head>
131<body>
132
133 <!-- HEADER -->
134 <header class="site-header">
135 <div class="nav-wrap">
136 <a class="logo" href="https://theservice4u.com/">
137 <img src="https://theservice4u.com/media_content/The-Service-4-U_transparent.webp" alt="The Service 4 U" height="52"/>
138 </a>
139 <button class="menu-toggle" aria-label="Toggle menu">☰</button>
140 <nav class="main-nav" aria-label="Main navigation">
141 <ul>
142 <li><a href="https://theservice4u.com/">Home</a></li>
143 <li><a href="https://theservice4u.com/install/">Installation Instructions</a></li>
144 <li><a href="https://theservice4u.com/clients/clientarea.php">My Account</a></li>
145 <li><a href="https://theservice4u.com/clients/clientarea.php">Client Support</a></li>
146 <li><a href="https://theservice4u.com/resellers/">Resellers</a></li>
147 </ul>
148 </nav>
149 </div>
150 </header>
151
152 <!-- CTA TOP -->
153 <div class="cta-wrap" style="margin-top:1.5em;">
154 <a class="cta-btn" href="https://theservice4u.com/all-plans">SHOP ALL PLANS NOW</a>
155 </div>
156
157 <!-- HERO -->
158 <section class="hero">
159 <img src="https://theservice4u.com/media_content/watching_iptv.webp" alt="Streaming IPTV on Smart TV"/>
160 <div class="hero-text">
161 <h1>Stop Settling for Overpriced, Single-Room Streaming.<br>The Service 4U: The Only True Multi-Room Alternative.</h1>
162 <p class="switch-note">Switching from another provider? Our setup takes less than 2 minutes. No technical skills required.</p>
163 <p class="tagline">Tired of buffering and "one device at a time" limits? Switch to the most reliable HD service on the market. Get 4 simultaneous connections for the price our competitors charge for one.</p>
164 </div>
165 </section>
166
167 <!-- FEATURES -->
168 <div class="features-section">
169 <div class="features-inner">
170 <h2>Our Features</h2>
171 <div class="features-grid">
172 <div class="feature-box">
173 <div class="icon">🕐</div>
174 <h5>True Multi-Room Access</h5>
175 <p>Stream on 4 devices at once—no extra fees.</p>
176 </div>
177 <div class="feature-box">
178 <div class="icon">👥</div>
179 <h5>Instant Activation</h5>
180 <p>Your credentials arrive in seconds, not hours.</p>
181 </div>
182 <div class="feature-box">
183 <div class="icon">🏎️</div>
184 <h5>Premium Sports & Cinema</h5>
185 <p>Full HD coverage of every major event, anytime, anywhere.</p>
186 </div>
187 </div>
188 </div>
189 </div>
190
191 <!-- COMPATIBILITY NOTE -->
192 <div class="compat-note">
193 <p>Please note: Our service is compatible with Firestick, Android TV, NVIDIA Shield, Apple TV, Mac, PC, iOS and iPadOS. Smart TV installation is available for select players; however, compatibility isn't guaranteed (excluding devices connected to a Smart TV).</p>
194 </div>
195
196 <!-- PRICING -->
197 <div class="pricing-section">
198 <h2>start watching now</h2>
199
200 <!-- FREE TRIAL -->
201 <div class="trial-wrap">
202 <div class="trial-card">
203 <h2>Trial – 48 Hours</h2>
204 <div class="price">FREE</div>
205 <ul>
206 <li>1 Device</li>
207 <li>No Pay Per View</li>
208 <li>No Sports</li>
209 <li>No On-Demand</li>
210 <li>Limited Channels – Trial is for viewing service quality</li>
211 </ul>
212 <a class="trial-btn" href="https://theservice4u.com/clients/cart.php?a=add&pid=11" rel="nofollow">Get FREE Trial</a>
213 </div>
214 </div>
215
216 <!-- PAID PLANS -->
217 <div class="plans-grid">
218
219 <!-- 1 MONTH -->
220 <div class="plan-card">
221 <div class="plan-card-header header-mixed">
222 <h2>One Month Plan</h2>
223 <div class="price">$19.99</div>
224 </div>
225 <div class="plan-card-body">
226 <ul>
227 <li><svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"/></svg>4 Connections max</li>
228 <li><svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"/></svg>Live Channels</li>
229 <li><svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"/></svg>Premium Sports & Movie Channels</li>
230 <li><svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"/></svg>Adult Access Optional</li>
231 </ul>
232 </div>
233 <div class="plan-card-footer">
234 <a class="btn-adult" href="https://theservice4u.com/clients/cart.php?a=add&pid=1" rel="nofollow">
235 🔞 Choose 1 Month Adult Plan
236 </a>
237 <a class="btn-family" href="https://theservice4u.com/clients/cart.php?a=add&pid=6" rel="nofollow" target="_blank">
238 🛡️ Choose 1 Month Family-Friendly Plan
239 </a>
240 </div>
241 </div>
242
243 <!-- 3 MONTHS -->
244 <div class="plan-card">
245 <div class="plan-card-header header-mixed">
246 <h2>3 Months Plan <small style="font-size:.75rem;display:block;opacity:.85">(MOST POPULAR)</small></h2>
247 <div class="price">$49.99</div>
248 </div>
249 <div class="plan-card-body">
250 <ul>
251 <li><svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"/></svg>4 Connections max</li>
252 <li><svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"/></svg>Live Channels</li>
253 <li><svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"/></svg>Premium Sports & Movie Channels</li>
254 <li><svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"/></svg>Adult Access Optional</li>
255 </ul>
256 </div>
257 <div class="plan-card-footer">
258 <a class="btn-adult" href="https://theservice4u.com/clients/cart.php?a=add&pid=2" rel="nofollow">
259 🔞 Choose 3 Month Adult Plan
260 </a>
261 <a class="btn-family" href="https://theservice4u.com/clients/cart.php?a=add&pid=7" rel="nofollow" target="_blank">
262 🛡️ Choose 3 Month Family-Friendly Plan
263 </a>
264 </div>
265 </div>
266
267 <!-- 6 MONTHS -->
268 <div class="plan-card">
269 <div class="plan-card-header header-mixed">
270 <h2>6 Months Plan</h2>
271 <div class="price">$79.99</div>
272 </div>
273 <div class="plan-card-body">
274 <ul>
275 <li><svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"/></svg>4 Connections max</li>
276 <li><svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"/></svg>Live Channels</li>
277 <li><svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"/></svg>Premium Sports & Movie Channels</li>
278 <li><svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"/></svg>Adult Access Optional</li>
279 </ul>
280 </div>
281 <div class="plan-card-footer">
282 <a class="btn-adult" href="https://theservice4u.com/clients/cart.php?a=add&pid=4" rel="nofollow">
283 🔞 Choose 6 Month Adult Plan
284 </a>
285 <a class="btn-family" href="https://theservice4u.com/clients/cart.php?a=add&pid=8" rel="nofollow" target="_blank">
286 🛡️ Choose 6 Month Family-Friendly Plan
287 </a>
288 </div>
289 </div>
290
291 <!-- 12 MONTHS -->
292 <div class="plan-card">
293 <div class="plan-card-header header-mixed">
294 <h2>12 Months Plan</h2>
295 <div class="price">$139.99</div>
296 </div>
297 <div class="plan-card-body">
298 <ul>
299 <li><svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"/></svg>4 Connections max</li>
300 <li><svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"/></svg>Live Channels</li>
301 <li><svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"/></svg>Premium Sports & Movie Channels</li>
302 <li><svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"/></svg>Adult Access Optional</li>
303 </ul>
304 </div>
305 <div class="plan-card-footer">
306 <a class="btn-adult" href="https://theservice4u.com/clients/cart.php?a=add&pid=5" rel="nofollow">
307 🔞 Choose 12 Month Adult Plan
308 </a>
309 <a class="btn-family" href="https://theservice4u.com/clients/cart.php?a=add&pid=10" rel="nofollow" target="_blank">
310 🛡️ Choose 12 Month Family-Friendly Plan
311 </a>
312 </div>
313 </div>
314
315 </div><!-- /.plans-grid -->
316 </div><!-- /.pricing-section -->
317
318 <!-- FOOTER -->
319 <footer class="site-footer">
320 <p>Copyright © 2026 The Service 4 U</p>
321 <p>Powered by The Service 4 U</p>
322
323 <!-- GCLID / GBRAID / AFF TRACKING — DO NOT MODIFY -->
324 <script>
325 (function() {
326 var urlParams = new URLSearchParams(window.location.search);
327 var gclid = urlParams.get('gclid');
328 var gbraid = urlParams.get('gbraid');
329 var affId = urlParams.get('aff');
330 var idToSave = gclid || gbraid;
331
332 if (idToSave) {
333 var date = new Date();
334 date.setTime(date.getTime() + (30 * 24 * 60 * 60 * 1000));
335 document.cookie = "gclid_storage=" + idToSave + "; expires=" + date.toUTCString() + "; path=/; SameSite=Lax";
336 document.cookie = "whmcs_gclid_final=" + idToSave + "; path=/; max-age=2592000; SameSite=Lax; secure";
337 }
338 if (affId) {
339 document.cookie = "whmcs_aff_final=" + affId + "; path=/; max-age=2592000; SameSite=Lax; secure";
340 }
341 })();
342 </script>
343 </footer>
344
345 <!-- Mobile nav toggle -->
346 <script>
347 document.addEventListener("DOMContentLoaded", function(){
348 var btn = document.querySelector(".menu-toggle");
349 var nav = document.querySelector(".main-nav");
350 if (!btn || !nav) return;
351 btn.addEventListener("click", function(){
352 nav.classList.toggle("active");
353 });
354 });
355 </script>
356
357</body>
358</html>
359