/**
 * Astroleaf Master Reports Directory Stylesheet
 * Palette: Warm Almond (#FFFBF4), Wheat (#FFEFD6), Deep Terracotta (#65250C), Gold/Amber (#D97706, #FFBA5F, #C37A2E, #E98C36)
 * Version: 4.2.0
 */

:root {
    --ale-report-bg: #FFFBF4;
    --ale-report-card-bg: #FFEFD6;
    --ale-report-frame-bg: #F4D6A6;
    --ale-report-primary: #65250C;
    --ale-report-primary-dark: #4A1A08;
    --ale-report-accent: #C37A2E;
    --ale-report-accent-orange: #E98C36;
    --ale-report-gold-light: #FFBA5F;
    --ale-report-gold-dark: #B86C10;
    --ale-report-text-main: #3B1B0F;
    --ale-report-text-muted: #6B4E3D;
    --ale-report-border: #E8D5C4;
    --ale-report-border-gold: rgba(249, 115, 22, 0.35);
    --ale-report-shadow-sm: 0 4px 12px rgba(101, 37, 12, 0.06);
    --ale-report-shadow-md: 0 10px 25px rgba(101, 37, 12, 0.10);
    --ale-report-shadow-lg: 0 18px 40px rgba(101, 37, 12, 0.16);
    --ale-font-sans: 'Be Vietnam Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --ale-font-display: 'Outfit', 'Playfair Display', Georgia, serif;
}

/* Reports polish layer: stable motion and full cover artwork. */

body.page-template-page-reports .ale-report-card,
body.page-id-5593 .ale-report-card,
.ale-report-card {
    position: relative;
    border-radius: 0px !important;
    border-color: rgba(101, 37, 12, 0.18) !important;
    box-shadow: 0 14px 34px rgba(101, 37, 12, 0.08) !important;
    transform: none !important;
    overflow: hidden !important;
    animation: aleReportsReveal 520ms ease both;
}

body.page-template-page-reports .ale-report-card::before,
body.page-id-5593 .ale-report-card::before {
    content: '';
    display: block;
    height: 5px;
    background: var(--ale-report-accent);
}

body.page-template-page-reports .ale-report-card:nth-child(3n + 2)::before,
body.page-id-5593 .ale-report-card:nth-child(3n + 2)::before {
    background: #7A2E1C;
}

body.page-template-page-reports .ale-report-card:nth-child(3n)::before,
body.page-id-5593 .ale-report-card:nth-child(3n)::before {
    background: #243A5A;
}

body.page-template-page-reports .ale-report-card:hover,
body.page-id-5593 .ale-report-card:hover {
    transform: none !important;
    filter: brightness(1.015);
    border-color: var(--ale-report-accent) !important;
    box-shadow: 0 18px 40px rgba(101, 37, 12, 0.13) !important;
}

body.page-template-page-reports .ale-card-visual-frame,
body.page-id-5593 .ale-card-visual-frame,
.ale-card-visual-frame {
    border-radius: 0px !important;
    min-height: 0 !important;
    padding: 26px !important;
    background: linear-gradient(145deg, #F0C98F 0%, #FFE7C2 55%, #F6D6A5 100%) !important;
}

body.page-template-page-reports .ale-card-flat-book,
body.page-id-5593 .ale-card-flat-book,
.ale-card-flat-book {
    border-radius: 0px !important;
    width: min(100%, 260px) !important;
    height: auto !important;
    aspect-ratio: 920 / 1320;
    line-height: 0;
    overflow: hidden !important;
    transform: none !important;
    border: 1px solid rgba(101, 37, 12, 0.24) !important;
    background: #F6D6A5 !important;
}

body.page-template-page-reports .ale-book-cover-img,
body.page-id-5593 .ale-book-cover-img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transform: none !important;
}

body.page-template-page-reports .ale-report-card:hover .ale-card-flat-book,
body.page-id-5593 .ale-report-card:hover .ale-card-flat-book,
body.page-template-page-reports .ale-problem-card:hover,
body.page-id-5593 .ale-problem-card:hover,
body.page-template-page-reports .ale-card-details-btn:hover,
body.page-id-5593 .ale-card-details-btn:hover,
body.page-template-page-reports .ale-btn-global-primary:hover,
body.page-id-5593 .ale-btn-global-primary:hover,
body.page-template-page-reports .ale-hero-primary-cta:hover,
body.page-id-5593 .ale-hero-primary-cta:hover {
    transform: translateY(-2px) !important;
}

body.page-template-page-reports .ale-hero-primary-cta,
body.page-id-5593 .ale-hero-primary-cta {
    width: auto !important;
    min-width: 170px;
    text-transform: none;
}

body.page-template-page-reports .ale-hero-secondary-cta,
body.page-id-5593 .ale-hero-secondary-cta {
    width: auto !important;
    min-width: 0 !important;
    text-transform: none;
}

