body::before{content:'';position:fixed;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:0.015;pointer-events:none;z-index:10000}.top-bar{position:fixed;top:0;left:0;right:0;height:40px;background:var(--charcoal);color:var(--white);z-index:1000;display:flex;align-items:center;justify-content:center;gap:40px;font-size:0.8rem;letter-spacing:0.05em}.top-bar a{color:var(--white);text-decoration:none;display:flex;align-items:center;gap:8px;transition:color 0.3s ease}.top-bar a:hover{color:var(--mint)}.top-bar svg{width:14px;height:14px}.nav{position:fixed;top:40px;left:0;right:0;height:80px;background:var(--glass);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--glass-border);z-index:999;display:flex;align-items:center;justify-content:space-between;padding:0 60px}.logo{font-family:var(--font-display);font-size:1.8rem;font-weight:600;color:var(--charcoal);text-decoration:none;display:flex;align-items:center;gap:12px}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--teal),var(--mint));border-radius:10px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.logo-icon::before{content:'';position:absolute;width:200%;height:200%;background:linear-gradient(45deg,transparent 40%,rgba(255,255,255,0.4) 50%,transparent 60%);animation:shimmer 3s infinite}@keyframes shimmer{0%{transform:translateX(-100%) translateY(-100%) rotate(45deg)}100%{transform:translateX(100%) translateY(100%) rotate(45deg)}}.logo-icon svg{width:22px;height:22px;fill:white;position:relative;z-index:1}.nav-links{display:flex;gap:50px;list-style:none}.nav-links a{text-decoration:none;color:var(--charcoal);font-weight:500;font-size:0.95rem;position:relative;padding:5px 0;letter-spacing:0.02em}.nav-links a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--teal);transition:width 0.4s var(--ease-out-expo)}.nav-links a:hover::after,.nav-links a.active::after{width:100%}.nav-cta{background:linear-gradient(135deg,var(--teal) 0%,var(--teal-light) 100%);color:var(--white);padding:14px 32px;border-radius:50px;text-decoration:none;font-weight:700;font-size:0.9rem;letter-spacing:0.03em;transition:all 0.4s var(--ease-out-expo);box-shadow:0 4px 15px rgba(10,147,150,0.3)}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(10,147,150,0.4)}.page-header{padding:180px 60px 100px;background:linear-gradient(135deg,var(--charcoal) 0%,var(--charcoal-light) 100%);color:var(--white);text-align:center;position:relative;overflow:hidden}.page-header::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,var(--teal) 0%,transparent 50%);opacity:0.1}.page-header h1{font-family:var(--font-display);font-size:clamp(3rem,6vw,4.5rem);font-weight:500;margin-bottom:20px;position:relative}.page-header p{font-size:1.2rem;color:rgba(255,255,255,0.7);max-width:600px;margin:0 auto;position:relative}.services-detail{padding:100px 60px;max-width:1400px;margin:0 auto}.service-item{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;padding:80px 0;border-bottom:1px solid var(--cream);opacity:0;transform:translateY(40px);transition:all 0.8s var(--ease-out-expo)}.service-item.visible{opacity:1;transform:translateY(0)}.service-item:nth-child(even){direction:rtl}.service-item:nth-child(even) > *{direction:ltr}.service-item:last-child{border-bottom:none}.service-content{padding:20px 0}.service-number{font-family:var(--font-display);font-size:5rem;font-weight:700;color:var(--cream);line-height:1;margin-bottom:20px}.service-content h2{font-family:var(--font-display);font-size:2.5rem;font-weight:600;margin-bottom:20px;color:var(--charcoal)}.service-content p{font-size:1.1rem;color:var(--charcoal-light);line-height:1.8;margin-bottom:30px}.service-features{display:flex;flex-wrap:wrap;gap:15px}.service-feature{display:flex;align-items:center;gap:10px;background:var(--mint-soft);padding:10px 20px;border-radius:50px;font-size:0.9rem;font-weight:500;color:var(--teal)}.service-feature svg{width:16px;height:16px;stroke:var(--teal)}.service-visual{background:linear-gradient(135deg,var(--cream) 0%,var(--mint-soft) 100%);border-radius:30px;position:relative;overflow:hidden;padding:20px}.service-visual::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;background:var(--teal);border-radius:50%;opacity:0.1}.service-visual .service-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background:var(--white);border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-medium)}.service-visual .service-icon svg{width:40px;height:40px;stroke:var(--teal);fill:none;stroke-width:1.5}.pricing{padding:100px 60px;background:var(--white)}.pricing-inner{max-width:1200px;margin:0 auto}.pricing-header{text-align:center;margin-bottom:60px}.section-label{font-size:0.85rem;text-transform:uppercase;letter-spacing:0.2em;color:var(--teal);font-weight:600;margin-bottom:15px;display:flex;align-items:center;justify-content:center;gap:15px}.section-label::before,.section-label::after{content:'';width:40px;height:2px;background:var(--teal)}.section-title{font-family:var(--font-display);font-size:clamp(2.5rem,4vw,3.5rem);font-weight:500;line-height:1.2;color:var(--charcoal)}.pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.pricing-card{background:var(--off-white);border-radius:24px;padding:40px;position:relative;transition:all 0.4s var(--ease-out-expo);border:2px solid transparent}.pricing-card:hover{border-color:var(--teal);transform:translateY(-5px);box-shadow:var(--shadow-medium)}.pricing-card.featured{background:linear-gradient(135deg,var(--charcoal) 0%,var(--charcoal-light) 100%);color:var(--white)}.pricing-card.featured .pricing-title{color:var(--white)}.pricing-card.featured .pricing-price{color:var(--mint)}.pricing-card.featured .pricing-note{color:rgba(255,255,255,0.6)}.pricing-badge{position:absolute;top:-12px;right:30px;background:linear-gradient(135deg,var(--gold),#E0BC6A);color:var(--charcoal);padding:8px 20px;border-radius:50px;font-size:0.8rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em}.pricing-title{font-family:var(--font-display);font-size:1.5rem;font-weight:600;margin-bottom:10px;color:var(--charcoal)}.pricing-price{font-family:var(--font-display);font-size:3rem;font-weight:700;color:var(--teal);margin-bottom:5px}.pricing-price span{font-size:1rem;font-weight:400;opacity:0.7}.pricing-note{font-size:0.9rem;color:var(--charcoal-light)}.pricing-footer{text-align:center;margin-top:50px;padding:30px;background:var(--mint-soft);border-radius:20px}.pricing-footer p{font-size:1.1rem;color:var(--charcoal)}.pricing-footer strong{color:var(--teal)}.cta-section{padding:100px 60px;background:linear-gradient(135deg,var(--teal) 0%,var(--teal-light) 100%);text-align:center;position:relative;overflow:hidden}.cta-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:rgba(255,255,255,0.1);border-radius:50%}.cta-section h2{font-family:var(--font-display);font-size:clamp(2.5rem,4vw,3.5rem);font-weight:500;color:var(--white);margin-bottom:20px;position:relative}.cta-section p{font-size:1.2rem;color:rgba(255,255,255,0.9);max-width:600px;margin:0 auto 40px;position:relative}.btn-white{background:var(--white);color:var(--teal);padding:20px 50px;border-radius:60px;text-decoration:none;font-weight:700;font-size:1.1rem;display:inline-flex;align-items:center;gap:12px;transition:all 0.4s var(--ease-out-expo);box-shadow:0 4px 20px rgba(0,0,0,0.1);position:relative}.btn-white:hover{transform:translateY(-4px);box-shadow:0 12px 35px rgba(0,0,0,0.15)}.btn-white svg{width:20px;height:20px;transition:transform 0.3s var(--ease-out-back)}.btn-white:hover svg{transform:translateX(5px)}.footer{background:var(--charcoal);color:var(--white);padding:80px 60px 40px}.footer-inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;padding-bottom:60px;border-bottom:1px solid rgba(255,255,255,0.1)}.footer-brand .logo{color:var(--white);margin-bottom:20px}.footer-brand p{color:rgba(255,255,255,0.6);font-size:1rem;max-width:300px;line-height:1.7}.footer-col h4{font-family:var(--font-display);font-size:1.3rem;margin-bottom:25px;color:var(--white)}.footer-col ul{list-style:none}.footer-col li{margin-bottom:12px}.footer-col a{color:rgba(255,255,255,0.6);text-decoration:none;transition:color 0.3s ease}.footer-col a:hover{color:var(--mint)}.footer-contact a{display:flex;align-items:center;gap:10px}.footer-contact svg{width:18px;height:18px;stroke:var(--teal)}.footer-bottom{max-width:1400px;margin:0 auto;padding-top:40px;display:flex;justify-content:space-between;align-items:center}.footer-bottom p{color:rgba(255,255,255,0.4);font-size:0.9rem}.footer-bottom a{color:rgba(255,255,255,0.4);text-decoration:none;transition:color 0.3s ease}.footer-bottom a:hover{color:var(--mint)}.footer-legal{display:flex;gap:30px}.mobile-menu-toggle{display:none;flex-direction:column;gap:6px;cursor:pointer;padding:10px}.mobile-menu-toggle span{width:25px;height:2px;background:var(--charcoal);transition:all 0.3s ease}@media (max-width:1200px){.service-item{grid-template-columns:1fr;gap:40px}.service-item:nth-child(even){direction:ltr}.pricing-grid{grid-template-columns:1fr}}@media (max-width:900px){.nav{padding:0 30px}.nav-links,.nav-cta{display:none}.mobile-menu-toggle{display:flex}.page-header,.services-detail,.pricing,.cta-section{padding-left:30px;padding-right:30px}.footer-inner{grid-template-columns:1fr 1fr}}@media (max-width:600px){.footer-inner{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:20px;text-align:center}.footer-legal{flex-direction:column;gap:10px}}
