.elementor-kit-164{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-164 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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* KAROL RENEE - SIMPLE CSS */

/* COLORS & FONTS */
body {
    font-family: 'Raleway', sans-serif;
    background-color: #FDF5E6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    color: #3D2314;
}

/* HERO SECTION */
.hero-section {
    background: linear-gradient(135deg, #FDF5E6 0%, #FAF3E8 100%);
    min-height: 90vh;
    padding: 60px 0;
}

.hero-tagline {
    font-size: 18px;
    font-style: italic;
    color: #B8860B;
    letter-spacing: 2px;
}

.hero-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 60px;
    color: #3D2314;
    line-height: 1.1;
}

.hero-subtitle {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 26px;
    font-style: italic;
    color: #8B4513;
}

.hero-description {
    font-size: 18px;
    color: #5C5C5C;
    max-width: 500px;
}

/* BOOK COVER */
.book-cover img {
    box-shadow: -15px 15px 40px rgba(61, 35, 20, 0.3);
}

/* BUTTONS */
.btn-primary {
    background-color: #8B4513;
    color: #FFFFFF;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 2px;
}

.btn-primary:hover {
    background-color: #3D2314;
}

.btn-secondary {
    background-color: transparent;
    color: #8B4513;
    border: 2px solid #8B4513;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 2px;
}

.btn-secondary:hover {
    background-color: #8B4513;
    color: #FFFFFF;
}

/* SECTION LABELS */
.section-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #B8860B;
}

/* SECTION TITLES */
.section-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 42px;
    color: #3D2314;
}

.section-subtitle {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 22px;
    font-style: italic;
    color: #8B4513;
}

/* PULLQUOTE */
.pullquote {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 24px;
    font-style: italic;
    color: #8B4513;
    padding-left: 20px;
    border-left: 4px solid #DAA520;
}

/* SIDEBAR BOX */
.sidebar-box {
    background-color: #FAF3E8;
    padding: 30px;
    border-left: 4px solid #DAA520;
}

/* ABOUT SECTION */
.about-section {
    background: linear-gradient(180deg, #FDF5E6 0%, #FAF3E8 100%);
    padding: 80px 0;
}

.author-signature {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 22px;
    font-style: italic;
    color: #8B4513;
}

/* DARK SECTION (Media) */
.dark-section {
    background-color: #3D2314;
    padding: 80px 0;
}

.dark-section h2 {
    color: #FDF5E6;
}

.dark-section p {
    color: rgba(253, 245, 230, 0.8);
}

/* MEDIA CARDS */
.media-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border: 1px solid rgba(218, 165, 32, 0.3);
}

.media-card h3 {
    color: #DAA520;
}

/* NEWSLETTER SECTION */
.newsletter-section {
    background: linear-gradient(135deg, #8B4513 0%, #3D2314 100%);
    padding: 80px 0;
    text-align: center;
}

.newsletter-section h2 {
    color: #FDF5E6;
}

.newsletter-section p {
    color: rgba(253, 245, 230, 0.9);
}

/* PRAISE CARDS */
.praise-card {
    background: #FAF3E8;
    padding: 30px;
    border-top: 3px solid #DAA520;
}

/* FOOTER */
.site-footer {
    background-color: #3D2314;
    padding: 60px 0 30px;
    color: #FDF5E6;
}

.site-footer h3, .site-footer h4 {
    color: #DAA520;
}

.site-footer a {
    color: rgba(253, 245, 230, 0.7);
}

.site-footer a:hover {
    color: #DAA520;
}/* End custom CSS */