body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;overflow-x:hidden}.App{min-height:100vh}main{margin-top:80px}.container{margin:0 auto;max-width:1200px;padding:0 20px}html{scroll-behavior:smooth}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}section{padding:3rem 0}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}@media (max-width:768px){.container{padding:0 15px}section{padding:2rem 0}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #e3f2fd;left:0;position:fixed;right:0;top:0;z-index:1000}.header .container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.nav-brand h2{color:#1976d2;font-size:1.8rem;font-weight:700;margin:0}.nav{display:flex;gap:2rem}.nav button{background:none;border:none;color:#333;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 0;transition:color .3s ease}.nav button:hover{color:#1976d2}.menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;padding:.5rem}.menu-toggle span{background:#333;height:3px;margin:3px 0;transition:.3s;width:25px}@media (max-width:768px){.nav{background:#fff;box-shadow:0 2px 10px #0000001a;flex-direction:column;left:0;opacity:0;padding:1rem 2rem;position:absolute;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.nav-open{opacity:1;transform:translateY(0);visibility:visible}.menu-toggle{display:flex}}.footer{background:#1976d2;color:#fff;padding:3rem 2rem 1rem}.footer .container{margin:0 auto;max-width:1200px}.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:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-section h4{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.footer-section p{color:#fffc;line-height:1.6;margin-bottom:1rem}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{font-size:1.5rem;text-decoration:none;transition:transform .3s ease}.social-links a:hover{transform:scale(1.2)}.contact-info p{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.footer-section ul{list-style:none;padding:0}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#fffc;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid #fff3;padding-top:1rem}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer-bottom p{color:#fffc;margin:0}.back-to-top{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:25px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .3s ease}.back-to-top:hover{background:#fff3;transform:translateY(-2px)}@media (max-width:768px){.footer-content{grid-template-columns:1fr;text-align:center}.footer-bottom-content{flex-direction:column;text-align:center}.social-links{justify-content:center}}.hero{align-items:center;color:#fff;display:flex;height:100vh;justify-content:center;overflow:hidden;position:relative;text-align:center}.hero-bg{background:linear-gradient(135deg,#1976d2,#1565c0 50%,#0d47a1);z-index:-1}.hero-bg,.hero-bg:before{bottom:0;left:0;position:absolute;right:0;top:0}.hero-bg:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='10' height='10' patternUnits='userSpaceOnUse'%3E%3Cpath d='M10 0H0v10' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='.5'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");content:""}.hero-content{max-width:800px;padding:2rem;z-index:1}.hero h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.hero p{font-size:1.4rem;margin-bottom:2rem;opacity:.9}.cta-button{background:#fff;border:none;border-radius:50px;box-shadow:0 4px 20px #0000001a;color:#1976d2;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.cta-button:hover{box-shadow:0 6px 25px #00000026;transform:translateY(-2px)}@media (max-width:768px){.hero h1{font-size:2.5rem}.hero p{font-size:1.2rem}.hero-content{padding:1rem}}.services{background:#f8fafe;padding:5rem 2rem}.services .container{margin:0 auto;max-width:1200px;text-align:center}.services h2{color:#1976d2;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.services-subtitle{color:#666;font-size:1.1rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-top:3rem}.service-card{background:#fff;border-radius:15px;box-shadow:0 4px 20px #1976d21a;padding:2.5rem;text-align:left;transition:all .3s ease}.service-card:hover{box-shadow:0 8px 30px #1976d226;transform:translateY(-5px)}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{color:#1976d2;font-size:1.4rem;font-weight:600;margin-bottom:1.5rem}.service-card ul{list-style:none;padding:0}.service-card li{color:#666;padding:.5rem 0 .5rem 1.5rem;position:relative}.service-card li:before{color:#1976d2;content:"✓";font-weight:700;left:0;position:absolute}@media (max-width:768px){.services-grid{grid-template-columns:1fr}.service-card{padding:2rem}}.portfolio{background:#f8fafe;padding:5rem 2rem}.portfolio .container{margin:0 auto;max-width:1200px}.portfolio h2{color:#1976d2;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.portfolio-intro{color:#555;font-size:1.1rem;line-height:1.6;margin:0 auto 3rem;max-width:800px;text-align:center}.portfolio-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.project-card{background:#fff;border-radius:15px;box-shadow:0 4px 20px #1976d21a;overflow:hidden;transition:all .3s ease}.project-card:hover{box-shadow:0 8px 30px #1976d226;transform:translateY(-5px)}.project-image{align-items:center;background:linear-gradient(135deg,#e3f2fd,#bbdefb);display:flex;height:200px;justify-content:center;position:relative}.project-emoji{font-size:4rem}.project-content{padding:1.5rem}.project-category{color:#1976d2;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.project-card h3{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.project-card p{color:#666;line-height:1.6}@media (max-width:768px){.portfolio-grid{grid-template-columns:1fr}.project-card{margin-bottom:1rem}}.contact-form{background:#fff;padding:5rem 2rem}.contact-form .container{margin:0 auto;max-width:800px}.contact-form h2{color:#1976d2;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.contact-subtitle{color:#666;font-size:1.1rem;margin-bottom:3rem;text-align:center}.form{grid-gap:1.5rem}.form,.form-row{display:grid;gap:1.5rem}.form-row{grid-gap:1.5rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column}.form-group label{color:#333;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #e3f2fd;border-radius:8px;font-size:1rem;padding:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#1976d2;outline:none}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background-color:#f5f5f5;cursor:not-allowed}.form-group textarea{min-height:120px;resize:vertical}.checkbox-group{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:.5rem}.checkbox-label{align-items:center;color:#555;cursor:pointer;display:flex;font-size:.95rem;line-height:1.5;padding-left:2rem;position:relative}.checkbox-label input[type=checkbox]{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.checkmark{background-color:#fff;border:2px solid #e3f2fd;border-radius:4px;height:18px;left:0;position:absolute;top:.25rem;transition:all .3s ease;width:18px}.checkbox-label:hover input~.checkmark{border-color:#1976d2}.checkbox-label input:checked~.checkmark{background-color:#1976d2;border-color:#1976d2}.checkmark:after{content:"";display:none;position:absolute}.checkbox-label input:checked~.checkmark:after{display:block}.checkbox-label .checkmark:after{border:solid #fff;border-width:0 2px 2px 0;height:8px;left:5px;top:2px;transform:rotate(45deg);width:4px}.error-text{color:#d32f2f;font-size:.9rem;margin-top:.5rem}.submit-button{background:#1976d2;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;justify-self:center;min-width:150px;padding:1rem 2rem;transition:all .3s ease;width:fit-content}.submit-button:hover:not(:disabled){background:#1565c0;box-shadow:0 4px 15px #1976d24d;transform:translateY(-2px)}.submit-button:disabled{background:#ccc;box-shadow:none;cursor:not-allowed;transform:none}@media (max-width:768px){.contact-form{padding:3rem 1rem}.checkbox-group,.form-row{grid-template-columns:1fr}.contact-form h2{font-size:2rem}}.legal-page{background:#fff;margin:0 auto;max-width:800px;min-height:100vh;padding:6rem 2rem 3rem}.legal-page .container{max-width:100%}.legal-page h1{color:#1976d2;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.last-updated{border-bottom:1px solid #e0e0e0;color:#666;font-style:italic;margin-bottom:2rem;padding-bottom:1rem}.legal-page section{margin-bottom:2.5rem}.legal-page h2{color:#1976d2;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.legal-page h3{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:.8rem;margin-top:1.5rem}.legal-page p{color:#555;line-height:1.7;margin-bottom:1rem}.legal-page ul{margin-bottom:1rem;margin-left:1.5rem}.legal-page li{color:#555;line-height:1.7;margin-bottom:.5rem}.legal-page strong{color:#1976d2;font-weight:600}.legal-page a{color:#1976d2;text-decoration:underline}.legal-page a:hover{color:#1565c0}@media (max-width:768px){.legal-page{padding:5rem 1rem 3rem}.legal-page h1{font-size:2rem}.legal-page h2{font-size:1.3rem}.legal-page h3{font-size:1.1rem}.legal-page ul{margin-left:1rem}}
/*# sourceMappingURL=main.bbe18ce0.css.map*/