<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes">
<title>Stop Freaking Out | Gold Edition | PDF Planner by Dr. Andrea Azevedo</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
background: #FFF8F5;
color: #3D2A24;
line-height: 1.5;
scroll-behavior: smooth;
}
.container {
max-width: 1280px;
margin: 0 auto;
padding: 0 24px;
}
h1, h2, h3 {
font-weight: 700;
line-height: 1.2;
letter-spacing: -0.02em;
}
h1 {
font-size: 2.8rem;
margin-bottom: 1rem;
}
h2 {
font-size: 2rem;
margin-bottom: 1rem;
position: relative;
display: inline-block;
}
h2:after {
content: '';
position: absolute;
bottom: -8px;
left: 0;
width: 60px;
height: 3px;
background: #9B4B6E;
border-radius: 3px;
}
h3 {
font-size: 1.4rem;
margin-bottom: 0.75rem;
}
.highlight {
color: #9B4B6E;
border-bottom: 3px solid #F5CDD4;
}
.btn {
display: inline-block;
background: linear-gradient(135deg, #9B4B6E 0%, #7D3A58 100%);
color: white;
font-weight: 700;
font-size: 1.2rem;
padding: 14px 36px;
border-radius: 60px;
text-decoration: none;
transition: all 0.3s ease;
text-align: center;
box-shadow: 0 8px 20px rgba(155, 75, 110, 0.25);
border: none;
cursor: pointer;
}
.btn:hover {
background: linear-gradient(135deg, #B05A80 0%, #8E4564 100%);
transform: translateY(-2px);
box-shadow: 0 12px 28px rgba(155, 75, 110, 0.35);
}
.btn-outline {
background: transparent;
border: 2px solid #9B4B6E;
color: #9B4B6E;
box-shadow: none;
background: rgba(255, 248, 245, 0.9);
}
.btn-outline:hover {
background: #9B4B6E;
color: white;
transform: translateY(-2px);
}
.hero {
padding: 60px 0 40px;
background: linear-gradient(135deg, #FFF5F0 0%, #FDE8E5 100%);
border-bottom: 1px solid #F5CDD4;
}
.hero-grid {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 40px;
}
.hero-content {
flex: 1.2;
}
.hero-video {
flex: 0.9;
background: #3D2A24;
border-radius: 28px;
overflow: hidden;
box-shadow: 0 20px 35px -10px rgba(155, 75, 110, 0.2);
border: 1px solid #F5CDD4;
}
.video-placeholder {
position: relative;
width: 100%;
padding-bottom: 56.25%;
background: #5C3D34;
display: flex;
align-items: center;
justify-content: center;
}
.video-placeholder iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.video-input {
margin-top: 12px;
display: flex;
gap: 8px;
flex-wrap: wrap;
padding: 12px;
background: #FFF5F0;
}
.video-input input {
flex: 1;
padding: 10px 12px;
border-radius: 40px;
border: 1px solid #F5CDD4;
background: #FFFFFF;
font-family: inherit;
color: #3D2A24;
}
.video-input input::placeholder {
color: #C0A69C;
}
.video-input button {
background: #9B4B6E;
color: white;
border: none;
padding: 10px 20px;
border-radius: 40px;
cursor: pointer;
font-weight: 600;
}
.badge {
background: linear-gradient(135deg, #9B4B6E, #7D3A58);
color: #FDE8E5;
font-weight: 600;
font-size: 0.75rem;
display: inline-block;
padding: 6px 14px;
border-radius: 40px;
margin-bottom: 1rem;
}
section {
padding: 70px 0;
border-bottom: 1px solid #F0DDD8;
}
.section-bg-light {
background-color: #FFFFFF;
}
.section-salmom-bg {
background: linear-gradient(120deg, #FFF8F5 0%, #FEF0EC 100%);
}
.benefits-grid, .bonus-grid, .testimonials-grid {
display: flex;
flex-wrap: wrap;
gap: 30px;
margin-top: 40px;
}
.benefit-card, .testimonial-card {
flex: 1 1 240px;
background: #FFFFFF;
padding: 24px 20px;
border-radius: 24px;
border: 1px solid #F5CDD4;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(155, 75, 110, 0.05);
}
.benefit-card:hover, .testimonial-card:hover {
transform: translateY(-6px);
border-color: #9B4B6E;
box-shadow: 0 12px 24px rgba(155, 75, 110, 0.12);
}
.testimonial-card {
flex: 1 1 280px;
font-style: normal;
}
/* Planner Gold Edition */
.planner-showcase {
background: linear-gradient(135deg, #FFF5F0, #FDE8E5);
border-radius: 32px;
padding: 40px 30px;
text-align: center;
margin: 30px 0;
border: 2px solid #F5CDD4;
box-shadow: 0 8px 20px rgba(155, 75, 110, 0.08);
position: relative;
overflow: hidden;
}
.planner-showcase::before {
content: '';
position: absolute;
top: -20px;
right: -20px;
width: 150px;
height: 150px;
background: radial-gradient(circle, rgba(155,75,110,0.06) 0%, rgba(155,75,110,0) 70%);
border-radius: 50%;
z-index: 0;
}
.planner-showcase::after {
content: '';
position: absolute;
bottom: -30px;
left: -30px;
width: 180px;
height: 180px;
background: radial-gradient(circle, rgba(245,205,212,0.3) 0%, rgba(245,205,212,0) 70%);
border-radius: 50%;
z-index: 0;
}
.planner-gold-figure {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
margin-bottom: 25px;
position: relative;
z-index: 1;
}
.planner-decoration {
width: 60px;
height: 2px;
background: linear-gradient(90deg, transparent, #9B4B6E, #D4AF37, #9B4B6E, transparent);
}
.planner-gold-figure span {
font-size: 1.1rem;
font-weight: 600;
color: #9B4B6E;
letter-spacing: 2px;
}
.gold-separator {
width: 80px;
height: 3px;
background: #D4AF37;
margin: 15px auto;
border-radius: 3px;
}
.planner-showcase h3 {
position: relative;
z-index: 1;
margin-top: 10px;
}
.planner-showcase p {
position: relative;
z-index: 1;
}
/* Bonus section with emphasis */
.bonus-highlight {
background: linear-gradient(135deg, #9B4B6E08 0%, #7D3A5808 100%);
border-radius: 32px;
padding: 20px;
margin-top: 20px;
}
.bonus-card {
background: #FFFFFF;
border-radius: 24px;
padding: 28px;
border-left: 6px solid #D4AF37;
box-shadow: 0 8px 20px rgba(155, 75, 110, 0.08);
transition: transform 0.2s;
}
.bonus-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 28px rgba(155, 75, 110, 0.12);
}
.bonus-value {
font-size: 1.5rem;
font-weight: 800;
color: #D4AF37;
margin-bottom: 8px;
}
.bonus-title {
font-size: 1.3rem;
font-weight: 700;
color: #9B4B6E;
margin-bottom: 12px;
}
/* Disclaimer with high visibility */
.disclaimer {
background: #2C1E1A;
border-left: 8px solid #D4AF37;
padding: 32px 28px;
border-radius: 20px;
font-size: 0.9rem;
margin: 40px 0 20px;
color: #F0E0D8;
font-weight: 500;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.disclaimer strong {
color: #D4AF37;
font-size: 1rem;
}
.creator-section {
background: linear-gradient(135deg, #FFF5F0, #FEF0EC);
border-radius: 32px;
padding: 40px;
margin: 40px 0;
display: flex;
flex-wrap: wrap;
gap: 40px;
align-items: center;
box-shadow: 0 12px 28px -8px rgba(155, 75, 110, 0.1);
border: 1px solid #F5CDD4;
}
.creator-photo {
flex: 0.8;
text-align: center;
}
.creator-photo img {
width: 100%;
max-width: 260px;
border-radius: 50%;
object-fit: cover;
aspect-ratio: 1/1;
border: 4px solid #9B4B6E;
box-shadow: 0 15px 25px -10px rgba(155, 75, 110, 0.2);
}
.photo-input-area {
margin-top: 15px;
display: flex;
flex-direction: column;
gap: 8px;
}
.photo-input-area input {
width: 100%;
padding: 8px 12px;
border-radius: 40px;
border: 1px solid #F5CDD4;
background: #FFFFFF;
font-size: 0.8rem;
color: #3D2A24;
}
.photo-input-area input::placeholder {
color: #C0A69C;
}
.photo-input-area button {
background: #9B4B6E;
color: white;
border: none;
padding: 8px 16px;
border-radius: 30px;
cursor: pointer;
font-weight: 600;
font-size: 0.8rem;
transition: background 0.2s;
}
.photo-input-area button:hover {
background: #7D3A58;
}
.creator-bio {
flex: 1.8;
}
.creator-bio h3 {
color: #9B4B6E;
margin-bottom: 10px;
}
.credentials {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin: 20px 0;
}
.cred-badge {
background: #FEF0EC;
padding: 5px 14px;
border-radius: 40px;
font-size: 0.75rem;
font-weight: 600;
color: #9B4B6E;
border: 1px solid #F5CDD4;
}
.modules-list {
margin-top: 40px;
display: flex;
flex-direction: column;
gap: 12px;
}
.module-item {
background: #FFFFFF;
border: 1px solid #F5CDD4;
border-radius: 20px;
padding: 16px 24px;
transition: all 0.2s;
}
.module-item:hover {
border-color: #9B4B6E;
box-shadow: 0 4px 12px rgba(155, 75, 110, 0.08);
}
.module-title {
font-weight: 800;
font-size: 1.2rem;
color: #9B4B6E;
display: flex;
align-items: center;
gap: 12px;
cursor: pointer;
margin: 0;
}
.module-desc {
margin-top: 12px;
padding-left: 28px;
color: #6B4E44;
display: none;
}
.module-item.open .module-desc {
display: block;
}
.price-box {
background: linear-gradient(135deg, #9B4B6E 0%, #7D3A58 100%);
color: white;
border-radius: 32px;
padding: 40px 30px;
text-align: center;
margin: 20px 0;
border: 1px solid #F5CDD4;
box-shadow: 0 15px 30px -8px rgba(155, 75, 110, 0.3);
}
.old-price {
text-decoration: line-through;
opacity: 0.8;
font-size: 1.3rem;
}
.current-price {
font-size: 3.2rem;
font-weight: 800;
margin: 10px 0;
color: #FDE8E5;
}
.cta-fixed {
position: fixed;
bottom: 20px;
right: 20px;
background: linear-gradient(135deg, #9B4B6E, #7D3A58);
padding: 12px 28px;
border-radius: 60px;
color: white;
font-weight: bold;
box-shadow: 0 8px 20px rgba(155, 75, 110, 0.35);
z-index: 1000;
font-size: 0.9rem;
text-decoration: none;
border: none;
transition: all 0.3s;
}
.cta-fixed:hover {
transform: scale(1.05);
background: linear-gradient(135deg, #B05A80, #8E4564);
}
.faq-item {
margin-bottom: 20px;
border-bottom: 1px solid #F0DDD8;
padding-bottom: 16px;
}
.faq-question {
font-weight: 700;
cursor: pointer;
display: flex;
justify-content: space-between;
color: #9B4B6E;
}
.faq-answer {
margin-top: 8px;
color: #5C3D34;
}
footer {
background: #F5E6E2;
text-align: center;
padding: 32px 0;
font-size: 0.85rem;
color: #8B6A5E;
border-top: 1px solid #F5CDD4;
}
footer a {
color: #9B4B6E;
text-decoration: none;
}
footer a:hover {
color: #7D3A58;
}
@media (max-width: 768px) {
h1 { font-size: 2rem; }
h2 { font-size: 1.7rem; }
.hero-grid { flex-direction: column; }
.btn { font-size: 1rem; padding: 12px 24px; }
.current-price { font-size: 2.3rem; }
.cta-fixed { padding: 10px 20px; font-size: 0.8rem; }
.creator-section { flex-direction: column; text-align: center; }
h2:after { left: 50%; transform: translateX(-50%); }
.planner-decoration { width: 30px; }
}
</style>
</head>
<body>
<div class="hero">
<div class="container hero-grid">
<div class="hero-content">
<span class="badge">GOLD EDITION CREATED BY DR. ANDREA AZEVEDO PDF PLANNER INCLUDED</span>
<h1>Stop Freaking Out: <span class="highlight">The Planner That Masters Your Stress</span></h1>
<p style="font-size: 1.25rem; margin: 1.5rem 0; color: #6B4E44;">No toxic positivity. A premium PDF planner + 15 modules to transform rage, fear and burnout into action.</p>
<div style="display: flex; gap: 16px; flex-wrap: wrap;">
<a href="#buy" class="btn">GET MY PDF PLANNER + COURSE (120)</a>
<a href="#modules" class="btn btn-outline">VIEW 15 MODULES</a>
</div>
<p style="margin-top: 24px; font-size: 0.9rem;">✅ 7-day guarantee | ✅ Instant PDF download | ✅ 5,000+ students</p>
</div>
<div class="hero-video">
<div class="video-placeholder" id="videoContainer">
<iframe id="courseVideo" src="https://www.youtube.com/embed/dQw4w9WgXcQ" title="Course promo video" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="video-input">
<input type="text" id="videoUrlInput" placeholder="Paste your promo video URL (YouTube/Vimeo)" value="https://www.youtube.com/embed/dQw4w9WgXcQ">
<button id="updateVideoBtn">Update video</button>
</div>
</div>
</div>
</div>
<div class="container" id="benefits">
<section>
<h2>Why This Actually Works</h2>
<div class="benefits-grid">
<div class="benefit-card">Neuroscience-based<br>Cortisol, amygdala, vagal tone real tools for real bodies.</div>
<div class="benefit-card">No toxic positivity<br>Validation & transformation, not emotional repression.</div>
<div class="benefit-card">5 min/day habits<br>Micro-pauses, breathing, body scan integrated into your routine.</div>
<div class="benefit-card">PDF Planner Gold Edition<br>A premium 30-day digital journal to map triggers and rewire stress.</div>
</div>
</section>
</div>
<!-- Planner Gold Edition -->
<div class="container">
<div class="planner-showcase">
<div class="planner-gold-figure">
<div class="planner-decoration"></div>
<span>GOLD EDITION</span>
<div class="planner-decoration"></div>
</div>
<div class="gold-separator"></div>
<h3 style="color:#9B4B6E;">The Anti-Stress PDF Planner Gold Edition</h3>
<p style="max-width: 600px; margin: 10px auto;">A premium 120-page digital journal delivered instantly as PDF. Daily prompts, body scans, breathing logs, anger alchemy exercises, and weekly reflections. Print at home or use on your tablet no shipping, no waiting.</p>
<p style="margin-top: 15px; font-weight: 600; color:#9B4B6E;">Instant download after enrollment</p>
<div style="margin-top: 20px; font-size: 0.9rem; background: rgba(155,75,110,0.1); display: inline-block; padding: 8px 20px; border-radius: 40px;">
30 days of tested and proven exercises
</div>
</div>
</div>
<!-- BONUS SECTION HIGHLIGHT -->
<div class="section-salmom-bg" id="bonus">
<div class="container">
<section>
<h2>Exclusive Bonuses</h2>
<p style="margin-bottom: 20px; font-size: 1.1rem;">Total bonus value: <strong style="color:#9B4B6E; font-size: 1.5rem;">300</strong> included for free</p>
<div class="bonus-grid">
<div class="bonus-card">
<div class="bonus-value">120</div>
<div class="bonus-title">PDF Planner Gold Edition</div>
<p>Premium 120-page digital journal with 30 days of practical exercises. Instant download after enrollment.</p>
</div>
<div class="bonus-card">
<div class="bonus-value">90</div>
<div class="bonus-title">3-Minute Crisis Audios</div>
<p>Guided breathing, emergency body scan, rapid reset. MP3 files for offline listening.</p>
</div>
<div class="bonus-card">
<div class="bonus-value">90</div>
<div class="bonus-title">Secret WhatsApp Group</div>
<p>Direct peer support and weekly tips from the course team. Dr. Andrea joins monthly.</p>
</div>
</div>
<div class="bonus-highlight" style="margin-top: 30px; text-align: center; background: linear-gradient(135deg, #9B4B6E15, #7D3A5815); border-radius: 20px; padding: 20px;">
<p style="font-weight: 700; font-size: 1.2rem; color: #9B4B6E;">🎁 300 worth of bonuses included in the course price</p>
<p style="margin-top: 8px;">You get the PDF planner + audios + WhatsApp group at no extra cost</p>
</div>
</section>
</div>
</div>
<!-- CREATOR SECTION -->
<div class="container" id="creator">
<div class="creator-section">
<div class="creator-photo">
<img id="doctorImage" src="https://placehold.co/400x400/9B4B6E/FFFFFF?text=Dr.+Andrea+Azevedo" alt="Dr. Andrea Azevedo">
<div class="photo-input-area">
<input type="text" id="photoUrlInput" placeholder="Paste Dr. Andrea's photo URL" value="https://placehold.co/400x400/9B4B6E/FFFFFF?text=Dr.+Andrea+Azevedo">
<button id="updatePhotoBtn">Update photo</button>
</div>
</div>
<div class="creator-bio">
<h3>Created by Dr. Andrea Azevedo, MD, MSc, PhD</h3>
<div class="credentials">
<span class="cred-badge">Federal University of Rio de Janeiro (UFRJ)</span>
<span class="cred-badge">Master's Degree</span>
<span class="cred-badge">PhD in Bioethics University of Porto</span>
<span class="cred-badge">BMJ Reviewer</span>
</div>
<p>With over 30 years of dedication to women's health, Dr. Andrea Azevedo's mission is to support women throughout their entire journey: from pregnancy to menopause. Trained and holding a Master's degree from the Federal University of Rio de Janeiro, where she worked for three decades, she combines academic excellence with humanized care.</p>
<p style="margin-top: 12px;">PhD in Bioethics from the University of Porto and reviewer for the BMJ, she stands as a reference of excellence, ethics, sensitivity, and commitment in gynecology and obstetrics. Her integrative approach considers the woman in her totality: body, mind, emotions, and life context investigating not only symptoms but the root causes of imbalances.</p>
<p style="margin-top: 12px;">She values each patient's individuality. She approaches menopause grounded in neuroscience, self-care, and nutrition. Her commitment is to promote women's integral well-being with excellence and sensitivity.</p>
</div>
</div>
</div>
<div class="section-salmom-bg" id="who">
<div class="container">
<section style="border-bottom: none; padding-top: 0;">
<h2>This Course Is For You If...</h2>
<div style="display: flex; flex-wrap: wrap; gap: 30px; margin-top: 30px;">
<div style="flex:1; background: #FFFFFF; border-radius: 24px; padding: 28px; border: 1px solid #F5CDD4;">
<h3 style="color:#9B4B6E;">✅ Yes, if:</h3>
<ul style="margin-top: 16px; list-style: none;">
<li>✓ You feel like exploding over small things</li>
<li>✓ You've tried "think positive" only got worse</li>
<li>✓ You sleep badly, wake up exhausted</li>
<li>✓ You love writing things down (on paper or tablet)</li>
</ul>
</div>
<div style="flex:1; background: #FFFFFF; border-radius: 24px; padding: 28px; border: 1px solid #F5CDD4;">
<h3 style="color:#9B4B6E;">❌ Not for you if:</h3>
<ul style="margin-top: 16px; list-style: none;">
<li>✗ You expect a magic pill with zero effort</li>
<li>✗ You believe ignoring emotions solves problems</li>
<li>✗ You refuse to do any practical exercise</li>
</ul>
</div>
</div>
</section>
</div>
</div>
<div class="container" id="modules">
<section>
<h2>Content: 15 Modules (Transform, Don't Eliminate)</h2>
<div class="modules-list" id="modulesContainer"></div>
</section>
</div>
<div class="container" id="testimonials">
<section>
<h2>What Students Are Saying</h2>
<div class="testimonials-grid">
<div class="testimonial-card">This PDF planner saved my marriage. I stopped screaming at my kids after module 5. Writing everything down changed my life. <strong>M., 42, teacher</strong></div>
<div class="testimonial-card">I was on the edge of burnout. Having the PDF planner made me accountable. The breathing techniques (module 4) pulled me out of panic attacks in seconds. <strong>D., 37, project manager</strong></div>
<div class="testimonial-card">No toxic positivity, just real tools. Finally someone who validates my frustration. The Gold Edition journal is beautiful I printed it and take it everywhere. <strong>R., 29, nurse</strong></div>
<div class="testimonial-card">Dr. Andrea's expertise shines through. The bioethics and neuroscience background gives me confidence. After 3 weeks, my sleep improved and my irritability dropped 70%. <strong>J., 45, entrepreneur</strong></div>
</div>
</section>
</div>
<div class="container" id="buy">
<section style="text-align: center;">
<div class="price-box">
<span class="badge" style="background:#FDE8E5; color:#7D3A58;">GOLD EDITION SPECIAL LAUNCH ACCESS</span>
<div class="old-price">Regular 297</div>
<div class="current-price">Only 120</div>
<p style="margin: 10px 0;">+ PDF planner (120 value) + crisis audios (90) + WhatsApp group (90)</p>
<a href="#" class="btn" style="margin: 30px 0 15px; background: #FDE8E5; color:#7D3A58; box-shadow: none;">CLAIM MY PDF PLANNER + COURSE</a>
<p style="font-size: 0.85rem;">Lifetime access to course | Instant PDF download | 7-day guarantee</p>
</div>
</section>
</div>
<!-- DISCLAIMER WITH HIGH VISIBILITY -->
<div class="container">
<div class="disclaimer">
<div style="display: flex; align-items: flex-start; gap: 15px; flex-wrap: wrap;">
<div style="font-size: 2rem;">⚠️</div>
<div>
<strong>MEDICAL & EDUCATIONAL DISCLAIMER READ CAREFULLY</strong><br><br>
This course and planner have exclusively informative and educational purposes. <strong>They do NOT replace medical consultation, clinical exams, or professional diagnosis.</strong> The content is based on stress management techniques, neuroscience, and integrative health approaches. <strong>Always seek a qualified healthcare professional</strong> (gynecologist, psychiatrist, or general practitioner) for proper evaluation of your specific condition. Dr. Andrea Azevedo and the course team <strong>do not provide medical advice</strong> through this platform. Results vary per individual.
</div>
</div>
</div>
</div>
<div class="container" id="faq">
<section>
<h2>Frequently Asked Questions (35 questions about content)</h2>
<div id="faqContainer"></div>
</section>
</div>
<footer>
<div class="container">
<p>2025 · Stop Freaking Out Gold Edition by Dr. Andrea Azevedo · All rights reserved · Educational purposes only</p>
<p><a href="#">Privacy Policy</a> | <a href="#">Terms of Use</a></p>
</div>
</footer>
<a href="#buy" class="cta-fixed">GET MY PDF PLANNER</a>
<script>
// MODULES DATA
const modulesData = [
{ title: "Module 1: What stress really is and why it's not your enemy", desc: "Acute vs chronic stress. Cortisol & adrenaline explained. The real problem: stress stuck in ON position. Central idea: transform, not eliminate." },
{ title: "Module 2: The trap of toxic positivity", desc: "Why 'think positive' backfires. Suppressing emotions = accumulated tension. Validation without judgment. Negative energy as information." },
{ title: "Module 3: The stress map where tension lives in your body", desc: "Jaw, shoulders, chest, stomach, breathing patterns. Unique tension signature. Body scanning for self-awareness." },
{ title: "Module 4: Breathing as the master key", desc: "Nervous system and breath. Chest vs diaphragmatic breathing. Techniques: box breathing, 4-7-8, extended exhale. Crisis application." },
{ title: "Module 5: The alchemy of anger", desc: "Anger as constructive/destructive energy. Reacting vs responding. Channeling into boundaries, assertiveness, physical release." },
{ title: "Module 6: From paralyzing fear to propelling fear", desc: "Fear as alert system. Real vs imaginary fear. Calming amygdala, activating prefrontal cortex. Fear into preparation." },
{ title: "Module 7: Sadness that fuels new beginnings", desc: "Sadness as loss & learning. Skipping sadness leads to depression. Processed sadness = acceptance, creativity, renewal." },
{ title: "Module 8: The power of pause", desc: "Stopping before acting. Constant productivity is unsustainable. Micro-pauses, one-minute mindfulness. Breaking reactivity." },
{ title: "Module 9: Converting fatigue into energy active rest", desc: "Good vs bad fatigue. Poor sleep as stress generator. Sleep hygiene for stressed people. Active rest: naps, nature views." },
{ title: "Module 10: Rewiring stressful thoughts", desc: "Catastrophizing, all-or-nothing, mind reading. Practical cognitive restructuring. From 'I can't' to 'What can I do now?'" },
{ title: "Module 11: Your personal anti-stress arsenal", desc: "Building custom kit: breathing, movement, writing, nature. Testing and adapting tools. Self-awareness as the key." },
{ title: "Module 12: From stress to flow", desc: "Flow state and eustress (positive stress). Overload vs challenge. Adjusting task difficulty. Pressure → performance." },
{ title: "Module 13: Energy of relationships protect your peace", desc: "Relational stress: partner, family, work. Non-violent communication. Clear and loving boundaries. Stressful → productive dialogue." },
{ title: "Module 14: Happiness is not absence of stress", desc: "Happiness as well-being + meaning + connection. Being stressed AND happy. Gratitude, purpose, belonging." },
{ title: "Module 15: Sustainable routine + Closing", desc: "5-minute daily habits. Identifying personal triggers. 30-day maintenance plan with your PDF planner. The journey continues." }
];
const containerModulos = document.getElementById('modulesContainer');
if(containerModulos){
modulesData.forEach(mod => {
const modDiv = document.createElement('div');
modDiv.className = 'module-item';
modDiv.innerHTML = `
<div class="module-title">
<span class="toggle-icon">+</span> ${mod.title}
</div>
<div class="module-desc">${mod.desc}</div>
`;
modDiv.querySelector('.module-title').addEventListener('click', () => {
modDiv.classList.toggle('open');
const icon = modDiv.querySelector('.toggle-icon');
if(modDiv.classList.contains('open')) {
icon.textContent = '−';
} else {
icon.textContent = '+';
}
});
containerModulos.appendChild(modDiv);
});
}
// 35 FAQS IN ENGLISH
const faqs = [
{ q: "1. Is the course 100% online? Can I access from any device?", a: "Yes, the course is 100% online. You can access from computer, tablet, or cell phone with the same login. All lessons are available in an exclusive members' area." },
{ q: "2. How many modules does the course have and what is the total duration?", a: "The course has 15 modules, with videos ranging from 7 to 15 minutes each. Total content is approximately 11 hours, but you can watch at your own pace." },
{ q: "3. Do I need prior knowledge of psychology or medicine to understand?", a: "No. The course is designed for beginners. All language is accessible, and scientific concepts are explained simply and practically." },
{ q: "4. Does the course teach how to completely eliminate stress?", a: "No. The central premise is to transform stress into productive energy, not eliminate it. Acute stress is a natural and healthy body response." },
{ q: "5. Do the 15 modules need to be watched in order?", a: "We recommend following the sequential order, as each module builds on the previous one. However, you can revisit any module at any time." },
{ q: "6. Does the course address only work stress or also personal stress?", a: "Both. Modules 13 (relationships), 7 (sadness), and 5 (anger) specifically address stress in family and relationship contexts." },
{ q: "7. Is there a difference between modules for men and women?", a: "The content is based on neuroscience and stress physiology, which applies to all genders. The tools work for anyone." },
{ q: "8. What does 'toxic positivity' mean as mentioned in module 2?", a: "It's the practice of forcing positive thoughts or phrases like 'just relax' that invalidate legitimate emotions. The course teaches you to validate what you feel without judgment." },
{ q: "9. What is the 'stress map in the body' (module 3)?", a: "It's a body scanning technique to identify where you hold tension: clenched jaw, raised shoulders, chest tightness, stomach knot." },
{ q: "10. Do breathing techniques work even in acute crises?", a: "Yes. Module 4 teaches box breathing and 4-7-8 breathing, which can reduce sympathetic nervous system activation within 90 seconds." },
{ q: "11. Is the planner physical or digital?", a: "It's a digital PDF file. You can print it at home or at a print shop, or fill it digitally on a tablet. No shipping." },
{ q: "12. What does the planner contain?", a: "The planner has daily recommendations and 30 days of practical exercises distributed according to a tested method: daily scanning, trigger tracking, breathing practices, anger channeling pages, sadness farewell rituals, genuine gratitude, and weekly planning." },
{ q: "13. How do I receive the planner after purchasing the course?", a: "The PDF download link appears immediately after payment confirmation in the members' area. You also receive it via email." },
{ q: "14. Can I reprint the planner as many times as I want?", a: "Yes. As a digital file, you can print as many copies as you want for personal use." },
{ q: "15. Does the planner work for people who don't like to write?", a: "The planner is not a diary. It offers suggested routines based on a tested and proven method. Many exercises are objective, multiple-choice, or checklists, requiring little writing." },
{ q: "16. What bonuses are included with the course?", a: "Three bonuses: (1) PDF Planner Gold Edition (120 value), (2) 3-Minute Crisis Audios (90), (3) Secret WhatsApp Group with support and weekly tips (90). Total 300 in bonuses." },
{ q: "17. Can the crisis audios be downloaded for offline listening?", a: "Yes. They are MP3 files you can download to your phone and listen anytime, even without internet." },
{ q: "18. Is the WhatsApp group active? Who participates?", a: "Yes, it's a private group for students. There is interaction between participants and weekly tips from the course team. Dr. Andrea joins monthly." },
{ q: "19. Do the bonuses expire or do I have lifetime access?", a: "You have lifetime access to the bonuses as well: you can download the audios and PDF as many times as you want. WhatsApp is active for at least 1 year." },
{ q: "20. Is there a guarantee? For how long?", a: "Yes. You have 7 calendar days to test the course from the purchase date. If you don't feel the tools can help, we refund 100% of the value." },
{ q: "21. How do I request a refund?", a: "Just send an email to support (suporte@andreapaulaazevedo.com.br) within 7 days. We don't ask for justification or questions." },
{ q: "22. If I request a refund, do I lose access to the planner and bonuses?", a: "Yes. The refund is full, and all access (including PDF and audios) will be revoked." },
{ q: "23. Is the course suitable for people with anxiety or depression disorders?", a: "The course is educational and complementary. It does not replace psychological or psychiatric treatment. Many students with mild to moderate anxiety benefit, but we recommend you maintain your primary treatment with medical supervision." },
{ q: "24. Can I take the course alongside therapy or medication?", a: "Yes, and we encourage it. Show the tools to your therapist. Many professionals approve and even recommend the course as a complement." },
{ q: "25. Can teenagers take the course?", a: "The content is intended for ages 18 and over. Teenagers 16 and older can take it with parental supervision." },
{ q: "26. Do I need internet to watch the lessons?", a: "Yes, for the videos. But PDFs and audios can be downloaded and accessed offline." },
{ q: "27. How long do I have access to the course?", a: "Lifetime. That means you can access as long as the course exists, including future content updates." },
{ q: "28. How does support work? What is the response time?", a: "Support is exclusively via email (suporte@andreapaulaazevedo.com.br). Average response time is 24 hours on business days. No chat or phone support." },
{ q: "29. Does the course have English subtitles?", a: "Yes. The course is in English, with English subtitles available for all video lessons." },
{ q: "30. How much time per day do I need to dedicate to the course and planner?", a: "The recommendation is 5 to 15 minutes per day. Each video is between 7 and 15 minutes, and the planner takes about 2 to 3 minutes daily to fill out. You can also use the crisis audios (3 minutes) during acute stress moments." },
{ q: "31. What is the difference between this course and a meditation app like Headspace or Calm?", a: "Meditation apps focus mainly on mindfulness and relaxation. Our course offers a structured 15-module method that teaches you to identify, validate, and transform specific emotions (anger, fear, sadness) using neuroscience, cognitive restructuring, and a practical planner. It's not just relaxation it's active training to transform stress into action." },
{ q: "32. Does the course receive updates? Will I have access to new versions?", a: "Yes. All students have lifetime access and receive all future course updates for free, including new videos, supplementary exercises, and improved versions of the planner. You will be notified by email whenever new content is added." },
{ q: "33. Are the video lessons recorded or live? Can I watch whenever I want?", a: "All video lessons are recorded and available on demand (self-paced). You watch at your own pace, pause, rewind, and revisit as many times as you want. There are no mandatory live classes, but we offer optional weekly check-ins on WhatsApp to answer questions." },
{ q: "34. Is my information in the WhatsApp group secure? How does privacy work?", a: "The WhatsApp group is private and only enrolled students have access. We recommend you do not share sensitive or identifiable information. The course team moderates the group to ensure a respectful environment. Your phone number is not shared with third parties. You can leave the group at any time." },
{ q: "35. Does the course offer any kind of individual coaching or follow-up?", a: "The course does not include personalized individual coaching. However, you have access to the WhatsApp group with weekly tips and team support, plus monthly meetings with Dr. Andrea to answer general questions. If you are looking for individual support, we recommend hiring a therapist or coach separately." }
];
const faqContainer = document.getElementById('faqContainer');
if(faqContainer){
faqs.forEach(faq => {
const faqDiv = document.createElement('div');
faqDiv.className = 'faq-item';
faqDiv.innerHTML = `
<div class="faq-question">${faq.q} <span>+</span></div>
<div class="faq-answer" style="display: none;">${faq.a}</div>
`;
const qDiv = faqDiv.querySelector('.faq-question');
qDiv.addEventListener('click', () => {
const answer = faqDiv.querySelector('.faq-answer');
const isVisible = answer.style.display === 'block';
answer.style.display = isVisible ? 'none' : 'block';
qDiv.innerHTML = isVisible ? `${faq.q} <span>+</span>` : `${faq.q} <span>−</span>`;
});
faqContainer.appendChild(faqDiv);
});
}
// Video update functionality
const updateBtn = document.getElementById('updateVideoBtn');
const videoInput = document.getElementById('videoUrlInput');
const iframe = document.getElementById('courseVideo');
if(updateBtn && videoInput && iframe){
updateBtn.addEventListener('click', () => {
let url = videoInput.value.trim();
if(url.includes('youtu.be') || url.includes('youtube.com')){
let videoId = '';
if(url.includes('youtu.be/')){
videoId = url.split('youtu.be/')[1].split('?')[0];
} else if(url.includes('embed/')){
videoId = url.split('embed/')[1].split('?')[0];
} else {
try {
const params = new URLSearchParams(new URL(url).search);
videoId = params.get('v');
} catch(e) { videoId = ''; }
}
if(videoId) iframe.src = `https://www.youtube.com/embed/${videoId}`;
else iframe.src = url;
} else if(url.includes('vimeo.com')){
const vimeoId = url.split('vimeo.com/')[1]?.split('?')[0];
if(vimeoId) iframe.src = `https://player.vimeo.com/video/${vimeoId}`;
else iframe.src = url;
} else {
iframe.src = url;
}
});
}
// Update doctor photo
const updatePhotoBtn = document.getElementById('updatePhotoBtn');
const photoUrlInput = document.getElementById('photoUrlInput');
const doctorImage = document.getElementById('doctorImage');
if(updatePhotoBtn && photoUrlInput && doctorImage){
updatePhotoBtn.addEventListener('click', () => {
let newUrl = photoUrlInput.value.trim();
if(newUrl) {
doctorImage.src = newUrl;
}
});
}
</script>
</body>
</html>