*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f9f9f9;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.App{min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 20px}.navbar{background-color:#2c3e50;box-shadow:0 2px 5px #0000001a;color:#fff;padding:.5rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.logo{height:130px;object-fit:contain;width:auto}.nav-menu{display:flex;gap:2rem;list-style:none}.nav-menu a{color:#fff;font-weight:500;text-decoration:none;transition:color .3s}.nav-menu a:hover{color:#3498db}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:100px 20px;text-align:center}.hero-content h2{animation:fadeInUp .8s ease-out;font-size:3rem;margin-bottom:1rem}.hero-content p{animation:fadeInUp 1s ease-out;font-size:1.3rem;margin-bottom:2rem;opacity:.95}.cta-button{animation:fadeInUp 1.2s ease-out;background-color:#3498db;border-radius:50px;color:#fff;display:inline-block;font-size:1.1rem;font-weight:700;padding:15px 40px;text-decoration:none;transition:all .3s}.cta-button:hover{background-color:#2980b9;box-shadow:0 10px 20px #0003;transform:translateY(-3px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.section{padding:80px 20px}.section h2{color:#2c3e50;font-size:2.5rem;margin-bottom:1rem;text-align:center}.section-subtitle{color:#666;font-size:1.2rem;margin-bottom:3rem;text-align:center}.about-section{background-color:#fff}.about-content{margin:0 auto;max-width:900px}.about-content p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.feature{background:#f8f9fa;border-radius:10px;padding:2rem;text-align:center;transition:transform .3s}.feature:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-5px)}.feature-icon{display:block;font-size:3rem;margin-bottom:1rem}.feature h3{color:#2c3e50;margin-bottom:.5rem}.feature p{color:#666;font-size:1rem}.samples-section{background:linear-gradient(180deg,#f9f9f9,#fff)}.puzzle-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:2rem}.puzzle-card{background:#fff;border:2px solid #0000;border-radius:15px;box-shadow:0 5px 15px #00000014;padding:2rem;transition:all .3s}.puzzle-card:hover{border-color:#3498db;box-shadow:0 15px 30px #00000026;transform:translateY(-10px)}.puzzle-card h3{color:#2c3e50;font-size:1.4rem;margin-bottom:1rem}.puzzle-card p{color:#666;margin-bottom:1.5rem}.puzzle-actions{display:flex;flex-direction:column;gap:.8rem}.btn-primary,.btn-secondary{border:none;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:600;padding:12px 20px;transition:all .3s}.btn-primary{background-color:#3498db;color:#fff}.btn-primary:hover{background-color:#2980b9;transform:scale(1.05)}.btn-secondary{background-color:initial;border:2px solid #3498db;color:#3498db}.btn-secondary:hover{background-color:#3498db;color:#fff}.catalog-section{background-color:#fff}.catalog-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:2rem}.catalog-card{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:20px;box-shadow:0 10px 30px #0000001a;overflow:hidden;padding:3rem;position:relative;transition:all .4s}.catalog-card.featured{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:scale(1.05)}.catalog-card:hover{box-shadow:0 20px 40px #0003;transform:translateY(-10px) scale(1.02)}.catalog-badge{background-color:#e74c3c;border-radius:20px;color:#fff;display:inline-block;font-size:.9rem;font-weight:700;margin-bottom:1rem;padding:8px 16px}.catalog-card h3{font-size:2rem;margin-bottom:1rem}.catalog-card.featured h3{color:#fff}.catalog-description{line-height:1.8;margin-bottom:1.5rem}.catalog-card.featured .catalog-description{color:#fffffff2}.catalog-features{list-style:none;margin-bottom:2rem}.catalog-features li{font-size:1.05rem;padding:.5rem 0}.catalog-card.featured .catalog-features li{color:#fffffff2}.btn-catalog{background-color:#2c3e50;border:none;border-radius:50px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:700;padding:15px 35px;text-align:center;text-decoration:none;transition:all .3s;width:100%}.catalog-card.featured .btn-catalog{background-color:#fff;color:#764ba2}.btn-catalog:hover{box-shadow:0 5px 15px #0000004d;transform:scale(1.05)}.contact-section{background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.contact-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr;margin:0 auto;max-width:1000px}.contact-form{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:3rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#2c3e50;display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:1rem;padding:12px;transition:border-color .3s;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#3498db;outline:none}.btn-submit{background-color:#3498db;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:15px;transition:all .3s;width:100%}.btn-submit:hover{background-color:#2980b9;transform:scale(1.02)}.contact-info{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;height:-webkit-fit-content;height:fit-content;padding:2rem}.contact-info h3{color:#2c3e50;margin-bottom:1rem}.contact-info ul{list-style:none}.contact-info li{color:#555;font-size:1.05rem;padding:.8rem 0}.footer{background-color:#2c3e50;color:#fff;padding:2rem 20px;text-align:center}.footer p{margin:.5rem 0;opacity:.8}@media (max-width:768px){.nav-menu{flex-wrap:wrap;gap:1rem;justify-content:center}.hero-content h2{font-size:2rem}.hero-content p{font-size:1.1rem}.section h2{font-size:2rem}.catalog-grid,.contact-content,.puzzle-grid{grid-template-columns:1fr}.catalog-card.featured{transform:scale(1)}}html{scroll-behavior:smooth}
/*# sourceMappingURL=main.3988b435.css.map*/