*{padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1e293b;font-family:-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}*{box-sizing:border-box}.App{display:flex;flex-direction:column;min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 20px;width:100%}.header{background:#fff;box-shadow:0 2px 10px #0000001a;padding:1rem 0;position:sticky;top:0;z-index:1000}.header .container{align-items:center;display:flex;justify-content:space-between}.logo{color:#2563eb;font-size:1.5rem;font-weight:700}.nav{display:flex;gap:2rem}.nav a{color:#333;font-weight:500;text-decoration:none;transition:color .3s}.nav a:hover{color:#2563eb}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:120px 0;text-align:center}.hero-title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;line-height:1.8;margin-bottom:2.5rem;opacity:.95}.cta-button{background:#fff;border-radius:50px;box-shadow:0 4px 15px #0003;color:#667eea;display:inline-block;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:transform .3s,box-shadow .3s}.cta-button:hover{box-shadow:0 6px 20px #0000004d;transform:translateY(-2px)}section{padding:80px 0}.section-title{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.business{background:#fff}.business-content{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.business-item{padding:2rem;text-align:center}.business-icon{font-size:4rem;margin-bottom:1.5rem}.business-title{color:#1e293b;font-size:1.75rem;font-weight:600;margin-bottom:1rem}.business-description{color:#64748b;font-size:1.05rem;line-height:1.8}.services{background:#f8fafc}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.service-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2.5rem;text-align:center;transition:transform .3s,box-shadow .3s}.service-card:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-5px)}.service-icon{font-size:4rem;margin-bottom:1.5rem}.service-title{color:#1e293b;font-size:1.75rem;font-weight:600;margin-bottom:1rem}.service-description{color:#64748b;line-height:1.8}.development{background:#f8fafc}.development-intro{color:#64748b;font-size:1.15rem;line-height:1.8;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.development-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:4rem}.development-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2.5rem;text-align:center;transition:transform .3s,box-shadow .3s}.development-card:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-5px)}.development-card-icon{font-size:3.5rem;margin-bottom:1.5rem}.development-card-title{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.development-card-description{color:#64748b;font-size:1rem;line-height:1.8}.tech-stack{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:3rem;text-align:center}.tech-stack-title{color:#1e293b;font-size:1.75rem;font-weight:600;margin-bottom:2rem}.tech-tags{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.tech-tag{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:25px;color:#fff;display:inline-block;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:transform .3s,box-shadow .3s}.tech-tag:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.portfolio{background:#f8fafc}.portfolio-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.portfolio-item{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem;transition:transform .3s,box-shadow .3s}.portfolio-item:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-5px)}.portfolio-image{font-size:3.5rem;margin-bottom:1.5rem;text-align:center}.portfolio-title{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.portfolio-description{color:#64748b;line-height:1.8}.about{background:#fff}.about-content{margin:0 auto;max-width:800px}.about-table{background:#fff;border-collapse:collapse;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden;width:100%}.about-table th{background:#f8fafc;color:#1e293b;font-weight:600;text-align:left;vertical-align:top;width:200px}.about-table td,.about-table th{border-bottom:1px solid #e2e8f0;padding:1.25rem 1.5rem}.about-table td{color:#64748b;line-height:1.8}.about-table tr:last-child td,.about-table tr:last-child th{border-bottom:none}.about-table a{color:#2563eb;text-decoration:none;transition:color .3s}.about-table a:hover{color:#1d4ed8;text-decoration:underline}.contact{background:linear-gradient(135deg,#667eea,#764ba2);padding:100px 0;text-align:center}.contact,.contact .section-title{color:#fff}.contact-description{font-size:1.25rem;line-height:1.8;margin-bottom:2.5rem;opacity:.95}.contact-button{background:#fff;border-radius:50px;box-shadow:0 4px 15px #0003;color:#667eea;display:inline-block;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:transform .3s,box-shadow .3s}.contact-button:hover{box-shadow:0 6px 20px #0000004d;transform:translateY(-2px)}.footer{background:#1e293b;color:#fff;margin-top:auto;padding:2rem 0;text-align:center}@media (max-width:768px){.nav{font-size:.9rem;gap:1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.section-title{font-size:2rem}.development-intro{font-size:1rem}.development-grid{grid-template-columns:1fr}.tech-stack{padding:2rem}.business-content,.portfolio-grid,.services-grid{grid-template-columns:1fr}.hero{padding:80px 0}section{padding:60px 0}.about-table th{width:150px}.about-table td,.about-table th{font-size:.95rem;padding:1rem 1.25rem}}@media (max-width:480px){.header .container{flex-direction:column;gap:1rem}.nav{flex-wrap:wrap;justify-content:center}.hero-title{font-size:1.75rem}.contact-button,.cta-button{font-size:.9rem;padding:.875rem 2rem}.about-table{font-size:.9rem}.about-table th{width:120px}.about-table td,.about-table th{padding:.875rem 1rem}.development-card{padding:2rem}.development-card-icon{font-size:3rem}.development-card-title{font-size:1.25rem}.tech-stack{padding:1.5rem}.tech-stack-title{font-size:1.5rem}.tech-tag{font-size:.9rem;padding:.625rem 1.25rem}}
/*# sourceMappingURL=main.dcbd54b7.css.map*/