body.page-template-page-reports .ale-card-price-label,
body.page-id-5593 .ale-card-price-label,
body.page-template-page-reports .ale-card-details-btn,
body.page-id-5593 .ale-card-details-btn {
    text-transform: none !important;
    letter-spacing: 0.02em !important;
}

body.page-template-page-reports .ale-reports-grid > .ale-report-card:last-child:nth-child(3n + 1),
body.page-id-5593 .ale-reports-grid > .ale-report-card:last-child:nth-child(3n + 1) {
    grid-column: 2;
}

body.page-template-page-reports .ale-final-cta-section,
body.page-id-5593 .ale-final-cta-section {
    padding: 60px 20px 72px;
    background: var(--ale-report-bg);
    border-top: none;
}

body.page-template-page-reports .ale-final-cta-box,
body.page-id-5593 .ale-final-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    max-width: 1040px;
    margin: 0 auto;
    padding: 44px 48px;
    color: #FFFFFF;
    background: linear-gradient(135deg, #E98C36 0%, #D97706 50%, #C37A2E 100%);
    border: 1.5px solid rgba(255, 255, 255, 0.45);
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(195, 122, 46, 0.28);
    position: relative;
    overflow: hidden;
}

body.page-template-page-reports .ale-final-cta-kicker,
body.page-id-5593 .ale-final-cta-kicker {
    display: inline-block;
    margin: 0 0 10px;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 5px 16px;
    border-radius: 20px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

body.page-template-page-reports .ale-final-cta-box h2,
body.page-id-5593 .ale-final-cta-box h2 {
    margin: 0 0 10px;
    color: #FFFFFF;
    font-family: var(--ale-font-display);
    font-size: clamp(1.8rem, 3.2vw, 2.4rem);
    font-weight: 800;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}

body.page-template-page-reports .ale-final-cta-box p,
body.page-id-5593 .ale-final-cta-box p {
    max-width: 680px;
    color: #FFF8EE;
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
    opacity: 0.98;
}

body.page-template-page-reports .ale-final-cta-btn,
body.page-id-5593 .ale-final-cta-btn {
    flex: 0 0 auto;
    padding: 15px 34px;
    color: #4A1A08 !important;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    font-weight: 800;
    font-size: 0.98rem;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

body.page-template-page-reports .ale-final-cta-btn:hover,
body.page-id-5593 .ale-final-cta-btn:hover {
    background: #4A1A08 !important;
    color: #FFFFFF !important;
    border-color: #4A1A08 !important;
    box-shadow: 0 10px 28px rgba(74, 26, 8, 0.35);
    transform: translateY(-2px) !important;
}

@keyframes aleReportsReveal {
    from { opacity: 0; }
    to { opacity: 1; }
}

@media (max-width: 760px) {
    body.page-template-page-reports .ale-hero-primary-cta,
    body.page-id-5593 .ale-hero-primary-cta,
    body.page-template-page-reports .ale-hero-secondary-cta,
    body.page-id-5593 .ale-hero-secondary-cta,
    body.page-template-page-reports .ale-final-cta-btn,
    body.page-id-5593 .ale-final-cta-btn {
        width: 100% !important;
    }

    body.page-template-page-reports .ale-reports-grid > .ale-report-card:last-child:nth-child(3n + 1),
    body.page-id-5593 .ale-reports-grid > .ale-report-card:last-child:nth-child(3n + 1) {
        grid-column: auto;
    }

    body.page-template-page-reports .ale-final-cta-box,
    body.page-id-5593 .ale-final-cta-box {
        align-items: stretch;
        flex-direction: column;
        padding: 28px 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.page-template-page-reports .ale-report-card,
    body.page-id-5593 .ale-report-card {
        animation: none;
    }
}

body.page-template-page-reports,
body.page-id-5593,
.ale-reports-page-wrapper {
    background-color: var(--ale-report-bg) !important;
    color: var(--ale-report-text-main);
    font-family: var(--ale-font-sans);
    margin: 0;
    padding: 0;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.ale-reports-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Smooth in-page navigation for the hero anchor jumps */
html {
    scroll-behavior: smooth;
}
#reports-catalog,
#how-it-works {
    scroll-margin-top: 90px;
}

/* Global Astroleaf Enterprise Theme Primary Button */
.ale-btn-global-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #F97316 !important;
    background-color: #F97316 !important;
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
    font-weight: 700;
    font-size: 0.92rem;
    padding: 12px 18px;
    border-radius: 8px !important;
    border: 1px solid #F97316 !important;
    cursor: pointer;
    gap: 8px;
    box-shadow: 0 4px 14px rgba(249, 115, 22, 0.35) !important;
    transition: all 0.2s ease;
    text-decoration: none;
    box-sizing: border-box;
    font-family: var(--ale-font-sans);
    letter-spacing: 0.3px;
}

.ale-btn-global-primary:hover {
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.45) !important;
    background: #EA580C !important;
    background-color: #EA580C !important;
    border-color: #EA580C !important;
    transform: translateY(-1px);
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
}

/* ==========================================================================
   1. HUMANIZED ASTROLOGY HERO SECTION (NO IMAGES, CENTERED)
   ========================================================================== */
.ale-reports-hero {
    background: linear-gradient(135deg, #4A1A08 0%, #2D0F04 55%, #1F0902 100%);
    color: #FFFFFF;
    padding: 76px 20px 72px;
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid #C37A2E;
}

.ale-reports-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -20%;
    width: 140%;
    height: 200%;
    background: radial-gradient(circle at 50% 40%, rgba(233, 140, 54, 0.18) 0%, transparent 60%);
    pointer-events: none;
}

.ale-hero-center-box {
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.ale-hero-main-title {
    font-family: var(--ale-font-display);
    font-size: 3.3rem;
    font-weight: 800;
    line-height: 1.15;
    color: #FFFFFF;
    margin: 0 0 18px;
    letter-spacing: -0.8px;
}

.ale-hero-main-title span {
    color: #FFBA5F;
    background: linear-gradient(180deg, #FFE2C2 0%, #FFBA5F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ale-hero-subtext {
    font-size: 1.12rem;
    color: #FFE6CC;
    margin: 0 0 32px;
    line-height: 1.65;
    max-width: 700px;
    opacity: 0.95;
}

.ale-hero-cta-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    margin-top: 12px;
    flex-wrap: wrap;
}

a.ale-hero-primary-cta,
.ale-hero-primary-cta,
body.page-template-page-reports .ale-hero-primary-cta,
body.page-id-5593 .ale-hero-primary-cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 12px 24px !important;
    height: 46px !important;
    background: #F97316 !important;
    color: #FFFFFF !important;
    font-weight: 700 !important;
    font-size: 0.92rem !important;
    border-radius: 0px !important;
    border: none !important;
    cursor: pointer !important;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(249, 115, 22, 0.35) !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
    text-transform: none !important;
}

a.ale-hero-primary-cta:hover,
.ale-hero-primary-cta:hover,
body.page-template-page-reports .ale-hero-primary-cta:hover,
body.page-id-5593 .ale-hero-primary-cta:hover {
    box-shadow: 0 6px 18px rgba(249, 115, 22, 0.45) !important;
    filter: brightness(1.06) !important;
    transform: translateY(-1px) !important;
    color: #FFFFFF !important;
}

a.ale-hero-secondary-cta,
.ale-hero-secondary-cta,
body.page-template-page-reports .ale-hero-secondary-cta,
body.page-id-5593 .ale-hero-secondary-cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 12px 24px !important;
    height: 46px !important;
    background: rgba(255, 255, 255, 0.45) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.7) !important;
    color: #5A2207 !important;
    font-weight: 700 !important;
    font-size: 0.92rem !important;
    border-radius: 0px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 6px rgba(101, 37, 12, 0.04) !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    text-transform: none !important;
}

