<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Book a 60-Min Personalized Thyroid Deep Analysis Call with Swapnil Umbarkar. Root-cause mapping, lab interpretation, and step-by-step action plan. For busy working women 28+.">
<meta name="theme-color" content="#0B1437">
<title>Thyroid Deep Analysis Call – ₹199 | Swapnil Umbarkar</title>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<style>
/* ===== PREMIUM NAVY + GOLD THEME ===== */
:root {
--navy-deep: #060E2B;
--navy-bg: #0B1437;
--navy-card: #0F1A4A;
--navy-card2: #132050;
--navy-border: rgba(212,175,55,0.18);
--gold: #D4AF37;
--gold-light: #F0C040;
--gold-dark: #A8851A;
--gold-glow: rgba(212,175,55,0.15);
--white: #FFFFFF;
--white-90: rgba(255,255,255,0.90);
--white-70: rgba(255,255,255,0.70);
--white-50: rgba(255,255,255,0.50);
--white-20: rgba(255,255,255,0.12);
--danger-red: #EF4444;
--radius-sm: 8px;
--radius-md: 12px;
--radius-lg: 16px;
--radius-xl: 24px;
--shadow-card: 0 8px 32px rgba(0,0,0,0.35);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
background: var(--navy-bg);
color: var(--white);
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
font-size: 16px;
line-height: 1.6;
overflow-x: hidden;
}
/* ===== LAYOUT ===== */
.container {
max-width: 420px;
margin: 0 auto;
padding: 0 20px;
}
@media (min-width: 768px) { .container { max-width: 860px; padding: 0 32px; } }
@media (min-width: 1200px) { .container { max-width: 1100px; } }
.section { padding: 56px 0; }
.section-sm { padding: 40px 0; }
.text-center { text-align: center; }
/* ===== TYPOGRAPHY ===== */
h1 {
font-size: clamp(26px, 7vw, 50px);
font-weight: 900; line-height: 1.1;
letter-spacing: -0.025em; color: var(--white);
margin-bottom: 20px; text-align: center;
}
h2 {
font-size: clamp(22px, 5vw, 36px);
font-weight: 800; line-height: 1.2;
letter-spacing: -0.015em; color: var(--white);
margin-bottom: 20px; text-align: center;
}
h3 {
font-size: clamp(18px, 4vw, 26px);
font-weight: 700; color: var(--white);
margin-bottom: 14px; text-align: center;
}
h4 { font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 8px; line-height: 1.4; }
h5 {
font-size: 12px; font-weight: 800; color: var(--gold);
margin-bottom: 6px; line-height: 1.4;
text-transform: uppercase; letter-spacing: 0.8px;
}
p { color: var(--white-70); line-height: 1.65; margin-bottom: 14px; font-size: 15px; }
strong { color: var(--white); }
.gold-gradient {
background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 60%, var(--gold-dark) 100%);
-webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.gold-divider {
width: 60px; height: 3px; border-radius: 2px;
background: linear-gradient(90deg, transparent, var(--gold), transparent);
margin: 0 auto 28px;
}
/* ===== SHARED COMPONENTS ===== */
.section-label {
display: inline-block;
background: var(--gold-glow);
border: 1px solid rgba(212,175,55,0.4);
color: var(--gold);
font-size: 11px; font-weight: 800; letter-spacing: 1.2px;
text-transform: uppercase; padding: 5px 14px;
border-radius: 50px; margin-bottom: 16px;
}
.section-card {
background: var(--navy-card);
border: 1px solid var(--navy-border);
border-radius: var(--radius-xl);
padding: 28px 20px;
}
@media (min-width: 768px) { .section-card { padding: 44px 48px; } }
/* ===== ANNOUNCEMENT BAR ===== */
.announcement-bar {
background: linear-gradient(90deg, var(--gold-dark), var(--gold), var(--gold-dark));
color: var(--navy-deep);
text-align: center;
padding: 10px 20px;
font-size: 13px; font-weight: 800;
letter-spacing: 0.5px; text-transform: uppercase;
}
/* ===== HERO ===== */
.hero {
background: radial-gradient(ellipse at 50% 0%, #182260 0%, var(--navy-bg) 70%);
padding: 52px 0 60px;
position: relative; overflow: hidden;
}
.hero::before {
content: ''; position: absolute; inset: 0;
background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23D4AF37' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
pointer-events: none;
}
.hero-tag {
display: inline-block;
background: var(--gold-glow);
border: 1px solid var(--gold);
color: var(--gold);
font-size: 12px; font-weight: 800;
letter-spacing: 1px; text-transform: uppercase;
padding: 6px 16px; border-radius: 50px; margin-bottom: 22px;
}
.hero-sub {
font-size: clamp(14px, 3vw, 17px);
color: var(--white-70); font-weight: 500;
max-width: 480px; margin: 0 auto 28px; text-align: center;
}
/* Price badge */
.price-badge {
display: inline-flex; align-items: center; gap: 14px;
background: var(--navy-card);
border: 1px solid var(--navy-border);
border-radius: var(--radius-lg);
padding: 12px 22px; margin-bottom: 24px;
flex-wrap: wrap; justify-content: center;
}
.price-block { text-align: center; }
.price-label { font-size: 10px; color: var(--white-50); font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
.price-old { font-size: 16px; color: var(--white-50); text-decoration: line-through; font-weight: 600; }
.price-new { font-size: 30px; font-weight: 900; color: var(--gold); letter-spacing: -0.02em; }
.price-dur { font-size: 14px; font-weight: 700; color: var(--white); }
.price-sep { width: 1px; height: 40px; background: rgba(255,255,255,0.12); }
/* Urgency strip */
.urgency-strip {
display: flex; align-items: center; justify-content: center; gap: 8px;
background: rgba(239,68,68,0.1);
border: 1px solid rgba(239,68,68,0.35);
border-radius: var(--radius-md);
padding: 11px 18px;
margin: 0 auto 20px; max-width: 380px;
}
.urgency-dot {
width: 8px; height: 8px; min-width: 8px;
background: var(--danger-red); border-radius: 50%;
animation: blink 1.2s infinite;
}
.urgency-text { font-size: 13px; font-weight: 800; color: #FF7070; letter-spacing: 0.2px; }
/* CTA */
.cta-primary {
display: block;
background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 60%, var(--gold-dark) 100%);
color: var(--navy-deep); text-decoration: none; border: none;
padding: 18px 28px; border-radius: var(--radius-lg);
font-size: 16px; font-weight: 900; letter-spacing: 0.2px;
text-align: center; cursor: pointer;
box-shadow: 0 8px 28px rgba(212,175,55,0.4);
transition: all 0.3s cubic-bezier(0.16,1,0.3,1);
width: 100%; max-width: 480px; margin: 0 auto;
line-height: 1.4; min-height: 52px;
animation: pulsegold 3s infinite;
}
.cta-primary:hover {
transform: translateY(-3px);
box-shadow: 0 14px 40px rgba(212,175,55,0.6);
animation: none;
}
.cta-primary:active { transform: translateY(0); }
.cta-subtext {
display: block; font-size: 11px; font-weight: 700;
opacity: 0.78; margin-top: 5px; letter-spacing: 0.5px; text-transform: uppercase;
}
.cta-wrapper {
display: flex; flex-direction: column; align-items: center; gap: 12px; margin: 28px 0;
}
.cta-note { font-size: 13px; color: var(--white-50); text-align: center; font-weight: 500; }
/* ===== PROOF BAR ===== */
.proof-bar {
background: var(--navy-card);
border-top: 1px solid var(--navy-border);
border-bottom: 1px solid var(--navy-border);
padding: 30px 0;
}
.proof-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; text-align: center; }
.proof-num { font-size: clamp(28px,6vw,44px); font-weight: 900; color: var(--gold); line-height: 1.1; margin-bottom: 4px; }
.proof-lbl { font-size: 12px; color: var(--white-70); font-weight: 600; line-height: 1.4; }
/* ===== PROBLEM ===== */
.problem-list { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }
.problem-item {
display: flex; align-items: flex-start; gap: 12px;
padding: 14px 16px;
background: rgba(239,68,68,0.07);
border: 1px solid rgba(239,68,68,0.2);
border-left: 3px solid var(--danger-red);
border-radius: var(--radius-md);
}
.problem-item .ico { font-size: 18px; flex-shrink: 0; line-height: 1.4; }
.problem-item .txt { font-size: 14px; line-height: 1.55; color: var(--white-90); }
.problem-item .txt strong { display: block; color: var(--white); font-weight: 700; margin-bottom: 2px; }
/* ===== CALL BREAKDOWN ===== */
.call-grid {
display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 28px;
}
@media (min-width: 600px) { .call-grid { grid-template-columns: repeat(2,1fr); } }
.call-item {
background: var(--navy-card2);
border: 1px solid var(--navy-border);
border-radius: var(--radius-md);
padding: 18px 16px;
display: flex; gap: 14px; align-items: flex-start;
}
.call-icon {
width: 42px; height: 42px; min-width: 42px;
background: var(--gold-glow);
border: 1px solid rgba(212,175,55,0.3);
border-radius: var(--radius-sm);
display: flex; align-items: center; justify-content: center;
font-size: 20px;
}
.call-item h4 { font-size: 14px; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.call-item p { font-size: 13px; color: var(--white-70); margin: 0; line-height: 1.5; text-align: left; }
/* ===== BENEFIT LIST ===== */
.benefit-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin: 20px 0; }
.benefit-item {
display: flex; align-items: flex-start; gap: 12px;
padding: 12px 14px;
background: rgba(212,175,55,0.06);
border: 1px solid rgba(212,175,55,0.15);
border-left: 3px solid var(--gold);
border-radius: var(--radius-md);
}
.benefit-icon {
width: 22px; height: 22px; min-width: 22px;
background: var(--gold); color: var(--navy-deep);
border-radius: 50%;
display: flex; align-items: center; justify-content: center;
font-size: 12px; font-weight: 900; flex-shrink: 0; margin-top: 1px;
}
.benefit-text { font-size: 14px; color: var(--white-90); line-height: 1.5; }
.benefit-text strong { color: var(--white); font-weight: 700; }
/* ===== AUTHORITY ===== */
.coach-image {
width: 120px; height: 120px; border-radius: 50%;
border: 3px solid var(--gold);
box-shadow: 0 0 0 7px rgba(212,175,55,0.14);
object-fit: cover; display: block;
margin: 0 auto 20px;
background: var(--navy-card2);
}
@media (min-width: 768px) { .coach-image { width: 150px; height: 150px; } }
.credential-badge {
display: inline-block;
background: rgba(212,175,55,0.1);
border: 1px solid rgba(212,175,55,0.35);
color: var(--gold);
font-size: 11px; font-weight: 700; letter-spacing: 0.4px;
padding: 5px 12px; border-radius: 50px; margin: 4px;
text-transform: uppercase;
}
.authority-cards {
display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 24px;
}
@media (min-width: 768px) { .authority-cards { grid-template-columns: repeat(2,1fr); } }
.authority-card {
background: var(--navy-card2);
border: 1px solid var(--navy-border);
border-top: 2px solid var(--gold);
border-radius: var(--radius-md);
padding: 18px;
}
.authority-card h5 { color: var(--gold); font-size: 12px; margin-bottom: 6px; }
.authority-card p { font-size: 13px; color: var(--white-70); margin: 0; line-height: 1.5; text-align: left; }
/* ===== RESULTS ===== */
.result-grid {
display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 28px;
}
@media (min-width: 640px) { .result-grid { grid-template-columns: repeat(3,1fr); } }
.result-card {
background: var(--navy-card2);
border: 1px solid var(--navy-border);
border-radius: var(--radius-lg);
overflow: hidden; transition: all 0.3s ease;
}
.result-card:hover { transform: translateY(-4px); box-shadow: 0 14px 36px rgba(0,0,0,0.4); }
.result-image img { width: 100%; height: auto; display: block; max-height: 280px; object-fit: contain; background: var(--navy-deep); }
.result-content { padding: 18px; }
.result-name { font-weight: 700; color: var(--white); margin-bottom: 4px; font-size: 16px; text-align: left; }
.result-title { font-size: 12px; color: var(--gold); font-weight: 600; margin-bottom: 10px; text-align: left; }
.result-text { font-size: 13px; color: var(--white-70); margin: 0; line-height: 1.5; text-align: left; }
/* ===== PHASE CARDS ===== */
.phase-grid {
display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 24px;
}
@media (min-width: 768px) { .phase-grid { grid-template-columns: repeat(3,1fr); } }
.phase-card {
background: var(--navy-card2);
border: 1px solid var(--navy-border);
border-radius: var(--radius-md);
padding: 20px; position: relative; overflow: hidden;
}
.phase-card::before {
content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
background: linear-gradient(90deg, var(--gold-dark), var(--gold-light));
}
.phase-badge {
display: inline-block;
background: var(--gold-glow); color: var(--gold);
font-size: 11px; font-weight: 800;
letter-spacing: 0.5px; text-transform: uppercase;
padding: 4px 10px; border-radius: var(--radius-sm); margin-bottom: 10px;
}
.phase-card h4 { color: var(--white); font-size: 15px; text-align: left; margin-bottom: 5px; }
.phase-duration { font-size: 12px; color: var(--gold); font-weight: 600; margin-bottom: 14px; }
.phase-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.phase-list li { display: flex; gap: 8px; font-size: 13px; color: var(--white-70); line-height: 1.5; align-items: flex-start; }
.phase-list li::before { content: '→'; color: var(--gold); font-weight: 900; flex-shrink: 0; }
/* ===== GET ITEMS ===== */
.get-grid {
display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 24px;
}
@media (min-width: 600px) { .get-grid { grid-template-columns: repeat(2,1fr); } }
.get-item {
background: var(--navy-card2);
border: 1px solid var(--navy-border);
border-radius: var(--radius-md);
padding: 18px;
display: flex; gap: 14px; align-items: flex-start;
}
.get-icon { font-size: 24px; flex-shrink: 0; }
.get-item h5 { color: var(--gold); font-size: 12px; margin-bottom: 4px; }
.get-item p { font-size: 13px; color: var(--white-70); margin: 0; line-height: 1.5; text-align: left; }
/* ===== PROCESS STEPS ===== */
.process-step {
display: flex; gap: 16px;
padding: 18px;
background: var(--navy-card2);
border: 1px solid var(--navy-border);
border-radius: var(--radius-md);
margin-bottom: 12px; align-items: flex-start;
}
.step-num {
width: 40px; height: 40px; min-width: 40px;
background: linear-gradient(135deg, var(--gold-light), var(--gold));
color: var(--navy-deep); border-radius: 50%;
display: flex; align-items: center; justify-content: center;
font-size: 16px; font-weight: 900; flex-shrink: 0;
}
.step-content h5 {
color: var(--white); font-size: 14px; font-weight: 700;
margin-bottom: 4px; text-transform: none; letter-spacing: 0;
}
.step-content p { font-size: 13px; color: var(--white-70); margin: 0; line-height: 1.5; text-align: left; }
/* ===== VIDEO ===== */
.video-wrapper {
background: var(--navy-card);
border: 1px solid var(--navy-border);
border-radius: var(--radius-xl);
padding: 28px 20px; margin: 0 0 56px;
}
.video-container {
position: relative; width: 100%; max-width: 720px;
margin: 0 auto; border-radius: var(--radius-lg);
overflow: hidden; box-shadow: var(--shadow-card); background: #000;
}
.video-container video { width: 100%; height: auto; display: block; max-height: 420px; object-fit: contain; }
.video-caption { text-align: center; margin-top: 20px; }
.video-caption h3 { font-size: 18px; margin-bottom: 8px; }
.video-caption p { font-size: 14px; font-style: italic; color: var(--white-70); margin: 0; }
/* ===== FAQ ===== */
details.faq-item { margin-bottom: 10px; }
details.faq-item summary {
padding: 16px 18px;
background: var(--navy-card);
border: 1px solid var(--navy-border);
border-radius: var(--radius-md);
font-weight: 700; font-size: 15px; cursor: pointer;
list-style: none; display: flex; justify-content: space-between;
align-items: center; transition: all 0.3s ease;
color: var(--white); gap: 12px; line-height: 1.4;
}
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item summary:hover {
border-color: var(--gold); background: rgba(212,175,55,0.06);
}
details.faq-item[open] summary {
border-color: var(--gold); background: rgba(212,175,55,0.06);
border-bottom-left-radius: 0; border-bottom-right-radius: 0;
}
.faq-toggle {
color: var(--gold); font-size: 14px; font-weight: 900;
flex-shrink: 0; transition: transform 0.3s ease;
}
details.faq-item[open] .faq-toggle { transform: rotate(180deg); }
.faq-body {
padding: 16px 18px;
background: rgba(212,175,55,0.04);
border: 1px solid var(--navy-border); border-top: none;
border-bottom-left-radius: var(--radius-md);
border-bottom-right-radius: var(--radius-md);
font-size: 14px; color: var(--white-70); line-height: 1.65; text-align: left;
}
/* ===== STICKY CTA ===== */
.sticky-cta {
position: fixed; bottom: 16px; left: 50%; transform: translateX(-50%);
z-index: 1000; display: none;
background: linear-gradient(135deg, var(--gold-light), var(--gold-dark));
color: var(--navy-deep);
padding: 14px 24px; border-radius: var(--radius-lg);
font-weight: 900; font-size: 14px;
box-shadow: 0 8px 28px rgba(212,175,55,0.5);
text-decoration: none; border: none; cursor: pointer;
transition: all 0.3s ease; max-width: calc(100% - 40px);
line-height: 1.3; min-height: 48px;
align-items: center; justify-content: center; text-align: center;
}
@media (max-width: 768px) { .sticky-cta { display: flex; } }
.sticky-cta:hover { transform: translateX(-50%) translateY(-2px); }
/* ===== ANIMATIONS ===== */
@keyframes pulsegold {
0%,100% { box-shadow: 0 8px 28px rgba(212,175,55,0.40); }
50% { box-shadow: 0 8px 44px rgba(212,175,55,0.65); }
}
@keyframes blink {
0%,100% { opacity: 1; }
50% { opacity: 0.3; }
}
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 375px) {
h1 { font-size: 24px; }
h2 { font-size: 20px; }
.price-new { font-size: 24px; }
}
@media (prefers-reduced-motion: reduce) {
* { animation: none !important; transition: none !important; }
}
</style>
</head>
<body>
<!-- ======================================================
ANNOUNCEMENT BAR
====================================================== -->
<div class="announcement-bar">
🔴 Only 5 Premium Diagnostic Slots Open This Week — Filling Fast
</div>
<!-- ======================================================
HERO
====================================================== -->
<section class="hero">
<div class="container text-center">
<div class="hero-tag">For Busy Professionals 28+</div>
<h1>
Is Your <span class="gold-gradient">Thyroid Weight</span><br>
Coming Back?
</h1>
<p class="hero-sub">
Get a 60-Minute Personalized Thyroid Deep Analysis Call —
root-cause mapped, lab-guided, and built for busy working women.
</p>
<!-- Price Badge -->
<div class="price-badge">
<div class="price-block">
<div class="price-label">Was</div>
<div class="price-old">₹2,000</div>
</div>
<div class="price-sep"></div>
<div class="price-block">
<div class="price-label">Now</div>
<div class="price-new">₹199</div>
</div>
<div class="price-sep"></div>
<div class="price-block">
<div class="price-label">Duration</div>
<div class="price-dur">60 Min</div>
</div>
</div>
<!-- Urgency -->
<div class="urgency-strip">
<div class="urgency-dot"></div>
<div class="urgency-text">Only 5 Premium Diagnostic Slots Open This Week</div>
</div>
<!-- Hero Benefits -->
<ul class="benefit-list" style="max-width:480px;margin:20px auto;">
<li class="benefit-item">
<span class="benefit-icon">✓</span>
<span class="benefit-text"><strong>Root-cause thyroid mapping</strong> — understand exactly why the weight keeps returning</span>
</li>
<li class="benefit-item">
<span class="benefit-icon">✓</span>
<span class="benefit-text"><strong>TSH, T3, T4, Anti-TPO lab interpretation</strong> — decoded in plain language</span>
</li>
<li class="benefit-item">
<span class="benefit-icon">✓</span>
<span class="benefit-text"><strong>Personalized step-by-step action plan</strong> — not generic internet advice</span>
</li>
<li class="benefit-item">
<span class="benefit-icon">✓</span>
<span class="benefit-text"><strong>Built for Development Directors, IT Managers & Business Owners</strong> — zero time to waste</span>
</li>
</ul>
<div class="cta-wrapper">
<a href="[INSERT YOUR ₹199 PAYMENT LINK HERE]" class="cta-primary">
👉 Book Your 1–1 Thyroid Analysis Call (₹199)
<span class="cta-subtext">₹199 Screening Fee · Serious Clients Only</span>
</a>
<p class="cta-note">⏰ Limited slots this week · Fills up fast</p>
</div>
</div>
</section>
<!-- ======================================================
SOCIAL PROOF BAR
====================================================== -->
<div class="proof-bar">
<div class="container">
<div class="proof-grid">
<div>
<div class="proof-num">200+</div>
<div class="proof-lbl">Busy Working Women Transformed</div>
</div>
<div>
<div class="proof-num">4.9★</div>
<div class="proof-lbl">Average Client Rating</div>
</div>
<div>
<div class="proof-num">92%</div>
<div class="proof-lbl">Better Energy by Week 6</div>
</div>
</div>
</div>
</div>
<!-- ======================================================
PROBLEM SECTION
====================================================== -->
<section class="section">
<div class="container">
<div class="section-card">
<div class="text-center">
<span class="section-label">The Real Problem</span>
<h2>Why Your Thyroid Weight<br>Keeps Coming Back</h2>
<div class="gold-divider"></div>
<p style="max-width:520px;margin:0 auto 8px;">
Generic weight loss advice completely ignores thyroid metabolism.
That's why every diet, gym plan, and calorie cut fails.
</p>
</div>
<div class="problem-list">
<div class="problem-item">
<span class="ico">⚠️</span>
<div class="txt">
<strong>Calorie restriction makes it worse</strong>
Your thyroid slows down further when you eat less — so you gain weight despite eating only 1,200 calories. This is NOT laziness.
</div>
</div>
<div class="problem-item">
<span class="ico">⚠️</span>
<div class="txt">
<strong>"Just exercise more" doesn't work</strong>
Cardio without thyroid optimization burns muscle, not fat. You end up exhausted with no results to show.
</div>
</div>
<div class="problem-item">
<span class="ico">⚠️</span>
<div class="txt">
<strong>Your labs show "normal" but you feel terrible</strong>
TSH can appear normal while Free T3 is low or Anti-TPO antibodies are elevated. Functional thyroid issues go completely undetected.
</div>
</div>
<div class="problem-item">
<span class="ico">⚠️</span>
<div class="txt">
<strong>Medication alone is incomplete</strong>
Pills are necessary but not enough. Nutrient correction, nutrition strategy, and lifestyle optimization complete the picture.
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ======================================================
WHAT HAPPENS IN THE 60-MIN CALL
====================================================== -->
<section class="section" style="padding-top:0;">
<div class="container">
<div class="section-card" style="border-color:rgba(212,175,55,0.35);">
<div class="text-center">
<span class="section-label">The Deep Analysis Call</span>
<h2>What Happens in Your<br><span class="gold-gradient">60-Min Deep Analysis Call</span></h2>
<div class="gold-divider"></div>
<p style="max-width:500px;margin:0 auto 8px;">
This is a structured diagnostic session — not a sales call.
You leave with root-cause clarity and a real action plan.
</p>
</div>
<div class="call-grid">
<div class="call-item">
<div class="call-icon">🧭</div>
<div>
<h4>Root-Cause Mapping</h4>
<p>We trace your weight gain directly to its thyroid origin — Hashimoto's, subclinical hypothyroidism, or nutrient-driven suppression.</p>
</div>
</div>
<div class="call-item">
<div class="call-icon">🧪</div>
<div>
<h4>Lab Interpretation</h4>
<p>TSH, Free T3, Free T4, Anti-TPO — decoded in plain language. Understand exactly what your numbers mean for your weight and energy.</p>
</div>
</div>
<div class="call-item">
<div class="call-icon">📋</div>
<div>
<h4>Symptoms Diagnostic</h4>
<p>Fatigue, brain fog, belly fat, hair fall, cold sensitivity — all connected to your specific thyroid pattern and hormonal picture.</p>
</div>
</div>
<div class="call-item">
<div class="call-icon">🗺️</div>
<div>
<h4>Step-by-Step Action Plan</h4>
<p>You leave with a clear, personalized roadmap — exact next steps based on your labs, lifestyle, and goals. Not generic advice.</p>
</div>
</div>
</div>
<div class="cta-wrapper" style="margin-top:28px;">
<a href="[INSERT YOUR ₹199 PAYMENT LINK HERE]" class="cta-primary">
👉 Book Your 1–1 Thyroid Analysis Call (₹199)
<span class="cta-subtext">Screening Fee to Filter Serious Clients Only</span>
</a>
<div class="urgency-strip" style="margin:4px auto 0;">
<div class="urgency-dot"></div>
<div class="urgency-text">Only 5 Premium Diagnostic Slots Open This Week</div>
</div>
</div>
</div>
</div>
</section>
<!-- ======================================================
VIDEO SECTION
====================================================== -->
<div class="container">
<div class="video-wrapper">
<div class="video-container">
<video controls preload="metadata" playsinline
aria-label="Rashmi's 3-Week Thyroid Fat Loss Transformation">
<source
src="https://swapnilumbarkarfitness.in/wp-content/uploads/2025/08/🎥-Rashmis-3-Week-Thyroid-Fat-Loss-Transformation.mp4"
type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="video-caption">
<h3>🎥 Watch Rashmi's Real Transformation</h3>
<p>"In just 3 weeks, I saw changes I couldn't achieve in 3 years. Swapnil's thyroid-specific approach made all the difference."</p>
</div>
</div>
</div>
<!-- ======================================================
AUTHORITY SECTION
====================================================== -->
<section class="section" style="padding-top:0;">
<div class="container">
<div class="section-card">
<div class="text-center">
<span class="section-label">Your Coach</span>
<img
src="https://swapnilumbarkarfitness.in/wp-content/uploads/2025/05/Swapnil.png"
alt="Swapnil Umbarkar — Internationally Certified Thyroid Fat Loss Coach"
class="coach-image" loading="lazy">
<h2>Swapnil Umbarkar</h2>
<p style="color:var(--gold);font-weight:700;font-size:15px;margin-bottom:16px;">
Internationally Certified Thyroid Fat Loss Coach
</p>
<div style="margin-bottom:18px;">
<span class="credential-badge">200+ Women Transformed</span>
<span class="credential-badge">Clinical Nutrition Specialist</span>
<span class="credential-badge">Lab-Guided Approach</span>
<span class="credential-badge">12+ Doctor Collaborations</span>
</div>
<p style="max-width:520px;margin:0 auto;">
I spent 5 years mastering thyroid metabolism because generic fitness coaching kept failing my hypothyroid clients. Now I focus exclusively on helping busy working women lose fat sustainably — without pills, fasting, or elimination diets.
</p>
</div>
<div class="authority-cards">
<div class="authority-card">
<h5>🎓 International Certification</h5>
<p>Advanced certifications in thyroid nutrition, functional labs, and hormone optimization. I understand TSH, Free T3/T4, Reverse T3, and nutrient deficiencies — not just calories.</p>
</div>
<div class="authority-card">
<h5>🧪 Lab-Guided Approach</h5>
<p>Your lab reports guide every single recommendation. We optimize selenium, iodine, iron, Vitamin D, and B12 alongside food — because thyroid health is biochemical, not motivational.</p>
</div>
<div class="authority-card">
<h5>🥘 Indian Diet Expertise</h5>
<p>You don't need quinoa bowls or keto bread. I specialize in Indian home cooking — roti, rice, dal, subzi — portioned perfectly for your thyroid type and work schedule.</p>
</div>
<div class="authority-card">
<h5>👩⚕️ Doctor Collaboration</h5>
<p>I work WITH your endocrinologist, not against them. Medication + personalized nutrition = real results. Partnered with 12+ thyroid specialists across India.</p>
</div>
</div>
</div>
</div>
</section>
<!-- ======================================================
SUCCESS STORIES
====================================================== -->
<section class="section" style="padding-top:0;">
<div class="container">
<div class="text-center" style="margin-bottom:28px;">
<span class="section-label">Client Results</span>
<h2>Real Women.<br><span class="gold-gradient">Real Thyroid Transformations.</span></h2>
<div class="gold-divider"></div>
<p style="font-size:14px;color:var(--white-70);">87% of clients lose 10+ kg in 90 days</p>
</div>
<div class="result-grid">
<div class="result-card">
<div class="result-image">
<img src="https://swapnilumbarkarfitness.in/wp-content/uploads/2025/05/Vaidehi-1.png" alt="Vaidehi - 12 kg lost" loading="lazy">
</div>
<div class="result-content">
<div class="result-name">Vaidehi P.</div>
<div class="result-title">Hashimoto's Thyroiditis · Age 34</div>
<p class="result-text">"Lost 12 kg in 90 days while eating roti, dal, and rice. My TSH went from 8.5 to 2.1. Energy is back — I wake up WITHOUT snoozing 5 times."</p>
</div>
</div>
<div class="result-card">
<div class="result-image">
<img src="https://swapnilumbarkarfitness.in/wp-content/uploads/2025/05/Surekha-3.png" alt="Surekha - 14 kg lost" loading="lazy">
</div>
<div class="result-content">
<div class="result-name">Surekha M.</div>
<div class="result-title">Subclinical Hypothyroidism · Age 41</div>
<p class="result-text">"14 kg down. No more 3pm crashes. My doctor reduced my medication dose because my thyroid improved so much. This program is life-changing."</p>
</div>
</div>
<div class="result-card">
<div class="result-image">
<img src="https://swapnilumbarkarfitness.in/wp-content/uploads/2025/05/Nam