*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color:#f59e0f;--primary-dark:#ea8906;--primary-light:#ffa31a;--secondary-color:#f183f1;--accent-color:#83b3f1;--dark-bg:#0f0f1e;--darker-bg:#0a0a14;--card-bg:rgba(255,255,255,0.05);--border-color:rgba(255,255,255,0.1);--text-primary:#ffffff;--text-secondary:#a0a0a0;--sale-color:#ff6b6b;--spacing-xs:0.5rem;--spacing-sm:1rem;--spacing-md:1.5rem;--spacing-lg:2rem;--spacing-xl:3rem;--spacing-xxl:4rem;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:50px}.adhd-e-ebook-page{min-height:100vh;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow-x:hidden;color:var(--text-primary);line-height:1.6}.adhd-e-section-container{width:100%;max-width:1400px;margin:0 auto;padding:0 1rem}.adhd-e-hero-section{padding:2rem 1rem;position:relative;width:100%}.adhd-e-hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(245,158,15,.08) 0,transparent 60%);pointer-events:none}.adhd-e-hero-container{max-width:1400px;margin:0 auto;padding:0 1rem;position:relative;z-index:1;display:flex;flex-direction:column;gap:2rem;align-items:center;text-align:center}.adhd-e-hero-left{width:100%;display:flex;justify-content:center;align-items:center}.adhd-e-book-cover-container{position:relative;width:100%;max-width:280px;margin:0 auto}.adhd-e-book-cover-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:140%;height:140%;background:radial-gradient(circle,rgba(245,158,15,.25) 0,transparent 65%);filter:blur(30px);animation:pulse 3s ease-in-out infinite;pointer-events:none}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.7}}.adhd-e-book-cover{position:relative;z-index:2;width:100%;height:auto;display:block;border-radius:var(--radius-md);box-shadow:0 15px 40px rgba(0,0,0,.4);transition:transform .3s ease}.adhd-e-book-cover:hover{transform:scale(1.03)}.adhd-e-book-badge{position:absolute;top:-10px;right:-10px;background:linear-gradient(135deg,#ff6b6b,#ff5252);color:white;padding:.5rem 1rem;border-radius:var(--radius-full);font-weight:700;font-size:.75rem;display:flex;align-items:center;gap:.4rem;box-shadow:0 6px 15px rgba(255,107,107,.4);z-index:3;animation:bounce 2s ease-in-out infinite;white-space:nowrap}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.adhd-e-hero-right{width:100%;max-width:100%;display:flex;flex-direction:column;gap:1.25rem;align-items:center}.adhd-e-hero-badge{display:inline-flex;align-items:center;gap:.5rem;width:fit-content;padding:.4rem .9rem;background:rgba(245,158,15,.12);border:2px solid rgba(245,158,15,.25);border-radius:var(--radius-full);color:var(--primary-color);font-weight:600;font-size:.85rem}.adhd-e-hero-badge svg{font-size:1rem}.adhd-e-hero-title{font-size:clamp(1.75rem,5vw,3.5rem);font-weight:800;line-height:1.1;background:linear-gradient(135deg,#fff 0,var(--primary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;width:100%}.adhd-e-hero-subtitle{font-size:clamp(1.15rem,3vw,1.75rem);font-weight:600;color:var(--text-primary);margin:0;width:100%}.adhd-e-hero-description{font-size:clamp(.95rem,2.5vw,1.2rem);line-height:1.7;color:var(--text-secondary);margin:0;width:100%;max-width:600px}.adhd-e-hero-description strong{color:var(--primary-color);font-weight:700}.adhd-e-pricing-box{width:100%;max-width:100%;background:var(--card-bg);backdrop-filter:blur(10px);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.adhd-e-price-container{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-end;justify-content:center}.adhd-e-original-price,.adhd-e-sale-price{display:flex;flex-direction:column;gap:.25rem;align-items:center}.adhd-e-price-label{font-size:.8rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.adhd-e-price-value{font-size:clamp(1.5rem,4vw,2rem);font-weight:800;color:var(--text-primary)}.adhd-e-price-value.crossed{position:relative;color:var(--text-secondary);font-size:clamp(1.25rem,3vw,1.5rem)}.adhd-e-price-value.crossed:after{content:"";position:absolute;top:50%;left:0;right:0;height:2px;background:var(--sale-color);transform:rotate(-5deg)}.adhd-e-discount-banner{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1rem;background:linear-gradient(135deg,rgba(245,158,15,.18),rgba(245,158,15,.08));border-radius:var(--radius-md);border:1px solid rgba(245,158,15,.25);text-align:center}.adhd-e-coupon-icon{font-size:1.75rem;color:var(--primary-color);flex-shrink:0}.adhd-e-discount-content{width:100%;display:flex;flex-direction:column;gap:.5rem;align-items:center}.adhd-e-discount-text{font-size:.95rem;color:var(--text-primary)}.adhd-e-discount-text strong{color:var(--primary-color);font-weight:700;font-size:1.05rem;letter-spacing:.05em}.adhd-e-copy-code-btn{width:100%;max-width:250px;padding:.65rem 1.25rem;background:var(--primary-color);color:#000;border:none;border-radius:var(--radius-sm);font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;white-space:nowrap}.adhd-e-copy-code-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(245,158,15,.4);background:var(--primary-light)}.adhd-e-final-price{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1rem;background:rgba(255,255,255,.04);border-radius:var(--radius-sm);font-size:1rem;color:var(--text-primary);text-align:center}.adhd-e-final-amount{font-size:clamp(1.5rem,4vw,1.75rem);font-weight:800;color:var(--primary-color)}.adhd-e-cta-buttons{flex-direction:column;gap:1rem}.adhd-e-btn-primary,.adhd-e-cta-buttons{width:100%;display:flex;align-items:center}.adhd-e-btn-primary{max-width:100%;justify-content:center;gap:.65rem;padding:1.1rem 2rem;background:#f59e0f;color:#000;border:none;border-radius:var(--radius-md);font-size:clamp(1rem,2.5vw,1.2rem);font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px rgba(245,158,15,.35)}.adhd-e-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(245,158,15,.5)}.adhd-e-btn-primary svg{font-size:1.35rem}.adhd-e-guarantee-badge{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--text-secondary);font-size:.9rem;text-align:center}.adhd-e-guarantee-badge svg{color:var(--primary-color);font-size:1.15rem}.adhd-e-quick-stats{width:100%;display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.25rem 0;flex-wrap:wrap}.adhd-e-stat-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.adhd-e-stat-number{font-size:clamp(1.5rem,4vw,2rem);font-weight:800;color:var(--primary-color);line-height:1}.adhd-e-stat-label{font-size:clamp(.8rem,2vw,.9rem);color:var(--text-secondary)}.adhd-e-stat-divider{width:1px;height:35px;background:var(--border-color)}.adhd-e-benefits-section,.adhd-e-features-section,.adhd-e-final-cta-section,.adhd-e-trust-section,.adhd-e-whats-inside-section{padding:2.5rem 1rem;width:100%}.adhd-e-section-header{text-align:center;margin-bottom:2rem;width:100%}.adhd-e-section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--text-primary);margin-bottom:.75rem}.adhd-e-section-subtitle{font-size:clamp(1rem,2.5vw,1.2rem);color:var(--text-secondary);max-width:700px;margin:0 auto}.adhd-e-chapters-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;width:100%}.adhd-e-chapter-card{background:var(--card-bg);backdrop-filter:blur(10px);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:1.5rem;transition:all .3s ease;cursor:pointer;width:100%}.adhd-e-chapter-card:hover{border-color:rgba(245,158,15,.4);transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.25)}.adhd-e-chapter-number{display:inline-block;padding:.4rem .85rem;background:rgba(245,158,15,.12);color:var(--primary-color);border-radius:var(--radius-full);font-size:.8rem;font-weight:700;margin-bottom:.85rem}.adhd-e-chapter-title{font-size:clamp(1.15rem,3vw,1.5rem);font-weight:700;color:var(--text-primary);margin-bottom:.65rem}.adhd-e-chapter-description{font-size:clamp(.9rem,2vw,1rem);color:var(--text-secondary);line-height:1.6;margin:0}.adhd-e-features-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;width:100%}.adhd-e-feature-card{background:var(--card-bg);backdrop-filter:blur(10px);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:1.75rem;text-align:center;transition:all .3s ease;width:100%}.adhd-e-feature-card:hover{border-color:rgba(245,158,15,.4);transform:translateY(-3px)}.adhd-e-feature-icon{font-size:clamp(2.5rem,6vw,3rem);color:var(--primary-color);margin-bottom:1rem}.adhd-e-feature-title{font-size:clamp(1.1rem,3vw,1.25rem);font-weight:700;color:var(--text-primary);margin-bottom:.65rem}.adhd-e-feature-description{font-size:clamp(.9rem,2vw,.95rem);color:var(--text-secondary);line-height:1.6;margin:0}.adhd-e-benefits-section{background:linear-gradient(135deg,rgba(245,158,15,.04),transparent)}.adhd-e-benefits-container{display:flex;flex-direction:column;gap:2rem;align-items:center;width:100%}.adhd-e-benefits-left{width:100%;text-align:center}.adhd-e-benefits-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--text-primary);line-height:1.2;margin-bottom:.75rem}.adhd-e-benefits-subtitle{font-size:clamp(1rem,2.5vw,1.2rem);color:var(--text-secondary);margin:0}.adhd-e-benefits-right{width:100%}.adhd-e-benefits-list{display:flex;flex-direction:column;gap:.85rem;width:100%}.adhd-e-benefit-item{display:flex;align-items:flex-start;gap:.85rem;padding:.95rem;background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:all .3s ease;width:100%}.adhd-e-benefit-item:hover{border-color:rgba(245,158,15,.3);background:rgba(255,255,255,.07)}.adhd-e-benefit-icon{font-size:1.35rem;color:var(--primary-color);flex-shrink:0;margin-top:.15rem}.adhd-e-benefit-item span{font-size:clamp(.95rem,2vw,1.05rem);color:var(--text-primary);line-height:1.6}.adhd-e-final-cta-section{background:radial-gradient(circle at center,rgba(245,158,15,.08) 0,transparent 65%)}.adhd-e-final-cta-box{width:100%;max-width:900px;margin:0 auto;background:var(--card-bg);backdrop-filter:blur(10px);border:2px solid rgba(245,158,15,.25);border-radius:var(--radius-xl);padding:2rem 1.25rem;text-align:center}.adhd-e-cta-icon{font-size:clamp(3rem,8vw,4rem);color:var(--primary-color);margin-bottom:1.25rem;display:inline-block;animation:heartbeat 1.5s ease-in-out infinite}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.adhd-e-cta-title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;color:var(--text-primary);margin-bottom:.85rem}.adhd-e-cta-description{font-size:clamp(1rem,2.5vw,1.2rem);color:var(--text-secondary);line-height:1.7;margin-bottom:1.75rem;max-width:700px;margin-left:auto;margin-right:auto}.adhd-e-cta-pricing{margin-bottom:1.75rem}.adhd-e-cta-price-row{display:flex;align-items:center;justify-content:center;gap:.85rem;margin-bottom:.85rem;flex-wrap:wrap}.adhd-e-cta-original-price{font-size:clamp(1.35rem,3vw,1.75rem);font-weight:700;color:var(--text-secondary);text-decoration:line-through}.adhd-e-cta-sale-price{font-size:clamp(2.25rem,5vw,3rem);font-weight:900;color:var(--primary-color)}.adhd-e-cta-badge{padding:.45rem .9rem;background:var(--sale-color);color:white;border-radius:var(--radius-full);font-weight:700;font-size:clamp(.8rem,2vw,.9rem)}.adhd-e-cta-discount-code{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--text-secondary);font-size:clamp(.9rem,2vw,1rem);flex-wrap:wrap}.adhd-e-cta-discount-code svg{color:var(--primary-color);font-size:1.15rem}.adhd-e-cta-discount-code strong{color:var(--primary-color);letter-spacing:.05em}.adhd-e-btn-final-cta{width:100%;max-width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.85rem;padding:1.35rem 2.5rem;background:#f59e0f;color:#000;border:none;border-radius:var(--radius-md);font-size:clamp(1.05rem,2.5vw,1.3rem);font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px rgba(245,158,15,.35);margin-bottom:1.75rem}.adhd-e-btn-final-cta:hover{transform:translateY(-2px);box-shadow:0 12px 35px rgba(245,158,15,.5)}.adhd-e-btn-final-cta svg{font-size:1.5rem}.adhd-e-cta-guarantees{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex-wrap:wrap}.adhd-e-guarantee-item{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:clamp(.85rem,2vw,.95rem)}.adhd-e-guarantee-item svg{color:var(--primary-color);font-size:1.15rem}.adhd-e-trust-badges{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap;width:100%}.adhd-e-trust-badge{display:flex;align-items:center;gap:.85rem}.adhd-e-trust-icon{font-size:clamp(2rem,5vw,2.5rem);color:var(--primary-color)}.adhd-e-trust-content{display:flex;flex-direction:column;gap:.25rem}.adhd-e-trust-content strong{font-size:clamp(1rem,2.5vw,1.1rem);color:var(--text-primary)}.adhd-e-trust-content span{font-size:clamp(.85rem,2vw,.9rem);color:var(--text-secondary)}.adhd-e-delivery-note{display:flex;align-items:flex-start;justify-content:center;gap:.65rem;font-size:clamp(.8rem,2vw,.85rem);color:var(--text-secondary);margin-top:1.25rem;line-height:1.4;text-align:left;max-width:380px;margin-left:auto;margin-right:auto;padding:.85rem 1rem;background:rgba(255,255,255,.03);border-radius:var(--radius-sm)}.adhd-e-delivery-note svg{color:var(--primary-color);font-size:1rem;flex-shrink:0;margin-top:1px}@media (min-width:600px){.adhd-e-book-cover-container{max-width:320px}.adhd-e-pricing-box{max-width:550px;padding:1.5rem}.adhd-e-cta-buttons{max-width:550px}.adhd-e-btn-primary{max-width:450px}.adhd-e-chapters-grid{gap:1.5rem}.adhd-e-chapters-grid,.adhd-e-features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.adhd-e-section-container{padding:0 2rem}.adhd-e-hero-section{padding:3rem 1.5rem}.adhd-e-benefits-section,.adhd-e-features-section,.adhd-e-final-cta-section,.adhd-e-trust-section,.adhd-e-whats-inside-section{padding:3.5rem 1.5rem}.adhd-e-book-cover-container{max-width:350px}.adhd-e-pricing-box{max-width:600px}.adhd-e-discount-banner{flex-direction:row;text-align:left;justify-content:flex-start}.adhd-e-discount-content{align-items:flex-start;text-align:left}.adhd-e-copy-code-btn{max-width:180px}.adhd-e-final-price{flex-direction:row;justify-content:space-between}.adhd-e-final-cta-box{padding:3rem 2rem}.adhd-e-btn-final-cta{max-width:500px}}@media (min-width:1024px){.adhd-e-hero-container{display:grid;grid-template-columns:1fr 1.2fr;gap:3.5rem;align-items:center;text-align:left}.adhd-e-hero-left{justify-content:flex-start}.adhd-e-hero-right{align-items:flex-start}.adhd-e-hero-badge{margin:0}.adhd-e-book-cover-container{max-width:380px}.adhd-e-pricing-box{max-width:100%}.adhd-e-price-container{justify-content:flex-start}.adhd-e-cta-buttons{max-width:100%;align-items:flex-start}.adhd-e-btn-primary{max-width:100%}.adhd-e-quick-stats{justify-content:flex-start}.adhd-e-benefits-container{display:grid;grid-template-columns:1fr 1.5fr;gap:3.5rem;align-items:flex-start}.adhd-e-benefits-left{text-align:left}.adhd-e-features-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}@media (min-width:1200px){.adhd-e-benefits-section,.adhd-e-features-section,.adhd-e-final-cta-section,.adhd-e-hero-section,.adhd-e-trust-section,.adhd-e-whats-inside-section{padding:4rem 2rem}.adhd-e-book-cover-container{max-width:400px}.adhd-e-final-cta-box{padding:4rem}}@media (min-width:1400px){.adhd-e-benefits-container,.adhd-e-hero-container{gap:4rem}}.adhd-e-seo-intro-section{padding:60px 20px;border-top:1px solid #ede9fe6e;border-bottom:1px solid #ede9fe6e}.adhd-e-seo-text-block{max-width:820px;margin:0 auto}.adhd-e-seo-heading{font-size:26px;font-weight:700;color:#fffbea;margin:0 0 18px;line-height:1.35;position:relative;padding-bottom:16px}.adhd-e-seo-heading:after{content:"";position:absolute;bottom:0;left:0;width:52px;height:3px;background:linear-gradient(90deg,#edb43a,#face8b);border-radius:2px}.adhd-e-seo-text-block p{font-size:15.5px;line-height:1.85;color:#ffffff;margin:0 0 16px}.adhd-e-seo-text-block p strong{color:#e6c147;font-weight:600}.adhd-e-seo-text-block p em{font-style:italic;color:#b69b21}.adhd-e-seo-text-block h3{font-size:18px;font-weight:700;color:#1e1b4b;margin:28px 0 10px;padding-left:14px;border-left:3px solid #edcc3a;line-height:1.4}@media (max-width:768px){.adhd-e-seo-intro-section{padding:40px 16px}.adhd-e-seo-heading{font-size:21px}.adhd-e-seo-text-block p{font-size:15px}.adhd-e-seo-text-block h3{font-size:16px}}@media (max-width:480px){.adhd-e-seo-intro-section{padding:32px 14px}.adhd-e-seo-heading{font-size:19px}}