a.ale-hero-secondary-cta:hover,
a.ale-hero-secondary-cta:focus,
a.ale-hero-secondary-cta:active,
.ale-hero-secondary-cta:hover,
.ale-hero-secondary-cta:focus,
.ale-hero-secondary-cta:active,
body.page-template-page-reports .ale-hero-secondary-cta:hover,
body.page-id-5593 .ale-hero-secondary-cta:hover {
    background: rgba(255, 255, 255, 0.45) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.7) !important;
    color: #5A2207 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(101, 37, 12, 0.08) !important;
    filter: none !important;
}

a.ale-hero-secondary-cta i,
.ale-hero-secondary-cta i,
body.page-template-page-reports .ale-hero-secondary-cta i,
body.page-id-5593 .ale-hero-secondary-cta i,
a.ale-hero-secondary-cta:hover i,
.ale-hero-secondary-cta:hover i,
body.page-template-page-reports .ale-hero-secondary-cta:hover i,
body.page-id-5593 .ale-hero-secondary-cta:hover i {
    color: #5A2207 !important;
}

/* ==========================================================================
   2. 3-COLUMN REPORT CATALOG GRID (HIGH VISIBILITY ENLARGED COVER FRAMES)
   ========================================================================== */
.ale-catalog-section {
    padding: 56px 20px 48px;
    background-color: var(--ale-report-bg);
}

.ale-catalog-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 36px;
}

.ale-catalog-title {
    font-family: var(--ale-font-display);
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--ale-report-primary);
    margin: 0 0 10px;
    letter-spacing: -0.4px;
}

.ale-catalog-subtitle {
    font-size: 1rem;
    color: var(--ale-report-text-muted);
    margin: 0;
}

