:root{--bg-color:#f8fafc;--bg-alt:#f1f5f9;--bg-tint:linear-gradient(135deg, #f8fafc 0%, #ffe4e6 100%);--footer-bg:#f6f4f0;--footer-text:#475569;--text-primary:#0f172a;--text-secondary:#475569;--primary:#f85599;--primary-glow:#d84c8733;--secondary:#ff7abf;--card-bg:#ffffffb3;--card-border:#e2e8f0cc}*{box-sizing:border-box;margin:0;padding:0;cursor:none!important}html{width:100%;overflow-x:hidden}body{background-color:var(--bg-color);color:var(--text-primary);width:100%;font-family:DM Sans,system-ui,-apple-system,sans-serif;line-height:1.6;position:relative;overflow-x:hidden}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}.gradient-text{background:linear-gradient(to right, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glass-panel{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--card-border);border-radius:1.5rem;box-shadow:0 4px 20px #00000008}.glow-btn{background:linear-gradient(to right, var(--primary), var(--secondary));color:#fff;z-index:1;box-shadow:0 4px 15px var(--primary-glow);border:none;border-radius:9999px;padding:.875rem 1.75rem;font-weight:600;transition:all .3s;position:relative}.glow-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #d84c874d}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.navbar{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--card-border);background:#f6f4f0e6;padding:1rem 0;position:fixed;top:0;left:0;right:0}.nav-content{justify-content:space-between;align-items:center;display:flex}.logo{letter-spacing:-.025em;font-family:Plus Jakarta Sans,sans-serif;font-size:1.5rem;font-weight:800}.nav-links{align-items:center;gap:2.5rem;display:flex}.nav-link{color:var(--text-secondary);font-size:.95rem;font-weight:500;transition:color .2s}.nav-link:hover,.nav-link.active{color:var(--primary)}section{padding:6rem 0}.section-title{text-align:center;margin-bottom:1rem;font-size:2.75rem}.section-subtitle{text-align:center;color:var(--text-secondary);max-width:650px;margin:0 auto 4rem;font-size:1.125rem}.hero{align-items:center;min-height:90vh;padding-top:10rem;display:flex;position:relative}.hero-bg-img{object-fit:cover;z-index:-2;opacity:.4;width:100%;height:100%;position:absolute;top:0;left:0}.hero-glow{background:var(--primary-glow);filter:blur(100px);opacity:.8;z-index:-1;border-radius:50%;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-content{text-align:center;max-width:800px;margin:0 auto}.hero-title{margin-bottom:1.5rem;font-size:4.5rem;line-height:1.1}.hero-desc{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.25rem}.grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.card{background:var(--bg-alt);padding:2.5rem;transition:transform .3s,box-shadow .3s}.card:hover{border-color:#d84c8733;transform:translateY(-5px);box-shadow:0 20px 40px #0000000d}.card-icon{width:60px;height:60px;color:var(--primary);background:#d84c870d;border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:all .3s;display:flex}.card-title{color:var(--text-primary);margin-bottom:1rem;font-size:1.35rem;transition:color .3s}.card-desc{color:var(--text-secondary);font-size:1rem;line-height:1.6;transition:color .3s}.read-more{color:var(--primary);transition:color .3s}.service-card{transition:transform .3s,box-shadow .3s,background-color .3s!important}.service-card:hover{background:var(--primary)!important}.service-card:hover .card-title,.service-card:hover .card-desc,.service-card:hover .read-more{color:#fff!important}.service-card:hover .card-icon{color:var(--primary)!important;background:#fff!important}.content-image{object-fit:cover;border-radius:1.5rem;width:100%;height:100%;box-shadow:0 10px 30px #00000014}.footer{border-top:1px solid var(--card-border);background:var(--bg-alt);padding:5rem 0 2rem}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:4rem;display:grid}.footer-title{margin-bottom:1.5rem;font-size:1.125rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.875rem}.footer-links a{color:var(--text-secondary);font-size:.95rem;transition:color .2s}.footer-links a:hover{color:var(--primary)}.footer-bottom{text-align:center;color:var(--text-secondary);border-top:1px solid var(--card-border);padding-top:2rem;font-size:.875rem}.custom-cursor{border:2px solid var(--primary);pointer-events:none;z-index:9999;border-radius:50%;width:30px;height:30px;transition:transform .1s ease-out,width .2s,height .2s,background-color .2s;display:none;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.custom-cursor-dot{background-color:var(--primary);pointer-events:none;z-index:9999;border-radius:50%;width:8px;height:8px;transition:width .2s,height .2s;display:none;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}@media (hover:hover) and (pointer:fine){*{cursor:none!important}.custom-cursor,.custom-cursor-dot{display:block}}.cursor-hover .custom-cursor{background-color:#d84c871a;border-color:#0000;width:50px;height:50px}.cursor-hover .custom-cursor-dot{width:0;height:0}.hero-title{font-size:clamp(1.8rem,7vw,4.5rem)}.section-title{font-size:clamp(1.5rem,5vw,2.75rem)}.page-title{font-size:clamp(1.75rem,6vw,3.5rem)}h3{font-size:clamp(1.1rem,4vw,1.5rem)}h4{font-size:clamp(1rem,3vw,1.25rem)}p{font-size:clamp(.875rem,2vw,1.1rem)}li{font-size:clamp(.875rem,2vw,1.05rem)}.responsive-grid-2{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.responsive-header{justify-content:space-between;align-items:flex-end;gap:1.5rem;display:flex}@media (width<=768px){.responsive-header{text-align:left;flex-direction:column;align-items:flex-start!important}}.form-grid-2{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.hero-buttons{justify-content:center;gap:1rem;display:flex}.form-card{background:var(--bg-color);padding:3rem}@media (width<=1024px){.responsive-grid-2{gap:2.5rem}}@media (width<=768px){section{padding:4rem 0}.hero{min-height:auto;padding-top:10rem;padding-bottom:4rem}.responsive-grid-2{grid-template-columns:1fr;gap:2rem}.form-grid-2{grid-template-columns:1fr;gap:1rem}.form-card{padding:1.5rem}.nav-links{display:none}}@media (width<=576px){.hero-buttons{flex-direction:column;align-items:stretch;width:100%;padding:0 1rem}.hero-buttons a,.hero-buttons button{box-sizing:border-box;justify-content:center;width:100%}}.mobile-menu-btn{color:var(--text-primary);z-index:100;cursor:pointer;background:0 0;border:none;outline:none;justify-content:center;align-items:center;padding:.5rem;font-size:1.5rem;display:none}@media (width<=768px){.mobile-menu-btn{display:flex}}.mobile-menu-drawer{-webkit-backdrop-filter:blur(20px);border-left:1px solid var(--card-border);z-index:90;background:#fffffff2;flex-direction:column;gap:1.5rem;width:280px;height:100vh;padding:6rem 2rem 2rem;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-10px 0 30px #0000000d}.mobile-nav-link{color:var(--text-secondary);border-bottom:1px solid #0000000d;padding:.5rem 0;font-size:1.2rem;font-weight:600;transition:color .2s}.mobile-nav-link:hover,.mobile-nav-link.active{color:var(--primary)}.mobile-menu-overlay{-webkit-backdrop-filter:blur(4px);z-index:85;background:#0000004d;width:100vw;height:100vh;position:fixed;top:0;left:0}.loader-container{z-index:99999;background-color:var(--bg-color);flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.loader-glow{background:var(--primary-glow);filter:blur(80px);opacity:.6;z-index:-1;border-radius:50%;width:400px;height:400px;position:absolute}.loader-logo-wrapper{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.loader-progress-track{background:#d84c871a;border-radius:9999px;width:200px;height:3px;margin-top:2rem;position:relative;overflow:hidden}.loader-progress-bar{background:linear-gradient(to right, var(--primary), var(--secondary));border-radius:9999px;height:100%}.industry-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,400px),1fr));gap:2.5rem;display:grid}.industry-card{border-radius:1.5rem;flex-direction:column;justify-content:space-between;height:100%;min-height:380px;padding:3rem 2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px #0000000d}.industry-card-title{font-size:2.5rem}@media (width<=768px){.industry-grid{grid-template-columns:1fr;gap:1.5rem}.industry-card{min-height:260px;padding:1.5rem}.industry-card-title{font-size:1.8rem!important}.industry-card-img{height:70%!important;right:-1rem!important}}
