.elementor-kit-6{--e-global-color-primary:#E8847C;--e-global-color-secondary:#2C3E50;--e-global-color-text:#333333;--e-global-color-accent:#D66B62;--e-global-color-959c998:#F4ADA7;--e-global-color-dc77791:#3D5166;--e-global-color-30c254f:#FAF9F6;--e-global-color-d9ef6a6:#F0EDE7;--e-global-color-ed90c80:#5A5A5A;--e-global-color-9e6a8b5:#FFFFFF;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Outfit";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;background-color:#FAF9F5;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ========================================
   ELEMENTOR CUSTOM CSS
   Welcome to Labor and Delivery Website
   ======================================== */

/* ========================================
   1. CSS VARIABLES (COLORS & FONTS)
   ======================================== */
   :root {
    /* Primary Colors */
    --color-teal: #4ECDC4;
    --color-teal-light: #7FD9D3;
    --color-teal-dark: #3AB8AF;
    --coral-dark: #D66B62;
    --coral: #E8847C;
    --cream: #FAF9F6;
     --cream-dark: #F0EDE7;
    --coral-light: #F4ADA7;

    /* Secondary Colors */
    --color-pink: #FFB6C1;
    --color-coral: #FF6B9D;
    --color-blush: #FFF0F5;
    --navy: #2C3E50;
    --navy-light: #3D5166;



    /* Neutral Colors */
    --color-white: #FFFFFF;
    --color-gray-50: #F9FAFB;
    --color-gray-100: #F3F4F6;
    --color-gray-200: #E5E7EB;
    --color-gray-300: #D1D5DB;
    --color-gray-600: #4B5563;
    --color-gray-700: #374151;
    --color-gray-900: #111827;
    --white: #FFFFFF;
    --text-dark: #2C3E50;
    --text-medium: #4B5563;

    /* Typography */
    --font-heading: 'Cormorant Garamond', serif;
    --font-body: 'Outfit', sans-serif;

    /* Spacing */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;
    --spacing-2xl: 4rem;

    /* Border Radius */
    --radius-sm: 0.5rem;
    --radius-md: 1rem;
    --radius-lg: 50px;

    /* Shadows */
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 15px 50px rgba(44, 62, 80, 0.15);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    --shadow-soft: 0 8px 20px rgba(44, 62, 80, 0.08);
    --shadow-medium: 0 10px 30px rgba(44, 62, 80, 0.12);
    --shadow-strong: 0 20px 50px rgba(44, 62, 80, 0.18);
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);

    --contact-hero-padding-top: 120px;
    --contact-hero-padding-bottom: 80px;
    --contact-hero-bg-gradient-start: rgba(232, 132, 124, 0.08);
    --contact-hero-bg-gradient-end: rgba(232, 132, 124, 0.12);
    --contact-section-padding: 80px;
    --contact-card-gap: 30px;
    --contact-card-padding: 30px;
    --contact-form-max-width: 800px;
    --contact-faq-max-width: 900px;
}

/* ========================================
   2. GLOBAL STYLES
   ======================================== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-gray-700);
    background-color: var(--color-white);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 600;
    line-height: 1.2;
    color: var(--color-gray-900);
    margin-bottom: var(--spacing-md);
}

h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
}

h2 {
    font-size: clamp(2rem, 4vw, 3rem);
}

h3 {
    font-size: clamp(1.5rem, 3vw, 2rem);
}

p {
    margin-bottom: var(--spacing-md);
}

a {
    text-decoration: none !important;
    color: inherit;
    transition: all 0.3s ease;
}

a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}
a:active {
  text-decoration: none;
}

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

/* ========================================
   3. SECTION LABELS
   ======================================== */
.section-label,
.resources-label span {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-teal);
    margin-bottom: var(--spacing-sm);
    padding: 0.5rem 1rem;
    background-color: var(--color-blush);
    border-radius: var(--radius-sm);
}

/* ========================================
   4. BUTTONS
   ======================================== */
