Home
Alpha Attraction — The Complete Indian Male Upgrade /* ============================================================ ALPHA ATTRACTION — LANDING PAGE Elementor-Friendly Version HOW TO USE IN ELEMENTOR: 1. Each section is wrapped in a comment like: == SECTION: HERO == and == END SECTION: HERO == 2. You can DELETE any section from this code and replace it with a native Elementor widget/section instead 3. Image placeholders are marked with class="img-placeholder" Replace src="" with your actual image URL 4. Replace all YOUR_SUPERPROFILE_LINK_* with real URLs ============================================================ */ :root { --gold: #C9A84C; --gold-light: #E5C46A; --gold-glow: rgba(201,168,76,0.15); --black: #080808; --dark: #111111; --card: #161616; --card2: #1C1C1C; --border: rgba(201,168,76,0.18); --border-mid: rgba(201,168,76,0.35); --border-strong: rgba(201,168,76,0.6); --text: #F2EEE6; --muted: #7A7870; --muted2: #555550; --white: #FFFFFF; --radius: 12px; --radius-sm: 6px; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; font-size: 16px; } body { background: var(--black); color: var(--text); font-family: 'Manrope', sans-serif; font-size: 1rem; line-height: 1.7; overflow-x: hidden; -webkit-font-smoothing: antialiased; } /* ── GLOBAL ── */ .aa-wrap { max-width: 1000px; margin: 0 auto; padding: 0 20px; } .aa-gold { color: var(--gold); } .aa-center { text-align: center; } .aa-display { font-family: 'Bebas Neue', sans-serif; letter-spacing: 0.03em; line-height: 0.93; } /* ── SCROLL REVEAL ── */ .reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.65s ease, transform 0.65s ease; } .reveal.visible { opacity: 1; transform: translateY(0); } .reveal-delay-1 { transition-delay: 0.1s; } .reveal-delay-2 { transition-delay: 0.2s; } .reveal-delay-3 { transition-delay: 0.3s; } .reveal-delay-4 { transition-delay: 0.4s; } /* ── SECTION LABEL ── */ .aa-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; color: var(--gold); text-transform: uppercase; margin-bottom: 14px; } .aa-eyebrow::before { content: ''; display: block; width: 24px; height: 1.5px; background: var(--gold); } /* ── HEADINGS ── */ .aa-h1 { font-size: clamp(52px, 11vw, 100px); color: var(--white); } .aa-h2 { font-size: clamp(34px, 6vw, 58px); color: var(--white); } .aa-h3 { font-size: clamp(22px, 4vw, 32px); color: var(--white); } /* ── BUTTONS ── */ .aa-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 0.06em; text-decoration: none; text-transform: uppercase; padding: 15px 32px; border-radius: var(--radius-sm); transition: all 0.22s ease; cursor: pointer; border: none; white-space: nowrap; } .aa-btn-primary { background: var(--gold); color: var(--black); box-shadow: 0 0 0 0 rgba(201,168,76,0); } .aa-btn-primary:hover { background: var(--gold-light); box-shadow: 0 0 24px rgba(201,168,76,0.35); transform: translateY(-2px); } .aa-btn-outline { background: transparent; color: var(--gold); border: 1.5px solid var(--border-mid); } .aa-btn-outline:hover { border-color: var(--gold); background: var(--gold-glow); transform: translateY(-2px); } .aa-btn-lg { padding: 18px 44px; font-size: 15px; } .aa-btn-full { width: 100%; } /* ── IMAGE PLACEHOLDER ── */ .img-placeholder { width: 100%; background: var(--card2); border: 2px dashed var(--border-mid); border-radius: var(--radius); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: var(--muted); font-size: 13px; font-weight: 500; text-align: center; padding: 20px; position: relative; overflow: hidden; } .img-placeholder .ph-icon { width: 48px; height: 48px; border-radius: 50%; background: var(--border); display: flex; align-items: center; justify-content: center; font-size: 22px; } .img-placeholder .ph-label { color: var(--gold); font-size: 12px; } /* When you add a real image, replace the div with: */ /* ... */ /* ── DIVIDER ── */ .aa-divider { height: 1px; background: var(--border); margin: 0; } /* ============================================================ SECTION: STICKY NAV DELETE this section and use Elementor's sticky header instead ============================================================ */ #aa-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 999; padding: 0 24px; height: 60px; display: flex; align-items: center; justify-content: space-between; background: rgba(8,8,8,0.88); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); transition: background 0.3s; } .nav-brand { font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: 0.1em; color: var(--gold); text-decoration: none; } .nav-links { display: flex; align-items: center; gap: 12px; } .nav-link { font-size: 12px; font-weight: 600; color: var(--muted); text-decoration: none; letter-spacing: 0.05em; display: none; } @media(min-width:640px){ .nav-link { display: block; } } /* == END SECTION: STICKY NAV == */ /* ============================================================ SECTION: HERO ============================================================ */ #aa-hero { min-height: 100svh; padding: 100px 20px 70px; display: flex; align-items: center; position: relative; overflow: hidden; } .hero-glow { position: absolute; pointer-events: none; border-radius: 50%; filter: blur(80px); opacity: 0.55; } .hero-glow-1 { width: 500px; height: 400px; background: radial-gradient(circle, rgba(201,168,76,0.12), transparent 70%); top: -80px; right: -100px; } .hero-glow-2 { width: 300px; height: 300px; background: radial-gradient(circle, rgba(201,168,76,0.07), transparent 70%); bottom: 60px; left: -60px; } .hero-inner { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; width: 100%; max-width: 1000px; margin: 0 auto; } @media(min-width:760px){ .hero-inner { grid-template-columns: 1.1fr 0.9fr; gap: 60px; } } .hero-text {} .hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(201,168,76,0.1); border: 1px solid var(--border-mid); border-radius: 100px; padding: 6px 14px; font-size: 11px; font-weight: 700; color: var(--gold); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 20px; } .hero-badge span { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); animation: pulse 1.8s infinite; } @keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.3} } .hero-h1 { margin-bottom: 20px; } .hero-h1 .line2 { color: var(--gold); } .hero-sub { font-size: clamp(15px, 2.5vw, 17px); font-weight: 400; color: var(--muted); line-height: 1.75; margin-bottom: 32px; max-width: 480px; } .hero-sub strong { color: var(--text); font-weight: 600; } .hero-btns { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 36px; } .hero-proof { display: flex; flex-wrap: wrap; gap: 18px; padding-top: 24px; border-top: 1px solid var(--border); } .proof-item { display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: var(--muted); letter-spacing: 0.02em; } .proof-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); } /* HERO IMAGE AREA */ .hero-visual { position: relative; display: flex; flex-direction: column; align-items: center; gap: 16px; } .hero-book-stack { position: relative; width: 100%; max-width: 340px; margin: 0 auto; } .hero-book-main { width: 100%; aspect-ratio: 3/4; border-radius: var(--radius); box-shadow: 0 32px 80px rgba(0,0,0,0.7), 0 0 0 1px var(--border); transform: perspective(800px) rotateY(-8deg) rotateX(2deg); transition: transform 0.4s ease; } .hero-book-main:hover { transform: perspective(800px) rotateY(-3deg) rotateX(1deg); } .hero-book-badge { position: absolute; bottom: -12px; right: -12px; background: var(--gold); color: var(--black); border-radius: 50%; width: 72px; height: 72px; display: flex; flex-direction: column; align-items: center; justify-content: center; font-family: 'Bebas Neue', sans-serif; box-shadow: 0 8px 24px rgba(201,168,76,0.4); text-align: center; } .hero-book-badge .badge-num { font-size: 22px; line-height: 1; } .hero-book-badge .badge-txt { font-size: 9px; letter-spacing: 0.05em; line-height: 1.2; } /* == END SECTION: HERO == */ /* ============================================================ SECTION: STATS BAR Can replace with Elementor Counter widgets ============================================================ */ #aa-stats { background: var(--card); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 28px 20px; } .stats-inner { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--border); } @media(min-width:640px){ .stats-inner { grid-template-columns: repeat(4, 1fr); } } .stat-item { background: var(--card); padding: 20px 24px; text-align: center; } .stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--gold); line-height: 1; margin-bottom: 4px; } .stat-label { font-size: 11px; font-weight: 600; color: var(--muted); letter-spacing: 0.1em; text-transform: uppercase; } /* == END SECTION: STATS BAR == */ /* ============================================================ SECTION: PAIN POINTS ============================================================ */ #aa-pain { padding: 90px 20px; } .pain-grid { display: grid; grid-template-columns: 1fr; gap: 2px; margin-top: 44px; } @media(min-width:580px){ .pain-grid { grid-template-columns: 1fr 1fr; } } .pain-item { background: var(--card); padding: 28px; border: 1px solid var(--border); border-radius: 0; position: relative; overflow: hidden; transition: border-color 0.2s; } .pain-item:hover { border-color: var(--border-mid); } .pain-item::after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--gold); opacity: 0; transition: opacity 0.2s; } .pain-item:hover::after { opacity: 1; } .pain-icon { font-size: 28px; margin-bottom: 12px; } .pain-title { font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 8px; } .pain-desc { font-size: 14px; color: var(--muted); line-height: 1.7; } /* == END SECTION: PAIN POINTS == */ /* ============================================================ SECTION: BOOKS SHOWCASE Image placeholders ready for 3D mockup images ============================================================ */ #aa-books { padding: 90px 20px; } .books-list { display: flex; flex-direction: column; gap: 2px; margin-top: 44px; } .book-row { display: grid; grid-template-columns: 1fr; background: var(--card); border: 1px solid var(--border); overflow: hidden; transition: border-color 0.25s; } @media(min-width:680px){ .book-row { grid-template-columns: 200px 1fr; } .book-row.reverse { grid-template-columns: 1fr 200px; } .book-row.reverse .book-img-wrap { order: 2; } .book-row.reverse .book-info { order: 1; } } .book-row:hover { border-color: var(--border-mid); } .book-img-wrap { aspect-ratio: 3/4; min-height: 180px; overflow: hidden; position: relative; } @media(min-width:680px){ .book-img-wrap { aspect-ratio: auto; min-height: 240px; } } .book-img-wrap .img-placeholder { height: 100%; border-radius: 0; border: none; border-right: 1px solid var(--border); } .book-row.reverse .book-img-wrap .img-placeholder { border-right: none; border-left: 1px solid var(--border); } .book-info { padding: 28px 32px; display: flex; flex-direction: column; justify-content: center; gap: 10px; } .book-num { font-family: 'Bebas Neue', sans-serif; font-size: 13px; letter-spacing: 0.15em; color: var(--muted2); } .book-title { font-size: 20px; font-weight: 800; color: var(--white); line-height: 1.25; } .book-pillar { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 3px 10px; border-radius: 100px; background: var(--gold-glow); color: var(--gold); border: 1px solid var(--border-mid); width: fit-content; } .book-desc { font-size: 14px; color: var(--muted); line-height: 1.7; } .book-chips { display: flex; flex-wrap: wrap; gap: 6px; } .chip { font-size: 11px; font-weight: 600; padding: 4px 10px; border: 1px solid var(--border); border-radius: 100px; color: var(--muted); background: transparent; } /* == END SECTION: BOOKS SHOWCASE == */ /* ============================================================ SECTION: TESTIMONIALS Replace with Elementor Testimonial Carousel widget ============================================================ */ #aa-testi { padding: 90px 20px; background: var(--dark); } .testi-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 44px; } @media(min-width:580px){ .testi-grid { grid-template-columns: 1fr 1fr; } } @media(min-width:860px){ .testi-grid { grid-template-columns: 1fr 1fr 1fr; } } .testi-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; display: flex; flex-direction: column; gap: 16px; transition: border-color 0.2s, transform 0.2s; } .testi-card:hover { border-color: var(--border-mid); transform: translateY(-3px); } .testi-stars { color: var(--gold); font-size: 14px; letter-spacing: 3px; } .testi-text { font-size: 14px; color: var(--muted); line-height: 1.75; font-style: italic; flex: 1; } .testi-author { display: flex; align-items: center; gap: 12px; } .testi-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--border); border: 1.5px solid var(--border-mid); display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; color: var(--gold); font-family: 'Bebas Neue', sans-serif; flex-shrink: 0; } .testi-name { font-size: 13px; font-weight: 700; color: var(--white); } .testi-loc { font-size: 11px; color: var(--muted); } /* == END SECTION: TESTIMONIALS == */ /* ============================================================ SECTION: PRICING ============================================================ */ #aa-pricing { padding: 90px 20px; } .pricing-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 44px; } @media(min-width:680px){ .pricing-grid { grid-template-columns: 1fr 1fr 1fr; gap: 2px; } } .price-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 32px 28px; display: flex; flex-direction: column; gap: 0; position: relative; overflow: hidden; transition: border-color 0.2s; } .price-card:hover { border-color: var(--border-mid); } .price-card.featured { background: var(--card2); border: 2px solid var(--gold); border-radius: var(--radius); } @media(min-width:680px){ .price-card { border-radius: 0; } .price-card:first-child { border-radius: var(--radius) 0 0 var(--radius); } .price-card:last-child { border-radius: 0 var(--radius) var(--radius) 0; } .price-card.featured { border-radius: var(--radius); margin: -12px 0; z-index: 2; } } .featured-pill { position: absolute; top: 0; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--black); font-size: 9px; font-weight: 800; letter-spacing: 0.12em; padding: 4px 16px; text-transform: uppercase; border-radius: 0 0 8px 8px; } .price-tier { font-size: 10px; font-weight: 700; letter-spacing: 0.15em; color: var(--muted); text-transform: uppercase; margin-bottom: 6px; padding-top: 16px; } .price-name { font-size: 20px; font-weight: 800; color: var(--white); margin-bottom: 16px; } .price-amount { margin-bottom: 4px; } .price-currency { font-size: 22px; font-weight: 700; color: var(--gold); vertical-align: top; margin-top: 8px; display: inline-block; } .price-num { font-family: 'Bebas Neue', sans-serif; font-size: 68px; color: var(--white); line-height: 1; } .price-was { font-size: 13px; color: var(--muted2); text-decoration: line-through; margin-bottom: 20px; } .price-divider { height: 1px; background: var(--border); margin: 20px 0; } .price-items { list-style: none; flex: 1; margin-bottom: 28px; display: flex; flex-direction: column; gap: 10px; } .price-items li { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--muted); line-height: 1.5; } .price-items li .tick { width: 18px; height: 18px; border-radius: 50%; background: var(--border); color: var(--gold); font-size: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; } .price-items li.bonus { color: var(--gold); } .price-items li.bonus .tick { background: rgba(201,168,76,0.2); } .bump-box { margin-top: 20px; padding: 16px 20px; background: var(--card2); border: 1px dashed var(--border-mid); border-radius: var(--radius-sm); text-align: center; } .bump-box p { font-size: 13px; color: var(--muted); line-height: 1.6; } .bump-box strong { color: var(--gold); } /* == END SECTION: PRICING == */ /* ============================================================ SECTION: WHY INDIA ============================================================ */ #aa-india { padding: 90px 20px; background: var(--dark); } .india-grid { display: grid; grid-template-columns: 1fr; gap: 2px; margin-top: 44px; } @media(min-width:580px){ .india-grid { grid-template-columns: 1fr 1fr; } } @media(min-width:860px){ .india-grid { grid-template-columns: 1fr 1fr 1fr; } } .india-item { background: var(--card); padding: 28px; border: 1px solid var(--border); transition: border-color 0.2s; } .india-item:hover { border-color: var(--border-mid); } .india-icon { font-size: 32px; margin-bottom: 14px; } .india-title { font-size: 15px; font-weight: 700; color: var(--white); margin-bottom: 8px; } .india-desc { font-size: 13px; color: var(--muted); line-height: 1.7; } /* == END SECTION: WHY INDIA == */ /* ============================================================ SECTION: FAQ Replace with Elementor Accordion widget ============================================================ */ #aa-faq { padding: 90px 20px; } .faq-list { margin-top: 44px; display: flex; flex-direction: column; gap: 2px; } .faq-item { background: var(--card); border: 1px solid var(--border); overflow: hidden; } .faq-q { width: 100%; background: none; border: none; padding: 22px 28px; text-align: left; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-family: 'Manrope', sans-serif; font-size: 15px; font-weight: 600; color: var(--white); transition: color 0.2s; } .faq-q:hover { color: var(--gold); } .faq-icon { width: 24px; height: 24px; border-radius: 50%; border: 1.5px solid var(--border-mid); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 16px; color: var(--gold); transition: transform 0.3s, background 0.2s; } .faq-item.open .faq-icon { transform: rotate(45deg); background: var(--gold-glow); } .faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.3s; padding: 0 28px; } .faq-item.open .faq-a { max-height: 300px; padding: 0 28px 22px; } .faq-a p { font-size: 14px; color: var(--muted); line-height: 1.8; } /* == END SECTION: FAQ == */ /* ============================================================ SECTION: FINAL CTA ============================================================ */ #aa-cta { padding: 100px 20px; text-align: center; position: relative; overflow: hidden; } #aa-cta::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(201,168,76,0.07) 0%, transparent 70%); } .cta-inner { position: relative; z-index: 1; } .cta-h2 { margin-bottom: 20px; } .cta-sub { font-size: clamp(15px, 2.5vw, 18px); font-weight: 400; color: var(--muted); max-width: 480px; margin: 0 auto 40px; line-height: 1.7; } .cta-meta { margin-top: 24px; font-size: 12px; color: var(--muted2); display: flex; align-items: center; justify-content: center; gap: 6px; flex-wrap: wrap; } .cta-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--muted2); } /* == END SECTION: FINAL CTA == */ /* ============================================================ SECTION: FOOTER Replace with Elementor Footer widget ============================================================ */ #aa-footer { padding: 32px 20px; border-top: 1px solid var(--border); text-align: center; } .footer-brand { font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: 0.1em; color: var(--gold); margin-bottom: 8px; } .footer-copy { font-size: 12px; color: var(--muted2); line-height: 1.6; } /* == END SECTION: FOOTER == */ /* ── MOBILE TOUCH ── */ @media(hover:none){ .aa-btn-primary:hover, .aa-btn-outline:hover { transform: none; } }
India Edition — 5 Books

BECOME
THE MAN
SHE NOTICES.

The complete system for Indian men who want to look better, dress sharper, train smarter and know exactly what to say — on Instagram, WhatsApp and in real life.

5 Complete eBooks
100% Indian Context
Instant Download
Works From Day 1
<!-- HOW TO ADD YOUR BOOK MOCKUP: 1. Go to mockupbooks.com or diybookcovers.com 2. Upload your eBook PDF cover 3. Download the 3D angled mockup PNG 4. Upload to WordPress Media Library 5. Replace the entire .img-placeholder div below with: Alpha Attraction Bundle -->
📚
ADD BOOK MOCKUP HERE
Upload a 3D angled eBook mockup image
Recommended: 600×800px PNG with transparent background
Create free at mockupbooks.com
5
BOOKS
INSIDE
5
Complete Books
50+
DM Openers
8
Week Programme
0
Gym Required

The Problem

YOU ALREADY KNOW
SOMETHING IS MISSING.

💬
She never replies
You send the DM, she reads it, nothing comes back. You don't know if it was the opener, the timing, or just you. It keeps happening.
👕
You look fine but not sharp
Your clothes are okay. Your hair is okay. Something is just off and you cannot identify what. Other guys seem to have figured it out.
🗣️
Conversations go nowhere
You get a reply, you get a few messages, and then she stops responding. The conversation never builds into anything real.
🧭
You have no system
You are figuring this out alone, trying random things, getting inconsistent results. Nothing is connected. Nothing compounds.
<!-- ============================================================ SECTION: BOOKS SHOWCASE IMAGE PLACEHOLDERS: Each book has a placeholder for a 3D mockup Replace .img-placeholder divs with tags ============================================================ -->

What's Inside

5 BOOKS.
EVERY AREA COVERED.

Each book delivers one visible, real result within 7 days of reading it.

📖
Book 1 Cover
Get Any Girl You Want
BOOK 01 Pillar 4 — Game

Get Any Girl You Want

The complete attraction system for Indian men. Mindset shift, the approach, push-pull, psychology, Instagram DM playbook, Indian objections handled, and real scenarios from Mumbai to Bangalore.

Instagram DM Playbook Indian Objections Psychology Chapter 30-Day Action Plan
BOOK 02 Pillar 4 — Game

Texting Decoded

50 openers that get replies — Instagram stories, cold DMs, WhatsApp first messages, and re-engage scripts. Full conversation flows from first message to first date. All Indian context.

50 Copy-Paste Openers 3 Conversation Flows Date Ask Scripts Re-Engage Playbook
📱
Book 2 Cover
Texting Decoded
Book 3 Cover
GlowUp
BOOK 03 Pillar 1 — Looks

GlowUp — The Indian Male Appearance Bible

Skincare for Indian skin tones and Indian weather. Haircut guide by face shape. Beard shaping system. Jawline exercise protocol. Full grooming system under ₹500 using Indian products.

Indian Skin Types Haircut by Face Shape Jawline Protocol Products Under ₹500
BOOK 04 Pillar 2 — Style

Dressing Hacks — Look Sharp on Any Budget

The fit rules that change everything. 5 colour combos for Indian skin tones. 8 outfit formulas for every occasion. Indian brands from H&M to Zara to FabIndia with exact tips for each.

Fit Checkpoint System 5 Colour Combos 8 Outfit Formulas Indian Brands Guide
👔
Book 4 Cover
Dressing Hacks
💪
Book 5 Cover
Alpha Body
BOOK 05 Pillar 3 — Body

Alpha Body — 8-Week Home Transformation

No gym. No equipment. V-taper focus — broader shoulders, stronger core, visible posture change in 7 days. 3 sessions per week. Nutrition guide using Indian food at Indian prices.

No Gym Needed Posture Fix in 7 Days 4 Progressive Phases Indian Nutrition Guide

Results

WHAT INDIAN MEN
ARE SAYING.

★★★★★

"The texting book alone was worth it. Used opener #7 the same evening I bought it and she actually replied. We have been talking for 3 weeks now."

A
Arjun M.
Engineering student, Pune
★★★★★

"Did the posture correction from Alpha Body for 5 days. My roommate asked if I had grown taller. I had not. The posture just changed everything about how I carry myself."

R
Rohan K.
Working professional, Mumbai
★★★★★

"Finally something built for Indian situations. Not some American guy in a coffee shop. Real advice for Instagram DMs, WhatsApp, and actual Indian college life."

V
Vikram S.
College student, Hyderabad

Choose Your Pack

START TODAY.
RESULTS THIS WEEK.

All plans include instant download. Files sent to your email automatically.

Starter
The Game Pack
199
Individual value ₹398
  • Get Any Girl You Want
  • Texting Decoded
  • 50 openers use tonight
  • Instagram DM playbook
  • 30-Day action plan
Get Game Pack →
Premium
Action Kit
599
Individual value ₹945
  • All 5 books included
  • 30-Day Action Calendar
  • Cheat Sheet Pack
  • One task per day — no thinking
  • Quick reference every situation
  • The complete system
Get Action Kit →

💡 Pro tip: Start with the Game Pack at ₹199 — you will see an option to upgrade to the full bundle for just ₹200 more. Most buyers upgrade.

Built For India

NOT COPY-PASTED.
BUILT FROM SCRATCH.

🇮🇳
Indian skin tones and weather
GlowUp is written for Indian complexions, Indian humidity, and products at your nearest pharmacy or Amazon India.
📲
Instagram DMs and WhatsApp
90% of Indian men approach on Instagram. Every opener and script is built for Indian apps and conversation patterns.
🏙️
Real Indian scenarios
Mumbai local trains, Pune college canteens, Hyderabad food streets. Not bookstores in London.
💰
Indian budget throughout
Full grooming system under ₹500. Sharp outfit under ₹2000. 8-week body programme — zero gym fees.
🏠
Family and cultural context
"Ghar waale allow nahi" and arranged marriage dynamics are covered directly. No advice that ignores Indian reality.
7-day win per book
Every book has one result you can see, use or feel within the first week. Not someday. This week.

Common Questions

FAQ

Instantly. The moment your payment goes through you get a download link on the page and all files are sent to your email automatically. No waiting, no manual steps, no support needed.

All books are PDF format. Read on your phone, laptop or tablet — any device, offline once downloaded. No app needed.

No. Alpha Body is designed entirely for home training with zero equipment. A doorframe pull-up bar (available for ₹500 on Amazon) is optional but not required to start.

Yes — half the examples are set in college environments. The style guide covers looks on college budgets. The body programme needs no gym membership. The texting book is built around Instagram and WhatsApp which is where college men actually talk to girls.

No community, no live support. The books are written to be fully self-contained — clear enough that you do not need to ask anyone anything. Every question a buyer could have is answered inside the content.

Game Pack (₹199) — the 2 game books only. Complete Bundle (₹399) — all 5 books, best value. Action Kit (₹599) — all 5 books plus the 30-Day Action Calendar and Cheat Sheet Pack which give you a daily task and quick reference card for every situation.

Start Today

THE MAN YOU WANT
TO BE IS NOT FAR
FROM WHERE YOU ARE.

The only difference is a system. You now have one.

Get the Full Bundle — ₹399
Instant download All 5 books Works from Day 1 No community needed
/* ── SCROLL REVEAL ── */ const revealEls = document.querySelectorAll('.reveal'); const observer = new IntersectionObserver((entries) => { entries.forEach(e => { if(e.isIntersecting){ e.target.classList.add('visible'); } }); }, { threshold: 0.12, rootMargin: '0px 0px -40px 0px' }); revealEls.forEach(el => observer.observe(el)); /* ── FAQ ACCORDION ── */ function toggleFaq(btn) { const item = btn.closest('.faq-item'); const isOpen = item.classList.contains('open'); document.querySelectorAll('.faq-item.open').forEach(el => el.classList.remove('open')); if(!isOpen) item.classList.add('open'); } /* ── NAV SCROLL EFFECT ── */ window.addEventListener('scroll', () => { const nav = document.getElementById('aa-nav'); if(nav) nav.style.background = window.scrollY > 40 ? 'rgba(8,8,8,0.97)' : 'rgba(8,8,8,0.88)'; });
Scroll to Top