.header{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);padding:1.5rem 0;position:sticky;top:0;z-index:1000;box-shadow:0 4px 6px #0000001a}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo-text{font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:-.5px}.nav{display:flex;gap:2rem;align-items:center}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:opacity .3s ease}.nav-link:hover{opacity:.8}.cta-button{background:#fff;color:var(--primary);padding:.5rem 1.5rem;border-radius:25px;font-weight:600;transition:transform .2s ease,box-shadow .2s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003;opacity:1}@media (max-width: 768px){.header-container{flex-direction:column;gap:1rem}.nav{flex-wrap:wrap;justify-content:center;gap:1rem}}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem;min-height:80vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-content{animation:fadeInUp .8s ease}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-1px}.highlight{color:var(--accent);text-shadow:2px 2px 4px rgba(0,0,0,.2)}.hero-subtitle{font-size:1.25rem;margin-bottom:1.5rem;opacity:.95;line-height:1.8}.hero-description{font-size:1.1rem;margin-bottom:2.5rem;opacity:.9;padding:1.5rem;background:#ffffff1a;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:1rem 2rem;border-radius:30px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block;border:2px solid transparent}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 4px 15px #f59e0b66}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 6px 20px #f59e0b99}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:var(--primary)}.hero-visual{position:relative;height:400px;animation:fadeIn 1s ease}.floating-card{position:absolute;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:20px;text-align:center;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2)}.floating-card span{font-size:3rem;display:block;margin-bottom:.5rem}.floating-card p{font-weight:600;font-size:1.1rem}.card-1{top:0;left:0;animation:float 3s ease-in-out infinite}.card-2{top:25%;right:0%;animation:float 3s ease-in-out infinite 1s}.card-3{bottom:0;left:38%;animation:float 3s ease-in-out infinite 2s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 968px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-visual{height:300px;margin-top:2rem}}@media (max-width: 768px){.hero{padding:4rem 1.5rem;min-height:auto}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-cta{flex-direction:column}.btn{width:100%;text-align:center}}.services{padding:6rem 2rem;background:var(--light)}.services-container{max-width:1200px;margin:0 auto}.services-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;color:var(--dark);margin-bottom:1rem;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:1.2rem;color:var(--text-light);max-width:700px;margin:0 auto;line-height:1.8}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;border:2px solid transparent;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary),var(--secondary),var(--accent));transform:scaleX(0);transition:transform .3s ease}.service-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026;border-color:var(--primary)}.service-card:hover:before{transform:scaleX(1)}.service-icon{font-size:3.5rem;margin-bottom:1.5rem;display:block;transition:transform .3s ease}.service-card:hover .service-icon{transform:scale(1.1) rotate(5deg)}.service-title{font-size:1.5rem;font-weight:600;color:var(--dark);margin-bottom:1rem}.service-description{color:var(--text-light);line-height:1.7;font-size:1rem}@media (max-width: 768px){.services{padding:4rem 1.5rem}.section-title{font-size:2rem}.services-grid{grid-template-columns:1fr}}.about{padding:6rem 2rem;background:linear-gradient(135deg,#f0f9ff,#e0e7ff)}.about-container{max-width:1200px;margin:0 auto}.about-content{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center}.about-text .section-title{text-align:left;margin-bottom:2rem}.about-paragraph{font-size:1.1rem;line-height:1.8;color:var(--text);margin-bottom:1.5rem}.about-paragraph strong{color:var(--primary);font-weight:600}.about-features{margin-top:2.5rem;display:flex;flex-direction:column;gap:1rem}.feature-item{display:flex;align-items:center;gap:1rem;font-size:1.05rem;color:var(--text)}.feature-icon{font-size:1.5rem;flex-shrink:0}.about-visual{display:flex;justify-content:center;align-items:center}.visual-card{background:#fff;padding:3rem;border-radius:24px;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;gap:2.5rem;width:100%;max-width:350px;border:2px solid var(--primary)}.stat{text-align:center;padding:1.5rem;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);border-radius:16px;color:#fff}.stat-number{font-size:3rem;font-weight:800;margin-bottom:.5rem;line-height:1}.stat-label{font-size:1.1rem;font-weight:500;opacity:.95}@media (max-width: 968px){.about-content{grid-template-columns:1fr;gap:3rem}.about-text .section-title{text-align:center}.visual-card{max-width:100%}}@media (max-width: 768px){.about{padding:4rem 1.5rem}.visual-card{padding:2rem}.stat-number{font-size:2.5rem}}.footer{background:var(--dark);color:#fff;padding:4rem 2rem 2rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-title{font-size:1.8rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,var(--accent) 0%,var(--secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-description{color:#fffc;line-height:1.7}.footer-heading{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:var(--accent)}.footer-text{color:#fffc;line-height:1.7;margin-bottom:.5rem}.footer-link{color:var(--accent);text-decoration:none;font-weight:500;transition:opacity .3s ease}.footer-link:hover{opacity:.8;text-decoration:underline}.footer-social{display:flex;flex-direction:column;gap:.75rem}.social-link{color:#fffc;text-decoration:none;transition:all .3s ease;display:inline-block;width:fit-content}.social-link:hover{color:var(--accent);transform:translate(5px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center}.footer-copyright{color:#fff9;font-size:.9rem}@media (max-width: 768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}}.App{min-height:100vh;display:flex;flex-direction:column}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #6366f1;--primary-dark: #4f46e5;--secondary: #ec4899;--accent: #f59e0b;--dark: #1e293b;--light: #f8fafc;--text: #334155;--text-light: #64748b}body{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;color:var(--text);background:var(--light);line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
