.hero{background:#fafafa;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:6rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";filter:blur(60px);z-index:0;background:radial-gradient(circle,#6366f126 0%,#0000 70%);width:60%;height:70%;animation:20s ease-in-out infinite float-blob-1;position:absolute;top:-20%;left:-10%}.hero:after{content:"";filter:blur(60px);z-index:0;background:radial-gradient(circle,#a855f71f 0%,#0000 70%);width:50%;height:60%;animation:25s ease-in-out infinite float-blob-2;position:absolute;bottom:-10%;right:-10%}.hero-blob-accent{filter:blur(80px);z-index:0;pointer-events:none;background:radial-gradient(circle,#ec489914 0%,#0000 70%);width:40%;height:50%;animation:18s ease-in-out infinite float-blob-3;position:absolute;top:20%;right:20%}@keyframes float-blob-1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-20px)scale(1.05)}66%{transform:translate(-20px,20px)scale(.95)}}@keyframes float-blob-2{0%,to{transform:translate(0)scale(1)}33%{transform:translate(-40px,30px)scale(1.1)}66%{transform:translate(30px,-20px)scale(.9)}}@keyframes float-blob-3{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-30px,40px)scale(1.15)}}.hero-container{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;position:relative}.hero-content{text-align:left;flex-direction:column;align-items:flex-start;gap:1.25rem;display:flex}.hero-title{letter-spacing:-.03em;color:#000;text-align:left;flex-direction:column;align-items:flex-start;gap:0;margin:0;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;display:flex}.hero-line{line-height:1.1;display:block;position:relative}.hero-ampersand{color:#0000004d;vertical-align:middle;margin-left:.25em;font-size:.5em;font-weight:400;display:inline}.hero-highlight{background:linear-gradient(135deg,#6366f1 0%,#a855f7 50%,#ec4899 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#000;margin:.5rem 0 0;font-size:1.35rem;font-weight:600}.hero-description{color:#666;max-width:500px;margin:0;font-size:1.1rem;line-height:1.6}.hero-clients{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.hero-clients-label{color:#999;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:500}.hero-clients-logos{align-items:center;gap:1.5rem;display:flex}.hero-clients-logos img{opacity:.6;filter:grayscale();width:auto;height:20px;transition:all .3s}.hero-clients-logos img:hover{opacity:1;filter:grayscale(0%)}.hero-cta-group{flex-wrap:wrap;gap:1rem;margin-top:.5rem;display:flex}.hero-cta-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 50%,#a855f7 100%);border:none;border-radius:50px;justify-content:center;align-items:center;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 20px #6366f14d}.hero-cta-primary:hover{transform:translateY(-2px);box-shadow:0 6px 30px #6366f166}.hero-cta-secondary{color:#333;cursor:pointer;background:0 0;border:2px solid #e0e0e0;border-radius:50px;justify-content:center;align-items:center;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:border-color .2s,color .2s;display:inline-flex}.hero-cta-secondary:hover{color:#6366f1;border-color:#6366f1}.hero-mockup{flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.hero-mockup:before{content:"";filter:blur(40px);z-index:-1;background:radial-gradient(#6366f166 0%,#a855f733 40%,#0000 70%);width:320px;height:620px;animation:4s ease-in-out infinite glow-pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes glow-pulse{0%,to{opacity:.8;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.05)}}.iphone-frame{background:linear-gradient(145deg,#1a1a1a 0%,#2d2d2d 50%,#1a1a1a 100%);border-radius:50px;width:280px;height:580px;padding:12px;position:relative;box-shadow:0 50px 100px #00000040,0 30px 60px #00000026,inset 0 0 0 2px #ffffff1a}.iphone-notch{z-index:10;background:#000;border-radius:0 0 20px 20px;width:120px;height:32px;position:absolute;top:12px;left:50%;transform:translate(-50%)}.iphone-screen{background:#000;border-radius:40px;width:100%;height:100%;position:relative;overflow:hidden}.iphone-app-grid{background:linear-gradient(#1c1c1e 0%,#000 100%);grid-template-columns:repeat(4,1fr);align-content:start;gap:12px;height:100%;padding:50px 16px 20px;display:grid}.iphone-app-placeholder{background:#ffffff14;border-radius:12px;width:48px;height:48px}.iphone-app-dimmed{opacity:.3;filter:blur(1px)}.iphone-app-highlight{opacity:1;animation:3s ease-in-out infinite app-pulse}.iphone-app-highlight .iphone-app-icon{background:var(--app-color,#fff);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 15px #0000004d}.iphone-app-highlight .iphone-app-icon img{object-fit:contain;filter:brightness(0)invert();width:28px;height:28px}.iphone-app-name{color:#fff;text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:56px;font-size:9px;overflow:hidden}@keyframes app-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.iphone-client-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;padding:8px 16px;position:absolute;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #0003}.iphone-client-badge img{background:#fff;width:auto;height:16px;display:block}.iphone-indicators{justify-content:center;gap:8px;margin-top:1.5rem;display:flex}.iphone-indicator{cursor:pointer;background:#0003;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.iphone-indicator:hover{background:#0006}.iphone-indicator.active{background:linear-gradient(135deg,#6366f1 0%,#a855f7 100%);transform:scale(1.2)}.iphone-signal{background:linear-gradient(90deg,#fff 25% 25%,#fff 50% 50%,#fff 75% 75%);border-radius:1px;width:16px;height:10px}.iphone-wifi{background:0 0;border:2px solid #fff;border-bottom:none;border-radius:50% 50% 0 0;width:14px;height:10px}.iphone-battery{border:1px solid #ffffff80;border-radius:3px;width:22px;height:10px;position:relative}.iphone-battery:after{content:"";background:#32d74b;border-radius:1px;position:absolute;inset:2px}.iphone-battery:before{content:"";background:#ffffff80;border-radius:0 2px 2px 0;width:2px;height:5px;position:absolute;top:50%;right:-4px;transform:translateY(-50%)}.iphone-app-grid{flex:1;grid-template-columns:repeat(3,1fr);align-content:start;gap:20px 16px;padding:30px 20px;display:grid}.iphone-app{flex-direction:column;align-items:center;gap:6px;display:flex}.iphone-app-icon{background:#fff;border-radius:14px;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .2s;display:flex;overflow:hidden;box-shadow:0 4px 12px #00000026}.iphone-app:hover .iphone-app-icon{transform:scale(1.05)}.iphone-app-icon img{object-fit:contain;width:36px;height:36px}.iphone-app-name{color:#fff;text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:70px;font-size:11px;font-weight:500;overflow:hidden}.iphone-home-indicator{background:#ffffff4d;border-radius:3px;width:134px;height:5px;margin:auto auto 8px}.hero-timeline{flex-direction:column;justify-content:center;gap:1.5rem;padding:4rem 0 10rem;display:flex;position:relative}.timeline-line{background:linear-gradient(#0000,#6366f14d,#0000);width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.timeline-item{align-items:center;gap:1rem;display:flex;position:relative}.timeline-left{flex-direction:row}.timeline-right{flex-direction:row-reverse}.timeline-app-icon{flex-shrink:0;justify-content:flex-start;align-items:center;width:180px;display:flex}.timeline-right .timeline-app-icon{justify-content:flex-start}.timeline-app-icon img{object-fit:contain;filter:drop-shadow(0 2px 4px #0000001a)drop-shadow(0 8px 24px #0003);width:70px;height:auto}.timeline-connector{background:linear-gradient(90deg,#0000,#6366f14d,#a855f74d,#0000);flex:1;min-width:60px;max-width:120px;height:2px}.timeline-right .timeline-connector{background:linear-gradient(90deg,#0000,#a855f74d,#6366f14d,#0000)}.timeline-logo{flex-shrink:0;justify-content:flex-end;align-items:center;width:180px;display:flex}.timeline-logo img{object-fit:contain;width:auto;max-width:180px;height:auto;max-height:55px;transition:all .3s}.timeline-item:hover .timeline-logo img{opacity:1;filter:grayscale(0%)}.timeline-ghost{opacity:.12;pointer-events:none;filter:blur(1px)}.timeline-ghost-top{-webkit-mask-image:linear-gradient(#0000 20%,#00000080 100%);mask-image:linear-gradient(#0000 20%,#00000080 100%)}.timeline-ghost-bottom{-webkit-mask-image:linear-gradient(#00000080 0%,#0000 80%);mask-image:linear-gradient(#00000080 0%,#0000 80%)}.ghost-icon{background:linear-gradient(145deg,#78788c66,#b4b4c833);border-radius:16px;width:70px;height:70px;box-shadow:0 4px 12px #0000000d}.ghost-logo{background:linear-gradient(90deg,#64647840,#a0a0b426,#64647840);border-radius:6px;width:130px;height:30px}.timeline-ghost .timeline-logo{justify-content:flex-end}.timeline-ghost .timeline-logo img{filter:grayscale()brightness(.6);opacity:.5;max-width:160px;max-height:45px}.ghost-text{letter-spacing:-.02em;color:#222;font-size:1.1rem;font-weight:600}.floating-logos{pointer-events:none;z-index:10;position:absolute;inset:-40px}.floating-logo{animation:4s ease-in-out infinite float-logo;animation-delay:var(--float-delay,0s);background:#fff;border-radius:12px;padding:12px 16px;position:absolute;box-shadow:0 8px 32px #0000001f}.floating-logo img{object-fit:contain;width:auto;max-width:120px;height:24px;display:block}.floating-logo-top-right{top:20%;right:-60px}.floating-logo-top-left{top:10%;left:-50px}.floating-logo-bottom-left{bottom:25%;left:-40px}.floating-logo-bottom-right{bottom:15%;right:-50px}@keyframes float-logo{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero-slide-indicators{justify-content:center;gap:8px;margin-top:1rem;display:flex}.hero-slide-dot{cursor:pointer;background:#0003;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.hero-slide-dot:hover{background:#0006}.hero-slide-dot.active{background:linear-gradient(135deg,#6366f1 0%,#a855f7 100%);transform:scale(1.3)}.hero-small{color:#0006;font-size:.5em;font-weight:400}.hero-badges{justify-content:flex-start;align-items:center;gap:1.25rem;margin-top:1.5rem;display:flex}.hero-badges img{opacity:.7;filter:grayscale();object-fit:contain;width:auto;height:70px;transition:all .3s}.hero-badges .hero-badge-designrush{height:80px}.hero-badges a{align-items:center;display:flex}.hero-badges img:hover,.hero-badges a:hover img{opacity:1;filter:grayscale(0%)}@media (max-width:1024px){.hero-container{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-content{text-align:center;order:1;align-items:center}.hero-timeline{order:2;align-items:center}.hero-title{text-align:center;align-items:center}.hero-subtitle br{display:none}.timeline-line{left:50%;transform:translate(-50%)}.timeline-item{justify-content:center;gap:1rem}.timeline-item.timeline-right{flex-direction:row}.timeline-app-icon{justify-content:flex-end;width:100px}.timeline-app-icon img{width:60px}.ghost-icon{width:60px;height:60px}.timeline-connector{width:60px;min-width:60px;max-width:60px}.timeline-logo{justify-content:flex-start;width:160px}.timeline-logo img{max-width:150px;max-height:50px}.timeline-ghost .timeline-app-icon{width:100px}.timeline-ghost .timeline-logo{width:160px}}@media (max-width:768px){.hero{min-height:auto;padding:6rem 1.5rem 3rem}.hero-container{gap:3rem;padding:0 1rem}.hero-title{font-size:2rem}.hero-tagline{font-size:1.15rem}.hero-subtitle,.hero-description{font-size:1rem}.hero-cta-group{flex-direction:column;width:100%;max-width:280px}.hero-cta-primary,.hero-cta-secondary{width:100%;padding:.875rem 1.5rem;font-size:1rem}.hero-clients-logos{flex-wrap:wrap;justify-content:center;gap:1rem}.hero-clients-logos img{height:16px}.hero-timeline{align-items:center;gap:1.25rem;padding:2rem 0 4rem;position:relative}.timeline-line{display:block;left:50%;transform:translate(-50%)}.timeline-item{justify-content:center;gap:1rem;width:100%}.timeline-item.timeline-right{flex-direction:row}.timeline-app-icon{justify-content:flex-end;width:70px}.timeline-app-icon img{width:55px}.ghost-icon{border-radius:14px;width:55px;height:55px}.timeline-connector{background:linear-gradient(90deg,#6366f166,#a855f766);width:50px;min-width:50px;max-width:50px;height:2px}.timeline-logo{justify-content:flex-start;width:120px}.timeline-logo img{max-width:110px;max-height:40px}.timeline-ghost .timeline-app-icon{width:70px}.timeline-ghost .timeline-logo{width:120px}.ghost-text{font-size:.85rem}.hero-badges{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.5rem}.hero-badges img{height:55px}.hero-badges .hero-badge-designrush{height:65px}.hero-slide-dot{width:6px;height:6px}.floating-logos{display:none}}@media (max-width:480px){.hero{padding:5rem 1rem 2rem}.hero-container{gap:2.5rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:.95rem}.hero-description{font-size:.9rem}.hero-clients{margin-top:.5rem}.hero-clients-logos img{height:14px}.hero-timeline{gap:1rem;padding:1.5rem 0 3rem}.timeline-item{gap:.75rem}.timeline-app-icon{width:60px}.timeline-app-icon img{width:48px}.ghost-icon{width:48px;height:48px}.timeline-connector{width:40px;min-width:40px;max-width:40px}.timeline-logo{width:100px}.timeline-logo img{max-width:95px;max-height:32px}.timeline-ghost .timeline-app-icon{width:60px}.timeline-ghost .timeline-logo{width:100px}.ghost-text{font-size:.75rem}.hero-badges{gap:.75rem;margin-top:1rem}.hero-badges img{height:45px}.hero-badges .hero-badge-designrush{height:55px}}
.trust-bar{background:#0a0a0a;padding:5rem 2rem}.trust-bar-container{flex-direction:column;align-items:center;gap:2rem;max-width:1100px;margin:0 auto;display:flex}.trust-bar-badge{color:#e85a7a;text-transform:uppercase;letter-spacing:.1em;background:#a4103426;border:1px solid #a410344d;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;display:inline-flex}.trust-bar-card-link{text-decoration:none;transition:transform .3s;display:block}.trust-bar-card-link:hover{transform:translateY(-4px)}.trust-bar-card-link:hover .trust-bar-card{box-shadow:0 12px 80px #0006}.trust-bar-card-link:hover .trust-bar-cta{color:#a41034}.trust-bar-card{background:#fff;border-radius:20px;align-items:center;gap:3rem;padding:2.5rem 3rem;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 60px #0000004d}.trust-bar-quote-mark{color:#a4103414;pointer-events:none;z-index:0;font-family:Georgia,serif;font-size:12rem;line-height:1;position:absolute;top:-20px;left:20px}.trust-bar-card-left{z-index:1;flex-direction:column;flex-shrink:0;align-items:center;gap:1rem;display:flex;position:relative}.trust-bar-avatar{object-fit:cover;border:4px solid #a41034;border-radius:50%;width:110px;height:110px;box-shadow:0 4px 20px #a4103440}.trust-bar-logo{object-fit:contain;width:auto;height:45px}.trust-bar-card-right{z-index:1;flex:1;position:relative}.trust-bar-quote{color:#222;margin:0 0 1.25rem;font-size:1.4rem;font-style:italic;font-weight:400;line-height:1.7}.trust-bar-author{flex-direction:column;gap:.2rem;display:flex}.trust-bar-author-name{color:#000;font-size:1.1rem;font-weight:700}.trust-bar-author-role{color:#a41034;font-size:.95rem;font-weight:500}.trust-bar-cta{color:#666;margin-top:1rem;font-size:.9rem;font-weight:600;transition:color .2s;display:inline-block}.trust-bar-logos-label{text-transform:uppercase;letter-spacing:.15em;color:#fff6;margin-bottom:1rem;font-size:.75rem;font-weight:500}.trust-bar-logos{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%)}.trust-bar-logos-track{gap:3rem;width:max-content;animation:30s linear infinite scroll-logos;display:flex}.trust-bar-logos-track img{opacity:.5;filter:brightness(0)invert();width:auto;height:30px;transition:opacity .3s}.trust-bar-logos-track img:hover{opacity:.8}@keyframes scroll-logos{0%{transform:translate(0)}to{transform:translate(-50%)}}.trust-bar-stats{flex-wrap:wrap;justify-content:center;gap:4rem;margin-top:1rem;display:flex}.trust-bar-stat{flex-direction:column;align-items:center;gap:.35rem;display:flex}.trust-bar-stat-value{color:#fff;letter-spacing:-.02em;font-size:2.5rem;font-weight:800}.trust-bar-stat-label{color:#fff9;text-transform:uppercase;letter-spacing:.08em;font-size:.85rem;font-weight:500}@media (max-width:900px){.trust-bar{padding:4rem 1.5rem}.trust-bar-card{text-align:center;flex-direction:column;gap:1.5rem;padding:2rem}.trust-bar-quote-mark{font-size:8rem;top:-10px;left:10px}.trust-bar-card-left{flex-direction:row;gap:1.5rem}.trust-bar-avatar{width:90px;height:90px}.trust-bar-logo{height:40px}.trust-bar-quote{font-size:1.15rem}.trust-bar-author{align-items:center}.trust-bar-stats{gap:2.5rem}.trust-bar-stat-value{font-size:2rem}}@media (max-width:600px){.trust-bar{padding:3rem 1rem}.trust-bar-container{gap:1.5rem}.trust-bar-badge{padding:.4rem 1rem;font-size:.75rem}.trust-bar-card{padding:1.5rem}.trust-bar-quote-mark{font-size:6rem;top:-5px}.trust-bar-card-left{flex-direction:column;gap:1rem}.trust-bar-avatar{width:80px;height:80px}.trust-bar-logo{height:35px}.trust-bar-quote,.trust-bar-author-name{font-size:1rem}.trust-bar-author-role{font-size:.85rem}.trust-bar-stats{gap:1.5rem}.trust-bar-stat-value{font-size:1.5rem}.trust-bar-stat-label{font-size:.75rem}}
.home-services{flex-direction:column;display:flex}.home-service{border-bottom:1px solid #eee;padding:5rem 2rem}.home-service:first-child{background:linear-gradient(135deg,#f8f7ff 0%,#fff 100%)}.home-service:nth-child(2){background:#fff}.home-service:nth-child(3){background:linear-gradient(135deg,#f7fff7 0%,#fff 100%)}.home-service-container{max-width:800px;margin:0 auto}.home-service-label{text-transform:uppercase;letter-spacing:.1em;color:#6366f1;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:block}.home-service-header{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex;text-decoration:none!important}.home-service-icon{object-fit:contain;width:48px;height:48px}.home-service-title{color:#000;letter-spacing:normal;word-spacing:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:inherit;font-size:2rem;font-weight:700;-webkit-text-decoration:none!important;text-decoration:none!important}.home-service-headline{color:#333;margin:0 0 1rem;font-size:1.5rem;font-weight:500;line-height:1.3}.home-service-description{color:#555;margin:0 0 2rem;font-size:1.1rem;line-height:1.7}.home-service-includes{background:#00000008;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.home-service-includes h4{color:#333;margin:0 0 1rem;font-size:.9rem;font-weight:600}.home-service-includes ul{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.home-service-includes li{color:#555;padding-left:1.5rem;font-size:.95rem;position:relative}.home-service-includes li:before{content:"✓";color:#22c55e;font-weight:600;position:absolute;left:0}.home-service-price{align-items:baseline;gap:1rem;margin-bottom:1.5rem;display:flex}.home-service-price-value{color:#000;font-size:2.5rem;font-weight:700}.home-service-price-note{color:#666;font-size:1rem}.home-service-price-text{color:#666;margin:0 0 1.5rem;font-size:1rem;font-style:italic}.home-service-perfect{color:#666;margin:0 0 2rem;font-size:.9rem;line-height:1.6}.home-service-cta{color:#6366f1;font-size:1rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-block}.home-service-cta:hover{color:#4f46e5}@media (max-width:900px){.home-service{padding:4rem 1.5rem}.home-service-title{font-size:1.75rem}.home-service-headline{font-size:1.25rem}.home-service-description{font-size:1rem}.home-service-price-value{font-size:2rem}}@media (max-width:600px){.home-service{padding:3rem 1rem}.home-service-title{font-size:1.5rem}.home-service-headline{font-size:1.1rem}.home-service-includes{padding:1rem}.home-service-price-value{font-size:1.75rem}}
.home-process{background:#fff;padding:5rem 2rem}.home-process-container{max-width:1000px;margin:0 auto}.home-process-header{text-align:center;margin-bottom:4rem}.home-process-label{text-transform:uppercase;letter-spacing:.1em;color:#6366f1;margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:inline-block}.home-process-title{color:#000;-webkit-font-smoothing:antialiased;letter-spacing:normal;word-spacing:normal;margin:0 0 .75rem;font-family:inherit;font-size:2.5rem;font-weight:700;text-decoration:none!important}.home-process-subtitle{color:#666;margin:0;max-width:600px;margin-inline:auto;font-size:1.1rem}.home-process-steps{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid;position:relative}.home-process-step{text-align:center;flex-direction:column;align-items:center;padding:1.5rem 1rem;display:flex;position:relative}.home-process-step-number{color:#fff;z-index:1;background:#000;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.25rem;font-size:1.1rem;font-weight:700;display:flex;position:relative}.home-process-step-connector{background:linear-gradient(90deg,#000 0%,#e5e5e5 100%);width:calc(100% - 56px - 1rem);height:2px;position:absolute;top:calc(1.5rem + 28px);left:calc(50% + 28px + .5rem)}.home-process-step-content{flex:1}.home-process-step-title{color:#000;margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.home-process-step-description{color:#666;margin:0;font-size:.9rem;line-height:1.5}@media (max-width:900px){.home-process{padding:4rem 1.5rem}.home-process-steps{grid-template-columns:1fr 1fr;gap:2rem}.home-process-step-connector{display:none}.home-process-title{font-size:2rem}}@media (max-width:600px){.home-process{padding:3rem 1rem}.home-process-steps{grid-template-columns:1fr;gap:1.5rem}.home-process-step{text-align:left;background:#fafafa;border-radius:12px;flex-direction:row;gap:1rem;padding:1rem}.home-process-step-number{flex-shrink:0;width:48px;height:48px;margin-bottom:0;font-size:1rem}.home-process-title{font-size:1.75rem}.home-process-subtitle{font-size:1rem}}
.home-results{background:#000;padding:5rem 2rem}.home-results-container{max-width:1200px;margin:0 auto}.home-results-title{color:#fff;text-align:center;-webkit-font-smoothing:antialiased;letter-spacing:normal;word-spacing:normal;margin:0 0 3rem;font-family:inherit;font-size:1.5rem;font-weight:500;text-decoration:none!important}.home-results-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.home-results-card{text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;align-items:center;padding:2rem;display:flex}.home-results-value{color:#fff;margin-bottom:.5rem;font-size:3rem;font-weight:700;line-height:1}.home-results-label{color:#ffffffe6;margin-bottom:.5rem;font-size:1rem;font-weight:500}.home-results-context{color:#ffffff80;font-size:.85rem}@media (max-width:900px){.home-results{padding:4rem 1.5rem}.home-results-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.home-results-value{font-size:2.5rem}}@media (max-width:600px){.home-results{padding:3rem 1rem}.home-results-title{font-size:1.25rem}.home-results-grid{grid-template-columns:1fr 1fr;gap:1rem}.home-results-card{padding:1.5rem 1rem}.home-results-value{font-size:2rem}.home-results-label{font-size:.9rem}.home-results-context{font-size:.75rem}}
.home-projects{background:#fafafa;padding:5rem 2rem}.home-projects-container{max-width:1200px;margin:0 auto}.home-projects-header{text-align:center;margin-bottom:3rem}.home-projects-title{color:#000;-webkit-font-smoothing:antialiased;letter-spacing:normal;word-spacing:normal;margin:0 0 .5rem;font-family:inherit;font-size:2.5rem;font-weight:700;text-decoration:none!important}.home-projects-subtitle{color:#666;margin:0;font-size:1.1rem}.home-projects-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;display:grid}.home-project-card{background:#fff;border:1px solid #eee;border-radius:16px;flex-direction:column;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.home-project-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.home-project-image{aspect-ratio:16/10;position:relative;overflow:hidden}.home-project-image>img{object-fit:cover;object-position:top;width:100%;height:100%;transition:transform .3s}.home-project-card:hover .home-project-image img{transform:scale(1.05)}.home-project-content{flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}.home-project-label{text-transform:uppercase;letter-spacing:.1em;color:#6366f1;font-size:.7rem;font-weight:600}.home-project-client-logo{margin:.5rem 0}.home-project-client-logo img{object-fit:contain;filter:grayscale();opacity:.7;width:auto;max-width:140px;height:28px;transition:all .3s}.home-project-card:hover .home-project-client-logo img{filter:grayscale(0%);opacity:1}.home-project-title{color:#000;margin:0;font-size:1.25rem;font-weight:700}.home-project-description{color:#555;margin:.5rem 0;font-size:.9rem;line-height:1.5}.home-project-metrics{flex-wrap:wrap;gap:1rem;display:flex}.home-project-metrics span{color:#333;background:#f5f5f5;border-radius:100px;padding:.25rem .75rem;font-size:.8rem;font-weight:600}.home-project-tech{color:#888;margin-top:.5rem;font-size:.75rem}.home-projects-cta{text-align:center}.home-projects-link{color:#6366f1;font-size:1rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-block}.home-projects-link:hover{color:#4f46e5}@media (max-width:900px){.home-projects{padding:4rem 1.5rem}.home-projects-grid{grid-template-columns:1fr;gap:1.5rem}.home-projects-title{font-size:2rem}}@media (max-width:600px){.home-projects{padding:3rem 1rem}.home-projects-title{font-size:1.75rem}.home-projects-subtitle{font-size:1rem}.home-project-content{padding:1.25rem}.home-project-title{font-size:1.1rem}}
.home-team{background:#fff;padding:5rem 2rem}.home-team-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.home-team-content{max-width:500px}.home-team-title{color:#000;-webkit-font-smoothing:antialiased;letter-spacing:normal;word-spacing:normal;margin:0 0 1rem;font-family:inherit;font-size:2rem;font-weight:700;line-height:1.2;text-decoration:none!important}.home-team-description{color:#555;margin:0 0 2rem;font-size:1.1rem;line-height:1.7}.home-team-cta{color:#6366f1;font-size:1rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-block}.home-team-cta:hover{color:#4f46e5}.home-team-members{justify-content:center;gap:2rem;display:flex}.home-team-member{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.home-team-avatar{background:#f5f5f5;border-radius:50%;width:100px;height:100px;margin-bottom:.5rem;overflow:hidden}.home-team-avatar img{object-fit:cover;width:100%;height:100%}.home-team-name{color:#000;font-size:.95rem;font-weight:600}.home-team-role{color:#666;font-size:.8rem}@media (max-width:900px){.home-team{padding:4rem 1.5rem}.home-team-container{text-align:center;grid-template-columns:1fr;gap:3rem}.home-team-content{max-width:100%}.home-team-title{font-size:1.75rem}}@media (max-width:600px){.home-team{padding:3rem 1rem}.home-team-title{font-size:1.5rem}.home-team-description{font-size:1rem}.home-team-members{flex-wrap:wrap;gap:1.5rem}.home-team-avatar{width:80px;height:80px}.home-team-name{font-size:.85rem}.home-team-role{font-size:.75rem}}
.chatbox{width:100%;max-width:480px}.chatbox--minimal{flex-direction:column;gap:1.5rem;display:flex}.chatbox-message-area{color:#0009;text-align:center;min-height:1.5em;font-size:1rem}.chatbox-thinking{align-items:center;gap:4px;display:inline-flex}.chatbox-thinking span{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite thinkingBounce}.chatbox-thinking span:first-child{animation-delay:0s}.chatbox-thinking span:nth-child(2){animation-delay:.2s}.chatbox-thinking span:nth-child(3){animation-delay:.4s}@keyframes thinkingBounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-8px)}}.typewriter-cursor{vertical-align:text-bottom;background:#0006;width:2px;height:1em;margin-left:2px;animation:1s step-end infinite cursorBlink;display:inline-block}.chatbox-input-area{flex-direction:column;gap:.75rem;transition:opacity .5s;display:flex}.chatbox-input-wrapper{position:relative}.chatbox-input{letter-spacing:-.01em;color:#000;caret-color:#0000;text-align:center;background:0 0;border:none;outline:none;width:100%;padding:0;font-family:inherit;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:400;line-height:1.4}.chatbox-input::placeholder{color:#0000}.chatbox-input:focus{caret-color:#6366f1}.chatbox-placeholder{letter-spacing:-.01em;color:#00000059;pointer-events:none;white-space:nowrap;justify-content:center;align-items:center;gap:0;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:400;line-height:1.4;display:flex;position:absolute;top:0;left:0;right:0}.chatbox-cursor{background:#6366f1;border-radius:2px;flex-shrink:0;width:3px;height:1.4em;margin-right:8px;animation:.8s ease-in-out infinite cursorBlink;display:inline-block}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}.chatbox-hint-wrapper{min-height:1.5rem;margin-top:.75rem}.chatbox-hint{color:#0006;opacity:0;justify-content:center;align-items:center;gap:.5rem;font-size:.85rem;transition:all .3s;display:flex;transform:translateY(-5px)}.chatbox-hint.visible{opacity:1;transform:translateY(0)}.chatbox-hint kbd{background:#0000000d;border:1px solid #0000001a;border-radius:4px;justify-content:center;align-items:center;padding:.2rem .4rem;font-family:inherit;font-size:.75rem;display:inline-flex}.chatbox-details-form{justify-content:center;gap:.75rem;animation:.3s fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chatbox-details-form input{color:#000;background:#fffc;border:1px solid #0000001a;border-radius:8px;outline:none;flex:1;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.chatbox-details-form input::placeholder{color:#0006}.chatbox-details-form input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.chatbox-details-form button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:8px;padding:.75rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:transform .2s,box-shadow .2s}.chatbox-details-form button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.chatbox-reset-btn{color:#00000080;cursor:pointer;background:0 0;border:1px solid #0000001f;border-radius:6px;align-self:center;padding:.5rem 1rem;font-family:inherit;font-size:.8rem;transition:all .2s;animation:.3s fadeIn}.chatbox-reset-btn:hover{color:#000;border-color:#00000040}.chatbox-error{color:#dc2626;text-align:center;width:100%;padding:.5rem;font-size:.8rem;animation:.3s fadeIn}.chatbox-details-form input:disabled,.chatbox-details-form button:disabled{opacity:.6;cursor:not-allowed}@media (max-width:900px){.chatbox{max-width:100%}.chatbox-message-area{text-align:center}.chatbox-placeholder{justify-content:center;left:0;right:0}.chatbox-input{text-align:center}.chatbox-hint{justify-content:center}.chatbox-details-form{flex-direction:column}.chatbox-reset-btn{align-self:center}}@media (max-width:600px){.chatbox-input,.chatbox-placeholder{font-size:1.25rem}.chatbox-details-form input,.chatbox-details-form button{padding:.875rem 1rem}}
.home-cta{background:linear-gradient(135deg,#fafafa 0%,#f0f0f0 100%);padding:5rem 2rem}.home-cta-container{text-align:center;max-width:900px;margin:0 auto}.home-cta-title{color:#000;-webkit-font-smoothing:antialiased;letter-spacing:normal;word-spacing:normal;margin:0 0 .75rem;font-family:inherit;font-size:2.5rem;font-weight:700;text-decoration:none!important}.home-cta-subtitle{color:#666;margin:0 0 3rem;max-width:600px;margin-inline:auto;font-size:1.1rem}.home-cta-options{grid-template-columns:1fr auto 1fr;align-items:start;gap:2rem;display:grid}.home-cta-option{background:#fff;border:1px solid #eee;border-radius:16px;padding:2rem}.home-cta-option h3{color:#000;margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.home-cta-option p{color:#666;margin:0 0 1.5rem;font-size:.95rem;line-height:1.5}.home-cta-chatbox{max-width:100%}.home-cta-divider{align-items:center;padding-top:3rem;display:flex}.home-cta-divider span{color:#999;text-transform:lowercase;font-size:.9rem}.home-cta-button{color:#fff;cursor:pointer;background:#000;border:none;border-radius:8px;width:100%;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:background .2s}.home-cta-button:hover{background:#333}.home-cta-email{color:#888;margin-top:2rem;font-size:.9rem}@media (max-width:900px){.home-cta{padding:4rem 1.5rem}.home-cta-options{grid-template-columns:1fr;gap:1.5rem}.home-cta-divider{justify-content:center;padding:0}.home-cta-title{font-size:2rem}}@media (max-width:600px){.home-cta{padding:3rem 1rem}.home-cta-title{font-size:1.75rem}.home-cta-subtitle{font-size:1rem}.home-cta-option{padding:1.5rem}.home-cta-option h3{font-size:1.1rem}}
.hero{width:100%;min-height:100vh;position:relative}.hero-img{width:100%;height:100%;position:absolute;top:0;left:0}.hero-img-gradient{background:linear-gradient(#0000 0%,#000 93%);width:100%;height:100%;position:absolute;top:0;left:0}@keyframes pan-overlay{0%{background-position:0 0}to{background-position:0 -100%}}.hero{align-items:flex-end;display:flex}.hero .container{padding:4em}.hero .container .hero-copy{justify-content:space-between;align-items:flex-end;width:100%;display:flex}.hero-copy-col:first-child{width:75%}.hero-copy-col:first-child h3{margin-left:.5rem;position:relative}.hero-icon{width:120px}.intro{width:100%;min-height:100vh;position:relative}.geo-bg{z-index:-1;transform-origin:50%;opacity:.25;will-change:transform;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)scale(2.5)}.intro .intro-container{width:100%;padding-top:20em;padding-bottom:4em}.intro .intro-container .container{gap:2em;display:flex}.intro .intro-container .container>.col{flex:1}.intro-copy{width:70%}.intro-copy p{margin-bottom:4em}.prompt-example .prompt-example-header h4{width:50%}.prompt-example-results{gap:2em;margin-top:2em;display:flex}.prompt-example-result-item{flex:1}.prompt-example-result-item-img{aspect-ratio:1;clip-path:polygon(0 0,80% 0,100% 20%,100% 70%,100% 100%,10% 100%,0 90%,0% 30%);width:100%;margin-bottom:1em;position:relative}.case-studies{background-color:var(--background);width:100%;min-height:100vh;padding:0;position:relative}.case-studies-header{width:70%}.case-studies-content .container{gap:2em;display:flex}.case-studies-content .container .col{flex:1}.case-studies-content .container .col h2{text-transform:none;margin-bottom:1em;font-size:5rem}.case-studies-copy{width:70%}.case-studies-items{background-color:var(--background);width:100%;min-height:100vh;display:flex;position:relative}.case-studies-items .col{flex:1}.case-studies-item,.case-studies-img{width:100%;height:100svh}.case-studies-items-images{position:relative}.case-studies-items-content{z-index:2;position:relative}.case-studies-items-content .container{flex-direction:column;justify-content:center;height:100%;display:flex}.case-studies-items-content .container h3{text-transform:none;margin-bottom:.5em;font-weight:600}.case-studies-items-content .container p.primary{margin-bottom:.5em}.case-studies-img{will-change:transform;z-index:1;border-radius:1em;position:relative;overflow:hidden}.case-studies-img img{transform-origin:top top;will-change:transform;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(2)}.case-studies-item-inner-img,.case-studies-item-inner-link{display:none}.link-icon{position:relative;top:.125rem}.case-studies-img-link{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.case-studies-img-link span{align-items:center;display:flex}.case-studies-img-link a{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.abstract-bg{background-color:var(--background-light);width:100vw;height:max-content}.strip{background-color:var(--background);width:100%;height:15px}.strip:first-child{height:200px;margin-bottom:5px}.strip:nth-child(2){margin-bottom:10px}.strip:nth-child(3){margin-bottom:20px}.strip:nth-child(4){margin-bottom:30px}.strip:nth-child(5){margin-bottom:50px}.strip:nth-child(6){margin-bottom:80px}.strip:nth-child(7){margin-bottom:120px}.works{background-color:var(--background-light);width:100%;height:100%;color:var(--foreground-light);padding:4em 0}.works p{color:#726755}.works p.primary{color:var(--foreground-light)}.works-header{width:70%}.works-content .container{gap:2em;display:flex}.works-content .container .col{flex:1}.works-content .container .col h2{text-transform:none;margin-bottom:1em;font-size:5rem}.works-copy{width:70%}.carousel{z-index:1;width:100%;min-height:100vh;position:relative}.project{clip-path:polygon(0% 100%,100% 100%,100% 100%,0% 100%);width:100vw;height:100svh;position:absolute;top:0;left:0}.project-bg{filter:blur(20px);width:100%;height:100%;position:absolute}.project-main{aspect-ratio:4/3;border-radius:.7em;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.expertise-header{color:#fff;z-index:2;flex-direction:column;max-width:40%;display:flex;position:absolute;top:50%;left:5%;transform:translateY(-50%)}.expertise-header h2{color:#fff}.project-label{opacity:.75;letter-spacing:-.08em;color:#fff;font-size:9px}.project-label p{opacity:.6;color:#fff}.project-title-group{align-items:baseline;gap:1em;display:flex}.project-title-group h2{margin:0;font-size:4rem;font-weight:600}.project-index{opacity:.6;letter-spacing:-1px;color:#fff;font-size:.75rem;font-weight:400}.project-subtitle,.project-description{opacity:.85;color:#fff;font-size:1.1rem;font-weight:400;line-height:1.4}.project-subtitle{color:#fff}.project-url{margin-top:1em}.project-url a{color:#fff;border:1px solid #fff;border-radius:2em;padding:.6em 1.2em;font-size:.9rem;font-weight:400;transition:all .3s;display:inline-block}.project-url a:hover{color:#fff;background:#7a7a7a91}.case-studies h2,.works h2{letter-spacing:-.25rem}.project-id h2,.project-title h2{letter-spacing:-.15rem}.case-studies-items-content .container h3{letter-spacing:-.1rem}@media (max-width:900px){.hero .container{padding:3em 2em}.hero-copy-col:first-child{width:100%}.hero .container .hero-copy{flex-direction:column-reverse;align-items:flex-start;gap:2em}.hero-icon{width:75px}.intro .intro-container .container{flex-direction:column;gap:2em}.intro-copy{width:100%}.intro-copy p{margin-bottom:2em}.prompt-example{margin-top:6em}.prompt-example-results{flex-direction:column}.prompt-example .prompt-example-header h4{width:100%}.case-studies,.works{margin-top:-.125em}.case-studies-header,.works-header{width:100%}.case-studies-content .container,.works-content .container{flex-direction:column-reverse}.case-studies-content .container .col h2,.works-content .container .col h2{font-size:2.5rem}.case-studies-copy,.works-copy{width:100%}.case-studies-items-images{display:none}.case-studies-item-inner-img{border-radius:1em;height:300px;margin-bottom:1em;display:block;overflow:hidden}.case-studies-item{height:max-content}.case-studies-item-inner-link{align-items:center;gap:.5em;margin:2em 0;display:flex}.case-studies-img-link{display:none}.project-main{width:70%;top:25%;left:50%}.expertise-header{text-align:left;flex-direction:column;width:100%;top:65%;left:0}.expertise-header h2{font-size:3rem}.project-url{top:35%}.case-studies h2,.works h2,.project-id h2,.project-title h2{letter-spacing:-.1rem}.expertise-header{color:#fff;z-index:2;flex-direction:column;max-width:100%;display:flex;position:absolute;top:50%;left:5%;transform:translateY(-50%)}}.verticals-header h2{letter-spacing:-.4rem;color:#000;font-size:5rem;font-weight:600;line-height:.8em}.case-studies-header h2{color:#000;letter-spacing:-.4rem;font-size:5rem;font-weight:600;line-height:.8em}
