 .home-body {

   font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;

   -webkit-font-smoothing: antialiased;

   -moz-osx-font-smoothing: grayscale;

   color: #1e293b;

   background: radial-gradient(1200px 600px at 20% -10%, rgba(59, 130, 246, 0.10), transparent 60%),
     radial-gradient(900px 500px at 90% 20%, rgba(99, 102, 241, 0.10), transparent 55%),
     #f8fafc;

   letter-spacing: -0.01em;

 }



 .home-body .s-header {

   position: fixed;

   top: 0;

   left: 0;

   right: 0;

   z-index: 999;

   background: #f8fafc;

   border-bottom: 1px solid rgba(15, 23, 42, 0.08);

   box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);

 }



 .home-body .s-header a,

 .home-body .s-header .s-header__nav a {

   color: #1e293b;

   font-weight: 500;

   font-size: 1.8rem;

   letter-spacing: -0.01em;

   transition: color 0.2s ease;

 }

 .home-body .s-header a:hover,

 .home-body .s-header .s-header__nav a:hover {

   color: #3b82f6 !important;

 }



 .home-body .s-header__logo img {

   filter: brightness(0);

 }



 .home-body .s-header__menu-toggle {

   color: #ffffff;

 }



 .home-body .s-header__menu-toggle span,

 .home-body .s-header__menu-toggle span::before,

 .home-body .s-header__menu-toggle span::after {

   background-color: #ffffff;

 }



 .home-body .s-footer,

 .home-body .ss-copyright {

   background: #f8fafc;

   color: #1e293b;

   border-color: rgba(15, 23, 42, 0.08);

 }



 .home-body .s-footer a,

 .home-body .ss-copyright a {

   color: #1e293b;

 }



 .home-body .s-footer h4,

 .home-body .s-footer p {

   color: #1e293b;

 }



 .home-page {

   padding-top: 96px;

   overflow-x: clip;

 }



 .home-hero {

   padding: 120px 0 96px;

   min-height: 85vh;

   display: flex;

   align-items: center;

 }



 .home-hero .s-hero__bg {

   display: none;

 }



 .home-hero__inner {

   display: grid;

   grid-template-columns: 1fr 1fr;

   gap: clamp(40px, 6vw, 80px);

   align-items: center;

   max-width: 1160px;

   margin: 0 auto;

   padding: 0 28px;

 }



 .home-hero__content {

   max-width: 100%;

 }



 .home-hero__img-wrap {

   display: flex;

   align-items: center;

   justify-content: center;

   min-height: 0;

   margin-top: -80px;

 }


 .home-hero__img {

   max-width: 130%;

   height: auto;

   object-fit: contain;

   display: block;

 }


 .home-hero__eyebrow {

   text-transform: uppercase;

   letter-spacing: 0.16em;

   font-size: 1.7rem;

   color: #64748b;

   margin-bottom: 24px;

 }


 .home-hero__headline {

   font-size: clamp(4.4rem, 6.2vw, 7.3rem);

   line-height: 1.02;

   letter-spacing: -0.02em;

   color: #1e293b;

   margin-bottom: 28px;

   margin-top: -120px;

   font-weight: 600;

 }


 .home-hero__lede {

   font-size: 2.1rem;

   max-width: 44rem;

   color: #64748b;

   margin-bottom: 44px;

 }


 .home-hero__cta-row {

   display: flex;

   flex-wrap: wrap;

   gap: 16px;

   align-items: center;

 }


 .home-hero__cta-primary {

   border-radius: 999px;

   padding-inline: 32px;

   transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

   box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3);

 }


 .home-hero__cta-primary:hover {

   transform: translateY(-2px);

   box-shadow: 0 8px 12px -2px rgba(0, 0, 0, 0.4);

 }


 .home-hero__cta-secondary {

   font-size: 1.125rem;

   color: #1e293b;

   text-decoration: none;

 }


 .home-hero__cta-secondary:hover {

   text-decoration: underline;

 }


 .home-page .s-about {

   padding-top: 56px;

 }


 .home-page .display-1 {

   font-size: 4rem;

 }


 .home-page .lead {

   font-size: 1.02rem;

 }


 .home-page .s-about__process .item-title {

   font-size: 1.05rem;

 }


 .home-page .s-clients {

   padding-top: 72px;

 }


 .home-page .s-faq {

   padding: 80px 0 72px;

 }


 .home-page .faq-question {

   font-size: 2rem;

 }


 .home-page .faq-answer {

   font-size: 2rem;

 }



 /* SERVICES */

 .home-shell {

   max-width: 1120px;

   margin: 0 auto;

   padding: 0 24px;

 }


 .home-services {

   padding: 96px 0 120px;

 }


 .home-services__header {

   max-width: 640px;

   margin-bottom: 40px;

 }


 .home-services__eyebrow {

   text-transform: uppercase;

   letter-spacing: 0.16em;

   font-size: 1.7rem;

   color: #64748b;

   margin-bottom: 20px;

 }


 .home-services__header h2 {

   font-size: clamp(4rem, 6vw, 4.5rem);

   color: #1e293b;

   margin-bottom: 24px;

   font-weight: 600;

   letter-spacing: -0.01em;

 }


 .home-services__header p {

   font-size: 2rem;

   color: #64748b;

 }


 .home-services__grid {

   display: grid;

   grid-template-columns: repeat(4, minmax(0, 1fr));

   gap: 24px;

 }


 .home-service-card {

   padding: 28px 24px 32px;

   border-radius: 20px;

   background: #ffffff;

   border: 1px solid rgba(15, 23, 42, 0.12);

   box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);

   transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

 }


 .home-service-card:hover {

   transform: translateY(-4px);

   border-color: #60a5fa;

   box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.4), 0 4px 6px -2px rgba(0, 0, 0, 0.3);

 }


 .home-service-card h3 {

   font-size: 2.1rem;

   color: #1e293b;

   margin-bottom: 16px;

 }


 .home-service-card p {

   font-size: 2rem;

   color: #64748b;

   margin-bottom: 20px;

 }


 .home-service-card ul {

   list-style: none;

   padding: 0;

   margin: 0;

 }


 .home-service-card li {

   font-size: 1.8rem;

   color: #475569;

   margin-bottom: 8px;

 }



 /* PROCESS / CASES / STACK / FINAL */

 .home-process,

 .home-cases,

 .home-stack {

   padding: 96px 0;

 }


 .home-process__grid {

   display: grid;

   grid-template-columns: repeat(4, minmax(0, 1fr));

   gap: 24px;

 }


 .home-process__step {

   padding: 28px 24px 32px;

   border-radius: 20px;

   background: #ffffff;

   border: 1px solid rgba(15, 23, 42, 0.12);

   box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);

   transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

 }


 .home-process__step:hover {

   transform: translateY(-4px);

   border-color: #60a5fa;

   box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.4), 0 4px 6px -2px rgba(0, 0, 0, 0.3);

 }


 .home-process__index {

   font-size: 1.7rem;

   letter-spacing: 0.16em;

   text-transform: uppercase;

   color: #64748b;

   margin-bottom: 20px;

 }


 .home-process__step h3 {

   font-size: 2.1rem;

   color: #1e293b;

   margin-bottom: 16px;

 }


 .home-process__step p {

   font-size: 2rem;

   color: #64748b;

 }


 .home-cases__grid {

   display: grid;

   grid-template-columns: repeat(3, minmax(0, 1fr));

   gap: 24px;

 }


 .home-case {

   padding: 28px 24px 32px;

   border-radius: 20px;

   background: #ffffff;

   border: 1px solid rgba(15, 23, 42, 0.12);

   box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);

   transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

 }


 .home-case:hover {

   transform: translateY(-4px);

   border-color: #60a5fa;

   box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.4), 0 4px 6px -2px rgba(0, 0, 0, 0.3);

 }


 .home-case h3 {

   font-size: 2.1rem;

   color: #1e293b;

   margin-bottom: 16px;

 }


 .home-case__meta {

   font-size: 1.9rem;

   color: #64748b;

   margin-bottom: 24px;

 }


 .home-case__metric {

   font-size: 2.1rem;

   color: #60a5fa;

 }






 .testimonials .home-case__metric {

   font-size: clamp(1.5rem, 1.6vw, 1.9rem);

   line-height: 1.7;

   font-weight: 500;

   color: #1e293b;

 }


 .testimonials .home-case__meta {

   font-size: clamp(1.4rem, 1.4vw, 1.7rem);

   margin-bottom: 16px;

 }


 .testimonials {

   padding: clamp(72px, 10vw, 120px) 0;

   max-width: 1100px;

   margin: 0 auto;

 }


 .testimonials .home-shell {

   width: 100%;

   max-width: 1100px;

   margin: 0 auto;

 }


 .testimonials-slider {

   position: relative;

   max-width: min(1100px, 90vw);

   margin: 0 auto;

   text-align: center;

 }


 .testimonial-slide {

   display: none;

 }


 .testimonial-slide.is-active {

   display: block;

 }


 .testimonial-quote {

   padding: 40px 32px;

   border-radius: 20px;

   background: rgba(15, 23, 42, 0.4);

   border: 1px solid rgba(148, 163, 184, 0.12);

   box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);

   font-size: clamp(1.8rem, 2.2vw, 2.2rem);

   line-height: 1.6;

   color: #e5e7eb;

   margin: 0;

   font-style: italic;

   transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;

 }


 .testimonial-quote:hover {

   transform: translateY(-4px);

   box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.4), 0 4px 6px -2px rgba(0, 0, 0, 0.3);

 }


 .testimonial-quote p {

   margin: 0 0 24px;

 }


 .testimonial-author {

   font-size: clamp(1.5rem, 1.8vw, 1.8rem);

   color: #9ca3af;

   font-weight: 500;

   margin-top: 16px;

 }


 .testimonials-dots {

   display: flex;

   justify-content: center;

   gap: 12px;

   margin-top: 32px;

 }


 .testimonials-dot {

   width: 12px;

   height: 12px;

   border-radius: 50%;

   border: none;

   background: rgba(255, 255, 255, 0.3);

   cursor: pointer;

   transition: background 0.3s ease;

 }


 .testimonials-dot.is-active {

   background: #1700a8;

 }


 .testimonials-dot:hover {

   background: #1700a8;

 }

 /* Tech Stack */

 .home-stack__categories {

   display: flex;

   flex-direction: column;

   gap: 40px;

   margin-top: 60px;

 }


 .home-stack__category {

   display: flex;

   flex-direction: row;

   align-items: flex-start;

   gap: 32px;

 }


 .home-stack__category-title {

   font-size: 2.1rem;

   font-weight: 600;

   color: #1e293b;

   min-width: 200px;

   text-transform: uppercase;

   letter-spacing: 0.05em;

   padding-bottom: 16px;

   border-bottom: 1px solid rgba(148, 163, 184, 0.2);

   flex-shrink: 0;

   position: relative;

 }


 .home-stack__category:not(:last-child) .home-stack__category-title::after {

   content: '';

   position: absolute;

   bottom: 0;

   left: 0;

   right: 0;

   height: 1px;

   background: rgba(148, 163, 184, 0.2);

 }


 .home-stack__items {

   display: flex;

   flex-wrap: wrap;

   gap: 12px;

   flex: 1;

   padding-top: 0;

 }


 .home-stack__item {

   font-size: 2rem;

   color: #1e293b;

   padding: 12px 20px;

   border-radius: 12px;

   background: #ffffff;

   border: 1px solid rgba(15, 23, 42, 0.12);

   transition: all 0.2s ease;

   cursor: default;

   white-space: nowrap;

 }


 .home-stack__item:hover {

   border-color: #60a5fa;

   background: #f8fafc;

 }


 .home-stack__pills {

   display: flex;

   flex-wrap: wrap;

   gap: 12px;

 }


 .home-pill {

   padding: 12px 20px;

   border-radius: 999px;

   border: 1px solid rgba(15, 23, 42, 0.12);

   background: #ffffff;

   color: #1e293b;

   font-size: 1.8rem;

   transition: all 0.2s ease;

 }


 .home-pill:hover {

   background: #f8fafc;

   border-color: #60a5fa;

   transform: translateY(-2px);

 }


 .home-final {

   padding: 120px 0 140px;

   border-top: 1px solid rgba(148, 163, 184, 0.12);

   background: #f8fafc;

 }


 .home-final__inner {

   display: flex;

   flex-wrap: wrap;

   justify-content: space-between;

   align-items: center;

   gap: 20px;

 }



 @media (max-width: 900px) {

   .home-hero__inner {

     grid-template-columns: 1fr;

     gap: 48px;

     text-align: center;

   }



   .home-hero__content {

     padding: 0 18px;

   }



   .home-hero__lede {

     margin-left: auto;

     margin-right: auto;

   }



   .home-hero__cta-row {

     justify-content: center;

     gap: 8px;

   }



   .home-hero__img-wrap {

     order: 2;

     margin-top: 20px;

   }



   .home-page {

     padding-top: 80px;

   }



   .home-services__grid {

     grid-template-columns: repeat(2, minmax(0, 1fr));

   }



   .home-process__grid {

     grid-template-columns: repeat(2, minmax(0, 1fr));

   }



   .home-cases__grid {

     grid-template-columns: repeat(2, minmax(0, 1fr));

   }

 }


 @media (max-width: 640px) {

   .home-services__grid {

     grid-template-columns: minmax(0, 1fr);

   }



   .home-process__grid,

   .home-cases__grid {

     grid-template-columns: minmax(0, 1fr);

   }

 }



 /* High-end refinements */

 .home-service-card h3,

 .home-process__step h3,

 .home-case h3 {

   font-weight: 600;

   letter-spacing: -0.01em;

 }


 .home-service-card ul li::before {

   content: "—";

   margin-right: 8px;

   color: rgba(148, 163, 184, 0.5);

 }


 .home-process__index {

   font-weight: 600;

   color: rgba(99, 102, 241, 0.8);

 }


 .home-case__metric {

   font-weight: 600;

   color: #60a5fa;

 }



 /* Smooth scroll behavior */

 html {

   scroll-behavior: smooth;

 }



 /* Enhanced focus states for accessibility */

 .home-service-card:focus-within,

 .home-process__step:focus-within,

 .home-case:focus-within {

   outline: 2px solid rgba(99, 102, 241, 0.5);

   outline-offset: 2px;

 }



 /* STATS SECTION */

 .home-stats {

   padding: 96px 0;

 }


 .home-stats__grid {

   display: grid;

   grid-template-columns: repeat(4, minmax(0, 1fr));

   gap: 32px;

   margin-top: 60px;

 }


 .home-stat {

   padding: 40px 32px 48px;

   border-radius: 24px;

   background: #ffffff;

   border: 1px solid rgba(15, 23, 42, 0.12);

   box-shadow: 0 8px 12px -2px rgba(0, 0, 0, 0.4), 0 4px 6px -1px rgba(0, 0, 0, 0.3);

   transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);

   text-align: center;

   cursor: pointer;

   position: relative;

   overflow: hidden;

 }


 .home-stat::before {

   content: '';

   position: absolute;

   top: 0;

   left: -100%;

   width: 100%;

   height: 100%;

   background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.1), transparent);

   transition: left 0.6s ease;

 }


 .home-stat:hover::before {

   left: 100%;

 }


 .home-stat:hover {

   transform: translateY(-8px) scale(1.02);

   border-color: #60a5fa;

   box-shadow: 0 16px 24px -4px rgba(96, 165, 250, 0.2), 0 8px 12px -2px rgba(0, 0, 0, 0.5);

 }


 .home-stat__number {

   font-size: clamp(4rem, 8vw, 6rem);

   font-weight: 700;

   color: #60a5fa;

   margin-bottom: 16px;

   display: flex;

   align-items: baseline;

   justify-content: center;

   gap: 4px;

   line-height: 1;

   transition: all 0.3s ease;

 }


 .home-stat:hover .home-stat__number {

   color: #38bdf8;

   transform: scale(1.1);

 }


 .home-stat__suffix {

   font-size: clamp(2rem, 4vw, 3rem);

   color: #60a5fa;

 }


 .home-stat__label {

   font-size: 2rem;

   color: #64748b;

   line-height: 1.4;

   margin: 0;

 }


 .home-stat:hover .home-stat__label {

   color: #d1d5db;

 }


 /* FAQ ENHANCEMENTS */

 .faq-container {

   max-width: 1120px;

   margin: 0 auto;

   padding: 0 24px;

   display: flex;

   flex-direction: column;

   align-items: center;

 }


 .faq-item {

   margin-bottom: 2px;

   padding: 10px 14px;

   border-radius: 12px;

   background: #ffffff;

   border: 1px solid rgba(15, 23, 42, 0.12);

   box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);

   transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

   width: 80%;

   max-width: 100%;

   box-sizing: border-box;

 }


 .faq-item:hover {

   border-color: #60a5fa;

 }


 .faq-item.active {

   border-color: #60a5fa;

   background: #ffffff;

 }


 .faq-question {

   font-size: 2rem;

   font-weight: 600;

   color: #1e293b;

   cursor: pointer;

   display: flex;

   justify-content: space-between;

   align-items: center;

   padding: 0;

   margin: 0 0 8px 0;

   gap: 12px;

   transition: color 0.2s ease;

 }


 .faq-item:hover .faq-question {

   color: #60a5fa;

 }


 .faq-icon {

   font-size: 1.5rem;

   color: #64748b;

   flex-shrink: 0;

   transition: transform 0.3s ease, color 0.2s ease;

 }


 .faq-item.active .faq-icon {

   transform: rotate(180deg);

   color: #60a5fa;

 }


 .faq-answer {

   font-size: 2rem;

   color: #d1d5db;

   line-height: 1.6;

   display: none;

   padding-top: 12px;

   border-top: 1px solid rgba(148, 163, 184, 0.15);

 }


 .faq-item.active .faq-answer {

   display: block;

 }



 @media (max-width: 900px) {

   .home-stats__grid {

     grid-template-columns: repeat(2, minmax(0, 1fr));

   }



   .home-stack__category {

     flex-direction: column;

     gap: 20px;

   }



   .home-stack__category-title {

     min-width: auto;

     border-bottom: 1px solid rgba(148, 163, 184, 0.2);

     padding-bottom: 12px;

   }



   .faq-item {

     width: 70%;

   }

 }


 @media (max-width: 640px) {

   .home-stats__grid {

     grid-template-columns: minmax(0, 1fr);

   }



   .home-stat__number {

     font-size: 3.5rem;

   }



   .faq-item {

     padding: 10px 14px;

     width: 90%;

   }



   .faq-question {

     font-size: 1.8rem;

   }



   .faq-answer {

     font-size: 1.8rem;

   }



   .home-stack__category {

     flex-direction: column;

     gap: 16px;

   }



   .home-stack__category-title {

     min-width: auto;

     border-bottom: 1px solid rgba(148, 163, 184, 0.2);

     padding-bottom: 12px;

   }



   .home-stack__items {

     padding-top: 0;

   }

 }



 /* Unified button shape - all buttons pill/rounded */

 .home-body .btn,

 .home-body .btn--primary,

 .home-body .btn--small,

 .home-body .btn.h-full-width,

 .home-body .home-hero__cta-primary {

   border-radius: 999px !important;

   color: #ffffff !important;

   background-color: #3b82f6 !important;

   border-color: #3b82f6 !important;

   display: inline-flex !important;

   align-items: center !important;

   justify-content: center !important;

   gap: 10px;

   padding: 14px 22px !important;

   font-weight: 600;

   letter-spacing: -0.01em;

   line-height: 1;

   box-shadow: 0 14px 34px rgba(37, 99, 235, 0.22);

   transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;

 }

 .home-body .btn--small {

   padding: 10px 14px !important;

 }

 .home-body .btn svg,
 .home-body .btn--primary svg,
 .home-body .btn--small svg,
 .home-body .btn.h-full-width svg,
 .home-body .home-hero__cta-primary svg {

   flex: 0 0 auto;

 }

 .home-body .btn:hover,

 .home-body .btn--primary:hover,

 .home-body .btn--small:hover,

 .home-body .btn.h-full-width:hover,

 .home-body .home-hero__cta-primary:hover {

   background-color: #2563eb !important;

   border-color: #2563eb !important;

   color: #ffffff !important;

   transform: translateY(-2px);



 }

 .home-body .btn:active,
 .home-body .btn--primary:active,
 .home-body .btn--small:active,
 .home-body .btn.h-full-width:active,
 .home-body .home-hero__cta-primary:active {

   transform: translateY(0);

 }

 .home-body .btn:focus-visible,
 .home-body .btn--primary:focus-visible,
 .home-body .btn--small:focus-visible,
 .home-body .btn.h-full-width:focus-visible,
 .home-body .home-hero__cta-primary:focus-visible {

   outline: none;

   box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.22), 0 14px 34px rgba(37, 99, 235, 0.22);

 }



 /* Header button static hover override - higher specificity than base .btn */
 .home-body .s-header .header-cta {
   position: fixed !important;
   top: 20px !important;
   right: 28px !important;
   transform: none !important;
   margin: 0 !important;
   padding: 14px 22px !important;
   border-width: 2px !important;
   min-height: auto !important;
   box-sizing: border-box !important;
   z-index: 1000;
 }

 .home-body .s-header .header-cta:hover,
 .home-body .s-header .header-cta:active {
   transform: none !important;
   top: 20px !important;
   right: 28px !important;
   margin: 0 !important;
   padding: 14px 22px !important;
   border-width: 2px !important;
   min-height: auto !important;
   box-sizing: border-box !important;
 }

 @media (max-width: 768px) {
   .home-body .s-header .header-cta {
     display: none !important;
   }

   .home-body .s-header .mobile-nav-cta {
     display: list-item !important;
   }
 }

 @media (min-width: 769px) {
   .home-body .s-header .header-cta {
     display: inline-flex !important;
   }

   .home-body .s-header .mobile-nav-cta {
     display: none !important;
   }
 }

 /* Section backgrounds - unified (light theme default) */

 .home-body .s-hero,

 .home-body .home-hero,

 .home-body .home-services,

 .home-body .home-process,

 .home-body .home-cases,

 .home-body .home-quote,

 .home-body .home-stack,

 .home-body .home-stats,

 .home-body .home-final,

 .home-body #clients,

 .home-body .s-clients,

 .home-body .s-faq,

 .home-body section,

 .home-body main,

 .home-body body {

   background: #f8fafc !important;

   transition: background 0.6s cubic-bezier(0.4, 0, 0.2, 1), color 0.6s cubic-bezier(0.4, 0, 0.2, 1);

 }



 /* Quote section */

 .home-quote {

   padding: 80px 0;

   text-align: center;

 }

 .home-quote__block {

   margin: 0;

   max-width: 720px;

   margin: 0 auto;

 }

 .home-quote__text {

   font-size: clamp(2.2rem, 3.5vw, 3.6rem);

   line-height: 1.3;

   color: #1e293b;

   font-style: italic;

   margin-bottom: 24px;

 }

 .home-quote__attr {

   font-size: 1.6rem;

   color: #64748b;

 }



 /* Dark theme - applied when scrolled past quote */

 .home-body.theme-dark {

   background: #0a0e1a !important;

 }



 .home-body.theme-dark .s-header {

   background: #0a0e1a !important;

   border-bottom-color: rgba(148, 163, 184, 0.16);

 }

 .home-body.theme-dark .s-header a,

 .home-body.theme-dark .s-header .s-header__nav a {

   color: #e5e7eb !important;

 }

 .home-body.theme-dark .s-header a:hover,
 .home-body.theme-dark .s-header .s-header__nav a:hover {
   color: #3b82f6 !important;
 }

 .home-body.theme-dark .s-header__logo img {

   filter: brightness(1);

 }

 .home-body.theme-dark .s-header__menu-toggle {

   color: #e5e7eb !important;

 }

 .home-body.theme-dark .s-header__menu-toggle span,

 .home-body.theme-dark .s-header__menu-toggle span::before,

 .home-body.theme-dark .s-header__menu-toggle span::after {

   background-color: #e5e7eb !important;

 }

 .home-body.theme-dark .s-hero,

 .home-body.theme-dark .home-hero,

 .home-body.theme-dark .home-services,

 .home-body.theme-dark .home-process,

 .home-body.theme-dark .home-cases,

 .home-body.theme-dark .home-quote,

 .home-body.theme-dark .home-stack,

 .home-body.theme-dark .home-stats,

 .home-body.theme-dark .home-final,

 .home-body.theme-dark #clients,

 .home-body.theme-dark .s-clients,

 .home-body.theme-dark .s-faq,

 .home-body.theme-dark .testimonials,

 .home-body.theme-dark main,

 .home-body.theme-dark body {

   background: #0a0e1a !important;

 }

 .home-body.theme-dark .home-hero__eyebrow,

 .home-body.theme-dark .home-services__eyebrow,

 .home-body.theme-dark .home-stack .home-services__eyebrow,

 .home-body.theme-dark .home-stats .home-services__eyebrow {

   color: #9ca3af !important;

 }

 .home-body.theme-dark .home-hero__headline,

 .home-body.theme-dark .home-services__header h2,

 .home-body.theme-dark .home-stack h2,

 .home-body.theme-dark .home-stack h3,

 .home-body.theme-dark .home-stack p,

 .home-body.theme-dark .home-stats h2,

 .home-body.theme-dark .home-stats .counter,

 .home-body.theme-dark .home-stats p,

 .home-body.theme-dark .home-final h2,

 .home-body.theme-dark .home-final p,

 .home-body.theme-dark #clients .display-1,

 .home-body.theme-dark .s-clients .display-1,

 .home-body.theme-dark .s-faq .display-1,

 .home-body.theme-dark .s-faq h2,

 .home-body.theme-dark .faq-question,

 .home-body.theme-dark .faq-answer {

   color: #ffffff !important;

 }

 .home-body.theme-dark .home-services__header p,

 .home-body.theme-dark .home-stack p,

 .home-body.theme-dark .home-stats p,

 .home-body.theme-dark .home-final p,

 .home-body.theme-dark .s-faq p {

   color: #9ca3af !important;

 }

 .home-body.theme-dark .home-hero__lede {

   color: #9ca3af !important;

 }

 .home-body.theme-dark .home-hero__cta-secondary,

 .home-body.theme-dark .home-final .home-hero__cta-secondary {

   color: #e5e7eb !important;

 }

 .home-body.theme-dark .home-service-card {

   background: #0a0e1a !important;

   border-color: rgba(148, 163, 184, 0.15) !important;

 }

 .home-body.theme-dark .home-service-card h3 {

   color: #e5e7eb !important;

 }

 .home-body.theme-dark .home-service-card p {

   color: #9ca3af !important;

 }

 .home-body.theme-dark .home-service-card li {

   color: #d1d5db !important;

 }

 .home-body.theme-dark .home-quote__text {

   color: #e5e7eb !important;

 }

 .home-body.theme-dark .home-quote__attr {

   color: #9ca3af !important;

 }

 .home-body.theme-dark .s-footer,

 .home-body.theme-dark .ss-copyright {

   background: #0a0e1a !important;

   color: #e5e7eb;

   border-color: rgba(148, 163, 184, 0.16);

 }

 .home-body.theme-dark .s-footer a,

 .home-body.theme-dark .ss-copyright a {

   color: #e5e7eb;

 }

 .home-body.theme-dark .s-footer h4,

 .home-body.theme-dark .s-footer p {

   color: #e5e7eb;

 }

 .home-body.theme-dark .home-process__step {

   background: #0a0e1a !important;

   border-color: rgba(148, 163, 184, 0.15) !important;

 }

 .home-body.theme-dark .home-process__step h3 {

   color: #e5e7eb !important;

 }

 .home-body.theme-dark .home-process__step p {

   color: #9ca3af !important;

 }

 .home-body.theme-dark .home-process__index {

   color: #9ca3af !important;

 }

 .home-body.theme-dark .home-case {

   background: #0a0e1a !important;

   border-color: rgba(148, 163, 184, 0.15) !important;

 }

 .home-body.theme-dark .home-case h3 {

   color: #e5e7eb !important;

 }

 .home-body.theme-dark .home-case__meta {

   color: #9ca3af !important;

 }

 .home-body.theme-dark .home-stack__category-title {

   color: #ffffff !important;

 }

 .home-body.theme-dark .home-stack__item {

   background: rgba(15, 23, 42, 0.6) !important;

   border-color: rgba(148, 163, 184, 0.15) !important;

   color: #e5e7eb !important;

 }

 .home-body.theme-dark .home-stack__item:hover {

   background: rgba(15, 23, 42, 0.8) !important;

 }

 .home-body.theme-dark .home-pill {

   background: #0a0e1a !important;

   border-color: rgba(148, 163, 184, 0.2) !important;

   color: #e5e7eb !important;

 }

 .home-body.theme-dark .home-pill:hover {

   background: #0a0e1a !important;

 }

 .home-body.theme-dark .home-stat {

   background: #0a0e1a !important;

   border-color: rgba(148, 163, 184, 0.15) !important;

 }

 .home-body.theme-dark .home-stat__label {

   color: #9ca3af !important;

 }

 .home-body.theme-dark .faq-item {

   background: #0a0e1a !important;

   border-color: rgba(148, 163, 184, 0.15) !important;

 }

 .home-body.theme-dark .faq-question {

   color: #ffffff !important;

 }

 .home-body.theme-dark .faq-answer {

   color: #d1d5db !important;

 }

 .home-body.theme-dark .faq-icon {

   color: #9ca3af !important;

 }

 .home-body.theme-dark .home-final {

   background: #0a0e1a !important;

 }

 .home-body.theme-dark .home-final h2,

 .home-body.theme-dark .home-final p {

   color: #ffffff !important;

 }

 .home-body.theme-dark #clients .display-1 {

   color: #ffffff !important;

 }



 .home-body.theme-dark .btn,

 .home-body.theme-dark .btn--primary,

 .home-body.theme-dark .btn--small,

 .home-body.theme-dark .btn.h-full-width,

 .home-body.theme-dark .home-hero__cta-primary {

   background-color: #3b82f6 !important;

   border-color: #3b82f6 !important;

   color: #ffffff !important;

 }



 .home-body.theme-dark .btn:hover,

 .home-body.theme-dark .btn--primary:hover,

 .home-body.theme-dark .btn--small:hover,

 .home-body.theme-dark .btn.h-full-width:hover,

 .home-body.theme-dark .home-hero__cta-primary:hover {

   background-color: #2563eb !important;

   border-color: #2563eb !important;

   color: #ffffff !important;

 }

 </style><style>html {
   height: 100%;
   background-color: #f8fafc;
   transition: background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
 }

 html.theme-dark {
   background-color: #0a0e1a;
 }

 body {
   min-height: 100%;
   background-color: #f8fafc;
   transition: background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
 }

 .home-body.theme-dark {
   background-color: #0a0e1a !important;
 }

 .home-body,
 .home-body .s-header,
 .home-body main,
 .home-body section,
 .home-body .s-footer,
 .home-body .ss-copyright {
   transition:
     background 0.6s cubic-bezier(0.4, 0, 0.2, 1),
     color 0.6s cubic-bezier(0.4, 0, 0.2, 1),
     border-color 0.6s cubic-bezier(0.4, 0, 0.2, 1),
     box-shadow 0.6s cubic-bezier(0.4, 0, 0.2, 1);
 }

 .home-body .s-header a,
 .home-body .s-header .s-header__nav a,
 .home-body .s-header__menu-toggle,
 .home-body .s-header__menu-toggle span,
 .home-body .s-header__menu-toggle span::before,
 .home-body .s-header__menu-toggle span::after {
   transition:
     color 0.6s cubic-bezier(0.4, 0, 0.2, 1),
     background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
 }

 .home-body .s-header__menu-toggle {
   color: #1e293b;
 }

 .home-body .s-header__menu-toggle span,
 .home-body .s-header__menu-toggle span::before,
 .home-body .s-header__menu-toggle span::after {
   background-color: #1e293b;
 }

 .home-body.theme-dark .s-header__menu-toggle {
   color: #e5e7eb !important;
 }

 .home-body.theme-dark .s-header__menu-toggle span,
 .home-body.theme-dark .s-header__menu-toggle span::before,
 .home-body.theme-dark .s-header__menu-toggle span::after {
   background-color: #e5e7eb !important;
 }

 /* Modern Footer Styles */
 .svc-footer {
   background: #0a0e1a;
   border-top: 1px solid rgba(148, 163, 184, 0.12);
   position: relative;
 }

 .svc-footer::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 1px;
   background: linear-gradient(90deg, transparent, rgba(148, 163, 184, 0.16), transparent);
 }

 .svc-footer__content {
   max-width: 1200px;
   margin: 0 auto;
   padding: clamp(48px, 6vw, 80px) clamp(24px, 3vw, 40px);
 }

 .svc-footer__grid {
   display: grid;
   grid-template-columns: 2fr 1fr 1fr 1.5fr;
   gap: clamp(32px, 4vw, 60px);
   margin-bottom: clamp(48px, 6vw, 64px);
 }

 .svc-footer__section {
   display: flex;
   flex-direction: column;
   gap: clamp(16px, 2vw, 24px);
 }

 .svc-footer__title {
   font-size: clamp(2rem, 2.5vw, 2.8rem);
   font-weight: 700;
   color: #ffffff;
   margin: 0;
   letter-spacing: -0.02em;
 }

 .svc-footer__subtitle {
   font-size: clamp(1.4rem, 1.6vw, 1.8rem);
   font-weight: 600;
   color: #ffffff;
   margin: 0;
   letter-spacing: -0.01em;
 }

 .svc-footer__description {
   font-size: clamp(1.5rem, 1.6vw, 1.8rem);
   line-height: 1.6;
   color: #9ca3af;
   margin: 0;
   max-width: 400px;
 }

 .svc-footer__cta {
   margin-top: 8px;
 }

 .svc-footer__button {
   border-radius: 999px;
   padding: clamp(12px, 1.5vw, 16px) clamp(24px, 2.5vw, 32px);
   font-size: clamp(1.4rem, 1.6vw, 1.8rem);
   font-weight: 600;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
   box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
 }

 .svc-footer__button:hover {
   transform: translateY(-2px);
   box-shadow: 0 8px 12px -2px rgba(0, 0, 0, 0.4);
 }

 .svc-footer__links {
   list-style: none;
   padding: 0;
   margin: 0;
   display: flex;
   flex-direction: column;
   gap: clamp(8px, 1vw, 12px);
 }

 .svc-footer__links li {
   margin: 0;
 }

 .svc-footer__links a {
   font-size: clamp(1.5rem, 1.6vw, 1.8rem);
   color: #9ca3af;
   text-decoration: none;
   transition: color 0.2s ease;
   line-height: 1.5;
 }

 .svc-footer__links a:hover {
   color: #3b82f6;
 }

 .svc-footer__contact p {
   font-size: clamp(1.5rem, 1.6vw, 1.8rem);
   line-height: 1.6;
   color: #9ca3af;
   margin: 0;
 }

 .svc-footer__contact a {
   color: #9ca3af;
   text-decoration: none;
   transition: color 0.2s ease;
 }

 .svc-footer__contact a:hover {
   color: #3b82f6;
 }

 .svc-footer__social {
   margin-top: clamp(16px, 2vw, 24px);
 }

 .svc-footer__social-links {
   list-style: none;
   padding: 0;
   margin: 0;
   display: flex;
   flex-wrap: wrap;
   gap: clamp(12px, 1.5vw, 20px);
 }

 .svc-footer__social-links li {
   margin: 0;
 }

 .svc-footer__social-links a {
   font-size: clamp(1.5rem, 1.6vw, 1.8rem);
   color: #9ca3af;
   text-decoration: none;
   transition: color 0.2s ease;
   line-height: 1.5;
 }

 .svc-footer__social-links a:hover {
   color: #3b82f6;
 }

 .svc-footer__bottom {
   padding-top: clamp(24px, 3vw, 32px);
   border-top: 1px solid rgba(148, 163, 184, 0.12);
 }

 .svc-footer__bottom-content {
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
   gap: clamp(16px, 2vw, 24px);
 }

 .svc-footer__bottom p {
   font-size: clamp(1.4rem, 1.5vw, 1.6rem);
   color: #6b7280;
   margin: 0;
 }

 .svc-footer__legal {
   display: flex;
   align-items: center;
   gap: clamp(12px, 1.5vw, 16px);
   flex-wrap: wrap;
 }

 .svc-footer__legal a {
   font-size: clamp(1.4rem, 1.5vw, 1.6rem);
   color: #6b7280;
   text-decoration: none;
   transition: color 0.2s ease;
 }

 .svc-footer__legal a:hover {
   color: #9ca3af;
 }

 .svc-footer__separator {
   color: #4b5563;
   font-size: clamp(1.2rem, 1.4vw, 1.6rem);
 }

 /* Responsive Footer */
 @media (max-width: 900px) {
   .svc-footer__grid {
     grid-template-columns: 1fr 1fr;
     gap: clamp(32px, 4vw, 48px);
   }

   .svc-footer__bottom-content {
     flex-direction: column;
     text-align: center;
   }

   /* Desktop styles for 4-column footer layout */
   .svc-footer__grid {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 40px;
     max-width: 1200px;
     margin: 0 auto;
   }

   .svc-footer__section {
     display: flex;
     flex-direction: column;
     align-items: center;
     text-align: center;
   }

   .svc-footer__links {
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 8px;
     list-style: none;
     padding: 0;
     margin: 0;
   }

   .svc-footer__links li {
     text-align: center;
   }

   .svc-footer__contact {
     display: flex;
     flex-direction: column;
     align-items: center;
     text-align: center;
   }

   .svc-footer__social-links {
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 12px;
     list-style: none;
     padding: 0;
     margin: 0;
   }

   /* Hide duplicate social section on tablet */
   .svc-footer__social {
     display: none;
   }
 }

 @media (max-width: 768px) {
   .svc-footer__grid {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     grid-template-areas:
       "services company"
       "contact social";
     gap: 32px;
   }

   .svc-footer__section:nth-child(1) {
     grid-area: services;
   }

   .svc-footer__section:nth-child(2) {
     grid-area: company;
   }

   .svc-footer__section:nth-child(3) {
     grid-area: contact;
   }

   .svc-footer__section:nth-child(4) {
     grid-area: social;
   }

   .svc-footer__section {
     display: flex;
     flex-direction: column;
     align-items: center;
     text-align: center;
     margin-top: 0;
   }

   .svc-footer__social {
     display: block;
     margin-top: 0;
   }

   .svc-footer__social-links {
     display: flex;
     flex-direction: column;
     gap: 12px;
     align-items: center;
   }

   .svc-footer__content {
     padding: 40px 20px;
   }

   .svc-footer__contact p {
     word-break: break-word;
   }

   .svc-footer__contact a {
     display: inline-block;
     max-width: 100%;
     overflow-wrap: break-word;
   }
 }

 .svc-footer__bottom-content {
   flex-direction: column;
   text-align: center;
   gap: 16px;
 }

 .svc-footer__legal {
   justify-content: center;
 }

 @media (max-width: 768px) {
   .home-body .s-header__menu-toggle {
     opacity: 1 !important;
     visibility: visible !important;
     transform: none !important;
     display: inline-flex !important;
   }

   .home-body .s-header__menu-toggle span {
     opacity: 1 !important;
     visibility: visible !important;
     transform: none !important;
   }

   .home-body.menu-is-open:not(.theme-dark) .s-header__content {
     background: #f8fafc !important;
   }

   .home-body.menu-is-open:not(.theme-dark) .s-header__nav a {
     color: #1e293b !important;
   }

   .home-body.menu-is-open .s-header__menu-toggle span {
     background-color: transparent !important;
   }

   .home-body.menu-is-open .s-header__menu-toggle span::before,
   .home-body.menu-is-open .s-header__menu-toggle span::after {
     top: 0 !important;
     background-color: #1e293b !important;
     opacity: 1 !important;
     visibility: visible !important;
   }

   .home-body.menu-is-open .s-header__menu-toggle span::before {
     transform: rotate(45deg) !important;
   }

   .home-body.menu-is-open .s-header__menu-toggle span::after {
     transform: rotate(-45deg) !important;
   }

   .home-body.theme-dark.menu-is-open .s-header__menu-toggle span::before,
   .home-body.theme-dark.menu-is-open .s-header__menu-toggle span::after {
     background-color: #e5e7eb !important;
   }
 }

 @media (min-width: 769px) {
   .home-body .s-header__menu-toggle {
     display: none !important;
   }
 }

 .home-quote {
   min-height: 180vh;
   padding: 220px 0 220px;
   overflow: visible;
 }

 .home-quote .home-shell {
   min-height: 180vh;
 }

 .home-quote__sticky {
   position: sticky;
   top: 270px;
 }

 .home-quote__block {
   position: static !important;
   transform: none !important;
 }

 .home-quote__text {
   font-size: clamp(3.2rem, 4.8vw, 5.6rem);
   line-height: 1.12;
   letter-spacing: -0.03em;
 }

 @media (max-width: 900px) {
   .home-quote {
     min-height: auto;
     padding: 160px 0;
   }

   .home-quote .home-shell {
     min-height: auto;
   }

   .home-quote__sticky {
     position: static;
   }

   .home-quote__block {
     position: static;
   }
 }

 .home-body {

   font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;

   -webkit-font-smoothing: antialiased;

   -moz-osx-font-smoothing: grayscale;

   color: #1e293b;

   background: radial-gradient(1200px 600px at 20% -10%, rgba(59, 130, 246, 0.10), transparent 60%),
     radial-gradient(900px 500px at 90% 20%, rgba(99, 102, 241, 0.10), transparent 55%),
     #f8fafc;

   letter-spacing: -0.01em;

 }



 .home-body .s-header {

   position: fixed;

   top: 0;

   left: 0;

   right: 0;

   z-index: 999;

   background: #f8fafc;

   border-bottom: 1px solid rgba(15, 23, 42, 0.08);

   box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);

 }



 .home-body .s-header a,

 .home-body .s-header .s-header__nav a {

   color: #1e293b;

   font-weight: 500;

   font-size: 1.8rem;

   letter-spacing: -0.01em;

   transition: color 0.2s ease;

 }

 .home-body .s-header a:hover,

 .home-body .s-header .s-header__nav a:hover {

   color: #3b82f6 !important;

 }



 .home-body .s-header__logo img {

   filter: brightness(0);

 }



 .home-body .s-header__menu-toggle {

   color: #ffffff;

 }



 .home-body .s-header__menu-toggle span,

 .home-body .s-header__menu-toggle span::before,

 .home-body .s-header__menu-toggle span::after {

   background-color: #ffffff;

 }



 .home-body .s-footer,

 .home-body .ss-copyright {

   background: #f8fafc;

   color: #1e293b;

   border-color: rgba(15, 23, 42, 0.08);

 }



 .home-body .s-footer a,

 .home-body .ss-copyright a {

   color: #1e293b;

 }



 .home-body .s-footer h4,

 .home-body .s-footer p {

   color: #1e293b;

 }



 .home-page {

   padding-top: 96px;

   overflow-x: clip;

 }



 .home-hero {

   padding: 120px 0 96px;

   min-height: 85vh;

   display: flex;

   align-items: center;

 }



 .home-hero .s-hero__bg {

   display: none;

 }



 .home-hero__inner {

   display: grid;

   grid-template-columns: 1fr 1fr;

   gap: clamp(40px, 6vw, 80px);

   align-items: center;

   max-width: 1160px;

   margin: 0 auto;

   padding: 0 28px;

 }



 .home-hero__content {

   max-width: 100%;

 }



 .home-hero__img-wrap {

   display: flex;

   align-items: center;

   justify-content: center;

   min-height: 0;

   margin-top: -80px;

 }


 .home-hero__img {

   max-width: 130%;

   height: auto;

   object-fit: contain;

   display: block;

 }


 .home-hero__eyebrow {

   text-transform: uppercase;

   letter-spacing: 0.16em;

   font-size: 1.7rem;

   color: #64748b;

   margin-bottom: 24px;

 }


 .home-hero__headline {

   font-size: clamp(4.4rem, 6.2vw, 7.3rem);

   line-height: 1.02;

   letter-spacing: -0.02em;

   color: #1e293b;

   margin-bottom: 28px;

   margin-top: -120px;

   font-weight: 600;

 }


 .home-hero__lede {

   font-size: 2.1rem;

   max-width: 44rem;

   color: #64748b;

   margin-bottom: 44px;

 }


 .home-hero__cta-row {

   display: flex;

   flex-wrap: wrap;

   gap: 16px;

   align-items: center;

 }


 .home-hero__cta-primary {

   border-radius: 999px;

   padding-inline: 32px;

   transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

   box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3);

 }


 .home-hero__cta-primary:hover {

   transform: translateY(-2px);

   box-shadow: 0 8px 12px -2px rgba(0, 0, 0, 0.4);

 }


 .home-hero__cta-secondary {

   font-size: 1.125rem;

   color: #1e293b;

   text-decoration: none;

 }


 .home-hero__cta-secondary:hover {

   text-decoration: underline;

 }


 .home-page .s-about {

   padding-top: 56px;

 }


 .home-page .display-1 {

   font-size: 4rem;

 }


 .home-page .lead {

   font-size: 1.02rem;

 }


 .home-page .s-about__process .item-title {

   font-size: 1.05rem;

 }


 .home-page .s-clients {

   padding-top: 72px;

 }


 .home-page .s-faq {

   padding: 80px 0 72px;

 }


 .home-page .faq-question {

   font-size: 2rem;

 }


 .home-page .faq-answer {

   font-size: 2rem;

 }



 /* SERVICES */

 .home-shell {

   max-width: 1120px;

   margin: 0 auto;

   padding: 0 24px;

 }


 .home-services {

   padding: 96px 0 120px;

 }


 .home-services__header {

   max-width: 640px;

   margin-bottom: 40px;

 }


 .home-services__eyebrow {

   text-transform: uppercase;

   letter-spacing: 0.16em;

   font-size: 1.7rem;

   color: #64748b;

   margin-bottom: 20px;

 }


 .home-services__header h2 {

   font-size: clamp(4rem, 6vw, 4.5rem);

   color: #1e293b;

   margin-bottom: 24px;

   font-weight: 600;

   letter-spacing: -0.01em;

 }


 .home-services__header p {

   font-size: 2rem;

   color: #64748b;

 }


 .home-services__grid {

   display: grid;

   grid-template-columns: repeat(4, minmax(0, 1fr));

   gap: 24px;

 }


 .home-service-card {

   padding: 28px 24px 32px;

   border-radius: 20px;

   background: #ffffff;

   border: 1px solid rgba(15, 23, 42, 0.12);

   box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);

   transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

 }


 .home-service-card:hover {

   transform: translateY(-4px);

   border-color: #60a5fa;

   box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.4), 0 4px 6px -2px rgba(0, 0, 0, 0.3);

 }


 .home-service-card h3 {

   font-size: 2.1rem;

   color: #1e293b;

   margin-bottom: 16px;

 }


 .home-service-card p {

   font-size: 2rem;

   color: #64748b;

   margin-bottom: 20px;

 }


 .home-service-card ul {

   list-style: none;

   padding: 0;

   margin: 0;

 }


 .home-service-card li {

   font-size: 1.8rem;

   color: #475569;

   margin-bottom: 8px;

 }



 /* PROCESS / CASES / STACK / FINAL */

 .home-process,

 .home-cases,

 .home-stack {

   padding: 96px 0;

 }


 .home-process__grid {

   display: grid;

   grid-template-columns: repeat(4, minmax(0, 1fr));

   gap: 24px;

 }


 .home-process__step {

   padding: 28px 24px 32px;

   border-radius: 20px;

   background: #ffffff;

   border: 1px solid rgba(15, 23, 42, 0.12);

   box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);

   transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

 }


 .home-process__step:hover {

   transform: translateY(-4px);

   border-color: #60a5fa;

   box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.4), 0 4px 6px -2px rgba(0, 0, 0, 0.3);

 }


 .home-process__index {

   font-size: 1.7rem;

   letter-spacing: 0.16em;

   text-transform: uppercase;

   color: #64748b;

   margin-bottom: 20px;

 }


 .home-process__step h3 {

   font-size: 2.1rem;

   color: #1e293b;

   margin-bottom: 16px;

 }


 .home-process__step p {

   font-size: 2rem;

   color: #64748b;

 }


 .home-cases__grid {

   display: grid;

   grid-template-columns: repeat(3, minmax(0, 1fr));

   gap: 24px;

 }


 .home-case {

   padding: 28px 24px 32px;

   border-radius: 20px;

   background: #ffffff;

   border: 1px solid rgba(15, 23, 42, 0.12);

   box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);

   transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

 }


 .home-case:hover {

   transform: translateY(-4px);

   border-color: #60a5fa;

   box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.4), 0 4px 6px -2px rgba(0, 0, 0, 0.3);

 }


 .home-case h3 {

   font-size: 2.1rem;

   color: #1e293b;

   margin-bottom: 16px;

 }


 .home-case__meta {

   font-size: 1.9rem;

   color: #64748b;

   margin-bottom: 24px;

 }


 .home-case__metric {

   font-size: 2.1rem;

   color: #60a5fa;

 }






 .testimonials .home-case__metric {

   font-size: clamp(1.5rem, 1.6vw, 1.9rem);

   line-height: 1.7;

   font-weight: 500;

   color: #1e293b;

 }


 .testimonials .home-case__meta {

   font-size: clamp(1.4rem, 1.4vw, 1.7rem);

   margin-bottom: 16px;

 }


 .testimonials {

   padding: clamp(72px, 10vw, 120px) 0;

   max-width: 1100px;

   margin: 0 auto;

 }


 .testimonials .home-shell {

   width: 100%;

   max-width: 1100px;

   margin: 0 auto;

 }


 .testimonials-slider {

   position: relative;

   max-width: min(1100px, 90vw);

   margin: 0 auto;

   text-align: center;

 }


 .testimonial-slide {

   display: none;

 }


 .testimonial-slide.is-active {

   display: block;

 }


 .testimonial-quote {

   padding: 40px 32px;

   border-radius: 20px;

   background: rgba(15, 23, 42, 0.4);

   border: 1px solid rgba(148, 163, 184, 0.12);

   box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);

   font-size: clamp(1.8rem, 2.2vw, 2.2rem);

   line-height: 1.6;

   color: #e5e7eb;

   margin: 0;

   font-style: italic;

   transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;

 }


 .testimonial-quote:hover {

   transform: translateY(-4px);

   box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.4), 0 4px 6px -2px rgba(0, 0, 0, 0.3);

 }


 .testimonial-quote p {

   margin: 0 0 24px;

 }


 .testimonial-author {

   font-size: clamp(1.5rem, 1.8vw, 1.8rem);

   color: #9ca3af;

   font-weight: 500;

   margin-top: 16px;

 }


 .testimonials-dots {

   display: flex;

   justify-content: center;

   gap: 12px;

   margin-top: 32px;

 }


 .testimonials-dot {

   width: 12px;

   height: 12px;

   border-radius: 50%;

   border: none;

   background: rgba(255, 255, 255, 0.3);

   cursor: pointer;

   transition: background 0.3s ease;

 }


 .testimonials-dot.is-active {

   background: #1700a8;

 }


 .testimonials-dot:hover {

   background: #1700a8;

 }

 /* Tech Stack - AppBusters Style */

 .home-stack__categories {

   display: flex;

   flex-direction: column;

   gap: 40px;

   margin-top: 60px;

 }


 .home-stack__category {

   display: flex;

   flex-direction: row;

   align-items: flex-start;

   gap: 32px;

 }


 .home-stack__category-title {

   font-size: 2.1rem;

   font-weight: 600;

   color: #1e293b;

   min-width: 200px;

   text-transform: uppercase;

   letter-spacing: 0.05em;

   padding-bottom: 16px;

   border-bottom: 1px solid rgba(148, 163, 184, 0.2);

   flex-shrink: 0;

   position: relative;

 }


 .home-stack__category:not(:last-child) .home-stack__category-title::after {

   content: '';

   position: absolute;

   bottom: 0;

   left: 0;

   right: 0;

   height: 1px;

   background: rgba(148, 163, 184, 0.2);

 }


 .home-stack__items {

   display: flex;

   flex-wrap: wrap;

   gap: 12px;

   flex: 1;

   padding-top: 0;

 }


 .home-stack__item {

   font-size: 2rem;

   color: #1e293b;

   padding: 12px 20px;

   border-radius: 12px;

   background: #ffffff;

   border: 1px solid rgba(15, 23, 42, 0.12);

   transition: all 0.2s ease;

   cursor: default;

   white-space: nowrap;

 }


 .home-stack__item:hover {

   border-color: #60a5fa;

   background: #f8fafc;

 }


 .home-stack__pills {

   display: flex;

   flex-wrap: wrap;

   gap: 12px;

 }


 .home-pill {

   padding: 12px 20px;

   border-radius: 999px;

   border: 1px solid rgba(15, 23, 42, 0.12);

   background: #ffffff;

   color: #1e293b;

   font-size: 1.8rem;

   transition: all 0.2s ease;

 }


 .home-pill:hover {

   background: #f8fafc;

   border-color: #60a5fa;

   transform: translateY(-2px);

 }


 .home-final {

   padding: 120px 0 140px;

   border-top: 1px solid rgba(148, 163, 184, 0.12);

   background: #f8fafc;

 }


 .home-final__inner {

   display: flex;

   flex-wrap: wrap;

   justify-content: space-between;

   align-items: center;

   gap: 20px;

 }



 @media (max-width: 900px) {

   .home-hero__inner {

     grid-template-columns: 1fr;

     gap: 48px;

     text-align: center;

   }



   .home-hero__content {

     padding: 0 18px;

   }



   .home-hero__lede {

     margin-left: auto;

     margin-right: auto;

   }



   .home-hero__cta-row {

     justify-content: center;

     gap: 8px;

   }



   .home-hero__img-wrap {

     order: 2;

     margin-top: 20px;

   }



   .home-page {

     padding-top: 80px;

   }



   .home-services__grid {

     grid-template-columns: repeat(2, minmax(0, 1fr));

   }



   .home-process__grid {

     grid-template-columns: repeat(2, minmax(0, 1fr));

   }



   .home-cases__grid {

     grid-template-columns: repeat(2, minmax(0, 1fr));

   }

 }


 @media (max-width: 640px) {

   .home-services__grid {

     grid-template-columns: minmax(0, 1fr);

   }



   .home-process__grid,

   .home-cases__grid {

     grid-template-columns: minmax(0, 1fr);

   }

 }



 /* High-end refinements */

 .home-service-card h3,

 .home-process__step h3,

 .home-case h3 {

   font-weight: 600;

   letter-spacing: -0.01em;

 }


 .home-service-card ul li::before {

   content: "—";

   margin-right: 8px;

   color: rgba(148, 163, 184, 0.5);

 }


 .home-process__index {

   font-weight: 600;

   color: rgba(99, 102, 241, 0.8);

 }


 .home-case__metric {

   font-weight: 600;

   color: #60a5fa;

 }



 /* Smooth scroll behavior */

 html {

   scroll-behavior: smooth;

 }



 /* Enhanced focus states for accessibility */

 .home-service-card:focus-within,

 .home-process__step:focus-within,

 .home-case:focus-within {

   outline: 2px solid rgba(99, 102, 241, 0.5);

   outline-offset: 2px;

 }



 /* STATS SECTION */

 .home-stats {

   padding: 96px 0;

 }


 .home-stats__grid {

   display: grid;

   grid-template-columns: repeat(4, minmax(0, 1fr));

   gap: 32px;

   margin-top: 60px;

 }


 .home-stat {

   padding: 40px 32px 48px;

   border-radius: 24px;

   background: #ffffff;

   border: 1px solid rgba(15, 23, 42, 0.12);

   box-shadow: 0 8px 12px -2px rgba(0, 0, 0, 0.4), 0 4px 6px -1px rgba(0, 0, 0, 0.3);

   transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);

   text-align: center;

   cursor: pointer;

   position: relative;

   overflow: hidden;

 }


 .home-stat::before {

   content: '';

   position: absolute;

   top: 0;

   left: -100%;

   width: 100%;

   height: 100%;

   background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.1), transparent);

   transition: left 0.6s ease;

 }


 .home-stat:hover::before {

   left: 100%;

 }


 .home-stat:hover {

   transform: translateY(-8px) scale(1.02);

   border-color: #60a5fa;

   box-shadow: 0 16px 24px -4px rgba(96, 165, 250, 0.2), 0 8px 12px -2px rgba(0, 0, 0, 0.5);

 }


 .home-stat__number {

   font-size: clamp(4rem, 8vw, 6rem);

   font-weight: 700;

   color: #60a5fa;

   margin-bottom: 16px;

   display: flex;

   align-items: baseline;

   justify-content: center;

   gap: 4px;

   line-height: 1;

   transition: all 0.3s ease;

 }


 .home-stat:hover .home-stat__number {

   color: #38bdf8;

   transform: scale(1.1);

 }


 .home-stat__suffix {

   font-size: clamp(2rem, 4vw, 3rem);

   color: #60a5fa;

 }


 .home-stat__label {

   font-size: 2rem;

   color: #64748b;

   line-height: 1.4;

   margin: 0;

 }


 .home-stat:hover .home-stat__label {

   color: #d1d5db;

 }


 /* FAQ ENHANCEMENTS */

 .faq-container {

   max-width: 1120px;

   margin: 0 auto;

   padding: 0 24px;

   display: flex;

   flex-direction: column;

   align-items: center;

 }


 .faq-item {

   margin-bottom: 2px;

   padding: 10px 14px;

   border-radius: 12px;

   background: #ffffff;

   border: 1px solid rgba(15, 23, 42, 0.12);

   box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);

   transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

   width: 80%;

   max-width: 100%;

   box-sizing: border-box;

 }


 .faq-item:hover {

   border-color: #60a5fa;

 }


 .faq-item.active {

   border-color: #60a5fa;

   background: #ffffff;

 }


 .faq-question {

   font-size: 2rem;

   font-weight: 600;

   color: #1e293b;

   cursor: pointer;

   display: flex;

   justify-content: space-between;

   align-items: center;

   padding: 0;

   margin: 0 0 8px 0;

   gap: 12px;

   transition: color 0.2s ease;

 }


 .faq-item:hover .faq-question {

   color: #60a5fa;

 }


 .faq-icon {

   font-size: 1.5rem;

   color: #64748b;

   flex-shrink: 0;

   transition: transform 0.3s ease, color 0.2s ease;

 }


 .faq-item.active .faq-icon {

   transform: rotate(180deg);

   color: #60a5fa;

 }


 .faq-answer {

   font-size: 2rem;

   color: #d1d5db;

   line-height: 1.6;

   display: none;

   padding-top: 12px;

   border-top: 1px solid rgba(148, 163, 184, 0.15);

   margin-left: 0;

 }


 .faq-item.active .faq-answer {

   display: block;

 }



 @media (max-width: 900px) {

   .home-stats__grid {

     grid-template-columns: repeat(2, minmax(0, 1fr));

   }



   .home-stack__category {

     flex-direction: column;

     gap: 20px;

   }



   .home-stack__category-title {

     min-width: auto;

     border-bottom: 1px solid rgba(148, 163, 184, 0.2);

     padding-bottom: 12px;

   }



   .faq-item {

     width: 70%;

   }

 }


 @media (max-width: 640px) {

   .home-stats__grid {

     grid-template-columns: minmax(0, 1fr);

   }



   .home-stat__number {

     font-size: 3.5rem;

   }



   .faq-item {

     padding: 10px 14px;

     width: 100%;

   }



   .faq-question {

     font-size: 1.8rem;

   }



   .faq-answer {

     font-size: 1.8rem;

   }



   .home-stack__category {

     flex-direction: column;

     gap: 16px;

   }



   .home-stack__category-title {

     min-width: auto;

     border-bottom: 1px solid rgba(148, 163, 184, 0.2);

     padding-bottom: 12px;

   }



   .home-stack__items {

     padding-top: 0;

   }

 }



 @media (max-width: 640px) {

   .faq-container {

     padding: 0;

   }

 }



 /* Unified button shape - all buttons pill/rounded */

 .home-body .btn,

 .home-body .btn--primary,

 .home-body .btn--small,

 .home-body .btn.h-full-width,

 .home-body .home-hero__cta-primary {

   border-radius: 999px !important;

   color: #ffffff !important;

   background-color: #3b82f6 !important;

   border-color: #3b82f6 !important;

   display: inline-flex !important;

   align-items: center !important;

   justify-content: center !important;

   gap: 10px;

   padding: 14px 22px !important;

   font-weight: 600;

   letter-spacing: -0.01em;

   line-height: 1;

   box-shadow: 0 14px 34px rgba(37, 99, 235, 0.22);

   transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;

 }

 .home-body .btn--small {

   padding: 10px 14px !important;

 }

 .home-body .btn svg,
 .home-body .btn--primary svg,
 .home-body .btn--small svg,
 .home-body .btn.h-full-width svg,
 .home-body .home-hero__cta-primary svg {

   flex: 0 0 auto;

 }

 .home-body .btn:hover,

 .home-body .btn--primary:hover,

 .home-body .btn--small:hover,

 .home-body .btn.h-full-width:hover,

 .home-body .home-hero__cta-primary:hover {

   background-color: #2563eb !important;

   border-color: #2563eb !important;

   color: #ffffff !important;

   transform: translateY(-2px);



 }

 .home-body .btn:active,
 .home-body .btn--primary:active,
 .home-body .btn--small:active,
 .home-body .btn.h-full-width:active,
 .home-body .home-hero__cta-primary:active {

   transform: translateY(0);

 }

 .home-body .btn:focus-visible,
 .home-body .btn--primary:focus-visible,
 .home-body .btn--small:focus-visible,
 .home-body .btn.h-full-width:focus-visible,
 .home-body .home-hero__cta-primary:focus-visible {

   outline: none;

   box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.22), 0 14px 34px rgba(37, 99, 235, 0.22);

 }



 /* Header button static hover override - higher specificity than base .btn */
 .home-body .s-header .header-cta {
   position: fixed !important;
   top: 20px !important;
   right: 28px !important;
   transform: none !important;
   margin: 0 !important;
   padding: 14px 22px !important;
   border-width: 2px !important;
   min-height: auto !important;
   box-sizing: border-box !important;
   z-index: 1000;
 }

 .home-body .s-header .header-cta:hover,
 .home-body .s-header .header-cta:active {
   transform: none !important;
   top: 20px !important;
   right: 28px !important;
   margin: 0 !important;
   padding: 14px 22px !important;
   border-width: 2px !important;
   min-height: auto !important;
   box-sizing: border-box !important;
 }

 @media (max-width: 768px) {
   .home-body .s-header .header-cta {
     display: none !important;
   }

   .home-body .s-header .mobile-nav-cta {
     display: list-item !important;
   }
 }

 @media (min-width: 769px) {
   .home-body .s-header .header-cta {
     display: inline-flex !important;
   }

   .home-body .s-header .mobile-nav-cta {
     display: none !important;
   }
 }

 /* Section backgrounds - unified (light theme default) */

 .home-body .s-hero,

 .home-body .home-hero,

 .home-body .home-services,

 .home-body .home-process,

 .home-body .home-cases,

 .home-body .home-quote,

 .home-body .home-stack,

 .home-body .home-stats,

 .home-body .home-final,

 .home-body #clients,

 .home-body .s-clients,

 .home-body .s-faq,

 .home-body section,

 .home-body main,

 .home-body body {

   background: #f8fafc !important;

   transition: background 0.6s cubic-bezier(0.4, 0, 0.2, 1), color 0.6s cubic-bezier(0.4, 0, 0.2, 1);

 }



 /* Quote section */

 .home-quote {

   padding: 80px 0;

   text-align: center;

 }

 .home-quote__block {

   margin: 0;

   max-width: 720px;

   margin: 0 auto;
   border: none;

 }

 .home-quote__text {

   font-size: clamp(2.2rem, 3.5vw, 3.6rem);

   line-height: 1.3;

   color: #1e293b;

   font-style: italic;

   margin-bottom: 24px;

 }

 .home-quote__attr {

   font-size: 1.6rem;

   color: #64748b;

 }



 /* Dark theme - applied when scrolled past quote */

 .home-body.theme-dark {

   background: #0a0e1a !important;

 }



 .home-body.theme-dark .s-header {

   background: #0a0e1a !important;

   border-bottom-color: rgba(148, 163, 184, 0.16);

 }

 .home-body.theme-dark .s-header a,

 .home-body.theme-dark .s-header .s-header__nav a {

   color: #e5e7eb !important;

 }

 .home-body.theme-dark .s-header a:hover,
 .home-body.theme-dark .s-header .s-header__nav a:hover {
   color: #3b82f6 !important;
 }

 .home-body.theme-dark .s-header__logo img {

   filter: brightness(1);

 }

 .home-body.theme-dark .s-header__menu-toggle {

   color: #e5e7eb !important;

 }

 .home-body.theme-dark .s-header__menu-toggle span,

 .home-body.theme-dark .s-header__menu-toggle span::before,

 .home-body.theme-dark .s-header__menu-toggle span::after {

   background-color: #e5e7eb !important;

 }

 .home-body.theme-dark .s-hero,

 .home-body.theme-dark .home-hero,

 .home-body.theme-dark .home-services,

 .home-body.theme-dark .home-process,

 .home-body.theme-dark .home-cases,

 .home-body.theme-dark .home-quote,

 .home-body.theme-dark .home-stack,

 .home-body.theme-dark .home-stats,

 .home-body.theme-dark .home-final,

 .home-body.theme-dark #clients,

 .home-body.theme-dark .s-clients,

 .home-body.theme-dark .s-faq,

 .home-body.theme-dark .testimonials,

 .home-body.theme-dark .about-reviews,

 .home-body.theme-dark main,

 .home-body.theme-dark body {

   background: #0a0e1a !important;

 }

 .home-body.theme-dark section.about-reviews {

   background: #0a0e1a !important;

 }

 .home-body.theme-dark .home-hero__eyebrow,

 .home-body.theme-dark .home-services__eyebrow,

 .home-body.theme-dark .home-stack .home-services__eyebrow,

 .home-body.theme-dark .home-stats .home-services__eyebrow {

   color: #9ca3af !important;

 }

 .home-body.theme-dark .home-hero__headline,

 .home-body.theme-dark .home-services__header h2,

 .home-body.theme-dark .home-stack h2,

 .home-body.theme-dark .home-stack h3,

 .home-body.theme-dark .home-stack p,

 .home-body.theme-dark .home-stats h2,

 .home-body.theme-dark .home-stats .counter,

 .home-body.theme-dark .home-stats p,

 .home-body.theme-dark .home-final h2,

 .home-body.theme-dark .home-final p,

 .home-body.theme-dark #clients .display-1,

 .home-body.theme-dark .s-clients .display-1,

 .home-body.theme-dark .s-faq .display-1,

 .home-body.theme-dark .s-faq h2,

 .home-body.theme-dark .faq-question,

 .home-body.theme-dark .faq-answer {

   color: #ffffff !important;

 }

 .home-body.theme-dark .home-services__header p,

 .home-body.theme-dark .home-stack p,

 .home-body.theme-dark .home-stats p,

 .home-body.theme-dark .home-final p,

 .home-body.theme-dark .s-faq p {

   color: #9ca3af !important;

 }

 .home-body.theme-dark .home-hero__lede {

   color: #9ca3af !important;

 }

 .home-body.theme-dark .home-hero__cta-secondary,

 .home-body.theme-dark .home-final .home-hero__cta-secondary {

   color: #e5e7eb !important;

 }

 .home-body.theme-dark .home-service-card {

   background: #0a0e1a !important;

   border-color: rgba(148, 163, 184, 0.15) !important;

 }

 .home-body.theme-dark .home-service-card h3 {

   color: #e5e7eb !important;

 }

 .home-body.theme-dark .home-service-card p {

   color: #9ca3af !important;

 }

 .home-body.theme-dark .home-service-card li {

   color: #d1d5db !important;

 }

 .home-body.theme-dark .home-quote__text {

   color: #e5e7eb !important;

 }

 .home-body.theme-dark .home-quote__attr {

   color: #9ca3af !important;

 }

 .home-body.theme-dark .s-footer,

 .home-body.theme-dark .ss-copyright {

   background: #0a0e1a !important;

   color: #e5e7eb;

   border-color: rgba(148, 163, 184, 0.16);

 }

 .home-body.theme-dark .s-footer a,

 .home-body.theme-dark .ss-copyright a {

   color: #e5e7eb;

 }

 .home-body.theme-dark .s-footer h4,

 .home-body.theme-dark .s-footer p {

   color: #e5e7eb;

 }

 .home-body.theme-dark .home-process__step {

   background: #0a0e1a !important;

   border-color: rgba(148, 163, 184, 0.15) !important;

 }

 .home-body.theme-dark .home-process__step h3 {

   color: #e5e7eb !important;

 }

 .home-body.theme-dark .home-process__step p {

   color: #9ca3af !important;

 }

 .home-body.theme-dark .home-process__index {

   color: #9ca3af !important;

 }

 .home-body.theme-dark .home-case {

   background: #0a0e1a !important;

   border-color: rgba(148, 163, 184, 0.15) !important;

 }

 .home-body.theme-dark .home-case h3 {

   color: #e5e7eb !important;

 }

 .home-body.theme-dark .home-case__meta {

   color: #9ca3af !important;

 }

 .home-body.theme-dark .home-stack__category-title {

   color: #ffffff !important;

 }

 .home-body.theme-dark .home-stack__item {

   background: rgba(15, 23, 42, 0.6) !important;

   border-color: rgba(148, 163, 184, 0.15) !important;

   color: #e5e7eb !important;

 }

 .home-body.theme-dark .home-stack__item:hover {

   background: rgba(15, 23, 42, 0.8) !important;

 }

 .home-body.theme-dark .home-pill {

   background: #0a0e1a !important;

   border-color: rgba(148, 163, 184, 0.2) !important;

   color: #e5e7eb !important;

 }

 .home-body.theme-dark .home-pill:hover {

   background: #0a0e1a !important;

 }

 .home-body.theme-dark .home-stat {

   background: #0a0e1a !important;

   border-color: rgba(148, 163, 184, 0.15) !important;

 }

 .home-body.theme-dark .home-stat__label {

   color: #9ca3af !important;

 }

 .home-body.theme-dark .faq-item {

   background: #0a0e1a !important;

   border-color: rgba(148, 163, 184, 0.15) !important;

 }

 .home-body.theme-dark .faq-question {

   color: #ffffff !important;

 }

 .home-body.theme-dark .faq-answer {

   color: #d1d5db !important;

 }

 .home-body.theme-dark .faq-icon {

   color: #9ca3af !important;

 }

 .home-body.theme-dark .home-final {

   background: #0a0e1a !important;

 }

 .home-body.theme-dark .home-final h2,

 .home-body.theme-dark .home-final p {

   color: #ffffff !important;

 }

 .home-body.theme-dark #clients .display-1 {

   color: #ffffff !important;

 }



 .home-body.theme-dark .btn,

 .home-body.theme-dark .btn--primary,

 .home-body.theme-dark .btn--small,

 .home-body.theme-dark .btn.h-full-width,

 .home-body.theme-dark .home-hero__cta-primary {

   background-color: #3b82f6 !important;

   border-color: #3b82f6 !important;

   color: #ffffff !important;

 }



 .home-body.theme-dark .btn:hover,

 .home-body.theme-dark .btn--primary:hover,

 .home-body.theme-dark .btn--small:hover,

 .home-body.theme-dark .btn.h-full-width:hover,

 .home-body.theme-dark .home-hero__cta-primary:hover {

   background-color: #2563eb !important;

   border-color: #2563eb !important;

   color: #ffffff !important;

 }

 html {
   height: 100%;
   background-color: #f8fafc;
   transition: background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
 }

 html.theme-dark {
   background-color: #0a0e1a;
 }

 body {
   min-height: 100%;
   background-color: #f8fafc;
   transition: background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
 }

 .home-body.theme-dark {
   background-color: #0a0e1a !important;
 }

 .home-body,
 .home-body .s-header,
 .home-body main,
 .home-body section,
 .home-body .s-footer,
 .home-body .ss-copyright {
   transition:
     background 0.6s cubic-bezier(0.4, 0, 0.2, 1),
     color 0.6s cubic-bezier(0.4, 0, 0.2, 1),
     border-color 0.6s cubic-bezier(0.4, 0, 0.2, 1),
     box-shadow 0.6s cubic-bezier(0.4, 0, 0.2, 1);
 }

 .home-body .s-header a,
 .home-body .s-header .s-header__nav a,
 .home-body .s-header__menu-toggle,
 .home-body .s-header__menu-toggle span,
 .home-body .s-header__menu-toggle span::before,
 .home-body .s-header__menu-toggle span::after {
   transition:
     color 0.6s cubic-bezier(0.4, 0, 0.2, 1),
     background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
 }

 .home-body .s-header__menu-toggle {
   color: #1e293b;
 }

 .home-body .s-header__menu-toggle span,
 .home-body .s-header__menu-toggle span::before,
 .home-body .s-header__menu-toggle span::after {
   background-color: #1e293b;
 }

 .home-body.theme-dark .s-header__menu-toggle {
   color: #e5e7eb !important;
 }

 .home-body.theme-dark .s-header__menu-toggle span,
 .home-body.theme-dark .s-header__menu-toggle span::before,
 .home-body.theme-dark .s-header__menu-toggle span::after {
   background-color: #e5e7eb !important;
 }

 /* Modern Footer Styles */
 .svc-footer {
   background: #0a0e1a;
   border-top: 1px solid rgba(148, 163, 184, 0.12);
   position: relative;
 }

 .svc-footer::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 1px;
   background: linear-gradient(90deg, transparent, rgba(148, 163, 184, 0.16), transparent);
 }

 .svc-footer__content {
   max-width: 1200px;
   margin: 0 auto;
   padding: clamp(48px, 6vw, 80px) clamp(24px, 3vw, 40px);
 }

 .svc-footer__grid {
   display: grid;
   grid-template-columns: 2fr 1fr 1fr 1.5fr;
   gap: clamp(32px, 4vw, 60px);
   margin-bottom: clamp(48px, 6vw, 64px);
 }

 .svc-footer__section {
   display: flex;
   flex-direction: column;
   gap: clamp(16px, 2vw, 24px);
 }

 .svc-footer__title {
   font-size: clamp(2rem, 2.5vw, 2.8rem);
   font-weight: 700;
   color: #ffffff;
   margin: 0;
   letter-spacing: -0.02em;
 }

 .svc-footer__subtitle {
   font-size: clamp(1.4rem, 1.6vw, 1.8rem);
   font-weight: 600;
   color: #ffffff;
   margin: 0;
   letter-spacing: -0.01em;
 }

 .svc-footer__description {
   font-size: clamp(1.5rem, 1.6vw, 1.8rem);
   line-height: 1.6;
   color: #9ca3af;
   margin: 0;
   max-width: 400px;
 }

 .svc-footer__cta {
   margin-top: 8px;
 }

 .svc-footer__button {
   border-radius: 999px;
   padding: clamp(12px, 1.5vw, 16px) clamp(24px, 2.5vw, 32px);
   font-size: clamp(1.4rem, 1.6vw, 1.8rem);
   font-weight: 600;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
   box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
 }

 .svc-footer__button:hover {
   transform: translateY(-2px);
   box-shadow: 0 8px 12px -2px rgba(0, 0, 0, 0.4);
 }

 .svc-footer__links {
   list-style: none;
   padding: 0;
   margin: 0;
   display: flex;
   flex-direction: column;
   gap: clamp(8px, 1vw, 12px);
 }

 .svc-footer__links li {
   margin: 0;
 }

 .svc-footer__links a {
   font-size: clamp(1.5rem, 1.6vw, 1.8rem);
   color: #9ca3af;
   text-decoration: none;
   transition: color 0.2s ease;
   line-height: 1.5;
 }

 .svc-footer__links a:hover {
   color: #3b82f6;
 }

 .svc-footer__contact p {
   font-size: clamp(1.5rem, 1.6vw, 1.8rem);
   line-height: 1.6;
   color: #9ca3af;
   margin: 0;
 }

 .svc-footer__contact a {
   color: #9ca3af;
   text-decoration: none;
   transition: color 0.2s ease;
 }

 .svc-footer__contact a:hover {
   color: #3b82f6;
 }

 .svc-footer__social {
   margin-top: clamp(16px, 2vw, 24px);
 }

 .svc-footer__social-links {
   list-style: none;
   padding: 0;
   margin: 0;
   display: flex;
   flex-wrap: wrap;
   gap: clamp(12px, 1.5vw, 20px);
 }

 .svc-footer__social-links li {
   margin: 0;
 }

 .svc-footer__social-links a {
   font-size: clamp(1.5rem, 1.6vw, 1.8rem);
   color: #9ca3af;
   text-decoration: none;
   transition: color 0.2s ease;
   line-height: 1.5;
 }

 .svc-footer__social-links a:hover {
   color: #3b82f6;
 }

 .svc-footer__bottom {
   padding-top: clamp(24px, 3vw, 32px);
   border-top: 1px solid rgba(148, 163, 184, 0.12);
 }

 .svc-footer__bottom-content {
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
   gap: clamp(16px, 2vw, 24px);
 }

 .svc-footer__bottom p {
   font-size: clamp(1.4rem, 1.5vw, 1.6rem);
   color: #6b7280;
   margin: 0;
 }

 .svc-footer__legal {
   display: flex;
   align-items: center;
   gap: clamp(12px, 1.5vw, 16px);
   flex-wrap: wrap;
 }

 .svc-footer__legal a {
   font-size: clamp(1.4rem, 1.5vw, 1.6rem);
   color: #6b7280;
   text-decoration: none;
   transition: color 0.2s ease;
 }

 .svc-footer__legal a:hover {
   color: #9ca3af;
 }

 .svc-footer__separator {
   color: #4b5563;
   font-size: clamp(1.2rem, 1.4vw, 1.6rem);
 }

 @media (max-width: 768px) {
   .svc-footer__content {
     padding: 40px 20px;
   }

   .svc-footer__grid {
     grid-template-columns: 1fr 1fr;
     gap: 24px 16px;
     margin-bottom: 40px;
   }

   .svc-footer__section {
     gap: 16px;
   }

   .svc-footer__section:last-child {
     grid-column: span 2;
   }

   .svc-footer__contact p {
     word-break: break-word;
   }

   .svc-footer__contact a {
     display: inline-block;
     max-width: 100%;
     overflow-wrap: break-word;
   }

   .svc-footer__bottom-content {
     flex-direction: column;
     text-align: center;
     gap: 16px;
   }

   .svc-footer__legal {
     justify-content: center;
   }
 }

 @media (max-width: 768px) {
   .home-body .s-header__menu-toggle {
     opacity: 1 !important;
     visibility: visible !important;
     transform: none !important;
     display: inline-flex !important;
   }

   .home-body .s-header__menu-toggle span {
     opacity: 1 !important;
     visibility: visible !important;
     transform: none !important;
   }

   .home-body.menu-is-open:not(.theme-dark) .s-header__content {
     background: #f8fafc !important;
   }

   .home-body.menu-is-open:not(.theme-dark) .s-header__nav a {
     color: #1e293b !important;
   }

   .home-body.menu-is-open .s-header__menu-toggle span {
     background-color: transparent !important;
   }

   .home-body.menu-is-open .s-header__menu-toggle span::before,
   .home-body.menu-is-open .s-header__menu-toggle span::after {
     top: 0 !important;
     background-color: #1e293b !important;
     opacity: 1 !important;
     visibility: visible !important;
   }

   .home-body.menu-is-open .s-header__menu-toggle span::before {
     transform: rotate(45deg) !important;
   }

   .home-body.menu-is-open .s-header__menu-toggle span::after {
     transform: rotate(-45deg) !important;
   }

   .home-body.theme-dark.menu-is-open .s-header__menu-toggle span::before,
   .home-body.theme-dark.menu-is-open .s-header__menu-toggle span::after {
     background-color: #e5e7eb !important;
   }
 }

 @media (min-width: 769px) {
   .home-body .s-header__menu-toggle {
     display: none !important;
   }
 }

 .home-quote {
   min-height: 180vh;
   padding: 220px 0 220px;
   overflow: visible;
 }

 .home-quote .home-shell {
   min-height: 180vh;
 }

 .home-quote__sticky {
   position: sticky;
   top: 270px;
 }

 .home-quote__block {
   position: static !important;
   transform: none !important;
 }

 .home-quote__text {
   font-size: clamp(3.2rem, 4.8vw, 5.6rem);
   line-height: 1.12;
   letter-spacing: -0.03em;
 }

 @media (max-width: 900px) {
   .home-quote {
     min-height: auto;
     padding: 160px 0;
   }

   .home-quote .home-shell {
     min-height: auto;
   }

   .home-quote__sticky {
     position: static;
   }

   .home-quote__block {
     position: static;
   }
 }

 /* Client Reviews - Clean Card Layout */
 .about-reviews {
   padding: 96px 0 120px;
   position: relative;
 }

 .about-reviews::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 1px;
   background: rgba(148, 163, 184, 0.12);
 }

 .about-reviews__header {
   margin: 0 auto 56px;
   max-width: 720px;
   text-align: center;
 }

 .about-reviews__header h2 {
   font-size: clamp(4rem, 6vw, 4.5rem);
   color: #ffffff;
   font-weight: 600;
   letter-spacing: -0.01em;
   margin-bottom: 0;
 }

 .about-reviews__grid {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 32px;
 }

 .about-reviews__slider {
   position: relative;
 }

 .about-reviews__track {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 32px;
 }

 .about-reviews__nav {
   display: none;
 }

 .about-reviews__card {
   background: rgba(30, 41, 59, 0.4);
   border: 1px solid rgba(148, 163, 184, 0.12);
   border-radius: 20px;
   padding: 32px;
   transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
 }

 .about-reviews__card:hover {
   transform: translateY(-4px);
   border-color: rgba(96, 165, 250, 0.3);
   box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.3);
 }

 .about-reviews__stars {
   display: flex;
   gap: 4px;
   margin-bottom: 20px;
   color: #fbbf24;
 }

 .about-reviews__quote {
   font-size: 1.8rem;
   line-height: 1.6;
   color: #e5e7eb;
   font-style: italic;
   margin: 0 0 24px 0;
   padding: 0;
   border: none;
 }

 .about-reviews__author {
   display: flex;
   align-items: center;
   gap: 16px;
 }

 .about-reviews__avatar {
   width: 48px;
   height: 48px;
   border-radius: 50%;
   overflow: hidden;
   background: rgba(148, 163, 184, 0.2);
 }

 .about-reviews__avatar img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .about-reviews__info {
   display: flex;
   flex-direction: column;
 }

 .about-reviews__name {
   font-size: 1.6rem;
   font-weight: 600;
   color: #ffffff;
   font-style: normal;
 }

 .about-reviews__role {
   font-size: 1.4rem;
   color: #9ca3af;
   font-weight: 400;
 }