	    body {
                font-family: "Open Sans", sans-serif;
                font-size: 16px;
                line-height: 1.5;
                color: #333;
            }
            .hero-section {
                background-color: #4fbac1;
                color: white;
                padding: 30px 0;
            }
            .hero-subtitle {
                font-size: 1.25rem;
                font-style: italic;
            }
            .hero-title {
                font-size: 2.8rem;
                font-weight: 700;
                line-height: 1.3;
            }
            .highlight-yellow {
                background-color: #ffff00;
                padding: 0.15em 0.5em;
                line-height: 1.5;
                /* Match parent's line-height */
                vertical-align: baseline;
                /* Default alignment for text */
                display: inline;
                /* Prevents full-width background */
                box-decoration-break: clone;
                /* Ensures multi-line highlights work */
                position: relative;
            }
            .content-section {
                background-color: white;
                padding: 40px 30px;
            }
            .section-title {
                color: #993300;
                font-weight: 700;
                margin: 40px 0 40px;
                font-size: 2.5rem;
            }
            .money-image {
                max-width: 180px;
                height: auto;
            }
            .book-cover {
                max-width: 400px;
                height: auto;
                margin: 25px 0;
            }
            .bonus-box {
                border: 4px solid #4fbac1;
                background-color: #f5f5f5;
                margin: 25px 0;
                max-width: 690px;
                margin-left: auto;
                margin-right: auto;
            }
            .bonus-header {
                background-color: #4fbac1;
                color: white;
                padding: 20px;
                font-size: 1.75rem;
                font-weight: 700;
                max-width: 690px;
                margin: 0 auto;
            }
            .bonus-content {
                padding: 20px 30px;
            }
            .bonus-image {
                max-width: 235px;
                height: auto;
            }
            .guarantee-box {
                border: 8px double #a3a3a3;
                background-color: #f5f5f5;
                padding: 15px 25px;
                margin: 25px 35px 0 0;
                max-width: 605px;
                margin-left: auto;
                margin-right: auto;
            }
            .guarantee-box p:last-child {
                margin-bottom: 5px;
            }
            .guarantee-image {
                max-width: 155px;
                height: auto;
            }
            .order-box {
                border: 6px dashed #b94a48;
                background-color: #f5f5f5;
                padding: 25px;
                margin: 20px 0;
                max-width: 500px;
                margin-left: auto;
                margin-right: auto;
            }
	.recommended-resource-box {
                border: 6px dashed #b94a48;
                background-color: #f5f5f5;
                padding: 25px;
                margin: 20px 0;
                max-width: 650px;
                margin-left: auto;
                margin-right: auto;
            }
            .buy-now-btn {
                max-width: 300px;
                width: 100%;
                height: auto;
                display: block;
                margin: 0 auto;
            }
            .footer-section {
                background-color: white;
                color: #808080;
                padding: 20px 30px;
                font-size: 0.9rem;
            }
	.squeeze-footer-section {
                color: #808080;
                padding: 0px 20px 30px;
                font-size: 0.9rem;
            }
            .footer-section a {
                text-decoration: none;
            }
            .footer-section a:hover {
                text-decoration: underline;
            }

		li {
                
                margin-bottom: 0.75em;
                /* Space between list items */
            }

            .bullet-list {
                list-style: none;
                padding-left: 1.5em;
                margin-top: 2rem;
                margin-bottom: 2rem;
            }
            .bullet-list li {
                position: relative;
                padding-left: 1.6em;
                /* Adjust spacing between icon and text */
                margin-bottom: 0.75em;
                /* Space between list items */
            }
            .bullet-list li:before {
                content: "\f058";
                /* Unicode for Font Awesome's "circle-check" */
                font-family: "Font Awesome 6 Free";
                /* Required for Font Awesome */
                font-weight: 900;
                /* Required for solid icons */
                color: #16ae53;
                position: absolute;
                left: 0;
            }
            .thinking-list {
                list-style: none;
                padding-left: 1.5em;
                margin-top: 2rem;
                margin-bottom: 2rem;
            }
            .thinking-list li {
                position: relative;
                padding-left: 1.8em;
                /* Adjust spacing between icon and text */
                margin-bottom: 0.75em;
                /* Space between list items */
            }
            .thinking-list li::before {
                content: "\1F914";
                position: absolute;
                left: 0;
            }
            .question-list {
                list-style: none;
                padding-left: 1.5em;
                margin-top: 2rem;
                margin-bottom: 2rem;
            }
            .question-list li {
                position: relative;
                padding-left: 1.7em;
                /* Adjust spacing between icon and text */
                margin-bottom: 0.75em;
                /* Space between list items */
            }
            .question-list li::before {
                content: "\2753";
                position: absolute;
                left: 0;
            }
            .frowning-list {
                list-style: none;
                padding-left: 1.5em;
                margin-top: 2rem;
                margin-bottom: 2rem;
            }
            .frowning-list li {
                position: relative;
                padding-left: 1.8em;
                /* Adjust spacing between icon and text */
                margin-bottom: 0.75em;
                /* Space between list items */
            }
            .frowning-list li::before {
                content: "\2639\FE0F";
                position: absolute;
                left: 0;
            }
            .persevering-list {
                list-style: none;
                padding-left: 1.5em;
                margin-top: 2rem;
                margin-bottom: 2rem;
            }
            .persevering-list li {
                position: relative;
                padding-left: 1.8em;
                /* Adjust spacing between icon and text */
                margin-bottom: 0.75em;
                /* Space between list items */
            }
            .persevering-list li::before {
                content: "\1F623";
                position: absolute;
                left: 0;
            }

	.text-decoration-underline-hover {
  text-decoration: none;
}
	.text-decoration-underline-hover:hover {
  text-decoration: underline;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.field-sharp {
    border-radius: 0 !important;
}

.shadow {
    box-shadow: 0 0 8px 3px #848484;
}

.opt-field {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}

            @media (max-width: 768px) {
                .hero-title {
                    font-size: 1.8rem;
                }
                .hero-subtitle {
                    font-size: 1.1rem;
                }
                .content-section {
                    padding: 30px 20px;
                }
                .bonus-content {
                    padding: 15px 20px;
                }
                .section-title {
                    font-size: 1.8rem;
                    /* Slightly smaller on mobile */
                }
                .book-cover {
                    max-width: 300px !important;
                    height: auto;
                    margin: 25px 0;
                }
                .bonus-box {
                    margin-left: 15px;
                    margin-right: 15px;
                }
                .guarantee-box {
                    margin-left: 15px;
                    margin-right: 15px;
                }
                .order-box {
                    margin-left: 15px;
                    margin-right: 15px;
                    padding: 20px;
                    /* Slightly reduce padding on mobile */
                }
                .order-box .d-flex {
                    justify-content: center !important;
                }

	.recommended-resource-box {
                    margin-left: 10px;
                    margin-right: 10px;
                    padding: 20px;
                    /* Slightly reduce padding on mobile */
                }
                .recommended-resource .d-flex {
                    justify-content: center !important;
                }

                .bullet-list {
                    list-style: none;
                    padding-left: 0.3em;
                    margin-top: 2rem;
                    margin-bottom: 2rem;
                }
                .thinking-list {
                    list-style: none;
                    padding-left: 0.3em;
                    margin-top: 2rem;
                    margin-bottom: 2rem;
                }
            }

@media (min-width: 768px) {
  .download-arrow {
    width: 112px !important;
    min-width: 112px !important;
  }
}