/* 3-Column Report Cards Grid */
.ale-reports-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

/* Individual Bespoke Astroleaf Card */
.ale-report-card {
    background: var(--ale-report-card-bg);
    border: 1px solid var(--ale-report-border);
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: var(--ale-report-shadow-sm);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
}

.ale-report-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--ale-report-shadow-md);
    border-color: var(--ale-report-accent);
}

/* Card Visual Frame (Enlarged 230px x 330px Flat Cover Frame) */
.ale-card-visual-frame {
    background: linear-gradient(180deg, #F4D6A6 0%, #FFE8C7 60%, #FFEFD6 100%);
    padding: 32px 20px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-bottom: 1px solid rgba(195, 122, 46, 0.18);
    min-height: 375px;
    box-sizing: border-box;
}

.ale-card-flat-book {
    width: 230px;
    height: 330px;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(101, 37, 12, 0.25);
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #FFFBF4;
    border: 1px solid rgba(195, 122, 46, 0.3);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
    cursor: pointer;
}

.ale-report-card:hover .ale-card-flat-book {
    transform: scale(1.06);
    box-shadow: 0 16px 36px rgba(101, 37, 12, 0.35);
}

.ale-book-cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    image-rendering: smooth;
    transform: translateZ(0);
    backface-visibility: hidden;
    filter: blur(0px);
}

/* Card Content Body */
.ale-card-body {
    padding: 22px 22px 22px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.ale-card-text-block {
    flex-grow: 1;
    margin-bottom: 16px;
}

.ale-card-report-title {
    font-family: var(--ale-font-display);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--ale-report-primary);
    margin: 0 0 8px;
    line-height: 1.3;
}

.ale-card-report-subtitle {
    font-size: 0.9rem;
    color: var(--ale-report-text-muted);
    margin: 0;
    line-height: 1.48;
}

/* Price & Buy Now Button Block */
.ale-card-action-block {
    border-top: 1px solid rgba(101, 37, 12, 0.12);
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ale-card-price-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.ale-card-price-label {
    font-size: 0.76rem;
    color: var(--ale-report-text-muted);
    font-weight: 700;
    letter-spacing: 0.5px;
}

.ale-price-val {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--ale-report-primary);
    letter-spacing: -0.5px;
}

/* ==========================================================================
   3. UNBOXED EDUCATIONAL CONTENT SECTION (LAID DIRECTLY ON BACKGROUND)
   ========================================================================== */
.ale-content-educational-section {
    padding: 64px 20px 56px;
    background-color: #FAF4E8;
    border-top: 1px solid var(--ale-report-border);
    border-bottom: 1px solid var(--ale-report-border);
}

.ale-content-direct-wrap {
    max-width: 980px;
    margin: 0 auto;
}

/* Gold Underlined H2 Heading */
.ale-content-title {
    font-family: var(--ale-font-display);
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--ale-report-primary);
    margin: 0 0 24px;
    letter-spacing: -0.5px;
    line-height: 1.25;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.ale-content-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #C37A2E 0%, #E98C36 70%, transparent 100%);
    border-radius: 2px;
}

.ale-content-subtitle {
    font-family: var(--ale-font-display);
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--ale-report-primary);
    margin: 32px 0 14px;
    line-height: 1.3;
}

.ale-content-paragraph {
    font-size: 1.02rem;
    color: var(--ale-report-text-main);
    line-height: 1.75;
    margin: 0 0 20px;
}

/* Custom Golden Diamond Bullet List Styling */
.ale-content-list {
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ale-content-list li {
    font-size: 0.98rem;
    color: var(--ale-report-text-main);
    line-height: 1.7;
    position: relative;
    padding-left: 28px;
}

.ale-content-list li::before {
    content: "◆";
    position: absolute;
    left: 0;
    top: 2px;
    color: #C37A2E;
    font-size: 0.88rem;
}

.ale-content-list li strong {
    color: var(--ale-report-primary);
    font-weight: 700;
}

/* ==========================================================================
   4. FAQ ACCORDION
   ========================================================================== */
.ale-faq-section {
    padding: 48px 20px 60px;
    background-color: var(--ale-report-bg);
}

.ale-faq-container {
    max-width: 860px;
    margin: 0 auto;
}

.ale-faq-header {
    text-align: center;
    margin-bottom: 32px;
}

.ale-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ale-faq-item {
    background: #FFFDF8;
    border: 1px solid var(--ale-report-border);
    border-radius: 10px;
    overflow: hidden;
    transition: border-color 0.25s ease;
}

.ale-faq-item.active {
    border-color: var(--ale-report-accent);
}

.ale-faq-question-btn {
    width: 100%;
    padding: 16px 20px;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    font-family: var(--ale-font-sans);
    font-size: 1.02rem;
    font-weight: 600;
    color: var(--ale-report-primary);
    cursor: pointer;
    gap: 12px;
}

.ale-faq-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--ale-report-card-bg);
    color: var(--ale-report-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.ale-faq-item.active .ale-faq-icon {
    transform: rotate(180deg);
    background: var(--ale-report-primary);
    color: #FFFFFF;
}

.ale-faq-answer-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 20px;
    display: none !important;
}

