.elementor-9 .elementor-element.elementor-element-f9bb078{--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-9 .elementor-element.elementor-element-f9bb078:not(.elementor-motion-effects-element-type-background), .elementor-9 .elementor-element.elementor-element-f9bb078 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-9 .elementor-element.elementor-element-f9bb078::before, .elementor-9 .elementor-element.elementor-element-f9bb078 > .elementor-background-video-container::before, .elementor-9 .elementor-element.elementor-element-f9bb078 > .e-con-inner > .elementor-background-video-container::before, .elementor-9 .elementor-element.elementor-element-f9bb078 > .elementor-background-slideshow::before, .elementor-9 .elementor-element.elementor-element-f9bb078 > .e-con-inner > .elementor-background-slideshow::before, .elementor-9 .elementor-element.elementor-element-f9bb078 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-9 .elementor-element.elementor-element-bd3dcbd{width:var( --container-widget-width, 83% );max-width:83%;--container-widget-width:83%;--container-widget-flex-grow:0;}.elementor-9 .elementor-element.elementor-element-bd3dcbd > .elementor-widget-container{margin:31px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-9 .elementor-element.elementor-element-bd3dcbd.elementor-element{--align-self:center;}.elementor-9 .elementor-element.elementor-element-bd3dcbd .elementor-heading-title{color:#FFFFFF;}.elementor-9 .elementor-element.elementor-element-c560646{--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-9 .elementor-element.elementor-element-c560646:not(.elementor-motion-effects-element-type-background), .elementor-9 .elementor-element.elementor-element-c560646 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F5F0;}.elementor-9 .elementor-element.elementor-element-aedc1c2 > .elementor-widget-container{margin:91px 0px 24px 0px;}.elementor-9 .elementor-element.elementor-element-aedc1c2{text-align:center;}.elementor-9 .elementor-element.elementor-element-aedc1c2 .elementor-heading-title{color:#000000;}.elementor-9 .elementor-element.elementor-element-3d8d899{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-9 .elementor-element.elementor-element-16d33b1{color:#000000;}.elementor-9 .elementor-element.elementor-element-b12deca{--display:flex;}.elementor-9 .elementor-element.elementor-element-afaf9ba{color:#000000;}.elementor-9 .elementor-element.elementor-element-bb0dbf0{--display:flex;}.elementor-9 .elementor-element.elementor-element-c738d2b{color:#000000;}.elementor-9 .elementor-element.elementor-element-33bcc3a{color:#000000;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-9 .elementor-element.elementor-element-53b4525 .elementor-button{background-color:#7A481E;font-family:"Roboto", Sans-serif;font-size:26px;font-weight:500;}.elementor-9 .elementor-element.elementor-element-ce41b35 > .elementor-widget-container{margin:185px 0px 0px 0px;}.elementor-9 .elementor-element.elementor-element-ce41b35{text-align:center;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-9 .elementor-element.elementor-element-1a4a163{--display:flex;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-9 .elementor-element.elementor-element-bd3dcbd{--container-widget-width:1000px;--container-widget-flex-grow:0;width:var( --container-widget-width, 1000px );max-width:1000px;}.elementor-9 .elementor-element.elementor-element-53b4525 .elementor-button{font-size:13px;}.elementor-9 .elementor-element.elementor-element-ce41b35{font-size:14px;}}/* Start custom CSS for html, class: .elementor-element-21ced3a */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    color: #FFD700;
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Hero Section */
.hero {
    background: linear-gradient(45deg, #000000, #2a2a2a);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23FFD700" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23FFD700" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.headline {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
    background: linear-gradient(45deg, #FFD700, #FFA500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

.subheadline {
    font-size: 1.4rem;
    margin-bottom: 40px;
    color: #E6E6E6;
    font-weight: 300;
}

.hero-image {
    margin: 40px 0;
}

.hero-img {
    max-width: 400px;
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(255, 215, 0, 0.3);
    transition: transform 0.3s ease;
}

.hero-img:hover {
    transform: scale(1.05);
}

.btn-cta {
    background: linear-gradient(45deg, #FFD700, #FFA500);
    color: #000;
    padding: 20px 50px;
    font-size: 1.3rem;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
    box-shadow: 0 10px 25px rgba(255, 215, 0, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
}

.btn-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(255, 215, 0, 0.6);
    background: linear-gradient(45deg, #FFA500, #FFD700);
}

/* Quiz Section */
.quiz-section {
    background: #1a1a1a;
    padding: 80px 0;
    border-top: 3px solid #FFD700;
}

.quiz-section h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 20px;
    background: linear-gradient(45deg, #FFD700, #FFA500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.quiz-subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: #E6E6E6;
    margin-bottom: 50px;
}

.quiz-container {
    background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 15px 40px rgba(255, 215, 0, 0.2);
    border: 2px solid #FFD700;
    max-width: 800px;
    margin: 0 auto;
}

.quiz-question {
    display: none;
    margin-bottom: 30px;
}

.quiz-question.active {
    display: block;
    animation: fadeInUp 0.5s ease-out;
}

.quiz-question h3 {
    color: #FFD700;
    margin-bottom: 25px;
    font-size: 1.3rem;
    font-weight: 600;
}

.quiz-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.quiz-options label {
    background: #333;
    border: 2px solid #555;
    border-radius: 12px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #E6E6E6;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
}

.quiz-options label:hover {
    border-color: #FFD700;
    background: #444;
    transform: translateX(5px);
}

.quiz-options input[type="radio"] {
    width: 20px;
    height: 20px;
    accent-color: #FFD700;
}

.quiz-options label:has(input:checked) {
    border-color: #FFD700;
    background: linear-gradient(45deg, rgba(255, 215, 0, 0.2), rgba(255, 165, 0, 0.2));
    color: #FFD700;
    font-weight: 600;
}

.quiz-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    gap: 20px;
}

.quiz-navigation button {
    background: #333;
    color: #FFD700;
    border: 2px solid #FFD700;
    padding: 15px 30px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.quiz-navigation button:hover {
    background: #FFD700;
    color: #000;
}

.quiz-result {
    background: linear-gradient(45deg, #FFD700, #FFA500);
    color: #000;
    padding: 40px;
    border-radius: 15px;
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
}

.quiz-result i {
    font-size: 3rem;
    margin-bottom: 20px;
}

.quiz-result h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.quiz-result ul {
    text-align: left;
    margin: 20px 0;
    list-style: none;
}

.quiz-result li {
    margin: 10px 0;
    padding-left: 25px;
    position: relative;
}

.quiz-result li::before {
    content: '✓';
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* Problem Solution Section */
.problem-solution {
    background: #0a0a0a;
    padding: 80px 0;
}

.section-header h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 60px;
    background: linear-gradient(45deg, #FFD700, #FFA500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.problems-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}

.problem-card {
    background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
    padding: 40px 30px;
    border-radius: 15px;
    border: 1px solid #FFD700;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.1);
    transition: transform 0.3s ease;
    text-align: center;
}

.problem-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(255, 215, 0, 0.2);
}

.problem-card i {
    font-size: 3rem;
    color: #FFD700;
    margin-bottom: 20px;
}

.problem-card h3 {
    color: #FFD700;
    margin-bottom: 15px;
    font-size: 1.3rem;
    font-weight: 600;
}

.problem-card p {
    color: #E6E6E6;
    line-height: 1.6;
}

.solution-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-top: 60px;
}

.solution-text h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    background: linear-gradient(45deg, #FFD700, #FFA500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.solution-intro {
    font-size: 1.2rem;
    color: #E6E6E6;
    margin-bottom: 40px;
    line-height: 1.7;
}

.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feature {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #E6E6E6;
    font-size: 1.1rem;
}

.feature i {
    color: #FFD700;
    font-size: 1.2rem;
}

.solution-img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(255, 215, 0, 0.3);
}

/* Book Preview Section */
.book-preview {
    background: #1a1a1a;
    padding: 80px 0;
}

.book-preview h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 60px;
    background: linear-gradient(45deg, #FFD700, #FFA500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.preview-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: start;
}

.book-cover {
    text-align: center;
}

.book-img {
    max-width: 350px;
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(255, 215, 0, 0.3);
    transition: transform 0.3s ease;
}

.book-img:hover {
    transform: scale(1.05);
}

.book-details h3 {
    font-size: 2rem;
    color: #FFD700;
    margin-bottom: 30px;
}

.table-of-contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.toc-section h4 {
    color: #FFD700;
    margin-bottom: 20px;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.toc-section ul {
    list-style: none;
    padding-left: 0;
}

.toc-section li {
    color: #E6E6E6;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.toc-section li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #FFD700;
}

.sample-section {
    background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #FFD700;
}

.sample-section h4 {
    color: #FFD700;
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.sample-content {
    color: #E6E6E6;
    line-height: 1.6;
}

.sample-content p {
    margin-bottom: 10px;
}

.sample-content strong {
    color: #FFD700;
}

.sample-content em {
    color: #FFA500;
    font-style: italic;
}

/* Benefits Section */
.benefits-section {
    background: #0a0a0a;
    padding: 80px 0;
}

.benefits-section h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 20px;
    background: linear-gradient(45deg, #FFD700, #FFA500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: #E6E6E6;
    margin-bottom: 60px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.benefit-item {
    background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
    padding: 40px 30px;
    border-radius: 15px;
    border: 1px solid #FFD700;
    text-align: center;
    transition: transform 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(255, 215, 0, 0.2);
}

.benefit-icon {
    margin-bottom: 20px;
}

.benefit-icon i {
    font-size: 3rem;
    color: #FFD700;
}

.benefit-stat {
    font-size: 3rem;
    font-weight: 800;
    color: #FFD700;
    margin-bottom: 15px;
}

.benefit-item h3 {
    font-size: 1.3rem;
    color: #FFD700;
    margin-bottom: 15px;
}

.benefit-item p {
    color: #E6E6E6;
    line-height: 1.6;
}

/* Testimonials Section */
.testimonials-section {
    background: #1a1a1a;
    padding: 80px 0;
}

.testimonials-section h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 60px;
    background: linear-gradient(45deg, #FFD700, #FFA500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.testimonial {
    background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
    padding: 40px 30px;
    border-radius: 15px;
    border: 1px solid #FFD700;
    transition: transform 0.3s ease;
}

.testimonial:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(255, 215, 0, 0.2);
}

.testimonial-text {
    color: #E6E6E6;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 25px;
    font-style: italic;
}

.testimonial-author strong {
    color: #FFD700;
    font-size: 1.1rem;
}

.testimonial-author span {
    color: #FFA500;
    font-size: 0.9rem;
}

/* Offer Section */
.offer-section {
    background: linear-gradient(135deg, #0a0a0a, #1a1a1a);
    padding: 80px 0;
    border-top: 3px solid #FFD700;
    border-bottom: 3px solid #FFD700;
}

.offer-section h2 {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 20px;
    background: linear-gradient(45deg, #FFD700, #FFA500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.offer-subtitle {
    text-align: center;
    font-size: 1.3rem;
    color: #E6E6E6;
    margin-bottom: 50px;
}

.price-container {
    max-width: 600px;
    margin: 0 auto;
    background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
    padding: 50px;
    border-radius: 20px;
    border: 2px solid #FFD700;
    box-shadow: 0 20px 40px rgba(255, 215, 0, 0.3);
    text-align: center;
}

.discount-badge {
    background: linear-gradient(45deg, #FFD700, #FFA500);
    color: #000;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 30px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pricing {
    margin-bottom: 40px;
}

.original-price {
    color: #888;
    text-decoration: line-through;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.current-price {
    font-size: 4rem;
    font-weight: 800;
    color: #FFD700;
    margin-bottom: 10px;
}

.savings {
    color: #FFA500;
    font-size: 1.3rem;
    font-weight: 600;
}

.offer-features {
    margin: 40px 0;
    text-align: left;
}

.feature-check {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    color: #E6E6E6;
    font-size: 1.1rem;
}

.feature-check i {
    color: #FFD700;
    font-size: 1.2rem;
}

.guarantee {
    background: rgba(255, 215, 0, 0.1);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #FFD700;
    margin: 40px 0;
}

.guarantee h3 {
    color: #FFD700;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.guarantee p {
    color: #E6E6E6;
    line-height: 1.6;
}

.cta-container {
    margin: 40px 0;
}

.main-cta {
    font-size: 1.5rem;
    padding: 25px 60px;
    margin-bottom: 20px;
}

.secure-payment {
    color: #E6E6E6;
    font-size: 0.9rem;
    margin-top: 15px;
}

.secure-payment i {
    color: #FFD700;
    margin-right: 5px;
}

.urgency {
    margin-top: 40px;
}

.urgency p {
    color: #FFA500;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.time-unit {
    background: #333;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #FFD700;
    text-align: center;
    min-width: 80px;
}

.time-unit span {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    color: #FFD700;
}

.time-unit label {
    font-size: 0.9rem;
    color: #E6E6E6;
    text-transform: uppercase;
}

/* FAQ Section */
.faq-section {
    background: #0a0a0a;
    padding: 80px 0;
}

.faq-section h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 60px;
    background: linear-gradient(45deg, #FFD700, #FFA500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
    border-radius: 15px;
    margin-bottom: 20px;
    border: 1px solid #FFD700;
    overflow: hidden;
}

.faq-question {
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: rgba(255, 215, 0, 0.1);
}

.faq-question h3 {
    color: #FFD700;
    font-size: 1.2rem;
    font-weight: 600;
}

.faq-toggle {
    color: #FFD700;
    font-size: 1.5rem;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 0 30px 25px 30px;
    max-height: 200px;
}

.faq-answer p {
    color: #E6E6E6;
    line-height: 1.6;
}

/* Final CTA Section */
.final-cta {
    background: linear-gradient(45deg, #000000, #2a2a2a);
    padding: 80px 0;
    text-align: center;
}

.cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    background: linear-gradient(45deg, #FFD700, #FFA500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cta-content p {
    font-size: 1.3rem;
    color: #E6E6E6;
    margin-bottom: 40px;
}

.final-offer {
    max-width: 500px;
    margin: 0 auto;
}

.price-highlight {
    margin-bottom: 30px;
}

.final-price {
    font-size: 3rem;
    font-weight: 800;
    color: #FFD700;
    margin-right: 20px;
}

.original {
    font-size: 1.5rem;
    color: #888;
    text-decoration: line-through;
}

.final-btn {
    font-size: 1.4rem;
    padding: 25px 50px;
    margin-bottom: 20px;
}

.guarantee-text {
    color: #E6E6E6;
    font-size: 1rem;
}

.guarantee-text i {
    color: #FFD700;
    margin-right: 5px;
}

/* Footer */
.footer {
    background: #000;
    padding: 40px 0;
    border-top: 1px solid #FFD700;
}

.footer-content {
    text-align: center;
}

.footer-links {
    margin-bottom: 20px;
}

.footer-links a {
    color: #FFD700;
    text-decoration: none;
    margin: 0 20px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #FFA500;
}

.footer-text p {
    color: #E6E6E6;
    margin-bottom: 5px;
}

/* Modals */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}

.modal-content {
    background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
    margin: 5% auto;
    padding: 40px;
    border: 2px solid #FFD700;
    border-radius: 15px;
    width: 80%;
    max-width: 600px;
    max-height: 80vh;
    overflow-y: auto;
}

.close {
    color: #FFD700;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close:hover {
    color: #FFA500;
}

.modal-content h2 {
    color: #FFD700;
    margin-bottom: 30px;
    font-size: 2rem;
}

.modal-content h3 {
    color: #FFD700;
    margin: 25px 0 15px 0;
    font-size: 1.3rem;
}

.modal-text p {
    color: #E6E6E6;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.8s ease-out;
}

/* Scroll animations */
.scroll-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.scroll-animate.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 768px) {
    .headline {
        font-size: 2.5rem;
    }
    
    .section-header h2, .book-preview h2, .solution-text h2 {
        font-size: 2rem;
    }
    
    .btn-cta {
        padding: 15px 30px;
        font-size: 1.1rem;
    }
    
    .quiz-container {
        padding: 30px 20px;
    }
    
    .solution-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .preview-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .table-of-contents {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .problems-grid {
        grid-template-columns: 1fr;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .countdown {
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .time-unit {
        min-width: 70px;
        padding: 15px;
    }
    
    .price-container {
        padding: 30px 20px;
    }
    
    .current-price {
        font-size: 3rem;
    }
    
    .final-price {
        font-size: 2.5rem;
    }
    
    .modal-content {
        width: 95%;
        margin: 10% auto;
        padding: 30px 20px;
    }
}/* End custom CSS */