Help
RSS
API
Feed
Maltego
Contact
Domain > bold-100-charm.sbs
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2026-01-04
104.21.41.180
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Sun, 04 Jan 2026 03:30:44 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveserver: cloudflarevary: Accept-Encodingset-cookie: visit_counter1; expiresSun, 04-Jan-2026 04:30:44 GMT; Max-Age3600; path/; domain.bold-100-charm.sbsset-cookie: SITE_TOTAL_ID21aab9ac417894c3fc8b4acba3107ffb; Path/; Max-Age259200000; HttpOnlyReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sLHx0LZlbWgsErVWpYOn%2F5K2CG6of%2B4QMNGUssoJrZ7rNrjdoJ3i78IC9wGXCcV1KP57G1Enzo04z%2FH%2BqW3%2FxoEKjEcqUP03wV193xiYpKG8%3D}}cf-cache-status: DYNAMICNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}CF-RAY: 9b87a8b1dd8c6c24-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>LoveNest - Find Your Perfect Match/title> link hrefhttps://fonts.googleapis.com/css2?familyPlayfair+Display:wght@400;500;600;700&familyNunito:wght@400;500;600;700;800&displayswap relstylesheet> style> :root { --coral: #ff6b6b; --coral-dark: #ee5a5a; --peach: #ffa07a; --rose: #ffb6c1; --rose-gold: #e8c4b8; --cream: #fff5f0; --warm-white: #fffaf8; --purple: #9b7bb8; --lavender: #c3aed6; --dark: #2d2d3a; --darker: #1a1a24; --text: #4a4a5a; --text-light: #7a7a8a; } * { margin: 0; padding: 0; box-sizing: border-box; } html { scroll-behavior: smooth; } body { font-family: Nunito, sans-serif; background: var(--warm-white); color: var(--text); line-height: 1.8; overflow-x: hidden; } ::-webkit-scrollbar { width: 10px; } ::-webkit-scrollbar-track { background: var(--cream); } ::-webkit-scrollbar-thumb { background: linear-gradient(180deg, var(--coral), var(--peach)); border-radius: 5px; } /* Navigation */ nav { position: fixed; top: 0; left: 0; right: 0; padding: 1rem 5%; display: flex; justify-content: space-between; align-items: center; z-index: 1000; background: transparent; transition: all 0.3s; } nav.scrolled { background: rgba(255, 250, 248, 0.98); backdrop-filter: blur(20px); box-shadow: 0 4px 30px rgba(255, 107, 107, 0.1); } .logo { display: flex; align-items: center; gap: 12px; text-decoration: none; } .logo-heart { width: 45px; height: 45px; position: relative; } .logo-heart svg { width: 100%; height: 100%; fill: url(#heartGradient); filter: drop-shadow(0 4px 10px rgba(255, 107, 107, 0.3)); animation: heart-beat 1.5s ease-in-out infinite; } @keyframes heart-beat { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } } .logo-text { font-family: Playfair Display, serif; font-size: 1.8rem; font-weight: 700; background: linear-gradient(135deg, var(--coral), var(--peach)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .nav-links { display: flex; gap: 2.5rem; list-style: none; } .nav-links a { text-decoration: none; color: var(--dark); font-weight: 700; font-size: 0.95rem; transition: all 0.3s; position: relative; } .nav-links a::after { content: ; position: absolute; bottom: -5px; left: 0; width: 0; height: 2px; background: linear-gradient(90deg, var(--coral), var(--peach)); border-radius: 2px; transition: width 0.3s; } .nav-links a:hover { color: var(--coral); } .nav-links a:hover::after { width: 100%; } .btn { padding: 14px 32px; border: none; border-radius: 50px; cursor: pointer; font-weight: 700; font-size: 1rem; font-family: Nunito, sans-serif; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; } .btn-primary { background: linear-gradient(135deg, var(--coral), var(--peach)); color: white; box-shadow: 0 8px 30px rgba(255, 107, 107, 0.3); } .btn-primary:hover { transform: translateY(-4px); box-shadow: 0 15px 40px rgba(255, 107, 107, 0.4); } .btn-outline { background: transparent; border: 2px solid var(--coral); color: var(--coral); } .btn-outline:hover { background: var(--coral); color: white; } .btn-white { background: white; color: var(--coral); box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1); } .btn-white:hover { transform: translateY(-4px); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15); } /* Hero Section */ .hero { min-height: 100vh; display: flex; align-items: center; position: relative; overflow: hidden; background: linear-gradient(135deg, var(--cream) 0%, var(--warm-white) 50%, var(--rose) 100%); padding: 120px 5% 80px; } .hero-shapes { position: absolute; inset: 0; pointer-events: none; overflow: hidden; } .shape { position: absolute; border-radius: 50%; opacity: 0.1; } .shape-1 { width: 600px; height: 600px; background: var(--coral); top: -200px; right: -200px; } .shape-2 { width: 400px; height: 400px; background: var(--peach); bottom: -100px; left: -100px; } .shape-3 { width: 200px; height: 200px; background: var(--purple); top: 50%; left: 30%; } /* Floating Hearts */ .floating-hearts { position: absolute; inset: 0; pointer-events: none; overflow: hidden; } .floating-heart { position: absolute; font-size: 1.5rem; opacity: 0.15; animation: float-heart 15s linear infinite; } .floating-heart:nth-child(1) { left: 5%; animation-delay: 0s; font-size: 2rem; } .floating-heart:nth-child(2) { left: 15%; animation-delay: 2s; } .floating-heart:nth-child(3) { left: 25%; animation-delay: 4s; font-size: 1.2rem; } .floating-heart:nth-child(4) { left: 35%; animation-delay: 1s; } .floating-heart:nth-child(5) { left: 55%; animation-delay: 3s; font-size: 1.8rem; } .floating-heart:nth-child(6) { left: 70%; animation-delay: 5s; } .floating-heart:nth-child(7) { left: 85%; animation-delay: 2.5s; font-size: 1.4rem; } .floating-heart:nth-child(8) { left: 95%; animation-delay: 4.5s; } @keyframes float-heart { 0% { transform: translateY(100vh) rotate(0deg); opacity: 0; } 10% { opacity: 0.15; } 90% { opacity: 0.15; } 100% { transform: translateY(-100vh) rotate(360deg); opacity: 0; } } .hero-container { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; position: relative; z-index: 2; } .hero-content { max-width: 550px; } .hero-badge { display: inline-flex; align-items: center; gap: 10px; background: white; padding: 10px 24px; border-radius: 50px; font-size: 0.9rem; font-weight: 700; color: var(--coral); margin-bottom: 1.5rem; box-shadow: 0 4px 20px rgba(255, 107, 107, 0.15); } .hero-badge span { animation: pulse-dot 2s ease-in-out infinite; } @keyframes pulse-dot { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } } .hero h1 { font-family: Playfair Display, serif; font-size: 4rem; font-weight: 700; line-height: 1.15; margin-bottom: 1.5rem; color: var(--dark); } .hero h1 .highlight { background: linear-gradient(135deg, var(--coral), var(--peach)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .hero p { font-size: 1.2rem; color: var(--text); margin-bottom: 2rem; line-height: 1.9; } .hero-buttons { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3rem; } .hero-stats { display: flex; gap: 3rem; flex-wrap: wrap; } .hero-stat { text-align: center; } .hero-stat-value { font-family: Playfair Display, serif; font-size: 2.5rem; font-weight: 700; color: var(--coral); } .hero-stat-label { font-size: 0.9rem; color: var(--text-light); font-weight: 600; } /* Hero Image - Phone Cards */ .hero-image { position: relative; display: flex; justify-content: center; align-items: center; padding: 40px; } .phone-stack { position: relative; width: 300px; height: 550px; } .profile-card { position: absolute; width: 280px; background: white; border-radius: 24px; overflow: hidden; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15); transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); } .profile-card:nth-child(1) { z-index: 3; transform: rotate(-3deg); } .profile-card:nth-child(2) { z-index: 2; transform: rotate(3deg) translateX(20px) translateY(-10px); opacity: 0.8; } .profile-card:nth-child(3) { z-index: 1; transform: rotate(-6deg) translateX(-20px) translateY(-20px); opacity: 0.6; } .profile-card:hover { transform: rotate(0deg) scale(1.02); z-index: 10; opacity: 1; } .profile-image { width: 100%; height: 320px; object-fit: cover; } .profile-info { padding: 20px; } .profile-name { font-family: Playfair Display, serif; font-size: 1.4rem; font-weight: 700; color: var(--dark); display: flex; align-items: center; gap: 8px; } .verified-badge { width: 20px; height: 20px; background: linear-gradient(135deg, var(--coral), var(--peach)); border-radius: 50%; display: flex; align-items: center; justify-content: center; } .verified-badge svg { width: 12px; height: 12px; fill: white; } .profile-location { font-size: 0.9rem; color: var(--text-light); display: flex; align-items: center; gap: 5px; margin-top: 5px; } .profile-bio { font-size: 0.95rem; color: var(--text); margin-top: 10px; line-height: 1.6; } .profile-actions { display: flex; justify-content: center; gap: 15px; padding: 15px 20px 20px; } .action-btn { width: 55px; height: 55px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s; border: none; } .action-btn.pass { background: #f5f5f5; color: var(--text-light); } .action-btn.like { background: linear-gradient(135deg, var(--coral), var(--peach)); color: white; box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4); } .action-btn.superlike { background: linear-gradient(135deg, var(--purple), var(--lavender)); color: white; } .action-btn:hover { transform: scale(1.1); } .action-btn svg { width: 24px; height: 24px; fill: currentColor; } .match-badge { position: absolute; top: 20px; right: -10px; background: linear-gradient(135deg, var(--coral), var(--peach)); color: white; padding: 10px 20px; border-radius: 20px; font-weight: 700; font-size: 0.9rem; box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4); animation: match-pulse 2s ease-in-out infinite; z-index: 20; } @keyframes match-pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } } /* Features Section */ .features { padding: 120px 5%; background: white; position: relative; } .section-header { text-align: center; max-width: 650px; margin: 0 auto 4rem; } .section-tag { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, rgba(255, 107, 107, 0.1), rgba(255, 160, 122, 0.1)); border: 1px solid var(--rose); color: var(--coral); padding: 8px 20px; border-radius: 50px; font-size: 0.85rem; font-weight: 700; margin-bottom: 1rem; } .section-title { font-family: Playfair Display, serif; font-size: 2.8rem; font-weight: 700; margin-bottom: 1rem; color: var(--dark); } .section-title .highlight { background: linear-gradient(135deg, var(--coral), var(--peach)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .section-subtitle { color: var(--text-light); font-size: 1.1rem; } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; max-width: 1200px; margin: 0 auto; } .feature-card { background: var(--cream); border-radius: 24px; padding: 2.5rem; text-align: center; transition: all 0.4s; position: relative; overflow: hidden; } .feature-card::before { content: ; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--coral), var(--peach)); transform: scaleX(0); transition: transform 0.4s; } .feature-card:hover { transform: translateY(-10px); box-shadow: 0 20px 60px rgba(255, 107, 107, 0.15); } .feature-card:hover::before { transform: scaleX(1); } .feature-icon { width: 80px; height: 80px; margin: 0 auto 1.5rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; background: linear-gradient(135deg, var(--coral), var(--peach)); box-shadow: 0 10px 30px rgba(255, 107, 107, 0.3); } .feature-card h3 { font-family: Playfair Display, serif; font-size: 1.4rem; font-weight: 700; margin-bottom: 1rem; color: var(--dark); } .feature-card p { color: var(--text); font-size: 1rem; line-height: 1.8; } /* How It Works */ .how-it-works { padding: 120px 5%; background: linear-gradient(135deg, var(--cream) 0%, var(--rose) 100%); } .steps-container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; max-width: 1100px; margin: 0 auto; } .step-card { background: white; border-radius: 24px; padding: 2.5rem 2rem; text-align: center; position: relative; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05); transition: all 0.4s; } .step-card:hover { transform: translateY(-10px); box-shadow: 0 20px 50px rgba(255, 107, 107, 0.15); } .step-number { position: absolute; top: -20px; left: 50%; transform: translateX(-50%); width: 50px; height: 50px; background: linear-gradient(135deg, var(--coral), var(--peach)); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: Playfair Display, serif; font-size: 1.3rem; font-weight: 700; color: white; box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4); } .step-icon { font-size: 3rem; margin: 1.5rem 0; display: block; } .step-card h3 { font-family: Playfair Display, serif; font-size: 1.2rem; font-weight: 700; margin-bottom: 0.8rem; color: var(--dark); } .step-card p { color: var(--text); font-size: 0.95rem; line-height: 1.7; } /* Success Stories */ .success-stories { padding: 120px 5%; background: white; } .stories-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 2rem; max-width: 1200px; margin: 0 auto; } .story-card { background: var(--cream); border-radius: 24px; overflow: hidden; transition: all 0.4s; } .story-card:hover { transform: translateY(-10px); box-shadow: 0 20px 60px rgba(255, 107, 107, 0.15); } .story-image { height: 280px; position: relative; overflow: hidden; } .story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; } .story-card:hover .story-image img { transform: scale(1.05); } .story-badge { position: absolute; bottom: 15px; left: 15px; background: linear-gradient(135deg, var(--coral), var(--peach)); color: white; padding: 8px 16px; border-radius: 20px; font-size: 0.85rem; font-weight: 700; } .story-content { padding: 2rem; } .story-names { font-family: Playfair Display, serif; font-size: 1.4rem; font-weight: 700; color: var(--dark); margin-bottom: 0.5rem; display: flex; align-items: center; gap: 10px; } .story-date { font-size: 0.9rem; color: var(--coral); font-weight: 600; margin-bottom: 1rem; } .story-text { color: var(--text); line-height: 1.8; font-style: italic; } /* Safety Section */ .safety { padding: 120px 5%; background: linear-gradient(180deg, var(--darker), var(--dark)); color: white; } .safety-container { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; } .safety-content h2 { font-family: Playfair Display, serif; font-size: 2.5rem; font-weight: 700; margin-bottom: 1.5rem; } .safety-content p { font-size: 1.1rem; color: rgba(255, 255, 255, 0.8); margin-bottom: 2rem; line-height: 1.9; } .safety-features { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; } .safety-feature { display: flex; align-items: flex-start; gap: 15px; } .safety-feature-icon { width: 50px; height: 50px; min-width: 50px; background: linear-gradient(135deg, var(--coral), var(--peach)); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; } .safety-feature h4 { font-size: 1rem; font-weight: 700; margin-bottom: 0.3rem; } .safety-feature p { font-size: 0.9rem; color: rgba(255, 255, 255, 0.6); margin: 0; } .safety-image { display: flex; justify-content: center; } .safety-shield { position: relative; width: 300px; height: 350px; display: flex; align-items: center; justify-content: center; } .shield-icon { font-size: 12rem; filter: drop-shadow(0 20px 40px rgba(255, 107, 107, 0.3)); animation: shield-float 4s ease-in-out infinite; } @keyframes shield-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } } .shield-check { position: absolute; background: linear-gradient(135deg, var(--coral), var(--peach)); border-radius: 50%; display: flex; align-items: center; justify-content: center; } .shield-check:nth-child(2) { width: 50px; height: 50px; top: 30px; right: 30px; font-size: 1.5rem; animation: check-pop 2s ease-in-out infinite; } .shield-check:nth-child(3) { width: 40px; height: 40px; bottom: 50px; left: 20px; font-size: 1.2rem; animation: check-pop 2s ease-in-out infinite 0.5s; } .shield-check:nth-child(4) { width: 45px; height: 45px; bottom: 80px; right: 10px; font-size: 1.3rem; animation: check-pop 2s ease-in-out infinite 1s; } @keyframes check-pop { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.1); } } /* Download Section */ .download { padding: 120px 5%; background: var(--cream); } .download-container { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; } .download-content h2 { font-family: Playfair Display, serif; font-size: 2.8rem; font-weight: 700; color: var(--dark); margin-bottom: 1.5rem; } .download-content h2 .highlight { background: linear-gradient(135deg, var(--coral), var(--peach)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .download-content p { font-size: 1.15rem; color: var(--text); margin-bottom: 2rem; line-height: 1.9; } .download-buttons { display: flex; gap: 1rem; flex-wrap: wrap; } .store-btn { display: flex; align-items: center; gap: 14px; background: var(--dark); padding: 14px 24px; border-radius: 16px; text-decoration: none; color: white; transition: all 0.3s; } .store-btn:hover { background: var(--coral); transform: translateY(-4px); box-shadow: 0 15px 40px rgba(255, 107, 107, 0.3); } .store-btn svg { width: 32px; height: 32px; fill: white; } .store-btn-text small { display: block; font-size: 0.7rem; opacity: 0.8; } .store-btn-text strong { font-size: 1rem; font-weight: 700; } .download-image { position: relative; display: flex; justify-content: center; } .phone-mockup { width: 280px; background: #1a1a24; border-radius: 40px; padding: 12px; box-shadow: 0 40px 80px rgba(0, 0, 0, 0.2); transform: rotate(5deg); } .phone-screen { background: linear-gradient(180deg, var(--coral), var(--peach)); border-radius: 32px; height: 500px; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; } .phone-logo { font-size: 4rem; margin-bottom: 20px; animation: heart-beat 1.5s ease-in-out infinite; } .phone-text { font-family: Playfair Display, serif; font-size: 1.8rem; font-weight: 700; color: white; text-align: center; } .phone-subtext { font-size: 1rem; color: rgba(255, 255, 255, 0.9); margin-top: 10px; } /* CTA Section */ .cta { padding: 150px 5%; background: linear-gradient(135deg, var(--coral), var(--peach)); text-align: center; position: relative; overflow: hidden; } .cta::before { content: ; position: absolute; inset: 0; background: url(data:image/svg+xml,%3Csvg width40 height40 viewBox0 0 40 40 xmlnshttp://www.w3.org/2000/svg%3E%3Cpath dM20 8c3 0 5.5 2.5 5.5 5.5S23 19 20 22c-3-3-5.5-5.5-5.5-8.5S17 8 20 8z fillrgba(255,255,255,0.05)/%3E%3C/svg%3E); } .cta h2 { font-family: Playfair Display, serif; font-size: 3rem; font-weight: 700; color: white; margin-bottom: 1.5rem; position: relative; } .cta p { font-size: 1.2rem; color: rgba(255, 255, 255, 0.95); max-width: 550px; margin: 0 auto 2.5rem; position: relative; } .cta .btn-white { position: relative; } /* Footer */ footer { background: var(--darker); padding: 80px 5% 40px; color: white; } .footer-content { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 4rem; max-width: 1200px; margin: 0 auto 4rem; } .footer-brand p { color: rgba(255, 255, 255, 0.6); margin-top: 1.5rem; line-height: 1.8; } .social-links { display: flex; gap: 12px; margin-top: 1.5rem; } .social-link { width: 45px; height: 45px; background: rgba(255, 255, 255, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.3s; } .social-link:hover { background: linear-gradient(135deg, var(--coral), var(--peach)); transform: translateY(-4px); } .social-link svg { width: 20px; height: 20px; fill: white; } .footer-links h4 { font-family: Playfair Display, serif; font-size: 1.1rem; color: var(--coral); margin-bottom: 1.5rem; } .footer-links ul { list-style: none; } .footer-links li { margin-bottom: 0.8rem; } .footer-links a { color: rgba(255, 255, 255, 0.6); text-decoration: none; transition: color 0.3s; cursor: pointer; } .footer-links a:hover { color: var(--coral); } .footer-bottom { text-align: center; padding-top: 2rem; border-top: 1px solid rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.5); } /* Modal */ .modal-overlay { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.85); backdrop-filter: blur(20px); display: flex; align-items: center; justify-content: center; z-index: 2000; opacity: 0; visibility: hidden; transition: all 0.3s; padding: 20px; } .modal-overlay.active { opacity: 1; visibility: visible; } .modal { background: white; border-radius: 24px; max-width: 650px; width: 100%; max-height: 90vh; overflow-y: auto; transform: scale(0.9); transition: transform 0.3s; } .modal-overlay.active .modal { transform: scale(1); } .modal-header { background: linear-gradient(135deg, var(--coral), var(--peach)); padding: 35px 40px; position: sticky; top: 0; z-index: 1; border-radius: 24px 24px 0 0; } .modal-header h2 { font-family: Playfair Display, serif; font-size: 1.8rem; color: white; } .modal-header p { color: rgba(255, 255, 255, 0.9); margin-top: 0.5rem; } .modal-close { position: absolute; top: 20px; right: 20px; width: 44px; height: 44px; background: rgba(255, 255, 255, 0.2); border: none; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.3s; } .modal-close:hover { background: white; transform: rotate(90deg); } .modal-close svg { width: 20px; height: 20px; fill: white; } .modal-close:hover svg { fill: var(--coral); } .modal-body { padding: 40px; } .modal-body h3 { font-family: Playfair Display, serif; font-size: 1.3rem; color: var(--coral); margin: 2rem 0 1rem; } .modal-body h3:first-child { margin-top: 0; } .modal-body p { color: var(--text); line-height: 1.9; margin-bottom: 1rem; } .modal-body ul { color: var(--text); margin-left: 1.5rem; margin-bottom: 1rem; line-height: 1.9; } .contact-form { display: flex; flex-direction: column; gap: 1rem; margin-top: 1.5rem; } .form-group { display: flex; flex-direction: column; gap: 0.5rem; } .form-group label { font-weight: 700; color: var(--dark); } .form-group input, .form-group textarea, .form-group select { padding: 14px 18px; background: var(--cream); border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 12px; font-family: inherit; font-size: 1rem; color: var(--dark); transition: border-color 0.3s; } .form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: var(--coral); } .form-group textarea { min-height: 120px; resize: vertical; } /* Responsive */ @media (max-width: 1200px) { .steps-container { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 992px) { .hero-container, .safety-container, .download-container { grid-template-columns: 1fr; text-align: center; } .hero-content { max-width: 100%; } .hero h1 { font-size: 3rem; } .hero-buttons, .hero-stats { justify-content: center; } .hero-image { margin-top: 2rem; } .safety-features { justify-content: center; } .safety-image { order: -1; margin-bottom: 2rem; } .footer-content { grid-template-columns: 1fr 1fr; } } @media (max-width: 768px) { .nav-links { display: none; } .hero h1 { font-size: 2.5rem; } .section-title { font-size: 2rem; } .steps-container { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; } .safety-features { grid-template-columns: 1fr; } .footer-content { grid-template-columns: 1fr; } .cta h2 { font-size: 2.2rem; } .download-buttons { justify-content: center; } .phone-stack { width: 260px; } .profile-card { width: 240px; } } /style>/head>body> !-- SVG Defs --> svg styleposition:absolute;width:0;height:0;> defs> linearGradient idheartGradient x10% y10% x2100% y2100%> stop offset0% stylestop-color:#ff6b6b/> stop offset100% stylestop-color:#ffa07a/> /linearGradient> /defs> /svg> !-- Navigation --> nav idnavbar> a href# classlogo> div classlogo-heart> svg viewBox0 0 24 24>path dM12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z/>/svg> /div> span classlogo-text>LoveNest/span> /a> ul classnav-links> li>a href#>Features/a>/li> li>a href#>How It Works/a>/li> li>a href#>Success Stories/a>/li> li>a href#>Download/a>/li> /ul> a href# classbtn btn-primary>Find Love ❤️/a> /nav> !-- Floating Hearts --> div classfloating-hearts> span classfloating-heart>💕/span> span classfloating-heart>❤️/span> span classfloating-heart>💗/span> span classfloating-heart>💖/span> span classfloating-heart>💓/span> span classfloating-heart>💘/span> span classfloating-heart>💝/span> span classfloating-heart>❤️/span> /div> !-- Hero Section --> section classhero> div classhero-shapes> div classshape shape-1>/div> div classshape shape-2>/div> div classshape shape-3>/div> /div> div classhero-container> div classhero-content> div classhero-badge> span>💕/span> #1 Dating App 2025 /div> h1> Find Your span classhighlight>Perfect Match/span> Today /h1> p>LoveNest connects genuine people looking for meaningful relationships. Our smart matching algorithm helps you find someone who truly understands you./p> div classhero-buttons> a href# classbtn btn-primary>💝 Start Matching/a> a href# classbtn btn-outline>Learn More/a> /div> div classhero-stats> div classhero-stat> div classhero-stat-value>15M+/div> div classhero-stat-label>Active Users/div> /div> div classhero-stat> div classhero-stat-value>2M+/div> div classhero-stat-label>Matches Made/div> /div> div classhero-stat> div classhero-stat-value>4.8★/div> div classhero-stat-label>App Rating/div> /div> /div> /div> div classhero-image> div classmatch-badge>Its a Match! 💕/div> div classphone-stack> div classprofile-card> img srchttps://images.unsplash.com/photo-1494790108377-be9c29b29330?w400 altProfile classprofile-image> div classprofile-info> div classprofile-name> Emma, 28 span classverified-badge>svg viewBox0 0 24 24>path dM9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z/>/svg>/span> /div> div classprofile-location>📍 New York, NY/div> p classprofile-bio>Coffee lover ☕ Travel enthusiast ✈️ Looking for my adventure partner!/p> /div> div classprofile-actions> button classaction-btn pass>svg viewBox0 0 24 24>path dM19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z/>/svg>/button> button classaction-btn superlike>svg viewBox0 0 24 24>path dM12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z/>/svg>/button> button classaction-btn like>svg viewBox0 0 24 24>path dM12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z/>/svg>/button> /div> /div> div classprofile-card> img srchttps://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w400 altProfile classprofile-image> div classprofile-info> div classprofile-name>James, 31/div> div classprofile-location>📍 Brooklyn, NY/div> /div> /div> div classprofile-card> img srchttps://images.unsplash.com/photo-1438761681033-6461ffad8d80?w400 altProfile classprofile-image> div classprofile-info> div classprofile-name>Sofia, 26/div> div classprofile-location>📍 Manhattan, NY/div> /div> /div> /div> /div> /div> /section> !-- Features Section --> section classfeatures idfeatures> div classsection-header> span classsection-tag>💕 Features/span> h2 classsection-title>Why Choose span classhighlight>LoveNest/span>?/h2> p classsection-subtitle>Designed to help you find genuine connections/p> /div> div classfeatures-grid> div classfeature-card> div classfeature-icon>🎯/div> h3>Smart Matching/h3> p>Our AI analyzes your preferences, interests, and personality to suggest compatible matches youll actually connect with./p> /div> div classfeature-card> div classfeature-icon>✅/div> h3>Verified Profiles/h3> p>Every profile goes through our verification process. Meet real people looking for real relationships, no fakes allowed./p> /div> div classfeature-card> div classfeature-icon>💬/div> h3>Meaningful Chats/h3> p>Our conversation starters help break the ice. Send voice notes, share photos, and build genuine connections./p> /div> div classfeature-card> div classfeature-icon>🔒/div> h3>Safe & Private/h3> p>Your privacy is our priority. Control who sees your profile and chat safely with our secure messaging system./p> /div> div classfeature-card> div classfeature-icon>📍/div> h3>Local & Global/h3> p>Find matches nearby or expand your search worldwide. Love knows no boundaries with LoveNest./p> /div> div classfeature-card> div classfeature-icon>⭐/div> h3>Premium Features/h3> p>See who liked you, get unlimited swipes, and boost your profile to the top with LoveNest Premium./p> /div> /div> /section> !-- How It Works --> section classhow-it-works idhow-it-works> div classsection-header> span classsection-tag>💝 How It Works/span> h2 classsection-title>Find Love in span classhighlight>4 Simple Steps/span>/h2> p classsection-subtitle>Getting started is easy and free!/p> /div> div classsteps-container> div classstep-card> div classstep-number>1/div> span classstep-icon>📱/span> h3>Create Profile/h3> p>Download the app and create your profile with photos and interests that show the real you./p> /div> div classstep-card> div classstep-number>2/div> span classstep-icon>💕/span> h3>Get Matches/h3> p>Our algorithm finds compatible matches based on your preferences and personality./p> /div> div classstep-card> div classstep-number>3/div> span classstep-icon>💬/span> h3>Start Chatting/h3> p>When you both like each other, its a match! Start chatting and get to know each other./p> /div> div classstep-card> div classstep-number>4/div> span classstep-icon>☕/span> h3>Meet Up/h3> p>Take your connection offline. Plan a date and meet your match in person!/p> /div> /div> /section> !-- Success Stories --> section classsuccess-stories idstories> div classsection-header> span classsection-tag>💑 Success Stories/span> h2 classsection-title>Real span classhighlight>Love Stories/span>/h2> p classsection-subtitle>Couples who found their match on LoveNest/p> /div> div classstories-grid> div classstory-card> div classstory-image> img srchttps://images.unsplash.com/photo-1522673607200-164d1b6ce486?w600 altHappy couple> span classstory-badge>Married 💍/span> /div> div classstory-content> div classstory-names>Sarah & Michael ❤️/div> div classstory-date>Together since 2022/div> p classstory-text>We matched on LoveNest and instantly clicked. Three dates later, we knew this was special. Now were happily married!/p> /div> /div> div classstory-card> div classstory-image> img srchttps://images.unsplash.com/photo-1516589178581-6cd7833ae3b2?w600 altHappy couple> span classstory-badge>Engaged 💍/span> /div> div classstory-content> div classstory-names>Jennifer & David ❤️/div> div classstory-date>Together since 2023/div> p classstory-text>I was skeptical about dating apps, but LoveNest was different. Davids profile stood out, and now were engaged!/p> /div> /div> div classstory-card> div classstory-image> img srchttps://images.unsplash.com/photo-1529634806980-85c3dd6d34ac?w600 altHappy couple> span classstory-badge>In Love 💕/span> /div> div classstory-content> div classstory-names>Emma & Ryan ❤️/div> div classstory-date>Together since 2024/div> p classstory-text>The smart matching actually works! Ryan and I share so many interests. Were planning to move in together next month!/p> /div> /div> /div> /section> !-- Safety Section --> section classsafety> div classsafety-container> div classsafety-content> span classsection-tag stylecolor:white;border-color:rgba(255,255,255,0.3);>🔒 Your Safety First/span> h2>Safe Dating, br>Genuine Connections/h2> p>We take your safety seriously. LoveNest has multiple layers of protection to ensure you can focus on finding love without worries./p> div classsafety-features> div classsafety-feature> div classsafety-feature-icon>✅/div> div> h4>ID Verification/h4> p>All users verify their identity/p> /div> /div> div classsafety-feature> div classsafety-feature-icon>🛡️/div> div> h4>Profile Review/h4> p>Every profile is manually reviewed/p> /div> /div> div classsafety-feature> div classsafety-feature-icon>🚫/div> div> h4>Block & Report/h4> p>Easy tools to report bad behavior/p> /div> /div> div classsafety-feature> div classsafety-feature-icon>🔐/div> div> h4>Encrypted Chats/h4> p>Your messages stay private/p> /div> /div> /div> /div> div classsafety-image> div classsafety-shield> span classshield-icon>🛡️/span> span classshield-check>✓/span> span classshield-check>✓/span> span classshield-check>✓/span> /div> /div> /div> /section> !-- Download Section --> section classdownload iddownload> div classdownload-container> div classdownload-content> span classsection-tag>📱 Free Download/span> h2>Ready to Find span classhighlight>Your Match/span>?/h2> p>Join millions of singles who found meaningful connections on LoveNest. Download now and start your love story today!/p> div classdownload-buttons> a href# target_blank classstore-btn> svg viewBox0 0 24 24>path dM17.05 20.28c-.98.95-2.05.8-3.08.35-1.09-.46-2.09-.48-3.24 0-1.44.62-2.2.44-3.06-.35C2.79 15.25 3.51 7.59 9.05 7.31c1.35.07 2.29.74 3.08.8 1.18-.24 2.31-.93 3.57-.84 1.51.12 2.65.72 3.4 1.8-3.12 1.87-2.38 5.98.48 7.13-.57 1.5-1.31 2.99-2.54 4.09l.01-.01zM12.03 7.25c-.15-2.23 1.66-4.07 3.74-4.25.29 2.58-2.34 4.5-3.74 4.25z/>/svg> div classstore-btn-text> small>Download on the/small> strong>App Store/strong> /div> /a> a href# target_blank classstore-btn> svg viewBox0 0 24 24>path dM3 20.5v-17c0-.59.34-1.11.84-1.35L13.69 12l-9.85 9.85c-.5-.25-.84-.76-.84-1.35zm13.81-5.38L6.05 21.34l8.49-8.49 2.27 2.27zm3.35-4.31c.34.27.54.68.54 1.19 0 .51-.2.92-.54 1.19l-2.01 1.18-2.49-2.49 2.49-2.49 2.01 1.42zM6.05 2.66l10.76 6.22-2.27 2.27-8.49-8.49z/>/svg> div classstore-btn-text> small>Get it on/small> strong>Google Play/strong> /div> /a> /div> /div> div classdownload-image> div classphone-mockup> div classphone-screen> div classphone-logo>❤️/div> div classphone-text>LoveNest/div> div classphone-subtext>Find Your Match/div> /div> /div> /div> /div> /section> !-- CTA Section --> section classcta> h2>Your Love Story Starts Here 💕/h2> p>Dont wait for love to find you. Download LoveNest and take the first step towards meeting your perfect match!/p> a href# classbtn btn-white>💝 Start Matching Now/a> /section> !-- Footer --> footer> div classfooter-content> div classfooter-brand> a href# classlogo> div classlogo-heart stylewidth:35px;height:35px;> svg viewBox0 0 24 24>path dM12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z/>/svg> /div> span classlogo-text stylefont-size:1.4rem;>LoveNest/span> /a> p>Find meaningful connections with people who share your interests and values. Your perfect match is just a swipe away!/p> div classsocial-links> a href# classsocial-link>svg viewBox0 0 24 24>path dM24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z/>/svg>/a> a href# classsocial-link>svg viewBox0 0 24 24>path dM23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z/>/svg>/a> a href# classsocial-link>svg viewBox0 0 24 24>path dM12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z/>/svg>/a> a href# classsocial-link>svg viewBox0 0 24 24>path dM19.59 6.69a4.83 4.83 0 01-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 01-5.2 1.74 2.89 2.89 0 012.31-4.64 2.93 2.93 0 01.88.13V9.4a6.84 6.84 0 00-1-.05A6.33 6.33 0 005 20.1a6.34 6.34 0 0010.86-4.43v-7a8.16 8.16 0 004.77 1.52v-3.4a4.85 4.85 0 01-1-.1z/>/svg>/a> /div> /div> div classfooter-links> h4>Company/h4> ul> li>a onclickopenModal(about)>About Us/a>/li> li>a onclickopenModal(careers)>Careers/a>/li> li>a onclickopenModal(press)>Press/a>/li> li>a onclickopenModal(blog)>Blog/a>/li> /ul> /div> div classfooter-links> h4>Support/h4> ul> li>a onclickopenModal(help)>Help Center/a>/li> li>a onclickopenModal(safety)>Safety Tips/a>/li> li>a onclickopenModal(community)>Community Guidelines/a>/li> li>a onclickopenModal(contact)>Contact Us/a>/li> /ul> /div> div classfooter-links> h4>Legal/h4> ul> li>a onclickopenModal(privacy)>Privacy Policy/a>/li> li>a onclickopenModal(terms)>Terms of Service/a>/li> li>a onclickopenModal(cookies)>Cookie Policy/a>/li> /ul> /div> /div> div classfooter-bottom> p>© 2025 LoveNest. All rights reserved. Made with ❤️/p> /div> /footer> !-- Modal --> div classmodal-overlay idmodalOverlay onclickcloseModal(event)> div classmodal onclickevent.stopPropagation()> div classmodal-header> h2 idmodalTitle>/h2> p idmodalSubtitle>/p> button classmodal-close onclickcloseModal()> svg viewBox0 0 24 24>path dM19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z/>/svg> /button> /div> div classmodal-body idmodalBody>/div> /div> /div> script> // Navbar scroll effect window.addEventListener(scroll, () > { const navbar document.getElementById(navbar); if (window.scrollY > 50) { navbar.classList.add(scrolled); } else { navbar.classList.remove(scrolled); } }); // Modal content const modalContent { about: { title: About LoveNest, subtitle: Our story, body: ` h3>Our Mission/h3> p>LoveNest was founded with a simple mission: help people find meaningful, lasting relationships. We believe everyone deserves love, and technology should make that easier, not harder./p> h3>Our Team/h3> p>Were a passionate team of relationship experts, designers, and engineers dedicated to creating the best dating experience possible. Based in New York with team members worldwide./p> h3>Our Values/h3> ul> li>Authenticity - Real people, real connections/li> li>Safety - Your wellbeing is our priority/li> li>Inclusivity - Love is for everyone/li> li>Innovation - Constantly improving your experience/li> /ul> ` }, careers: { title: Careers at LoveNest, subtitle: Join our team, body: ` h3>Work With Us/h3> p>Were always looking for talented, passionate people to join our mission of connecting hearts worldwide./p> h3>Open Positions/h3> ul> li>Senior iOS Developer - New York/li> li>Product Designer - Remote/li> li>Data Scientist - New York/li> li>Customer Success Manager - Remote/li> li>Marketing Manager - Los Angeles/li> /ul> h3>Benefits/h3> p>Competitive salary, equity, health insurance, unlimited PTO, remote work options, and a team that genuinely cares about each other!/p> ` }, press: { title: Press & Media, subtitle: LoveNest in the news, body: ` h3>Media Kit/h3> p>Download our press kit with logos, screenshots, and company information for media coverage./p> h3>Recent Coverage/h3> ul> li>LoveNest: The Dating App That Actually Works - TechCrunch/li> li>How LoveNest is Changing Online Dating - Forbes/li> li>Best Dating Apps of 2025 - The Verge/li> /ul> h3>Press Contact/h3> p>For media inquiries, please contact: press@lovenest.app/p> ` }, blog: { title: LoveNest Blog, subtitle: Dating tips & stories, body: ` h3>Latest Articles/h3> ul> li>First Date Ideas That Actually Work/li> li>How to Write the Perfect Dating Profile/li> li>Red Flags to Watch For When Dating Online/li> li>Success Story: How Emma & Ryan Found Love/li> li>The Science Behind Our Matching Algorithm/li> /ul> p>Visit our blog for more dating advice, success stories, and relationship tips from our experts!/p> ` }, help: { title: Help Center, subtitle: We\re here to help, body: ` h3>Account Issues/h3> p>Having trouble logging in? Try resetting your password or contact our support team for assistance./p> h3>Matching Questions/h3> p>Swipe right to like, left to pass. When both users like each other, its a match and you can start chatting!/p> h3>Premium Features/h3> p>LoveNest Premium unlocks unlimited likes, see who liked you, rewind last swipe, and profile boost. Cancel anytime./p> h3>Contact Support/h3> p>Email us at support@lovenest.app and well respond within 24 hours./p> ` }, safety: { title: Safety Tips, subtitle: Stay safe while dating, body: ` h3>Online Safety/h3> ul> li>Never share personal information like address or workplace/li> li>Keep conversations on the app until you feel comfortable/li> li>Trust your instincts - if something feels wrong, it probably is/li> /ul> h3>Meeting In Person/h3> ul> li>Always meet in a public place/li> li>Tell a friend where youre going/li> li>Arrange your own transportation/li> li>Stay sober and alert/li> /ul> h3>Report Concerns/h3> p>If someone makes you uncomfortable, use the report feature or contact us directly./p> ` }, community: { title: Community Guidelines, subtitle: Rules for respectful dating, body: ` h3>Be Respectful/h3> p>Treat everyone with kindness and respect. No harassment, bullying, or hate speech./p> h3>Be Authentic/h3> p>Use your real photos and accurate information. No fake profiles or catfishing./p> h3>Be Safe/h3> p>Dont share personal information in your bio. Keep it friendly and appropriate./p> h3>Zero Tolerance/h3> p>We have zero tolerance for scams, solicitation, or any illegal activity. Violators are permanently banned./p> ` }, contact: { title: Contact Us, subtitle: Get in touch, body: ` h3>Wed Love to Hear From You/h3> form classcontact-form onsubmithandleContactSubmit(event)> div classform-group>label>Your Name/label>input typetext placeholderEnter your name required>/div> div classform-group>label>Email Address/label>input typeemail placeholderEnter your email required>/div> div classform-group>label>Subject/label> select required> option value>Select a topic/option> option>Account Issues/option> option>Report a Problem/option> option>Billing Question/option> option>Feature Request/option> option>Other/option> /select> /div> div classform-group>label>Message/label>textarea placeholderHow can we help? required>/textarea>/div> button typesubmit classbtn btn-primary stylewidth:100%;>💕 Send Message/button> /form> ` }, privacy: { title: Privacy Policy, subtitle: How we protect your data, body: ` h3>Information We Collect/h3> p>We collect information you provide during registration, including name, email, photos, and dating preferences./p> h3>How We Use Your Data/h3> ul> li>To match you with compatible users/li> li>To improve our matching algorithm/li> li>To ensure safety and prevent fraud/li> li>To communicate with you about your account/li> /ul> h3>Your Rights/h3> p>You can download, modify, or delete your data at any time from your account settings./p> ` }, terms: { title: Terms of Service, subtitle: Our agreement with you, body: ` h3>Eligibility/h3> p>You must be 18 years or older to use LoveNest. By creating an account, you confirm you meet this requirement./p> h3>Account Responsibility/h3> p>You are responsible for maintaining the security of your account and for all activities under your account./p> h3>Acceptable Use/h3> p>Use LoveNest for genuine dating purposes only. Commercial solicitation, spam, and illegal activities are prohibited./p> h3>Termination/h3> p>We reserve the right to terminate accounts that violate our guidelines or terms of service./p> ` }, cookies: { title: Cookie Policy, subtitle: How we use cookies, body: ` h3>What Are Cookies/h3> p>Cookies are small files stored on your device that help us provide a better experience./p> h3>Cookies We Use/h3> ul> li>strong>Essential:/strong> Required for the app to function/li> li>strong>Analytics:/strong> Help us understand how users interact with LoveNest/li> li>strong>Marketing:/strong> Used to show relevant ads/li> /ul> h3>Managing Cookies/h3> p>You can manage cookie preferences in your device settings or within the app./p> ` } }; function openModal(type) { const content modalContenttype; if (!content) return; document.getElementById(modalTitle).textContent content.title; document.getElementById(modalSubtitle).textContent content.subtitle; document.getElementById(modalBody).innerHTML content.body; document.getElementById(modalOverlay).classList.add(active); document.body.style.overflow hidden; } function closeModal(event) { if (event && event.target ! event.currentTarget) return; document.getElementById(modalOverlay).classList.remove(active); document.body.style.overflow ; } function handleContactSubmit(event) { event.preventDefault(); alert(Thank you for your message! We\ll get back to you soon! 💕); closeModal(); } document.addEventListener(keydown, e > { if (e.key Escape) closeModal(); }); // Smooth scroll document.querySelectorAll(ahref^#).forEach(a > { a.addEventListener(click, e > { e.preventDefault(); const target document.querySelector(a.getAttribute(href)); if (target) target.scrollIntoView({ behavior: smooth }); }); }); // Scroll animations const observer new IntersectionObserver(entries > { entries.forEach(entry > { if (entry.isIntersecting) { entry.target.style.opacity 1; entry.target.style.transform translateY(0); } }); }, { threshold: 0.1 }); document.querySelectorAll(.feature-card, .step-card, .story-card, .safety-feature).forEach(el > { el.style.opacity 0; el.style.transform translateY(30px); el.style.transition opacity 0.6s ease, transform 0.6s ease; observer.observe(el); }); /script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]