.btn {
    display: inline-block;
    padding: 1rem 2rem;
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    border-radius: var(--radius-lg);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.btn-primary {
    background: var(--coral);
    color: var(--color-white);
    border-color: var(--coral);
}

.btn-primary:hover {
    color: var(--color-white);
    background: var(--coral-dark);
    border-color: var(--coral-dark);
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(232, 132, 124, 0.35);
}

.btn-secondary {
    border-radius: 50px;
    background-color: transparent;
    color: var(--navy);
    border-color: var(--navy);
    transition: var(--transition);
}

.btn-secondary:hover {
    background-color: var(--navy);
    color: var(--color-white);
    transform: translateY(-3px);
}

.btn-white {
    background-color: var(--color-white);
    color: var(--color-teal);
}

.btn-white:hover {
    background-color: var(--color-gray-50);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   7. BOOK SECTION
   ======================================== */


div.section-label {
	color: var(--coral);
	font-family: Outfit, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 22.1px;
	text-transform: uppercase;
	display: inline-flex;
	box-sizing: border-box;
	margin: 0px 0px 20px;
	padding: 0px;
	align-items: center;
	gap: 12px;
}
div.section-label::before {
	content: "";
	width: 40px;
	height: 2px;
	background: var(--coral);
}
@media (max-width: 1024px) {
	div.section-label {
		justify-content: center;
	}
}



/* ========================================
   13. RESPONSIVE UTILITIES
   ======================================== */
@media (max-width: 1024px) {
    .hero-inner,
    .about-inner,
    .book-section-inner,
    .resources-inner,
    .speaking-inner {
        grid-template-columns: 1fr;
        gap: 60px;
    }

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

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

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

    .instagram-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .hero-visual {
        order: -1;
    }

    .about-inner {
        text-align: center;
    }

    .about-image-wrapper {
        max-width: 350px;
        margin: 0 auto;
    }

    .about-content {
        max-width: none;
    }

    .section-label {
        justify-content: center;
    }

    .book-mockup {
    position: absolute;
    bottom: 52%;
    right: -10%;
    width: 120px;
    perspective: 1000px;
    transform: perspective(1000px) rotateY(-8deg);
    transition: var(--transition);
}
}

@media (max-width: 768px) {
    .header {
        padding: 16px 0;
    }

    .nav-links {
        display: none;
    }

    .nav-cta {
        display: none;
    }

    .mobile-toggle {
        display: flex;
    }

    .hero {
        padding-top: 80px;
        min-height: auto;
        padding-bottom: 80px;
    }

    .hero-stats {
        flex-direction: column;
        gap: 24px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-buttons .btn {
        width: 100%;
    }

    .book-cover {
        width: 260px;
        height: 380px;
    }

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

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

    .footer-main {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .instagram-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .blog-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .final-cta-buttons {
        flex-direction: column;
    }

    .final-cta-buttons .btn {
        width: 100%;
    }

    .book-mockup {
    position: absolute;
    bottom: 52%;
    right: -10%;
    width: 120px;
    perspective: 1000px;
    transform: perspective(1000px) rotateY(-8deg);
    transition: var(--transition);
}
}

@media (max-width: 480px) {
    .container {
        padding: 0 20px;
    }

    .credentials-list {
        justify-content: center;
    }

    .book-pricing {
        flex-direction: column;
        align-items: flex-start;
    }

    .book-buttons {
        flex-direction: column;
    }

    .book-buttons .btn {
        width: 100%;
    }

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

    .book-mockup {
    position: absolute;
    bottom: 52%;
    right: -10%;
    width: 120px;
    perspective: 1000px;
    transform: perspective(1000px) rotateY(-8deg);
    transition: var(--transition);
}
}

/* ========================================
   14. PRINT STYLES
   ======================================== */
@media print {
    .btn {
        display: none;
    }

    .resources-form {
        display: none;
    }
}




/* ELEMENTOR SECTION: Contact Hero */
.contact-hero {
    padding: var(--contact-hero-padding-top) 0 var(--contact-hero-padding-bottom);
    text-align: center;
}

.contact-hero .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.contact-hero .hero-content img {
    width: 200px;
    height: auto;
    border-radius: 12px;
    box-shadow: var(--shadow-medium);
    margin-bottom: 8px;
}


.contact-hero h1 {
    margin-bottom: 16px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: var(--navy);
}

.contact-hero .hero-text {
    color: var(--text-medium);
    max-width: 600px;
    margin: 0 auto;
}

/* ELEMENTOR SECTION: Contact Options */
.contact-options {
    padding: var(--contact-section-padding) 0;
    background-color: var(--white);
}

/* ELEMENTOR WIDGET: Contact Options Grid */
.contact-options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: var(--contact-card-gap);
}

/* ELEMENTOR WIDGET: Contact Option Card */
.contact-option-card {
    background-color: var(--white);
    border-radius: 12px;
    box-shadow: var(--shadow-soft);
    padding: var(--contact-card-padding);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(44, 62, 80, 0.08);
}

.contact-option-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
    border-color: rgba(232, 132, 124, 0.2);
}

.contact-option-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(232, 132, 124, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.contact-option-icon svg {
    width: 30px;
    height: 30px;
    color: var(--coral-dark);
}

.contact-option-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
    font-family: 'Cormorant Garamond', serif;
    color: var(--navy);
    font-weight: 600;
}

.contact-option-card p {
    color: var(--text-medium);
    line-height: 1.7;
    margin-bottom: 20px;
}

.contact-link {
    color: var(--coral-dark);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
}

.contact-link:hover {
    color: var(--coral);
    text-decoration: underline;
}

/* ELEMENTOR SECTION: Contact Form Section */
.contact-form-section {
    padding: var(--contact-section-padding) 0;
    background-color: var(--cream-dark);
}

/* ELEMENTOR WIDGET: Contact Form Inner */
.contact-form-inner {
    max-width: var(--contact-form-max-width);
    margin: 0 auto;
}

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
}

.section-header h2 {
    font-size: clamp(32px, 4vw, 42px);
    margin-bottom: 16px;
    color: var(--navy);
}

.section-subtitle {
    font-size: 18px;
    color: var(--text-medium);
    line-height: 1.7;
    margin: 0;
}

.contact-form-container {
    margin-top: 60px;
}

.contact-form {
    background-color: var(--color-white);
    border-radius: 12px;
    box-shadow: var(--shadow-lg);
    padding: 40px;
    border: 1px solid rgba(44, 62, 80, 0.1);
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-row .form-group {
    flex: 1;
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--navy);
    font-size: 15px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid rgba(44, 62, 80, 0.15);
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Outfit', sans-serif;
    color: var(--text-dark);
    background-color: var(--white);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-group select {
    border: 2px solid rgba(44, 62, 80, 0.15);
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Outfit', sans-serif;
    color: var(--text-dark);
    background-color: var(--white);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--coral);
    box-shadow: 0 0 0 3px rgba(232, 132, 124, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: var(--text-medium);
    opacity: 0.7;
}

.checkbox-group {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.checkbox-group input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    flex-shrink: 0;
    cursor: pointer;
    accent-color: var(--coral);
}

.checkbox-group label {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-dark);
    cursor: pointer;
    font-weight: 400;
}

.contact-submit {
    width: 100%;
    padding: 16px;
    font-size: 16px;
    margin-top: 10px;
}

/* ELEMENTOR SECTION: FAQ Section */
.faq-section {
    padding: var(--contact-section-padding) 0;
    background-color: var(--white);
}

/* ELEMENTOR WIDGET: FAQ Grid (HTML Details/Summary) */
.faq-grid {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: var(--contact-faq-max-width);
    margin-left: auto;
    margin-right: auto;
}

/* Hide default details marker */
details.faq-item {
    list-style: none;
    background-color: var(--white);
    border-radius: 12px;
    box-shadow: var(--shadow-soft);
    overflow: hidden;
    border: 1px solid rgba(44, 62, 80, 0.08);
}

details.faq-item::-webkit-details-marker {
    display: none;
}

details.faq-item::marker {
    display: none;
}

summary.faq-question {
    padding: 24px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    list-style: none;
}

summary.faq-question::-webkit-details-marker {
    display: none;
}

summary.faq-question::marker {
    display: none;
}

summary.faq-question:hover {
    background-color: var(--cream-dark);
}

summary.faq-question h3 {
    font-size: 18px;
    font-family: 'Cormorant Garamond', serif;
    color: var(--navy);
    margin: 0;
    font-weight: 600;
    padding-right: 20px;
    flex: 1;
}

.faq-toggle {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--coral-dark);
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    flex-shrink: 0;
    background-color: rgba(232, 132, 124, 0.1);
    border-radius: 50%;
}

