/*--------------------------------------------------------------
>>> TABLE OF CONTENTS: V18 - Final Fixes
----------------------------------------------------------------
# Font Face Declarations
# Base Setup
# Utility & Default Styles
    #-- Section Padding Standard (Used by S4)
    #-- Section Background Starfield (Using ::before)
    #-- Base Section Title
    #-- Base CTA Button
    #-- Animations (Twinkle, Bounce, Arrow Pulse)
# Hero Section Styles (#ascension-hero)
    #-- Header
    #-- Atom Rings
    #-- Vitruvian Figure
    #-- Lower Content
    #-- HERO RESPONSIVENESS <<<<<<< MOBILE SIZE FURTHER INCREASED
# Section 2: Report Intro (#ascension-report) <<<<< BUTTON STYLES ADDED
    #-- SECTION 2 RESPONSIVENESS
# Section 3: Features (#report-features)
    #-- SECTION 3 RESPONSIVENESS
# Section 4: How It Works (Steps - #ascension-steps)
    #-- SECTION 4 RESPONSIVENESS
# Section 5:
    #-- SECTION 5 RESPONSIVENESS
# General Animation Setup (Intersection Observer)
# Responsiveness (Defaults - Padding (S4 ONLY), Base Title, Button) - SEPARATE
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Font Face Declarations
--------------------------------------------------------------*/
/* Space Mono */
@font-face { font-family: 'Space Mono'; src: url('fonts/SpaceMono-Regular.eot'); src: url('fonts/SpaceMono-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/SpaceMono-Regular.woff2') format('woff2'), url('fonts/SpaceMono-Regular.woff') format('woff'); font-weight: 400; font-style: normal; font-display: swap; }
/* Cormorant Garamond */
@font-face { font-family: 'Cormorant Garamond'; src: url('fonts/CormorantGaramond-Medium.eot'); src: url('fonts/CormorantGaramond-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/CormorantGaramond-Medium.woff2') format('woff2'), url('fonts/CormorantGaramond-Medium.woff') format('woff'); font-weight: 500; font-style: normal; font-display: swap; }
/* Inter */
@font-face { font-family: 'Inter'; src: url('fonts/Inter-Regular.eot'); src: url('fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Inter-Regular.woff2') format('woff2'), url('fonts/Inter-Regular.woff') format('woff'); font-weight: 400; font-style: normal; font-display: swap; }