.ale-faq-item.active .ale-faq-answer-panel {
    max-height: 300px;
    padding: 0 20px 18px;
    display: block !important;
}

.ale-faq-answer-text {
    font-size: 0.92rem;
    color: var(--ale-report-text-main);
    line-height: 1.6;
    margin: 0;
}

/* ==========================================================================
   5. CHECKOUT MODAL DRAWER WITH LARGE COVER PREVIEW
   ========================================================================== */
.ale-checkout-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(45, 16, 5, 0.72);
    backdrop-filter: blur(6px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 20px;
    box-sizing: border-box;
}

.ale-checkout-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.ale-checkout-modal-box {
    background: #FFFDF8;
    border: 2px solid #C37A2E;
    border-radius: 12px;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 28px 26px;
    box-shadow: var(--ale-report-shadow-lg);
    position: relative;
    box-sizing: border-box;
}

.ale-modal-close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--ale-report-card-bg);
    border: 1px solid var(--ale-report-border-gold);
    color: var(--ale-report-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.2s ease;
}

.ale-modal-close-btn:hover {
    background: var(--ale-report-primary);
    color: #FFFFFF;
}

.ale-modal-header {
    margin-bottom: 20px;
}

.ale-modal-header-title {
    font-family: var(--ale-font-display);
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--ale-report-primary);
    margin: 0 0 4px;
}

.ale-modal-header-sub {
    font-size: 0.86rem;
    color: var(--ale-report-text-muted);
    margin: 0;
}

.ale-modal-order-summary {
    background: var(--ale-report-card-bg);
    border: 1px solid var(--ale-report-border-gold);
    padding: 14px 18px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.ale-modal-thumb-box {
    width: 70px;
    height: 100px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(101, 37, 12, 0.2);
    border: 1px solid rgba(195, 122, 46, 0.3);
    background: #FFFBF4;
}

.ale-modal-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ale-modal-summary-info {
    flex-grow: 1;
}

.ale-modal-item-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--ale-report-primary);
    margin: 0 0 4px;
}

.ale-modal-item-delivery {
    font-size: 0.78rem;
    color: var(--ale-report-accent);
    margin: 0;
    font-weight: 600;
}

.ale-modal-item-price {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--ale-report-primary);
    flex-shrink: 0;
}

.ale-modal-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ale-form-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.ale-form-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ale-form-field label {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--ale-report-text-main);
}

.ale-form-input,
.ale-form-select,
.ale-form-textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid var(--ale-report-border);
    border-radius: 6px;
    font-family: var(--ale-font-sans);
    font-size: 0.9rem;
    color: var(--ale-report-text-main);
    background: #FFFFFF;
    box-sizing: border-box;
}

.ale-form-input:focus,
.ale-form-select:focus,
.ale-form-textarea:focus {
    outline: none;
    border-color: var(--ale-report-accent);
    box-shadow: 0 0 0 3px rgba(195, 122, 46, 0.15);
}

.ale-form-textarea {
    height: 70px;
    resize: vertical;
}

.ale-modal-submit-btn {
    margin-top: 6px;
}

.ale-modal-guarantee-note {
    font-size: 0.76rem;
    color: var(--ale-report-text-muted);
    text-align: center;
    margin: 6px 0 0;
    font-weight: 500;
}

/* ==========================================================================
   6. HERO ENHANCEMENTS — EYEBROW, RATING, SECONDARY CTA, MICRO-TRUST
   ========================================================================== */
.ale-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 186, 95, 0.14);
    border: 1px solid rgba(255, 186, 95, 0.45);
    color: #FFD9A8;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 7px 16px;
    border-radius: 30px;
    margin-bottom: 22px;
    backdrop-filter: blur(4px);
}
.ale-hero-eyebrow i {
    color: #FFBA5F;
}

.ale-hero-rating-row {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 4px 0 26px;
    flex-wrap: wrap;
    justify-content: center;
}
.ale-hero-stars {
    color: #FFBA5F;
    font-size: 1rem;
    letter-spacing: 2px;
}
.ale-hero-rating-text {
    font-size: 0.92rem;
    color: #FFE6CC;
    opacity: 0.95;
}
.ale-hero-rating-text strong {
    color: #FFFFFF;
    font-weight: 700;
}

.ale-hero-cta-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    width: 100%;
}

