*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333;background-color:#f8fafc}#root{min-height:100vh}*:focus{outline:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}::selection{background-color:#667eea33;color:#333}button,input,textarea,select{font-family:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.app{min-height:100vh;background:#f5f5f5;display:flex;align-items:center;justify-content:center;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.container{max-width:1000px;width:100%;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a,0 4px 15px #00000014;padding:40px;margin:20px}.header{text-align:center;margin-bottom:40px;color:#1f2937}.logo-container{margin-bottom:20px}.main-logo{max-width:200px;width:100%;height:auto;object-fit:contain}.header h1{font-size:2.5rem;font-weight:700;margin-bottom:10px;text-shadow:none}.header p{font-size:1.2rem;opacity:.8;margin:0 0 20px}.subscription-card{background:#fff;border-radius:20px;padding:40px;box-shadow:0 20px 40px #0000001a;margin-bottom:40px;border:2px solid #d1d5db}.subscription-form{display:flex;flex-direction:column;gap:24px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;color:#374151;font-size:.95rem}.form-group input[type=text],.form-group input[type=email]{padding:16px;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;transition:all .2s ease;background:#f9fafb}.form-group input[type=text]:focus,.form-group input[type=email]:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.form-group input::placeholder{color:#9ca3af}.form-group input.error{border-color:#dc2626;background:#fef2f2}.form-group input.error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.field-error{color:#dc2626;font-size:.85rem;margin-top:6px;font-weight:500;animation:errorSlideIn .3s ease-out}.consent-section{display:flex;flex-direction:column;gap:16px}.consent-item{padding:16px;border:2px solid #e5e7eb;border-radius:12px;background:#f9fafb;transition:all .2s ease}.consent-item:hover{border-color:#667eea;background:#f0f4ff}.consent-item.error,.consent-item.error:hover{border-color:#dc2626;background:#fef2f2}.consent-label{display:flex;align-items:flex-start;gap:12px;cursor:pointer}.consent-label input[type=checkbox]{width:20px;height:20px;accent-color:#667eea;margin-top:2px;flex-shrink:0}.consent-text{font-size:.95rem;color:#374151;line-height:1.5;flex:1}.consent-link{color:#667eea;text-decoration:underline;font-weight:500;transition:all .2s ease}.consent-link:hover{color:#5a67d8;text-decoration:none}.required{color:#dc2626;font-weight:700}.detail-button{background:#667eea;color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;flex-shrink:0;white-space:nowrap}.detail-button:hover{background:#5a67d8;transform:translateY(-1px)}.dialog-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.dialog-content{background:#fff;border-radius:16px;max-width:500px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 25px 50px #00000040;animation:dialogSlideIn .3s ease-out}@keyframes dialogSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.dialog-header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 16px;border-bottom:1px solid #e5e7eb}.dialog-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.dialog-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.dialog-close:hover{background:#f3f4f6;color:#374151}.dialog-body{padding:24px}.dialog-text h4{color:#111827;font-size:1.1rem;font-weight:600;margin:20px 0 8px}.dialog-text h4:first-child{margin-top:0}.dialog-text p{color:#6b7280;line-height:1.6;margin-bottom:8px}.dialog-text ul{color:#6b7280;line-height:1.6;margin:12px 0;padding-left:20px}.dialog-text li{margin-bottom:6px}.dialog-note{background:#f0f9ff;color:#0369a1;padding:12px;border-radius:8px;border-left:4px solid #0ea5e9;margin-top:16px;font-size:.9rem}.dialog-actions{display:flex;gap:12px;margin-top:24px;justify-content:flex-end}.dialog-button{padding:12px 24px;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;border:2px solid transparent}.dialog-button.primary{background:#667eea;color:#fff;border-color:#667eea}.dialog-button.primary:hover{background:#5a67d8;border-color:#5a67d8;transform:translateY(-1px)}.dialog-button.secondary{background:transparent;color:#667eea;border-color:#667eea}.dialog-button.secondary:hover{background:#667eea;color:#fff}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:16px 32px;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:8px}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.error-message{background:#fef2f2;color:#dc2626;padding:16px 20px;border-radius:12px;border:1px solid #fecaca;font-size:.95rem;font-weight:500;line-height:1.5;box-shadow:0 2px 4px #dc26261a;animation:errorSlideIn .3s ease-out}@keyframes errorSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.success-card{background:#fff;border-radius:20px;padding:60px 40px;text-align:center;box-shadow:0 20px 40px #0000001a}.success-icon{width:80px;height:80px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 24px}.success-card h1{color:#10b981;font-size:2rem;margin-bottom:16px}.success-card p{color:#6b7280;font-size:1.1rem;margin-bottom:8px}.email-confirmation{background:#f0f9ff;color:#0369a1;padding:16px;border-radius:10px;margin:20px 0;border:1px solid #bae6fd}.reset-button{background:#6b7280;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .2s ease;margin-top:20px}.reset-button:hover{background:#4b5563;transform:translateY(-1px)}.product-sections{margin-top:60px}.product-section{background:#fff;border-radius:16px;padding:0;box-shadow:0 4px 12px #00000014;transition:all .3s ease;position:relative;margin:0 auto 40px;border:2px solid #e5e7eb}.product-section:last-child{margin-bottom:0}.product-section:hover{box-shadow:0 8px 25px #0000001f;border-color:#d1d5db}.product-section:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#c96,#da7 40%,#eecfa6 75%,#fff5ed);border-radius:14px 14px 0 0}.section-header{text-align:left;margin-bottom:0;padding:30px 40px 20px;border-bottom:2px solid #f3f4f6;background:#fafafa}.section-header h2{font-size:1.8rem;font-weight:700;color:#1f2937;margin-bottom:8px;font-family:Georgia,serif}.section-header p{font-size:1rem;color:#6b7280;margin:0;font-style:italic}.section-content{max-width:100%;padding:30px 40px;background:#fff}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px}.info-card{text-align:left;padding:25px;border-radius:12px;background:#f8fafc;border:2px solid #d1d5db;transition:all .3s ease;position:relative;box-shadow:0 2px 8px #0000000f,0 1px 3px #0000001a;overflow:hidden}.info-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#667eea;border-radius:2px 0 0 2px}.info-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000001f,0 4px 10px #00000014;border-color:#9ca3af;background:#fff}.info-icon{font-size:2.5rem;margin-bottom:15px;display:inline-block}.info-card h3{font-size:1.2rem;font-weight:600;color:#1f2937;margin-bottom:12px;font-family:Georgia,serif}.info-card p{color:#4b5563;line-height:1.6;margin:0;font-size:.95rem}.newsletter-info{display:flex;flex-direction:column;gap:20px}.newsletter-item{display:flex;align-items:flex-start;gap:20px;padding:25px;border-radius:12px;background:#f8fafc;border:2px solid #d1d5db;transition:all .3s ease;position:relative;box-shadow:0 2px 8px #0000000f,0 1px 3px #0000001a;overflow:hidden}.newsletter-item:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#10b981;border-radius:2px 0 0 2px}.newsletter-item:hover{background:#fff;transform:translate(5px);border-color:#9ca3af;box-shadow:0 8px 25px #0000001f,0 4px 10px #00000014}.newsletter-icon{font-size:2.2rem;flex-shrink:0}.newsletter-text{flex:1;min-width:0}.newsletter-text h4{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:8px;font-family:Georgia,serif;word-wrap:break-word;overflow-wrap:break-word}.newsletter-text p{color:#4b5563;line-height:1.6;margin:0;font-size:.95rem;word-wrap:break-word;overflow-wrap:break-word}.newsletter-screenshot{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:8px;overflow:hidden}.newsletter-screenshot img,.newsletter-image{display:block;margin:12px 0 0;transition:transform .2s ease;max-width:100%;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 2px 8px #00000014;cursor:pointer}.newsletter-image{max-width:340px}@media (max-width: 768px){.newsletter-image{max-width:100%}}.newsletter-screenshot img:hover{transform:scale(1.02)}.image-hint{font-size:.8rem;color:#6b7280;text-align:center;margin-top:8px;font-style:italic}.image-dialog-content{display:flex;justify-content:center;align-items:center;padding:20px;max-width:90vw;max-height:90vh}.advantages{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.advantage-item{display:flex;align-items:flex-start;gap:15px;padding:25px;border-radius:12px;background:#f8fafc;border:2px solid #d1d5db;transition:all .3s ease;position:relative;box-shadow:0 2px 8px #0000000f,0 1px 3px #0000001a;overflow:hidden}.advantage-item:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#0ea5e9;border-radius:2px 0 0 2px}.advantage-item:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000001f,0 4px 10px #00000014;border-color:#9ca3af;background:#fff}.advantage-icon{font-size:1.8rem;flex-shrink:0}.advantage-content h4{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:8px;font-family:Georgia,serif}.advantage-content p{color:#4b5563;line-height:1.6;margin:0;font-size:.9rem}.report-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.report-section{padding:25px;border-radius:12px;background:#f8fafc;border:2px solid #d1d5db;transition:all .3s ease;position:relative;box-shadow:0 2px 8px #0000000f,0 1px 3px #0000001a;overflow:hidden}.report-section:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#8b5cf6;border-radius:2px 0 0 2px}.report-section:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000001f,0 4px 10px #00000014;border-color:#9ca3af;background:#fff}.report-section h3{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:10px;font-family:Georgia,serif}.report-section p{color:#4b5563;line-height:1.6;margin:0;font-size:.9rem}.hero-section{background:linear-gradient(135deg,#3b3838,#2d2a2a);color:#fff;border-radius:16px;margin-top:40px;border:2px solid #3b3838;overflow:hidden;position:relative}.hero-section:before{background:linear-gradient(90deg,#c96,#b8860b);border-radius:14px 14px 0 0}.hero-content{text-align:center;padding:60px 40px;background:transparent}.hero-title{font-size:3rem;font-weight:700;margin-bottom:24px;line-height:1.2;color:#fff;font-family:Georgia,serif}.hero-highlight{display:inline-block;background:linear-gradient(to right,#c96,#b8860b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.hero-description{font-size:1.25rem;color:#d1d5db;margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.hero-actions{display:flex;justify-content:center;gap:16px}.hero-button{background:linear-gradient(to right,#c96,#b8860b);color:#fff;border:none;padding:16px 32px;border-radius:12px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #cc99664d;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.hero-button:hover{background:linear-gradient(to right,#b8860b,#c96);transform:translateY(-2px);box-shadow:0 8px 25px #c966}.hero-button:active{transform:translateY(0)}.footer-section{background:linear-gradient(135deg,#1f2937,#374151);color:#fff;border-radius:16px;margin-top:40px;border:2px solid #374151;overflow:hidden}.footer-section:before{background:linear-gradient(90deg,#1f2937,#374151);border-radius:14px 14px 0 0}.footer-section .section-header{background:#ffffff0d;border-bottom:2px solid rgba(255,255,255,.1)}.footer-section .section-header h2,.footer-section .section-header p{color:#fff}.footer-section .section-header p{opacity:.8}.footer-section .section-content{background:transparent}.company-info{display:flex;flex-direction:column;align-items:center;text-align:center;padding:15px 0}.company-details h3{font-size:1.6rem;font-weight:700;margin-bottom:6px;color:#fff;font-family:Georgia,serif}.company-catchphrase{color:#60a5fa;margin-bottom:15px;font-size:1rem;font-weight:500;font-style:italic}.contact-info{display:flex;flex-direction:row;gap:20px;align-items:center;flex-wrap:wrap;justify-content:center}.contact-item{display:flex;align-items:center;gap:6px;font-size:.85rem;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.contact-label{font-weight:500;color:#d1d5db;min-width:60px}.contact-link{color:#60a5fa;text-decoration:none;transition:color .3s ease;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.contact-link:hover{color:#93c5fd;text-decoration:underline}.copyright{text-align:center;padding:20px 0;margin-top:20px;border-top:1px solid #e5e7eb}.copyright p{color:#6b7280;font-size:.85rem;margin:0;font-weight:400}@media (max-width: 768px){.main-logo{max-width:150px}.header h1{font-size:2rem}.header p{font-size:1rem}.product-sections{padding:20px 10px}.section-header{padding:25px 20px 15px}.section-content{padding:25px 20px}.header-links{flex-direction:column;gap:10px}.info-grid{grid-template-columns:1fr}.newsletter-item{flex-direction:column;text-align:center;gap:15px;padding:20px}.newsletter-text{width:100%}.newsletter-text h4{font-size:1rem}.newsletter-text p{font-size:.9rem}.newsletter-screenshot img{max-width:100%;width:auto;height:auto}.advantages,.report-sections{grid-template-columns:1fr}.company-info{text-align:center}.contact-info{flex-direction:column;gap:12px;align-items:center}.contact-item{justify-content:center;text-align:center;flex-direction:column;gap:4px;width:100%;font-size:.8rem}.contact-item .contact-label{margin-bottom:4px}.contact-link{font-size:.8rem;line-height:1.4}.hero-content{padding:40px 20px}.hero-title{font-size:2.2rem}.hero-description{font-size:1.1rem}.hero-button{padding:14px 28px;font-size:1rem}}@media (max-width: 480px){.main-logo{max-width:120px}.header h1{font-size:1.6rem}.header p{font-size:.9rem}.product-section{padding:0}.section-header{padding:20px 15px 10px}.section-content{padding:20px 15px}.section-header h2{font-size:1.4rem}.info-card,.newsletter-item,.advantage-item,.report-section{padding:20px}.newsletter-item{gap:12px}.newsletter-text h4{font-size:.95rem}.newsletter-text p{font-size:.85rem}.newsletter-screenshot img{max-width:100%;width:auto;height:auto}.image-hint{font-size:.75rem}.hero-content{padding:30px 15px}.hero-title{font-size:1.8rem}.hero-description{font-size:1rem}.hero-button{padding:12px 24px;font-size:.95rem}}
