/* ============================================================
   THE MEMORY WAVE — ADVERTORIAL PRELANDER
   Main Stylesheet
   ============================================================ */

/* --- RESET & BASE --- */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    color: #2c2c2c;
    background-color: #f8f7f4;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: #1a5fa8;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* --- DISCLAIMER BAR --- */
.disclaimer-bar {
    background-color: #1a1a2e;
    color: #e0e0e0;
    font-size: 0.72rem;
    text-align: center;
    padding: 8px 16px;
    line-height: 1.5;
    border-bottom: 2px solid #e8b400;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.disclaimer-inner {
    max-width: 960px;
    margin: 0 auto;
}

.disclaimer-icon {
    color: #e8b400;
    margin-right: 6px;
    font-size: 0.85rem;
}

.disclaimer-bar strong {
    color: #e8b400;
    font-weight: 700;
    letter-spacing: 0.03em;
}

/* --- SITE HEADER --- */
.site-header {
    background-color: #ffffff;
    border-bottom: 3px solid #1a1a2e;
    padding: 12px 20px;
}

.header-inner {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Merriweather', Georgia, serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a2e;
    letter-spacing: 0.02em;
}

.brand-icon {
    color: #1a5fa8;
    font-size: 1.1rem;
}

.header-date {
    font-size: 0.78rem;
    color: #888;
    font-style: italic;
}

/* --- ARTICLE HERO --- */
.article-hero {
    position: relative;
    background-color: #0d1b3e;
    overflow: hidden;
}

.hero-image-wrapper {
    position: relative;
    width: 100%;
    max-height: 520px;
    overflow: hidden;
}

.hero-image {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: brightness(0.65);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(13,27,62,0.3) 0%, rgba(13,27,62,0.85) 100%);
}

.hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px 24px 36px;
    max-width: 960px;
    margin: 0 auto;
}

.article-category {
    display: inline-block;
    background-color: #e8b400;
    color: #1a1a2e;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 2px;
    margin-bottom: 14px;
}