.faq-toggle svg {
    width: 18px;
    height: 18px;
    stroke-width: 2.5;
    transition: transform 0.3s ease;
}

details.faq-item[open] .faq-toggle {
    transform: rotate(45deg);
    background-color: var(--coral);
    color: var(--white);
}

details.faq-item[open] summary.faq-question {
    background-color: var(--cream-dark);
}

.faq-answer {
    padding: 0 30px 24px;
}

.faq-answer p {
    color: var(--text-medium);
    line-height: 1.7;
    margin: 0;
}

/* ELEMENTOR SECTION: Social Connect */
.social-connect {
    padding: var(--contact-section-padding) 0;
    background-color: var(--cream-dark);
}

/* ELEMENTOR WIDGET: Social Grid (Icon List Widget) */
.social-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: var(--contact-card-gap);
    margin-top: 60px;
}

.social-card {
    background-color: var(--white);
    border-radius: 12px;
    box-shadow: var(--shadow-soft);
    padding: 30px;
    text-align: center;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(44, 62, 80, 0.08);
}

.social-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
    border-color: rgba(44, 62, 80, 0.15);
}

.social-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.social-icon svg {
    width: 30px;
    height: 30px;
}

.social-card.instagram .social-icon {
    background-color: rgba(225, 48, 108, 0.1);
    color: #e1306c;
}

.social-card.facebook .social-icon {
    background-color: rgba(24, 119, 242, 0.1);
    color: #1877f2;
}

.social-card.pinterest .social-icon {
    background-color: rgba(230, 0, 35, 0.1);
    color: #e60023;
}

.social-handle {
    font-size: 18px;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 10px;
}

.social-action {
    color: var(--coral-dark);
    font-weight: 600;
}

/* ============================================
   RESPONSIVE STYLES - ELEMENTOR COMPATIBLE
   ============================================ */

@media (max-width: 992px) {
    :root {
        --contact-card-gap: 24px;
    }
    .contact-options-grid,
    .social-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: var(--contact-card-gap);
    }
    .contact-hero .hero-content img {
        width: 180px;
    }
}

@media (max-width: 768px) {
    :root {
        --contact-hero-padding-top: 100px;
        --contact-hero-padding-bottom: 60px;
        --contact-section-padding: 60px;
        --contact-card-padding: 24px;
        --contact-card-gap: 20px;
    }
    .contact-hero {
        padding: var(--contact-hero-padding-top) 0 var(--contact-hero-padding-bottom);
    }
    .contact-hero .hero-content img {
        width: 150px;
    }
    .contact-hero h1 {
        font-size: clamp(32px, 5vw, 42px);
    }
    .contact-options,
    .contact-form-section,
    .faq-section,
    .social-connect {
        padding: var(--contact-section-padding) 0;
    }
    .contact-options-grid,
    .social-grid {
        grid-template-columns: 1fr;
        gap: var(--contact-card-gap);
    }
    .contact-option-card,
    .social-card {
        padding: var(--contact-card-padding);
    }
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    .contact-form {
        padding: 30px 20px;
    }
    .form-group {
        margin-bottom: 20px;
    }
    .faq-question {
        padding: 18px 20px;
    }
    .faq-question h3 {
        font-size: 16px;
        padding-right: 16px;
    }
    .faq-answer {
        padding: 0 20px 18px;
    }
    .faq-toggle {
        width: 24px;
        height: 24px;
    }
    .faq-toggle svg {
        width: 16px;
        height: 16px;
    }
}

/* ============================================
   SECTION 6: BLOG PREVIEW
============================================ */
.blog-preview {
    padding: 120px 0;
    background: var(--cream);
}

.blog-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 48px;
}

.blog-header h2 {
    font-size: clamp(36px, 4vw, 48px);
}

/* Blog Hero Section */
.blog-hero {
    min-height: 20vh;
    padding-top: 120px;
    padding-bottom: 80px;
}

.blog-hero .hero-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.blog-hero h1 {
    font-size: clamp(42px, 5vw, 64px);
    margin-bottom: 20px;
    color: var(--navy);
}

.blog-hero .hero-text {
    font-size: clamp(18px, 2vw, 22px);
    color: var(--text-dark);
}

/* Blog Section */
.blog-section {
    padding: 80px 0;
    background: var(--color-white);
}

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

.blog-card {
    border: var(--coral-dark) 0.5px solid;
    position: relative;
    background: var(--color-white);
    border-radius: 20px;
    overflow: hidden;
    transition: var(--transition);
    box-shadow: var(--shadow-lg);
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
}