/*--------------------------------------------------------------
# Base Setup
--------------------------------------------------------------*/
html { box-sizing: border-box; scroll-behavior: smooth; }
*, *:before, *:after { box-sizing: inherit; }
body.page-slug-ascension { margin: 0; padding: 0; width: 100%; overflow-x: hidden; background-color: #000; font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-weight: 400; line-height: 1.6; color: #ccc; }
.ascension-page-content-below-hero { position:relative; z-index:1; clear:both; width:100%; box-sizing:border-box; max-width:1200px; margin-left:auto; margin-right:auto; padding:60px 40px; background-color:#fff; color:#333; }
.ascension-page-content-below-hero h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; color: #111; margin-top: 0; margin-bottom: 20px; text-align: center; font-size: 2.5rem; line-height: 1.3; }
.ascension-page-content-below-hero p { text-align: center; font-size: 1rem; line-height: 1.7; }

/*--------------------------------------------------------------
# Utility & Default Styles
--------------------------------------------------------------*/
/* --- Section Padding Standard (Used by S4) --- */
.section-padding-standard { padding-left: 150px; padding-right: 150px; box-sizing: border-box; width: 100%; margin-left: auto; margin-right: auto; }
/* --- Section Background Starfield (Using ::before) --- */
.section-background-starfield { background-color: #000000; position: relative; z-index: 0; overflow: hidden; }
.section-background-starfield::before { /* <<< REVERTED TO ::before */
    content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    width: 100%; height: 100%; z-index: -1; /* Behind content */
    background-image: radial-gradient(1px 1px at 20% 30%, white, rgba(255,255,255,0)), radial-gradient(1px 1px at 40% 70%, white, rgba(255,255,255,0)), radial-gradient(1px 1px at 75% 20%, white, rgba(255,255,255,0)), radial-gradient(2px 2px at 90% 50%, white, rgba(255,255,255,0)), radial-gradient(1px 1px at 10% 90%, white, rgba(255,255,255,0)), radial-gradient(1px 1px at 55% 45%, white, rgba(255,255,255,0)), radial-gradient(1.5px 1.5px at 30% 10%, white, rgba(255,255,255,0));
    background-size: 300px 300px, 400px 400px, 250px 250px, 500px 500px, 350px 350px, 450px 450px, 200px 200px; background-repeat: repeat;
    animation: twinkle-enhanced 5s ease-in-out infinite alternate; /* Animation only on ::before */
}
.section-background-starfield > .grid-container, .section-background-starfield > div, .section-background-starfield > header { position: relative !important; z-index: 1 !important; } /* Content above ::before */
/* --- Base Section Title --- */
.section-title { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; font-size: 5rem; color: #ffffff; line-height: 1.1; margin-top: 0; margin-bottom: 30px; letter-spacing: 5px; }
.section-title .text-gold { color: #DAA520 !important; }
.section-title--centered { text-align: center; } .section-title--right-aligned { text-align: right; } .section-title--left-aligned { text-align: left; }
/* --- Base CTA Button --- */
.cta-button { display: inline-block; text-decoration: none; border-radius: 30px; font-family: 'Inter', sans-serif; font-size: 0.9rem; font-weight: 500; text-transform: uppercase; letter-spacing: 1.2px; transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease, border-color 0.3s ease; cursor: pointer; text-align: center; white-space: nowrap; padding: 14px 40px; }
.cta-button.cta-button--gold-outline { border: 1px solid #DAA520; color: #DAA520; background-color: transparent; }
.cta-button.cta-button--gold-outline:hover, .cta-button.cta-button--gold-outline:focus { background-color: #DAA520; color: #000000; transform: translateY(-2px); }
/* --- Animations Keyframes --- */
@keyframes twinkle-enhanced { 0% { opacity: 0.3; transform: scale(1); } 50% { opacity: 0.7; transform: scale(1.02); } 100% { opacity: 0.3; transform: scale(1); } }
@keyframes bounceArrow { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-10px); } 60% { transform: translateY(-5px); } }
@keyframes orbit-rotate-z { from { transform: rotateZ(0deg); } to { transform: rotateZ(360deg); } }
@keyframes arrow-pulse { from { transform: scale(0.95); opacity: 0.6; } to { transform: scale(1.05); opacity: 1; } }

/*--------------------------------------------------------------
# Hero Section Styles (#ascension-hero)
--------------------------------------------------------------*/
/* ... (Keep Hero desktop styles) ... */
.ascension-hero { position: relative; height: 100vh; width: 100%; color: #ffffff; background-size: cover; background-position: center center; background-repeat: no-repeat; overflow: hidden; z-index: 1; background-image: url('images/ascension-hero-bg.webp'), url('images/ascension-hero-bg.jpg'); }
.hero-header { position: absolute; top: 0; left: 0; width: 100%; padding: 35px 60px; display: flex; justify-content: space-between; align-items: center; z-index: 10; box-sizing: border-box; }
.hero-header-left, .hero-header-center, .hero-header-right { flex: 1; }
.hero-header-center { text-align: center; } .hero-header-right { text-align: right; }
.hero-join-button { display: inline-block; border: 1px solid #DAA520; color: #DAA520; background-color: transparent; padding: 12px 30px; text-decoration: none; border-radius: 25px; font-family: 'Inter', sans-serif; font-size: 0.9rem; font-weight: 400; text-transform: uppercase; letter-spacing: 1px; transition: background-color 0.3s ease, color 0.3s ease; cursor: pointer; }
.hero-join-button:hover, .hero-join-button:focus { background-color: #DAA520; color: #000000; }
.hero-logo { height: auto; width: clamp(220px, 22vw, 380px); max-width: 100%; vertical-align: middle; }
.atom-rings-container { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 5; width: clamp(700px, 75vw, 1200px); height: auto; aspect-ratio: 1 / 0.7; max-width: 90%; max-height: 75vh; perspective: 1200px; transform-style: preserve-3d; }
.ring-animator { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform-style: preserve-3d; }
.ring1-animator { animation: orbit-rotate-z 9s linear infinite; }
.ring2-animator { animation: orbit-rotate-z 12s linear infinite reverse; }
.ring3-animator { animation: orbit-rotate-z 15s linear infinite; }
.ring-part { position: absolute; width: 59%; height: auto; aspect-ratio: 1 / 1; border: 2px solid #DAA520; border-radius: 50%; top: 50%; left: 50%; transform-origin: center center; opacity: 0.7; transform: translate(-50%, -50%); }
.ring-back { clip-path: polygon(0% 50%, 100% 50%, 100% 100%, 0% 100%); z-index: 1; }
.ring-front { clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%); z-index: 5; }
.ring-front::before { content: ''; position: absolute; bottom: -6px; left: 50%; width: 10px; height: 10px; background: #DAA520; border-radius: 50%; transform: translateX(-50%); z-index: 6; }
.ring1-back, .ring1-front { transform: translate(-50%, -50%) rotateX(70deg); }
.ring2-back, .ring2-front { transform: translate(-50%, -50%) rotateY(55deg) rotateX(50deg); }
.ring3-back, .ring3-front { transform: translate(-50%, -50%) rotateY(-55deg) rotateX(50deg); }
.person-image-container { position: absolute; width: clamp(300px, 45%, 580px); height: auto; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 3; pointer-events: none; }
.person-image { display: block; width: 100%; height: auto; }
.hero-lower-content { position: absolute; bottom: 10vh; left: 0; width: 100%; padding: 0 60px; display: flex; justify-content: space-between; align-items: flex-end; z-index: 10; box-sizing: border-box; gap: 20px; }
.hero-lower-left, .hero-lower-center, .hero-lower-right { flex-basis: 33.33%; }
.hero-lower-left { text-align: left; } .hero-lower-center { text-align: center; } .hero-lower-right { text-align: right; }
.hero-contact-icon, .hero-scroll-arrow { display: inline-block; vertical-align: bottom; line-height: 1; }
.hero-contact-icon img { display: block; width: 40px; height: auto; opacity: 0.8; transition: opacity 0.3s ease; }
.hero-scroll-arrow img { display: block; width: 35px; height: auto; opacity: 0.8; transition: opacity 0.3s ease; }
.hero-contact-icon:hover img, .hero-scroll-arrow:hover img { opacity: 1; }
.hero-scroll-arrow { animation: bounceArrow 2s infinite ease-in-out; }
.hero-tagline { display: inline-block; vertical-align: bottom; max-width: 100%; }
.hero-tagline h2 { font-family: 'Space Mono', 'Courier New', Courier, monospace; font-size: 3rem; font-weight: 400; line-height: 1.3; margin: 0; text-transform: lowercase; letter-spacing: 1.5px; color: #ffffff; text-align: right; }


/*--------------------------------------------------------------
# HERO RESPONSIVENESS
--------------------------------------------------------------*/
@media (max-width: 1200px) { .hero-tagline h2 { font-size: clamp(2.4rem, 5.5vw, 3.6rem); } }
@media (max-width: 992px) { .hero-logo { width: clamp(200px, 20vw, 320px); } .atom-rings-container { width: clamp(600px, 80vw, 1000px); max-height: 70vh; } .person-image-container { width: clamp(250px, 50%, 480px); } .hero-tagline h2 { font-size: clamp(2.2rem, 5vw, 3rem); } .hero-header { padding: 30px 40px; } .hero-lower-content { padding: 0 40px; bottom: 10vh; } }
@media (max-width: 768px) {
    .hero-header { padding: 25px 20px; justify-content: center; } .hero-header-left, .hero-header-right { display: none; } .hero-header-center { flex: 0 0 auto; } .hero-logo { width: clamp(180px, 45vw, 250px); } .hero-join-button { display: none; }
    /* Hero Mobile Size Increase - RINGS/PERSON EVEN LARGER */
    .atom-rings-container { width: 95vw; height: 90vh; max-width: 100vw; max-height: 90vh; /* Allow full use */ aspect-ratio: unset; top: 50%; left: 50%; transform: translate(-50%, -50%); }
    .ring-part { border-width: 2px; /* Revert thickness if too much */ }
    .person-image-container { width: 85%; /* Much larger percentage */ max-width: 500px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
    /* Lower Content Stack */
    .hero-lower-content { padding: 0 30px; flex-direction: column; align-items: center; gap: 25px; bottom: 4vh; /* Lowered slightly */ } .hero-lower-right { order: 1; margin-top: 10px; } .hero-tagline h2 { font-size: clamp(2.2rem, 7vw, 2.8rem); line-height: 1.3; letter-spacing: 1px; text-align: center; } .hero-lower-left { order: 2; } .hero-lower-center { order: 3; } .hero-lower-left, .hero-lower-center, .hero-lower-right { flex-basis: auto; width: 100%; text-align: center; } .hero-contact-icon img { width: 35px; } .hero-scroll-arrow img { width: 30px; }
}
@media (max-width: 480px) {
    .hero-header { padding: 20px 15px; } .hero-logo { width: clamp(160px, 50vw, 220px); }
    /* Hero Mobile Size Increase */
    .atom-rings-container { width: 98vw; height: 85vh; max-height: 90vh; top: 50%; /* Center vertically more */ }
    .person-image-container { width: 90%; max-width: 380px; /* Increased max */ }
    .hero-tagline h2 { font-size: 2rem; letter-spacing: 0.5px; } .hero-lower-content { gap: 20px; bottom: 3vh; /* Lowered */ padding: 0 20px;} .hero-contact-icon img { width: 32px; } .hero-scroll-arrow img { width: 28px; }
}
@media (max-height: 550px) and (min-width: 500px) { /* Landscape mobile etc. */
    .hero-header { padding: 3vh 40px; } .hero-logo { width: clamp(160px, 18vw, 280px); }
    .atom-rings-container { width: 65vw; height: 90vh; max-height: 400px; top: 50%; }
    .person-image-container { width: 55%; max-width: 300px; }
    .hero-tagline h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); } .hero-lower-content { bottom: 6vh; gap: 15px; padding: 0 40px; flex-direction: row; } .hero-contact-icon img { width: 30px; } .hero-scroll-arrow img { width: 25px; }
}


/*--------------------------------------------------------------
# Section 2: Report Intro (#ascension-report)
--------------------------------------------------------------*/
/* Requires HTML: <section id="ascension-report" class="report-intro-section section-background-starfield content-section"> */
.report-intro-section { color: #e0e0e0; padding: 120px 0 0; }
/* --- Block 1: Title --- */
.report-title-block { margin-bottom: 20px; text-align: center; }
.report-title-block .grid-container { max-width: 1500px; padding: 0 20px; position: relative; z-index: 1; }
.intro-heading { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 3.5rem; font-weight: 500; color: #e0e0e0; margin-bottom: 10px; text-transform: none; letter-spacing: 3px; }
.report-title-block .section-title { white-space: nowrap; margin-bottom:0; }
/* --- Block 2: Image --- */
.report-image-block { text-align: center; margin-bottom: -100px; padding: 0 15px; box-sizing: border-box; position: relative; z-index: 1; }
.report-image-block img { display: inline-block; max-width: 100%; width: 1000px; height: auto; vertical-align: bottom; }
/* --- Block 3: Details (Text + CTA) --- */
.report-details-block { padding-top: 40px; padding-bottom: 120px; position: relative; z-index: 2; }
.report-details-block .grid-container { max-width: 1200px; position: relative; z-index: 1; }
.report-details-flex-wrapper { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 40px; }
.report-details-text { flex: 1 1 58%; max-width: 620px; }
.report-details-text p { font-family: 'Inter', sans-serif; font-weight: 400; font-size: 1.1rem; line-height: 1.8; color: #e0e0e0; margin-bottom: 0; text-align: justify; hyphens: auto; }
.report-details-cta { flex: 0 0 auto; display: flex; align-items: flex-end; margin-right: 125px; box-sizing: border-box; }
/* --- Specific Button Style for Section 2 --- */
.report-details-cta .cta-button { /* Use default button class in HTML */
    /* Override defaults if needed, or add specifics */
    border: 1px solid #DAA520;
    color: #DAA520;
    background-color: transparent;
    border-radius: 30px; /* Match original .report-cta */
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.report-details-cta .cta-button:hover,
.report-details-cta .cta-button:focus {
    background-color: #DAA520;
    color: #000000;
    transform: translateY(-2px);
}

/*--------------------------------------------------------------
# SECTION 2 RESPONSIVENESS
--------------------------------------------------------------*/
@media (max-width: 1200px) { .report-image-block img { width: 900px; } .report-image-block { margin-bottom: -80px; } .report-details-cta { margin-right: 60px; } }

@media (max-width: 992px) {
    .report-intro-section { padding-top: 100px; }
    .intro-heading { font-size: 2.5rem; }
    .report-image-block img { width: 800px; }
    .report-image-block { margin-bottom: -60px; }
    .report-details-flex-wrapper {
        /* Keep align-items: flex-end; for horizontal layout if columns have different heights */
        align-items: flex-end; /* Revert from center to keep bottoms aligned */
        gap: 30px;
    }
     .report-details-text { flex-basis: 55%; max-width: none; }
     .report-details-cta {
         flex-basis: 40%;
         /* text-align: center; <<<<< Remove text-align here */
         margin-right: 0;
         padding-left: 0;
         /* Use flex to center button if needed in this view */
         display: flex;
         justify-content: center; /* Center button horizontally */
     }
     
}

@media (max-width: 768px) {
    .report-intro-section { padding: 80px 0 0; }
    .report-title-block { margin-bottom: 40px; }
    .report-title-block .grid-container { padding: 0 15px; }
    .intro-heading { font-size: 2rem; letter-spacing: 2px; }
    .report-title-block .section-title { white-space: normal !important; }
    .report-image-block { margin-bottom: -40px; padding: 0 10px; }
    .report-image-block img { width: 100%; max-width: 550px; }
    .report-details-block { padding-top: 20px; padding-bottom: 80px; }
    .report-details-block .grid-container { padding: 0 15px; }
    .report-details-flex-wrapper {
        flex-direction: column;
        align-items: center; /* <<< Center items horizontally */
        gap: 40px;
    }
    .report-details-text {
        flex-basis: auto; max-width: 95%; min-width: 0;
        text-align: center; /* <<< Center text block content */
        hyphens: none;
    }
    .report-details-text p { font-size: 1rem; text-align: center; /* Center paragraph text */ }
    .report-details-cta {
        flex-basis: auto;
        /* text-align: center; <<<<< Remove if using flex */
        width: 100%; /* Allow container to center */
        max-width: 400px; /* Limit button container width */
        margin-right: 0; padding-left: 0;
        display: flex; /* Use flex on container */
        justify-content: center; /* Center button inside */
    }
        /* Apply to the button within the specific section 2 CTA container */
    .report-details-cta .cta-button {
       width: auto !important; /* <<< Override base styles, ensure auto width */
       max-width: 100%; /* Prevent exceeding container if text is long */
       /* Let flexbox on parent center it, remove specific display/shrink */
       display: inline-block; /* Keep inline-block for proper centering via parent flex */
    }
}

@media (max-width: 480px) { .report-intro-section { padding-top: 60px; } .report-title-block { margin-bottom: 30px; } .intro-heading { font-size: 1.5rem; letter-spacing: 1px; } .report-image-block { margin-bottom: -30px; } .report-image-block img { max-width: 400px; } .report-details-block { padding-bottom: 60px; } .report-details-flex-wrapper { gap: 30px; } .report-details-text p { font-size: 0.95rem; line-height: 1.7; }
}


/*--------------------------------------------------------------
# Section 3: Features (#report-features)
--------------------------------------------------------------*/
/* Requires HTML: <section ... class="... section-background-starfield"> */
.features-section { color: #e0e0e0; padding: 120px 0; }
/* --- Grid Container with Specific Padding --- */
.features-section .grid-container { position: relative; z-index: 1; padding-left: 150px; padding-right: 150px; box-sizing: border-box; width: 100%; margin-left: auto; margin-right: auto; max-width: 100%; }
/* --- Section Header (Intro) --- */
.features-intro { margin-bottom: 100px; max-width: 1400px; margin-left: auto; margin-right: 0; box-sizing: border-box; text-align: right; }
.features-intro p { font-family: 'Inter', sans-serif; font-size: 1.1rem; line-height: 1.8; color: #ccc; margin-bottom: 0; text-align: justify; hyphens: auto; }
/* --- Features Grid Items --- */
.features-grid { display: flex; flex-direction: column; gap: 80px; }
.feature-item { display: flex; align-items: center; gap: 6%; box-sizing: border-box; width: 100%; }
.feature-item:not(.feature-item--image-left) { flex-direction: row-reverse; }
.feature-item.feature-item--image-left { flex-direction: row; }
.feature-icon { flex: 0 0 30%; text-align: center; box-sizing: border-box; }
.feature-icon img, .feature-icon picture { max-width: 200%; height: auto; display: inline-block; vertical-align: middle; }
.feature-text { flex: 1 1 64%; border: 1px solid #DAA520; padding: 55px 0; color: #e0e0e0; box-sizing: border-box; display: flex; justify-content: center; }
.feature-text-content { width: 90%; box-sizing: border-box; display: flex; flex-direction: column; }
.feature-item:not(.feature-item--image-left) .feature-text-content h3 { width: 70%; align-self: flex-start; text-align: left; }
.feature-item:not(.feature-item--image-left) .feature-text-content p { width: 70%; align-self: flex-end; text-align: right; }
.feature-item.feature-item--image-left .feature-text-content h3 { width: 70%; align-self: flex-end; text-align: right; }
.feature-item.feature-item--image-left .feature-text-content p { width: 70%; align-self: flex-start; text-align: left; }
.feature-text-content h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; font-size: clamp(1.9rem, 3.5vw, 2.6rem); color: #ffffff; margin-top: 0; margin-bottom: 25px; line-height: 1.3; letter-spacing: 0.5px; box-sizing: border-box; }
.feature-text-content p { font-family: 'Inter', sans-serif; font-size: 1rem; line-height: 1.8; color: #ccc; margin-bottom: 0; box-sizing: border-box; }
.feature-text-content .text-gold { color: #DAA520; font-weight: 500; }

/*--------------------------------------------------------------
# SECTION 3 RESPONSIVENESS
--------------------------------------------------------------*/
/* ... (Keep Section 3 Responsive styles) ... */
@media (max-width: 1400px) { .features-section .grid-container { padding-left: 100px; padding-right: 100px; } .features-intro { max-width: 1000px; } }
@media (max-width: 1200px) { .features-section .grid-container { padding-left: 70px; padding-right: 70px; } .feature-icon { flex-basis: 35%; } .feature-text { flex-basis: 59%; padding: 45px 0; } }
@media (max-width: 992px) { .features-section { padding: 100px 0; } .features-section .grid-container { padding-left: 40px; padding-right: 40px; } .features-intro { margin-right: 0; text-align: center; max-width: 800px; margin-left:auto; margin-right:auto;} .features-intro p { text-align: left; } .features-grid { gap: 60px; } .feature-text { padding: 40px 0; } .feature-text-content { width: 95%; } .feature-item:not(.feature-item--image-left) .feature-text-content h3, .feature-item:not(.feature-item--image-left) .feature-text-content p, .feature-item.feature-item--image-left .feature-text-content h3, .feature-item.feature-item--image-left .feature-text-content p { width: 100%; align-self: stretch; text-align: left; } }
@media (max-width: 768px) { .features-section { padding: 80px 0; } .features-section .grid-container { padding-left: 20px; padding-right: 20px;} .features-intro { margin-bottom: 60px; max-width: 95%; } .features-intro .section-title { font-size: clamp(2.2rem, 7vw, 2.8rem); text-align: center;} .features-intro p { font-size: 1rem; text-align: justify; hyphens: auto;} .features-grid { gap: 50px; } .feature-item, .feature-item.feature-item--image-left { flex-direction: column !important; gap: 35px; width: 100%; display: flex; visibility: visible; opacity: 1; height: auto; position: static; } .feature-icon { flex-basis: auto; width: 100%; text-align: center; padding: 0 15px; order: 1; display: block; visibility: visible; opacity: 1; height: auto; } .feature-icon img, .feature-icon picture { max-width: 55%; max-height: 140px; } .feature-text { flex-basis: auto; width: 100%; max-width: 500px; margin-left: auto; margin-right: auto; padding: 35px 0; order: 2; justify-content: center; display: flex; visibility: visible; opacity: 1; height: auto; } .feature-text-content { width: 90%; display: flex; visibility: visible; opacity: 1; height: auto; } .feature-item:not(.feature-item--image-left) .feature-text-content h3, .feature-item.feature-item--image-left .feature-text-content h3 { width: 100%; align-self: stretch; text-align: center; font-size: clamp(1.8rem, 6vw, 2.1rem); } .feature-item:not(.feature-item--image-left) .feature-text-content p, .feature-item.feature-item--image-left .feature-text-content p { width: 100%; align-self: stretch; text-align: justify !important; hyphens: auto; font-size: 0.95rem; } }
@media (max-width: 480px) { .features-section { padding: 60px 0; } .features-section .grid-container { padding-left: 15px; padding-right: 15px;} .features-intro { margin-bottom: 50px; } .features-intro p { font-size: 0.95rem; } .features-grid { gap: 40px; } .feature-icon img, .feature-icon picture { max-width: 50%; max-height: 110px; } .feature-text-content h3 { font-size: 1.6rem; } .feature-text-content p { font-size: 0.9rem; } }


/*--------------------------------------------------------------
# Section 4: How It Works (Steps - #ascension-steps)
--------------------------------------------------------------*/
/* Requires HTML: <section ... class="... section-background-starfield"> */
.steps-section { padding-top: 120px; padding-bottom: 120px; color: #e0e0e0; }
/* Requires HTML: <div class="grid-container section-padding-standard"> */
.steps-section .grid-container { position: relative; z-index: 1; }
/* --- Steps Header --- */
.steps-header { margin-bottom: 80px; text-align: center; }
.steps-header .section-title { margin-bottom: 0; }
/* --- Steps Grid --- */
.steps-grid { display: flex; justify-content: center; align-items: flex-start; gap: 0; position: relative; box-sizing: border-box; }
.step-item { flex: 1; text-align: center; max-width: 33%; padding: 0 40px; box-sizing: border-box; position: relative; }
.step-number { font-family: 'Inter', sans-serif; font-size: clamp(3.5rem, 8vw, 5.5rem); font-weight: 500; color: #cccccc; line-height: 1; margin-bottom: 15px; display: block; }
.step-arrow { position: absolute; top: 30px; right: -30px; transform: translateX(50%); z-index: 2; }
.step-arrow img { display: block; width: 35px; height: auto; opacity: 0.8; animation: arrow-pulse 1.8s infinite ease-in-out alternate; }
.steps-grid .step-item:last-child .step-arrow { display: none; }
.step-title { font-family: 'Inter', sans-serif; font-size: 1.2rem; font-weight: 600; color: #ffffff; line-height: 1.4; margin-top: 10px; margin-bottom: 15px; }
.step-description { font-family: 'Inter', sans-serif; font-size: 0.95rem; line-height: 1.7; color: #b0b0b0; margin-bottom: 0; }
/* --- CTA Button Area --- */
.steps-cta { text-align: center; margin-top: 80px; }
/* Requires HTML: <a href="#" class="cta-button cta-button--gold-outline">...</a> */

/*--------------------------------------------------------------
# SECTION 4 RESPONSIVENESS
--------------------------------------------------------------*/
/* ... (Keep Section 4 Responsive styles) ... */
@media (max-width: 1200px) { .step-item { padding: 0 30px; } .step-arrow { right: -25px; } }
@media (max-width: 992px) { .step-item { padding: 0 15px; max-width: 32%; } .step-arrow { right: -20px; } .step-arrow img { width: 30px; } }
@media (max-width: 768px) { .steps-section { padding-top: 80px; padding-bottom: 80px; } .steps-header { margin-bottom: 50px; } .steps-grid { flex-direction: column; align-items: center; gap: 50px; } .step-item { max-width: 85%; flex-basis: auto; padding: 0; } .step-number { font-size: clamp(3rem, 10vw, 4rem); margin-bottom: 10px;} .steps-grid .step-item .step-arrow { display: none; } .step-title { font-size: 1.1rem; margin-top: 15px; } .step-description { font-size: 0.9rem; } .steps-cta { margin-top: 60px; } }
@media (max-width: 480px) { .steps-section { padding-top: 60px; padding-bottom: 60px; } .steps-grid { gap: 40px; } .step-item { max-width: 95%; } .step-number { font-size: 3rem; } .step-title { font-size: 1rem; } .step-description { font-size: 0.85rem; } .steps-cta { margin-top: 50px; } }


/*--------------------------------------------------------------
# General Animation Setup (Intersection Observer)
--------------------------------------------------------------*/
/* --- Individual Element Animation Setup --- */
[data-animate] {
    opacity: 0; /* <<< RESTORED */
    transition: opacity 1s ease-out, transform 1s ease-out;
    will-change: opacity, transform;
    /* REMOVED temp important styles */
}
[data-animate="fade-up"] { transform: translateY(60px); } /* <<< RESTORED */
[data-animate="fade-left"] { transform: translateX(80px); } /* <<< RESTORED */
[data-animate="fade-right"] { transform: translateX(-80px); } /* <<< RESTORED */

.content-section.is-visible [data-animate] {
    opacity: 1;
    transform: translate(0, 0);
    transition-delay: var(--animation-delay, 0s);
}
/*--------------------------------------------------------------
# Responsiveness (Defaults - Padding (S4 ONLY), Base Title, Button) - SEPARATE
--------------------------------------------------------------*/
/* Adjusts .section-padding-standard (used by S4), .section-title, .cta-button */
@media (max-width: 1400px) { .section-padding-standard { padding-left: 100px; padding-right: 100px; } }
@media (max-width: 1200px) { .section-padding-standard { padding-left: 70px; padding-right: 70px; } .section-title { font-size: 4.5rem; letter-spacing: 4px; } }
@media (max-width: 992px) { .section-padding-standard { padding-left: 40px; padding-right: 40px; } .section-title { font-size: 4rem; letter-spacing: 3px; white-space: normal; } .cta-button { font-size: 0.85rem; padding: 12px 35px; } }
@media (max-width: 768px) { .section-padding-standard { padding-left: 20px; padding-right: 20px; } .section-title { font-size: 3rem; letter-spacing: 2px; line-height: 1.2; } .cta-button { width: auto; max-width: 320px; } }
@media (max-width: 480px) { .section-padding-standard { padding-left: 15px; padding-right: 15px; } .section-title { font-size: 2.5rem; letter-spacing: 2px; } .cta-button { padding: 12px 30px; font-size: 0.8rem; width: auto; max-width: 300px; } }

/*--------------------------------------------------------------
# Section 5: Inside the Report Carousel (#report-inside) - Layout Fix v2
--------------------------------------------------------------*/
/* Uses .section-background-starfield */
.inside-report-section {
    padding-top: 100px;
    padding-bottom: 100px;
    color: #e0e0e0;
    overflow: hidden;
}
/* Container uses .section-padding-standard applied in HTML */
.inside-report-section .grid-container {
    position: relative; z-index: 1;
    display: flex; flex-direction: column; gap: 40px;
}

/* --- Row 1: Header --- */
.inside-report-header { width: 100%; flex-shrink: 0; }
.inside-report-header .section-title { margin-bottom: -80px; color: #ffffff !important; text-align: left; }
.inside-report-header .section-title .text-gold { color: inherit; font-weight: inherit; }

/* --- Row 2: Main Content Grid --- */
.inside-report-main-content { display: grid; grid-template-columns: 40% 1fr; gap: 5%; align-items: flex-end; width: 100%; min-height: 550px; }
.inside-report-text-area { grid-column: 1 / 2; grid-row: 1 / 2; padding-bottom: 30px; align-self: end; }
.dynamic-text-area { min-height: 100px; }
.dynamic-subtitle { font-family: 'Cormorant Garamond', sans-serif; font-weight: 600; font-size: 1.3rem; color: #DAA520; margin-top: 0; margin-bottom: 15px; letter-spacing: 0.5px; }
.dynamic-description { font-family: 'Inter', sans-serif; font-size: 1rem; line-height: 1.8; color: #ccc; margin-bottom: 0; text-align: justify; hyphens: auto; }

/* --- Cell 2: Carousel Container (Right) --- */
.inside-report-carousel-container { grid-column: 2 / 3; grid-row: 1 / 2; position: relative; display: flex; justify-content: center; align-items: center; min-height: 500px; }

/* --- CYLINDER CAROUSEL CSS (Reinforced) --- */
:root { --report-panel-width: 280px; --report-panel-height: 430px; --report-perspective: 1500px; }
.carousel-scene { width: var(--report-panel-width); height: var(--report-panel-height); position: relative; perspective: var(--report-perspective); flex-shrink: 0; cursor: grab; transform-style: preserve-3d; /* Add here too */ }
.carousel-scene:active { cursor: grabbing; }

.carousel {
    width: 100%; height: 100%; position: absolute; /* Relative to scene */
    transform-style: preserve-3d; /* <<< CRITICAL */
    transition: transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    /* transform set by JS */
}

.carousel__panel {
    position: absolute; /* <<< CRITICAL */
    width: var(--report-panel-width); height: var(--report-panel-height);
    left: 50%; /* Center using transform */
    top: 50%;  /* Center using transform */
    /* Base centering transform - other transforms added by JS */
    transform: translateX(-50%) translateY(-50%);

    background-color: #333; border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px; overflow: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d; /* Allow nested 3D if needed */
    box-shadow: 0 8px 25px rgba(0,0,0,0.5);
    opacity: 1; /* Controlled by JS */
    transition-property: transform, opacity; /* Controlled by JS */
    display: flex; justify-content: center; align-items: center;
}
.carousel__panel img, .carousel__panel picture { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 11px; backface-visibility: hidden; }

/* Nav Buttons */
.inside-report-carousel-container .carousel-nav { position: absolute; bottom: -60px; left: 50%; transform: translateX(-50%); z-index: 10; }
.inside-report-carousel-container .carousel-nav button { background-color: #DAA520; color: #000; border: none; padding: 10px 20px; margin: 0 10px; font-size: 1rem; border-radius: 5px; cursor: pointer; transition: background-color 0.3s ease; }
.inside-report-carousel-container .carousel-nav button:hover { background-color: #b88a1b; }

/*--------------------------------------------------------------
# SECTION 5 RESPONSIVENESS
--------------------------------------------------------------*/
@media (max-width: 1200px) { .inside-report-main-content { grid-template-columns: 45% 1fr; } }
@media (max-width: 992px) {
    .inside-report-section .grid-container { gap: 30px; }
    .inside-report-main-content { grid-template-columns: 1fr; gap: 40px; align-items: center; min-height: unset; }
    .inside-report-text-area { grid-column: 1 / 2; grid-row: 2 / 3; width: 100%; max-width: 650px; padding-bottom: 0; align-self: center; text-align: center; }
    .dynamic-description { text-align: left; }
    .inside-report-carousel-container { grid-column: 1 / 2; grid-row: 1 / 2; width: 100%; min-height: 450px; }
    :root { --report-panel-width: 240px; --report-panel-height: 373px; }
    .carousel-scene { width: var(--report-panel-width); height: var(--report-panel-height); margin-bottom: 70px; }
    .carousel__panel { width: var(--report-panel-width); height: var(--report-panel-height); }
    .inside-report-carousel-container .carousel-nav { bottom: -50px; }
}
@media (max-width: 768px) {
    .inside-report-section { padding-top: 80px; padding-bottom: 80px; }
    .inside-report-header .section-title { text-align: center;padding-bottom: 45px }
    .inside-report-main-content { gap: 30px; }
    .dynamic-subtitle { font-size: 1.2rem; } .dynamic-description { font-size: 0.95rem; }
    .inside-report-carousel-container { min-height: 400px; }
     :root { --report-panel-width: 200px; --report-panel-height: 311px; }
     .carousel-scene { width: var(--report-panel-width); height: var(--report-panel-height); margin-bottom: 60px;}
     .carousel__panel { width: var(--report-panel-width); height: var(--report-panel-height); border-radius: 8px;}
     .inside-report-carousel-container .carousel-nav { bottom: -10px; }
}
@media (max-width: 480px) {
    .inside-report-section { padding-top: 60px; padding-bottom: 60px; }
    .inside-report-header .section-title { text-align: center;padding-bottom: 45px }
    .inside-report-main-content { gap: 25px; }
    .inside-report-carousel-container { min-height: 350px; }
     :root { --report-panel-width: 180px; --report-panel-height: 280px; }
     .carousel-scene { width: var(--report-panel-width); height: var(--report-panel-height); margin-bottom: 50px;}
     .carousel__panel { width: var(--report-panel-width); height: var(--report-panel-height); border-radius: 6px;}
     .dynamic-subtitle { font-size: 1.1rem; } .dynamic-description { font-size: 0.9rem; }
     .inside-report-carousel-container .carousel-nav button { padding: 8px 15px; font-size: 0.9rem;}
}
/*--------------------------------------------------------------
# Section 6: Sample Report Form (#sample-report-form) - v2 Layout
--------------------------------------------------------------*/
.sample-report-section {
    background-color: #101010;
    padding-top: 80px;
    padding-bottom: 90px;
    color: #e0e0e0;
}
/* Container uses .section-padding-standard */
.sample-report-section .grid-container {
    position: relative; z-index: 1;
    max-width: 1400px; /* Limit width for form section */
}

.sample-report-header {
    text-align: center;
    margin-bottom: 50px;
}
.sample-report-header .section-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    margin-bottom: 15px;
    letter-spacing: 2px;
    /* Uses section-title--centered class */
}
.sample-report-subtitle {
    font-size: 1.1rem;
    color: #b0b0b0;
    margin: 0;
}

.form-container {
    max-width: 900px; /* Slightly wider max width */
    margin: 0 auto;
}

/* --- Flex Layout for Form Elements --- */
.vbout-form .form-layout-wrapper {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping ONLY if necessary */
    align-items: flex-end; /* Align items to their bottom edge */
    gap: 30px; /* Consistent gap between all items */
}

.vbout-form .form-field {
    flex: 1; /* Allow fields to grow and take up available space */
    min-width: 200px; /* Minimum width before potentially wrapping */
    position: relative;
}

.vbout-form label {
    display: block; font-size: 0.9rem; color: #a0a0a0; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.5px;
}
.vbout-form input[type="text"],
.vbout-form input[type="email"] {
    width: 100%; background-color: transparent; border: none; border-bottom: 1px solid #555; padding: 10px 0; font-size: 1rem; color: #ffffff; outline: none; transition: border-color 0.3s ease;
}
.vbout-form input[type="text"]:focus,
.vbout-form input[type="email"]:focus { border-bottom-color: #DAA520; }
.vbout-form input::placeholder { color: transparent; }


.vbout-form .form-submit-button {
    flex-shrink: 0; /* <<< PREVENT button from shrinking */
    /* Button width will be determined by its content and padding */
}
/* Submit button uses .cta-button.cta-button--gold-outline */
.vbout-form button[type="submit"] {
    padding: 14px 35px; /* Adjust padding if needed */
}

/* Feedback Message */
.form-feedback {
    margin-top: 30px; text-align: center; font-size: 1rem; color: #DAA520;
    /* display: none; handled by JS */
}

/*--------------------------------------------------------------
# SECTION 6 RESPONSIVENESS
--------------------------------------------------------------*/
@media (max-width: 768px) {
    /* Section padding handled by default */
    .sample-report-section { padding-top: 60px; padding-bottom: 70px; }
    .sample-report-header { margin-bottom: 40px; }
    .vbout-form .form-layout-wrapper {
        flex-direction: column; /* Explicitly stack */
        align-items: stretch; /* Stretch to full width */
        gap: 25px;
    }
    .vbout-form .form-field {
        min-width: unset; /* Remove min-width constraint */
    }
    .vbout-form .form-submit-button {
        align-self: center; /* Center button */
        width: 100%; max-width: 350px; /* Limit button width */
        flex-shrink: 1; /* Allow shrinking if needed */
    }
     .vbout-form button[type="submit"] {
         width: 100%; /* Make button fill its container */
     }
}
@media (max-width: 480px) {
     /* Section padding handled by default */
    .sample-report-header .section-title { font-size: 2rem; }
    .sample-report-subtitle { font-size: 1rem; }
     /* Button size handled by default */
}
/*--------------------------------------------------------------
# Section 7: Testimonials (#testimonials) - Using Default Template (Minimal Override)
--------------------------------------------------------------*/
.testimonials-section {
    padding-top: 100px;
    padding-bottom: 120px;
    color: #e0e0e0; /* Default text color for the section */
    position: relative;
    /* Assumes .section-background-starfield is applied via HTML for background */
}

/* Container for grid alignment if needed by theme */
.testimonials-section .grid-container {
    position: relative;
    z-index: 1;
    /* Let section-padding-standard handle padding */
}

/* Section Header */
.testimonials-header {
    text-align: center;
    margin-bottom: 60px;
}
.testimonials-header .section-title {
     font-size: clamp(3.2rem, 7vw, 5rem); /* Use desired size */
     margin-bottom: 0;
     /* Color inherited from base .section-title */
}
.testimonials-header .section-title .text-gold {
    color: #DAA520; /* Ensure gold text works */
}

/* Targeting the main plugin view container */
.ascension-testimonials.strong-view {
    position: relative; /* Needed for absolute positioned arrows */
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px; /* Optional: Constrain slider width */
    /* Remove any custom background/border applied previously */
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
}

/* Optional: Add spacing between slides if needed */
.ascension-testimonials .wpmtst-testimonial {
     /* Plugin default template likely handles spacing */
     /* If needed, add margin: 0 10px; */
}

/* --- Minimal Arrow Positioning (if needed) --- */
/* Only add these if default arrows are positioned badly */
/*
.ascension-testimonials .wpmslider-controls-direction a,
.ascension-testimonials .bx-controls-direction a {
    z-index: 10; // Ensure they are clickable
}
.ascension-testimonials .wpmslider-prev,
.ascension-testimonials .bx-prev {
    left: -10px; // Example adjustment
}
.ascension-testimonials .wpmslider-next,
.ascension-testimonials .bx-next {
    right: -10px; // Example adjustment
}
*/

/* --- Responsiveness (Minimal) --- */
/* Adjust section padding and header size */
@media (max-width: 992px) {
    .testimonials-section { padding-bottom: 100px; }
    .testimonials-header { margin-bottom: 50px; }
    /* Optional: Adjust arrow positions */
    /* .ascension-testimonials .wpmslider-prev, .ascension-testimonials .bx-prev { left: -5px; } */
    /* .ascension-testimonials .wpmslider-next, .ascension-testimonials .bx-next { right: -5px; } */
}

@media (max-width: 768px) {
     .testimonials-section { padding-top: 80px; padding-bottom: 80px; }
     /* Optional: Adjust arrow positions for mobile */
     /* .ascension-testimonials .wpmslider-prev, .ascension-testimonials .bx-prev { left: 5px; } */
     /* .ascension-testimonials .wpmslider-next, .ascension-testimonials .bx-next { right: 5px; } */
}
@media (max-width: 480px) {
     .testimonials-section { padding-top: 60px; padding-bottom: 60px; }
     /* Further adjustments if needed */
}

/*--------------------------------------------------------------
# Section 8: Final CTA / Purchase (#cta-final) - Layout & Style Refinements
--------------------------------------------------------------*/
/* Uses .section-background-starfield */
.cta-final-section {
    padding-top: 100px;
    padding-bottom: 100px;
    color: #e0e0e0;
}
/* Container uses .section-padding-standard */
.cta-final-section .grid-container {
    position: relative; z-index: 1;
}

.cta-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); /* Adjusted minmax */
    gap: 90px;
    align-items: center;
}

/* --- Left Column: Features --- */
.cta-features {
    /* No specific container styles needed */
}
/* Title uses .section-title.section-title--left-aligned */
.cta-features .section-title {
    font-size: clamp(3.2rem, 7vw, 5rem);
    margin-bottom: 40px;
    line-height: 1.2;
}

.cta-feature-list { list-style: none; padding: 0; margin: 0; }
.cta-feature-list li { display: flex; align-items: flex-start; margin-bottom: 20px; gap: 15px; font-size: 1rem; line-height: 1.6; color: #ccc; }
/* Gold text uses .text-gold */

/* --- Right Column: Pricing Box --- */
.cta-pricing-box {
    background-color: #111111;
    border: 2px solid #DAA520; /* <<< Increased border thickness */
    border-radius: 20px;
    padding: 40px 35px; /* Adjusted padding */
    text-align: center;
    display: flex; /* Use flex for vertical alignment if needed */
    flex-direction: column;
    height: 100%; /* Make box fill grid cell height if alignment needed */
}
.cta-pricing-box h3 { /* "Get it Now" */
    font-family: 'Inter', sans-serif;
    font-size: 2.2rem; /* <<< Adjusted size */
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 8px; /* <<< Reduced margin */
    color: #ffffff;
    letter-spacing: 0.5px;
}
.cta-pricing-box .price {
    font-size: 2.4rem;
    font-weight: 500;
    font-family: 'Inter', sans-serif; /* <<< CHANGED FONT */
    color: #DAA520;
    line-height: 1.1;
    margin-bottom: 5px; /* <<< Reduced margin */
}
.cta-pricing-box .price .currency {
    font-size: 1.3rem; /* <<< Adjusted size */
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    opacity: 0.8;
    margin-left: 5px;
    display: inline-block; /* Prevent wrap */
    vertical-align: baseline; /* Align with price */
}
.cta-pricing-box .delivery {
    font-size: 0.9rem;
    color: #aaa;
    margin-top: 0;
    margin-bottom: 30px; /* <<< Reduced margin */
}

.pricing-feature-list {
    list-style: none; padding: 0;
    margin: 0 0 35px 0; /* <<< Reduced margin */
    text-align: left;
    flex-grow: 1; /* Push button down */
}
.pricing-feature-list li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 15px; font-size: 0.95rem; line-height: 1.6; color: #ccc; }
.pricing-feature-list img { flex-shrink: 0; width: 18px; height: auto; margin-top: 3px; }

/* Button uses .cta-button.cta-button--gold-outline */
.cta-pricing-box .cta-button {
     /* Remove block/width styling to let it sit naturally */
     /* display: block; */
     /* width: 100%; */
     margin-top: auto; /* Push to bottom if flex is used */
     padding-left: 40px; /* Ensure adequate padding */
     padding-right: 40px;
}


/*--------------------------------------------------------------
# SECTION 8 RESPONSIVENESS
--------------------------------------------------------------*/
@media (max-width: 992px) {
    /* Padding adjusted by default */
    .cta-grid-wrapper { gap: 40px; }
    .cta-features .section-title { margin-bottom: 30px; }
    .cta-feature-list li { margin-bottom: 18px; font-size: 0.95rem; }
    .cta-pricing-box { padding: 40px 35px; }
}
@media (max-width: 768px) {
    /* Padding adjusted by default */
    .cta-final-section { padding-top: 80px; padding-bottom: 80px; }
    .cta-grid-wrapper { grid-template-columns: 1fr; gap: 50px; }
    /* --- REVERSED ORDER --- */
    .cta-features { order: 1; /* <<< Features FIRST now */ }
    .cta-pricing-box { order: 2; /* <<< Box SECOND now */ padding: 35px 30px;}
    .cta-features .section-title { text-align: center; }
    .cta-feature-list { max-width: 500px; margin-left: auto; margin-right: auto; }
     .cta-pricing-box .cta-button {
         display: block; /* Make button block */
         width: 100%; /* Full width */
         max-width: 350px; /* Limit max width */
         margin-left: auto; /* Center */
         margin-right: auto; /* Center */
     }
}
@media (max-width: 480px) {
     /* Padding adjusted by default */
     .cta-final-section { padding-top: 60px; padding-bottom: 60px; }
     .cta-features .section-title { font-size: 2.5rem; }
     .cta-feature-list li { font-size: 0.9rem; gap: 12px; }
     .cta-feature-icon { width: 20px; }
     .cta-pricing-box { padding: 30px 25px; }
     .cta-pricing-box h3 { font-size: 1.2rem; }
     .cta-pricing-box .price { font-size: 2.8rem; }
     .cta-pricing-box .price .currency { font-size: 1.2rem; }
     .pricing-feature-list li { font-size: 0.9rem; }
     .pricing-feature-list img { width: 16px; }
     /* Button size adjusted by default */
}
/*--------------------------------------------------------------
# Section 9: Architect's Note (#architect-note) - Button Position Fix
--------------------------------------------------------------*/
/* Uses .section-background-starfield */
.architect-note-section {
    padding-top: 120px; padding-bottom: 120px; color: #e0e0e0;
}
.architect-note-section .grid-container { position: relative; z-index: 1;  }

.architect-note-wrapper {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr; /* Adjust column ratio */
    grid-template-areas: /* Define grid areas */
        "quote titlearea"
        "quote buttonarea"; /* Assign button to bottom right */
    gap: 40px 60px; /* Row gap, Column gap */
    align-items: start; /* Align top */
}

/* --- Left Column: Quote Area --- */
.architect-quote-area {
    grid-area: quote; /* Assign to 'quote' area */
}
.architect-image { width: 180px; height: 180px; border-radius: 50%; overflow: hidden; margin-bottom: 35px; border: 2px solid rgba(255, 255, 255, 0.1); box-shadow: 0 5px 15px rgba(0,0,0,0.4); }
.architect-image img, .architect-image picture { display: block; width: 100%; height: 100%; object-fit: cover; }
.architect-quote { padding-left: 25px; margin: 0 0 25px 0; position: relative; }
.architect-quote p { font-size: 1rem; line-height: 1.7; color: #ccc; margin: 0; text-align: justify; hyphens: auto; }
.architect-quote::before { content: '\201C'; font-family: 'Cormorant Garamond', serif; font-size: 4rem; color: #DAA520; position: absolute; left: -10px; top: -10px; line-height: 1; opacity: 0.8; }
.architect-signature { font-size: 0.9rem; font-style: italic; color: #aaa; text-align: right; margin: 0; padding-right: 10px; }

/* --- Right Top: Title & Subtitle Area --- */
.architect-title-cta-area {
    grid-area: titlearea; /* Assign to 'titlearea' */
    text-align: right;
}
.architect-title-cta-area .section-title { font-size: clamp(3.2rem, 7vw, 5rem); line-height: 1.15; margin-bottom: 15px; }
.architect-subtitle { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; color: #ccc; margin: 0; }

/* --- Right Bottom: CTA Button Area --- */
.architect-cta {
    grid-area: buttonarea; /* Assign to 'buttonarea' */
    text-align: right; /* Align button right */
    align-self: end; /* Push button to bottom of its grid area */
}
/* Button uses .cta-button.cta-button--gold-outline */

/*--------------------------------------------------------------
# SECTION 9 RESPONSIVENESS
--------------------------------------------------------------*/
@media (max-width: 992px) {
    /* Padding adjusted by default */
    .architect-note-wrapper {
        grid-template-columns: 1fr; /* Stack */
        grid-template-areas:
            "titlearea"
            "quote"
            "buttonarea";
        gap: 50px;
        /* Remove align-items: center if it causes issues */
        /* align-items: center; */
    }
    .architect-title-cta-area {
        text-align: center; /* Center Title/Subtitle Area */
        grid-area: titlearea; /* Ensure grid area assignment */
     }
    .architect-quote-area {
        display: flex; flex-direction: column; align-items: center;
        text-align: left; /* Reset text-align for quote area */
        grid-area: quote; /* Ensure grid area assignment */
    }
    .architect-image { width: 160px; height: 160px; margin-bottom: 30px; margin-left: auto; margin-right: auto; }
    .architect-quote { padding-left: 0; max-width: 600px; border-left: none; border-top: 3px solid #DAA520; padding-top: 20px; }
    .architect-quote::before { display: none; }
    .architect-quote p { text-align: center !important; hyphens: auto; }
    .architect-signature { text-align: center; padding: 0;}
    .architect-subtitle { font-size: 1.6rem; margin-bottom: 0; }

    /* --- Button Centering (992px) --- */
    .architect-cta {
        grid-area: buttonarea; /* Ensure grid area assignment */
        margin-top: 20px;
        text-align: center; /* Center inline/inline-block children */
        width: 100%; /* Take full grid area width */
        justify-self: center; /* Center the grid item itself if track is wider */
    }
     .architect-cta .cta-button {
         display: inline-block; /* Allow text-align center to work */
         width: auto; /* Let button size naturally */
         max-width: 350px; /* Optional max width */
     }
}

@media (max-width: 768px) {
    /* Padding adjusted by default */
     .architect-note-section { padding-top: 80px; padding-bottom: 80px; }
     .architect-note-wrapper {
         /* Keep grid layout from 992px for simplicity */
         gap: 40px;
     }
     /* Styles cascade from 992px, adjust specifics */
     .architect-title-cta-area .section-title { text-align: center; }
     .architect-quote p { text-align: justify !important; }
     .architect-image { width: 150px; height: 150px; }
     .architect-cta { margin-top: 15px; max-width: 350px; /* Keep max-width */ }
     .architect-cta .cta-button { /* Keep inline-block from 992px */ }
}
@media (max-width: 480px) {
     /* Padding adjusted by default */
     .architect-note-section { padding-top: 60px; padding-bottom: 60px; }
     .architect-image { width: 140px; height: 140px; margin-bottom: 25px; }
     .architect-quote p { font-size: 0.95rem; }
     .architect-signature { font-size: 0.85rem; }
     .architect-subtitle { font-size: 1.5rem; }
     .architect-cta { margin-top: 15px; }
     /* Title/Button use default responsive */
}


/*--------------------------------------------------------------
# Section 10: FAQ (#faq-section)
--------------------------------------------------------------*/
.faq-section {
    padding-top: 100px;
    padding-bottom: 100px;
    color: #e0e0e0;
    /* Uses .section-background-starfield */
}

/* Container for the FAQ list */
.faq-items-container {
    max-width: 1400px; /* Adjust max-width as needed */
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px; /* Space below title */
    border-top: 1px solid #444; /* Top border above first item */
}

details.faq-item-details {
    border-bottom: 1px solid #444; /* Separator */
    margin-bottom: 0; /* Remove default details margin */
    display: block; /* Ensure it's block */
}

summary.faq-question-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
    cursor: pointer;
    list-style: none; /* Remove default marker */
    transition: background-color 0.2s ease;
    position: relative;
}
summary.faq-question-summary::-webkit-details-marker,
summary.faq-question-summary::marker {
  display: none; /* Hide default marker */
}
summary.faq-question-summary:hover,
summary.faq-question-summary:focus {
    background-color: rgba(255, 255, 255, 0.03);
    outline: none;
}

.faq-question-text { /* Same styling as before */
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    color: #ffffff;
    line-height: 1.5;
    padding-right: 20px;
    font-weight: 500;
}

/* Custom Icon using CSS */
.faq-toggle-icon-css {
    font-family: 'Space Mono', monospace;
    font-size: 1.8rem;
    color: #d4af37;
    font-weight: normal;
    flex-shrink: 0;
    transition: transform 0.3s ease-out;
    line-height: 1;
    width: 1.2em;
    text-align: center;
}
.faq-toggle-icon-css::before {
    content: '+'; /* Default icon */
    display: inline-block;
}
details[open] > summary.faq-question-summary .faq-toggle-icon-css {
    transform: rotate(45deg); /* Change icon when details[open] */
}

.faq-answer-content {
    padding: 0 15px 25px 15px; /* Padding below question when open */
    color: #b0b0b0;
    font-size: 0.95rem;
    line-height: 1.7;
}
.faq-answer-content p { margin: 0; }
.faq-answer-content .text-gold { color: #d4af37; font-weight: 500; }


/* --- FAQ CTA Button --- */
.faq-cta {
    text-align: center;
    margin-top: 60px; /* Space above button */
}
/* .cta-button styles should already exist */


/* --- FAQ Responsiveness --- */
@media (max-width: 768px) {
    .faq-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .faq-items-container {
        margin-top: 40px;
        /* Max-width is inherited or adjust if needed */
    }
    /* Adjust padding for the summary/question area */
    summary.faq-question-summary {
        padding: 18px 10px;
    }
    /* Adjust question text size and spacing */
    .faq-question-text {
        font-size: 1rem;
        padding-right: 15px; /* Space before icon */
    }
    /* Adjust icon size */
    .faq-toggle-icon-css {
        font-size: 1.6rem;
    }
    /* Adjust answer styling */
    .faq-answer-content {
        font-size: 0.9rem;
        padding: 0 10px 20px 10px; /* Left, Right, Bottom padding */
    }
    /* Adjust CTA spacing */
    .faq-cta {
        margin-top: 50px;
    }
}

@media (max-width: 480px) {
     .faq-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
     .faq-items-container {
        margin-top: 30px;
        /* Max-width is inherited or adjust if needed */
    }
    /* Further adjust padding for the summary/question area */
    summary.faq-question-summary {
        padding: 15px 5px;
    }
    /* Further adjust question text size */
    .faq-question-text {
        font-size: 0.95rem;
    }
    /* Further adjust icon size */
    .faq-toggle-icon-css {
        font-size: 1.5rem;
    }
     /* Adjust answer styling */
    .faq-answer-content {
        font-size: 0.85rem; /* Slightly smaller text */
        padding: 0 5px 15px 5px; /* Adjust padding */
    }
    /* Further adjust CTA spacing */
     .faq-cta {
        margin-top: 40px;
    }
}

/*--------------------------------------------------------------
# Footer (#ascension-footer)
--------------------------------------------------------------*/
.ascension-footer {
    background-color: #000000; /* Black background */
    padding: 25px 40px; /* Vertical and horizontal padding */
    width: 100%;
    box-sizing: border-box;
    margin-top: auto; /* Pushes footer down if main content is short */
}

.footer-content-wrapper {
    display: flex;
    justify-content: center; /* Center items horizontally */
    align-items: center; /* Center items vertically */
    gap: 15px; /* Space between logo and text */
    max-width: 1200px; /* Optional: constrain width */
    margin: 0 auto; /* Center wrapper if max-width is set */
}

.footer-logo {
    display: block; /* Remove extra space below image */
    height: 28px; /* Adjust height as needed */
    width: auto; /* Maintain aspect ratio */
    filter: grayscale(1) brightness(2); /* Make SVG white/bright */
}

.footer-text {
    font-family: 'Space Mono', 'Courier New', Courier, monospace; /* Match mockup font */
    font-size: 0.8rem; /* Adjust size */
    color: #ffffff; /* White text */
    letter-spacing: 1.5px; /* Adjust letter spacing */
    text-transform: uppercase; /* Match mockup */
    line-height: 1; /* Prevent extra line height */
}

/* --- Footer Responsiveness --- */
@media (max-width: 768px) {
    .ascension-footer {
        padding: 20px 20px;
    }
    .footer-logo {
        height: 24px;
    }
    .footer-text {
        font-size: 0.75rem;
        letter-spacing: 1px;
    }
    .footer-content-wrapper {
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .ascension-footer {
        padding: 15px 15px;
    }
     .footer-logo {
        height: 20px;
    }
    .footer-text {
        font-size: 0.7rem;
    }
}

/* ========================================================================= 
   ASCENSION CHECKOUT – Stable Two-Column Layout + Mobile Responsive
   ========================================================================= */

/* ------- Canvas ------- */
body.woocommerce-checkout {
  background: #0b0b0b;
  color: #fff;
  font-family: 'Inter', sans-serif;
}

body.woocommerce-checkout #page,
body.woocommerce-checkout .grid-container,
body.woocommerce-checkout .inside-article,
body.woocommerce-checkout .entry-content {
  max-width: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
}

/* ------- Layout ------- */
#us-checkout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin: 0 auto;
  align-items: start;
}

.us-checkout__left {
  position: sticky;
  top: 1rem;
  height: max-content;
}

.us-checkout__right {
  background: #0b0b0b;
}

/* Responsive: Hide Left Column */
@media (max-width: 768px) {
  #us-checkout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .us-checkout__left {
    display: none;
  }

  .us-checkout__right {
    padding: 2rem;
  }
}

/* ------- Card (Left Column) ------- */
.us-card {
  background: #101010;
  padding: 2.5rem 2rem;
}

.us-card__logo {
  width: 120px;
  display: block;
  margin: 0 auto 1.5rem;
}

.us-card__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
}

.us-card__price {
  font-family: 'Space Mono', monospace;
  font-size: 2.3rem;
  color: #d4af37;
  text-align: center;
  margin: 0 0 .25rem;
}

.us-card__price span {
  font-size: 1rem;
}

.us-card__note {
  font-size: .85rem;
  text-align: center;
  color: #b1b1b1;
}

.us-sep {
  border: none;
  border-top: 1px solid #333;
  margin: 2rem 0;
}

.us-feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: .95rem;
  line-height: 1.45;
}

.us-feature-list li {
  position: relative;
  padding-left: 1.9rem;
  margin: 0 0 .9rem;
}

.us-feature-list li:before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #d4af37;
}

/* ------- Custom Title & Logo (Above Form) ------- */
.us-checkout-header {
  text-align: center;
  margin-bottom: 3rem;
}

.us-checkout-header__logo {
  width: 90px;
  margin: 0 auto 1rem;
  display: block;
}

.us-checkout-header__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  color: #fff;
  margin: 0;
  letter-spacing: 0.04em;
}

/* ------- Section Headings (Gold Disc with Checkmark) ------- */
.us-heading {
  position: relative;
  margin: 3rem 0 1rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  padding-left: 2.75rem;
  letter-spacing: .04em;
}

.us-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #d4af37;
  transform: translateY(-50%);
}

.us-heading::after {
  content: "✔";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  color: #0b0b0b;
  font-size: 14px;
}

/* ------- Fields ------- */
input,
select {
  background: #1a1a1a;
  border: 1px solid #444;
  border-radius: 6px;
  color: #fff;
  padding: .75rem 1rem;
  width: 100%;
}

input:focus,
select:focus {
  border-color: #d4af37;
  box-shadow: none;
}

label {
  color: #c9c9c9;
  font-size: .8rem;
  letter-spacing: .04em;
}

/* ------- Field Descriptions ------- */
.us-description {
  font-size: 0.85rem;
  color: #aaa;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}

/* ------- Coupon Field ------- */
.woocommerce-form-coupon {
  margin: 1rem 0 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.woocommerce-form-coupon p {
  flex: 0 0 100%;
  color: #ccc;
  margin: 0;
}

.woocommerce-form-coupon input[type="text"] {
  flex: 1;
  background: #1a1a1a;
  color: #fff;
  border: 1px solid #444;
  border-radius: 6px;
  padding: 0.75rem 1rem;
  min-width: 220px;
}

.woocommerce-form-coupon .button {
  background: #d4af37;
  border: none;
  border-radius: 6px;
  color: #0b0b0b;
  font-family: "Space Mono", monospace;
  padding: 0.75rem 2rem;
  cursor: pointer;
  transition: 0.2s;
}

.woocommerce-form-coupon .button:hover {
  background: #e0be5f;
}

/* Hide toggle link for coupon */
.woocommerce-form-coupon-toggle {
  display: none !important;
}

/* ------- Order Summary Box ------- */
.us-order-summary {
  margin-bottom: 2rem;
}

.us-order-summary__box {
  background: #111;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 1.5rem;
  color: #fff;
}

.us-order-summary__box table {
  width: 100%;
  font-size: 0.95rem;
  border-collapse: collapse;
}

.us-order-summary__box th,
.us-order-summary__box td {
  padding: 0.5rem 0;
  text-align: left;
  border-bottom: 1px solid #2a2a2a;
}

.us-order-summary__box tfoot td {
  font-weight: bold;
  border-top: 1px solid #444;
}

.us-order-summary__box .woocommerce-remove-coupon {
  color: #d4af37;
}

.woocommerce-checkout-review-order-table .cart-subtotal,
.woocommerce-checkout-review-order-table .order-total {
  font-size: 1rem;
}

/* ------- Stripe / Payment Section ------- */

.woocommerce-checkout-payment {
  margin-top: 3rem;
}

.wc-stripe-payment-request-button,
#payment-request-button {
  display: none !important;
}



/* ------- Place Order Button ------- */
#place_order {
  display: block;
  width: 100%;
  margin-top: 2rem;
  border: 2px solid #d4af37;
  background: transparent;
  color: #d4af37;
  padding: .9rem 2.5rem;
  border-radius: 30px;
  font-family: 'Space Mono', monospace;
  letter-spacing: .05em;
  text-align: center;
  transition: .2s;
}

#place_order:hover {
  background: #d4af37;
  color: #0b0b0b;
}
/* =========================================================================
   ASCENSION THANK YOU PAGE (Order Received) - Message Replace Only
   ========================================================================= */

/* --- Basic Setup & Full Width --- */
body.woocommerce-order-received {
  background-color: #0b0b0b; /* Dark background */
  color: #cccccc; /* Default light text */
  font-family: 'Inter', sans-serif; /* Default font */
}
body.woocommerce-order-received.full-width-content .site-content,
body.woocommerce-order-received.full-width-content #page,
body.woocommerce-order-received.full-width-content #primary,
body.woocommerce-order-received.full-width-content .content-area {
    width: 100%;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* --- Main Page Wrapper --- */
.ultrasapien-thankyou-page {
    max-width: 750px; /* Adjust max width of overall content area */
    margin: 3rem auto; /* Center content block */
    padding: 0 1.5rem; /* Side padding */
    box-sizing: border-box;
}

/* --- Custom Header/Message Block Wrapper --- */
.us-thankyou-content-header {
     margin-bottom: 2.5rem; /* Space AFTER your custom block */
}

/* --- Header Section --- */
.us-thankyou-header {
    text-align: center;
    margin-bottom: 2.5rem;
}
.us-thankyou-logo {
    display: block;
    width: 100px; /* Adjust logo size */
    height: auto;
    margin: 0 auto 1rem auto;
    filter: grayscale(1) brightness(2); /* Makes SVG white */
}
.us-thankyou-title {
    font-family: 'Space Mono', monospace; /* Match mockup font */
    font-size: 2.2rem; /* Adjust size */
    line-height: 1.3;
    font-weight: 400; /* Regular weight */
    margin: 0;
    color: #d4af37; /* Gold color */
}
.us-thankyou-subtitle {
    font-family: 'Space Mono', monospace;
    font-size: 1.8rem; /* Slightly smaller */
    display: inline-block;
    margin-top: 0.25rem;
    color: #d4af37;
}

/* --- Body Text --- */
.us-thankyou-body {
    font-size: 1rem; /* Base text size */
    line-height: 1.7;
    color: #cccccc; /* Default text color */
}
.us-thankyou-body p {
    margin: 0 0 1.2em 0; /* Spacing between paragraphs */
}
.us-thankyou-body p:last-child {
    margin-bottom: 0;
}
.us-thankyou-delivery {
    margin-top: 1.8em !important; /* More space before delivery */
    margin-bottom: 0.5em !important; /* Less space after */
}
.us-thankyou-delivery .us-thankyou-icon {
    font-family: sans-serif; /* Ensure emoji renders */
    color: #d4af37;
    margin-right: 0.5em;
    font-size: 1.1em;
    vertical-align: middle;
}
.us-thankyou-delivery strong {
    color: #ffffff; /* White for the label */
}

/* --- Default WooCommerce Order Overview List Styling --- */
.ultrasapien-thankyou-page ul.woocommerce-order-overview {
    list-style: none;
    margin: 0 0 2.5rem 0; /* Space below this list */
    padding: 1.5rem; /* Padding inside */
    border: 1px solid #333; /* Border */
    background-color: #111; /* Dark background */
    border-radius: 8px; /* Rounded corners */
    display: flex; /* Use flex for better layout */
    flex-wrap: wrap; /* Allow wrapping on small screens */
    gap: 1rem 2rem; /* Row and column gap */
}
.ultrasapien-thankyou-page ul.woocommerce-order-overview li {
    font-size: 0.95rem;
    color: #ccc;
    margin: 0;
    padding: 0;
    border: none; /* Remove default borders */
    flex: 1 1 45%; /* Allow items to grow/shrink, aim for two columns */
    min-width: 180px; /* Prevent items getting too narrow */
    line-height: 1.5;
}
.ultrasapien-thankyou-page ul.woocommerce-order-overview li strong {
    display: block; /* Make value appear below label */
    font-weight: 600;
    color: #fff; /* Brighter color for value */
    margin-top: 0.2em;
}

/* --- WooCommerce Order Details Table Styling (Keep As Is) --- */
/* Styles for the table generated by do_action('woocommerce_thankyou', ...) */
.ultrasapien-thankyou-page h2 { /* Style WC default headings like "Order details" */
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    color: #ffffff;
    margin-top: 0; /* Remove extra top margin if overview list provides space */
    margin-bottom: 1.5rem;
    font-weight: 500;
}
.ultrasapien-thankyou-page table.woocommerce-table--order-details,
.ultrasapien-thankyou-page .woocommerce-order-details .order_details, /* Fallback selector */
.ultrasapien-thankyou-page table.woocommerce-table--customer-details,
.ultrasapien-thankyou-page .woocommerce-customer-details .addresses {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
    font-size: 0.95rem;
    background-color: #111;
    border: 1px solid #333;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 0;
}
.ultrasapien-thankyou-page table.woocommerce-table--order-details th,
.ultrasapien-thankyou-page table.woocommerce-table--order-details td,
/* ... other table selectors ... */
.ultrasapien-thankyou-page .woocommerce-customer-details .addresses td {
    border: none;
    border-bottom: 1px solid #2a2a2a;
    padding: 12px 15px;
    text-align: left;
    color: #ccc;
    vertical-align: middle;
}
.ultrasapien-thankyou-page table.woocommerce-table--order-details thead th,
/* ... other table header selectors ... */
.ultrasapien-thankyou-page .woocommerce-customer-details .addresses th {
    color: #fff;
    font-weight: 600;
    background-color: #1a1a1a;
}
.ultrasapien-thankyou-page table.woocommerce-table--order-details tbody tr:last-child td,
/* ... other last row selectors ... */
.ultrasapien-thankyou-page .woocommerce-customer-details .addresses tr:last-child td {
   border-bottom: none;
}
.ultrasapien-thankyou-page table.woocommerce-table--order-details tfoot th,
.ultrasapien-thankyou-page table.woocommerce-table--order-details tfoot td,
/* ... other tfoot selectors ... */
.ultrasapien-thankyou-page .woocommerce-order-details .order_details tfoot td {
    color: #fff;
    font-weight: bold;
    border-top: 1px solid #444;
    background-color: #1a1a1a;
    border-bottom: none;
}
/* Hide order actions if not needed */
.ultrasapien-thankyou-page .woocommerce-order-details .order-actions { display: none; }
/* Customer details address styling */
.ultrasapien-thankyou-page .woocommerce-customer-details address { border: none; padding: 0; background: none; font-style: normal; color: #ccc; line-height: 1.6; }
.ultrasapien-thankyou-page .woocommerce-customer-details h2,
.ultrasapien-thankyou-page .woocommerce-customer-details h3 { color: #fff; font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; margin-bottom: 1rem; }

/* --- Thank You Responsiveness --- */
@media (max-width: 768px) {
    .ultrasapien-thankyou-page { margin: 2rem auto; padding: 0 1rem; }
    .us-thankyou-content-header { margin-bottom: 2rem; }
    .us-thankyou-title { font-size: 1.8rem; }
    .us-thankyou-subtitle { font-size: 1.5rem; }
    .us-thankyou-body { font-size: 0.95rem; }
    .ultrasapien-thankyou-page ul.woocommerce-order-overview li { flex-basis: 100%; } /* Stack overview items */
    .ultrasapien-thankyou-page h2 { font-size: 1.5rem; } /* Adjust WC heading size */
    .ultrasapien-thankyou-page table.woocommerce-table--order-details, /* etc. */ { font-size: 0.9rem; }
    .ultrasapien-thankyou-page table.woocommerce-table--order-details th, /* etc. */ { padding: 10px 12px; }
}
@media (max-width: 480px) {
    .ultrasapien-thankyou-page { margin: 1.5rem auto; padding: 0 0.75rem; }
    .us-thankyou-logo { width: 80px; }
    .us-thankyou-title { font-size: 1.6rem; }
    .us-thankyou-subtitle { font-size: 1.3rem; }
    .us-thankyou-body { font-size: 0.9rem; line-height: 1.6; }
}

/*--------------------------------------------------------------
# Base Setup for Review Page (Ensure this targets your review page)
--------------------------------------------------------------*/
body.page-template-page-reviews { /* OR body.page-id-XX */
    margin: 0; padding: 0; width: 100%; overflow-x: hidden;
    background-color: #000000;
    font-family: 'Inter', sans-serif;
    font-weight: 400; line-height: 1.6; color: #ccc;
}

/*--------------------------------------------------------------
# Page: Client Reviews
--------------------------------------------------------------*/
.reviews-page-wrapper {
    color: #e0e0e0;
    min-height: 100vh;
    /* Vertical padding for the overall page content area */
    padding-top: 30px;
    padding-bottom: 80px;
    /* Flex properties to center the .review-form-section vertically if content is short */
    display: flex;
    align-items: center;
    justify-content: center; /* This will center the .review-form-section if it's not 100% width */
    width: 100%;
    box-sizing: border-box;
}

.review-form-section {
    width: 100%; /* Make the section itself take full width */
    max-width: none; /* Override any potential max-width */
    padding-left: 0; /* No side padding on the section itself */
    padding-right: 0;
    box-sizing: border-box;
}


.review-form-section > .grid-container { /* Target the direct .grid-container child */
    width: 100% !important;             /* Force it to be full width */
    max-width: none !important;         /* Remove its max-width constraint */
    padding-left: 0 !important;         /* Remove its side padding */
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;

}


/* Styles for elements that are NOW direct children of the full-width .grid-container */
.review-form-section .review-form-header {
    text-align: center;
    margin-bottom: 50px;
    /* If this needs to be constrained, wrap it in another centered div */
    max-width: 1200px; /* Example: Constrain and center the header content */
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px; /* Padding for the constrained header block */
}
.review-page-logo { max-width: 110px; height: auto; }

.review-form-section .review-intro-text {
    font-size: 1.1rem; line-height: 1.7; margin-bottom: 40px; color: #e0e0e0;
    max-width: 800px; /* Constrain and center the intro text block */
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px; /* Padding for the constrained block */
}
.review-intro-text p { margin-bottom: 1.5em; }
.review-intro-text ul { list-style: none; padding-left: 0; margin-bottom: 1.5em; }
.review-intro-text ul li { padding-left: 1.8em; position: relative; margin-bottom: 0.8em; }
.review-intro-text ul li::before { content: "•"; color: #DAA520; font-size: 1.2em; position: absolute; left: 0.5em; top: -0.05em; }
.review-intro-text ul li.text-gold { color: #DAA520; }
.review-intro-text ul li.text-gold::before { color: #e0e0e0; }

.review-form-section .review-form-area {
    background-color: #080808; padding: 10px; border-radius: 8px;
    display: flex; 
    align-items: center; 
    justify-content: center;
    /* padding: 40px 20px; /* Padding for the constrained block */
}


/* Responsive adjustments for Reviews Page */
@media (max-width: 768px) {
    .reviews-page-wrapper { padding: 60px 0; }
    .review-form-section .review-form-header,
    .review-form-section .review-intro-text,
    .review-form-section .review-form-area {
        padding-left: 15px; padding-right: 15px;
    }
    .review-intro-text { font-size: 1rem; }
    .review-form-area { padding: 30px; } /* Inner padding of the dark grey box */
}
@media (max-width: 480px) {
    .reviews-page-wrapper { padding: 40px 0; }
    .review-form-header { margin-bottom: 30px; }
    .review-page-logo { max-width: 180px; }
    .review-intro-text ul li { padding-left: 1.5em; }
    .review-form-area { padding: 20px; } /* Inner padding of the dark grey box */
}



/* ============================ End of CSS ============================ */
