:root{--primary: #5e17eb;--secondary: #5ce1e6;--text-main: #0f172a;--text-secondary: #64748b;--background: #ffffff;--font-primary: "Inter Tight", "Inter", sans-serif;--font-secondary: "Manrope", sans-serif;--font-tertiary: "Rajdhani", sans-serif}@font-face{font-family:Inter Tight;src:url(/assets/InterTight-VariableFont_wght.ttf) format("truetype");font-weight:100 900;font-display:swap;font-style:normal}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-primary);color:var(--text-main);background:var(--background);overflow-x:hidden;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,button,input,select,textarea{font-family:var(--font-primary)}.container{width:90%;max-width:1200px;margin:0 auto;padding:0 16px}.grid-2,.grid-3,.grid-4{display:grid;grid-template-columns:1fr;gap:32px}@media (min-width: 768px){.grid-2,.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}h1{font-size:3.5rem!important}h2{font-size:2.5rem!important}}@media (min-width: 1024px){.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}h1{font-size:5rem!important}h2{font-size:3rem!important}}.glass-card{background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.5);border-radius:24px}.scrolled{background:#fffffff2!important;box-shadow:0 10px 30px #0000000d}.btn-primary{background:var(--primary);color:#fff!important;padding:16px 32px;border-radius:100px;text-decoration:none;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-block;border:none;cursor:pointer}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #5e17eb4d}.btn-secondary{background:#fff;color:var(--text-main)!important;padding:16px 32px;border-radius:100px;text-decoration:none;font-weight:700;border:1px solid #e2e8f0;display:inline-block;cursor:pointer}.gradient-text,.text-gradient{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.custom-cursor-active,body.custom-cursor-active *{cursor:none!important}.process-hero{padding:120px 24px 60px;text-align:center;max-width:800px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:400;margin-bottom:24px;background:linear-gradient(135deg,#0f172a,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.hero-subtitle{font-size:1.25rem;color:#64748b;line-height:1.6}.process-container{padding:60px 24px 120px;max-width:1000px;margin:0 auto;position:relative}.timeline-line{position:absolute;left:56px;top:80px;bottom:120px;width:2px;background:#e2e8f0;z-index:0}.process-step{display:flex;gap:60px;margin-bottom:80px;position:relative;z-index:1}.process-step:last-child{margin-bottom:0}.step-marker{flex-shrink:0}.step-icon-bg{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 8px #f8fafc}.step-content{padding-top:10px;width:100%}.step-content h3{font-size:2rem;font-weight:700;margin-bottom:16px}.step-content p{font-size:1.1rem;color:#64748b;line-height:1.7;margin-bottom:24px}.deliverables-box{background:#fff;padding:24px;border-radius:12px;border:1px solid #e2e8f0}.deliverables-box ul{margin:12px 0 0;padding-left:20px;color:#475569}@media (max-width: 1024px){.process-hero{padding-top:260px!important}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.timeline-line{display:none}.process-step{flex-direction:column;gap:24px;margin-bottom:60px}.step-marker{align-self:flex-start}.step-icon-bg{width:56px;height:56px;box-shadow:none}.step-content{padding-top:0}.step-content h3{font-size:1.75rem}.step-content p{font-size:1rem}}.bento-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:300px;gap:24px}.bento-item{position:relative;border-radius:24px;overflow:hidden;cursor:pointer}.bento-item.large{grid-column:span 2;grid-row:span 2}.bento-item.tall{grid-column:span 1;grid-row:span 2}.bento-item.wide,.bento-item.small{grid-column:span 1;grid-row:span 1}@media (max-width: 900px){.bento-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.bento-item.large,.bento-item.tall,.bento-item.wide,.bento-item.small{grid-column:span 1;grid-row:span 1;height:250px}.bento-item.large{grid-column:span 2}}@media (max-width: 480px){.container{width:95%;padding:0 12px}h1{font-size:2.25rem!important;line-height:1.2!important}h2{font-size:1.75rem!important}.bento-grid{grid-template-columns:1fr;gap:16px}.bento-item.large,.bento-item.tall,.bento-item.wide,.bento-item.small{grid-column:span 1!important;height:220px}.glass-card{padding:24px!important}.marquee-content{gap:20px!important}.marquee-content img{height:50px!important;margin-right:0!important}}.bento-content{width:100%;height:100%;position:relative}.bento-img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,1,.5,1)}.bento-item:hover .bento-img{transform:scale(1.05)}.bento-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 60%);z-index:1;transition:opacity .3s}.bento-item:hover .bento-overlay{opacity:.9;background:linear-gradient(to top,#000000e6,#0003)}.bento-text{position:absolute;bottom:24px;left:24px;z-index:2;color:#fff;display:flex;align-items:center;gap:12px;width:100%}.bento-text h3{font-size:1.5rem;font-weight:700;margin:0}.bento-arrow{opacity:0;transform:translate(-10px);transition:all .3s ease;background:#fff;color:#000;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.bento-item:hover .bento-arrow{opacity:1;transform:translate(0)}.marquee-container{overflow:hidden;width:100%;position:relative;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.marquee-content{display:flex;gap:40px;width:max-content;animation:scroll 40s linear infinite}@keyframes scroll{to{transform:translate(-50%)}}