.ale-hero-secondary-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #65250C !important;
    font-weight: 800;
    font-size: 0.96rem;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 6px;
    border: 2px solid #C37A2E !important;
    background: rgba(195, 122, 46, 0.16) !important;
    box-shadow: 0 4px 16px rgba(101, 37, 12, 0.14);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.ale-hero-secondary-cta:hover {
    background: #65250C !important;
    border-color: #65250C !important;
    color: #FFFFFF !important;
    box-shadow: 0 6px 22px rgba(101, 37, 12, 0.35);
    transform: translateY(-2px) !important;
}
.ale-hero-secondary-cta i {
    color: #C37A2E !important;
    font-size: 1rem;
    transition: color 0.25s ease;
}
.ale-hero-secondary-cta:hover i {
    color: #FFFFFF !important;
}

.ale-hero-microtrust {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 28px;
}
.ale-hero-microtrust li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.86rem;
    color: #F3D9BE;
    font-weight: 500;
}
.ale-hero-microtrust li i {
    color: #7FD19A;
    font-size: 0.9rem;
}

/* ==========================================================================
   7. TRUST-SIGNAL STRIP
   ========================================================================== */
.ale-trust-strip {
    background: #FFEFD6;
    border-bottom: 1px solid var(--ale-report-border);
    padding: 22px 20px;
}
.ale-trust-strip-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.ale-trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: center;
}
.ale-trust-ico {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #F97316;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: 0 4px 12px rgba(195, 122, 46, 0.28);
}
.ale-trust-item div {
    display: flex;
    flex-direction: column;
    line-height: 1.35;
}
.ale-trust-item strong {
    font-size: 0.96rem;
    color: var(--ale-report-primary);
    font-weight: 700;
}
.ale-trust-item span {
    font-size: 0.8rem;
    color: var(--ale-report-text-muted);
}

/* ==========================================================================
   8. SHARED SECTION BADGE (replaces undefined .ale-catalog-badge)
   ========================================================================== */
.ale-section-badge,
.ale-catalog-badge {
    display: inline-block;
    background: #FDE8CD;
    color: #B86C10;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 6px 15px;
    border-radius: 30px;
    margin-bottom: 14px;
    border: 1px solid rgba(195, 122, 46, 0.25);
}

/* ==========================================================================
   9. "SOLVE YOUR PROBLEM" BAND
   ========================================================================== */
.ale-problem-section {
    padding: 56px 20px 20px;
    background-color: var(--ale-report-bg);
}
.ale-problem-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 8px;
}
.ale-problem-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    background: #FFFDF8;
    border: 1px solid var(--ale-report-border);
    border-radius: 14px;
    padding: 24px 22px;
    text-decoration: none;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    box-shadow: var(--ale-report-shadow-sm);
}
.ale-problem-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--ale-report-shadow-md);
    border-color: var(--ale-report-accent);
}
.ale-problem-ico {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #FFEFD6;
    color: #C37A2E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}
.ale-problem-pain {
    font-family: var(--ale-font-display);
    font-size: 1.12rem;
    font-weight: 700;
    color: var(--ale-report-primary);
    line-height: 1.3;
}
.ale-problem-solve {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    font-size: 0.86rem;
    font-weight: 700;
    color: #C37A2E;
    line-height: 1.4;
}
.ale-problem-solve i {
    transition: transform 0.25s ease;
}
.ale-problem-card:hover .ale-problem-solve i {
    transform: translateX(4px);
}

/* ==========================================================================
   10. CATALOG CARD ENHANCEMENTS — BADGE, RATING, SOLVES, BUTTON ROW
   ========================================================================== */
.ale-card-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 4;
    background: linear-gradient(135deg, #65250C, #8A3A14);
    color: #FFD9A8;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 30px;
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.35);
}

.ale-card-rating-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
.ale-card-stars {
    color: #E98C36;
    font-size: 0.82rem;
    letter-spacing: 1px;
}
.ale-card-rating-meta {
    font-size: 0.76rem;
    color: var(--ale-report-text-muted);
    font-weight: 600;
}

.ale-card-solves {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #8A3A14;
    background: #FBEAD4;
    border: 1px solid rgba(195, 122, 46, 0.28);
    padding: 6px 13px;
    border-radius: 20px;
    margin: 0 0 12px;
    line-height: 1.3;
}
.ale-card-solves i {
    font-size: 0.8rem;
    color: #C37A2E;
}

.ale-card-btn-row {
    display: flex;
    gap: 8px;
    width: 100%;
}
.ale-card-details-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border: 1.5px solid rgba(195, 122, 46, 0.5);
    border-radius: 6px;
    background: #FFFDF8;
    color: #A34A1C;
    font-weight: 700;
    font-size: 0.84rem;
    letter-spacing: 0.3px;
    text-decoration: none;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    white-space: nowrap;
}
.ale-card-details-btn:hover {
    background: #FBEAD4;
    border-color: #C37A2E;
    color: #65250C;
    box-shadow: 0 4px 12px rgba(195, 122, 46, 0.16);
    transform: translateY(-1px);
}
.ale-card-buy-btn {
    flex: 1;
    padding: 12px 20px !important;
    font-size: 0.9rem !important;
    white-space: nowrap;
}

