body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;padding:1rem 0;box-shadow:0 2px 20px #0000001a;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.nav-logo h2{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;font-size:1.5rem}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu button{background:none;border:none;font-size:1rem;font-weight:500;color:#333;cursor:pointer;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;position:relative}.nav-menu button:hover,.nav-menu button.active{color:#667eea;background:#667eea1a}.nav-menu button.active:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:20px;height:2px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:1px}.hero-section{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;position:relative;overflow:hidden;box-shadow:0 8px 40px #667eea1a;animation:heroFadeIn 1.2s cubic-bezier(.4,0,.2,1)}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:none}}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.hero-content{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.hero-text{color:#fff;animation:heroFadeIn 1.5s .2s cubic-bezier(.4,0,.2,1) both}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;text-shadow:0 4px 20px rgba(0,0,0,.3);letter-spacing:-1px;background:linear-gradient(90deg,#fff 60%,#ffb6b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.3rem;margin-bottom:2rem;opacity:.93;line-height:1.6;text-shadow:0 2px 8px rgba(0,0,0,.1)}.cta-button{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 25px #ff6b6b4d;margin-bottom:.5rem;position:relative;overflow:hidden}.cta-button:not(:last-child){margin-right:.7rem}.cta-button:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 12px 35px #ff6b6b66;background:linear-gradient(135deg,#ee5a24,#ff6b6b)}.hero-visual{display:flex;justify-content:center;align-items:center}.hero-image-placeholder{width:400px;height:300px;background:#ffffff2e;border-radius:24px;-webkit-backdrop-filter:blur(18px) saturate(1.2);backdrop-filter:blur(18px) saturate(1.2);border:2.5px solid transparent;background-clip:padding-box,border-box;box-shadow:0 8px 32px #667eea21;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;animation:heroFadeIn 1.5s .3s cubic-bezier(.4,0,.2,1) both}.hero-image-placeholder:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;padding:2px;background:linear-gradient(120deg,#ff6b6b,#667eea,#764ba2,#ffb6b6 90%);background-size:200% 200%;animation:borderAnim 4s linear infinite;z-index:0;pointer-events:none}@keyframes borderAnim{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.hero-image-placeholder>.image-overlay{position:relative;z-index:1;background:#ffffff2e;border-radius:16px;padding:1.2rem 1.5rem;box-shadow:0 2px 8px #667eea14;color:#fff;font-weight:600;text-shadow:0 2px 8px rgba(0,0,0,.1)}@keyframes shimmer{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}to{transform:translate(100%) translateY(100%) rotate(45deg)}}.image-overlay{text-align:center;color:#fff;z-index:2;position:relative}.image-overlay h3{font-size:2rem;font-weight:700;margin-bottom:.5rem}.image-overlay p{font-size:1.1rem;opacity:.9}.services-section{padding:6rem 0;background:#f8fafc;margin-top:2.5rem;margin-bottom:2.5rem}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-header p{font-size:1.2rem;color:#64748b;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.service-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 40px #0000001a;transition:all .3s ease;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea,#764ba2)}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #00000026}.service-card.featured{border:2px solid #667eea;transform:scale(1.05)}.service-card.featured:before{height:6px;background:linear-gradient(135deg,#ff6b6b,#ee5a24)}.service-icon{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:2rem}.facebook-icon{background:linear-gradient(135deg,#1877f2,#42a5f5)}.landing-icon{background:linear-gradient(135deg,#667eea,#764ba2)}.design-icon{background:linear-gradient(135deg,#ff6b6b,#ee5a24)}.service-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1e293b}.service-card p{color:#64748b;line-height:1.6}.technologies-section{padding:6rem 0;background:#f4f7fb}.technologies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2.5rem;margin-top:3rem;justify-items:center}.tech-card{background:#fff;padding:2.2rem 1.5rem 1.7rem;border-radius:18px;text-align:center;box-shadow:0 6px 32px #667eea14,0 1.5px 6px #0000000a;border:1.5px solid #e2e8f0;transition:box-shadow .3s,transform .3s,border-color .3s;min-width:180px;max-width:270px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.tech-card:hover{box-shadow:0 12px 40px #667eea2e,0 2px 10px #00000012;border-color:#667eea;transform:translateY(-6px) scale(1.03)}.tech-icon{margin-bottom:1.1rem;display:flex;align-items:center;justify-content:center;border-radius:50%;width:64px;height:64px;box-shadow:0 2px 8px #667eea1a}.tech-icon img{width:48px;height:48px;background:none}.tech-card h3{font-size:1.18rem;font-weight:700;color:#1e293b;margin-bottom:.7rem}.tech-desc{color:#64748b;font-size:1.01rem;margin:0;margin-bottom:.2rem;min-height:2.5em}.contact-section{padding:6rem 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.contact-section .section-header h2{color:#fff;-webkit-text-fill-color:white}.contact-section .section-header p{color:#ffffffe6}.contact-content{display:grid;grid-template-columns:1fr;gap:3rem;margin-top:3rem}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.contact-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:15px;text-align:center;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.contact-card:hover{transform:translateY(-5px);background:#ffffff26}.contact-icon{font-size:2.5rem;margin-bottom:1rem}.contact-card h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem}.contact-card a{color:#fff;text-decoration:none;font-size:1.1rem;display:block;margin-bottom:.5rem;transition:all .3s ease}.contact-card a:hover{color:#ff6b6b;transform:translate(5px)}.footer{background:#1e293b;color:#fff;padding:3rem 0 1rem}.footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.footer-logo h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-logo p{color:#94a3b8}@media (max-width: 1200px){.container,.nav-container{max-width:1000px;padding:0 10px}.hero-content,.services-grid,.technologies-grid{gap:2rem}}@media (max-width: 900px){.container,.nav-container{max-width:800px;padding:0 8px}.hero-content,.services-grid,.technologies-grid{gap:1.5rem}}@media (max-width: 768px){.nav-container{flex-direction:column;align-items:center;gap:1.5rem;padding:1rem 0 .5rem}.nav-logo{margin-bottom:.5rem;justify-content:center;width:100%}.nav-menu{gap:1.2rem;flex-wrap:wrap;justify-content:center;width:100%}.navbar select{margin-top:.5rem;margin-bottom:.5rem;width:120px;align-self:center}.hero-section{margin-top:200px;min-height:50vh;padding-top:2.5rem;padding-bottom:2.5rem;display:flex;align-items:flex-start;box-shadow:0 4px 18px #667eea1a}.hero-content{grid-template-columns:1fr;text-align:center;gap:2.5rem;padding-top:2.5rem;padding-bottom:2.5rem;justify-items:center}.hero-text{width:100%;max-width:95vw;margin:0 auto 1.5rem}.hero-title{font-size:2.1rem;margin-bottom:1.1rem;line-height:1.25}.hero-subtitle{font-size:1.1rem;margin-bottom:1.5rem;line-height:1.5}.hero-image-placeholder{width:90vw;max-width:260px;height:120px;margin:0 auto 1.5rem;border-radius:16px}.hero-image-placeholder:before{border-radius:16px}.cta-button{width:100%;max-width:320px;margin:.4rem auto;display:block;font-size:1rem;padding:.9rem 1.5rem;border-radius:40px}.services-section,.technologies-section,.contact-section{padding:3rem 0 2rem}.services-grid{grid-template-columns:1fr;gap:2rem;margin-top:2rem}.service-card{margin:0 auto;max-width:95vw;border-radius:18px;box-shadow:0 4px 18px #00000014;padding:1.7rem 1.2rem}.technologies-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem}.tech-card{padding:1.2rem .7rem;min-width:0;max-width:95vw;border-radius:14px}.tech-icon{width:54px;height:54px}.tech-icon img{width:38px;height:38px}.section-header h2{font-size:2rem;margin-bottom:.7rem}.section-header p{font-size:1.05rem;margin-bottom:1.2rem}.footer-content{flex-direction:column;align-items:center;gap:1.2rem;text-align:center}.footer{padding:2rem 0 1rem}}@media (max-width: 480px){.hero-section{margin-top:300px;min-height:10vh;padding-top:1.2rem;padding-bottom:1.2rem;display:flex;align-items:flex-start;justify-content:center}.hero-content{grid-template-columns:1fr;text-align:center;gap:1.5rem;padding-top:1.2rem;padding-bottom:1.2rem;justify-items:center}.hero-text{width:100%;max-width:98vw;margin:0 auto 1.2rem;padding:0 .5rem}.hero-title{font-size:1.3rem;margin-bottom:.7rem;line-height:1.25}.hero-subtitle{font-size:1.05rem;margin-bottom:1.1rem;line-height:1.5}.hero-image-placeholder{display:none!important}.cta-button{width:100%;max-width:320px;margin:.4rem auto;display:block;font-size:1rem;padding:.9rem 1.5rem;border-radius:30px}.section-header h2{font-size:1.2rem;margin-bottom:.5rem}.service-card,.tech-card{padding:1rem .5rem;border-radius:12px}.services-grid,.technologies-grid{gap:1.1rem}.footer{padding:1.2rem 0 .5rem}.footer-logo h3{font-size:1.1rem}.cta-button{font-size:.98rem;padding:.8rem 1.1rem}.tech-card{padding:1rem .5rem;border-radius:12px}.tech-icon{width:44px;height:44px}.tech-icon img{width:28px;height:28px}}*{margin:0;padding:0;box-sizing:border-box}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;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}
