.elementor-310 .elementor-element.elementor-element-046f78e{--display:flex;}.elementor-310 .elementor-element.elementor-element-1c852f1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.5;}.elementor-310 .elementor-element.elementor-element-1c852f1:not(.elementor-motion-effects-element-type-background), .elementor-310 .elementor-element.elementor-element-1c852f1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-310 .elementor-element.elementor-element-1c852f1::before, .elementor-310 .elementor-element.elementor-element-1c852f1 > .elementor-background-video-container::before, .elementor-310 .elementor-element.elementor-element-1c852f1 > .e-con-inner > .elementor-background-video-container::before, .elementor-310 .elementor-element.elementor-element-1c852f1 > .elementor-background-slideshow::before, .elementor-310 .elementor-element.elementor-element-1c852f1 > .e-con-inner > .elementor-background-slideshow::before, .elementor-310 .elementor-element.elementor-element-1c852f1 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#F8F8F8;--background-overlay:'';}.elementor-310 .elementor-element.elementor-element-227b41e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-310 .elementor-element.elementor-element-888ef34{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-310 .elementor-element.elementor-element-210d8be{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0efe12b *//* ============================================
   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 EXPLAINER SECTIONS (LEFT COLUMN)
============================================ */
.book-explainer-sections {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 40px 0 60px 0;
}

.book-details-content .book-content-wrapper {
    max-width: 100%;
    margin: 0;
    background: var(--white);
    border-radius: 20px;
    padding: 32px;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(44, 62, 80, 0.12);
}

.book-details-content .book-content-wrapper-alt {
    background: var(--cream);
}

.book-details-content .book-content-wrapper h3 {
    font-size: 26px;
    margin-bottom: 18px;
    color: var(--navy);
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    line-height: 1.2;
}

.book-content-text {
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-dark);
}

.book-content-text p {
    margin-bottom: 24px;
    font-weight: 400;
}

.book-content-text p:last-child {
    margin-bottom: 0;
}

.book-content-list {
    list-style: none;
    padding: 0;
    margin: 24px 0;
}

.book-content-list li {
    padding: 14px 0 14px 32px;
    font-size: 17px;
    line-height: 1.7;
    color: var(--text-dark);
    position: relative;
    font-weight: 400;
}

.book-content-list li::before {
    content: '•';
    position: absolute;
    left: 8px;
    color: var(--coral);
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
}

.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: 26px;
    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: 10px 14px;
    margin-bottom: 18px;
    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: 26px;
    margin-bottom: 16px;
    color: var(--navy);
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}

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

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

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

.purchase-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 18px;
}

.purchase-option {
    background: var(--cream);
    border-radius: 16px;
    padding: 16px;
    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: 18px;
    margin-bottom: 8px;
    color: var(--navy);
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}

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

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

.purchase-option .btn {
    width: 100%;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    padding: 12px 14px;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    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: 18px;
    text-align: center;
    border: 2px solid rgba(232, 132, 124, 0.2);
}

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

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

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

/* ============================================
   RESPONSIVE STYLES
============================================ */
/* ============================================
   TABLET (max-width: 1024px)
============================================ */
@media (max-width: 1024px) {
    .book-details {
        padding: 60px 0;
    }
    .book-details-inner {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .book-purchase {
        position: static;
    }
    .book-details-content h2 {
        font-size: 32px;
    }
    .book-synopsis h3,
    .book-details-info h3,
    .book-features-section h3 {
        font-size: 26px;
    }
    .book-synopsis p {
        font-size: 16px;
    }
    .book-explainer-sections {
        gap: 14px;
        margin: 28px 0 44px 0;
    }
    .book-details-content .book-content-wrapper {
        padding: 22px;
        border-radius: 16px;
    }
    .book-details-content .book-content-wrapper h3 {
        font-size: 24px;
        margin-bottom: 14px;
    }
    .book-content-text {
        font-size: 16px;
    }
    .book-content-text p {
        margin-bottom: 18px;
    }
    .book-content-list {
        margin: 18px 0;
    }
    .book-content-list li {
        font-size: 16px;
        padding: 10px 0 10px 24px;
    }
    .purchase-options {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }
}

/* ============================================
   MOBILE (max-width: 768px)
============================================ */
@media (max-width: 768px) {
    .book-details {
        padding: 44px 0;
    }
    .book-details-inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .book-purchase {
        position: static;
        order: 2;
    }
    .book-details-content {
        order: 1;
    }
    .book-details-content h2 {
        font-size: 28px;
        margin-bottom: 32px;
    }
    .book-synopsis {
        margin-bottom: 40px;
    }
    .book-synopsis h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .book-synopsis p {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .book-features-section {
        margin-bottom: 40px;
    }
    .book-features-section h3 {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .book-features-section .book-features {
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        background: transparent;
    }
    .book-features-section .book-features li {
        padding: 14px 0;
    }
    .book-explainer-sections {
        gap: 18px;
        margin: 24px 0 36px 0;
    }
    .book-details-content .book-content-wrapper {
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        background: transparent;
    }
    .book-details-content .book-content-wrapper-alt {
        background: transparent;
    }
    .book-details-content .book-content-wrapper h3 {
        font-size: 22px;
        margin-bottom: 16px;
    }
    .book-content-text {
        font-size: 16px;
    }
    .book-content-text p {
        margin-bottom: 16px;
    }
    .book-content-list {
        margin: 16px 0;
    }
    .book-content-list li {
        font-size: 16px;
        padding: 12px 0 12px 24px;
    }
    .book-details-info {
        margin-bottom: 32px;
    }
    .book-details-info h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .book-info-list {
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        background: transparent;
    }
    .book-info-list li {
        padding: 12px 0;
        font-size: 15px;
    }
    .book-purchase-card {
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        background: transparent;
    }
    .book-purchase-card .book-badge {
        margin-bottom: 14px;
    }
    .book-purchase-card h3 {
        font-size: 24px;
        margin-bottom: 14px;
    }
    .book-purchase-card .book-price {
        font-size: 36px;
    }
    .purchase-options {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .purchase-option {
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        background: transparent;
    }
    .purchase-option:hover {
        transform: none;
        box-shadow: none;
        border-color: transparent;
    }
    .purchase-option h4 {
        font-size: 18px;
    }
    .purchase-option .price {
        font-size: 22px;
    }
    .sample-chapter {
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        background: transparent;
    }
    .sample-chapter h4 {
        font-size: 18px;
    }
    .sample-chapter p {
        font-size: 14px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1c852f1 */@media (max-width: 768px) {
    .book-details {
        padding: 44px 0;
    }
    .book-details-inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .book-purchase {
        position: static;
        order: 2;
    }
    .book-details-content {
        order: 1;
    }
    .book-explainer-sections {
        gap: 18px;
        margin: 24px 0 36px 0;
    }
    .book-details-content .book-content-wrapper {
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        background: transparent;
    }
    .book-details-content .book-content-wrapper-alt {
        background: transparent;
    }
    .book-details-info {
        margin-bottom: 32px;
    }
    .book-info-list {
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        background: transparent;
    }
    .book-purchase-card {
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        background: transparent;
    }
    .book-purchase-card .book-badge {
        margin-bottom: 14px;
    }
    .purchase-options {
        grid-template-columns: 1fr;
    }
    .purchase-option {
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        background: transparent;
    }
    .purchase-option:hover {
        transform: none;
        box-shadow: none;
    }
    .sample-chapter {
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        background: transparent;
    }
}/* End custom CSS */