body{margin:0;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}#root{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.header{text-align:center;padding:2rem 1.5rem;color:#fff;position:relative}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.header h1{font-size:3rem;font-weight:700;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.subtitle{font-size:1.2rem;opacity:.95;font-weight:300}.main-nav{display:flex;gap:1rem}.nav-link{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-link:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}.nav-link.active{background:#fff;color:#667eea;border-color:#fff}.main-content{max-width:1400px;margin:0 auto;padding:0 1.5rem 3rem}.center-content{width:100%}.generator-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:4rem}.input-section,.preview-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 10px 40px #0000001a}.input-section h2,.preview-section h2{font-size:1.8rem;margin-bottom:1rem;color:#2d3748}.section-description{color:#718096;margin-bottom:2rem;line-height:1.6}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#2d3748;margin-bottom:.5rem;font-size:.95rem}.form-group textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s;resize:vertical}.form-group textarea:focus{outline:none;border-color:#667eea}.form-group select{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;background-color:#fff;cursor:pointer;transition:border-color .2s}.form-group select:focus{outline:none;border-color:#667eea}.customization-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.color-input-wrapper{display:flex;gap:.5rem;align-items:center}.color-input-wrapper input[type=color]{width:60px;height:42px;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer}.color-input-wrapper .color-text{flex:1;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.9rem;font-family:monospace}.color-input-wrapper .color-text:focus{outline:none;border-color:#667eea}.file-input{width:100%;padding:.75rem;border:2px dashed #e2e8f0;border-radius:8px;cursor:pointer;font-size:.95rem}.file-input:hover{border-color:#667eea}.logo-preview{margin-top:1rem;display:flex;align-items:center;gap:1rem}.logo-preview img{width:80px;height:80px;object-fit:contain;border:2px solid #e2e8f0;border-radius:8px;padding:.5rem;background:#fff}.remove-logo{padding:.5rem 1rem;background:#ef4444;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background .2s}.remove-logo:hover{background:#dc2626}.generate-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.generate-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.generate-btn:disabled{opacity:.5;cursor:not-allowed}.preview-section{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:500px}.empty-state{text-align:center;padding:3rem 2rem}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-state p{color:#2d3748;font-size:1.2rem;margin-bottom:.5rem}.empty-subtext{color:#718096;font-size:.95rem!important;max-width:300px;margin:0 auto}.qr-display{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%}.qr-code-wrapper{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000001a}.qr-actions{display:flex;gap:1rem;width:100%}.download-btn,.reset-btn{flex:1;padding:.875rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.download-btn{background:#10b981;color:#fff}.download-btn:hover{background:#059669;transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.reset-btn{background:#6b7280;color:#fff}.reset-btn:hover{background:#4b5563;transform:translateY(-2px);box-shadow:0 6px 20px #6b728066}.features-section{background:#fff;border-radius:16px;padding:3rem 2rem;margin-bottom:4rem;box-shadow:0 10px 40px #0000001a}.features-section h2{font-size:2rem;text-align:center;margin-bottom:3rem;color:#2d3748}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{text-align:center;padding:1.5rem;border-radius:12px;transition:transform .2s}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.3rem;margin-bottom:.75rem;color:#2d3748}.feature-card p{color:#718096;line-height:1.6}.use-cases-section{background:#fffffff2;border-radius:16px;padding:3rem 2rem;margin-bottom:4rem;box-shadow:0 10px 40px #0000001a}.use-cases-section h2{font-size:2rem;text-align:center;margin-bottom:3rem;color:#2d3748}.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.use-case{background:#fff;padding:1.5rem;border-radius:12px;border:2px solid #e2e8f0;transition:border-color .2s,transform .2s}.use-case:hover{border-color:#667eea;transform:translateY(-3px)}.use-case strong{display:block;font-size:1.1rem;margin-bottom:.5rem;color:#2d3748}.use-case p{color:#718096;line-height:1.5}.footer{background:#0000004d;color:#fff;padding:4rem 1.5rem 2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h3{font-size:1.3rem;margin-bottom:1.5rem;font-weight:700;color:#fff}.footer-description{color:#ffffffd9;line-height:1.7;margin-bottom:1.5rem;font-size:.95rem}.footer-stats{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.stat-item{background:#ffffff1a;padding:1rem;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stat-number{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.25rem}.stat-label{font-size:.85rem;color:#fffc;text-transform:uppercase;letter-spacing:1px}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-links a,.footer-link-btn{color:#ffffffd9;text-decoration:none;transition:all .2s;display:inline-block;font-size:.95rem;background:none;border:none;padding:0;cursor:pointer;text-align:left;font-family:inherit}.footer-links a:hover,.footer-link-btn:hover{color:#fff;transform:translate(5px)}.social-links{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.social-links a{display:flex;align-items:center;justify-content:center;width:45px;height:45px;background:#ffffff1a;border-radius:50%;transition:all .3s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.social-links a:hover{background:#ffffff40;transform:translateY(-3px);box-shadow:0 5px 20px #fff3}.social-icon{width:22px;height:22px;color:#fff}.newsletter{margin-top:2rem}.newsletter h4{font-size:1.1rem;margin-bottom:.75rem;color:#fff;font-weight:600}.newsletter p{font-size:.9rem;color:#fffc;margin-bottom:1rem}.newsletter-form{display:flex;gap:.5rem;flex-wrap:wrap}.newsletter-input{flex:1;min-width:200px;padding:.75rem 1rem;border:2px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff1a;color:#fff;font-size:.95rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s}.newsletter-input::placeholder{color:#fff9}.newsletter-input:focus{outline:none;border-color:#ffffff80;background:#ffffff26}.newsletter-btn{padding:.75rem 1.5rem;background:#fff;color:#667eea;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s;font-size:.95rem}.newsletter-btn:hover{transform:translateY(-2px);box-shadow:0 5px 20px #ffffff4d}.footer-divider{max-width:1400px;margin:0 auto 2rem;height:1px;background:linear-gradient(to right,transparent,rgba(255,255,255,.3),transparent)}.footer-bottom{max-width:1400px;margin:0 auto}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.footer-legal{flex:1}.footer-legal p{color:#fffc;font-size:.95rem;margin-bottom:1rem}.legal-links{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.legal-links a{color:#ffffffb3;text-decoration:none;font-size:.9rem;transition:color .2s}.legal-links a:hover{color:#fff}.legal-links .separator{color:#fff6}.footer-badges{display:flex;gap:1rem;flex-wrap:wrap}.badge{background:#ffffff26;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff}.footer-disclaimer{background:#0003;padding:1.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.footer-disclaimer p{color:#ffffffb3;font-size:.85rem;line-height:1.6;margin:0;text-align:center}@media(max-width:1024px){.generator-container,.customization-grid{grid-template-columns:1fr}}@media(max-width:768px){.header h1{font-size:2rem}.subtitle{font-size:1rem}.input-section,.preview-section{padding:1.5rem}.features-grid,.use-cases-grid{grid-template-columns:1fr}.qr-actions{flex-direction:column}.footer-content{grid-template-columns:1fr;gap:2rem}}.interstitial-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.interstitial-modal{background:#fff;border-radius:20px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.close-modal{position:absolute;top:1rem;right:1rem;background:#f3f4f6;border:none;width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:10}.close-modal:hover{background:#e5e7eb}.interstitial-content{padding:3rem 2rem}.interstitial-content h2{font-size:2rem;color:#2d3748;margin-bottom:1rem;text-align:center}.interstitial-text{text-align:center;color:#718096;font-size:1.1rem;margin-bottom:2rem}.interstitial-tools{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem}.tool-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem 1.5rem;border-radius:12px;text-decoration:none;transition:transform .2s,box-shadow .2s;text-align:center}.tool-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #667eea66}.tool-icon{font-size:2.5rem;margin-bottom:.75rem}.tool-card h3{font-size:1.2rem;margin-bottom:.5rem;color:#fff}.tool-card p{font-size:.9rem;opacity:.95;color:#fff}.download-section{text-align:center;padding:2rem;background:#f7fafc;border-radius:12px}.countdown-container{display:flex;flex-direction:column;align-items:center;gap:1rem}.countdown-circle{width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;color:#fff;animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.countdown-container p{font-size:1.1rem;color:#4a5568}.final-download-btn{padding:1.25rem 3rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:12px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;animation:bounceIn .5s ease-out}@keyframes bounceIn{0%{opacity:0;transform:scale(.8)}50%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.final-download-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #10b98180}@media(max-width:768px){.interstitial-tools{grid-template-columns:1fr}.interstitial-content{padding:2rem 1.5rem}.interstitial-content h2{font-size:1.5rem}}.adsense-container{display:flex;justify-content:center;align-items:center;width:100%}.top-banner-ad,.bottom-banner-ad{display:flex;justify-content:center;align-items:center;width:100%;margin:2rem auto;background:#fffffff2;border-radius:12px;padding:15px;box-shadow:0 4px 12px #0000001a}.top-banner-ad{margin-bottom:2rem}.bottom-banner-ad{margin-top:3rem;margin-bottom:1rem}.banner-ad{width:100%;display:flex;justify-content:center}.modal-ad-container{display:flex;justify-content:center;align-items:center;margin:20px 0;padding:15px;background:#f7fafc;border-radius:12px;border:2px dashed #e2e8f0}.modal-ad{background:#fff}@media(max-width:768px){.top-banner-ad,.bottom-banner-ad{padding:10px;margin:1.5rem auto}.modal-ad-container{padding:10px}}.info-section{background:#fff;border-radius:16px;padding:3rem 2rem;margin-bottom:4rem;box-shadow:0 10px 40px #0000001a}.info-section.alternate{background:linear-gradient(135deg,#667eea0d,#764ba20d)}.info-section h2{font-size:2.5rem;text-align:center;margin-bottom:2rem;color:#2d3748;font-weight:700}.info-section h3{font-size:1.8rem;margin:2rem 0 1rem;color:#2d3748;font-weight:600}.info-content{max-width:900px;margin:0 auto}.info-text{color:#4a5568;line-height:1.8;font-size:1.1rem}.info-intro{font-size:1.25rem;line-height:1.8;color:#2d3748;margin-bottom:2rem;font-weight:400}.info-text p{margin-bottom:1.5rem}.benefits-list{list-style:none;padding:0;margin:1.5rem 0}.benefits-list li{padding:1rem 0;border-bottom:1px solid #e2e8f0;line-height:1.8}.benefits-list li:last-child{border-bottom:none}.benefits-list strong{color:#667eea;font-weight:600}.best-practices-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.practice-card{background:#fff;padding:2rem;border-radius:12px;border:2px solid #e2e8f0;transition:all .3s}.practice-card:hover{border-color:#667eea;transform:translateY(-5px);box-shadow:0 10px 30px #667eea33}.practice-card h4{font-size:1.3rem;margin-bottom:1rem;color:#2d3748}.practice-card p{color:#4a5568;line-height:1.7;margin:0}.testimonials-section{background:#fff;border-radius:16px;padding:3rem 2rem;margin-bottom:4rem;box-shadow:0 10px 40px #0000001a}.testimonials-section h2{font-size:2.5rem;text-align:center;margin-bottom:1rem;color:#2d3748;font-weight:700}.section-subtitle{text-align:center;font-size:1.1rem;color:#718096;margin-bottom:3rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.testimonial-card{background:linear-gradient(135deg,#667eea0d,#764ba20d);padding:2rem;border-radius:12px;border:2px solid #e2e8f0;transition:all .3s;display:flex;flex-direction:column;gap:1.5rem}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #667eea33;border-color:#667eea}.testimonial-rating{color:#fbbf24;font-size:1.2rem;letter-spacing:2px}.testimonial-text{color:#4a5568;line-height:1.7;font-size:1.05rem;flex-grow:1;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff}.author-info{display:flex;flex-direction:column}.author-name{font-weight:600;color:#2d3748;font-size:1.05rem}.author-title{color:#718096;font-size:.9rem}.faq-section{background:#fff;border-radius:16px;padding:3rem 2rem;margin-bottom:4rem;box-shadow:0 10px 40px #0000001a}.faq-section h2{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:#2d3748;font-weight:700}.faq-container{max-width:900px;margin:0 auto}.faq-item{padding:2rem 0;border-bottom:2px solid #e2e8f0}.faq-item:last-child{border-bottom:none}.faq-question{font-size:1.3rem;color:#2d3748;margin-bottom:1rem;font-weight:600}.faq-answer{color:#4a5568;line-height:1.8;font-size:1.05rem}.pwa-section{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;padding:4rem 2rem;margin-bottom:4rem;box-shadow:0 10px 40px #0003;color:#fff;text-align:center}.pwa-content{max-width:800px;margin:0 auto}.pwa-icon{font-size:4rem;margin-bottom:1rem}.pwa-section h2{font-size:2.5rem;margin-bottom:1rem;color:#fff;font-weight:700}.pwa-description{font-size:1.2rem;line-height:1.8;margin-bottom:2rem;opacity:.95}.pwa-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2.5rem}.pwa-feature{display:flex;align-items:center;gap:.75rem;font-size:1.1rem;padding:1rem;background:#ffffff1a;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pwa-check{font-size:1.5rem;color:#10b981;font-weight:700}.pwa-install-btn{padding:1.25rem 3rem;background:#fff;color:#667eea;border:none;border-radius:12px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .3s;margin-bottom:2rem}.pwa-install-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #ffffff4d}.pwa-instructions{background:#ffffff1a;border-radius:12px;padding:2rem;text-align:left;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pwa-instructions h4{font-size:1.3rem;margin-bottom:1.5rem;text-align:center}.install-steps{display:flex;flex-direction:column;gap:1rem}.install-step{padding:1rem;background:#ffffff0d;border-radius:8px;line-height:1.6}.install-step strong{display:block;margin-bottom:.5rem;font-size:1.1rem}.about-hero{background:#fff;border-radius:16px;padding:4rem 2rem;margin-bottom:4rem;box-shadow:0 10px 40px #0000001a;text-align:center}.about-hero-content{max-width:900px;margin:0 auto}.about-hero h2{font-size:3rem;color:#2d3748;margin-bottom:1.5rem;font-weight:700;line-height:1.2}.about-intro{font-size:1.3rem;line-height:1.8;color:#4a5568}.team-section{background:#fff;border-radius:16px;padding:3rem 2rem;margin-bottom:4rem;box-shadow:0 10px 40px #0000001a}.team-section h2{font-size:2.5rem;text-align:center;margin-bottom:1rem;color:#2d3748;font-weight:700}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.team-member{text-align:center;padding:2rem;background:linear-gradient(135deg,#667eea0d,#764ba20d);border-radius:12px;border:2px solid #e2e8f0;transition:all .3s}.team-member:hover{transform:translateY(-5px);box-shadow:0 10px 30px #667eea33;border-color:#667eea}.team-avatar{width:100px;height:100px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem}.team-member h3{font-size:1.5rem;color:#2d3748;margin-bottom:.5rem}.team-role{color:#667eea;font-weight:600;margin-bottom:1rem;font-size:1.05rem}.team-bio{color:#4a5568;line-height:1.7}.contact-cta{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:16px;padding:3rem 2rem;margin-bottom:4rem;text-align:center}.contact-cta h2{font-size:2.5rem;color:#2d3748;margin-bottom:1rem;font-weight:700}.contact-cta p{font-size:1.1rem;color:#4a5568;line-height:1.8;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}.contact-options{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.contact-btn{padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;text-decoration:none;transition:all .3s;display:inline-block}.contact-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #667eea66}@media(max-width:768px){.header-content{text-align:center;flex-direction:column;align-items:center}.main-nav{width:100%;justify-content:center}.nav-link{flex:1;text-align:center}.info-section h2,.testimonials-section h2,.faq-section h2,.pwa-section h2,.team-section h2,.about-hero h2{font-size:2rem}.info-intro,.pwa-description{font-size:1.1rem}.info-text{font-size:1rem}.best-practices-grid,.testimonials-grid,.pwa-features,.team-grid{grid-template-columns:1fr}.contact-options{flex-direction:column;align-items:stretch}.contact-btn{width:100%}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-stats{flex-direction:row;flex-wrap:wrap}.stat-item{flex:1;min-width:120px}.footer-bottom-content{flex-direction:column;text-align:center}.footer-badges,.legal-links{justify-content:center}.newsletter-form{flex-direction:column}.newsletter-input{width:100%}}
