.hero-section{background-color:var(--color-bg-deep);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-section__bg{object-fit:cover;object-position:65% center;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero-section__overlay{z-index:1;background:linear-gradient(to right, rgba(var(--color-bg-deep-rgb), .97) 0%, rgba(var(--color-bg-deep-rgb), .88) 30%, rgba(var(--color-bg-deep-rgb), .45) 55%, rgba(var(--color-bg-deep-rgb), .15) 75%, rgba(var(--color-bg-deep-rgb), .25) 100%), linear-gradient(to top, rgba(var(--color-bg-deep-rgb), .8) 0%, transparent 30%), linear-gradient(to bottom, rgba(var(--color-bg-deep-rgb), .5) 0%, transparent 15%);position:absolute;inset:0}.hero-section__content{z-index:2;padding-block:var(--space-20);position:relative}.hero-section__text{max-width:min(620px,55%)}.hero-section__eyebrow{margin-bottom:var(--space-6)}.hero-section__headline{font-family:var(--font-heading);letter-spacing:var(--tracking-tighter);color:var(--color-text-primary);margin:0 0 1.75rem;font-size:clamp(3rem,6.5vw,5rem);font-weight:700;line-height:1}.hero-section__subheadline{font-size:var(--text-xl);color:var(--color-text-secondary);max-width:100%;margin:0 0 2.5rem;line-height:1.7}.hero-section__ctas{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.hero-section__social-proof{margin-top:.5rem}@keyframes heroBgZoom{0%{transform:scale(1.06)}to{transform:scale(1)}}@keyframes heroTextIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-section__bg--animate{animation:heroBgZoom 10s var(--ease-out-expo) both}.hero-section__content--animate .hero-section__stagger-1,.hero-section__content--animate .hero-section__stagger-2,.hero-section__content--animate .hero-section__stagger-3,.hero-section__content--animate .hero-section__stagger-4,.hero-section__content--animate .hero-section__stagger-5{opacity:0;animation:heroTextIn 1s var(--ease-out-expo) both}.hero-section__content--animate .hero-section__stagger-1{animation-delay:.15s}.hero-section__content--animate .hero-section__stagger-2{animation-delay:.35s}.hero-section__content--animate .hero-section__stagger-3{animation-delay:.55s}.hero-section__content--animate .hero-section__stagger-4{animation-delay:.75s}.hero-section__content--animate .hero-section__stagger-5{animation-delay:.95s}@media (width<=768px){.hero-section__text{max-width:480px}.hero-section__headline{font-size:clamp(2.5rem,6vw,3.5rem)}.hero-section__overlay{background:linear-gradient(to right, rgba(var(--color-bg-deep-rgb), .98) 0%, rgba(var(--color-bg-deep-rgb), .9) 35%, rgba(var(--color-bg-deep-rgb), .5) 60%, rgba(var(--color-bg-deep-rgb), .2) 100%), linear-gradient(to top, rgba(var(--color-bg-deep-rgb), .85) 0%, transparent 35%), linear-gradient(to bottom, rgba(var(--color-bg-deep-rgb), .6) 0%, transparent 20%)}}@media (width<=480px){.hero-section{align-items:flex-end;height:100dvh;min-height:auto;max-height:750px}.hero-section__bg{object-position:center top}.hero-section__overlay{background:linear-gradient(to top, rgba(var(--color-bg-deep-rgb), .98) 0%, rgba(var(--color-bg-deep-rgb), .92) 30%, rgba(var(--color-bg-deep-rgb), .6) 55%, rgba(var(--color-bg-deep-rgb), .35) 100%)}.hero-section__content{padding-bottom:var(--space-12)}.hero-section__text{text-align:center;max-width:100%}.hero-section__headline{font-size:clamp(2rem,9vw,3rem)}.hero-section__subheadline{font-size:var(--text-base);margin-inline:auto}.hero-section__ctas{justify-content:center}}@media (prefers-reduced-motion:reduce){.hero-section__bg--animate{animation:none}.hero-section__content--animate .hero-section__stagger-1,.hero-section__content--animate .hero-section__stagger-2,.hero-section__content--animate .hero-section__stagger-3,.hero-section__content--animate .hero-section__stagger-4,.hero-section__content--animate .hero-section__stagger-5{opacity:1;animation:none;transform:none}}[data-theme=light] .hero-section__overlay{background:linear-gradient(to right, rgba(var(--color-bg-deep-rgb), .97) 0%, rgba(var(--color-bg-deep-rgb), .9) 25%, rgba(var(--color-bg-deep-rgb), .8) 40%, rgba(var(--color-bg-deep-rgb), .5) 55%, rgba(var(--color-bg-deep-rgb), .12) 72%, rgba(var(--color-bg-deep-rgb), 0) 100%), linear-gradient(to top, rgba(var(--color-bg-deep-rgb), .6) 0%, transparent 25%), linear-gradient(to bottom, rgba(var(--color-bg-deep-rgb), .4) 0%, transparent 15%)}@media (width<=768px){[data-theme=light] .hero-section__overlay{background:linear-gradient(to right, rgba(var(--color-bg-deep-rgb), .98) 0%, rgba(var(--color-bg-deep-rgb), .92) 30%, rgba(var(--color-bg-deep-rgb), .7) 52%, rgba(var(--color-bg-deep-rgb), .2) 75%, rgba(var(--color-bg-deep-rgb), 0) 100%), linear-gradient(to top, rgba(var(--color-bg-deep-rgb), .7) 0%, transparent 30%), linear-gradient(to bottom, rgba(var(--color-bg-deep-rgb), .5) 0%, transparent 20%)}}@media (width<=480px){[data-theme=light] .hero-section__overlay{background:linear-gradient(to top, rgba(var(--color-bg-deep-rgb), .98) 0%, rgba(var(--color-bg-deep-rgb), .92) 30%, rgba(var(--color-bg-deep-rgb), .6) 55%, rgba(var(--color-bg-deep-rgb), .3) 100%)}}.pain-points-section__label{text-align:center;margin-bottom:var(--space-4);display:block}.pain-points-section__title{text-align:center;margin:0 0 3rem}.pain-points-section__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.pain-points-section__card{text-align:left;padding:2rem;position:relative}.pain-points-section__card:before{content:"";background:var(--gradient-accent);border-radius:var(--radius-full);opacity:.6;height:2px;position:absolute;top:0;left:1.5rem;right:1.5rem}.pain-points-section__icon{border-radius:var(--radius-md);background:var(--color-accent-light);width:48px;height:48px;color:var(--color-accent);justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.pain-points-section__quote{color:var(--color-text-primary);margin:0 0 1rem;font-size:1.0625rem;font-style:italic;line-height:1.6}.pain-points-section__card-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:var(--tracking-wide);color:var(--color-accent);font-size:.75rem;font-weight:500}@media (width<=768px){.pain-points-section__grid{grid-template-columns:1fr}}.solutions-section__label{text-align:center;margin-bottom:var(--space-4);display:block}.solutions-section__title{text-align:center;margin:0}.solutions-section__grid{grid-template-columns:repeat(3,1fr);gap:0;padding-top:3rem;display:grid}@media (width<=768px){.solutions-section__grid{grid-template-columns:1fr}}.stats-section__grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid;position:relative}.stats-section__item{position:relative}.stats-section__item:not(:last-child):after{content:"";background:linear-gradient(#0000,#ffffff1a,#0000);width:1px;position:absolute;top:15%;bottom:15%;right:-1rem}@media (width<=768px){.stats-section__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.stats-section__item:not(:last-child):after{display:none}}.highlight-projects-section__label{text-align:center;margin-bottom:var(--space-4);display:block}.highlight-projects-section__title{text-align:center;margin:0 0 2rem}.highlight-projects-section__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.highlight-projects-section__grid .project-card__description{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.highlight-projects-section__cta{justify-content:center;margin-top:2.5rem;display:flex}@media (width<=768px){.highlight-projects-section__grid{grid-template-columns:1fr}}.tech-stack-section__label{text-align:center;margin-bottom:var(--space-4);display:block}.tech-stack-section__title{text-align:center;margin:0 0 3rem}.about-me-section__label{margin-bottom:var(--space-4);display:block}.about-me-section__grid{grid-template-columns:380px 1fr;align-items:center;gap:4rem;display:grid}.about-me-section__image img{border-radius:var(--radius-xl);object-fit:cover;width:100%;height:auto;box-shadow:0 20px 60px #0000001a}.about-me-section__text p{color:var(--color-text-tertiary);margin:0 0 2rem;font-size:1.125rem;line-height:1.8}.about-me-section__pull-quote{font-family:var(--font-heading);color:var(--color-text-primary);border-left:3px solid var(--color-accent);margin:0 0 2rem;padding-left:1.25rem;font-size:1.375rem;font-weight:600;line-height:1.4}@media (width<=768px){.about-me-section__grid{grid-template-columns:1fr;gap:2rem}.about-me-section__image img{max-width:300px;margin:0 auto;display:block}}.client-logos-section{position:relative;padding-bottom:4rem!important}.client-logos-section>.container{position:static}.client-logos-section .reveal{z-index:1;position:relative}.client-logos-section__label{text-align:center;margin-bottom:var(--space-4);display:block}.client-logos-section__title{text-align:center;margin:0 0 2.5rem}.client-logos-section__marquee{margin-bottom:2rem;position:relative;overflow:hidden}.client-logos-section__marquee:before,.client-logos-section__marquee:after{content:"";z-index:1;pointer-events:none;width:80px;position:absolute;top:0;bottom:0}.client-logos-section__marquee:before{background:linear-gradient(to right, var(--color-bg-deep), transparent);left:0}.client-logos-section__marquee:after{background:linear-gradient(to left, var(--color-bg-deep), transparent);right:0}.client-logos-section__track{align-items:center;gap:3rem;width:max-content;animation:40s linear infinite marquee;display:flex}.client-logos-section__client{white-space:nowrap;justify-content:center;align-items:center;padding-block:.75rem;display:flex}.client-logos-section__logo{object-fit:contain;filter:grayscale()brightness(1.6)contrast(.9);opacity:.55;width:auto;height:28px;transition:opacity .3s,filter .3s}[data-theme=light] .client-logos-section__logo{filter:grayscale();opacity:.4}.client-logos-section__logo:hover{opacity:.85;filter:grayscale(0)brightness()contrast()}[data-theme=light] .client-logos-section__logo:hover{filter:grayscale(0);opacity:.75}.client-logos-section__tags{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.client-logos-section__horizon{pointer-events:none;height:10rem;position:absolute;bottom:0;left:0;right:0;overflow:hidden;-webkit-mask-image:radial-gradient(50% 50%,#fff,#0000);mask-image:radial-gradient(50% 50%,#fff,#0000)}.client-logos-section__glow{position:absolute;inset:0}.client-logos-section__glow:before{content:"";opacity:.4;background:radial-gradient(circle at bottom,#8350e8,#0000 70%);position:absolute;inset:0}.client-logos-section__arc{aspect-ratio:1/.7;background:var(--color-bg-deep);z-index:10;border-top:1px solid #ffffff26;border-radius:100%;width:200%;position:absolute;top:50%;left:-50%}.client-logos-section__sparkles{position:absolute;inset:0;-webkit-mask-image:radial-gradient(50% 50%,#fff,#0000 85%);mask-image:radial-gradient(50% 50%,#fff,#0000 85%)}[data-theme=light] .client-logos-section__horizon{height:8rem;-webkit-mask-image:radial-gradient(50% 50%,#fff,#0000 70%);mask-image:radial-gradient(50% 50%,#fff,#0000 70%)}[data-theme=light] .client-logos-section__glow:before{opacity:.12;background:radial-gradient(circle at bottom,#d8d0fb,#0000 60%)}[data-theme=light] .client-logos-section__arc{background:var(--color-bg-deep);border-top-color:#0000000f}[data-theme=light] .client-logos-section__sparkles{opacity:.3}.testimonials-section__label{text-align:center;margin-bottom:var(--space-4);display:block}.testimonials-section__header{justify-content:space-between;align-items:flex-end;margin-bottom:2rem;display:flex}.testimonials-section__title{margin:0}.testimonials-section__nav{flex-shrink:0;gap:.5rem;display:flex}.testimonials-section__nav-btn{width:2.75rem;height:2.75rem;color:var(--color-text-secondary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.testimonials-section__nav-btn:hover:not(:disabled){color:var(--color-text-primary);background:#ffffff1f;border-color:#ffffff4d;transform:scale(1.05)}.testimonials-section__nav-btn:active:not(:disabled){transform:scale(.95)}.testimonials-section__nav-btn:disabled{opacity:.3;cursor:default}.testimonials-section__track{position:relative}.testimonials-section__scroll{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:1.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.testimonials-section__scroll::-webkit-scrollbar{display:none}.testimonials-section__scroll>.testimonial-card{scroll-snap-align:start;flex:0 0 calc(33.333% - 1rem);min-width:300px}.testimonials-section__fade{pointer-events:none;z-index:1;width:4rem;position:absolute;top:0;bottom:0}.testimonials-section__fade--left{background:linear-gradient(to right, var(--color-bg-dark,#0a0a0a), transparent);left:0}.testimonials-section__fade--right{background:linear-gradient(to left, var(--color-bg-dark,#0a0a0a), transparent);right:0}[data-theme=light] .testimonials-section__fade--left{background:linear-gradient(to right, var(--color-bg-primary,#fff), transparent)}[data-theme=light] .testimonials-section__fade--right{background:linear-gradient(to left, var(--color-bg-primary,#fff), transparent)}@media (width<=1024px){.testimonials-section__scroll>.testimonial-card{flex:0 0 calc(50% - .75rem);min-width:280px}}@media (width<=640px){.testimonials-section__header{flex-direction:column;align-items:flex-start;gap:1rem}.testimonials-section__scroll>.testimonial-card{flex:0 0 85%;min-width:260px}}.latest-posts-section__label{text-align:center;margin-bottom:var(--space-4);display:block}.latest-posts-section__title{text-align:center;margin:0 0 var(--space-12)}.latest-posts-section__grid{gap:var(--space-8);animation:latestPostsFadeIn .6s var(--ease-out-expo) both;grid-template-columns:repeat(3,1fr);display:grid}@keyframes latestPostsFadeIn{0%{opacity:0}to{opacity:1}}@keyframes latestPostsCardIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.latest-posts-card{background:var(--color-bg-surface);border:1px solid var(--glass-border);border-radius:var(--radius-lg);animation:latestPostsCardIn .5s var(--ease-out-expo) both;animation-delay:calc(var(--stagger,0) * 80ms);transition:transform .3s var(--ease-out-expo), box-shadow .3s var(--ease-out-expo), border-color .3s ease;overflow:hidden}.latest-posts-card:hover{border-color:var(--glass-border-hover);box-shadow:0 8px 24px #0000001f, 0 0 0 1px var(--glass-border-hover);transform:translateY(-4px)}.latest-posts-card__link{color:inherit;cursor:pointer;flex-direction:column;height:100%;text-decoration:none;display:flex}.latest-posts-card__image-wrap{aspect-ratio:16/9;flex-shrink:0;position:relative;overflow:hidden}.latest-posts-card__image{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--ease-out-expo);display:block}.latest-posts-card:hover .latest-posts-card__image{transform:scale(1.04)}.latest-posts-card__image-placeholder{background:linear-gradient(135deg, var(--color-bg-elevated) 0%, var(--color-bg-surface) 100%);width:100%;height:100%}.latest-posts-card__body{padding:var(--space-6);gap:var(--space-3);flex-direction:column;flex:1;display:flex}.latest-posts-card__categories{gap:var(--space-2);flex-wrap:wrap;display:flex}.latest-posts-card__title{font-size:var(--text-xl);font-weight:var(--font-bold);line-height:var(--leading-snug);letter-spacing:var(--tracking-tight);color:var(--color-text-primary);margin:0;transition:color .2s}.latest-posts-card:hover .latest-posts-card__title{color:var(--color-accent)}.latest-posts-card__summary{font-size:var(--text-sm);line-height:var(--leading-normal);color:var(--color-text-tertiary);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:0;display:-webkit-box;overflow:hidden}.latest-posts-card__footer{padding-top:var(--space-3);border-top:1px solid var(--glass-border);justify-content:space-between;align-items:center;margin-top:auto;display:flex}.latest-posts-card__date{font-size:var(--text-sm);color:var(--color-text-tertiary)}.latest-posts-card__read-more{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--color-accent);transition:opacity .2s}.latest-posts-card:hover .latest-posts-card__read-more{opacity:.8}.latest-posts-section__cta{margin-top:var(--space-12);justify-content:center;display:flex}@media (prefers-reduced-motion:reduce){.latest-posts-section__grid,.latest-posts-card{animation:none}.latest-posts-card,.latest-posts-card__image,.latest-posts-card__title,.latest-posts-card__read-more{transition:none}.latest-posts-card:hover{box-shadow:none;transform:none}.latest-posts-card:hover .latest-posts-card__image{transform:none}}@media (width<=1024px){.latest-posts-section__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.latest-posts-section__grid{gap:var(--space-6);grid-template-columns:1fr}.latest-posts-section__title{margin-bottom:var(--space-8)}}.bottom-cta-section__inner{text-align:center;max-width:700px;margin:0 auto;position:relative}.bottom-cta-section__inner:before{content:"";background:radial-gradient(circle, rgba(var(--color-accent-rgb), .08) 0%, transparent 70%);pointer-events:none;z-index:0;border-radius:50%;width:400px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bottom-cta-section__inner>*{z-index:1;position:relative}.bottom-cta-section__headline{font-family:var(--font-heading);letter-spacing:var(--tracking-tight);margin:0 0 1rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.15}.bottom-cta-section__subtext{color:var(--color-text-secondary);margin:0 0 2.5rem;font-size:1.125rem;line-height:1.6}.bottom-cta-section__ctas{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.bottom-cta-section__ctas .button--primary{animation:3s ease-in-out infinite pulseGlow}.bottom-cta-section__contact-info{font-family:var(--font-mono);color:var(--color-text-tertiary);flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.bottom-cta-section__contact-info a{color:var(--color-text-secondary);transition:color var(--transition-fast);text-decoration:none}.bottom-cta-section__contact-info a:hover{color:var(--color-accent)}.bottom-cta-section__separator{opacity:.3}.bottom-cta-section__social-icon{object-fit:contain;width:auto;height:20px}.home-page{flex-direction:column;display:flex}
