@charset "UTF-8";@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css";@import"https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Lato:ital,wght@0,100;0,900;1,100;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;600;700&display=swap";.navbar{height:var(--nav-height)}.site-content{padding-top:var(--nav-height)}.navbar{position:fixed;top:0;left:0;width:100%;background:#062133;height:80px;display:flex;align-items:flex-end;justify-content:space-around;padding:0 20px;z-index:20;overflow-y:hidden}.navbar .logo-3d{position:relative;top:-10px;width:250px;height:50px;transform-style:preserve-3d;perspective:1000px;cursor:pointer;animation:logoFloat 6s ease-in-out infinite alternate}.navbar .logo-3d:hover{transform:rotateX(0) rotateY(0) translateZ(15px) scale(1.05);animation-play-state:paused}.navbar .logo-3d .logo-face{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center;backface-visibility:visible;border-radius:8px;font-weight:900;font-size:32px;color:#fff;letter-spacing:1px;background:linear-gradient(135deg,#9d4593,#ff0867);box-shadow:0 4px 6px #0000004d,0 8px 15px #0003,inset 0 -2px 4px #fff3;text-shadow:0 2px 4px rgba(0,0,0,.5),0 4px 8px rgba(0,0,0,.3),0 8px 12px rgba(0,0,0,.2);transform:translateZ(12px);transition:all .4s ease}.navbar .logo-3d .logo-img{width:320px;height:auto;object-fit:contain;margin-left:20px}.navbar .hamburger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;cursor:pointer;z-index:25}.navbar .hamburger span{height:3px;width:100%;background-color:#fff;border-radius:10px;transition:all .3s ease}.navbar ul{list-style:none;display:flex;gap:40px;margin:0;padding:10px 0;position:relative;outline:none;transition:transform .3s ease-in-out;z-index:99}.navbar li{position:relative;outline:hidden}.navbar li a{text-decoration:none;color:#fff;font-size:18px;padding:10px;position:relative;z-index:2;outline:none;transition:color .3s ease}.navbar .indicator{position:absolute;top:35px;left:0;width:180px;height:150px;background:red;overflow:hidden;border-top-left-radius:200px;border-top-right-radius:200px;transition:transform .4s ease;z-index:1;border:2px solid rgb(6,6,248);box-shadow:inset 0 0 4px #fff,inset 0 0 8px #fff,inset 0 0 12px #fff,inset 0 0 18px #fff}.second-navbar{position:fixed;top:0;left:5%;border-radius:30px;width:90%;justify-content:center;align-items:center;height:85px;background:red;z-index:10;transform:translateY(15%);transition:transform .4s ease}.second-navbar.open{transform:translateY(0)}@media (max-width: 768px){.second-navbar{display:none}.navbar{justify-content:space-between;padding:0}.navbar .hamburger{display:flex;position:relative;bottom:30px;right:5px}.navbar .nav-menu{position:fixed;left:-100%;top:80px;flex-direction:column;width:100%;height:calc(100vh - 80px);gap:0;padding:20px 0;background-color:#062133}.navbar .nav-menu.active{left:0}.navbar .nav-menu li{width:100%;text-align:center;padding:15px 0}.navbar .nav-menu li a{display:block;width:100%;padding:15px}.navbar .indicator{display:none}}@media (min-width: 769px) and (max-width: 1024px){.navbar{justify-content:space-around;padding:0 10px}.navbar ul{gap:20px}.navbar li a{font-size:16px;padding:8px}.navbar .indicator{width:140px;height:150px}}@keyframes logoFloat{0%{transform:rotateX(8deg) rotateY(12deg) translateZ(0) scale(1)}50%{transform:rotateX(12deg) rotateY(18deg) translateZ(5px) scale(1.02)}to{transform:rotateX(10deg) rotateY(15deg) translateZ(0) scale(1)}}.hero-wrapper{position:relative;width:100%;min-height:100vh;background:#062133;overflow:hidden;display:flex;flex-direction:column;top:90px;z-index:9;padding-bottom:1rem}.hero-particles,.text3d-particles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:hidden}.text3d-particles{z-index:-1}.hero-particle,.text3d-particle{position:absolute;border-radius:50%;pointer-events:none;bottom:-50px;animation:floatUp linear infinite;background:radial-gradient(circle at 30% 30%,#fff9,#ffffff4d 60%,#ffffff1a);box-shadow:0 0 8px #00c6ff66,inset 0 0 4px #fff9}.text3d-particle{background:radial-gradient(circle,#00e5ff,#06f);box-shadow:0 0 10px #00e5ffcc,0 0 20px #06f9,0 0 30px #00f6;animation:floatUp linear infinite,glowShift 6s linear infinite}.top-bar-container{display:flex;justify-content:center;width:100%}.top-bar{width:90%;max-width:1400px;height:20px;background:#fff;border-bottom-left-radius:30px;border-bottom-right-radius:30px;z-index:10;box-shadow:0 5px 15px #ff66004d;align-self:center}@media (max-width: 576px){.top-bar{display:none}}.hero{display:flex;align-items:center;justify-content:space-between;padding:2rem 5%;flex:1;width:100%;min-height:calc(100vh - 140px);box-sizing:border-box;position:relative;z-index:2}.hero__content{flex:1;max-width:600px;z-index:5;padding-right:30px}@media (max-width: 992px){.hero__content{padding-right:0;max-width:100%;text-align:center;margin-bottom:2rem}}.hero__content h2{font:300 1.5rem Abril Fatface,serif;color:#fff;margin-bottom:8px}.hero__content h1{font:600 2.8rem Abril Fatface,serif;margin:.5rem 0 1.2rem;line-height:1.1;background:linear-gradient(45deg,red,#00ffea,#ff00f2,#ff9d00);-webkit-background-clip:text;background-clip:text;color:transparent}.hero__content p{font:500 1.2rem Lato,sans-serif;color:#fff;line-height:1.5;margin-bottom:1.8rem}.hero__content .hire-btn{background:linear-gradient(90deg,#ff007f,#f60);color:#fff;padding:.9rem 2.2rem;border-radius:50px;border:none;cursor:pointer;font:700 1rem sans-serif;transition:.4s;box-shadow:0 5px 15px #ff007f4d}.hero__content .hire-btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #ff007f80}.hero__content .social-icons{display:flex;gap:15px;margin-top:25px}@media (max-width: 992px){.hero__content .social-icons{justify-content:center}}.hero__content .social-icons a{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:#ffffff1a;color:#fff;font-size:1.1rem;transition:.3s;text-decoration:none}.hero__content .social-icons a:hover{background:linear-gradient(90deg,#ff007f,#f60);transform:translateY(-3px)}.hero__image{flex:1;position:relative;display:flex;justify-content:center;align-items:center;height:100%;min-height:400px}.hero__image img{position:relative;z-index:1;width:100%;max-width:550px;height:auto}.hero__image .blob{position:absolute;width:420px;height:420px;right:0;top:50%;transform:translateY(-50%);z-index:1;opacity:.8;border-radius:60% 40% 30% 70%/60% 30% 70% 40%;background:linear-gradient(90deg,#ff007f,#f60);animation:morph 8s linear infinite}.hero__image .circle{position:absolute;border-radius:50%;z-index:2;opacity:.7;background:linear-gradient(135deg,#f8048a,#7d05ed);animation:pulse 3s infinite alternate}.hero__image .circle.circle1{width:120px;height:120px;top:10%;left:5%}.hero__image .circle.circle2{width:80px;height:80px;top:30%;left:-3%;background:linear-gradient(135deg,#ff008c,#ff3c00);animation-duration:2s}.hero__image .circle.circle3{width:70px;height:70px;bottom:20%;left:10%;background:linear-gradient(135deg,#ff0015,#ff9500);animation-duration:4s}.hero__image .circle.circle4{width:60px;height:60px;bottom:15%;right:25%;background:linear-gradient(135deg,#ff007f,#8400ff);animation-duration:5s}.hero__image .circle.circle5{width:140px;height:140px;bottom:-10px;right:-70px;background:linear-gradient(135deg,#ff007f,#f60);animation-duration:8s}.text3d-scene{position:relative;width:100%;height:100vh;background:transparent;overflow:hidden;display:flex;justify-content:center;align-items:center}.text3d-container{position:relative;z-index:-2;text-align:center;perspective:1000px;overflow:hidden}.text3d-text{font:900 4rem sans-serif;text-transform:uppercase;display:inline-block;color:#fff;letter-spacing:.2rem;transition:transform .2s ease-out;text-shadow:0 2px 5px rgba(0,0,0,.6),0 4px 10px rgba(0,0,0,.5),0 6px 15px rgba(0,0,0,.4)}.text3d-letter{display:inline-block;transition:transform .3s ease,color .3s ease;cursor:default}.text3d-letter:hover{transform:translateY(-8px) rotateX(15deg) rotateY(-10deg) scale(1.2);color:#00e5ff;text-shadow:0 3px 15px rgb(0,229,255),0 5px 25px rgba(0,180,255,.9),0 7px 35px rgba(0,120,255,.7)}.text3d-space{display:inline-block;width:1rem}@keyframes hero-float{0%{transform:translateY(0) translate(0) scale(.5);opacity:0}5%{opacity:.6}50%{transform:translate(calc(var(--x-movement, 0) * 15px)) scale(1)}95%{opacity:.4}to{transform:translateY(-120vh) translate(calc(var(--x-movement, 0) * 25px)) scale(1.1);opacity:0}}@keyframes floatUp{0%{transform:translateY(0) scale(1)}to{transform:translateY(-110vh) scale(.5)}}@keyframes glowShift{0%{filter:hue-rotate(0deg)}50%{filter:hue-rotate(180deg)}to{filter:hue-rotate(360deg)}}@keyframes morph{0%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30%}to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}}@keyframes pulse{0%{transform:scale(1);opacity:.7}50%{transform:scale(1.1);opacity:.5}to{transform:scale(1);opacity:.7}}@keyframes slide-in-left{0%{transform:translate(-100px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slide-in-right{0%{transform:translate(100px);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 1200px){.hero__content h1{font-size:2.5rem}.hero__image img{max-width:450px}.hero__image .blob{width:380px;height:380px}}@media (max-width: 992px){.hero{flex-direction:column;text-align:center}.hero__image .blob{right:50%;transform:translate(50%,-50%);width:340px;height:340px}}@media (max-width: 768px){.hero__content h2{font-size:1.3rem}.hero__content h1{font-size:2.2rem}.hero__content p{font-size:1rem}.hero__image img{max-width:300px}.hero__image .blob{width:300px;height:300px}.text3d-text{font-size:2.2rem;letter-spacing:.1rem}}@media (max-width: 576px){.hero__content h2{font-size:1.1rem}.hero__content h1{font-size:1.8rem;margin:.3rem 0 1rem}.hero__content p{font-size:.9rem;margin-bottom:1.5rem}.hire-btn{padding:.8rem 1.8rem;font-size:.9rem}.social-icons{gap:10px;margin-top:20px}.social-icons a{width:40px;height:40px;font-size:1rem}.hero__image .blob{width:260px;height:260px}.hero__image .circle{transform:scale(.7)}}.hero__content h1,.hero__content h2,.hero__content p,.hire-btn,.social-icons{animation:slide-in-left 2s ease forwards}.hero__image img{animation:slide-in-right 2s ease forwards}.text3d-text{animation:slide-in-left 2s ease forwards}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.about-section{padding:80px 0;font-family:Inter,sans-serif;color:#fff;overflow:hidden;background:#062133}.about-section .about-container{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;padding:0 clamp(16px,4vw,32px);background-color:transparent;border-radius:20px;box-shadow:0 4px 8px 5px #22e0ea66}@media (max-width: 992px){.about-section .about-container{flex-direction:column;gap:30px}}.about-section .about-left,.about-section .about-right{opacity:0;transition:all .6s ease-out}@media (prefers-reduced-motion: reduce){.about-section .about-left,.about-section .about-right{animation:none;transition:none}}@media (max-width: 992px){.about-section .about-left,.about-section .about-right{min-height:auto}}.about-section .about-left{flex:1;min-height:400px}@media (max-width: 992px){.about-section .about-left{min-height:250px}}.about-section .about-left.slide-in-left{opacity:1;animation:slideInLeft .6s forwards}.about-section .about-right{flex:1;padding:20px}@media (max-width: 992px){.about-section .about-right{padding-left:0}}.about-section .about-right.slide-in-right{opacity:1;animation:slideInRight .6s forwards}.about-section .graphic-animation{position:relative;width:100%;height:100%;min-height:400px}@media (max-width: 992px){.about-section .graphic-animation{display:none}}.about-section .graphic-animation .shape{position:absolute;border-radius:12px;transition:transform .3s ease}@media (prefers-reduced-motion: reduce){.about-section .graphic-animation .shape{animation:none;transition:none}}.about-section .graphic-animation .shape:hover{transform:scale(1.03)}.about-section .graphic-animation .shape .reflection{position:absolute;top:100%;left:0;width:100%;height:100%;transform:scaleY(-.5);opacity:.35;filter:blur(2px);-webkit-mask-image:linear-gradient(to bottom,#fff9,#fff0);mask-image:linear-gradient(to bottom,#fff9,#fff0);background:inherit;border-radius:inherit}@media (prefers-reduced-motion: reduce){.about-section .graphic-animation .shape .reflection{display:none}}.about-section .graphic-animation .shape-1{width:120px;height:120px;background:linear-gradient(135deg,#fc0808dd,#e40fa8);top:20%;left:30%;animation:float 4.5s ease-in-out infinite;animation-delay:.3s;box-shadow:0 4px 8px #0003}.about-section .graphic-animation .shape-2{width:80px;height:80px;background:linear-gradient(135deg,#fc0808dd,#ff6b6b);top:50%;left:50%;animation:float 5s ease-in-out infinite;animation-delay:.6s;box-shadow:0 4px 8px #0003;border-radius:50%}.about-section .graphic-animation .shape-3{width:100px;height:100px;background:linear-gradient(135deg,#4cc9f0,#4895ef);top:30%;left:60%;animation:float 5.5s ease-in-out infinite;animation-delay:.9s;box-shadow:0 4px 8px #0003}.about-section .graphic-animation .shape-4{width:70px;height:70px;background:linear-gradient(135deg,#7209b7,#3a0ca3);top:60%;left:25%;animation:float 6s ease-in-out infinite;animation-delay:1.2s;box-shadow:0 4px 8px #0003}.about-section .graphic-animation .shape-5{width:90px;height:90px;background:linear-gradient(135deg,#f72585,#b5179e);top:40%;left:40%;animation:float 6.5s ease-in-out infinite;animation-delay:1.5s;box-shadow:0 4px 8px #0003;border-radius:50%}.about-section .graphic-animation .shape-6{width:60px;height:60px;background:linear-gradient(135deg,#ff9f1c,#ffbf69);top:75%;left:70%;animation:float 7s ease-in-out infinite;animation-delay:1.8s;box-shadow:0 4px 8px #0003}.about-section .graphic-animation .shape-7{width:70px;height:70px;background:linear-gradient(135deg,#7209b7,#3a0ca3);top:10%;left:25%;animation:float 7.5s ease-in-out infinite;animation-delay:2.1s;box-shadow:0 4px 8px #0003}.about-section .graphic-animation .connecting-line{position:absolute;background:linear-gradient(to right,red,#f0c);height:2px;transform-origin:left center;animation:pulse 3s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.about-section .graphic-animation .connecting-line{animation:none;transition:none}}.about-section .graphic-animation .line-1{width:80px;top:26%;left:42%;transform:rotate(15deg);animation-delay:.2s}.about-section .graphic-animation .dot-1{position:absolute;width:6px;height:6px;background-color:#ff0;border-radius:50%;animation:pulse 2s ease-in-out infinite;animation-delay:.4s;top:25%;left:41%}@media (prefers-reduced-motion: reduce){.about-section .graphic-animation .dot-1{animation:none;transition:none}}.about-section .graphic-animation .line-2{width:100px;top:46%;left:33%;transform:rotate(-10deg);animation-delay:.8s}.about-section .graphic-animation .dot-2{position:absolute;width:6px;height:6px;background-color:#ff0;border-radius:50%;animation:pulse 2s ease-in-out infinite;animation-delay:1s;top:45%;left:32%}@media (prefers-reduced-motion: reduce){.about-section .graphic-animation .dot-2{animation:none;transition:none}}.about-section .graphic-animation .line-3{width:120px;top:56%;left:50%;transform:rotate(25deg);animation-delay:1.4s}.about-section .graphic-animation .dot-3{position:absolute;width:6px;height:6px;background-color:#ff0;border-radius:50%;animation:pulse 2s ease-in-out infinite;animation-delay:1.6s;top:55%;left:49%}@media (prefers-reduced-motion: reduce){.about-section .graphic-animation .dot-3{animation:none;transition:none}}.about-section .about-title{font-size:clamp(2rem,5vw,2.5rem);font-weight:400;margin-bottom:10px;text-align:center;font-family:Abril Fatface,serif}.about-section .about-subtitle{font-size:clamp(1.2rem,3vw,1.5rem);font-weight:300;letter-spacing:1px;color:#17f1ee;margin-bottom:25px;text-decoration:underline;font-family:Abril Fatface,serif}.about-section .about-content p{line-height:1.6;margin-bottom:18px;font-size:clamp(1rem,2.5vw,1.1rem);font-family:Lato,sans-serif}.about-section .expertise-container{display:flex;margin:25px 0;gap:30px}@media (max-width: 576px){.about-section .expertise-container{flex-direction:column;gap:20px}}.about-section .expertise-container .expertise-column{flex:1}.about-section .expertise-container .expertise-column h4{font-size:1.1rem;margin-bottom:12px;color:#17f1ee;font-weight:600}.about-section .expertise-container .expertise-column ul{list-style-type:none;padding:0}.about-section .expertise-container .expertise-column ul li{position:relative;padding:6px 0 6px 20px}.about-section .expertise-container .expertise-column ul li:before{content:"•";color:#fc0808dd;font-weight:700;position:absolute;left:0;font-size:1.2rem}.about-section .about-cta{font-weight:500;color:#e40fa8;font-style:italic;border-left:3px solid rgb(23,241,238);padding-left:15px;margin-top:18px}.services-section{font-family:Inter,sans-serif;padding:5rem 1.5rem;background:#062133;color:#212529}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#06ffee;position:relative;top:5px}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,#4361ee,#3a0ca3);border-radius:2px}@media (max-width: 768px){.section-title{font-size:2rem}}.section-subtitle{text-align:center;font-size:1.1rem;color:#6283a0;margin-bottom:3rem;max-width:600px;margin:0 auto 3rem}.services-container{max-width:1200px;margin:0 auto 6rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}@media (max-width: 992px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.services-grid{grid-template-columns:1fr;gap:1.5rem}}.service-card{background:#fff;border-radius:16px;padding:2.5rem 2rem;text-align:center;box-shadow:0 10px 30px #00000014;transition:all .3s ease;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#4361ee,#3a0ca3);transform:scaleX(0);transition:transform .3s ease}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001f}.service-card .icon-wrapper{display:flex;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#4361ee,#3a0ca3);border-radius:50%;color:#fff;font-size:1.8rem;position:relative}.service-card .icon-wrapper:after{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:#4361ee1a;transform:scale(1.2)}.service-card .icon-wrapper .icon{z-index:1}.service-card h3{font-size:1.4rem;font-weight:600;margin-bottom:1rem;color:#212529}.service-card p{color:#6283a0;line-height:1.6;margin-bottom:1.5rem}.service-card .service-link{display:inline-flex;align-items:center;color:#4361ee;font-weight:500;cursor:pointer;transition:all .3s ease}.service-card .service-link:hover{color:#3a0ca3}.service-card .service-link:hover .arrow-icon{transform:translate(4px)}.service-card .service-link .arrow-icon{margin-left:.5rem;transition:all .3s ease;font-size:.9rem}.services2-container{max-width:1200px;margin:0 auto}.services2-header{text-align:center;margin-bottom:4rem}.services2-header h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#f8f9fa}@media (max-width: 768px){.services2-header h1{font-size:2rem}}.services2-header p{font-size:1.1rem;color:#6283a0;max-width:600px;margin:0 auto}.services2-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2.5rem;pointer-events:none}@media (max-width: 768px){.services2-grid{grid-template-columns:1fr;gap:1.5rem}}.service2-card{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 10px 30px #00000014;transition:all .3s ease;position:relative;overflow:hidden}.service2-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001f}.service2-card.business-growth{border-top:5px solid #4361ee}.service2-card.admin-panel{border-top:5px solid #7209b7}.service2-card .card2-header{margin-bottom:2rem;position:relative}.service2-card .card2-header .card-icon{display:flex;justify-content:center;align-items:center;width:60px;height:60px;background:linear-gradient(135deg,#4361ee,#3a0ca3);border-radius:12px;color:#fff;font-size:1.5rem;margin-bottom:1.5rem}.service2-card .card2-header h2{font-size:1.8rem;font-weight:600;margin-bottom:1rem;color:#212529}.service2-card .card2-header .divider2{width:50px;height:3px;background:linear-gradient(90deg,#4361ee,#3a0ca3);border-radius:2px}.service2-card .service2-features{list-style:none;padding:0;margin-bottom:2.5rem}.service2-card .service2-features li{display:flex;align-items:center;margin-bottom:1rem;font-weight:500;color:#212529}.service2-card .service2-features li .icon{display:flex;justify-content:center;align-items:center;width:30px;height:30px;background:#4361ee1a;border-radius:8px;margin-right:1rem;color:#4361ee;font-size:1rem;flex-shrink:0}.service2-card .service2-cta{width:100%;padding:1rem;border:none;border-radius:12px;background:linear-gradient(90deg,#4361ee,#3a0ca3);color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.service2-card .service2-cta:hover{background:linear-gradient(90deg,#3a0ca3,#4361ee);transform:translateY(-2px);box-shadow:0 5px 15px #4361ee4d}@media (max-width: 768px){.services-section{padding:3rem 1rem}.service-card,.service2-card{padding:2rem 1.5rem}}@media (max-width: 480px){.section-title,.services2-header h1{font-size:1.8rem}.service2-card .card2-header h2{font-size:1.5rem}}.hero-inner{background:#e7e3e349;padding:50px;border-radius:20px}.portfolio{position:relative;padding:90px 20px;min-height:100vh;overflow:hidden;box-sizing:border-box;text-align:center;background:url(https://images.unsplash.com/photo-1460355976672-71c3f0a4bdac?q=80&w=1169&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D) no-repeat center/cover}.portfolio .portfolio-overlay{position:absolute;top:0;left:0;width:100%;height:120px;background:linear-gradient(180deg,#062133,#00020200);pointer-events:none;z-index:1}.portfolio .container{max-width:1100px;margin:0 auto;position:relative;z-index:2;width:100%}.portfolio .section-title{font:700 2.5rem sans-serif;margin-bottom:10px;color:#fff305;text-decoration:underline;word-wrap:break-word}.portfolio .section-subtitle{font-size:1.1rem;margin-bottom:40px;color:#fff}.portfolio .portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px}.portfolio .portfolio-item{background:#000a15c7;border-radius:10px;padding:25px;text-align:left;transition:transform .3s ease,box-shadow .3s ease}.portfolio .portfolio-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000080}.portfolio .portfolio-item h3{font-size:1.3rem;margin-bottom:10px;color:#ffde05;text-decoration:underline}.portfolio .portfolio-item p{font-size:1rem;line-height:1.6;color:#fff}@media (max-width: 900px){.portfolio .section-title{font-size:2rem}.portfolio .section-subtitle{font-size:1rem}.portfolio .portfolio-item{text-align:center}}.landing{font-family:Segoe UI,sans-serif;color:#fff;line-height:1.6;overflow-x:hidden;background:#062133}.landing__header{text-align:center;padding:4rem 1rem;background:#062133}@media (max-width: 768px){.landing__header{padding:2rem 1rem}}.landing__title{font-size:3rem;margin-bottom:1rem;color:#fff}@media (max-width: 992px){.landing__title{font-size:2.5rem}}@media (max-width: 768px){.landing__title{font-size:2rem}}@media (max-width: 576px){.landing__title{font-size:1.75rem}}.landing__subtitle{font-size:1.25rem;margin-bottom:2rem;max-width:800px;margin:0 auto 2rem}@media (max-width: 768px){.landing__subtitle{font-size:1.1rem}}@media (max-width: 576px){.landing__subtitle{font-size:1rem}}.landing__btn{display:inline-block;padding:1rem 2rem;background:#3498db;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 6px #0000001a}.landing__btn:hover{background:#217dbb;transform:translateY(-2px);box-shadow:0 6px 12px #00000026}@media (max-width: 576px){.landing__btn{padding:.5rem 1rem;font-size:.9rem}}.landing__section{padding:4rem 1rem}@media (max-width: 768px){.landing__section{padding:2rem 1rem}}.landing__section:nth-child(2n){background:#062133}.landing__section-title{text-align:center;font-size:2.5rem;margin-bottom:4rem;color:#fff}@media (max-width: 992px){.landing__section-title{font-size:2rem}}@media (max-width: 768px){.landing__section-title{font-size:1.75rem;margin-bottom:2rem}}@media (max-width: 576px){.landing__section-title{font-size:1.5rem}}.landing__service-list{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1200px;margin:0 auto}@media (max-width: 992px){.landing__service-list{gap:1rem}}@media (max-width: 768px){.landing__service-list{grid-template-columns:1fr}}.landing .service-card{padding:2rem;background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;text-align:center;font-size:1.25rem;font-weight:600;transition:all .3s ease;cursor:default}.landing .service-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0000001a}@media (max-width: 768px){.landing .service-card{padding:1rem;font-size:1.1rem}}.landing .service-card.service-0{background:linear-gradient(135deg,#f0a8a84d,#f7d4d41a);border-left:4px solid hsl(0,70%,50%)}.landing .service-card.service-1{background:linear-gradient(135deg,#ccf0a84d,#e6f7d41a);border-left:4px solid hsl(90,70%,50%)}.landing .service-card.service-2{background:linear-gradient(135deg,#a8f0f04d,#d4f7f71a);border-left:4px solid hsl(180,70%,50%)}.landing .service-card.service-3{background:linear-gradient(135deg,#cca8f04d,#e5d4f71a);border-left:4px solid hsl(270,70%,50%)}.landing__tech-list{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;max-width:1200px;margin:0 auto}@media (max-width: 992px){.landing__tech-list{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.landing__tech-list{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.landing__tech-list{grid-template-columns:1fr}}.landing .tech-card{padding:1rem;background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;text-align:center;transition:all .3s ease;cursor:default}.landing .tech-card:hover{transform:scale(1.05);box-shadow:0 6px 12px #00000026}@media (max-width: 576px){.landing .tech-card{padding:.5rem}}.landing .tech-card.tech-0{background:linear-gradient(135deg,#f0a8a833,#f7d4d41a);border-top:3px solid hsl(0,70%,50%)}.landing .tech-card.tech-1{background:linear-gradient(135deg,#f0cca833,#f7e6d41a);border-top:3px solid hsl(30,70%,50%)}.landing .tech-card.tech-2{background:linear-gradient(135deg,#f0f0a833,#f7f7d41a);border-top:3px solid hsl(60,70%,50%)}.landing .tech-card.tech-3{background:linear-gradient(135deg,#ccf0a833,#e6f7d41a);border-top:3px solid hsl(90,70%,50%)}.landing .tech-card.tech-4{background:linear-gradient(135deg,#a8f0a833,#d4f7d41a);border-top:3px solid hsl(120,70%,50%)}.landing .tech-card.tech-5{background:linear-gradient(135deg,#a8f0cc33,#d4f7e61a);border-top:3px solid hsl(150,70%,50%)}.landing .tech-card.tech-6{background:linear-gradient(135deg,#a8f0f033,#d4f7f71a);border-top:3px solid hsl(180,70%,50%)}.landing .tech-card.tech-7{background:linear-gradient(135deg,#a8ccf033,#d4e6f71a);border-top:3px solid hsl(210,70%,50%)}.landing .tech-card.tech-8{background:linear-gradient(135deg,#a8a8f033,#d4d4f71a);border-top:3px solid hsl(240,70%,50%)}.landing .tech-card.tech-9{background:linear-gradient(135deg,#cca8f033,#e5d4f71a);border-top:3px solid hsl(270,70%,50%)}.landing .tech-card.tech-10{background:linear-gradient(135deg,#f0a8f033,#f7d4f71a);border-top:3px solid hsl(300,70%,50%)}.landing .tech-card.tech-11{background:linear-gradient(135deg,#f0a8cc33,#f7d4e61a);border-top:3px solid hsl(330,70%,50%)}.landing .tech-card.tech-12{background:linear-gradient(135deg,#f0a8a833,#f7d4d41a);border-top:3px solid hsl(0,70%,50%)}.landing .demo{margin-top:1rem;font-size:.95rem;color:#ddd;text-align:center}.landing .demo a{color:#4da3ff;text-decoration:none}.landing .demo a:hover{text-decoration:underline}.contact{font-family:Poppins,system-ui,sans-serif;background:#062133;color:#fff;min-height:100vh;padding:1rem;position:relative;overflow:hidden}@media (max-width: 768px){.contact{padding:.5rem}}.contact__header{text-align:center;padding:4rem 1rem;margin-bottom:4rem;background:linear-gradient(135deg,#062133,#051a29);border-radius:8px;opacity:0;transform:translateY(20px);animation:fadeIn .8s cubic-bezier(.25,.46,.45,.94) forwards}.contact__title{font-size:clamp(2rem,5vw,3rem);margin-bottom:1rem;background:linear-gradient(90deg,#1ce0f0,#ff7ae5);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700;line-height:1.2;opacity:0;transform:translateY(10px);animation:fadeIn .8s cubic-bezier(.25,.46,.45,.94) forwards .1s}.contact__subtitle{font-size:clamp(1rem,2.5vw,1.25rem);margin-bottom:1.5rem;max-width:min(800px,90vw);margin-inline:auto;color:#c3dce7;font-weight:300;line-height:1.6;opacity:0;transform:translateY(10px);animation:fadeIn .8s cubic-bezier(.25,.46,.45,.94) forwards .2s}.contact__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,400px),1fr));gap:2rem;max-width:min(1200px,95vw);margin:0 auto}@media (max-width: 768px){.contact__content{gap:1.5rem;grid-template-columns:1fr}}.contact__info,.contact__form{background:#083145;padding:2rem;border-radius:12px;box-shadow:0 4px 15px #0000001a}@media (max-width: 768px){.contact__info,.contact__form{padding:1.5rem}}.contact__info{opacity:0;transform:translate(-30px);animation:slideInLeft .8s cubic-bezier(.25,.46,.45,.94) forwards .3s}@media (max-width: 768px){.contact__info{order:2}}.contact__info h2{font-size:clamp(1.5rem,4vw,2rem);margin-bottom:1.5rem;color:#1ce0f0}.contact__info p{margin-bottom:1rem;font-size:clamp(.9rem,2vw,1.1rem);display:flex;align-items:center;gap:.5rem}.contact__info p svg{color:#1ce0f0;font-size:1.2em;flex-shrink:0}.contact__info p a{color:#fff;text-decoration:none;transition:color .2s}.contact__info p a:hover,.contact__info p a:focus{color:#1ce0f0}.contact__info p a:focus{outline:2px solid #1ce0f0;outline-offset:2px}.contact__form{opacity:0;transform:translate(30px);animation:slideInRight .8s cubic-bezier(.25,.46,.45,.94) forwards .4s}@media (max-width: 768px){.contact__form{order:1}}.contact__form h2{font-size:clamp(1.5rem,4vw,2rem);margin-bottom:1.5rem;color:#1ce0f0}input,textarea{width:100%;padding:.5rem;margin-bottom:1rem;background:#0a3a52;border:1px solid rgba(28,224,240,.1);border-radius:8px;color:#fff;font-family:inherit;font-size:clamp(.9rem,2vw,1rem);transition:all .2s}input:focus,textarea:focus{outline:none;border-color:#1ce0f0;box-shadow:0 0 0 2px #1ce0f033}input::placeholder,textarea::placeholder{color:#8caabe}input:invalid:not(:focus),textarea:invalid:not(:focus){border-color:#e74c3cb3}textarea{resize:vertical;min-height:120px;max-height:300px}.Submit-btn{display:inline-block;padding:1rem 1.5rem;width:100%;background:linear-gradient(90deg,#1ce0f0,#ff7ae5);color:#062133;border:none;border-radius:50px;font-weight:600;font-size:clamp(1rem,2.5vw,1.1rem);cursor:pointer;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 12px #00000026}.Submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #1ce0f059}.Submit-btn:active:not(:disabled){transform:translateY(0)}.Submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.Submit-btn:focus{outline:2px solid #1ce0f0;outline-offset:2px}.contact__socials{display:flex;gap:1rem;margin-top:1.5rem;flex-wrap:wrap;opacity:0;animation:fadeIn .8s cubic-bezier(.25,.46,.45,.94) forwards .5s}.contact__socials .social-link{display:flex;justify-content:center;align-items:center;width:clamp(40px,8vw,50px);height:clamp(40px,8vw,50px);background:#0a3a52;border-radius:50%;color:#fff;text-decoration:none;font-size:clamp(1.2rem,3vw,1.5rem);transition:transform .3s,box-shadow .3s}.contact__socials .social-link:hover,.contact__socials .social-link:focus{transform:translateY(-3px);background:linear-gradient(90deg,#1ce0f0,#ff7ae5);color:#062133;box-shadow:0 4px 15px #1ce0f04d}.contact__socials .social-link:focus{outline:2px solid #1ce0f0;outline-offset:2px}.contact-decoration{position:absolute;z-index:-1;opacity:.1;pointer-events:none}.contact-decoration.circle-1{width:min(300px,40vw);height:min(300px,40vw);border-radius:50%;background:#1ce0f0;top:-20%;right:-10%;filter:blur(20px)}.contact-decoration.circle-2{width:min(200px,30vw);height:min(200px,30vw);border-radius:50%;background:#ff7ae5;bottom:-15%;left:-8%;filter:blur(15px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion: reduce){.contact__header,.contact__title,.contact__subtitle,.contact__info,.contact__form,.contact__socials{animation:none!important}.Submit-btn:hover,.social-link:hover{transform:none!important}}@media print{.contact-decoration,.contact__socials,.Submit-btn{display:none}.contact{background:#fff;color:#000}}.footer{background:#00191e;color:#fff;position:relative;width:100%;flex-shrink:0;padding:2rem;padding-bottom:clamp(2rem,5vw,3rem);z-index:10}@media (max-width: 768px){.footer{padding:1.5rem;padding-bottom:clamp(1.5rem,4vw,2rem)}}@media (max-width: 600px){.footer{padding:1rem;padding-bottom:clamp(1rem,3vw,1.5rem)}}.footer__container{max-width:min(1200px,95vw);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:clamp(1.5rem,4vw,2.5rem);border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:clamp(1.5rem,4vw,2rem)}@media (max-width: 768px){.footer__container{grid-template-columns:1fr;text-align:center;gap:1.5rem}}.footer__info h2{font-size:clamp(1.5rem,4vw,1.8rem);margin-bottom:1rem;color:#00ffd5;font-weight:600;line-height:1.3}.footer__info .footer__address{font-style:normal}.footer__info .footer__address p{font-size:clamp(.9rem,2vw,1rem);margin:.5rem 0;color:#ccc;line-height:1.5}.footer__info .footer__address p a{color:inherit;text-decoration:none;transition:color .2s ease}.footer__info .footer__address p a:hover,.footer__info .footer__address p a:focus{color:#00ffd5}.footer__info .footer__address p a:focus{outline:2px solid #00ffd5;outline-offset:2px}.footer__menu{display:flex;flex-direction:column;gap:1rem}.footer__menu h3{margin-bottom:1rem;font-size:clamp(1.1rem,3vw,1.3rem);color:#00ffd5;font-weight:600}.footer__menu .footer__menu-links{display:flex;flex-direction:column;gap:.5rem}.footer__menu .footer__menu-link{color:#fff;text-decoration:none;font-size:clamp(.9rem,2vw,1rem);transition:all .3s ease;padding:.5rem 0}.footer__menu .footer__menu-link:hover,.footer__menu .footer__menu-link:focus{color:#00ffd5;transform:translate(5px)}.footer__menu .footer__menu-link:focus{outline:2px solid #00ffd5;outline-offset:2px}@media (prefers-reduced-motion: reduce){.footer__menu .footer__menu-link{animation:none;transform:none;transition:none}}@media (max-width: 768px){.footer__menu{align-items:center}.footer__menu .footer__menu-link:hover,.footer__menu .footer__menu-link:focus{transform:translateY(-2px)}}@media (max-width: 768px) and (prefers-reduced-motion: reduce){.footer__menu .footer__menu-link:hover,.footer__menu .footer__menu-link:focus{transition:none;animation:none;transform:none}}.footer__socials h3{margin-bottom:1rem;font-size:clamp(1.1rem,3vw,1.3rem);color:#00ffd5;font-weight:600}.footer__socials .footer__socials-icons{display:flex;gap:1rem;justify-content:flex-start}@media (max-width: 768px){.footer__socials .footer__socials-icons{justify-content:center}}@media (max-width: 600px){.footer__socials .footer__socials-icons{gap:.5rem}}.footer__socials .footer__social-link{display:flex;justify-content:center;align-items:center;width:clamp(3rem,8vw,3.75rem);height:clamp(3rem,8vw,3.75rem);border-radius:50%;background:#ffffff14;font-size:clamp(1.2rem,3vw,1.5rem);color:#fff!important;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer__socials .footer__social-link:hover,.footer__socials .footer__social-link:focus{background:linear-gradient(135deg,#667eea,#764ba2);transform:scale(1.15);box-shadow:0 4px 15px #667eea66}.footer__socials .footer__social-link:focus{outline:2px solid #00ffd5;outline-offset:2px}@media (prefers-reduced-motion: reduce){.footer__socials .footer__social-link{animation:none;transform:scale(1.05);transition:none}}.footer__socials .footer__social-link:nth-child(1):hover{background:#1877f2}.footer__socials .footer__social-link:nth-child(2):hover{background:#1da1f2}.footer__socials .footer__social-link:nth-child(3):hover{background:#0077b5}.footer__socials .footer__social-link:nth-child(4):hover{background:#e4405f}.footer__bottom{margin-top:1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media (max-width: 600px){.footer__bottom{gap:1rem}}.footer__bottom .footer__copyright{font-size:clamp(.8rem,2vw,.9rem);color:#cccc;margin:0;line-height:1.4}.footer__bottom .footer__policies{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}@media (max-width: 600px){.footer__bottom .footer__policies{gap:1rem}}.footer__bottom .footer__policies .footer__policy-link{font-size:clamp(.8rem,2vw,.9rem);color:#cccc;text-decoration:none;transition:all .3s ease;padding:.5rem 1rem}.footer__bottom .footer__policies .footer__policy-link:hover,.footer__bottom .footer__policies .footer__policy-link:focus{color:#00ffd5;text-decoration:underline}.footer__bottom .footer__policies .footer__policy-link:focus{outline:2px solid #00ffd5;outline-offset:2px}@media (prefers-reduced-motion: reduce){.footer *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media print{.footer{background:#fff!important;color:#000!important;border-top:2px solid #ccc}.footer .footer__socials-icons,.footer .footer__social-link{display:none!important}.footer a{color:#000!important;text-decoration:underline!important}}@media (prefers-contrast: high){.footer{background:#000;border-top:2px solid #00ffd5}.footer .footer__social-link{border:2px solid #ffffff}.footer .footer__social-link:hover,.footer .footer__social-link:focus{border-color:#00ffd5}}*{margin:0;padding:0}.home{min-height:100vh;display:flex;flex-direction:column;overflow:hidden}.overlay{position:fixed;inset:0;background:#000000ce;display:flex;justify-content:center;align-items:center;z-index:1000}.overlay-content{background:#e8ebec;padding:2rem;border-radius:12px;box-shadow:0 10px 30px #0000004d;max-width:400px;width:90%;position:relative}.form-header{text-align:center;margin-bottom:1.5rem}.form-header .security-icon{width:60px;height:60px;background:#f0f8ff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#007bff}.form-header h2{margin:0 0 .5rem;color:#333;font-size:1.5rem}.form-header p{margin:0;color:#666;font-size:.9rem}.input-group{margin-bottom:1.5rem}.robot-checkbox-label{display:flex;align-items:center;cursor:pointer;font-size:1rem;color:#333;padding:1rem;border:2px solid #e0e0e0;border-radius:8px;transition:all .3s ease}.robot-checkbox-label:hover{border-color:#007bff;background-color:#f8f9fa}.robot-checkbox{display:none}.checkmark{width:20px;height:20px;border:2px solid #ccc;border-radius:4px;margin-right:12px;position:relative;transition:all .3s ease}.checkmark:after{content:"";position:absolute;left:6px;top:2px;width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0;transition:opacity .3s ease}.robot-checkbox:checked+.checkmark{background-color:#007bff;border-color:#007bff}.robot-checkbox:checked+.checkmark:after{opacity:1}.submit-btn{width:100%;padding:12px;background:#007bff;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;justify-content:center;align-items:center}.submit-btn:hover:not(:disabled){background:#0056b3;transform:translateY(-1px)}.submit-btn:disabled{background:#6c757d;cursor:not-allowed;transform:none}.spinner{width:20px;height:20px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.toast{position:fixed;top:20px;left:50%;transform:translate(-50%);padding:12px 24px;border-radius:8px;color:#fff;font-weight:500;z-index:1001;animation:slideDown .3s ease}.toast.success{background:#28a745}.toast.error{background:#dc3545}@keyframes slideDown{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.recaptcha-badge{display:flex;align-items:center;justify-content:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0;color:#666;font-size:.8rem}.recaptcha-badge svg{margin-right:8px;color:#007bff}.overlay-loading{position:fixed;inset:0;background:#000c;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1001;color:#fff}.overlay-loading .loading-spinner{width:40px;height:40px;border:3px solid transparent;border-top:3px solid white;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.overlay-loading p{margin:0;font-size:1rem}.blog-page{padding:2rem 1rem;background:linear-gradient(to bottom,#f8fafc,#e2e8f0);min-height:100vh}@media (min-width: 768px){.blog-page{padding:3rem 2rem}}.blog-page .blog-container{max-width:850px;margin:0 auto;padding:0 1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:2rem;transition:all .3s ease}.blog-page .blog-container:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.blog-page .blog-container .blog-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0;text-align:center}@media (min-width: 768px){.blog-page .blog-container .blog-header{text-align:left;display:flex;align-items:center;justify-content:space-between}}.blog-page .blog-container .blog-title{font-family:Plus Jakarta Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700;line-height:1.2;color:#1e293b;margin-bottom:1.5rem;font-size:2rem;color:#1e40af;margin-bottom:.5rem}@media (min-width: 768px){.blog-page .blog-container .blog-title{font-size:2.5rem}}.blog-page .blog-container .blog-meta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (min-width: 768px){.blog-page .blog-container .blog-meta{justify-content:flex-start}}.blog-page .blog-container .blog-date{font-size:.9rem;color:#64748b;display:flex;align-items:center}.blog-page .blog-container .blog-date i{margin-right:.5rem;color:#2563eb}.blog-page .blog-container .blog-reading-time{font-size:.9rem;color:#64748b;display:flex;align-items:center}.blog-page .blog-container .blog-reading-time i{margin-right:.5rem;color:#f59e0b}.blog-page .blog-container .blog-content{line-height:1.8}.blog-page .blog-container .blog-content h2{font-family:Plus Jakarta Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;line-height:1.3;color:#1e293b;margin:2rem 0 1rem;font-size:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #dbeafe;display:inline-block}@media (min-width: 768px){.blog-page .blog-container .blog-content h2{font-size:1.75rem}}.blog-page .blog-container .blog-content h3{font-family:Plus Jakarta Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;line-height:1.3;color:#1e293b;margin:2rem 0 1rem;font-size:1.25rem;color:#2563eb;margin:1.5rem 0 .75rem}@media (min-width: 768px){.blog-page .blog-container .blog-content h3{font-size:1.4rem}}.blog-page .blog-container .blog-content p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.05rem;line-height:1.7;color:#64748b;margin-bottom:1.5rem}.blog-page .blog-container .blog-content p strong{color:#1e40af;font-weight:600}.blog-page .blog-container .blog-content ul,.blog-page .blog-container .blog-content ol{margin:1.5rem 0;padding-left:1.5rem}.blog-page .blog-container .blog-content ul li,.blog-page .blog-container .blog-content ol li{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.05rem;line-height:1.7;color:#64748b;margin-bottom:1.5rem;margin-bottom:.75rem;position:relative;padding-left:.5rem}.blog-page .blog-container .blog-content ul li::marker,.blog-page .blog-container .blog-content ol li::marker{color:#2563eb;font-weight:700}.blog-page .blog-container .blog-content blockquote{border-left:4px solid #2563eb;padding-left:1.5rem;margin:2rem 0;font-style:italic;color:#64748b}.blog-page .blog-container .blog-content blockquote p{font-size:1.1rem;font-weight:500}.blog-page .blog-container .cta-box{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:2rem;transition:all .3s ease;background:#01011a88;color:#fff;margin-top:3rem;position:relative;overflow:hidden}.blog-page .blog-container .cta-box:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.blog-page .blog-container .cta-box:before{content:"";position:absolute;top:-20px;right:-20px;width:60px;height:60px;background:#ffffff1a;border-radius:50%}.blog-page .blog-container .cta-box h3{font-size:1.5rem;margin-top:0;color:#fff}.blog-page .blog-container .cta-box p{color:#ffffffe6;margin-bottom:1.5rem}.blog-page .blog-container .cta-box p:last-of-type{margin-bottom:0}.blog-page .blog-container .cta-box strong{color:#fff}.blog-page .blog-container .cta-box .cta-button{display:inline-block;background:#fff;color:#2563eb;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;text-decoration:none;margin-top:1rem;transition:all .3s ease}.blog-page .blog-container .cta-box .cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.blog-page .blog-container .blog-footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center}.blog-page .blog-container .blog-footer .social-share{display:flex;gap:.75rem}.blog-page .blog-container .blog-footer .social-share a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#f8fafc;color:#64748b;transition:all .3s ease}.blog-page .blog-container .blog-footer .social-share a:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}.blog-page .blog-container .blog-footer .tags{display:flex;gap:.5rem;flex-wrap:wrap}.blog-page .blog-container .blog-footer .tags span{padding:.25rem .75rem;background:#dbeafe;color:#2563eb;border-radius:50px;font-size:.8rem;font-weight:500}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.blog-page{animation:fadeInUp .5s ease-out}@media print{.blog-page{background:#fff;padding:0}.blog-page .blog-container{box-shadow:none;padding:0}.blog-page .blog-container .blog-header,.blog-page .blog-container .blog-footer{border:none}.blog-page .blog-container .cta-box{background:#f1f5f9!important;color:#1e293b}.blog-page .blog-container .cta-box p,.blog-page .blog-container .cta-box strong{color:#1e293b}.blog-page .blog-container .cta-box .cta-button{display:none}}.menu-launcher{position:fixed;bottom:30px;right:30px;z-index:999}.launcher-button{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;font-size:24px;cursor:pointer;box-shadow:0 4px 20px #0000004d;transition:all .3s ease;position:relative;z-index:1002;display:flex;align-items:center;justify-content:center}.launcher-button:hover{transform:scale(1.1);box-shadow:0 6px 25px #0006}.launcher-button.open{transform:rotate(45deg);background:linear-gradient(135deg,#ff6b6b,#ee5a52)}.launcher-button .launcher-icon{transition:transform .3s ease;font-weight:700}.menu-items{position:absolute;bottom:70px;right:0;display:flex;flex-direction:column;gap:10px;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease}.menu-items.open{opacity:1;visibility:visible;transform:translateY(0)}.menu-item{display:flex;align-items:center;background:#fff;padding:12px 20px;border-radius:25px;box-shadow:0 4px 15px #0003;cursor:pointer;transform:translate(20px);opacity:0;min-width:150px;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.menu-item .item-icon{font-size:20px;margin-right:12px;transition:transform .3s ease;color:#667eea}.menu-item .item-label{font-weight:500;color:#333;font-size:14px}.menu-items.open .menu-item{transform:translate(0);opacity:1}.menu-item:hover{transform:scale(1.05);box-shadow:0 6px 20px #00000040}.menu-item:hover .item-icon{transform:scale(1.2) rotate(5deg);color:#764ba2}.menu-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:999;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@media (max-width: 768px){.menu-launcher{bottom:20px;right:20px}.launcher-button{width:50px;height:50px;font-size:20px}.menu-items{bottom:60px}.menu-item{padding:10px 16px;min-width:130px}.menu-item .item-icon{font-size:18px;margin-right:10px}.menu-item .item-label{font-size:13px}}