/* ==========================================================================
   11. HOW IT WORKS — 3 STEPS
   ========================================================================== */
.ale-howitworks-section {
    padding: 60px 20px;
    background-color: #FAF4E8;
    border-top: 1px solid var(--ale-report-border);
    border-bottom: 1px solid var(--ale-report-border);
}
.ale-steps-grid {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 8px;
    flex-wrap: nowrap;
    max-width: 1000px;
    margin: 0 auto;
}
.ale-step-card {
    flex: 1;
    position: relative;
    background: #FFFDF8;
    border: 1px solid var(--ale-report-border);
    border-radius: 16px;
    padding: 30px 24px 26px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: var(--ale-report-shadow-sm);
}
.ale-step-num {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #F97316;
    color: #FFFFFF;
    font-weight: 800;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.35);
}
.ale-step-ico {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: #FFEFD6;
    color: #C37A2E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 8px 0 16px;
}
.ale-step-title {
    font-family: var(--ale-font-display);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--ale-report-primary);
    margin: 0 0 8px;
}
.ale-step-text {
    font-size: 0.9rem;
    color: var(--ale-report-text-muted);
    line-height: 1.55;
    margin: 0;
}
.ale-step-connector {
    display: flex;
    align-items: center;
    color: #C37A2E;
    font-size: 1.1rem;
    opacity: 0.6;
    flex-shrink: 0;
    padding: 0 4px;
}

/* ==========================================================================
   12. TESTIMONIALS
   ========================================================================== */
.ale-testimonials-section {
    padding: 60px 20px;
    background-color: var(--ale-report-bg);
}
.ale-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}
.ale-testimonial-card {
    background: #FFFDF8;
    border: 1px solid var(--ale-report-border);
    border-radius: 16px;
    padding: 28px 26px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-shadow: var(--ale-report-shadow-sm);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.ale-testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--ale-report-shadow-md);
}
.ale-testimonial-stars {
    color: #E98C36;
    font-size: 0.95rem;
    letter-spacing: 2px;
}
.ale-testimonial-text {
    font-size: 0.98rem;
    color: var(--ale-report-text-main);
    line-height: 1.65;
    margin: 0;
    font-style: italic;
}
.ale-testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 8px;
}
.ale-testimonial-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #65250C, #A34A1C);
    color: #FFD9A8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.ale-testimonial-author div {
    display: flex;
    flex-direction: column;
    line-height: 1.4;
}
.ale-testimonial-author strong {
    font-size: 0.92rem;
    color: var(--ale-report-primary);
    font-weight: 700;
}
.ale-testimonial-author span {
    font-size: 0.78rem;
    color: var(--ale-report-text-muted);
}

/* ==========================================================================
   13. FINAL CONVERSION BAND
   ========================================================================== */
.ale-final-cta-section {
    padding: 60px 20px 72px;
    background-color: var(--ale-report-bg);
}
.ale-final-cta-box {
    max-width: 1040px;
    margin: 0 auto;
    background: linear-gradient(135deg, #E98C36 0%, #D97706 50%, #C37A2E 100%);
    border: 1.5px solid rgba(255, 255, 255, 0.45);
    border-radius: 18px;
    padding: 44px 48px;
    text-align: left;
    position: relative;
    overflow: hidden;
    box-shadow: 0 16px 38px rgba(195, 122, 46, 0.28);
}
.ale-final-cta-box::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -10%;
    width: 60%;
    height: 180%;
    background: radial-gradient(circle at 60% 40%, rgba(255, 255, 255, 0.25) 0%, transparent 62%);
    pointer-events: none;
}
.ale-final-cta-title {
    font-family: var(--ale-font-display);
    font-size: clamp(1.8rem, 3.2vw, 2.4rem);
    font-weight: 800;
    color: #FFFFFF;
    margin: 0 0 10px;
    position: relative;
    z-index: 2;
    letter-spacing: -0.4px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}
.ale-final-cta-text {
    font-size: 1.05rem;
    color: #FFF8EE;
    line-height: 1.6;
    max-width: 680px;
    margin: 0 0 0;
    position: relative;
    z-index: 2;
    opacity: 0.98;
}
.ale-final-cta-btn {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 34px !important;
    background: #FFFFFF;
    color: #4A1A08 !important;
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    font-weight: 800;
    font-size: 0.98rem;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
    transition: all 0.25s ease;
    cursor: pointer;
}
.ale-final-cta-btn:hover {
    background: #4A1A08 !important;
    color: #FFFFFF !important;
    border-color: #4A1A08 !important;
    box-shadow: 0 10px 28px rgba(74, 26, 8, 0.35);
    transform: translateY(-2px);
}
.ale-final-cta-guarantee {
    margin: 20px 0 0;
    font-size: 0.84rem;
    color: #FFF8EE;
    position: relative;
    z-index: 2;
}
.ale-final-cta-guarantee i {
    color: #FFFFFF;
}

