<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Buy TikTok Likes & Views – SelectEverything Growth Agency</title>
<meta name="description" content="Stop posting to crickets. Get real TikTok likes, views and followers delivered strategically over 5-7 days. International Growth Agency. From $5.">
<meta name="keywords" content="buy tiktok likes, tiktok growth, tiktok views, tiktok followers, tiktok boost">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://selecteverything.com">
<meta property="og:type" content="website">
<meta property="og:title" content="SelectEverything – International TikTok Growth Agency">
<meta property="og:description" content="The shortcut top creators use to skip the grind and land brand deals.">
<meta property="og:url" content="https://selecteverything.com">
<meta property="og:image" content="https://selecteverything.com/og-image.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="SelectEverything – TikTok Growth That Actually Works">
<meta name="twitter:description" content="Real TikTok likes, views and followers. Starting from $5.">
<meta name="twitter:image" content="https://selecteverything.com/og-image.jpg">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Service",
"name": "SelectEverything – International TikTok Growth Agency",
"description": "Premium TikTok likes, views and followers delivered over 5-7 days",
"url": "https://selecteverything.com",
"offers": [
{"@type": "Offer", "name": "Viral Starter", "price": "49", "priceCurrency": "USD"},
{"@type": "Offer", "name": "Traction Builder", "price": "149", "priceCurrency": "USD"},
{"@type": "Offer", "name": "Peak Performance", "price": "299", "priceCurrency": "USD"},
{"@type": "Offer", "name": "Monthly Growth Plan", "price": "79", "priceCurrency": "EUR"},
{"@type": "Offer", "name": "Give Us a Try", "price": "5", "priceCurrency": "USD"}
]
}
</script>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
:root {
--dark: #0a0a0f;
--navy: #1e3a8a;
--blue: #3b82f6;
--teal: #06b6d4;
--gold: #f59e0b;
--light: #f8fafc;
--text: #1e293b;
}
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: var(--text); background: white; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* NAV */
header { background: var(--dark); padding: 1rem 0; position: sticky; top: 0; z-index: 100; }
nav { display: flex; justify-content: space-between; align-items: center; }
.logo { color: white; font-size: 1.4rem; font-weight: 800; letter-spacing: -0.5px; flex-shrink: 0; }
.logo span { color: var(--teal); }
nav ul { display: flex; list-style: none; gap: 1.5rem; margin: 0 auto; padding: 0 2rem; }
nav a { color: rgba(255,255,255,0.8); text-decoration: none; font-size: 0.95rem; white-space: nowrap; }
nav a:hover { color: white; }
.nav-cta { background: var(--gold); color: var(--dark) !important; padding: 0.6rem 1.4rem; border-radius: 50px; font-weight: 700; white-space: nowrap; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: white; border-radius: 2px; transition: all 0.3s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; background: #0f172a; padding: 1rem 1.5rem 1.5rem; }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; color: rgba(255,255,255,0.85); text-decoration: none; padding: 0.75rem 0; font-size: 1rem; border-bottom: 1px solid rgba(255,255,255,0.08); }
.mobile-menu a:last-child { border-bottom: none; }

/* HERO */
.hero { background: linear-gradient(135deg, var(--dark) 0%, #0f172a 50%, #1e3a8a 100%); color: white; padding: 5rem 0 4rem; text-align: center; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle at 60% 40%, rgba(6,182,212,0.08) 0%, transparent 60%); pointer-events: none; }
.hero-badge { display: inline-block; background: rgba(245,158,11,0.15); border: 1px solid var(--gold); color: var(--gold); padding: 0.4rem 1rem; border-radius: 50px; font-size: 0.85rem; font-weight: 600; margin-bottom: 1.5rem; letter-spacing: 0.5px; }
.hero h1 { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 900; line-height: 1.15; margin-bottom: 1.5rem; }
.hero h1 em { color: var(--teal); font-style: normal; }
.hero-sub { font-size: 1.15rem; color: rgba(255,255,255,0.75); max-width: 600px; margin: 0 auto 2.5rem; line-height: 1.7; }
.hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 2.5rem; position: relative; z-index: 2; }
.btn-secondary { background: rgba(255,255,255,0.08); color: white; padding: 1rem 2.5rem; border-radius: 50px; font-weight: 600; font-size: 1.05rem; text-decoration: none; border: 1px solid rgba(255,255,255,0.2); display: inline-block; }

/* HERO PACKAGES */
.hero-packages { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 3rem; position: relative; z-index: 2; padding-top: 1.8rem; align-items: flex-start; }
.hero-pkg-outer { position: relative; width: 200px; }
.hero-pkg-popular { position: absolute; top: -1.4rem; left: 50%; transform: translateX(-50%) rotate(-6deg); font-size: 0.7rem; background: var(--teal); color: var(--dark); border-radius: 6px; padding: 0.2rem 0.7rem; font-weight: 800; white-space: nowrap; z-index: 10; box-shadow: 0 3px 10px rgba(6,182,212,0.5); }
.hero-pkg { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.15); border-radius: 16px; padding: 0; text-align: center; cursor: pointer; text-decoration: none; transition: box-shadow 0.25s, border-color 0.25s; width: 100%; height: 150px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 0.3rem; }
.hero-pkg:hover { border-color: var(--teal); box-shadow: 0 8px 28px rgba(6,182,212,0.25); }
.hero-pkg.highlight { border-color: var(--teal); background: rgba(6,182,212,0.1); }
.hero-pkg-price { font-size: 1.8rem; font-weight: 900; color: white; line-height: 1; }
.hero-pkg-name { font-size: 0.78rem; font-weight: 700; color: var(--teal); text-transform: uppercase; letter-spacing: 0.5px; }
.hero-pkg-desc { font-size: 0.75rem; color: rgba(255,255,255,0.5); line-height: 1.4; }
.hero-stats { display: flex; justify-content: center; gap: 3rem; margin-top: 1rem; flex-wrap: wrap; position: relative; z-index: 2; }
.stat { text-align: center; }
.stat-num { font-size: 2rem; font-weight: 900; color: var(--teal); }
.stat-label { font-size: 0.8rem; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.5px; }

/* PAIN */
.pain { background: #fff8f0; padding: 4rem 0; text-align: center; border-top: 3px solid var(--gold); }
.pain h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); color: var(--dark); margin-bottom: 1rem; }
.pain p { color: #64748b; font-size: 1.1rem; max-width: 650px; margin: 0 auto 2rem; }
.pain-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.pain-grid .pain-card:last-child { grid-column: 2; }
.pain-card { background: white; border-radius: 16px; padding: 1.5rem; box-shadow: 0 4px 20px rgba(0,0,0,0.06); border-left: 4px solid var(--gold); text-align: left; }
.pain-card .icon { font-size: 2rem; margin-bottom: 0.5rem; }
.pain-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.4rem; color: var(--dark); }
.pain-card p { font-size: 0.9rem; color: #64748b; line-height: 1.6; }

/* PACKAGES */
.packages { padding: 5rem 0 3rem; background: var(--light); }
.packages h2 { text-align: center; font-size: clamp(1.8rem, 3vw, 2.5rem); color: var(--dark); margin-bottom: 0.5rem; }
.packages-sub { text-align: center; color: #64748b; margin-bottom: 4rem; font-size: 1.05rem; }
.packages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2rem; justify-items: center; justify-content: center; align-items: stretch; }
.package-wrapper { display: flex; flex-direction: column; align-items: center; width: 100%; max-width: 320px; position: relative; padding-top: 1.4rem; height: 100%; }
.package { background: white; border-radius: 24px; padding: 2.5rem; box-shadow: 0 10px 40px rgba(0,0,0,0.08); text-align: center; width: 100%; transition: box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; }
.package:hover { box-shadow: 0 20px 60px rgba(0,0,0,0.18); }
.package.featured { border: 2px solid var(--teal); }
.package-wrapper .featured-badge { background: var(--teal); color: white; padding: 0.35rem 1.4rem; border-radius: 6px; font-size: 0.8rem; font-weight: 700; white-space: nowrap; display: inline-block; position: absolute; top: 0; left: 50%; transform: translateX(-50%) rotate(-3deg); z-index: 10; box-shadow: 0 4px 12px rgba(6,182,212,0.4); }
.package-icon { font-size: 3rem; margin-bottom: 1rem; }
.package h3 { font-size: 1.5rem; font-weight: 800; color: var(--dark); min-height: 4.5rem; display: flex; align-items: center; justify-content: center; margin-bottom: 0; }
.package-tagline { color: #64748b; font-size: 0.9rem; min-height: 2.6rem; display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; padding: 0 0.5rem; margin-top: 0.8rem; }
.price { font-size: 3rem; font-weight: 900; color: var(--navy); line-height: 1; min-height: 3.5rem; display: flex; align-items: center; justify-content: center; gap: 0.3rem; }
.price span { font-size: 1rem; font-weight: 400; color: #94a3b8; }
.package-features { list-style: none; margin: 1.5rem 0; text-align: left; display: flex; flex-direction: column; gap: 0.6rem; flex: 1; }
.package-features li { font-size: 0.9rem; color: #475569; padding-left: 1.5rem; position: relative; }
.package-features li::before { content: '✓'; position: absolute; left: 0; color: var(--teal); font-weight: 700; }
.pkg-btn { display: block; background: var(--navy); color: white; padding: 1rem; border-radius: 50px; font-weight: 700; text-decoration: none; transition: all 0.2s; margin-top: auto; }
.pkg-btn:hover { background: var(--blue); transform: translateY(-2px); }
.pkg-btn.gold { background: var(--gold); color: var(--dark); }
.pkg-btn.gold:hover { background: #d97706; }

/* MONTHLY GROWTH PLAN */
.monthly-section { background: linear-gradient(135deg, #0a0a0f 0%, #1e3a8a 100%); padding: 3rem 0 0; text-align: center; }
.monthly-section h2 { color: white; font-size: clamp(1.4rem, 2.5vw, 2rem); margin-bottom: 0.5rem; }
.monthly-section .section-sub { color: rgba(255,255,255,0.7); font-size: 0.95rem; margin-bottom: 1.5rem; }
.monthly-card { background: white; border: 2px solid #03A84E; border-radius: 20px; max-width: 340px; margin: 0 auto; padding: 2rem; position: relative; }
.monthly-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: #03A84E; color: white; font-size: 0.8rem; font-weight: 700; padding: 4px 18px; border-radius: 20px; letter-spacing: 1px; white-space: nowrap; }
.monthly-icon { font-size: 2rem; margin-bottom: 0.5rem; }
.monthly-card h3 { color: var(--dark); font-size: 1.4rem; font-weight: 800; margin-bottom: 0.4rem; }
.monthly-card .tagline { color: #64748b; margin-bottom: 1.5rem; font-size: 1rem; }
.monthly-price { color: var(--navy); font-size: 2.5rem; font-weight: 900; margin-bottom: 0.25rem; }
.monthly-price span { font-size: 1rem; font-weight: 400; color: #94a3b8; }
.monthly-billing { color: #94a3b8; font-size: 0.85rem; margin-bottom: 2rem; }
.monthly-features { list-style: none; text-align: left; margin-bottom: 2rem; display: flex; flex-direction: column; gap: 0.65rem; }
.monthly-features li { color: #475569; font-size: 0.9rem; padding-left: 1.5rem; position: relative; }
.monthly-features li::before { content: '✓'; position: absolute; left: 0; color: #03A84E; font-weight: 700; }
.monthly-btn { display: block; background: #03A84E; color: white; padding: 1rem; border-radius: 50px; font-size: 1rem; font-weight: 700; text-decoration: none; transition: all 0.2s; text-align: center; }
.monthly-btn:hover { background: #02963f; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(3,168,78,0.4); }
.monthly-cancel { color: #94a3b8; font-size: 0.8rem; margin-top: 1rem; }

/* HOW */
.how { padding: 5rem 0; background: white; }
.how h2 { text-align: center; font-size: clamp(1.8rem, 3vw, 2.5rem); color: var(--dark); margin-bottom: 3rem; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.step { text-align: center; padding: 2rem; }
.step-num { width: 60px; height: 60px; background: var(--navy); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 900; margin: 0 auto 1rem; }
.step h3 { font-size: 1.1rem; font-weight: 700; color: var(--dark); margin-bottom: 0.5rem; }
.step p { color: #64748b; font-size: 0.95rem; line-height: 1.6; }

/* RESULTS */
.results { background: var(--dark); padding: 5rem 0; }
.results h2 { text-align: center; color: white; font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 0.5rem; }
.results-sub { text-align: center; color: rgba(255,255,255,0.6); margin-bottom: 3rem; }
.testimonials { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.testimonial { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 1.5rem; }
.stars { color: var(--gold); font-size: 1.1rem; margin-bottom: 0.75rem; }
.testimonial p { color: rgba(255,255,255,0.85); font-size: 0.95rem; line-height: 1.7; margin-bottom: 1rem; font-style: italic; }
.reviewer { display: flex; align-items: center; gap: 0.75rem; }
.reviewer-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--navy); display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--teal); font-size: 0.9rem; }
.reviewer-info strong { display: block; color: white; font-size: 0.9rem; }
.reviewer-info span { color: rgba(255,255,255,0.5); font-size: 0.8rem; }

/* GUARANTEE */
.guarantee { background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); padding: 4rem 0; text-align: center; border-top: 3px solid #22c55e; }
.guarantee-inner { max-width: 650px; margin: 0 auto; }
.guarantee-icon { font-size: 4rem; margin-bottom: 1rem; }
.guarantee h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); color: var(--dark); margin-bottom: 1rem; }
.guarantee p { color: #475569; font-size: 1.05rem; line-height: 1.7; }

/* FAQ */
.faq { padding: 5rem 0; background: var(--light); }
.faq h2 { text-align: center; font-size: clamp(1.8rem, 3vw, 2.5rem); color: var(--dark); margin-bottom: 3rem; }
.faq-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.faq-item { background: white; border-radius: 16px; padding: 1.5rem; box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
.faq-item h3 { font-size: 1rem; font-weight: 700; color: var(--dark); margin-bottom: 0.5rem; }
.faq-item p { font-size: 0.9rem; color: #64748b; line-height: 1.6; }

/* CONTACT FORM */
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 0.85rem 1rem; border: 1px solid rgba(255,255,255,0.2); border-radius: 10px; background: rgba(255,255,255,0.08); color: white; font-size: 1rem; font-family: inherit; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,0.4); }
.contact-form select option { background: var(--navy); color: white; }
.contact-form textarea { resize: vertical; min-height: 100px; }
.contact-form button { background: var(--gold); color: var(--dark); border: none; padding: 1rem 2rem; border-radius: 50px; font-size: 1rem; font-weight: 700; cursor: pointer; transition: all 0.2s; width: 100%; }
.contact-form button:hover { background: #d97706; transform: translateY(-2px); }
#formSuccess { display: none; background: rgba(34,197,94,0.15); border: 1px solid #22c55e; color: #86efac; padding: 1rem; border-radius: 10px; margin-top: 1rem; }

/* FOOTER */
footer { background: #0f172a; color: rgba(255,255,255,0.6); padding: 2rem 0; text-align: center; font-size: 0.85rem; }
footer a { color: rgba(255,255,255,0.6); text-decoration: none; }
footer a:hover { color: white; }
.footer-links { display: flex; justify-content: center; gap: 2rem; margin-bottom: 1rem; flex-wrap: wrap; }

/* WHATSAPP */
.whatsapp-float { position: fixed; bottom: 24px; right: 24px; z-index: 999; width: 40px; height: 40px; background: #25d366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,0.4); text-decoration: none; transition: transform 0.2s; }
.whatsapp-float:hover { transform: scale(1.1); }
.whatsapp-float svg { width: 22px; height: 22px; fill: white; }

/* RESPONSIVE */
@media (max-width: 768px) {
nav ul { display: none; }
.hamburger { display: flex; }
.pain-grid { grid-template-columns: 1fr; }
.pain-grid .pain-card:last-child { grid-column: 1; }
.hero-stats { gap: 1.5rem; }
.hero-packages { gap: 0.75rem; }
.hero-pkg-outer { width: 160px; }
.steps { grid-template-columns: 1fr; }
}
</style>
</head>
<body>
<!-- NAV -->
<header>
<div class="container">
<nav>
<div class="logo">Select<span>Everything</span></div>
<ul>
<li><a href="#packages">Packages</a></li>
<li><a href="#monthly">Monthly</a></li>
<li><a href="#how">How It Works</a></li>
<li><a href="#results">Results</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="#packages" class="nav-cta">Get Your Boost →</a></li>
</ul>
<button class="hamburger" id="hamburger" aria-label="Menu">
<span></span><span></span><span></span>
</button>
</nav>
</div>
<div class="mobile-menu" id="mobileMenu">
<a href="#packages">Packages</a>
<a href="#monthly">Monthly</a>
<a href="#how">How It Works</a>
<a href="#results">Results</a>
<a href="#faq">FAQ</a>
<a href="#packages" style="color: var(--gold); font-weight: 700;">Get Your Boost →</a>
</div>
</header>

<!-- HERO -->
<section class="hero">
<div class="container">
<div class="hero-badge">🌍 International TikTok Growth Agency</div>
<h1>While You Post to Crickets,<br><em>They're Landing Brand Deals.</em></h1>
<p class="hero-sub">Real TikTok growth, delivered strategically over 5–7 days by our international team.</p>
<div class="hero-btns">
<a href="#how" class="btn-secondary">How It Works</a>
</div>
<div class="hero-packages">
<div class="hero-pkg-outer">
<a href="https://buy.stripe.com/14AeVfcsY9OVau91NqgQE01" target="_blank" rel="noopener noreferrer" class="hero-pkg">
<div class="hero-pkg-price">$49</div>
<div class="hero-pkg-name">Viral Starter</div>
<div class="hero-pkg-desc">1K likes · 2K views<br>5–7 day delivery</div>
</a>
</div>
<div class="hero-pkg-outer">
<div class="hero-pkg-popular">⭐ Most Popular</div>
<a href="https://buy.stripe.com/4gM5kF8cIgdj45Lcs4gQE02" target="_blank" rel="noopener noreferrer" class="hero-pkg highlight">
<div class="hero-pkg-price">$149</div>
<div class="hero-pkg-name">Traction Builder</div>
<div class="hero-pkg-desc">5K likes · 10K views<br>Priority delivery</div>
</a>
</div>
<div class="hero-pkg-outer">
<a href="https://buy.stripe.com/7sY14p50w0el31H3VygQE03" target="_blank" rel="noopener noreferrer" class="hero-pkg">
<div class="hero-pkg-price">$299</div>
<div class="hero-pkg-name">Peak Performance</div>
<div class="hero-pkg-desc">10K likes · 25K views<br>VIP delivery</div>
</a>
</div>
</div>
<div class="hero-stats">
<div class="stat"><div class="stat-num">2,400+</div><div class="stat-label">Creators Boosted</div></div>
<div class="stat"><div class="stat-num">98%</div><div class="stat-label">Satisfaction Rate</div></div>
<div class="stat"><div class="stat-num">5–7</div><div class="stat-label">Day Delivery</div></div>
</div>
</div>
</section>

<!-- PAIN SECTION -->
<section class="pain">
<div class="container">
<h2>You're Not Alone. Millions of TikTok Creators Are Stuck.</h2>
<p>Great content, zero reach — you're not alone in this nightmare.</p>
<div class="pain-grid">
<div class="pain-card"><div class="icon">😤</div><h3>The Algorithm Ignores You</h3><p>Perfect content, consistent schedule — yet the algorithm acts like you don't exist. Infuriating.</p></div>
<div class="pain-card"><div class="icon">💸</div><h3>Watching Others Get Brand Deals</h3><p>You've seen the DMs other creators get. Collabs, free products, sponsored deals. When does it happen for you?</p></div>
<div class="pain-card"><div class="icon">🔒</div><h3>Monetisation Locked Away</h3><p>TikTok Creator Fund, brand partnerships, live gifts — all locked behind follower counts you can't seem to crack.</p></div>
<div class="pain-card"><div class="icon">🤯</div><h3>Tried Everything, Nothing Works</h3><p>You've read every "hack" and tried every trend. Nothing. Meanwhile your competitor posted once and hit 100K.</p></div>
</div>
</div>
</section>

<!-- PACKAGES -->
<section class="packages" id="packages">
<div class="container">
<h2>Choose Your Growth Package</h2>
<p class="packages-sub">Real TikTok engagement, strategically delivered over 5–7 days. No bots. No sudden spikes. Just clean, credible growth that sticks.</p>
<div class="packages-grid">
<div class="package-wrapper">
<div class="package">
<div class="package-icon">🌱</div>
<h3>Viral Starter</h3>
<p class="package-tagline">Your first taste of real momentum</p>
<div class="price">$49 <span>one-time</span></div>
<ul class="package-features">
<li>1,000 Targeted TikTok Likes</li>
<li>2,000 TikTok Views</li>
<li>5–7 Day Natural Delivery</li>
<li>Algorithm-Safe Drip Method</li>
<li>7-Day Retention Guarantee</li>
<li>No Password Needed</li>
<li>Progress Notification Email</li>
<li>Email Support</li>
</ul>
<a href="https://buy.stripe.com/14AeVfcsY9OVau91NqgQE01" target="_blank" rel="noopener noreferrer" class="pkg-btn">Start Growing →</a>
</div>
</div>
<div class="package-wrapper">
<span class="featured-badge">⭐ Most Popular</span>
<div class="package featured">
<div class="package-icon">🚀</div>
<h3>Traction Builder</h3>
<p class="package-tagline">Serious creators, serious results</p>
<div class="price">$149 <span>one-time</span></div>
<ul class="package-features">
<li>5,000 Targeted TikTok Likes</li>
<li>10,000 TikTok Views</li>
<li>1,000 Bonus Likes</li>
<li>Niche-Matched Audience</li>
<li>5–7 Day Premium Delivery</li>
<li>Algorithm-Safe Drip Method</li>
<li>Geo-Targeting Included</li>
<li>Priority Support</li>
</ul>
<a href="https://buy.stripe.com/4gM5kF8cIgdj45Lcs4gQE02" target="_blank" rel="noopener noreferrer" class="pkg-btn gold">Build My Traction →</a>
</div>
</div>
<div class="package-wrapper">
<div class="package">
<div class="package-icon">👑</div>
<h3>Peak Performance</h3>
<p class="package-tagline">Brand-deal-ready in days not years</p>
<div class="price">$299 <span>one-time</span></div>
<ul class="package-features">
<li>10,000 Premium TikTok Likes</li>
<li>25,000 TikTok Views</li>
<li>2,500 Bonus Likes</li>
<li>Premium Niche Targeting</li>
<li>Full Analytics Dashboard</li>
<li>5–7 Day VIP Delivery</li>
<li>14-Day Retention Guarantee</li>
<li>Personal Account Manager</li>
</ul>
<a href="https://buy.stripe.com/7sY14p50w0el31H3VygQE03" target="_blank" rel="noopener noreferrer" class="pkg-btn">Reach Peak Performance →</a>
</div>
</div>
</div>
</div>
</section>

<!-- MONTHLY GROWTH PLAN -->
<section class="monthly-section" id="monthly">
<div class="container">
<h2>Want Consistent Growth — Every Single Month?</h2>
<p class="section-sub">One flat monthly fee. Ongoing engagement. Cancel any time.</p>
<div class="monthly-card">
<span class="monthly-badge">📅 MOST CONSISTENT</span>
<div class="monthly-icon">📈</div>
<h3>Monthly Growth Plan</h3>
<p class="tagline">Set it, forget it — and watch your account grow</p>
<div class="monthly-price">€79 <span>/ month</span></div>
<p class="monthly-billing">Billed monthly · Cancel any time · No contracts</p>
<ul class="monthly-features">
<li>4,000 Targeted TikTok Likes / month</li>
<li>8,000 TikTok Views / month</li>
<li>Delivered gradually — week by week</li>
<li>Algorithm-safe drip delivery</li>
<li>Niche-matched audience targeting</li>
<li>Monthly performance summary email</li>
<li>Priority support every day</li>
<li>Pause or cancel any time</li>
</ul>
<a href="mailto:support@selecteverything.com?subject=Monthly Growth Plan Sign Up" class="monthly-btn">Start My Monthly Growth →</a>
<p class="monthly-cancel">No lock-in. Cancel with one email, any time.</p>
</div>
</div>
</section>

<!-- $5 NUDGE -->
<div style="background:#fffbeb; border-top:1px solid rgba(245,158,11,0.2); border-bottom:1px solid rgba(245,158,11,0.2); padding:1.2rem 1.5rem; text-align:center;">
<p style="color:#64748b;">Not ready to commit yet? <a href="https://buy.stripe.com/4gM28t8cI3qx6dT1NqgQE00" target="_blank" rel="noopener noreferrer" style="color:var(--gold);font-weight:700;">Try us first — 100 real likes in 24h for just $5 →</a></p>
<p style="font-size:0.9rem; margin-top:0.3rem; color:#94a3b8;">⏳ This offer expires in <strong id="countdown">15:00</strong></p>
</div>

<!-- HOW IT WORKS -->
<section class="how" id="how">
<div class="container">
<h2>How It Works (Refreshingly Simple)</h2>
<div class="steps">
<div class="step">
<div class="step-num">1</div>
<h3>Pick Your Package</h3>
<p>Choose from Viral Starter, Traction Builder, Peak Performance, or our Monthly Growth Plan. All include real, targeted TikTok engagement — no bots, no fake accounts.</p>
</div>
<div class="step">
<div class="step-num">2</div>
<h3>Share Your TikTok</h3>
<p>Just give us your TikTok username or post URL. No password needed. Ever. Your account stays 100% yours and secure.</p>
</div>
<div class="step">
<div class="step-num">3</div>
<h3>Watch the Magic Happen</h3>
<p>Your likes and views arrive gradually over 5–7 days — mimicking organic viral growth. The algorithm notices. So do brands.</p>
</div>
<div class="step">
<div class="step-num">4</div>
<h3>Reap the Rewards</h3>
<p>Watch your credibility explode. More real followers. More comments. Brand DMs. Collab offers. This is what you've been working toward.</p>
</div>
</div>
</div>
</section>
<!-- RESULTS / TESTIMONIALS -->
<section class="results" id="results">
<div class="container">
<h2>Real Results. Real Creators.</h2>
<p class="results-sub">Don't take our word for it.</p>
<div class="testimonials">
<div class="testimonial">
<div class="stars">★★★★★</div>
<p>"Posted daily for 8 months, maxed out at 300 views. Tried the Traction Builder — 12K likes in 6 days. First brand deal came Week 2. I genuinely cannot believe this is real."</p>
<div class="reviewer">
<div class="reviewer-avatar">JL</div>
<div class="reviewer-info"><strong>Jamie L.</strong><span>Lifestyle Creator, UK</span></div>
</div>
</div>
<div class="testimonial">
<div class="stars">★★★★★</div>
<p>"I was skeptical so I tried the $5 option first. 100 likes showed up overnight, totally natural-looking. Upgraded to Peak Performance immediately. Worth every penny."</p>
<div class="reviewer">
<div class="reviewer-avatar">MR</div>
<div class="reviewer-info"><strong>Maria R.</strong><span>Food Creator, Spain</span></div>
</div>
</div>
<div class="testimonial">
<div class="stars">★★★★★</div>
<p>"Bought Peak Performance for my fitness account. The algorithm pushed me to FYP within 7 days. Gained 8K real followers organically on top of the boost. $299 was the best investment I've made."</p>
<div class="reviewer">
<div class="reviewer-avatar">DK</div>
<div class="reviewer-info"><strong>Daniel K.</strong><span>Fitness Creator, USA</span></div>
</div>
</div>
</div>
</div>
</section>

<!-- GUARANTEE -->
<section class="guarantee">
<div class="container">
<div class="guarantee-inner">
<div class="guarantee-icon">🛡️</div>
<h2>Our Iron-Clad Retention Guarantee</h2>
<p>Every package is backed by our retention guarantee. If your likes drop below delivered counts within 7–14 days, we top them up free. If we can't, you get a full refund — every penny.</p>
</div>
</div>
</section>

<!-- FAQ -->
<section class="faq" id="faq">
<div class="container">
<h2>Questions? We've Got Answers.</h2>
<div class="faq-grid">
<div class="faq-item"><h3>Is this safe for my TikTok account?</h3><p>Absolutely. We never ask for your password — only your public username or post URL. Our 5–7 day gradual delivery mimics organic growth, which platforms reward rather than penalise. No sudden spikes, no bot floods, no risks.</p></div>
<div class="faq-item"><h3>What's the $5 "Give Us a Try" option?</h3><p>It's a no-commitment taster — 100 real likes on one post of your choice, delivered within 24 hours. It's there for anyone who wants proof before picking a full package. 100 likes is a small enough volume that fast delivery carries zero algorithm risk.</p></div>
<div class="faq-item"><h3>What makes you different from cheap bot sites?</h3><p>Bot sites dump instant fake traffic that tanks your engagement rate and can trigger algorithm flags. Our gradual delivery uses realistic, higher-quality accounts spread over days — not minutes. The difference shows in your analytics long after delivery.</p></div>
<div class="faq-item"><h3>Will this replace making great content?</h3><p>No — and it shouldn't. Think of our service as the spark that ignites your content engine. You bring the creativity, we bring the social proof layer that makes the algorithm and real viewers stop scrolling and pay attention.</p></div>
<div class="faq-item"><h3>How fast will I see results?</h3><p>Full packages start within a few hours and complete over 5–7 days — this staircase-style growth mimics real viral momentum, pushing you to the FYP and attracting real organic followers on top of your boost.</p></div>
<div class="faq-item"><h3>What is your refund policy?</h3><p>If engagement drops below your delivered count within the guarantee window (7 days for Viral Starter, 14 days for Traction Builder and Peak Performance), contact us and we'll top it up free within 5 business days. If we can't, we issue a full refund. See our full <a href="/refund-policy" style="color: var(--navy); font-weight: 600;">Refund Policy</a> for details.</p></div>
<div class="faq-item"><h3>Will TikTok ban me for using this?</h3><p>No. TikTok bans accounts for password sharing, automation bots, and terms violations — not for having popular content. We never touch your account credentials. Our gradual, human-quality delivery looks indistinguishable from organic momentum. Thousands of creators use SMM services daily without any issues.</p></div>
<div class="faq-item"><h3>How fast will my order start?</h3><p>Orders are activated within a few hours of payment confirmation. Delivery then runs gradually over 5–7 days — not all at once. This staircase-style drip is intentional: it mimics real viral growth and signals to the algorithm that your content is gaining traction naturally.</p></div>
<div class="faq-item"><h3>What is the Monthly Growth Plan?</h3><p>It's our subscription option at €79/month — ideal for creators who want steady, ongoing growth without placing individual orders. You get 4,000 likes and 8,000 views per month, delivered week by week. No contract, cancel any time with one email to <a href="mailto:support@selecteverything.com" style="color:var(--navy);font-weight:600;">support@selecteverything.com</a>.</p></div>
</div>
</div>
</section>

<!-- CONTACT / ENQUIRY FORM -->
<section id="contact" style="background: var(--navy); padding: 4rem 0; text-align: center; color: white;">
<div class="container">
<h2 style="font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 1rem;">Have a Question Before You Order?</h2>
<p style="color: rgba(255,255,255,0.75); margin-bottom: 2rem; font-size: 1.1rem;">Our team responds within hours. Or <a href="https://wa.me/34620172470" target="_blank" rel="noopener noreferrer" style="color: var(--teal); font-weight: 700;">chat with us on WhatsApp</a> for an instant reply.</p>
<form id="orderForm" action="https://api.web3forms.com/submit" method="POST" class="contact-form" style="max-width: 500px; margin: 0 auto; display: flex; flex-direction: column; gap: 1rem;">
<input type="hidden" name="access_key" value="YOUR_WEB3FORMS_KEY">
<input type="text" name="name" placeholder="Your name" required>
<input type="email" name="email" placeholder="Your email" required>
<select name="package">
<option value="" disabled selected>— Interested in a package? (optional) —</option>
<option>Give Us a Try — $5</option>
<option>Viral Starter — $49</option>
<option>Traction Builder — $149</option>
<option>Peak Performance — $299</option>
<option>Monthly Growth Plan (Most Consistent) — €79/month</option>
</select>
<textarea name="message" placeholder="Your question or TikTok username..."></textarea>
<button type="submit">Send Message →</button>
<div id="formSuccess">✅ Message sent! We'll reply within a few hours.</div>
</form>
</div>
</section>

<!-- FOOTER -->
<footer>
<div class="container">
<div class="footer-links">
<a href="/privacy-policy">Privacy Policy</a>
<a href="/refund-policy">Refund Policy</a>
<a href="/terms">Terms of Service</a>
<a href="mailto:support@selecteverything.com">support@selecteverything.com</a>
</div>
<p>© 2025 SelectEverything. All rights reserved. Not affiliated with TikTok.</p>
</div>
</footer>

<!-- WHATSAPP FLOAT -->
<a href="https://wa.me/34620172470" class="whatsapp-float" target="_blank" rel="noopener noreferrer" aria-label="Chat on WhatsApp">
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z"/></svg>
</a>

<!-- SCRIPTS -->
<script>
const hamburger = document.getElementById('hamburger');
const mobileMenu = document.getElementById('mobileMenu');
hamburger.addEventListener('click', () => {
hamburger.classList.toggle('open');
mobileMenu.classList.toggle('open');
});
mobileMenu.querySelectorAll('a').forEach(link => {
link.addEventListener('click', () => {
hamburger.classList.remove('open');
mobileMenu.classList.remove('open');
});
});
function startCountdown(minutes) {
let total = minutes * 60;
const el = document.getElementById('countdown');
if (!el) return;
el.textContent = minutes + ':00';
const timer = setInterval(() => {
const m = Math.floor(total / 60);
const s = total % 60;
el.textContent = m + ':' + s.toString().padStart(2,'0');
if (--total < 0) { clearInterval(timer); el.textContent = 'Expired'; }
}, 1000);
}
document.addEventListener('DOMContentLoaded', () => startCountdown(15));
const form = document.getElementById('orderForm');
if (form) {
form.addEventListener('submit', async (e) => {
e.preventDefault();
const data = new FormData(form);
const res = await fetch(form.action, { method: 'POST', body: data });
if (res.ok) {
document.getElementById('formSuccess').style.display = 'block';
form.reset();
}
});
}
</script>



</body>
</html>
<!-- RESULTS / TESTIMONIALS -->
<section class="results" id="results">
<div class="container">
<h2>Real Results. Real Creators.</h2>
<p class="results-sub">Don't take our word for it.</p>
<div class="testimonials">
<div class="testimonial">
<div class="stars">★★★★★</div>
<p>"Posted daily for 8 months, maxed out at 300 views. Tried the Traction Builder — 12K likes in 6 days. First brand deal came Week 2. I genuinely cannot believe this is real."</p>
<div class="reviewer">
<div class="reviewer-avatar">JL</div>
<div class="reviewer-info"><strong>Jamie L.</strong><span>Lifestyle Creator, UK</span></div>
</div>
</div>
<div class="testimonial">
<div class="stars">★★★★★</div>
<p>"I was skeptical so I tried the $5 option first. 100 likes showed up overnight, totally natural-looking. Upgraded to Peak Performance immediately. Worth every penny."</p>
<div class="reviewer">
<div class="reviewer-avatar">MR</div>
<div class="reviewer-info"><strong>Maria R.</strong><span>Food Creator, Spain</span></div>
</div>
</div>
<div class="testimonial">
<div class="stars">★★★★★</div>
<p>"Bought Peak Performance for my fitness account. The algorithm pushed me to FYP within 7 days. Gained 8K real followers organically on top of the boost. $299 was the best investment I've made."</p>
<div class="reviewer">
<div class="reviewer-avatar">DK</div>
<div class="reviewer-info"><strong>Daniel K.</strong><span>Fitness Creator, USA</span></div>
</div>
</div>
</div>
</div>
</section>

<!-- GUARANTEE -->
<section class="guarantee">
<div class="container">
<div class="guarantee-inner">
<div class="guarantee-icon">🛡️</div>
<h2>Our Iron-Clad Retention Guarantee</h2>
<p>Every package is backed by our retention guarantee. If your likes drop below delivered counts within 7–14 days, we top them up free. If we can't, you get a full refund — every penny.</p>
</div>
</div>
</section>

<!-- FAQ -->
<section class="faq" id="faq">
<div class="container">
<h2>Questions? We've Got Answers.</h2>
<div class="faq-grid">
<div class="faq-item"><h3>Is this safe for my TikTok account?</h3><p>Absolutely. We never ask for your password — only your public username or post URL. Our 5–7 day gradual delivery mimics organic growth, which platforms reward rather than penalise. No sudden spikes, no bot floods, no risks.</p></div>
<div class="faq-item"><h3>What's the $5 "Give Us a Try" option?</h3><p>It's a no-commitment taster — 100 real likes on one post of your choice, delivered within 24 hours. It's there for anyone who wants proof before picking a full package. 100 likes is a small enough volume that fast delivery carries zero algorithm risk.</p></div>
<div class="faq-item"><h3>What makes you different from cheap bot sites?</h3><p>Bot sites dump instant fake traffic that tanks your engagement rate and can trigger algorithm flags. Our gradual delivery uses realistic, higher-quality accounts spread over days — not minutes. The difference shows in your analytics long after delivery.</p></div>
<div class="faq-item"><h3>Will this replace making great content?</h3><p>No — and it shouldn't. Think of our service as the spark that ignites your content engine. You bring the creativity, we bring the social proof layer that makes the algorithm and real viewers stop scrolling and pay attention.</p></div>
<div class="faq-item"><h3>How fast will I see results?</h3><p>Full packages start within a few hours and complete over 5–7 days — this staircase-style growth mimics real viral momentum, pushing you to the FYP and attracting real organic followers on top of your boost.</p></div>
<div class="faq-item"><h3>What is your refund policy?</h3><p>If engagement drops below your delivered count within the guarantee window (7 days for Viral Starter, 14 days for Traction Builder and Peak Performance), contact us and we'll top it up free within 5 business days. If we can't, we issue a full refund. See our full <a href="/refund-policy" style="color: var(--navy); font-weight: 600;">Refund Policy</a> for details.</p></div>
<div class="faq-item"><h3>Will TikTok ban me for using this?</h3><p>No. TikTok bans accounts for password sharing, automation bots, and terms violations — not for having popular content. We never touch your account credentials. Our gradual, human-quality delivery looks indistinguishable from organic momentum. Thousands of creators use SMM services daily without any issues.</p></div>
<div class="faq-item"><h3>How fast will my order start?</h3><p>Orders are activated within a few hours of payment confirmation. Delivery then runs gradually over 5–7 days — not all at once. This staircase-style drip is intentional: it mimics real viral growth and signals to the algorithm that your content is gaining traction naturally.</p></div>
<div class="faq-item"><h3>What is the Monthly Growth Plan?</h3><p>It's our subscription option at €79/month — ideal for creators who want steady, ongoing growth without placing individual orders. You get 4,000 likes and 8,000 views per month, delivered week by week. No contract, cancel any time with one email to <a href="mailto:support@selecteverything.com" style="color:var(--navy);font-weight:600;">support@selecteverything.com</a>.</p></div>
</div>
</div>
</section>

<!-- CONTACT / ENQUIRY FORM -->
<section id="contact" style="background: var(--navy); padding: 4rem 0; text-align: center; color: white;">
<div class="container">
<h2 style="font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 1rem;">Have a Question Before You Order?</h2>
<p style="color: rgba(255,255,255,0.75); margin-bottom: 2rem; font-size: 1.1rem;">Our team responds within hours. Or <a href="https://wa.me/34620172470" target="_blank" rel="noopener noreferrer" style="color: var(--teal); font-weight: 700;">chat with us on WhatsApp</a> for an instant reply.</p>
<form id="orderForm" action="https://api.web3forms.com/submit" method="POST" class="contact-form" style="max-width: 500px; margin: 0 auto; display: flex; flex-direction: column; gap: 1rem;">
<input type="hidden" name="access_key" value="581afe93-6cc4-451a-a168-2fdcf7027df8">
<input type="text" name="name" placeholder="Your name" required>
<input type="email" name="email" placeholder="Your email" required>
<select name="package">
<option value="" disabled selected>— Interested in a package? (optional) —</option>
<option>Give Us a Try — $5</option>
<option>Viral Starter — $49</option>
<option>Traction Builder — $149</option>
<option>Peak Performance — $299</option>
<option>Monthly Growth Plan (Most Consistent) — €79/month</option>
</select>
<textarea name="message" placeholder="Your question or TikTok username..."></textarea>
<button type="submit">Send Message →</button>
<div id="formSuccess">✅ Message sent! We'll reply within a few hours.</div>
</form>
</div>
</section>

<!-- FOOTER -->
<footer>
<div class="container">
<div class="footer-links">
<a href="/privacy-policy">Privacy Policy</a>
<a href="/refund-policy">Refund Policy</a>
<a href="/terms">Terms of Service</a>
<a href="mailto:support@selecteverything.com">support@selecteverything.com</a>
</div>
<p>© 2025 SelectEverything. All rights reserved. Not affiliated with TikTok.</p>
</div>
</footer>

<!-- WHATSAPP FLOAT -->
<a href="https://wa.me/34620172470" class="whatsapp-float" target="_blank" rel="noopener noreferrer" aria-label="Chat on WhatsApp">
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z"/></svg>
</a>

<!-- SCRIPTS -->
<script>
const hamburger = document.getElementById('hamburger');
const mobileMenu = document.getElementById('mobileMenu');
hamburger.addEventListener('click', () => {
hamburger.classList.toggle('open');
mobileMenu.classList.toggle('open');
});
mobileMenu.querySelectorAll('a').forEach(link => {
link.addEventListener('click', () => {
hamburger.classList.remove('open');
mobileMenu.classList.remove('open');
});
});
function startCountdown(minutes) {
let total = minutes * 60;
const el = document.getElementById('countdown');
if (!el) return;
el.textContent = minutes + ':00';
const timer = setInterval(() => {
const m = Math.floor(total / 60);
const s = total % 60;
el.textContent = m + ':' + s.toString().padStart(2,'0');
if (--total < 0) { clearInterval(timer); el.textContent = 'Expired'; }
}, 1000);
}
document.addEventListener('DOMContentLoaded', () => startCountdown(15));
const form = document.getElementById('orderForm');
if (form) {
form.addEventListener('submit', async (e) => {
e.preventDefault();
const data = new FormData(form);
const res = await fetch(form.action, { method: 'POST', body: data });
if (res.ok) {
document.getElementById('formSuccess').style.display = 'block';
form.reset();
}
});
}
</script>

<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/69b5295761a86b1c3998b521/1jjlqivjf';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->

</body>
</html>