*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}.container{margin:0 auto;max-width:1200px;padding:0 20px}.btn{border:none;border-radius:5px;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;padding:12px 24px;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{box-shadow:0 10px 25px #667eea4d;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #667eea;color:#667eea}.btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.section-header{margin-bottom:4rem;text-align:center}.section-header h2{color:#333;font-size:2.5rem;margin-bottom:1rem}.section-header p{color:#666;font-size:1.1rem;margin:0 auto;max-width:600px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}@media (max-width:768px){.section-header h2{font-size:2rem}.btn{font-size:14px;padding:10px 20px}}@media (max-width:480px){.section-header h2{font-size:1.5rem}.section-header p{font-size:1rem}}.App{text-align:left}.App *{box-sizing:border-box}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 20px #0000001a;padding:1rem 0;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.navbar.scrolled{background:#fffffffa;box-shadow:0 2px 20px #00000026}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.nav-logo h2{color:#667eea;font-weight:700}.nav-menu{display:flex;gap:2rem;list-style:none}.nav-link{background:none;border:none;color:#333;cursor:pointer;font-family:inherit;font-size:16px;font-weight:500;padding:0;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#667eea}.hamburger{cursor:pointer;display:none;flex-direction:column}.bar{background:#333;height:3px;margin:3px 0;transition:.3s;width:25px}.hamburger.active .bar:first-child{transform:rotate(-45deg) translate(-5px,6px)}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}@media (max-width:768px){.hamburger{display:flex}.nav-menu{background-color:#fff;box-shadow:0 10px 27px #0000000d;flex-direction:column;left:-100%;padding:2rem 0;position:fixed;text-align:center;top:70px;transition:.3s;width:100%}.nav-menu.active{left:0}.nav-menu li{margin:1rem 0}}.hero{align-items:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;min-height:100vh;padding-top:80px}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 20px}.hero-title{color:#333;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.hero-subtitle{color:#666;font-size:1.2rem;line-height:1.6;margin-bottom:2rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-image img{border-radius:15px;box-shadow:0 20px 40px #0000001a;height:auto;opacity:0;transition:opacity .3s ease;width:100%}.hero-image img[src]{opacity:1}@media (max-width:768px){.hero-container{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-buttons{justify-content:center}}@media (max-width:480px){.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.9rem}}.services{background:#fff;padding:6rem 0}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.service-card{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;cursor:pointer;opacity:0;padding:2rem;text-align:center;transform:translateY(30px);transition:transform .3s ease,box-shadow .3s ease}.service-card.animate{animation:fadeInUp .6s ease-out;opacity:1;transform:translateY(0)}.service-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-10px)}.service-icon{color:#667eea;font-size:3rem;margin-bottom:1rem}.service-card h3{color:#333;font-size:1.5rem;margin-bottom:1rem}.service-card p{color:#666;line-height:1.6}@media (max-width:480px){.service-card{padding:1.5rem}}.portfolio{background:#f8f9fa;padding:6rem 0}.portfolio-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.portfolio-item{border-radius:15px;box-shadow:0 10px 30px #0000001a;cursor:pointer;opacity:0;overflow:hidden;position:relative;transform:translateY(30px);transition:transform .3s ease}.portfolio-item.animate{animation:fadeInUp .6s ease-out;opacity:1;transform:translateY(0)}.portfolio-item:hover{transform:scale(1.05)}.portfolio-item img{height:250px;object-fit:cover;opacity:0;transition:opacity .3s ease;width:100%}.portfolio-item img[src]{opacity:1}.portfolio-overlay{background:linear-gradient(#0000,#000c);bottom:0;color:#fff;left:0;padding:2rem;position:absolute;right:0;transform:translateY(100%);transition:transform .3s ease}.portfolio-item:hover .portfolio-overlay{transform:translateY(0)}.portfolio-overlay h4{font-size:1.3rem;margin-bottom:.5rem}.about{background:#fff;padding:6rem 0}.about-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.about-text{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.about-text.animate{opacity:1;transform:translateY(0)}.about-text h2{color:#333;font-size:2.5rem;margin-bottom:1.5rem}.about-text p{color:#666;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.about-features{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-top:2rem}.feature{align-items:center;color:#333;display:flex;font-weight:600;gap:.5rem}.feature i{color:#667eea;font-size:1.2rem}.about-image{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.about-image.animate{opacity:1;transform:translateY(0)}.about-image img{border-radius:15px;box-shadow:0 20px 40px #0000001a;height:auto;opacity:0;transition:opacity .3s ease;width:100%}.about-image img[src]{opacity:1}@media (max-width:768px){.about-content{text-align:center}.about-content,.about-features{grid-template-columns:1fr}.about-text h2{font-size:2rem}}.contact{background:linear-gradient(135deg,#667eea,#764ba2);padding:6rem 0}.contact,.contact .section-header h2,.contact .section-header p{color:#fff}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{align-items:flex-start;display:flex;gap:1rem}.contact-item i{color:#fff;font-size:1.5rem;margin-top:.25rem;min-width:30px}.contact-item h4{font-size:1.2rem;margin-bottom:.5rem}.contact-item p{color:#ffffffe6;line-height:1.6}.contact-item a{color:#ffffffe6;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#fff}.contact-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:15px;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group input,.form-group select,.form-group textarea{background:#ffffffe6;border:none;border-radius:5px;font-size:16px;padding:12px;transition:all .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#fff;box-shadow:0 0 0 3px #ffffff4d;outline:none}.form-group textarea{font-family:inherit;min-height:100px;resize:vertical}.form-group input::placeholder,.form-group textarea::placeholder{color:#666}.contact-form .btn{justify-content:center;width:100%}@media (max-width:768px){.contact-content{grid-template-columns:1fr}.contact-form{padding:1.5rem}}.footer{background:#333;color:#fff;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h3{color:#667eea;font-size:1.5rem;margin-bottom:1rem}.footer-section h4{color:#fff;margin-bottom:1rem}.footer-section p{color:#ccc;line-height:1.6;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li button{background:none;border:none;color:#ccc;cursor:pointer;font-family:inherit;font-size:16px;padding:0;text-align:left;transition:color .3s ease}.footer-section ul li button:hover{color:#667eea}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a,.social-links button{background:#667eea;border:none;border-radius:50%;color:#fff;cursor:pointer;display:inline-block;font-size:16px;height:40px;line-height:40px;text-align:center;text-decoration:none;transition:background .3s ease;width:40px}.social-links a:hover,.social-links button:hover{background:#764ba2}.footer-bottom{border-top:1px solid #555;color:#ccc;padding-top:2rem;text-align:center}@media (max-width:768px){.footer-content{grid-template-columns:1fr;text-align:center}}
/*# sourceMappingURL=main.c2baba4b.css.map*/