*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#121217;color:#e0e0e0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#121217f2;border-bottom:1px solid #ffffff1a;box-shadow:0 2px 20px #0000004d;padding:1.2rem 0;position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease;z-index:1000}.navbar.scrolled{background:#121217fa;border-bottom:1px solid #667eea4d;box-shadow:0 4px 30px #00000080;padding:.8rem 0}.navbar-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{gap:.75rem;text-decoration:none;transition:transform .3s ease}.navbar-logo:hover{transform:scale(1.05)}.logo-image{background:#0000;display:block;filter:brightness(0) invert(1);height:40px;object-fit:contain;transition:all .3s ease;width:auto}.navbar-logo:hover .logo-image{filter:brightness(0) invert(1) brightness(1.1);opacity:.9}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#667eea;display:block;font-size:1.6rem;font-weight:800;letter-spacing:-.5px;margin:0;position:relative}.logo-text:after{background:linear-gradient(135deg,#667eea,#764ba2);bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.navbar-logo:hover .logo-text:after{width:100%}.navbar-menu{align-items:center;display:flex;gap:.5rem;list-style:none;margin:0;padding:0}.navbar-link{border-radius:10px;color:#fffc;display:block;font-size:1rem;font-weight:500;overflow:hidden;padding:.7rem 1.3rem;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.navbar-link:before{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%) scaleX(0);transition:transform .3s cubic-bezier(.4,0,.2,1);width:70%;z-index:1}.navbar-link:after{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:10px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.navbar-link:hover{color:#fff;transform:translateY(-2px)}.navbar-link:hover:after{opacity:1}.navbar-link:hover:before{transform:translateX(-50%) scaleX(1)}.navbar-link.active{background:linear-gradient(135deg,#667eea26,#764ba226);color:#fff;font-weight:600}.navbar-link.active:before{transform:translateX(-50%) scaleX(1)}.navbar-link.active:after{opacity:1}.hamburger{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:25px;justify-content:space-around;padding:0;width:30px;z-index:1001}.hamburger span{background:#fff;border-radius:3px;box-shadow:0 2px 4px #0003;height:3px;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.hamburger.active span:first-child{transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0;transform:scale(0)}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media (max-width:768px){.hamburger{display:flex}.navbar-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#121217fa;border-top:1px solid #ffffff1a;box-shadow:0 10px 40px #00000080;flex-direction:column;gap:.5rem;left:0;opacity:0;padding:2rem 1rem;position:fixed;right:0;top:70px;transform:translateY(-100%);transition:all .4s cubic-bezier(.4,0,.2,1);visibility:hidden}.navbar-menu.active{opacity:1;transform:translateY(0);visibility:visible}.navbar-link{font-size:1.1rem;padding:1rem 1.5rem;width:100%}.navbar-link:before{height:100%;left:0;transform:scaleY(0);transform-origin:bottom;width:4px}.navbar-link.active:before,.navbar-link:hover:before{transform:scaleY(1);transform-origin:bottom}}.home-page{width:100%}.hero-section{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;min-height:90vh;overflow:hidden;padding:5rem 0;position:relative}.hero-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.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 2rem;position:relative;z-index:1}.hero-content{animation:fadeInLeft .8s ease}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:50px;color:#fff;display:inline-block;font-size:.95rem;font-weight:600;margin-bottom:2rem;padding:.6rem 1.5rem}.hero-title{color:#fff;font-size:3.5rem;font-weight:900;line-height:1.2;margin-bottom:1.5rem}.hero-title .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#fffffff2;font-size:1.2rem;line-height:1.8;margin-bottom:2.5rem}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem}.btn-primary{background:#fff;box-shadow:0 10px 30px #0003;color:#667eea}.btn-primary:hover{box-shadow:0 15px 40px #0000004d;transform:translateY(-3px)}.btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#fff;color:#667eea;transform:translateY(-3px)}.hero-image{animation:fadeInRight .8s ease;height:400px;position:relative}.floating-card{animation:float 6s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e28f2;border:1px solid #667eea4d;border-radius:20px;box-shadow:0 20px 60px #00000080;padding:2rem;position:absolute;text-align:center}.card-icon{font-size:3rem;margin-bottom:.5rem}.floating-card p{color:#e0e0e0;font-weight:600;margin:0}.card-1{animation-delay:0s;left:10%;top:20%}.card-2{animation-delay:2s;right:10%;top:50%}.card-3{animation-delay:4s;bottom:10%;left:30%}.features-section{background:#1a1a24;padding:5rem 0}.section-header{margin-bottom:4rem}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e28cc;border:1px solid #667eea33;border-radius:20px;box-shadow:0 10px 30px #0000004d;padding:2.5rem;text-align:center;transition:all .3s ease}.feature-card:hover{background:#1e1e28f2;border-color:#667eea66;box-shadow:0 20px 40px #667eea33;transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.feature-card p{color:#ffffffb3;line-height:1.6}.stats-section{background:linear-gradient(135deg,#667eea,#764ba2);padding:5rem 0}.stats-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));text-align:center}.stat-item{color:#fff}.stat-number{font-size:3rem;font-weight:900;margin-bottom:.5rem}.stat-label{font-size:1.1rem;opacity:.9}@media (max-width:968px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-image{height:300px}}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.features-grid{grid-template-columns:1fr}.stats-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}}.products-page{background:#121217;min-height:100vh}.products-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:5rem 0;text-align:center}.products-section{background:#1a1a24;padding:5rem 0}.products-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(380px,1fr))}.product-card{animation:fadeInUp .6s ease .2s both;animation:fadeInUp .6s ease calc(var(--delay, 0) + .2s) both;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e28cc;border:1px solid #667eea33;border-radius:24px;box-shadow:0 10px 30px #0000004d;overflow:hidden;padding:0;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.product-card:before{background:var(--gradient);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .4s ease;z-index:1}.product-card:hover:before{transform:scaleX(1)}.product-card:hover{border-color:#667eea80;box-shadow:0 25px 50px #667eea4d;transform:translateY(-8px)}.product-card.hovered{transform:translateY(-8px) scale(1.02)}.product-glow{filter:blur(60px);height:200%;left:-50%;opacity:0;position:absolute;top:-50%;transition:opacity .4s ease;width:200%;z-index:0}.product-card.hovered .product-glow{opacity:.4}.product-content{padding:2.5rem;position:relative;z-index:1}.product-card.coming-soon{opacity:.95;position:relative}.product-card.coming-soon:after{background:linear-gradient(135deg,#0000001a,#0000000d);border-radius:24px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.product-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:2rem}.product-icon-wrapper{display:inline-block;position:relative}.product-icon{align-items:center;border-radius:18px;box-shadow:0 10px 30px #0000004d;display:flex;font-size:2.5rem;height:70px;justify-content:center;position:relative;transition:transform .4s ease;width:70px;z-index:2}.product-card.hovered .product-icon{transform:scale(1.1) rotate(5deg)}.product-icon-bg{animation:pulse 2s ease-in-out infinite;background:#667eea33;border-radius:50%;height:90px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:90px;z-index:1}@keyframes pulse{0%,to{opacity:.6;transform:translate(-50%,-50%) scale(1)}50%{opacity:.3;transform:translate(-50%,-50%) scale(1.2)}}.product-badges{align-items:flex-end;display:flex;flex-direction:column;gap:.5rem}.product-category{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea4d}.coming-soon-badge,.product-category{border-radius:20px;color:#fff;font-size:.85rem;font-weight:600;padding:.5rem 1rem;white-space:nowrap}.coming-soon-badge{align-items:center;animation:shimmer 2s ease-in-out infinite;background:linear-gradient(135deg,#f093fb,#f5576c);box-shadow:0 4px 15px #f5576c4d;display:flex;gap:.5rem}.pulse-dot{animation:pulse-dot 1.5s ease-in-out infinite;background:#fff;border-radius:50%;display:inline-block;height:8px;width:8px}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}@keyframes shimmer{0%,to{box-shadow:0 4px 15px #f5576c4d}50%{box-shadow:0 4px 25px #f5576c80}}.product-name{color:#fff;font-size:2rem;font-weight:800;margin-bottom:1rem}.product-description{color:#ffffffb3;font-size:1.05rem;line-height:1.8;margin-bottom:1.5rem}.product-features{margin-bottom:2rem}.product-features h3{color:#fff;font-size:1.2rem;font-weight:700;margin-bottom:1rem}.product-features ul{list-style:none;padding:0}.product-features li{align-items:center;color:#fffc;display:flex;gap:.5rem;padding:.6rem 0 .6rem 2rem;position:relative;transition:all .3s ease}.product-card.hovered .product-features li{color:#fffffff2;transform:translateX(5px)}.feature-icon{font-size:1rem;opacity:.8}.product-actions{display:flex;gap:1rem}.btn{text-decoration:none}.btn-coming-soon{background:linear-gradient(135deg,#f5576c4d,#f093fb4d);border:1px solid #f5576c4d;box-shadow:0 10px 30px #f5576c33;color:#fff9;cursor:not-allowed}.btn-coming-soon:hover{box-shadow:0 10px 30px #f5576c33;transform:none}.btn-coming-soon svg{animation:rotate 2s linear infinite}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.page-title{font-size:2.5rem}.page-subtitle{font-size:1.1rem}.products-grid{grid-template-columns:1fr}.product-card{padding:2rem}}.services-page{background:#121217;min-height:100vh}.services-hero{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;padding:5rem 0;text-align:center}.services-section{background:#1a1a24;padding:5rem 0}.section-header{margin-bottom:3rem;text-align:center}.section-title{color:#fff;font-size:2.5rem;font-weight:800;margin-bottom:1rem}.section-description{color:#ffffffb3;font-size:1.2rem;line-height:1.8;margin:0 auto;max-width:700px}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.service-card{animation:fadeInUp .6s ease .2s both;animation:fadeInUp .6s ease calc(var(--delay, 0) + .2s) both;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e28cc;border:1px solid #667eea33;border-radius:24px;box-shadow:0 10px 30px #0000004d;overflow:hidden;padding:0;position:relative;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.service-card:before{background:var(--gradient);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .4s ease;z-index:1}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{border-color:#667eea80;box-shadow:0 25px 50px #667eea4d;transform:translateY(-8px)}.service-card.hovered{transform:translateY(-8px) scale(1.02)}.service-glow{filter:blur(60px);height:200%;left:-50%;opacity:0;position:absolute;top:-50%;transition:opacity .4s ease;width:200%;z-index:0}.service-card.hovered .service-glow{opacity:.3}.service-content{padding:2.5rem;position:relative;z-index:1}.service-icon-wrapper{display:inline-block;margin-bottom:1.5rem}.service-icon{align-items:center;border-radius:20px;box-shadow:0 10px 30px #0000004d;display:flex;font-size:3rem;height:80px;justify-content:center;margin:0 auto;transition:transform .4s ease;width:80px}.service-card.hovered .service-icon{transform:scale(1.1) rotate(5deg)}.service-title{color:#fff;font-size:1.8rem;font-weight:800;margin-bottom:1rem}.service-description{color:#ffffffb3;font-size:1.05rem;line-height:1.8;margin-bottom:1.5rem}.service-tech-stack{margin-top:1.5rem;text-align:left}.service-tech-stack h4{color:#ffffffe6;font-size:1rem;font-weight:600;margin-bottom:.8rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#667eea33;border:1px solid #667eea4d;border-radius:20px;color:#ffffffe6;font-size:.85rem;font-weight:500;padding:.4rem .8rem;transition:all .3s ease}.service-card.hovered .tech-tag{background:#667eea4d;border-color:#667eea80;transform:translateY(-2px)}.tech-stack-section{background:#121217;padding:5rem 0}.tech-stack-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.tech-category-card{animation:fadeInUp .6s ease .2s both;animation:fadeInUp .6s ease calc(var(--delay, 0) + .2s) both;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e28cc;border:1px solid #667eea33;border-radius:20px;box-shadow:0 10px 30px #0000004d;padding:2rem;transition:all .3s ease}.tech-category-card:hover{border-color:#667eea66;box-shadow:0 20px 40px #667eea33;transform:translateY(-5px)}.tech-category-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.tech-list{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.tech-item{background:#667eea26;border:1px solid #667eea4d;border-radius:25px;color:#ffffffe6;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.tech-item:hover{background:#667eea4d;border-color:#667eea80;transform:translateY(-2px)}.digital-expansion-section{background:#1a1a24;padding:5rem 0}.expansion-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.expansion-card{animation:fadeInUp .6s ease .2s both;animation:fadeInUp .6s ease calc(var(--delay, 0) + .2s) both;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e28cc;border:1px solid #667eea33;border-radius:20px;box-shadow:0 10px 30px #0000004d;padding:2.5rem;text-align:center;transition:all .3s ease}.expansion-card:hover{border-color:#667eea66;box-shadow:0 20px 40px #667eea33;transform:translateY(-5px)}.expansion-icon{animation:float 3s ease-in-out infinite;display:inline-block;font-size:3.5rem;margin-bottom:1.5rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.expansion-title{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.expansion-description{color:#ffffffb3;font-size:1rem;line-height:1.8}@media (max-width:768px){.page-title{font-size:2.5rem}.page-subtitle{font-size:1.1rem}.section-title{font-size:2rem}.section-description{font-size:1rem}.expansion-grid,.services-grid,.tech-stack-grid{grid-template-columns:1fr}.expansion-card,.service-content,.tech-category-card{padding:2rem}}.about-page{background:#121217;min-height:100vh}.about-hero{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff;padding:5rem 0;text-align:center}.about-section{background:#1a1a24;padding:5rem 0}.about-content{grid-gap:4rem;display:grid;gap:4rem}.about-text{animation:fadeInUp .6s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e28cc;border:1px solid #667eea33;border-radius:20px;box-shadow:0 10px 30px #0000004d;padding:3rem}.about-text h2{color:#fff;font-size:2.5rem;font-weight:800;margin-bottom:1.5rem}.about-text p{color:#ffffffb3;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-text p:last-child{margin-bottom:0}.about-values{animation:fadeInUp .8s ease}.about-values h2{color:#fff;font-size:2.5rem;font-weight:800;margin-bottom:2rem;text-align:center}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.value-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e28cc;border:1px solid #667eea33;border-radius:20px;box-shadow:0 10px 30px #0000004d;padding:2rem;text-align:center;transition:all .3s ease}.value-item:hover{background:#1e1e28f2;border-color:#667eea66;box-shadow:0 20px 40px #667eea33;transform:translateY(-5px)}.value-icon{font-size:3rem;margin-bottom:1rem}.value-item h3{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:.8rem}.value-item p{color:#ffffffb3;line-height:1.6}@media (max-width:768px){.page-title{font-size:2.5rem}.page-subtitle{font-size:1.1rem}.about-text{padding:2rem}.about-text h2,.about-values h2{font-size:2rem}.values-grid{grid-template-columns:1fr}}.contact-page{background:#121217;min-height:100vh}.contact-hero{background:linear-gradient(135deg,#43e97b,#38f9d7);color:#fff;padding:5rem 0;text-align:center}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.hero-content{animation:fadeInUp .8s ease}.page-title{font-size:3.5rem;font-weight:900;margin-bottom:1rem;text-shadow:2px 2px 4px #0003}.page-subtitle{font-size:1.3rem;line-height:1.8;margin:0 auto;max-width:700px;opacity:.95}.contact-section{background:#1a1a24;padding:5rem 0}.contact-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1.5fr}.contact-info{animation:fadeInLeft .6s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e28cc;border:1px solid #667eea33;border-radius:20px;box-shadow:0 10px 30px #0000004d;padding:3rem}.contact-info h2{color:#fff;font-size:2rem;font-weight:800;margin-bottom:2rem}.info-item{align-items:start;display:flex;gap:1.5rem;margin-bottom:2rem}.info-item:last-child{margin-bottom:0}.info-icon{flex-shrink:0;font-size:2rem}.info-item h3{color:#fff;font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.info-item p{color:#ffffffb3;line-height:1.6}.contact-form-wrapper{animation:fadeInRight .6s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e28cc;border:1px solid #667eea33;border-radius:20px;box-shadow:0 10px 30px #0000004d;padding:3rem}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#fff;font-size:1rem;font-weight:600}.form-group input,.form-group textarea{background:#12121780;border:2px solid #ffffff1a;border-radius:12px;color:#e0e0e0;font-family:inherit;font-size:1rem;padding:1rem;transition:all .3s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff6}.form-group input:focus,.form-group textarea:focus{background:#121217cc;border-color:#667eea;box-shadow:0 0 0 3px #667eea33;outline:none}.form-group textarea{min-height:150px;resize:vertical}.btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-family:inherit;font-size:1.1rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 10px 30px #667eea4d;color:#fff}.btn-primary:hover{box-shadow:0 15px 40px #667eea66;transform:translateY(-2px)}.btn-primary svg{transition:transform .3s ease}.btn-primary:hover svg{transform:translateX(5px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@media (max-width:968px){.contact-content{grid-template-columns:1fr}}@media (max-width:768px){.page-title{font-size:2.5rem}.page-subtitle{font-size:1.1rem}.contact-form-wrapper,.contact-info{padding:2rem}}.App{background:#121217;color:#e0e0e0;min-height:100vh}
/*# sourceMappingURL=main.5d95294e.css.map*/