/* ==========================================================================
   14. RESPONSIVE MEDIA QUERIES
   ========================================================================== */
@media (max-width: 992px) {
    .ale-hero-main-title {
        font-size: 2.5rem;
    }
    .ale-reports-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ale-trust-strip-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px 12px;
    }
    .ale-problem-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ale-testimonials-grid {
        grid-template-columns: 1fr;
        max-width: 640px;
    }
    .ale-steps-grid {
        flex-wrap: wrap;
        max-width: 520px;
    }
    .ale-step-card {
        flex: 1 1 100%;
    }
    .ale-step-connector {
        transform: rotate(90deg);
        padding: 4px 0;
    }
}

@media (max-width: 640px) {
    .ale-hero-main-title {
        font-size: 2.1rem;
    }
    .ale-reports-grid {
        grid-template-columns: 1fr;
    }
    .ale-form-grid-2 {
        grid-template-columns: 1fr;
    }
    .ale-problem-grid {
        grid-template-columns: 1fr;
    }
    .ale-hero-cta-wrap {
        flex-direction: column;
    }
    .ale-hero-cta-wrap .ale-btn-global-primary,
    .ale-hero-secondary-cta {
        width: 100%;
        justify-content: center;
    }
    .ale-hero-microtrust {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .ale-final-cta-box {
        padding: 40px 24px;
    }
    .ale-final-cta-title {
        font-size: 1.6rem;
    }
    .ale-final-cta-btn {
        width: 100% !important;
    }
    .ale-card-btn-row {
        flex-direction: column;
    }
    .ale-card-details-btn {
        width: 100%;
    }
}

/* Final cascade guard for reports. */

body.page-template-page-reports .ale-report-card,
body.page-id-5593 .ale-report-card,
body.page-template-page-reports .ale-report-card:hover,
body.page-id-5593 .ale-report-card:hover,
body.page-template-page-reports .ale-report-card:hover .ale-card-flat-book,
body.page-id-5593 .ale-report-card:hover .ale-card-flat-book,
body.page-template-page-reports .ale-problem-card:hover,
body.page-id-5593 .ale-problem-card:hover,
body.page-template-page-reports .ale-card-details-btn:hover,
body.page-id-5593 .ale-card-details-btn:hover,
body.page-template-page-reports .ale-btn-global-primary:hover,
body.page-id-5593 .ale-btn-global-primary:hover { transform: translateY(-2px) !important; }

body.page-template-page-reports .ale-card-visual-frame,
body.page-id-5593 .ale-card-visual-frame {
    min-height: 0 !important;
    padding: 26px !important;
}

body.page-template-page-reports .ale-card-flat-book,
body.page-id-5593 .ale-card-flat-book {
    width: min(100%, 260px) !important;
    height: auto !important;
    aspect-ratio: 920 / 1320 !important;
    overflow: hidden !important;
    transform: none !important;
}

body.page-template-page-reports .ale-book-cover-img,
body.page-id-5593 .ale-book-cover-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transform: none !important;
}

body.page-template-page-reports .ale-hero-primary-cta,
body.page-id-5593 .ale-hero-primary-cta,
body.page-template-page-reports .ale-hero-secondary-cta,
body.page-id-5593 .ale-hero-secondary-cta { width: auto !important; }

@media (max-width: 760px) {
    body.page-template-page-reports .ale-hero-primary-cta,
    body.page-id-5593 .ale-hero-primary-cta,
    body.page-template-page-reports .ale-hero-secondary-cta,
    body.page-id-5593 .ale-hero-secondary-cta { width: 100% !important; }
}


/* ==========================================
   Reports: 360px Ultra-Small Phone
   ========================================== */
@media (max-width: 360px) {
  [class*="report-card"],
  [class*="ale-report-card"] {
    padding: 16px 14px !important;
  }

  [class*="report-hero"],
  [class*="reports-hero"] {
    padding: 32px 14px !important;
  }

  [class*="report-title"],
  h1 {
    font-size: 1.4rem !important;
    line-height: 1.2 !important;
  }

  [class*="report-cta"],
  [class*="report-btn"] {
    width: 100% !important;
    justify-content: center !important;
    padding: 0.8rem 1rem !important;
  }

  [class*="report-price"] {
    font-size: 1.5rem !important;
  }

  .ale-reports-container {
    padding: 0 14px !important;
  }
}