.hero-headline {
    font-family: 'Merriweather', Georgia, serif;
    font-size: clamp(1.4rem, 3.5vw, 2.2rem);
    font-weight: 900;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 14px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.hero-subheadline {
    font-size: clamp(0.9rem, 2vw, 1.05rem);
    color: #d0dff0;
    line-height: 1.65;
    margin-bottom: 20px;
    max-width: 820px;
}

.author-bar {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #1a5fa8;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.author-info {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-size: 0.82rem;
    font-weight: 600;
    color: #e0e8f5;
}

.author-date {
    font-size: 0.72rem;
    color: #a0b4cc;
}

/* --- MAIN ARTICLE --- */
.article-main {
    padding: 40px 0 60px;
}

.article-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- ARTICLE SECTIONS --- */
.article-section {
    margin-bottom: 56px;
}

.article-section h2 {
    font-family: 'Merriweather', Georgia, serif;
    font-size: clamp(1.3rem, 3vw, 1.85rem);
    font-weight: 900;
    color: #1a1a2e;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 3px solid #1a5fa8;
}

.article-section h3 {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
}

.article-section p {
    font-size: 1.02rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 16px;
}

.lead-paragraph {
    font-size: 1.15rem !important;
    font-weight: 500;
    color: #1a1a2e !important;
    line-height: 1.85 !important;
    border-left: 4px solid #1a5fa8;
    padding-left: 20px;
    margin-bottom: 24px !important;
}

.section-intro {
    font-size: 1.05rem;
    color: #444;
    margin-bottom: 28px;
}

/* --- PULLQUOTE --- */
.pullquote {
    background: linear-gradient(135deg, #eef4ff 0%, #f0f7ff 100%);
    border-left: 5px solid #1a5fa8;
    border-radius: 0 8px 8px 0;
    padding: 24px 28px;
    margin: 28px 0;
}

.pullquote blockquote {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 1.1rem;
    font-style: italic;
    color: #1a1a2e;
    line-height: 1.7;
    margin-bottom: 10px;
}

.pullquote cite {
    font-size: 0.82rem;
    color: #666;
    font-style: normal;
}

/* --- TWO COLUMN LAYOUT --- */
.two-col-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start;
    margin-bottom: 32px;
}

.section-image {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

.image-caption {
    font-size: 0.78rem !important;
    color: #888 !important;
    text-align: center;
    font-style: italic;
    margin-top: 8px !important;
}

/* --- SYMPTOMS BOX --- */
.symptoms-box {
    background: linear-gradient(135deg, #fff8f0 0%, #fff3e8 100%);
    border: 2px solid #e8b400;
    border-radius: 12px;
    padding: 32px;
    margin-top: 8px;
}

.symptoms-box h3 {
    font-size: 1.3rem;
    color: #1a1a2e;
    margin-bottom: 24px;
    text-align: center;
}

.symptoms-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 24px;
}

.symptom-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    padding: 16px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.symptom-icon {
    font-size: 2rem;
}

.symptom-item p {
    font-size: 0.88rem !important;
    color: #444 !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}

.symptoms-note {
    text-align: center;
    font-weight: 600;
    color: #c44 !important;
    font-size: 1rem !important;
    margin: 0 !important;
}

/* --- SCIENCE SECTION --- */
.science-highlight-box {
    background: #0d1b3e;
    border-radius: 12px;
    overflow: hidden;
    margin: 28px 0;
    box-shadow: 0 8px 32px rgba(13,27,62,0.2);
}

.science-highlight-inner {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
}

.science-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 240px;
}

.science-text {
    padding: 32px;
}

.science-text h3 {
    color: #e8b400;
    font-size: 1.2rem;
    margin-bottom: 14px;
}

.science-text p {
    color: #c8d8f0 !important;
    font-size: 0.95rem !important;
    line-height: 1.75 !important;
}

/* --- STAT ROW --- */
.stat-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 32px;
}

.stat-item {
    text-align: center;
    background: linear-gradient(135deg, #1a1a2e 0%, #0d1b3e 100%);
    border-radius: 12px;
    padding: 28px 20px;
    color: #fff;
}

.stat-number {
    display: block;
    font-family: 'Merriweather', Georgia, serif;
    font-size: 2.4rem;
    font-weight: 900;
    color: #e8b400;
    line-height: 1;
    margin-bottom: 10px;
}

.stat-label {
    display: block;
    font-size: 0.85rem;
    color: #a0b4cc;
    line-height: 1.4;
}

/* --- PRODUCT INTRO --- */
.product-intro-layout {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 36px;
    align-items: center;
}

.product-image {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

/* --- BENEFITS SECTION --- */
.benefits-header {
    text-align: center;
    margin-bottom: 36px;
}

.benefits-subheading {
    font-size: 1.05rem;
    color: #555;
    max-width: 680px;
    margin: 0 auto;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.benefit-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 28px 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
    border-top: 4px solid #1a5fa8;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

.benefit-icon-wrap {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #eef4ff 0%, #ddeeff 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.benefit-icon {
    font-size: 1.8rem;
}

.benefit-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
}

.benefit-card p {
    font-size: 0.9rem !important;
    color: #555 !important;
    line-height: 1.7 !important;
    margin: 0 !important;
}

/* --- HOW IT WORKS --- */
.steps-container {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    background: #fff;
    border-radius: 12px;
    padding: 28px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.step-connector {
    width: 3px;
    height: 32px;
    background: linear-gradient(to bottom, #1a5fa8, #e8b400);
    margin-left: 44px;
}

.step-number {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 2.2rem;
    font-weight: 900;
    color: #1a5fa8;
    opacity: 0.3;
    flex-shrink: 0;
    line-height: 1;
    min-width: 64px;
}

.step-content h3 {
    font-size: 1.1rem;
    color: #1a1a2e;
    margin-bottom: 8px;
}

.step-content p {
    font-size: 0.95rem !important;
    color: #555 !important;
    margin: 0 !important;
    line-height: 1.7 !important;
}

/* --- TESTIMONIALS --- */
.testimonials-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 16px;
}

.testimonial-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
}

.testimonial-card-wide {
    grid-column: 1 / -1;
}

.testimonial-image-wrap {
    height: 220px;
    overflow: hidden;
}

.testimonial-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.testimonial-content {
    padding: 24px;
    flex: 1;
}

.stars {
    color: #e8b400;
    font-size: 1.1rem;
    margin-bottom: 12px;
    letter-spacing: 2px;
}

.testimonial-quote {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 0.92rem;
    font-style: italic;
    color: #333;
    line-height: 1.75;
    margin-bottom: 14px;
}

.testimonial-author {
    font-size: 0.82rem;
    font-weight: 600;
    color: #1a5fa8;
    font-style: normal;
}

.testimonial-disclaimer {
    font-size: 0.75rem;
    color: #999;
    text-align: center;
    font-style: italic;
}

/* --- LIFESTYLE SECTION --- */
.lifestyle-section {
    background: linear-gradient(135deg, #0d1b3e 0%, #1a2a5e 100%);
    border-radius: 16px;
    overflow: hidden;
    padding: 0;
}

.lifestyle-layout {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    align-items: stretch;
}

.lifestyle-image-col {
    overflow: hidden;
    max-height: 520px;
}

.lifestyle-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.lifestyle-text-col {
    padding: 48px 40px;
}

.lifestyle-text-col h2 {
    color: #e8b400 !important;
    border-bottom-color: #e8b400 !important;
    font-size: 1.6rem;
}

.lifestyle-text-col p {
    color: #c8d8f0 !important;
}

/* --- CTA BUTTONS --- */
.cta-button {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-decoration: none;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
    letter-spacing: 0.02em;
}

.cta-button:hover {
    transform: translateY(-2px);
    text-decoration: none;
    filter: brightness(1.05);
}

.cta-button:active {
    transform: translateY(0);
}

.cta-mid {
    background: linear-gradient(135deg, #e8b400 0%, #f5c800 100%);
    color: #1a1a2e;
    font-size: 1rem;
    padding: 14px 28px;
    box-shadow: 0 4px 16px rgba(232,180,0,0.35);
    margin-top: 20px;
}

.cta-main {
    display: block;
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    color: #ffffff;
    font-size: 1.25rem;
    padding: 20px 36px;
    box-shadow: 0 6px 24px rgba(39,174,96,0.4);
    border-radius: 10px;
    text-align: center;
    width: 100%;
    max-width: 560px;
    margin: 0 auto 16px;
}

.cta-final {
    display: inline-block;
    background: linear-gradient(135deg, #e8b400 0%, #f5c800 100%);
    color: #1a1a2e;
    font-size: 1.2rem;
    padding: 18px 36px;
    box-shadow: 0 6px 24px rgba(232,180,0,0.4);
    border-radius: 10px;
    margin-bottom: 12px;
}

/* --- COMPARISON TABLE --- */
.comparison-table-wrapper {
    overflow-x: auto;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    font-size: 0.92rem;
}

.comparison-table thead {
    background: linear-gradient(135deg, #1a1a2e 0%, #0d1b3e 100%);
    color: #fff;
}

.comparison-table th {
    padding: 14px 16px;
    text-align: left;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.comparison-table td {
    padding: 13px 16px;
    border-bottom: 1px solid #eee;
    color: #444;
}

.comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.comparison-table .row-highlight {
    background: linear-gradient(90deg, #eef8f3 0%, #f0faf5 100%);
}

.comparison-table .row-highlight td {
    color: #1a5fa8;
    font-weight: 600;
}

.comparison-table tbody tr:hover {
    background-color: #f9f9f9;
}

/* --- OFFER BOX --- */
.offer-box {
    background: linear-gradient(135deg, #f8f9ff 0%, #eef4ff 100%);
    border: 2px solid #1a5fa8;
    border-radius: 16px;
    padding: 48px 40px;
    text-align: center;
    box-shadow: 0 8px 40px rgba(26,95,168,0.12);
}

.offer-badge {
    display: inline-block;
    background: linear-gradient(135deg, #e8b400 0%, #f5c800 100%);
    color: #1a1a2e;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.offer-box h2 {
    font-size: 1.7rem;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 16px;
}

.offer-description {
    font-size: 1.05rem;
    color: #444;
    max-width: 680px;
    margin: 0 auto 28px;
}

.offer-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 560px;
    margin: 0 auto 32px;
    text-align: left;
}

.offer-feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.95rem;
    color: #333;
}

.offer-check {
    color: #27ae60;
    font-size: 1.1rem;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
}

.price-display {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.price-label {
    font-size: 1rem;
    color: #666;
    font-weight: 600;
}

.price-amount {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 3.2rem;
    font-weight: 900;
    color: #1a5fa8;
    line-height: 1;
}

.price-note {
    font-size: 0.85rem;
    color: #888;
}

.cta-sub-note {
    font-size: 0.85rem;
    color: #666;
    margin-top: 12px;
    margin-bottom: 20px;
}

.secure-badges {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.secure-badge {
    font-size: 0.82rem;
    color: #555;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* --- FAQ SECTION --- */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    overflow: hidden;
    border: 1px solid #e8edf5;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 20px 24px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    transition: background-color 0.15s ease;
}

.faq-question:hover {
    background-color: #f5f8ff;
}

.faq-question[aria-expanded="true"] {
    background-color: #eef4ff;
    color: #1a5fa8;
}

.faq-arrow {
    font-size: 0.75rem;
    transition: transform 0.25s ease;
    flex-shrink: 0;
}

.faq-question[aria-expanded="true"] .faq-arrow {
    transform: rotate(180deg);
}

.faq-answer {
    display: none;
    padding: 0 24px 20px;
    border-top: 1px solid #e8edf5;
}

.faq-answer.open {
    display: block;
}

.faq-answer p {
    font-size: 0.95rem !important;
    color: #555 !important;
    margin: 16px 0 0 !important;
    line-height: 1.75 !important;
}

/* --- FINAL CTA SECTION --- */
.final-cta-box {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    text-align: center;
    padding: 80px 40px;
}

.final-cta-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.3);
}

.final-cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(13,27,62,0.85) 0%, rgba(26,95,168,0.75) 100%);
}

.final-cta-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
    margin: 0 auto;
}

.final-cta-content h2 {
    font-family: 'Merriweather', Georgia, serif;
    font-size: clamp(1.4rem, 3vw, 2rem);
    color: #ffffff;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.final-cta-content p {
    color: #c8d8f0 !important;
    font-size: 1.05rem !important;
    margin-bottom: 16px !important;
}

.final-cta-note {
    font-size: 0.85rem !important;
    color: #a0b8d8 !important;
    margin-top: 12px !important;
}

/* --- SITE FOOTER --- */
.site-footer {
    background-color: #1a1a2e;
    color: #888;
    padding: 40px 20px;
    margin-top: 0;
}

.footer-inner {
    max-width: 960px;
    margin: 0 auto;
}

.footer-disclaimer {
    font-size: 0.75rem;
    line-height: 1.65;
    color: #666;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #333;
}

.footer-disclaimer p {
    margin-bottom: 10px;
}

.footer-disclaimer strong {
    color: #888;
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 16px;
    font-size: 0.82rem;
}

.footer-links a {
    color: #6a9fd8;
}

.footer-links a:hover {
    color: #9ac4f0;
}

.footer-sep {
    color: #444;
}

.footer-copy {
    font-size: 0.75rem;
    color: #555;
}

/* ============================================================
   RESPONSIVE — TABLET
   ============================================================ */
@media (max-width: 768px) {
    .hero-content {
        position: relative;
        padding: 24px 20px;
        background: linear-gradient(135deg, #0d1b3e 0%, #1a2a5e 100%);
    }

    .hero-image {
        height: 260px;
    }

    .hero-overlay {
        display: none;
    }

    .two-col-layout {
        grid-template-columns: 1fr;
    }

    .col-image {
        order: -1;
    }

    .symptoms-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .science-highlight-inner {
        grid-template-columns: 1fr;
    }

    .science-image {
        min-height: 200px;
    }

    .stat-row {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .stat-number {
        font-size: 1.8rem;
    }

    .product-intro-layout {
        grid-template-columns: 1fr;
    }

    .benefits-grid {
        grid-template-columns: 1fr 1fr;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-card-wide {
        grid-column: 1;
    }

    .lifestyle-layout {
        grid-template-columns: 1fr;
    }

    .lifestyle-image-col {
        max-height: 280px;
    }

    .lifestyle-text-col {
        padding: 32px 24px;
    }

    .offer-box {
        padding: 32px 24px;
    }

    .offer-box h2 {
        font-size: 1.4rem;
    }

    .price-amount {
        font-size: 2.6rem;
    }

    .final-cta-box {
        padding: 56px 24px;
    }
}

/* ============================================================
   RESPONSIVE — MOBILE
   ============================================================ */
@media (max-width: 480px) {
    .disclaimer-bar {
        font-size: 0.65rem;
        padding: 6px 12px;
    }

    .header-inner {
        flex-direction: column;
        gap: 4px;
        text-align: center;
    }

    .hero-headline {
        font-size: 1.3rem;
    }

    .symptoms-grid {
        grid-template-columns: 1fr;
    }

    .stat-row {
        grid-template-columns: 1fr;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .step-item {
        flex-direction: column;
        gap: 12px;
    }

    .step-number {
        font-size: 1.6rem;
        min-width: auto;
    }

    .step-connector {
        margin-left: 0;
        width: 100%;
        height: 3px;
    }

    .offer-features {
        text-align: left;
    }

    .secure-badges {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .cta-main {
        font-size: 1.05rem;
        padding: 16px 20px;
    }

    .cta-final {
        font-size: 1rem;
        padding: 14px 20px;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 10px 12px;
        font-size: 0.8rem;
    }
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.article-section {
    animation: fadeInUp 0.5s ease both;
}

/* Pulse animation for CTA buttons */
@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 0 6px 24px rgba(39,174,96,0.4);
    }
    50% {
        box-shadow: 0 6px 36px rgba(39,174,96,0.65);
    }
}

.cta-main {
    animation: pulse-glow 2.5s ease-in-out infinite;
}