.blog-image {
    height: 220px;
    background: linear-gradient(135deg, var(--cream-dark) 0%, var(--cream) 100%);
    position: relative;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-image-placeholder svg {
    width: 48px;
    height: 48px;
    color: var(--text-dark);
    opacity: 0.4;
}

.blog-category {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 8px 16px;
    background: var(--coral-dark);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.blog-content {
    padding: 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-date {
    font-size: 13px;
    color: var(--text-dark);
    margin-bottom: 12px;
    font-weight: 500;
}

.blog-card h3 {
    font-size: 22px;
    margin-bottom: 16px;
    transition: var(--transition);
    color: var(--navy);
    line-height: 1.3;
}

.blog-card:hover h3 {
    color: var(--coral-dark);
}

.blog-excerpt {
    font-size: 15px;
    color: var(--text-dark);
    line-height: 1.7;
    margin-bottom: 24px;
    flex: 1;
}

.blog-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--coral-dark);
    text-decoration: none;
}

.blog-link:hover {
    color: var(--coral);
    text-decoration: underline;
}

.blog-link svg {
    width: 18px;
    height: 18px;
    transition: var(--transition);
}

.blog-link:hover svg {
    transform: translateX(4px);
}

/* Blog Newsletter Section */
.blog-newsletter {
    padding: 80px 0;
    background: var(--color-white);
}

.newsletter-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.newsletter-content h2 {
    font-size: clamp(32px, 4vw, 42px);
    margin-bottom: 16px;
    color: var(--navy);
}

.newsletter-content p {
    font-size: 18px;
    color: var(--text-dark);
    margin-bottom: 32px;
}

.newsletter-form {
    max-width: 600px;
    margin: 0 auto;
}

.newsletter-form .form-group {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.newsletter-form input[type="email"] {
    padding: 16px 24px;
    font-size: 16px;
    border: 2px solid var(--cream-dark);
    border-radius: 50px;
    font-family: 'Outfit', sans-serif;
    color: var(--text-dark);
    background: var(--color-white);
    transition: var(--transition);
    height: 100%;
}

.newsletter-form input[type="email"]:focus {
    outline: none;
    border-color: var(--coral);
}

.newsletter-form input[type="email"]::placeholder {
    color: var(--text-medium);
}

/* Blog Book Promo Section */
.blog-book-promo {
    padding: 100px 0;
}

.promo-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.promo-content {
    max-width: 500px;
}

.promo-content .section-label {
    margin-bottom: 20px;
}

.promo-content h2 {
    font-size: clamp(36px, 4vw, 48px);
    margin-bottom: 20px;
    color: var(--navy);
}

.promo-content p {
    font-size: 18px;
    color: var(--text-dark);
    line-height: 1.7;
    margin-bottom: 32px;
}

.promo-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo-image .book-mockup {
    position: relative;
    width: 280px;
    box-shadow: var(--shadow-lg);
    height: 420px;
}

.promo-image .book-cover {
    width: 100%;
    height: 100%;
}

/* Blog post image styles */
.blog-post-image {
    width: 100%;
    max-width: 1200px;
    height: auto;
    border-radius: 8px;
    margin: 2rem 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Blog category tags */
.blog-category-tag {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: var(--coral-dark);
    color: var(--white);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .promo-inner {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    .promo-content {
        max-width: 100%;
    }
    .promo-image {
        order: -1;
    }
}

@media (max-width: 768px) {
    .blog-hero {
        min-height: auto;
        padding-top: 100px;
        padding-bottom: 60px;
    }
    .blog-section {
        padding: 60px 0;
    }
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .blog-card {
        border-radius: 16px;
    }
    .blog-content {
        padding: 24px;
    }
    .blog-newsletter {
        padding: 60px 0;
    }
    .newsletter-form .form-group {
        flex-direction: column;
    }
    .newsletter-form input[type="email"] {
        width: 100%;
    }
    .newsletter-form .btn {
        width: 100%;
    }
    .blog-book-promo {
        padding: 60px 0;
    }
    .blog-post-image {
        margin: 1rem 0;
        border-radius: 4px;
    }
    .blog-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .blog-hero {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    .blog-hero h1 {
        font-size: 36px;
    }
    .blog-section {
        padding: 40px 0;
    }
    .blog-card h3 {
        font-size: 20px;
    }
    .blog-excerpt {
        font-size: 14px;
    }
    .blog-newsletter {
        padding: 40px 0;
    }
    .blog-book-promo {
        padding: 40px 0;
    }
}

/* ============================================
   BOOK HERO SECTION
============================================ */
.book-hero {
    min-height: 90vh;
    padding-top: 140px;
    padding-bottom: 80px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, var(--cream) 0%, #FDF5F3 50%, var(--cream-dark) 100%);
}

.book-hero .hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}

.book-hero .hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 600px;
}

.book-hero .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: rgba(232, 132, 124, 0.12);
    border-radius: 50px;
    margin-bottom: 32px;
    margin-top: 0;
}

.book-hero .hero-badge span {
    font-size: 13px;
    font-weight: 600;
    color: var(--coral-dark);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.book-hero .hero-content h1 {
    font-size: clamp(42px, 5vw, 64px);
    margin-bottom: 24px;
    line-height: 1.2;
    max-width: 100%;
    color: var(--navy);
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}

.book-hero .hero-content h1 em {
    font-style: italic;
    color: var(--coral);
}

.book-hero .hero-content .hero-text {
    font-size: clamp(18px, 2.2vw, 22px);
    margin-bottom: 20px;
    max-width: 100%;
    line-height: 1.7;
    color: var(--text-dark);
    font-weight: 400;
}

.book-hero .hero-author {
    font-size: clamp(16px, 1.8vw, 18px);
    color: var(--text-medium);
    font-weight: 500;
    margin-top: 8px;
    font-style: italic;
}

.book-hero .hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 550px;
    position: relative;
}

.book-hero .book-3d {
    position: relative;
    transform: perspective(1200px) rotateY(15deg) rotateX(5deg);
    transition: var(--transition);
}

.book-hero .book-3d:hover {
    transform: perspective(1200px) rotateY(8deg) rotateX(3deg) scale(1.03);
}

.book-hero .book-main {
    width: 320px;
    height: 448px;
    max-width: 100%;
    background: linear-gradient(145deg, var(--navy) 0%, #1a2633 100%);
    border-radius: 4px 12px 12px 4px;
    position: relative;
    box-shadow:
        -20px 20px 50px rgba(44, 62, 80, 0.3),
        10px -5px 30px rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.book-hero .book-spine {
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    width: 20px;
    background: linear-gradient(90deg, #1a2633 0%, var(--navy) 100%);
    border-radius: 4px 0 0 4px;
    transform: rotateY(-90deg);
    transform-origin: right;
}

.book-hero .book-pages {
    position: absolute;
    right: -8px;
    top: 5px;
    bottom: 5px;
    width: 8px;
    background: repeating-linear-gradient(to bottom,
            #f5f5f5 0px,
            #e8e8e8 1px,
            #f5f5f5 2px);
    border-radius: 0 2px 2px 0;
}

.book-hero .book-cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 4px 12px 12px 4px;
}

/* ============================================
   BOOK DETAILS SECTION
============================================ */
.book-details {
    padding: 100px 0;
    background: var(--white);
}

.book-details-inner {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 80px;
    align-items: start;
}

.book-details-content {
    max-width: 100%;
}

.book-details-content h2 {
    font-size: clamp(36px, 4vw, 48px);
    margin-bottom: 40px;
    color: var(--navy);
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 600;
    color: var(--coral);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.section-label::before {
    content: '';
    width: 40px;
    height: 2px;
    background: var(--coral);
}

.book-synopsis {
    margin-bottom: 60px;
}

.book-synopsis h3 {
    font-size: 28px;
    margin-bottom: 24px;
    color: var(--navy);
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}

.book-synopsis p {
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-dark);
    margin-bottom: 20px;
    font-weight: 400;
}

.book-features-section {
    margin-bottom: 60px;
}

.book-features-section h3 {
    font-size: 28px;
    margin-bottom: 32px;
    color: var(--navy);
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}

.book-features-section .book-features {
    list-style: none;
    background: var(--cream);
    padding: 32px;
    border-radius: 16px;
    border: 1px solid rgba(44, 62, 80, 0.12);
    margin: 0;
}

.book-features-section .book-features li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(44, 62, 80, 0.12);
}

.book-features-section .book-features li:last-child {
    border-bottom: none;
}

.book-features-section .book-features svg {
    width: 24px;
    height: 24px;
    color: var(--coral-dark);
    flex-shrink: 0;
    margin-top: 2px;
}

.book-features-section .book-features span {
    font-size: 17px;
    color: var(--text-dark);
    font-weight: 500;
    line-height: 1.6;
}

.book-details-info {
    margin-bottom: 40px;
}

.book-details-info h3 {
    font-size: 28px;
    margin-bottom: 24px;
    color: var(--navy);
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}

.book-info-list {
    list-style: none;
    background: var(--cream);
    padding: 32px;
    border-radius: 16px;
    border: 1px solid rgba(44, 62, 80, 0.12);
    margin: 0;
}

.book-info-list li {
    padding: 14px 0;
    font-size: 16px;
    color: var(--text-dark);
    border-bottom: 1px solid rgba(44, 62, 80, 0.12);
    line-height: 1.7;
    font-weight: 400;
}

.book-info-list li:last-child {
    border-bottom: none;
}

.book-info-list strong {
    color: var(--navy);
    font-weight: 600;
    margin-right: 8px;
}

/* ============================================
   BOOK PURCHASE CARD
============================================ */
.book-purchase {
    position: sticky;
    top: 120px;
}

.book-purchase-card {
    background: var(--white);
    border-radius: 24px;
    padding: 40px;
    box-shadow: var(--shadow-strong);
    border: 2px solid rgba(44, 62, 80, 0.15);
    position: relative;
}

.book-purchase-card .book-badge {
    position: static;
    width: auto;
    height: auto;
    background: linear-gradient(135deg, var(--coral) 0%, var(--coral-dark) 100%);
    border-radius: 12px;
    padding: 12px 20px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(232, 132, 124, 0.3);
    animation: none;
}

.book-purchase-card .book-badge span {
    font-size: 13px;
    font-weight: 600;
    color: var(--white);
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.book-purchase-card h3 {
    font-size: 32px;
    margin-bottom: 24px;
    color: var(--navy);
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}

.book-purchase-card .book-pricing {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
    padding-bottom: 32px;
    border-bottom: 2px solid rgba(44, 62, 80, 0.1);
}

.book-purchase-card .book-price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 52px;
    font-weight: 700;
    color: var(--coral-dark);
}

.book-purchase-card .book-price-note {
    font-size: 15px;
    color: var(--text-medium);
    line-height: 1.5;
}

.purchase-options {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
}

.purchase-option {
    background: var(--cream);
    border-radius: 16px;
    padding: 24px;
    border: 2px solid rgba(44, 62, 80, 0.12);
    transition: var(--transition);
}

.purchase-option:hover {
    border-color: var(--coral);
    box-shadow: var(--shadow-medium);
    transform: translateY(-2px);
}

.purchase-option h4 {
    font-size: 20px;
    margin-bottom: 12px;
    color: var(--navy);
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}

.purchase-option .price {
    font-size: 28px;
    font-weight: 700;
    color: var(--coral-dark);
    margin-bottom: 16px;
    font-family: 'Cormorant Garamond', serif;
}

.purchase-option .note {
    font-size: 14px;
    color: var(--text-medium);
    margin-bottom: 16px;
    line-height: 1.5;
}

.purchase-option .btn {
    width: 100%;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    padding: 16px 36px;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 50px;
    text-decoration: none;
    transition: var(--transition);
    border: 2px solid transparent;
}

.btn-primary {
    background: var(--coral);
    color: var(--white);
    border-color: var(--coral);
}

.btn-primary:hover {
    background: var(--coral-dark);
    border-color: var(--coral-dark);
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(232, 132, 124, 0.35);
}

.btn-secondary {
    background: transparent;
    color: var(--navy);
    border-color: var(--navy);
}

.btn-secondary:hover {
    background: var(--navy);
    color: var(--white);
    transform: translateY(-3px);
}

.sample-chapter {
    background: linear-gradient(135deg, var(--cream) 0%, #FDF5F3 100%);
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    border: 2px solid rgba(232, 132, 124, 0.2);
}

.sample-chapter h4 {
    font-size: 22px;
    margin-bottom: 12px;
    color: var(--navy);
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}

.sample-chapter p {
    font-size: 15px;
    color: var(--text-medium);
    margin-bottom: 20px;
}

.sample-chapter .btn {
    width: 100%;
    justify-content: center;
}

/* ============================================
   BOOK REVIEWS SECTION
============================================ */
.book-reviews {
    padding: 100px 0;
    background: var(--cream);
}

.book-reviews .section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

.book-reviews .section-header h2 {
    color: var(--navy);
    font-size: clamp(36px, 4vw, 48px);
    margin-bottom: 16px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}

.book-reviews .section-subtitle {
    font-size: 17px;
    color: var(--text-dark);
    margin-top: 16px;
    font-weight: 500;
    line-height: 1.6;
}

.reviews-cta {
    text-align: center;
    margin-top: 40px;
}

/* ============================================
   TARGET AUDIENCE SECTION
============================================ */
.target-audience {
    padding: 100px 0;
    background-color: var(--cream);
}

.target-audience .section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

.target-audience h2 {
    font-size: clamp(36px, 4vw, 48px);
    margin-bottom: 20px;
    color: var(--navy);
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}

.audience-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.audience-card {
    background: var(--cream);
    border-radius: 24px;
    padding: 40px 28px;
    text-align: center;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-xl);
    border: 0.5px var(--coral-dark) solid;
}

.audience-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--coral);
    transform: scaleX(0);
    transition: var(--transition);
}

.audience-card:hover {
    transform: translateY(-12px);
    box-shadow: var(--shadow-strong);
    background: var(--color-white);
}

.audience-card:hover::before {
    transform: scaleX(1);
}

.audience-icon {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, var(--coral) 0%, var(--coral-light) 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.audience-icon svg {
    width: 36px;
    height: 36px;
    color: var(--color-white);
}

.audience-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    color: var(--navy);
}

.audience-card p {
    font-size: 15px;
    color: var(--text-medium);
    line-height: 1.6;
}

/* ============================================
   FINAL CTA SECTION
============================================ */
.final-cta {
    padding: 140px 0;
    background: linear-gradient(135deg, var(--cream) 0%, #FDF5F3 50%, var(--coral-light) 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.final-cta::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(232, 132, 124, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

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

.final-cta h2 {
    font-size: clamp(40px, 5vw, 60px);
    margin-bottom: 24px;
    color: var(--navy);
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}

.final-cta h2 em {
    font-style: italic;
    color: var(--coral);
}

.final-cta-text {
    font-size: 20px;
    color: var(--text-medium);
    margin-bottom: 44px;
}

.final-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* ============================================
   RESPONSIVE STYLES
============================================ */
@media (max-width: 1024px) {
    .book-details-inner {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .book-purchase {
        position: static;
    }

    .book-hero {
        min-height: auto;
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .book-hero .hero-inner {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .book-hero .hero-content {
        text-align: center;
        align-items: center;
        max-width: 100%;
    }

    .book-hero .hero-visual {
        min-height: auto;
        order: -1;
    }

    .book-hero .book-main {
        width: 280px;
        height: 392px;
    }

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

@media (max-width: 768px) {
    .book-hero {
        min-height: auto;
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .book-hero .hero-inner {
        gap: 40px;
    }

    .book-hero .hero-content h1 {
        font-size: clamp(36px, 8vw, 48px);
        margin-bottom: 20px;
    }

    .book-hero .hero-content .hero-text {
        font-size: 17px;
        margin-bottom: 16px;
    }

    .book-hero .hero-author {
        font-size: 15px;
    }

    .book-hero .book-main {
        width: 240px;
        height: 336px;
    }

    .book-hero .book-3d {
        transform: perspective(1000px) rotateY(10deg) rotateX(3deg);
    }

    .book-details {
        padding: 60px 0;
    }

    .book-details-content h2,
    .book-synopsis h3,
    .book-features-section h3,
    .book-details-info h3 {
        font-size: 28px;
    }

    .book-synopsis p {
        font-size: 16px;
    }

    .book-features-section .book-features {
        padding: 24px;
    }

    .book-features-section .book-features span {
        font-size: 16px;
    }

    .book-purchase-card {
        padding: 32px 24px;
    }

    .book-purchase-card h3 {
        font-size: 28px;
    }

    .book-purchase-card .book-price {
        font-size: 42px;
    }

    .purchase-option {
        padding: 20px;
    }

    .sample-chapter {
        padding: 24px;
    }

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

    .audience-card {
        padding: 30px 20px;
    }

    .audience-icon {
        width: 60px;
        height: 60px;
    }

    .audience-icon svg {
        width: 30px;
        height: 30px;
    }
}

/* ============================================
   ABOUT PAGE - ELEMENTOR WORDPRESS CSS
   Copy this entire file to Elementor Custom CSS
   or upload to your theme CSS folder
============================================ */

.about-hero {
    min-height: 60vh;
    padding-top: 140px;
    padding-bottom: 80px;
    background: linear-gradient(135deg, var(--cream) 0%, #FDF5F3 50%, var(--cream-dark) 100%);
    display: flex;
    align-items: center;
}

.about-hero .hero-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.about-hero h1 {
    font-size: clamp(42px, 5vw, 64px);
    margin-bottom: 24px;
    color: var(--navy);
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    line-height: 1.2;
}

.about-hero .hero-text {
    font-size: clamp(18px, 2.2vw, 22px);
    color: var(--text-dark);
    font-weight: 400;
    line-height: 1.6;
}

/* ============================================
   ABOUT PAGE SECTION
============================================ */
.about-page {
    padding: 100px 0;
    background: var(--color-white);
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 600;
    color: var(--coral);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.section-label::before {
    content: '';
    width: 40px;
    height: 2px;
}

/* ============================================
   CREDENTIALS SECTION
============================================ */
.credentials-section {
    padding: 100px 0;
    background: var(--cream);
}

.credentials-section h2 {
    font-size: clamp(36px, 4vw, 48px);
    text-align: center;
    margin-bottom: 60px;
    color: var(--navy);
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    line-height: 1.2;
}


/* ============================================
   WHY SECTION
============================================ */
.why-section {
    padding: 100px 0;
    background: var(--white);
}


/* ============================================
   FINAL CTA SECTION
============================================ */
.final-cta {
    padding: 140px 0;
    background: linear-gradient(135deg, var(--cream) 0%, #FDF5F3 50%, var(--coral-light) 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.final-cta::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(232, 132, 124, 0.15) 0%, transparent 70%);
    pointer-events: none;
}



/* ============================================
   RESPONSIVE STYLES
============================================ */
@media (max-width: 1024px) {
    .about-page-inner {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .about-page-image {
        order: -1;
        max-width: 400px;
        margin: 0 auto;
    }

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

    .why-inner {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .why-image {
        order: -1;
    }
}

@media (max-width: 768px) {
    .about-hero {
        min-height: auto;
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .about-page {
        padding: 60px 0;
    }

    .about-page-image img {
        height: 400px;
    }

    .credentials-section {
        padding: 60px 0;
    }

    .credentials-section h2 {
        margin-bottom: 40px;
    }

    .credentials-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .credential-card {
        padding: 30px 24px;
    }

    .why-section {
        padding: 60px 0;
    }

    .why-buttons {
        flex-direction: column;
    }

    .why-buttons .btn {
        width: 100%;
        justify-content: center;
    }
}

/* ============================================
   RESOURCES PAGE
============================================ */
.resources-hero {
    background: linear-gradient(135deg, var(--cream) 0%, #FDF5F3 50%, var(--cream-dark) 100%);
    padding: 140px 0 100px;
    text-align: center;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.resources-hero .hero-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.resources-hero .hero-content {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.resources-hero .hero-content img {
    width: 100%;
    max-width: 320px;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: var(--shadow-strong);
    margin-bottom: 40px;
}

.resources-hero h1 {
    font-size: clamp(42px, 5vw, 64px);
    margin-bottom: 24px;
    color: var(--navy);
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    line-height: 1.2;
    max-width: 100%;
}

.resources-hero .hero-text {
    font-size: clamp(18px, 2.2vw, 22px);
    color: var(--text-dark);
    font-weight: 400;
    line-height: 1.7;
    max-width: 100%;
}

/* ============================================
   RESOURCES SECTION
============================================ */
.resources-section {
    padding: 100px 0;
    background: var(--color-white);
}

.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 600;
    color: var(--coral);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.section-label::before {
    content: '';
    width: 40px;
    height: 2px;
    background: var(--coral);
}

.section-header h2 {
    font-size: clamp(36px, 4vw, 48px);
    margin-bottom: 20px;
    color: var(--navy);
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    line-height: 1.2;
}

.section-subtitle {
    font-size: 17px;
    color: var(--text-medium);
    line-height: 1.7;
}

/* ============================================
   RESOURCES FORM
============================================ */
.resources-form-container {
    max-width: 600px;
    margin: 80px auto 0;
}

.resources-form {
    background: var(--color-white);
    border-radius: 20px;
    box-shadow: var(--shadow-strong);
    padding: 48px;
    border: 2px solid rgba(44, 62, 80, 0.1);
}

.form-title {
    font-size: 32px;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 12px;
    text-align: center;
    color: var(--navy);
    font-weight: 600;
}

.form-subtitle {
    text-align: center;
    color: var(--text-medium);
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.6;
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--navy);
    font-size: 15px;
}

.form-group input {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid rgba(44, 62, 80, 0.12);
    border-radius: 12px;
    font-size: 16px;
    font-family: 'Outfit', sans-serif;
    transition: var(--transition);
    background: var(--cream);
}

.form-group input:focus {
    outline: none;
    border-color: var(--coral);
    background: var(--color-white);
}

.form-submit {
    width: 100%;
    background: var(--coral);
    color: var(--white);
    border: none;
    border-radius: 50px;
    padding: 18px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    margin-top: 8px;
    font-family: 'Outfit', sans-serif;
}

.form-submit:hover {
    background: var(--coral-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(232, 132, 124, 0.3);
}

.form-privacy {
    text-align: center;
    font-size: 13px;
    color: var(--text-medium);
    margin-top: 20px;
    line-height: 1.5;
}

/* ============================================
   BOOK PROMO SECTION
============================================ */
.book-promo {
    background: var(--cream);
    padding: 100px 0;
}



/* ============================================
   BLOG PROMO SECTION
============================================ */
.blog-promo {
    padding: 100px 0;
    background: var(--color-white);
}

.blog-grid.small {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 900px;
    margin: 60px auto 0;
}

.blog-card {
    background: var(--color-white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    transition: var(--transition);
    border: 2px solid rgba(44, 62, 80, 0.08);
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-medium);
    border-color: var(--coral);
}

.blog-image {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-category {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--coral);
    color: var(--color-white);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-content {
    padding: 32px;
}

.blog-content h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: var(--navy);
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    line-height: 1.3;
}

.blog-excerpt {
    color: var(--text-medium);
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 15px;
}

.blog-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--coral);
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
    transition: var(--transition);
}

.blog-link:hover {
    color: var(--coral-dark);
    gap: 12px;
}

.blog-link svg {
    width: 18px;
    height: 18px;
}

.blog-promo-cta {
    text-align: center;
    margin-top: 50px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 36px;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 50px;
    text-decoration: none;
    transition: var(--transition);
    border: 2px solid transparent;
    cursor: pointer;
}

.btn-primary {
    background: var(--coral);
    color: var(--color-white);
    border-color: var(--coral);
}

.btn-primary:hover {
    background: var(--coral-dark);
    border-color: var(--coral-dark);
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(232, 132, 124, 0.35);
}

.btn-secondary {
    background: transparent;
    color: var(--navy);
    border-color: var(--navy);
}

.btn-secondary:hover {
    background: var(--navy);
    color: var(--color-white);
    transform: translateY(-3px);
}

/* ============================================
   RESPONSIVE STYLES
============================================ */
@media (max-width: 1024px) {
    .book-promo-inner {
        flex-direction: column;
        gap: 50px;
    }

    .book-promo-image {
        order: -1;
    }

    .book-promo-content {
        text-align: center;
        align-items: center;
    }

    .book-promo-content p {
        max-width: 100%;
    }

    .blog-grid.small {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .resources-hero {
        padding: 100px 0 60px;
        min-height: auto;
    }

    .resources-hero .hero-content img {
        max-width: 280px;
        margin-bottom: 32px;
    }

    .resources-hero h1 {
        font-size: clamp(36px, 8vw, 48px);
        margin-bottom: 20px;
    }

    .resources-hero .hero-text {
        font-size: 17px;
    }

    .resources-section {
        padding: 60px 0;
    }

    .resources-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .resource-image {
        height: 200px;
    }

    .resource-card-content {
        padding: 24px;
    }

    .resources-form {
        padding: 32px 24px;
    }

    .form-title {
        font-size: 28px;
    }

    .book-promo {
        padding: 60px 0;
    }

    .book-mockup {
        width: 240px;
        height: 336px;
    }

    .blog-promo {
        padding: 60px 0;
    }

    .blog-grid.small {
        gap: 24px;
    }
}

/* ============================================
   SPEAKING PAGE
============================================ */
.speaking-hero {
    min-height: 90vh;
    padding-top: 140px;
    padding-bottom: 80px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, var(--cream) 0%, #FDF5F3 50%, var(--cream-dark) 100%);
}


/* ============================================
   SPEAKING INTRO SECTION
============================================ */



/* ============================================
   SPEAKING TOPICS SECTION
============================================ */

/* ============================================
   SPEAKING FORMATS SECTION
============================================ */
.speaking-formats {
    padding: 100px 0;
    background: var(--color-white);
}

.speaking-formats .section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.speaking-formats .section-header .section-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 600;
    color: var(--coral);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.speaking-formats .section-header .section-label::before {
    content: '';
    width: 40px;
    height: 2px;
    background: var(--coral);
}

.speaking-formats .section-header h2 {
    font-size: clamp(36px, 4vw, 48px);
    margin-bottom: 16px;
    color: var(--navy);
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}

.speaking-formats .section-subtitle {
    font-size: 17px;
    color: var(--text-dark);
    margin-top: 16px;
    font-weight: 500;
    line-height: 1.6;
}
/* ============================================
   SPEAKING TESTIMONIALS SECTION
============================================ */
.speaking-testimonials {
    background: var(--cream);
    padding: 100px 0;
}

.speaking-testimonials .section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.speaking-testimonials .section-header .section-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 600;
    color: var(--coral);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.speaking-testimonials .section-header .section-label::before {
    content: '';
    width: 40px;
    height: 2px;
    background: var(--coral);
}

.speaking-testimonials .section-header h2 {
    font-size: clamp(36px, 4vw, 48px);
    margin-bottom: 16px;
    color: var(--navy);
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}

/* ============================================
   SPEAKING BOOKING SECTION
============================================ */
.speaking-booking {
    padding: 100px 0;
    background: var(--color-white);
}

.speaking-booking-inner {
    max-width: 900px;
    margin: 0 auto;
}

.speaking-booking .section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.speaking-booking .section-header .section-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 600;
    color: var(--coral);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.speaking-booking .section-header .section-label::before {
    content: '';
    width: 40px;
    height: 2px;
    background: var(--coral);
}

.speaking-booking .section-header h2 {
    font-size: clamp(36px, 4vw, 48px);
    margin-bottom: 16px;
    color: var(--navy);
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}

.speaking-booking .section-subtitle {
    font-size: 17px;
    color: var(--text-dark);
    margin-top: 16px;
    font-weight: 500;
    line-height: 1.6;
}



/* ============================================
   RESPONSIVE STYLES
============================================ */
@media (max-width: 1024px) {
    .topics-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }

    .formats-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .speaking-intro,
    .speaking-topics,
    .speaking-formats,
    .speaking-testimonials,
    .speaking-booking {
        padding: 60px 0;
    }

    .speaking-intro-content h2,
    .speaking-topics .section-header h2,
    .speaking-formats .section-header h2,
    .speaking-testimonials .section-header h2,
    .speaking-booking .section-header h2 {
        font-size: 32px;
    }

    .topics-grid,
    .formats-grid {
        grid-template-columns: 1fr;
    }

    .topic-card,
    .format-card {
        padding: 30px 24px;
    }

    .form-row {
        flex-direction: column;
        gap: 0;
    }

    .booking-form {
        padding: 32px 24px;
    }

    .testimonials-slider {
        flex-direction: column;
    }

    .testimonial-card {
        min-width: 100%;
    }
}



/* ========================================
   END OF ELEMENTOR CUSTOM CSS
   ======================================== *//* End custom CSS */