/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./node_modules/lenis/dist/lenis.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch],
.lenis [data-lenis-prevent-vertical],
.lenis [data-lenis-prevent-horizontal] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/styles/base.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
/* ═══════════════════════════════════════════
   Global base — reset, shared helpers, FAQ, scrollbar
   ═══════════════════════════════════════════ */

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: auto; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  font-family: 'Inter', sans-serif;
  background: #fff;
  color: #111;
  overflow-x: hidden;
}

img,
video {
  max-width: 100%;
  height: auto;
}

main {
  width: 100%;
  min-width: 0;
  overflow-x: clip;
}

/* Home hero responsive helpers */
.home-hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  padding:
    clamp(5.5rem, 9vw, 7rem)
    clamp(1.15rem, 4vw, 1.5rem)
    clamp(1.5rem, 3vw, 2.5rem);
}

.home-hero__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.home-hero__title {
  width: 100%;
  margin: 0 0 clamp(0.9rem, 2vw, 1.5rem);
}

.home-hero__lede {
  max-width: 50rem;
  margin: 0 auto clamp(1rem, 2.4vw, 1.65rem);
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: #666;
}

.home-hero__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.home-trust-marquee {
  background: #fff;
  padding: clamp(1rem, 2.5vw, 1.75rem) 0 clamp(1.15rem, 3vw, 2rem);
}

.home-trust-marquee__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 4.5vw, 3.25rem);
  width: 100%;
}

.home-trust-marquee__logos {
  overflow: hidden;
  width: 100%;
}

.hero-title-line {
  white-space: nowrap;
}

.hero-trust-strip {
  display: flex;
  align-items: center;
  gap: clamp(0.65rem, 1.5vw, 1rem);
  width: min(100% - 2rem, 900px);
  margin: 0 auto;
  padding: 0 0.5rem;
}

.hero-trust-strip__line {
  flex: 1 1 auto;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
}

.hero-trust-strip__text {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 40rem;
  margin: 0;
  text-align: center;
  color: #374151;
  font-size: clamp(0.82rem, 1.4vw, 1rem);
  line-height: 1.55;
}

@media (max-width: 900px) {
  .hero-title-line {
    white-space: normal;
  }
}

@media (max-width: 1023px) {
  .home-hero {
    padding-top: 5.75rem;
    padding-bottom: 1.5rem;
  }

  .hero-trust-strip {
    flex-direction: column;
    gap: 0;
  }

  .hero-trust-strip__line {
    display: none;
  }
}

@media (min-width: 1024px) {
  .home-hero {
    padding-top: 7rem;
    padding-bottom: 2.25rem;
  }

  .hero-trust-strip {
    flex-direction: row;
    gap: clamp(0.65rem, 1.5vw, 1rem);
  }

  .hero-trust-strip__line {
    display: block;
  }
}

.font-serif-italic {
  font-family: 'Playfair Display', serif;
  font-style: italic;
}

/* ─── Backgrounds ─── */
.hero-bg {
  background:
  radial-gradient(ellipse 70% 100% at 0% 0%, #cae2ff 0%, transparent 70%),
  radial-gradient(ellipse 70% 100% at 100% 0%, #fff0dc 0%, transparent 70%),
  #fff;
}
.cta-bg {
  background:
    radial-gradient(ellipse 65% 100% at 0% 50%, #bfdbfe 0%, transparent 55%),
    radial-gradient(ellipse 65% 100% at 100% 50%, #fde8c8 0%, transparent 55%),
    #f8f8f8;
}

/* ─── Marquee ─── */
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.marquee-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  animation: marquee 55s linear infinite;
}
.marquee-track:hover { animation-play-state: paused; }
.marquee-item {
  flex-shrink: 0;
  padding: 0 0.625rem;
}
.marquee-logo-box {
  width: 10.5rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.75rem;
  border-radius: 0.875rem;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.035);
  transform: translateY(-2px);
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}
.marquee-item:hover .marquee-logo-box {
  background: #fafafa;
  border-color: #efefef;
  box-shadow: none;
  transform: translateY(0);
}
.marquee-logo-img {
  display: block;
  width: 8rem;
  height: 2.75rem;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  opacity: 1;
  filter: contrast(1.04);
  image-rendering: auto;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* ─── Section reveal ─── */
.sr {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.85s cubic-bezier(0.22,1,0.36,1),
              transform 0.85s cubic-bezier(0.22,1,0.36,1);
}
.sr.visible { opacity: 1; transform: none; }

.sr-from-left,
.sr-from-right {
  opacity: 0;
  transition:
    opacity 2.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 2.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.sr-from-left {
  transform: translate3d(-100px, 0, 0);
}
.sr-from-right {
  transform: translate3d(100px, 0, 0);
}
.sr-from-left.visible,
.sr-from-right.visible {
  opacity: 1;
  transform: none;
}

.sr-from-center {
  opacity: 0;
  transform: scale(0.88);
  transform-origin: center center;
  transition:
    opacity 2.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 2.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.sr-from-center.visible {
  opacity: 1;
  transform: none;
}

.sr-from-bottom {
  opacity: 0;
}
.sr-from-bottom.visible {
  animation: sr-rise-in 3.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes sr-rise-in {
  0% {
    opacity: 0;
    transform: translate3d(0, 120px, 0) scale(0.97);
  }
  40% {
    opacity: 0.55;
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/* Delay helpers */
.sr-d1 { transition-delay: 0.1s; animation-delay: 0.1s; }
.sr-d2 { transition-delay: 0.22s; animation-delay: 0.22s; }
.sr-d3 { transition-delay: 0.34s; animation-delay: 0.34s; }
.sr-d4 { transition-delay: 0.46s; animation-delay: 0.46s; }
.sr-d5 { transition-delay: 0.58s; animation-delay: 0.58s; }
.sr-d6 { transition-delay: 0.7s; animation-delay: 0.7s; }
.sr-d7 { transition-delay: 0.82s; animation-delay: 0.82s; }
.sr-d8 { transition-delay: 0.94s; animation-delay: 0.94s; }
.sr-d9 { transition-delay: 1.06s; animation-delay: 1.06s; }
.sr-d10 { transition-delay: 1.18s; animation-delay: 1.18s; }

/* ─── Hero load animations ─── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: none; }
}
.a1 { animation: fadeUp 0.9s cubic-bezier(0.22,1,0.36,1) 0.1s  both; }
.a2 { animation: fadeUp 0.9s cubic-bezier(0.22,1,0.36,1) 0.28s both; }
.a3 { animation: fadeUp 0.9s cubic-bezier(0.22,1,0.36,1) 0.46s both; }
.a4 { animation: fadeUp 0.9s cubic-bezier(0.22,1,0.36,1) 0.62s both; }

/* ─── Hero outline title (SERVICES-style hollow text) ─── */
.hero-outline-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.12;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hero-outline-line {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  color: transparent;
  -webkit-text-stroke: 3px #f97316;
  paint-order: stroke fill;
  letter-spacing: 0.1em;
}

.hero-outline-line--inline {
  display: inline-block;
}

.hero-outline-word {
  opacity: 0;
  animation: fadeUp 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.webdev-hero .hero-outline-text {
  filter:
    drop-shadow(0 2px 10px rgba(0, 0, 0, 0.55))
    drop-shadow(0 0 32px rgba(249, 115, 22, 0.42));
}

.webdev-hero .hero-outline-text--pillar {
  filter:
    drop-shadow(0 2px 10px rgba(0, 0, 0, 0.55))
    drop-shadow(0 0 32px rgba(56, 189, 248, 0.38));
}

.webdev-hero .hero-outline-line {
  color: transparent;
  -webkit-text-stroke: 3px #f97316;
  paint-order: stroke fill;
}

.webdev-hero .hero-outline-line--reveal {
  color: unset;
  -webkit-text-stroke: unset;
  paint-order: unset;
}

.hero-wave-letter {
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.webdev-hero__tagline {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: clamp(1.25rem, 2.6vw, 2rem);
  letter-spacing: -0.025em;
  line-height: 1.2;
  color: #ffffff;
  white-space: pre-line;
}

.webdev-hero__desc {
  color: rgba(255, 255, 255, 0.78);
}

.webdev-hero .nav-cta-btn {
  background: linear-gradient(to bottom, #fbbf24, #f97316, #ea580c);
  box-shadow: 0 4px 20px rgba(249, 115, 22, 0.35);
  transition: filter 0.3s ease, box-shadow 0.3s ease;
}

.webdev-hero .nav-cta-btn:hover {
  background: linear-gradient(to bottom, #fbbf24, #f97316, #ea580c);
  filter: none;
}

.webdev-hero .nav-cta-btn--blue {
  background: linear-gradient(to bottom, #38bdf8, #3b82f6, #1d4ed8);
  box-shadow: 0 4px 20px rgba(29, 78, 216, 0.35);
  --nav-cta-h: 3.5rem;
  --nav-cta-icon: 2.25rem;
  --nav-cta-pad: 1.25rem;
}

.webdev-hero .nav-cta-btn--blue .nav-cta-btn__label {
  font-size: 1.05rem;
  font-weight: 600;
}

.webdev-hero .nav-cta-btn--blue:hover {
  background: linear-gradient(to bottom, #38bdf8, #3b82f6, #1d4ed8);
  filter: brightness(1.05);
  box-shadow: 0 6px 24px rgba(29, 78, 216, 0.45);
}

.pillar-cta-btn {
  background: linear-gradient(to bottom, #38bdf8, #3b82f6, #1d4ed8);
  box-shadow: 0 4px 16px rgba(29, 78, 216, 0.3);
  transition: filter 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.pillar-cta-btn:hover {
  filter: brightness(1.06);
  box-shadow: 0 6px 22px rgba(29, 78, 216, 0.4);
}

/* ─── FAQ accordion ─── */
.faq-item {
  position: relative;
  z-index: 1;
  background: #f5f5f5;
  border: 1px solid #ebebeb;
  border-radius: 1rem;
  overflow: hidden;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.faq-item--open {
  background: #ffffff;
  border: 1.5px solid rgba(249, 115, 22, 0.38);
  box-shadow:
    0 0 0 1px rgba(74, 144, 226, 0.1),
    0 6px 22px -10px rgba(27, 29, 30, 0.12);
}
.faq-item--open::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #f97316 0%, #4a90e2 100%);
  z-index: 2;
}
.faq-item--open .faq-trigger:hover {
  background: transparent;
}
.faq-item--open .faq-question {
  color: #1b1d1e;
}
.faq-item--open .faq-chevron--open {
  color: #f97316;
}
.faq-item--open .faq-panel {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.faq-item--open .faq-panel__inner {
  padding-top: 0.35rem;
}
.faq-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
}
.faq-trigger:hover {
  background: rgba(0, 0, 0, 0.025);
}
.faq-question {
  flex: 1;
  color: #111;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.01em;
}
.faq-chevron {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), color 0.25s ease;
}
.faq-chevron--open {
  transform: rotate(180deg);
  color: #555;
}
.faq-panel {
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-panel__inner {
  padding: 0 1.5rem 1.35rem;
}
.faq-answer {
  margin: 0;
  color: #666;
  font-family: 'Inter', sans-serif;
  font-size: 0.9375rem;
  line-height: 1.7;
}

/* ─── Scrollbar ─── */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: #fff; }
::-webkit-scrollbar-thumb { background: #ddd; border-radius: 4px; }

/* ─── Button hover ─── */
.btn-pill {
  transition: transform 0.2s ease, background 0.2s ease;
}
.btn-pill:hover { transform: scale(1.03); }

/* ─── Stat counter ─── */
@keyframes countUp {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: none; }
}
.stat-visible { animation: countUp 0.6s cubic-bezier(0.22,1,0.36,1) both; }



/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/styles/navbar.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
/* ═══════════════════════════════════════════
   Navbar — links, mega menus, mobile menu, CTA
   ═══════════════════════════════════════════ */

/* ─── Navbar — transparent on home, frosted on service pages ─── */
.nav-header--frosted {
  background: rgb(255, 255, 255);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* Stronger white on scroll */
.nav-glass {
  background: rgba(255, 255, 255, 0.966) !important;
  backdrop-filter: blur(16px);
  /* -webkit-backdrop-filter: blur(16px); */
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

/* ─── Desktop nav links ─── */
.nav-link {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  color: #666;
  text-decoration: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  transition: color 0.25s ease;
}

.nav-link::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff8c42 0%, #4a90e2 100%);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.nav-link:hover,
.nav-link--active {
  color: #1b1d1e;
}

.nav-link:hover::after,
.nav-link--active::after {
  transform: scaleX(1);
}

.nav-link__inner {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.15rem;
  white-space: nowrap;
}

.nav-link--dropdown {
  gap: 0.4rem;
}

/* ─── Services mega dropdown ─── */
.services-dropdown {
  overflow: visible;
}

.services-dropdown--anchored {
  inset-inline: auto;
  width: -moz-max-content;
  width: max-content;
}

.services-dropdown__caret {
  position: absolute;
  top: 0.35rem;
  width: 0.875rem;
  height: 0.875rem;
  margin-left: -0.4375rem;
  background: #ffffff;
  border-left: 1px solid rgba(27, 29, 30, 0.1);
  border-top: 1px solid rgba(27, 29, 30, 0.1);
  transform: rotate(45deg);
  box-shadow: -2px -2px 6px rgba(27, 29, 30, 0.05);
  z-index: 45;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.services-dropdown--open .services-dropdown__caret {
  opacity: 1;
}

.services-dropdown__panel {
  transform-origin: top center;
  opacity: 0;
  transform: translateY(-24px);
  transition:
    opacity 0.5s ease-in-out,
    transform 0.5s ease-in-out;
  will-change: opacity, transform;
}

.services-dropdown__panel--open {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.services-dropdown__card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 1rem;
  background: #ffffff;
  border: 1px solid #ffffffeb;
  box-shadow:
    0 4px 6px -2px rgba(27, 29, 30, 0.06),
    0 24px 48px -20px rgba(27, 29, 30, 0.18);
  padding: 1rem 1.05rem 0.9rem;
}

.services-dropdown__card--compact {
  padding: 0.7rem 0.75rem 0.65rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
}

.services-dropdown__card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #f97316 0%, #4a90e2 50%, #f97316 100%);
  background-size: 200% 100%;
  z-index: 2;
}

.services-dropdown__panel--open .services-dropdown__card::before {
  animation: servicesDropdownAccent 2.8s linear infinite;
}

.services-dropdown__shine {
  position: absolute;
  top: 0;
  left: -80%;
  width: 45%;
  height: 100%;
  background: linear-gradient(
    105deg,
    transparent 15%,
    rgba(255, 255, 255, 0.45) 50%,
    transparent 85%
  );
  transform: skewX(-16deg);
  pointer-events: none;
  z-index: 1;
  opacity: 0;
}

.services-dropdown__panel--open .services-dropdown__shine {
  animation: servicesDropdownShine 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.15s forwards;
}

@keyframes servicesDropdownAccent {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

@keyframes servicesDropdownShine {
  0% { left: -80%; opacity: 0; }
  20% { opacity: 1; }
  100% { left: 140%; opacity: 0; }
}

.services-dropdown__shell {
  width: min(920px, calc(100vw - 2rem));
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.services-dropdown__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem 1.15rem;
}

.services-dropdown__col {
  opacity: 0;
  transform: translateY(-12px);
  transition:
    opacity 0.4s ease-in-out,
    transform 0.4s ease-in-out;
}

.services-dropdown__col--in {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.services-dropdown__col-title {
  margin: 0;
}

.services-dropdown__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.services-dropdown__list-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.services-dropdown__list-grid--2 {
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .services-dropdown__list-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .services-dropdown__list-grid--2 .services-dropdown__link {
    white-space: normal;
  }
}

.services-dropdown__link {
  position: relative;
  display: block;
  padding: 0.55rem 0.45rem;
  margin: 0 -0.45rem;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 0.4rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.35;
  color: #1b1d1e;
  text-decoration: none;
  opacity: 0;
  transform: translateY(-8px);
  transition:
    opacity 0.35s ease-in-out,
    transform 0.35s ease-in-out,
    color 0.28s ease,
    background 0.28s ease,
    padding 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  white-space: nowrap;
}

.services-dropdown__link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 0;
  border-radius: 999px;
  background: linear-gradient(to bottom, #f97316, #4a90e2);
  transform: translateY(-50%);
  transition: height 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.services-dropdown__link--in {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.28s ease,
    background 0.28s ease,
    padding 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.services-dropdown__link:hover {
  color: #111111;
  background: rgba(255, 255, 255, 0.82);
  padding-left: 0.65rem;
}

.services-dropdown__link:hover::before {
  height: 55%;
}

.services-dropdown__link--active {
  color: #111111;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.72);
  padding-left: 0.65rem;
}

.services-dropdown__link--active::before {
  height: 55%;
}

.services-dropdown__link.services-dropdown__link--heading {
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.01em;
  line-height: 1.25;
  margin-bottom: 0.1rem;
  white-space: normal;
}

.services-dropdown__link.services-dropdown__link--heading:hover {
  color: #111111;
  font-weight: 700;
}

.services-dropdown__col:hover .services-dropdown__link--heading {
  color: #111111;
}

.services-dropdown__list li:last-child .services-dropdown__link {
  border-bottom: none;
  padding-bottom: 0.1rem;
}

@media (max-width: 1280px) {
  .services-dropdown__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem 1rem;
  }

  .services-dropdown__link {
    white-space: normal;
  }
}

@media (max-width: 1100px) {
  .services-dropdown__grid {
    gap: 0.85rem 0.95rem;
  }

  .services-dropdown__card {
    padding: 0.9rem 0.95rem 0.8rem;
  }

  .services-dropdown__col-title {
    margin: 0;
  }

  .services-dropdown__link.services-dropdown__link--heading {
    font-size: 0.86rem;
  }

  .services-dropdown__link {
    font-size: 0.84rem;
    padding: 0.5rem 0.4rem;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-dropdown__panel,
  .services-dropdown__col,
  .services-dropdown__link,
  .services-dropdown__card::before,
  .services-dropdown__shine {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
    animation: none !important;
  }
}

/* ─── Mobile menu slide ─── */
.mmenu {
  transition: transform 0.55s cubic-bezier(0.76,0,0.24,1),
              opacity   0.55s ease;
}
.mmenu-open  { transform: translateX(0); opacity: 1; pointer-events: auto; }
.mmenu-close { transform: translateX(100%); opacity: 0; pointer-events: none; }

.mmenu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #f1f5f9;
}

.mmenu__nav {
  padding: 0.5rem 1.25rem 2.5rem;
  overflow-y: auto;
  max-height: calc(100dvh - 4.75rem);
  -webkit-overflow-scrolling: touch;
}

.mmenu__item {
  border-bottom: 1px solid #f1f5f9;
}

.mmenu__link,
.mmenu__trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1.05rem 0.15rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #0f172a;
  transition: color 0.2s ease;
}

.mmenu__link:hover,
.mmenu__trigger:hover,
.mmenu__link:focus-visible,
.mmenu__trigger:focus-visible {
  color: #2563eb;
  outline: none;
}

.mmenu__link--active,
.mmenu__trigger--active {
  color: #2563eb;
}

.mmenu__chevron {
  flex-shrink: 0;
  color: #94a3b8;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), color 0.2s ease;
}

.mmenu__trigger[aria-expanded='true'] .mmenu__chevron {
  transform: rotate(180deg);
  color: #2563eb;
}

.mmenu__panel {
  padding: 0 0 1rem;
}

.mmenu__group {
  margin-bottom: 1.1rem;
}

.mmenu__group:last-child {
  margin-bottom: 0;
}

.mmenu__group-title {
  margin: 0 0 0.15rem;
}

.mmenu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.mmenu__sublink {
  display: block;
  padding: 0.7rem 0.85rem;
  border-radius: 0.65rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.35;
  color: #334155;
  text-decoration: none;
  opacity: 1;
  transform: none;
  border: none;
  background: transparent;
  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.mmenu__sublink:hover,
.mmenu__sublink:focus-visible {
  color: #0f172a;
  background: #f8fafc;
  outline: none;
}

.mmenu__sublink--heading {
  font-size: 0.98rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.1rem;
}

.mmenu__sublink--active {
  color: #2563eb;
  background: #eff6ff;
  font-weight: 600;
}

.mmenu__group .mmenu__list {
  padding-left: 0.15rem;
}

.mmenu__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  width: 100%;
  max-width: 20rem;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  background: #111111;
  color: #fff;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.mmenu__cta:hover {
  background: #222222;
}

@media (min-width: 480px) {
  .mmenu__link,
  .mmenu__trigger {
    font-size: 1.12rem;
    padding: 1.15rem 0.2rem;
  }

  .mmenu__sublink {
    font-size: 1rem;
  }
}

/* ─── Navbar CTA – icon/text swap ─── */
.nav-cta-btn {
  --nav-cta-w: 11.5rem;
  --nav-cta-h: 2.75rem;
  --nav-cta-icon: 2rem;
  --nav-cta-pad: 1.125rem;
  --nav-cta-icon-gap: 0.375rem;
  --nav-cta-text-icon-gap: 0.0rem;
  position: relative;
  display: none;
  width: var(--nav-cta-w);
  height: var(--nav-cta-h);
  border-radius: 9999px;
  background: #111;
  color: #fff;
  font-size: 0.925rem;
  font-weight: 600;
  overflow: hidden;
  border: none !important;
  outline: none;
  box-shadow: none;
  transition: background 0.5s ease, box-shadow 0.3s ease;
}
@media (min-width: 640px) {
  .nav-cta-btn { display: inline-flex; }
}

@media (max-width: 1100px) {
  .nav-header .nav-cta-btn,
  .nav-glass .nav-cta-btn {
    --nav-cta-w: 9.5rem;
    font-size: 0.82rem;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .nav-header .nav-shell,
  .nav-glass .nav-shell {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-header .nav-cta-btn,
  .nav-glass .nav-cta-btn {
    --nav-cta-w: 9rem;
    --nav-cta-h: 2.5rem;
    font-size: 0.78rem;
  }

  .nav-header .nav-link,
  .nav-glass .nav-link {
    white-space: nowrap;
  }
}

@media (min-width: 1280px) {
  .nav-header .nav-shell,
  .nav-glass .nav-shell {
    padding-left: 0;
    padding-right: 0;
  }
}
.nav-cta-btn:hover { background: #222; }

.nav-header .nav-cta-btn,
.nav-glass .nav-cta-btn {
  border: none !important;
  outline: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.nav-cta-btn__label {
  position: absolute;
  left: var(--nav-cta-pad);
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  transition: transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}
.nav-cta-btn:hover .nav-cta-btn__label {
  transform: translate(calc(var(--nav-cta-w) - 2.25rem - 100%), -50%);
}

.nav-cta-btn__icon {
  position: absolute;
  right: calc(var(--nav-cta-icon-gap) + var(--nav-cta-text-icon-gap));
  top: 50%;
  transform: translateY(-50%);
  width: var(--nav-cta-icon);
  height: var(--nav-cta-icon);
  border-radius: 9999px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}
.nav-cta-btn:hover .nav-cta-btn__icon {
  transform: translate(
    calc(-1 * (var(--nav-cta-w) - 0.5rem - var(--nav-cta-icon) - var(--nav-cta-icon-gap) - var(--nav-cta-text-icon-gap))),
    -50%
  );
}
.nav-cta-btn__icon svg {
  width: 12px;
  height: 12px;
  transition: transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
}
.nav-cta-btn:hover .nav-cta-btn__icon svg {
  transform: rotate(-45deg);
}

.nav-cta-btn--cta {
  display: inline-flex !important;
  --nav-cta-w: 13.75rem;
}



/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/styles/home.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
/* ═══════════════════════════════════════════
   Homepage sections
   ═══════════════════════════════════════════ */

/* ─── Stats band (homepage) ─── */
.stats-band__frame {
  overflow: hidden;
}
.stats-band__head {
  padding: 0 0 1rem;
  text-align: center;
}
.stats-band__subtitle {
  margin: 0.85rem auto 0;
  max-width: 52rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(0.9rem, 1.45vw, 1.05rem);
  line-height: 1.7;
  color: #666;
}
.stats-band__row {
  width: 100%;
  margin-top: 2rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.stats-band__row::-webkit-scrollbar {
  display: none;
}
.stats-band__track {
  display: flex;
  min-width: 100%;
  gap: 0.5rem;
}
.stats-band__reveal {
  opacity: 0;
  transform: translate3d(-18px, 12px, 0) scale(0.97);
}
.stats-band__reveal.visible {
  animation: stats-band-card-in 2.1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.stats-band__reveal.sr-d1 { animation-delay: 0.15s; }
.stats-band__reveal.sr-d2 { animation-delay: 0.45s; }
.stats-band__reveal.sr-d3 { animation-delay: 0.75s; }
.stats-band__reveal.sr-d4 { animation-delay: 1.05s; }
.stats-band__reveal.sr-d5 { animation-delay: 1.35s; }
.stats-band__reveal.sr-d6 { animation-delay: 1.65s; }

@keyframes stats-band-card-in {
  0% {
    opacity: 0;
    transform: translate3d(-18px, 12px, 0) scale(0.97);
  }
  45% {
    opacity: 0.55;
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stats-band__reveal,
  .stats-band__reveal.visible {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
.stats-band__item {
  flex: 1 1 0;
  min-width: 7.75rem;
  padding: 1.15rem 0.65rem 1.05rem;
  text-align: center;
  border-radius: 0.85rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.stats-band__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}
.stats-band__item--blue {
  background: linear-gradient(145deg, #eff6ff 0%, #dbeafe 100%);
}
.stats-band__item--violet {
  background: linear-gradient(145deg, #f5f3ff 0%, #ede9fe 100%);
}
.stats-band__item--emerald {
  background: linear-gradient(145deg, #ecfdf5 0%, #d1fae5 100%);
}
.stats-band__item--sky {
  background: linear-gradient(145deg, #f0f9ff 0%, #e0f2fe 100%);
}
.stats-band__item--amber {
  background: linear-gradient(145deg, #fffbeb 0%, #fef3c7 100%);
}
.stats-band__item--rose {
  background: linear-gradient(145deg, #fff1f2 0%, #ffe4e6 100%);
}
.stats-band__value {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 0.45rem;
  font-family: Inter, system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 3.1vw, 2.85rem);
  letter-spacing: -0.04em;
  line-height: 1;
  color: #0f172a;
}
.stats-band__suffix {
  font-size: 0.38em;
  margin-top: 0.14em;
  margin-left: 0.04em;
  font-weight: 700;
}
.stats-band__label {
  margin: 0 auto;
  max-width: 7.25rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(0.62rem, 0.9vw, 0.74rem);
  line-height: 1.4;
  font-weight: 600;
  color: #334155;
}

/* ─── Three ways in (homepage) — animated process flow ─── */
.ways-in {
  --ways-blue: #2563eb;
  position: relative;
  width: 100%;
  background:
    radial-gradient(ellipse 70% 80% at 8% 20%, rgba(37, 99, 235, 0.05), transparent 55%),
    radial-gradient(ellipse 60% 70% at 92% 80%, rgba(14, 165, 233, 0.045), transparent 50%),
    #f3f5f8;
}

.ways-in__aurora {
  position: absolute;
  width: min(28rem, 70vw);
  height: min(28rem, 70vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.14) 0%, transparent 70%);
  filter: blur(20px);
  top: -8%;
  left: -6%;
  pointer-events: none;
  animation: ways-aurora 10s ease-in-out infinite alternate;
}

.ways-in__aurora--b {
  top: auto;
  left: auto;
  bottom: -12%;
  right: -8%;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.12) 0%, transparent 70%);
  animation-duration: 12s;
  animation-direction: alternate-reverse;
}

@keyframes ways-aurora {
  from { transform: translate(0, 0) scale(1); opacity: 0.7; }
  to { transform: translate(18px, 22px) scale(1.08); opacity: 1; }
}

.ways-in__frame {
  position: relative;
  z-index: 1;
  padding: clamp(1.25rem, 2.5vw, 2rem) 0;
}

.ways-in__head {
  text-align: center;
  margin-bottom: clamp(2.25rem, 4.5vw, 3.25rem);
}

.ways-in__eyebrow {
  margin: 0.75rem auto 0;
  max-width: 34rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(0.86rem, 1.15vw, 0.96rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}

.ways-in__flow {
  position: relative;
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  -moz-column-gap: 0.95rem;
       column-gap: 0.95rem;
  row-gap: 2.1rem;
  align-items: start;
}

.ways-in__wave {
  display: none;
}

.ways-in__node--1 { grid-column: 1; grid-row: 1; }
.ways-in__step--1 { grid-column: 2; grid-row: 1; }
.ways-in__node--2 { grid-column: 1; grid-row: 2; }
.ways-in__step--2 { grid-column: 2; grid-row: 2; }
.ways-in__node--3 { grid-column: 1; grid-row: 3; }
.ways-in__step--3 { grid-column: 2; grid-row: 3; }

.ways-in__node {
  --ways-i: 0;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  width: 100%;
}

/* Rail that links each node to the next one in the stacked layout. */
.ways-in__node::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 2rem;
  bottom: -2.1rem;
  width: 2px;
  transform: translateX(-50%);
  border-radius: 2px;
  background: linear-gradient(180deg, var(--ways-blue), #bfdbfe);
  z-index: 0;
}

.ways-in__node--3::after {
  display: none;
}

.ways-in__ghost {
  display: none;
  font-family: Inter, system-ui, sans-serif;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  background: linear-gradient(180deg, #cbd5e1 0%, #94a3b8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.ways-in__badge {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  color: var(--ways-blue);
  background: #ffffff;
  border-radius: 0.95rem;
  clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  box-shadow: 0 12px 26px -12px rgba(37, 99, 235, 0.55);
  animation: ways-icon-float 4.4s ease-in-out infinite;
  animation-delay: calc(var(--ways-i) * 0.4s);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.ways-in__badge::before {
  content: '';
  position: absolute;
  inset: -38%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.28) 0%, transparent 68%);
  animation: ways-badge-glow 3.6s ease-in-out infinite;
  animation-delay: calc(var(--ways-i) * 0.4s);
}

.ways-in__badge svg {
  position: relative;
  z-index: 1;
  width: 1.75rem;
  height: 1.75rem;
}

@keyframes ways-icon-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes ways-badge-glow {
  0%, 100% { opacity: 0.5; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1.1); }
}

.ways-in__step {
  --ways-i: 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 0.35rem 0 0;
}

.ways-in__title {
  margin: 0 0 0.5rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.42rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.ways-in__products {
  list-style: none;
  margin: 0 0 0.65rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.35rem;
}

.ways-in__product {
  display: inline-flex;
  padding: 0.28rem 0.58rem;
  border-radius: 999px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  color: #0f172a;
  text-decoration: none;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  transition: border-color 0.25s ease, color 0.25s ease;
}

.ways-in__product:hover {
  border-color: #94a3b8;
  color: var(--ways-blue);
}

.ways-in__desc {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(0.88rem, 1.1vw, 0.98rem);
  line-height: 1.55;
  color: #334155;
}

.ways-in__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  margin-top: 0.7rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.48rem 0.95rem;
  border-radius: 999px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: #0f172a;
  text-decoration: none;
  background: #ffffff;
  border: 1.5px solid #0f172a;
  box-shadow: none;
  transition:
    gap 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}

.ways-in__cta svg {
  transition: transform 0.3s ease;
}

.ways-in__cta:hover {
  gap: 0.5rem;
  color: #ffffff;
  border-color: #334155;
  background: #334155;
  transform: translateY(-2px);
}

.ways-in__cta:hover svg {
  transform: translate(2px, -2px);
}

@media (min-width: 900px) {
  .ways-in__flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto 8.5rem auto;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 0;
    align-items: stretch;
  }

  .ways-in__flow::before {
    display: none;
  }

  .ways-in__wave {
    display: block;
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .ways-in__wave-track,
  .ways-in__wave-line {
    fill: none;
    stroke-width: 2.4;
    stroke-linecap: round;
    vector-effect: non-scaling-stroke;
  }

  .ways-in__wave-track {
    stroke: #e2e8f0;
  }

  .ways-in__wave-line {
    stroke: var(--ways-blue);
    stroke-dasharray: 1400;
    stroke-dashoffset: 1400;
    animation: ways-wave-draw 3.2s cubic-bezier(0.65, 0, 0.35, 1) 0.2s forwards;
  }

  .ways-in__node {
    display: grid;
    place-items: center;
    align-self: auto;
    grid-row: 2;
    width: auto;
    margin: 0;
  }

  .ways-in__node::after {
    display: none;
  }

  .ways-in__node--1 {
    grid-column: 1;
    transform: translateY(2.2rem);
  }

  .ways-in__node--2 {
    grid-column: 2;
    transform: translateY(-2.35rem);
  }

  .ways-in__node--3 {
    grid-column: 3;
    transform: translateY(2.1rem);
  }

  .ways-in__ghost {
    display: block;
    position: absolute;
    left: 50%;
    top: calc(100% - 2.25rem);
    transform: translateX(-50%);
    font-size: 3.1rem;
  }

  .ways-in__node--2 .ways-in__ghost {
    top: auto;
    bottom: calc(100% - 2.25rem);
  }

  .ways-in__badge {
    width: 3.5rem;
    height: 3.5rem;
  }

  .ways-in__badge svg {
    width: 1.5rem;
    height: 1.5rem;
  }

  .ways-in__step {
    align-items: center;
    text-align: center;
    max-width: 18.5rem;
    margin: 0 auto;
    padding: 0;
  }

  .ways-in__products {
    justify-content: center;
  }

  .ways-in__step--1,
  .ways-in__step--3 {
    grid-row: 1;
    align-self: end;
    padding-bottom: 0;
    margin-bottom: -4rem;
  }

  .ways-in__step--1 {
    grid-column: 1;
  }

  .ways-in__step--3 {
    grid-column: 3;
  }

  .ways-in__step--2 {
    grid-column: 2;
    grid-row: 3;
    padding-top: 0;
    margin-top: -4.4rem;
  }
}

@keyframes ways-wave-draw {
  to { stroke-dashoffset: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .ways-in__aurora,
  .ways-in__badge,
  .ways-in__badge::before,
  .ways-in__wave-line {
    animation: none !important;
  }

  .ways-in__wave-line {
    stroke-dashoffset: 0;
  }

  .ways-in__cta:hover,
  .ways-in__cta:hover svg {
    transform: none;
  }
}

/* ─── Industries band (homepage) ─── */
.ind-band {
  color: #1b1d1e;
}
.ind-band__head-wrap {
  text-align: center;
}
.ind-band__lede {
  margin: 0.9rem auto 0;
  max-width: 36rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(0.9rem, 1.25vw, 1.02rem);
  line-height: 1.7;
  color: #666;
}
.ind-band__zigzag-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.ind-band__zigzag-scroll::-webkit-scrollbar {
  display: none;
}
.ind-band__zigzag {
  position: relative;
  width: min(100%, 68rem);
  min-width: 52rem;
  min-height: 17.5rem;
  margin: 0 auto;
  padding: 0 0.5rem;
}
.ind-band__wave {
  position: absolute;
  left: 3.5%;
  right: 3.5%;
  top: 0;
  width: 93%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: visible;
}
.ind-band__wave-path {
  fill: none;
  stroke: #6d9a22;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ind-band__track {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  align-items: stretch;
  min-height: 17.5rem;
}
.ind-band__node {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  pointer-events: none;
}
.ind-band__node.sr-from-left {
  transition:
    opacity 2.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 2.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.ind-band__icon-link,
.ind-band__label-link {
  pointer-events: auto;
  text-decoration: none;
}
.ind-band__icon-link {
  display: inline-flex;
  border-radius: 999px;
}
.ind-band__node--low {
  justify-content: flex-start;
  padding-top: clamp(6.75rem, 11vw, 8.6rem);
}
.ind-band__node--high {
  justify-content: flex-start;
  padding-top: 0.15rem;
}
.ind-band__ring {
  display: inline-flex;
  padding: 0.3rem;
  border: 2px dashed #8ab82e;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.ind-band__bubble {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(3.65rem, 6.5vw, 4.35rem);
  height: clamp(3.65rem, 6.5vw, 4.35rem);
  border-radius: 999px;
  background: #9acd32;
  box-shadow: 0 10px 24px -14px rgba(154, 205, 50, 0.75);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.ind-band__icon {
  color: #ffffff;
  transition: color 0.3s ease;
}
.ind-band__label {
  max-width: 6.5rem;
  text-align: center;
}
.ind-band__label-link {
  display: inline-block;
  max-width: 6.5rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(0.72rem, 1vw, 0.88rem);
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  color: #2f4f12;
  transition: color 0.25s ease;
}
.ind-band__label--above {
  margin-bottom: 0.1rem;
}
.ind-band__label--below {
  margin-top: 0.1rem;
}
.ind-band__icon-link:hover .ind-band__ring,
.ind-band__icon-link:focus-visible .ind-band__ring {
  border-color: #9acd32;
  transform: scale(1.04);
}
.ind-band__icon-link:hover .ind-band__bubble,
.ind-band__icon-link:focus-visible .ind-band__bubble {
  background: #ffffff;
  box-shadow: 0 0 0 2px #9acd32, 0 10px 24px -12px rgba(154, 205, 50, 0.45);
}
.ind-band__icon-link:hover .ind-band__icon,
.ind-band__icon-link:focus-visible .ind-band__icon {
  color: #9acd32;
}
.ind-band__label-link:hover,
.ind-band__label-link:focus-visible {
  color: #9acd32;
}
.ind-band__footnote {
  margin: clamp(1.75rem, 3vw, 2.25rem) auto 0;
  max-width: 40rem;
  text-align: center;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  line-height: 1.7;
  color: #666;
}
.ind-band__footnote-highlight {
  color: #9acd32;
  font-weight: 600;
}

@media (max-width: 639px) {
  .ind-band__zigzag,
  .ind-band__track {
    min-height: 13.5rem;
  }

  .ind-band__node--low {
    padding-top: 5.25rem;
  }

  .ind-band__footnote {
    margin-top: 0.85rem;
  }
}

@media (min-width: 900px) {
  .ind-band__zigzag-scroll {
    overflow: visible;
  }
  .ind-band__zigzag {
    min-width: 0;
    width: min(100%, 68rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ind-band__icon-link:hover .ind-band__ring,
  .ind-band__icon-link:focus-visible .ind-band__ring {
    transform: none;
  }
}

/* ─── Client say (homepage) ─── */
.client-say {
  position: relative;
  overflow: hidden;
  padding: clamp(3.25rem, 6vw, 4.75rem) 0 clamp(4rem, 7vw, 5.75rem);
  background: #f3efe8;
}
.client-say::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 48%;
  background: linear-gradient(180deg, #0f1012 0%, #181a1d 35%, #25282d 100%);
  pointer-events: none;
}
.client-say__inner {
  position: relative;
  z-index: 1;
}
.client-say__head {
  text-align: center;
  margin-bottom: clamp(2.25rem, 4.5vw, 3.25rem);
}
.client-say__title {
  color: #ffffff;
}
.client-say__lede {
  margin: 0.9rem auto 0;
  max-width: 34rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(0.9rem, 1.25vw, 1.02rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}
.client-say__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.2vw, 1.65rem);
  align-items: stretch;
}
.client-say__card {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: clamp(1.5rem, 2.4vw, 2rem) clamp(1.35rem, 2vw, 1.75rem) clamp(1.65rem, 2.5vw, 2.1rem);
  border-radius: 1.15rem;
  background: #ffffff;
  box-shadow:
    0 10px 28px -14px rgba(0, 0, 0, 0.2),
    0 2px 8px -2px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.4s ease;
}
.client-say__card:hover {
  transform: translateY(-10px);
  box-shadow:
    0 16px 36px -12px rgba(0, 0, 0, 0.24),
    0 4px 12px -4px rgba(154, 205, 50, 0.18);
}
.client-say__mark {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(3rem, 4.5vw, 4.25rem);
  line-height: 0.85;
  color: #c4c4c4;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 0.65rem;
  transition: color 0.35s ease;
}
.client-say__card:hover .client-say__mark {
  color: #9acd32;
}
.client-say__quote {
  flex: 1;
  margin: 0;
  padding: 0;
  border: none;
}
.client-say__quote p {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(0.88rem, 1.15vw, 0.98rem);
  font-weight: 400;
  line-height: 1.7;
  color: #52525b;
  text-align: left;
}
.client-say__person {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: auto;
  padding-top: clamp(1.35rem, 2.5vw, 1.75rem);
  text-align: left;
}
.client-say__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: clamp(3.25rem, 5vw, 3.75rem);
  height: clamp(3.25rem, 5vw, 3.75rem);
  margin: 0;
  border-radius: 999px;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(0.78rem, 1vw, 0.88rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #475569;
  background: linear-gradient(145deg, #f8fafc, #e2e8f0);
  box-shadow: 0 0 0 2px #e2e8f0;
  transition:
    box-shadow 0.35s ease,
    color 0.35s ease,
    background 0.35s ease;
}
.client-say__card:hover .client-say__avatar {
  color: #334155;
  background: linear-gradient(145deg, #f7fce8, #e8f5c8);
  box-shadow: 0 0 0 2px #9acd32;
}
.client-say__meta {
  min-width: 0;
}
.client-say__name {
  display: block;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(0.92rem, 1.15vw, 1rem);
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  color: #334155;
}
.client-say__role {
  margin: 0.25rem 0 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(0.76rem, 1vw, 0.86rem);
  line-height: 1.45;
  color: #64748b;
}
.client-say__product {
  color: #475569;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.25s ease;
}
.client-say__product:hover,
.client-say__product:focus-visible {
  color: #9acd32;
}

@media (max-width: 639px) {
  .client-say {
    padding-block: 2.5rem;
  }
  .client-say__head {
    margin-bottom: 2rem;
  }
  .client-say__grid {
    gap: 1rem;
  }
  .client-say__card {
    padding: 1.25rem;
  }
}

@media (max-width: 900px) {
  .client-say::before {
    height: 40%;
  }
  .client-say__grid {
    grid-template-columns: 1fr;
    max-width: 26rem;
    margin-inline: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .client-say__card {
    transition: none;
  }
  .client-say__card:hover {
    transform: none;
  }
}

/* ─── Tech stack band (homepage) ─── */
.tech-stack-band {
  position: relative;
  background: linear-gradient(125deg, #0c4a6e 0%, #1e3a5f 45%, #0f172a 100%);
}
.tech-stack-band__lede {
  margin: 0.85rem auto 0;
  max-width: 34rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(0.88rem, 1.2vw, 1rem);
  line-height: 1.7;
  color: rgba(226, 232, 240, 0.82);
}
.tech-stack-band__rows {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  width: 100%;
}
.tech-stack-band__row {
  width: 100%;
}
.tech-stack-band__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  gap: 1rem;
  padding-left: 0;
  padding-right: 0;
  will-change: transform;
}
.tech-stack-band__track--ltr {
  animation: tech-stack-marquee-right 48s linear infinite;
}
.tech-stack-band__track--rtl {
  animation: tech-stack-marquee-left 54s linear infinite;
}
.tech-stack-band__track:hover {
  animation-play-state: paused;
}

@keyframes tech-stack-marquee-left {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}

@keyframes tech-stack-marquee-right {
  0% { transform: translate3d(-50%, 0, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .tech-stack-band__track--ltr,
  .tech-stack-band__track--rtl {
    animation: none;
    transform: none;
  }
}
.tech-stack-band__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 8.5rem;
  padding: 0.42rem 1.15rem 0.42rem 0.42rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.tech-stack-band__chip:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
}
.tech-stack-band__chip-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  background: #f8fafc;
  flex-shrink: 0;
}
.tech-stack-band__chip-label {
  padding-right: 0.15rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.2;
  color: #1e293b;
  white-space: nowrap;
}
@media (min-width: 640px) {
  .tech-stack-band__rows {
    gap: 1.75rem;
  }
  .tech-stack-band__track {
    gap: 1.35rem;
  }
  .tech-stack-band__chip {
    gap: 0.8rem;
    min-width: 9.25rem;
    padding: 0.48rem 1.3rem 0.48rem 0.48rem;
  }
  .tech-stack-band__chip-icon {
    width: 2.45rem;
    height: 2.45rem;
  }
  .tech-stack-band__chip-label {
    font-size: 0.95rem;
  }
}

/* ─── Home AI production section ─── */
@keyframes aiProdScan {
  0% { transform: translateX(-120%); opacity: 0; }
  20% { opacity: 0.7; }
  100% { transform: translateX(120%); opacity: 0; }
}

.ai-prod {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #0b1729 0%, #13233b 40%, #1a2a42 70%, #1e334d 100%);
  color: #e2e8f0;
}
.ai-prod__scan {
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.08), transparent);
  pointer-events: none;
  animation: aiProdScan 7.5s ease-in-out infinite;
}
.ai-prod__noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image:
    radial-gradient(ellipse 50% 40% at 80% 10%, rgba(249, 115, 22, 0.12) 0%, transparent 60%),
    radial-gradient(ellipse 45% 45% at 10% 90%, rgba(37, 99, 235, 0.18) 0%, transparent 65%);
}
.ai-prod__inner {
  position: relative;
  z-index: 1;
}
.ai-prod__head {
  margin-bottom: 2rem;
}
.ai-prod__title-wrap {
  margin: 0;
}
.ai-prod__lede {
  margin: 1.15rem auto 0;
  max-width: 44rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(0.95rem, 1.3vw, 1.05rem);
  line-height: 1.75;
  color: rgba(226, 232, 240, 0.92);
}
.ai-prod__slider {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}
.ai-prod__frame {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.ai-prod__viewport {
  overflow: hidden;
  width: 100%;
  flex: 1;
  min-width: 0;
  border-radius: 1.25rem;
}
.ai-prod__track {
  display: flex;
  width: 100%;
  transition: transform 1.05s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.ai-prod__track--instant {
  transition: none !important;
}
.ai-prod__slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
  padding: 0.35rem 0.15rem 0.85rem;
}
.ai-prod__panel {
  position: relative;
  display: grid;
  gap: 1.5rem;
  padding: clamp(1.6rem, 3.4vw, 2.4rem);
  border-radius: 1.35rem;
  border: 1px solid rgba(226, 232, 240, 0.22);
  background:
    linear-gradient(
      150deg,
      color-mix(in srgb, var(--ai-accent, #7dd3fc) 22%, rgba(241, 245, 249, 0.14)) 0%,
      rgba(51, 65, 85, 0.72) 42%,
      rgba(30, 41, 59, 0.78) 100%
    );
  box-shadow:
    0 22px 48px -18px rgba(2, 6, 23, 0.55),
    0 10px 24px -14px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  backdrop-filter: blur(12px);
  overflow: hidden;
  min-height: 15.5rem;
  transform: translateY(-6px);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.ai-prod__panel:hover {
  transform: translateY(-10px);
  box-shadow:
    0 28px 56px -16px rgba(2, 6, 23, 0.6),
    0 14px 28px -12px color-mix(in srgb, var(--ai-accent, #7dd3fc) 28%, transparent);
}
@media (min-width: 900px) {
  .ai-prod__panel {
    grid-template-columns: 1.45fr 0.7fr;
    align-items: center;
    min-height: 17.5rem;
  }
}
.ai-prod__panel-glow {
  position: absolute;
  width: 22rem;
  height: 22rem;
  right: -5rem;
  top: -6rem;
  border-radius: 9999px;
  background: color-mix(in srgb, var(--ai-accent, #7dd3fc) 28%, transparent);
  filter: blur(70px);
  pointer-events: none;
}
.ai-prod__panel-mark {
  position: absolute;
  right: 1rem;
  bottom: -0.4rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(5rem, 12vw, 8.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.07);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ai-prod__panel-main {
  position: relative;
  z-index: 1;
}
.ai-prod__panel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 0.95rem;
  color: #0f172a;
  background: color-mix(in srgb, var(--ai-accent, #7dd3fc) 88%, #ffffff);
  border: 1px solid color-mix(in srgb, var(--ai-accent, #7dd3fc) 55%, #ffffff);
  box-shadow: 0 8px 18px -10px color-mix(in srgb, var(--ai-accent, #7dd3fc) 55%, transparent);
}
.ai-prod__panel-title {
  margin: 1rem 0 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.28rem, 2.5vw, 1.75rem);
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
  text-shadow: 0 1px 12px rgba(2, 6, 23, 0.25);
}
.ai-prod__panel-text {
  margin: 0.75rem 0 0;
  max-width: 36rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.02rem;
  line-height: 1.75;
  color: rgba(241, 245, 249, 0.92);
}
.ai-prod__panel-side {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  align-items: flex-start;
}
@media (min-width: 900px) {
  .ai-prod__panel-side {
    align-items: flex-end;
    text-align: right;
  }
}
.ai-prod__panel-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
@media (min-width: 900px) {
  .ai-prod__panel-stats {
    justify-content: flex-end;
  }
}
.ai-prod__stat {
  min-width: 5.4rem;
  padding: 0.75rem 0.9rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(226, 232, 240, 0.2);
  background: rgba(15, 23, 42, 0.35);
  box-shadow: 0 8px 20px -14px rgba(2, 6, 23, 0.55);
  text-align: center;
}
.ai-prod__stat strong {
  display: block;
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}
.ai-prod__stat span {
  display: block;
  margin-top: 0.35rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.78);
}
.ai-prod__panel-note {
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(248, 250, 252, 0.85);
  max-width: 14rem;
}
.ai-prod__controls {
  display: none;
}
.ai-prod__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 9999px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(15, 23, 42, 0.65);
  color: #e2e8f0;
  cursor: pointer;
  z-index: 2;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.ai-prod__nav:hover {
  transform: scale(1.05);
  border-color: rgba(148, 163, 184, 0.45);
  background: rgba(30, 41, 59, 0.85);
}
@media (max-width: 700px) {
  .ai-prod__frame {
    gap: 0;
  }
  .ai-prod__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.35rem;
    height: 2.35rem;
    background: rgba(2, 6, 23, 0.72);
    backdrop-filter: blur(8px);
  }
  .ai-prod__nav--left {
    left: 0.55rem;
  }
  .ai-prod__nav--right {
    right: 0.55rem;
  }
  .ai-prod__nav:hover {
    transform: translateY(-50%) scale(1.05);
  }
  .ai-prod__panel {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}
.ai-prod__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}
.ai-prod__dot {
  width: 0.45rem;
  height: 0.45rem;
  padding: 0;
  border: none;
  border-radius: 9999px;
  background: rgba(148, 163, 184, 0.35);
  cursor: pointer;
  transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s ease;
}
.ai-prod__dot--active {
  width: 1.55rem;
  background: linear-gradient(90deg, #38bdf8, #fbbf24);
}
.ai-prod__cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 0.25rem;
}
.ai-prod__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.85rem 1.35rem;
  border-radius: 9999px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(to bottom, #fbbf24, #f97316, #ea580c);
  box-shadow: 0 8px 22px rgba(249, 115, 22, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, gap 0.25s ease;
}
.ai-prod__cta:hover {
  transform: translateY(-2px);
  gap: 0.65rem;
  box-shadow: 0 12px 28px rgba(249, 115, 22, 0.34);
}

/* ─── Home outcomes band ─── */
@keyframes homeOutcomesIn {
  from {
    opacity: 0;
    transform: translateY(36px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.home-outcomes__card.sr {
  opacity: 0;
  transform: translateY(36px) scale(0.98);
}
.home-outcomes__card.sr.visible {
  animation: homeOutcomesIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.home-outcomes__card.sr.sr-d1.visible { animation-delay: 0.08s; }
.home-outcomes__card.sr.sr-d2.visible { animation-delay: 0.2s; }
.home-outcomes__card.sr.sr-d3.visible { animation-delay: 0.32s; }
.home-outcomes__card {
  background: #ffffff;
  box-shadow: 0 18px 44px -14px rgba(15, 23, 42, 0.28);
}
.home-outcomes__card:hover {
  background: var(--out-soft, #f8fafc);
  border-color: color-mix(in srgb, var(--out-accent, #64748b) 28%, transparent);
  box-shadow:
    0 26px 52px -16px color-mix(in srgb, var(--out-accent, #64748b) 34%, transparent),
    0 14px 28px -14px rgba(15, 23, 42, 0.2);
}

/* ─── Home consultation CTA (homepage) ─── */
@keyframes homeConsultDraw {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}
@keyframes homeConsultNode {
  0%, 100% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.28); }
  50% { box-shadow: 0 0 0 8px rgba(37, 99, 235, 0); }
}

.home-consult {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.home-consult.hero-bg {
  background:
    radial-gradient(ellipse 70% 100% at 0% 0%, #cae2ff 0%, transparent 70%),
    radial-gradient(ellipse 70% 100% at 100% 100%, #fff0dc 0%, transparent 70%),
    #ffffff;
}
.home-consult__inner {
  position: relative;
  z-index: 1;
}
.home-consult__title {
  color: #0f172a;
}
.home-consult__grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 960px) {
  .home-consult__grid {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 3.5rem;
  }
}
.home-consult__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
}
.home-consult__cta {
  font-family: Inter, system-ui, sans-serif;
  text-decoration: none;
  margin-top: 0.4rem;
}
.home-consult__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.9rem 0.55rem 0.55rem;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  background: rgba(255, 255, 255, 0.9);
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.84rem;
  font-weight: 600;
  color: #334155;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.home-consult__chip:hover {
  border-color: rgba(37, 99, 235, 0.35);
  color: #2563eb;
  transform: translateY(-1px);
}
.home-consult__chip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 9999px;
  background: #eff6ff;
  color: #2563eb;
}
.home-consult__flow {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.home-consult__step {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 0.95rem;
  align-items: stretch;
}
.home-consult__step-rail {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-consult__step-node {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: 0.85rem;
  color: #2563eb;
  background: #eff6ff;
  border: 1px solid rgba(37, 99, 235, 0.14);
  animation: homeConsultNode 2.8s ease-in-out infinite;
}
.home-consult__step:nth-child(2) .home-consult__step-node {
  color: #059669;
  background: #ecfdf5;
  border-color: rgba(5, 150, 105, 0.16);
  animation-delay: 0.35s;
}
.home-consult__step:nth-child(3) .home-consult__step-node {
  color: #d97706;
  background: #fffbeb;
  border-color: rgba(217, 119, 6, 0.18);
  animation-delay: 0.7s;
}
.home-consult__step-line {
  flex: 1;
  width: 2px;
  min-height: 1.75rem;
  margin: 0.35rem 0;
  border-radius: 9999px;
  background: linear-gradient(180deg, #93c5fd 0%, #e2e8f0 100%);
  transform-origin: top center;
}
.home-consult__step.sr.visible .home-consult__step-line {
  animation: homeConsultDraw 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.home-consult__step-body {
  padding: 0.15rem 0 1.35rem;
}
.home-consult__step:last-child .home-consult__step-body {
  padding-bottom: 0;
}
.home-consult__step-num {
  display: block;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #94a3b8;
}
.home-consult__step-title {
  margin-top: 0.25rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.35;
  color: #0f172a;
}
.home-consult__step-text {
  margin-top: 0.35rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.9rem;
  line-height: 1.65;
  color: #64748b;
}
@media (max-width: 959px) {
  .home-consult__aside {
    align-items: flex-start;
  }
}

/* ─── Home proud numbers ─── */
@keyframes homeProudIn {
  from {
    opacity: 0;
    transform: translateY(32px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.home-proud__card.sr {
  opacity: 0;
  transform: translateY(32px);
}
.home-proud__card.sr.visible {
  animation: homeProudIn 0.85s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.home-proud__card.sr.sr-d1.visible { animation-delay: 0.06s; }
.home-proud__card.sr.sr-d2.visible { animation-delay: 0.16s; }
.home-proud__card.sr.sr-d3.visible { animation-delay: 0.26s; }
.home-proud__card.sr.sr-d4.visible { animation-delay: 0.36s; }
.home-proud__card {
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease,
    border-color 0.4s ease,
    background 0.35s ease;
  box-shadow: 0 16px 40px -12px rgba(15, 23, 42, 0.22);
}
.home-proud__card:hover {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--proud-accent, #64748b) 26%, #ececec);
  background: var(--proud-soft, #ffffff);
  box-shadow: 0 22px 48px -14px rgba(15, 23, 42, 0.26);
}



/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/styles/what-we-do.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
/* ═══════════════════════════════════════════
   What We Do — pillars & service pages
   ═══════════════════════════════════════════ */

/* ─── Web dev / What We Do hero ─── */
/* Desktop/laptop: original full viewport. Mobile/tablet: more PY breathing room. */
.webdev-hero {
  height: 100svh;
  max-height: 100svh;
  padding-top: 5.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .webdev-hero {
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: visible;
    align-items: flex-start;
    /* Top larger so visible gap (after fixed nav) matches bottom */
    padding-top: 9.75rem;
    padding-bottom: 5rem;
  }
}

@media (max-width: 639px) {
  .webdev-hero {
    padding-top: 9.5rem;
    padding-bottom: 4.75rem;
  }
}

.webdev-hero__img {
  display: block;
}

.webdev-hero__base {
  position: absolute;
  inset: 0;
  background: #0b1220;
}

.webdev-hero__img-panel {
  position: absolute;
  inset: 0;
  opacity: 0.46;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    transparent 34%,
    rgba(0, 0, 0, 0.35) 48%,
    rgba(0, 0, 0, 0.85) 62%,
    #000 78%,
    #000 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    transparent 34%,
    rgba(0, 0, 0, 0.35) 48%,
    rgba(0, 0, 0, 0.85) 62%,
    #000 78%,
    #000 100%
  );
}

.webdev-hero__img-panel-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    #0b1220 0%,
    rgba(11, 18, 32, 0.92) 28%,
    rgba(11, 18, 32, 0.35) 52%,
    rgba(11, 18, 32, 0.08) 78%,
    transparent 100%
  );
  pointer-events: none;
}

.webdev-hero__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* Dark overlay — strong left for text, right image stays soft/faded */
.webdev-hero__overlay--dark {
  background: linear-gradient(
    to right,
    rgba(11, 18, 32, 0.55) 0%,
    rgba(11, 18, 32, 0.28) 38%,
    rgba(11, 18, 32, 0.08) 62%,
    transparent 88%
  );
}

@media (max-width: 767px) {
  .webdev-hero__img-panel {
    opacity: 0.32;
    -webkit-mask-image: linear-gradient(
      to right,
      transparent 0%,
      rgba(0, 0, 0, 0.45) 42%,
      #000 72%
    );
    mask-image: linear-gradient(
      to right,
      transparent 0%,
      rgba(0, 0, 0, 0.45) 42%,
      #000 72%
    );
  }

  .webdev-hero__overlay--dark {
    background: linear-gradient(
      to bottom,
      rgba(11, 18, 32, 0.78) 0%,
      rgba(11, 18, 32, 0.62) 55%,
      rgba(11, 18, 32, 0.45) 100%
    );
  }
}

/* ─── Web dev — what we build (pinned split + scroll-driven list) ─── */
.webdev-build-pin-track {
  position: relative;
}

@media (min-width: 1024px) {
  .webdev-build-pin-sticky {
    position: sticky;
    top: 5rem;
    z-index: 2;
    min-height: calc(100svh - 5rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
  }
}

.webdev-build-left {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.webdev-build-left__title {
  margin-bottom: 0.5rem;
}
.webdev-build-left__desc {
  margin-bottom: 0.65rem;
}
@media (min-width: 1024px) {
  .webdev-build-left--has-tags .webdev-build-left__tags {
    display: none;
  }
  .webdev-build-layout {
    align-items: stretch;
  }
  .webdev-build-left {
    height: var(--build-panel-h, 28rem);
  }
  .webdev-build-left__title {
    margin-bottom: 0.35rem;
    font-size: clamp(1.45rem, 2.2vw, 2.15rem);
    line-height: 1.15;
    flex-shrink: 0;
  }
  .webdev-build-left__desc {
    margin-bottom: 0.4rem;
    font-size: 0.875rem;
    line-height: 1.45;
    flex-shrink: 0;
  }
  .webdev-build-showcase {
    flex: 1 1 auto;
    min-height: 0;
    margin-top: 0;
    display: flex;
  }
}

.webdev-build-showcase {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: 2rem;
  width: 100%;
}
.webdev-build-showcase__img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  max-height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 1;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (min-width: 1024px) {
  .webdev-build-showcase__img {
    flex: 1;
    width: 100%;
    height: 100%;
    min-height: 17.5rem;
    max-height: none;
    aspect-ratio: auto;
  }
}
.webdev-build-showcase:hover .webdev-build-showcase__img {
  transform: scale(1.03);
}

.webdev-build-scroll-wrap {
  position: relative;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .webdev-build-scroll-wrap {
    height: var(--build-panel-h, 28rem);
  }
}

.webdev-build-scroll {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1.25rem 0.25rem 1.25rem 0;
  scrollbar-width: none;
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  overscroll-behavior-y: contain;
  flex: 1;
  min-height: 0;
}
@media (min-width: 1024px) {
  .webdev-build-scroll {
    height: var(--build-panel-h, 28rem);
    max-height: var(--build-panel-h, 28rem);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .webdev-build-scroll--pinned {
    overflow-y: hidden;
    cursor: default;
  }
}
.webdev-build-scroll::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1023px) {
  .webdev-build-scroll {
    max-height: none;
    overflow-y: visible;
    padding: 1rem 0 1.25rem;
  }
}

.webdev-build-card {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  isolation: isolate;
  border-radius: 1.1rem;
  padding: 1.5rem 1.65rem 1.55rem;
  min-height: 8.25rem;
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--card-bg, #eef4ff) 72%, #ffffff),
    var(--card-bg, #eef4ff)
  );
  border: 1px solid color-mix(in srgb, var(--card-accent, #1b1d1e) 14%, transparent);
  box-shadow:
    0 4px 18px -8px color-mix(in srgb, var(--card-accent, #1b1d1e) 18%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
  transition:
    transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.4s ease,
    border-color 0.35s ease;
  transition-delay: var(--card-delay, 0s);
  animation: webdevBuildCardIn 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--card-delay, 0s);
}
.webdev-build-card__glow {
  position: absolute;
  inset: -20% -10%;
  background: radial-gradient(
    ellipse 55% 70% at 12% 18%,
    color-mix(in srgb, var(--card-accent, #f97316) 16%, transparent),
    transparent 68%
  );
  opacity: 0.75;
  pointer-events: none;
  z-index: 0;
  animation: webdevBuildCardGlow 5s ease-in-out infinite;
  animation-delay: var(--card-delay, 0s);
}
@keyframes webdevBuildCardGlow {
  0%, 100% { opacity: 0.55; transform: translate(0, 0) scale(1); }
  50% { opacity: 0.95; transform: translate(2%, 1%) scale(1.03); }
}
.webdev-build-card__icon {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  margin-bottom: 0.75rem;
  border-radius: 0.7rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid color-mix(in srgb, var(--card-accent, #1b1d1e) 12%, transparent);
  box-shadow: 0 6px 14px -8px color-mix(in srgb, var(--card-accent, #1b1d1e) 28%, transparent);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s ease;
}
.webdev-build-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 1.1rem 0 0 1.1rem;
  background: linear-gradient(
    to bottom,
    var(--card-accent, #f97316),
    color-mix(in srgb, var(--card-accent, #f97316) 55%, white)
  );
  transform: scaleY(0);
  transform-origin: center bottom;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 3;
}
.webdev-build-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: -85%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    105deg,
    transparent 8%,
    rgba(255, 255, 255, 0.62) 50%,
    transparent 92%
  );
  transform: skewX(-14deg);
  transition: left 0.7s ease;
  pointer-events: none;
  z-index: 1;
}
@keyframes webdevBuildCardIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.webdev-build-card:hover {
  transform: translateX(8px) translateY(-5px);
  border-color: color-mix(in srgb, var(--card-accent, #f97316) 42%, transparent);
  box-shadow:
    0 18px 40px -14px color-mix(in srgb, var(--card-accent, #1b1d1e) 28%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}
.webdev-build-card:hover::before {
  transform: scaleY(0);
}
.webdev-build-card:hover::after {
  left: 145%;
}
.webdev-build-card:hover .webdev-build-card__icon {
  transform: scale(1.1) rotate(-4deg);
  background: rgba(255, 255, 255, 0.92);
}
.webdev-build-card__num {
  position: absolute;
  top: 0.35rem;
  right: 0.75rem;
  font-family: Inter, sans-serif;
  font-size: clamp(3.25rem, 6.5vw, 5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: color-mix(in srgb, var(--card-accent, #1b1d1e) 9%, transparent);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 0.35s ease, transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.webdev-build-card:hover .webdev-build-card__num {
  color: color-mix(in srgb, var(--card-accent, #f97316) 26%, transparent);
  transform: scale(1.1) translateX(-4px);
}
.webdev-build-card__title {
  position: relative;
  z-index: 2;
  padding-right: 3.25rem;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.35;
  color: #1b1d1e;
  margin-bottom: 0.5rem;
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (min-width: 640px) {
  .webdev-build-card__title {
    font-size: 1.2rem;
  }
}
.webdev-build-card:hover .webdev-build-card__title {
  transform: translateX(4px);
}
.webdev-build-card__desc {
  position: relative;
  z-index: 2;
  font-size: 1rem;
  line-height: 1.65;
  color: #4b5563;
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), color 0.3s ease;
}
@media (min-width: 640px) {
  .webdev-build-card__desc {
    font-size: 1.025rem;
  }
}
.webdev-build-card:hover .webdev-build-card__desc {
  transform: translateX(4px);
  color: #374151;
}

/* ─── Web dev — unified panel cards (growth + proof) ─── */
@media (min-width: 1024px) {
  .webdev-panel--compact {
    min-height: 17.5rem;
  }
}

.webdev-panel--compact .webdev-panel__media {
  min-height: 11rem;
}

@media (min-width: 1024px) {
  .webdev-panel--compact .webdev-panel__media {
    min-height: 100%;
  }
}

.webdev-panel--compact .webdev-panel__body {
  padding: 1.65rem 1.5rem;
}

@media (min-width: 640px) {
  .webdev-panel--compact .webdev-panel__body {
    padding: 1.85rem 2rem;
  }
}

@media (min-width: 1024px) {
  .webdev-panel--compact .webdev-panel__body {
    padding: 2rem 2.25rem 2rem 2rem;
  }
}

.webdev-panel--compact .webdev-panel__eyebrow {
  margin-bottom: 0.65rem;
}

.webdev-panel--compact .webdev-panel__title {
  margin-bottom: 0.75rem;
}

.webdev-panel--compact .webdev-panel__text {
  font-size: 0.9375rem;
  line-height: 1.68;
}

.webdev-panel--compact .webdev-panel__metrics {
  margin-top: 1.1rem;
  padding-top: 1rem;
  gap: 0.65rem;
}

.webdev-panel--compact .webdev-panel__metric {
  padding-left: 0.65rem;
}

.webdev-panel--compact .webdev-panel__metric-value {
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
}

.webdev-panel--compact .webdev-panel__metric-label {
  margin-top: 0.2rem;
  font-size: 0.62rem;
}

.webdev-panel--compact .webdev-panel__cta {
  margin-top: 1.25rem;
  padding: 0.62rem 1.2rem;
  font-size: 0.8125rem;
}

.webdev-panel-section {
  padding: 2.5rem 1.25rem;
  background: #ffffff;
}

.webdev-panel-section--stack {
  padding: 2.5rem 1.25rem;
  background:
    radial-gradient(ellipse 80% 60% at 0% 20%, rgba(191, 219, 254, 0.14) 0%, transparent 55%),
    radial-gradient(ellipse 80% 60% at 100% 80%, rgba(253, 232, 200, 0.12) 0%, transparent 55%),
    #f6f7f9;
}

.webdev-panel-stack {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .webdev-panel-section,
  .webdev-panel-section--stack {
    padding: 3rem 1.5rem;
  }
}

@media (min-width: 1024px) {
  .webdev-panel-section,
  .webdev-panel-section--stack {
    padding: 3.5rem 1.5rem;
  }

  .webdev-panel-stack {
    gap: 2.5rem;
  }
}

.webdev-panel-section--alt {
  background: #f6f7f9;
}

.webdev-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 20px 40px -10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.webdev-panel::before {
  display: none;
}

.webdev-panel:hover {
  transform: translateY(-4px) scale(1.005);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.05), 0 30px 60px -15px rgba(0, 0, 0, 0.1);
  border-color: #cbd5e1;
}

.webdev-panel--img-right {
  flex-direction: column-reverse;
}

@media (min-width: 1024px) {
  .webdev-panel {
    flex-direction: row;
    align-items: stretch;
    min-height: 480px;
    height: auto;
  }

  .webdev-panel--img-right {
    flex-direction: row;
  }
}

.webdev-panel__media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #f8fafc;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .webdev-panel__media {
    width: 50%;
    aspect-ratio: auto;
    align-self: stretch;
    min-height: 480px;
    flex-shrink: 0;
  }
}

.webdev-panel__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(27, 29, 30, 0.03) 0%,
    transparent 38%,
    rgba(27, 29, 30, 0.06) 100%
  );
  pointer-events: none;
  z-index: 1;
  display: none;
}

.webdev-panel--img-left .webdev-panel__media::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: #eceef2;
  z-index: 2;
  display: none;
}

.webdev-panel--img-right .webdev-panel__media::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: #eceef2;
  z-index: 2;
  display: none;
}

@media (min-width: 1024px) {
  .webdev-panel__media::before {
    display: block;
  }
}

@keyframes breatheScale {
  0% { transform: scale(1.02); }
  100% { transform: scale(1.08); }
}

.webdev-panel__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
}

.webdev-panel--img-right .webdev-panel__media img {
}

.webdev-panel:hover .webdev-panel__media img {
  transform: scale(1.1);
  animation-play-state: paused;
}

.webdev-panel--cost-opt .webdev-panel__media::after {
  display: none;
}

.webdev-panel--cost-opt .webdev-panel__media img {
  box-shadow: none;
  filter: none;
}

.webdev-panel--cost-opt:hover .webdev-panel__media img {
  transform: none;
}

.webdev-panel__body {
  position: relative;
  width: 100%;
  padding: 3rem 2rem;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  min-width: 0;
  z-index: 2;
}

@media (min-width: 1024px) {
  .webdev-panel__body {
    width: 50%;
    padding: 4rem 5rem;
  }
}

.webdev-panel__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b7280;
}

.webdev-panel__eyebrow::before {
  content: '';
  width: 1.5rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f97316, #4a90e2);
}

@keyframes gradientText {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.webdev-panel__title {
  margin-bottom: 1.15rem;
  background: linear-gradient(90deg, #111, #555, #111);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 1px 2px rgba(0,0,0,0.05);
  animation: gradientText 6s ease infinite;
}

.webdev-panel__text {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.82;
  max-width: 38rem;
}

@media (min-width: 640px) {
  .webdev-panel__text {
    font-size: 1.0625rem;
  }
}

.webdev-panel__metrics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eef0f3;
}

@media (min-width: 640px) {
  .webdev-panel__metrics {
    grid-template-columns: repeat(3, 1fr);
  }
}

.webdev-panel__metric {
  padding-left: 0.85rem;
  border-left: 2px solid #f0f1f4;
  transition: border-color 0.35s ease, transform 0.35s ease;
}

.webdev-panel:hover .webdev-panel__metric {
  border-left-color: #f97316;
  transform: translateY(-1px);
}

.webdev-panel__metric-value {
  font-family: Inter, sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
  line-height: 1.15;
  color: #1b1d1e;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}

.webdev-panel__metric-label {
  margin-top: 0.28rem;
  font-size: 0.68rem;
  line-height: 1.35;
  color: #8b9199;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (min-width: 640px) {
  .webdev-panel__metric-label {
    font-size: 0.72rem;
  }
}

.webdev-panel__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.75rem;
  padding: 0.72rem 1.35rem;
  border-radius: 999px;
  border: 1px solid #d1d5db;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1b1d1e;
  background: #ffffff;
  transition:
    color 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    gap 0.3s ease,
    box-shadow 0.3s ease;
}

.webdev-panel__cta:hover {
  color: #ffffff;
  background: #1b1d1e;
  border-color: #1b1d1e;
  gap: 0.7rem;
  box-shadow: 0 8px 24px -10px rgba(27, 29, 30, 0.35);
}

@media (prefers-reduced-motion: reduce) {
  .webdev-panel,
  .webdev-panel__media img,
  .webdev-panel__metric,
  .webdev-panel__cta,
  .sr-from-left,
  .sr-from-right,
  .sr-from-center,
  .sr-from-bottom {
    transition: none !important;
  }

  .sr-from-bottom.visible {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .webdev-panel:hover,
  .webdev-panel:hover .webdev-panel__media img,
  .webdev-panel:hover .webdev-panel__metric {
    transform: none;
  }
}

/* ─── Web dev — why off-the-shelf compare section ─── */
.webdev-compare-section .webdev-compare-card {
  padding: 1.5rem 1.65rem;
}

@media (min-width: 640px) {
  .webdev-compare-section .webdev-compare-card {
    padding: 1.75rem 2rem;
  }
}

.webdev-compare-section .webdev-compare-card__badge {
  margin-bottom: 1rem;
}

.webdev-compare-section .webdev-compare-card__desc,
.webdev-compare-section .webdev-compare-card__item {
  font-size: 0.9rem;
  line-height: 1.55;
}

@media (min-width: 640px) {
  .webdev-compare-section .webdev-compare-card__desc,
  .webdev-compare-section .webdev-compare-card__item {
    font-size: 0.9375rem;
  }
}

.webdev-compare-section .webdev-compare-card__list {
  gap: 0.65rem;
}

/* ─── Web dev — why off-the-shelf compare cards ─── */
.webdev-scroll-row {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
}
.webdev-scroll-row::-webkit-scrollbar {
  display: none;
}
.webdev-scroll-card {
  flex: 0 0 min(85vw, 320px);
  scroll-snap-align: start;
  border-radius: 1.25rem;
  padding: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease;
}
.webdev-scroll-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px -16px rgba(27, 29, 30, 0.15);
}

/* ─── Web dev — compare cards (off-the-shelf vs custom) ─── */
.webdev-compare-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 1.5rem;
  padding: 2rem 2.25rem;
  border: 1px solid transparent;
  transition:
    transform 0.48s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.42s ease,
    border-color 0.38s ease,
    background 0.42s ease;
  will-change: transform;
}
@media (min-width: 640px) {
  .webdev-compare-card {
    padding: 2.25rem 2.5rem;
  }
}
.webdev-compare-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.42s ease;
  pointer-events: none;
}
.webdev-compare-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: -85%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    105deg,
    transparent 15%,
    rgba(255, 255, 255, 0.65) 50%,
    transparent 85%
  );
  transform: skewX(-16deg);
  transition: left 0.7s ease;
  pointer-events: none;
  z-index: 1;
}
.webdev-compare-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 44px -16px rgba(27, 29, 30, 0.13);
}
.webdev-compare-card:hover::after {
  left: 145%;
}

.webdev-compare-card--shelf {
  border-color: rgba(249, 115, 22, 0.32);
  background: linear-gradient(155deg, #fffaf5 0%, #ffffff 52%, #fafafa 100%);
}
.webdev-compare-card--shelf::before {
  background: radial-gradient(ellipse 90% 80% at 0% 0%, rgba(253, 186, 116, 0.32), transparent 62%);
}
.webdev-compare-card--shelf:hover {
  border-color: rgba(249, 115, 22, 0.52);
  background: linear-gradient(155deg, #fff7ed 0%, #fffaf5 48%, #ffffff 100%);
}
.webdev-compare-card--shelf:hover::before {
  opacity: 1;
}

.webdev-compare-card--custom {
  border-color: rgba(96, 165, 250, 0.3);
  background:
    radial-gradient(ellipse 72% 95% at 0% 45%, rgba(191, 219, 254, 0.38) 0%, transparent 58%),
    radial-gradient(ellipse 72% 95% at 100% 55%, rgba(253, 232, 200, 0.32) 0%, transparent 58%),
    #ffffff;
}
.webdev-compare-card--custom::before {
  background: radial-gradient(ellipse 85% 75% at 100% 100%, rgba(253, 186, 116, 0.22), transparent 65%);
}
.webdev-compare-card--custom:hover {
  border-color: rgba(59, 130, 246, 0.48);
  background:
    radial-gradient(ellipse 78% 100% at 0% 50%, rgba(191, 219, 254, 0.58) 0%, transparent 62%),
    radial-gradient(ellipse 78% 100% at 100% 50%, rgba(253, 232, 200, 0.48) 0%, transparent 62%),
    #fefefe;
}
.webdev-compare-card--custom:hover::before {
  opacity: 1;
}

.webdev-compare-card__inner {
  position: relative;
  z-index: 2;
}

.webdev-compare-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid transparent;
  margin-bottom: 1.35rem;
  transition: background 0.35s ease, border-color 0.35s ease, color 0.35s ease;
}
.webdev-compare-card__badge--shelf {
  color: #c2410c;
  background: rgba(255, 237, 213, 0.75);
  border-color: rgba(249, 115, 22, 0.35);
}
.webdev-compare-card--shelf:hover .webdev-compare-card__badge--shelf {
  background: rgba(254, 215, 170, 0.8);
  border-color: rgba(249, 115, 22, 0.5);
  color: #9a3412;
}
.webdev-compare-card__badge--custom {
  color: #1d4ed8;
  background: rgba(219, 234, 254, 0.75);
  border-color: rgba(96, 165, 250, 0.38);
}
.webdev-compare-card--custom:hover .webdev-compare-card__badge--custom {
  background: rgba(191, 219, 254, 0.85);
  border-color: rgba(59, 130, 246, 0.45);
  color: #1e40af;
}

.webdev-compare-card__list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.webdev-compare-card__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #4b5563;
  opacity: 0;
  transform: translateX(14px);
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), color 0.3s ease;
}
@media (min-width: 640px) {
  .webdev-compare-card__item {
    font-size: 1rem;
  }
}
.webdev-compare-card:hover .webdev-compare-card__item {
  transform: translateX(5px);
}
.webdev-compare-card--shelf:hover .webdev-compare-card__item {
  color: #374151;
}
.webdev-compare-card__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.15rem;
  border-radius: 999px;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s ease;
}
.webdev-compare-card:hover .webdev-compare-card__icon {
  transform: scale(1.08);
}
.webdev-compare-card__icon--shelf {
  color: #f97316;
  background: rgba(255, 237, 213, 0.95);
}
.webdev-compare-card--shelf:hover .webdev-compare-card__icon--shelf {
  background: rgba(254, 215, 170, 0.95);
}

.webdev-compare-card--enter-second {
  transition-delay: 0.35s;
}

.sr-from-left.visible .webdev-compare-card__desc {
  animation: webdevCompareBodyIn 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.25s forwards;
}

.sr-from-right.visible .webdev-compare-card__item {
  animation: webdevCompareItemIn 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(0.45s + var(--item-delay, 0s));
}

.sr-from-left.visible .webdev-compare-card__tag {
  animation: webdevCompareTagIn 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(0.5s + var(--tag-delay, 0s));
}

@keyframes webdevCompareBodyIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes webdevCompareItemIn {
  from {
    opacity: 0;
    transform: translateX(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes webdevCompareTagIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.webdev-compare-card__desc {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #444;
  margin-bottom: 1.35rem;
  opacity: 0;
  transform: translateY(18px);
  transition: color 0.3s ease;
}
@media (min-width: 640px) {
  .webdev-compare-card__desc {
    font-size: 1.0625rem;
  }
}
.webdev-compare-card--custom:hover .webdev-compare-card__desc {
  color: #1f2937;
}

.webdev-compare-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.webdev-compare-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #374151;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(147, 197, 253, 0.45);
  opacity: 0;
  transform: translateY(12px);
  transition:
    transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
    background 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease;
}
.webdev-compare-card:hover .webdev-compare-card__tag {
  transform: translateY(-2px);
}
.webdev-compare-card--custom:hover .webdev-compare-card__tag {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(59, 130, 246, 0.45);
  color: #1e3a8a;
}

@media (prefers-reduced-motion: reduce) {
  .webdev-compare-card--enter-second {
    transition-delay: 0s;
  }

  .webdev-compare-card__desc,
  .webdev-compare-card__item,
  .webdev-compare-card__tag {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}

/* ─── Service cards ─── */
.service-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease;
}
.service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 20% 0%, rgba(255,255,255,0.35) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 0;
}
.service-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: -120%;
  width: 45%;
  height: 100%;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(255, 255, 255, 0.28) 45%,
    transparent 100%
  );
  transform: skewX(-18deg);
  transition: left 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  z-index: 1;
}
.service-card:hover {
  transform: translateY(-5px) scale(1.015);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.07);
}
.service-card:hover::before { opacity: 0.6; }
.service-card:hover::after { left: 140%; }

.service-card__icon {
  position: relative;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.service-card:hover .service-card__icon {
  transform: scale(1.08) rotate(-3deg) translateY(-2px);
}

.service-card__body {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.5rem;
}
.service-card__title {
  transition: transform 0.35s ease;
}
.service-card:hover .service-card__title {
  transform: translateY(-1px);
}

.service-card__arrow {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  background: rgba(17, 17, 17, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translate(3px, 3px);
  transition:
    opacity 0.3s ease,
    transform 0.35s ease,
    background 0.3s ease;
}
.service-card:hover .service-card__arrow {
  opacity: 0.85;
  transform: translate(0, 0);
  background: rgba(17, 17, 17, 0.09);
}
.service-card__arrow svg {
  transition: transform 0.35s ease;
}
.service-card:hover .service-card__arrow svg {
  transform: rotate(-35deg);
}

/* ─── Service hover-reveal cards ─── */
.service-hover-card {
  --service-bg: #ede9fe;
  --service-accent: #7c3aed;
  --service-ease: cubic-bezier(0.25, 1, 0.5, 1);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 1.25rem;
  padding-bottom: 1.75rem;
  margin-top: 1.35rem;
  text-align: center;
  text-decoration: none;
  overflow: visible;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
  transition:
    transform 0.55s var(--service-ease),
    box-shadow 0.55s var(--service-ease);
}
.service-hover-card:hover,
.service-hover-card:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
}

.service-hover-card__icon {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  background: #fff;
  color: var(--service-accent);
  border: 1.5px solid color-mix(in srgb, var(--service-accent) 14%, #fff);
  box-shadow: 0 3px 10px rgba(15, 23, 42, 0.08);
  transform: translate(-50%, -50%);
  transition:
    transform 0.55s var(--service-ease),
    box-shadow 0.55s var(--service-ease);
}
.service-hover-card:hover .service-hover-card__icon,
.service-hover-card:focus-within .service-hover-card__icon {
  transform: translate(-50%, -50%) scale(1.04);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1);
}

.service-hover-card__cap {
  width: 100%;
  min-height: 9.5rem;
  padding: 2.45rem 1.25rem 2.75rem;
  background: var(--service-bg);
  border-radius: 1.25rem 1.25rem 50% 50% / 1.25rem 1.25rem 22% 22%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition:
    padding 0.6s var(--service-ease),
    border-radius 0.6s var(--service-ease);
}
.service-hover-card:hover .service-hover-card__cap,
.service-hover-card:focus-within .service-hover-card__cap {
  padding: 2.35rem 1.25rem 2.1rem;
  border-radius: 1.25rem 1.25rem 50% 50% / 1.25rem 1.25rem 10% 10%;
}

.service-hover-card__title {
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f172a;
  max-width: 11rem;
  transition: transform 0.55s var(--service-ease);
}
.service-hover-card:hover .service-hover-card__title,
.service-hover-card:focus-within .service-hover-card__title {
  transform: translateY(-2px);
}

.service-hover-card__desc-wrap {
  display: grid;
  grid-template-rows: 0fr;
  width: 100%;
  max-width: 15.5rem;
  margin-top: 0;
  opacity: 0;
  transform: translateY(8px);
  transition:
    grid-template-rows 0.65s var(--service-ease),
    opacity 0.5s var(--service-ease),
    transform 0.6s var(--service-ease),
    margin-top 0.6s var(--service-ease);
}
.service-hover-card:hover .service-hover-card__desc-wrap,
.service-hover-card:focus-within .service-hover-card__desc-wrap {
  grid-template-rows: 1fr;
  opacity: 1;
  transform: translateY(0);
  margin-top: 0.85rem;
}

.service-hover-card__desc {
  overflow: hidden;
  min-height: 0;
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: #334155;
}

.service-hover-card__btn {
  position: relative;
  z-index: 2;
  margin-top: -1.1rem;
  padding: 0.7rem 1.85rem;
  border-radius: 9999px;
  background: var(--service-accent);
  color: #fff;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px color-mix(in srgb, var(--service-accent) 35%, transparent);
  transition:
    transform 0.6s var(--service-ease),
    box-shadow 0.6s var(--service-ease),
    margin-top 0.6s var(--service-ease);
}
.service-hover-card:hover .service-hover-card__btn,
.service-hover-card:focus-within .service-hover-card__btn,
.service-hover-card__btn:hover,
.service-hover-card__btn:focus-visible {
  transform: translateY(2px) scale(1.03);
  margin-top: -0.85rem;
  box-shadow: 0 10px 22px color-mix(in srgb, var(--service-accent) 42%, transparent);
}
.service-hover-card__btn:focus-visible {
  outline: 2px solid var(--service-accent);
  outline-offset: 3px;
}

/* ─── AI solutions — what we build (neural bento grid) ─── */
.ai-cap-section {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.ai-cap-section__dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(99, 102, 241, 0.14) 1px, transparent 1px);
  background-size: 22px 22px;
  -webkit-mask-image: radial-gradient(ellipse 75% 65% at 50% 45%, #000 25%, transparent 78%);
          mask-image: radial-gradient(ellipse 75% 65% at 50% 45%, #000 25%, transparent 78%);
  pointer-events: none;
}

.ai-cap-section__eyebrow {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-family: Inter, sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6366f1;
}

.ai-cap-section__title {
  font-family: Inter, sans-serif;
}

.ai-cap-bento {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}
@media (min-width: 768px) {
  .ai-cap-bento {
    grid-template-columns: repeat(12, 1fr);
    gap: 1rem;
  }
  .ai-cap-node:nth-child(2) { grid-column: span 7; }
  .ai-cap-node:nth-child(3) { grid-column: span 5; }
  .ai-cap-node:nth-child(4) { grid-column: span 5; }
  .ai-cap-node:nth-child(5) { grid-column: span 7; }
}

.ai-cap-hub {
  display: none;
}
@media (min-width: 768px) {
  .ai-cap-hub {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3rem;
    height: 3rem;
    transform: translate(-50%, -50%);
    z-index: 3;
    pointer-events: none;
  }
  .ai-cap-hub__core {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #5b5bd6, #0e7490, #15803d, #c2410c);
    box-shadow: 0 0 18px rgba(91, 91, 214, 0.45);
    animation: aiCapHubPulse 2.8s ease-in-out infinite;
  }
  .ai-cap-hub__ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px dashed color-mix(in srgb, #6366f1 35%, transparent);
    animation: aiCapHubSpin 12s linear infinite;
  }
}

.ai-cap-node {
  --cap-accent: #5b5bd6;
  --cap-bg: #ede9fe;
  position: relative;
  padding: 1.25rem 1.35rem 1.15rem;
  border-radius: 1.15rem;
  background: linear-gradient(
    155deg,
    color-mix(in srgb, var(--cap-bg) 88%, #ffffff) 0%,
    color-mix(in srgb, var(--cap-bg) 42%, #ffffff) 42%,
    #ffffff 100%
  );
  border: 1px solid color-mix(in srgb, var(--cap-accent) 16%, #e8eaed);
  box-shadow:
    0 10px 32px -20px color-mix(in srgb, var(--cap-accent) 28%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease;
}

/* Staggered entry — left / right, slow one-by-one */
.ai-cap-node.sr-from-left,
.ai-cap-node.sr-from-right {
  opacity: 0;
  will-change: opacity, transform, filter;
}
.ai-cap-node.sr-from-left.visible {
  animation: aiCapEnterLeft 2.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.ai-cap-node.sr-from-right.visible {
  animation: aiCapEnterRight 2.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.ai-cap-enter-1 { animation-delay: 0.1s !important; }
.ai-cap-enter-2 { animation-delay: 0.55s !important; }
.ai-cap-enter-3 { animation-delay: 1s !important; }
.ai-cap-enter-4 { animation-delay: 1.45s !important; }

.ai-cap-hub.sr-from-center {
  opacity: 0;
}
.ai-cap-hub.sr-from-center.visible {
  animation: aiCapEnterCenter 1.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.ai-cap-enter-hub {
  animation-delay: 1.9s !important;
}
.ai-cap-node::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 90% 80% at 0% 0%,
    color-mix(in srgb, var(--cap-accent) 12%, transparent),
    transparent 62%
  );
  pointer-events: none;
  z-index: 0;
  opacity: 0.75;
  transition: opacity 0.4s ease;
}

.ai-cap-node__border {
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient(
    from var(--cap-angle, 0deg),
    transparent 0deg,
    var(--cap-accent) 80deg,
    transparent 160deg
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 2;
  animation: aiCapBorderSpin 4s linear infinite;
}

.ai-cap-node:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px -16px color-mix(in srgb, var(--cap-accent) 35%, transparent);
}
.ai-cap-node:hover::before {
  opacity: 1;
}
.ai-cap-node:hover .ai-cap-node__border {
  opacity: 1;
}
.ai-cap-node:hover .ai-cap-node__icon {
  transform: scale(1.06);
  color: #ffffff;
  background: var(--cap-accent);
  border-color: var(--cap-accent);
}
.ai-cap-node:hover .ai-cap-node__title {
  color: color-mix(in srgb, var(--cap-accent) 75%, #1b1d1e);
}

.ai-cap-node__signals {
  position: absolute;
  top: 1rem;
  right: 2.75rem;
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 1.1rem;
  z-index: 1;
  opacity: 0.35;
  transition: opacity 0.35s ease;
}
.ai-cap-node__signals span {
  display: block;
  width: 3px;
  border-radius: 2px;
  background: var(--cap-accent);
  animation: aiCapSignal 1.2s ease-in-out infinite;
}
.ai-cap-node__signals span:nth-child(1) { height: 35%; animation-delay: 0s; }
.ai-cap-node__signals span:nth-child(2) { height: 70%; animation-delay: 0.15s; }
.ai-cap-node__signals span:nth-child(3) { height: 50%; animation-delay: 0.3s; }
.ai-cap-node__signals span:nth-child(4) { height: 90%; animation-delay: 0.45s; }
.ai-cap-node:hover .ai-cap-node__signals {
  opacity: 0.85;
}

.ai-cap-node__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.85rem;
}

.ai-cap-node__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.65rem;
  color: var(--cap-accent);
  background: color-mix(in srgb, var(--cap-bg) 55%, #ffffff);
  border: 1px solid color-mix(in srgb, var(--cap-accent) 28%, transparent);
  box-shadow: 0 6px 16px -8px color-mix(in srgb, var(--cap-accent) 40%, transparent);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.ai-cap-node__icon-ring {
  position: absolute;
  inset: -5px;
  border-radius: 0.85rem;
  border: 1px solid color-mix(in srgb, var(--cap-accent) 30%, transparent);
  animation: aiCapIconRing 2.4s ease-out infinite;
  pointer-events: none;
}

.ai-cap-node__index {
  font-family: Inter, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: color-mix(in srgb, var(--cap-accent) 55%, #9ca3af);
}

.ai-cap-node__title {
  position: relative;
  z-index: 1;
  font-family: Inter, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.3;
  color: #1b1d1e;
  margin-bottom: 0.55rem;
  transition: color 0.3s ease;
}

.ai-cap-node__desc {
  position: relative;
  z-index: 1;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #5b6470;
  margin-bottom: 0.9rem;
}

.ai-cap-node__tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.ai-cap-node__tag {
  padding: 0.28rem 0.55rem;
  border-radius: 0.4rem;
  font-family: Inter, sans-serif;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: color-mix(in srgb, var(--cap-accent) 88%, #1b1d1e);
  background: color-mix(in srgb, var(--cap-bg) 50%, #ffffff);
  border: 1px solid color-mix(in srgb, var(--cap-accent) 22%, transparent);
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.ai-cap-node:hover .ai-cap-node__tag {
  background: color-mix(in srgb, var(--cap-bg) 35%, #ffffff);
  border-color: color-mix(in srgb, var(--cap-accent) 40%, transparent);
}

@property --cap-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

@keyframes aiCapEnterLeft {
  0% {
    opacity: 0;
    transform: translate3d(-56px, 22px, 0) scale(0.97);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }
}
@keyframes aiCapEnterRight {
  0% {
    opacity: 0;
    transform: translate3d(56px, 22px, 0) scale(0.97);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }
}
@keyframes aiCapEnterCenter {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.4);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes aiCapBorderSpin {
  to { --cap-angle: 360deg; }
}
@keyframes aiCapIconRing {
  0% { transform: scale(1); opacity: 0.7; }
  70% { transform: scale(1.18); opacity: 0; }
  100% { transform: scale(1.18); opacity: 0; }
}
@keyframes aiCapSignal {
  0%, 100% { transform: scaleY(0.65); opacity: 0.5; }
  50% { transform: scaleY(1); opacity: 1; }
}
@keyframes aiCapHubPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.15); opacity: 0.85; }
}
@keyframes aiCapHubSpin {
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .ai-cap-node.sr-from-left.visible,
  .ai-cap-node.sr-from-right.visible,
  .ai-cap-hub.sr-from-center.visible {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
  .ai-cap-hub.sr-from-center.visible {
    transform: translate(-50%, -50%) !important;
  }
  .ai-cap-node,
  .ai-cap-node__border,
  .ai-cap-node__icon-ring,
  .ai-cap-node__signals span,
  .ai-cap-hub__core,
  .ai-cap-hub__ring {
    animation: none !important;
    transition: none !important;
  }
  .ai-cap-node:hover {
    transform: none;
  }
}

/* ─── Cloud services — unique section layouts ─── */
.cloud-migrate {
  position: relative;
  background: linear-gradient(180deg, #f0f9ff 0%, #ffffff 55%);
  overflow: hidden;
}
.cloud-migrate__glow {
  position: absolute;
  top: -120px;
  right: -80px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.12), transparent 68%);
  pointer-events: none;
}
.cloud-migrate__pipeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 2.5rem;
}
@media (min-width: 1024px) {
  .cloud-migrate__pipeline {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
  }
}
.cloud-migrate__step {
  position: relative;
  flex: 1;
  padding: 1.1rem 1rem 1.25rem;
  background: #ffffff;
  border: 1px solid #e0f2fe;
  border-radius: 0.85rem;
  box-shadow: 0 8px 28px -18px rgba(14, 116, 144, 0.2);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
@media (min-width: 1024px) {
  .cloud-migrate__step {
    border-radius: 0;
    margin-right: -1px;
  }
  .cloud-migrate__step:first-child { border-radius: 0.85rem 0 0 0.85rem; }
  .cloud-migrate__step:last-child { border-radius: 0 0.85rem 0.85rem 0; margin-right: 0; }
}
.cloud-migrate__step:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px -16px rgba(14, 116, 144, 0.28);
  z-index: 2;
}
.cloud-migrate__step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  margin-bottom: 0.55rem;
  border-radius: 50%;
  font-size: 0.68rem;
  font-weight: 700;
  color: #0369a1;
  background: #e0f2fe;
  border: 1px solid #bae6fd;
}
.cloud-migrate__step-label {
  display: block;
  font-family: Inter, sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  color: #0c4a6e;
  line-height: 1.3;
}
.cloud-migrate__contrast {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-top: 1.75rem;
}
@media (min-width: 640px) {
  .cloud-migrate__contrast {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
.cloud-migrate__pill {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 1rem 1.1rem;
  border-radius: 0.75rem;
  font-family: Inter, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
}
.cloud-migrate__pill--good {
  background: linear-gradient(135deg, #ecfdf5, #f0fdf4);
  border: 1px solid #bbf7d0;
  color: #166534;
}
.cloud-migrate__pill--bad {
  background: linear-gradient(135deg, #fef2f2, #fff1f2);
  border: 1px solid #fecaca;
  color: #991b1b;
}
.cloud-migrate__pill span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid color-mix(in srgb, currentColor 12%, transparent);
}

.cloud-cost {
  position: relative;
  background:
    radial-gradient(ellipse 70% 55% at 0% 50%, rgba(16, 185, 129, 0.08), transparent 60%),
    radial-gradient(ellipse 60% 50% at 100% 30%, rgba(245, 158, 11, 0.1), transparent 55%),
    #0f172a;
  color: #e2e8f0;
  overflow: hidden;
}
.cloud-cost__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.06) 1px, transparent 1px);
  background-size: 40px 40px;
  -webkit-mask-image: linear-gradient(180deg, #000 30%, transparent 95%);
          mask-image: linear-gradient(180deg, #000 30%, transparent 95%);
  pointer-events: none;
}
.cloud-cost__eyebrow {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-family: Inter, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #34d399;
}
.cloud-cost__title {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: clamp(1.75rem, 3.5vw, 2.65rem);
  line-height: 1.2;
  color: #f8fafc;
  letter-spacing: 0.02em;
}
.cloud-cost__intro {
  margin-top: 1rem;
  max-width: 42rem;
  font-size: 0.95rem;
  line-height: 1.75;
  color: #94a3b8;
}
.cloud-cost__stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  margin-top: 2rem;
}
@media (min-width: 641px) {
  .cloud-cost__stats { grid-template-columns: repeat(3, 1fr); }
}
.cloud-cost__stat {
  padding: 1.1rem 1rem;
  border-radius: 0.85rem;
  text-align: center;
  border: 1px solid rgba(148, 163, 184, 0.15);
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(8px);
}
.cloud-cost__stat:nth-child(1) { border-color: rgba(52, 211, 153, 0.35); }
.cloud-cost__stat:nth-child(2) { border-color: rgba(56, 189, 248, 0.35); }
.cloud-cost__stat:nth-child(3) { border-color: rgba(251, 191, 36, 0.35); }
.cloud-cost__stat-value {
  font-family: Inter, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.1;
}
.cloud-cost__stat:nth-child(1) .cloud-cost__stat-value { color: #34d399; }
.cloud-cost__stat:nth-child(2) .cloud-cost__stat-value { color: #38bdf8; }
.cloud-cost__stat:nth-child(3) .cloud-cost__stat-value { color: #fbbf24; }
.cloud-cost__stat-label {
  margin-top: 0.35rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}
.cloud-cost__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.75rem;
}
.cloud-cost__tag {
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  font-family: Inter, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border: 1px solid transparent;
}
.cloud-cost__tag--mint {
  color: #065f46;
  background: #d1fae5;
  border-color: #6ee7b7;
}
.cloud-cost__tag--sky {
  color: #0c4a6e;
  background: #e0f2fe;
  border-color: #7dd3fc;
}
.cloud-cost__tag--amber {
  color: #92400e;
  background: #fef3c7;
  border-color: #fcd34d;
}
.cloud-cost__tag--violet {
  color: #5b21b6;
  background: #ede9fe;
  border-color: #c4b5fd;
}
.cloud-cost__tag--rose {
  color: #9f1239;
  background: #ffe4e6;
  border-color: #fda4af;
}

.cloud-arch {
  background: #fafbfc;
}
.cloud-arch__intro {
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.75;
  color: #64748b;
}
.cloud-arch__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .cloud-arch__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.15rem;
  }
}
.cloud-provider {
  position: relative;
  padding: 1.35rem 1.25rem 1.2rem;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #e8eaed;
  background: #ffffff;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}
.cloud-provider::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--provider-accent);
}
.cloud-provider:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 48px -24px color-mix(in srgb, var(--provider-accent) 45%, transparent);
}
.cloud-provider__head {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.85rem;
}
.cloud-provider__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.55rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
  background: var(--provider-accent);
}
.cloud-provider__name {
  font-family: Inter, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1b1d1e;
}
.cloud-provider__desc {
  font-size: 0.82rem;
  line-height: 1.55;
  color: #666;
  margin-bottom: 1rem;
}
.cloud-provider__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.cloud-provider__tag {
  padding: 0.32rem 0.6rem;
  border-radius: 0.45rem;
  font-size: 0.72rem;
  font-weight: 600;
  background: color-mix(in srgb, var(--provider-accent) 10%, #fff);
  color: color-mix(in srgb, var(--provider-accent) 75%, #1b1d1e);
  border: 1px solid color-mix(in srgb, var(--provider-accent) 22%, #e8eaed);
}

.cloud-proof {
  position: relative;
  background: linear-gradient(125deg, #0c4a6e 0%, #1e3a5f 45%, #0f172a 100%);
  overflow: hidden;
}
.cloud-proof__orb {
  position: absolute;
  bottom: -100px;
  left: -60px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.15), transparent 65%);
  pointer-events: none;
}
.cloud-proof__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 900px) {
  .cloud-proof__inner {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 3rem;
  }
}
.cloud-proof__eyebrow {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7dd3fc;
}
.cloud-proof__title {
  margin-top: 0.5rem;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  color: #f8fafc;
  letter-spacing: 0.02em;
}
.cloud-proof__text {
  margin-top: 1rem;
  font-size: 0.92rem;
  line-height: 1.8;
  color: #ffffff;
  max-width: 36rem;
}
.cloud-proof__text strong {
  color: #f8fafc;
  font-weight: 800;
}
.cloud-proof__metrics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
}
@media (min-width: 641px) {
  .cloud-proof__metrics { grid-template-columns: repeat(3, 1fr); }
}
.cloud-proof__metric {
  padding: 1.15rem 0.85rem;
  border-radius: 0.85rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.2);
  backdrop-filter: blur(6px);
}
.cloud-proof__metric-value {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: rgba(248, 250, 252, 0.5);
  line-height: 1.1;
}
.cloud-proof__metric-label {
  margin-top: 0.3rem;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}
.cloud-proof__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.5rem;
  padding: 0.65rem 1.15rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #0f172a;
  background: linear-gradient(135deg, #38bdf8, #34d399);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.cloud-proof__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px -8px rgba(56, 189, 248, 0.5);
}

@media (prefers-reduced-motion: reduce) {
  .cloud-migrate__step:hover,
  .cloud-provider:hover,
  .cloud-proof__cta:hover {
    transform: none;
  }
}

/* ─── Engagement flow (pillar / process timeline) ─── */
.engagement-flow {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}

.engagement-flow__eyebrow {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2563eb;
}

.engagement-flow__title {
  color: #111111;
}

.engagement-flow__subtitle {
  margin-top: 1rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.75;
  color: #555555;
}

.engagement-flow__track {
  position: relative;
  display: grid;
  grid-template-columns: 3.6rem minmax(0, 1fr);
  -moz-column-gap: 0.95rem;
       column-gap: 0.95rem;
  row-gap: 1.9rem;
  align-items: start;
}

/* Each step only exists to scope its accent colour onto the grid children. */
.engagement-flow__step {
  display: contents;
}

.engagement-flow__rail {
  display: none;
}

.engagement-flow__marker {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: #ffffff;
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--step-accent, #2563eb) 28%, transparent),
    0 10px 22px -14px color-mix(in srgb, var(--step-accent, #2563eb) 75%, transparent);
}

.engagement-flow__marker::before {
  content: '';
  position: absolute;
  inset: -0.3rem;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--step-accent, #2563eb) 30%, transparent);
  opacity: 0;
  animation: engagement-pulse 3.4s ease-in-out infinite;
  animation-delay: calc(var(--step-i, 0) * 0.35s);
}

@keyframes engagement-pulse {
  0%, 100% { opacity: 0; transform: scale(0.86); }
  45% { opacity: 1; transform: scale(1.06); }
}

.engagement-flow__body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding-top: 0.55rem;
}

/* Vertical rail: drawn from the copy so it always spans the full row height. */
.engagement-flow__body::before {
  content: '';
  position: absolute;
  left: -2.75rem;
  top: 1.8rem;
  bottom: -1.9rem;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--step-accent, #2563eb) 55%, transparent),
    color-mix(in srgb, var(--step-accent, #2563eb) 12%, transparent)
  );
}

.engagement-flow__body--5::before {
  display: none;
}

.engagement-flow__num {
  font-family: Inter, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #94a3b8;
  font-variant-numeric: tabular-nums;
}

.engagement-flow__label {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.35;
  color: #111111;
  letter-spacing: -0.01em;
}

.engagement-flow__desc {
  margin: 0;
  max-width: 26rem;
  font-size: 0.85rem;
  line-height: 1.65;
  color: #5b6472;
}

@media (min-width: 1024px) {
  .engagement-flow__track {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-template-rows: auto 5rem auto;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    row-gap: 0;
    align-items: stretch;
  }

  .engagement-flow__rail {
    display: block;
    grid-column: 1 / -1;
    grid-row: 2;
    align-self: center;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(
      90deg,
      #2563eb 0%,
      #7c3aed 25%,
      #ea580c 50%,
      #059669 75%,
      #0891b2 100%
    );
    opacity: 0.45;
  }

  .engagement-flow__marker {
    grid-row: 2;
    align-self: center;
    justify-self: center;
  }

  .engagement-flow__marker--1 { grid-column: 1; }
  .engagement-flow__marker--2 { grid-column: 2; }
  .engagement-flow__marker--3 { grid-column: 3; }
  .engagement-flow__marker--4 { grid-column: 4; }
  .engagement-flow__marker--5 { grid-column: 5; }

  .engagement-flow__body {
    align-items: center;
    text-align: center;
    padding-top: 0;
  }

  .engagement-flow__body::before {
    display: none;
  }

  .engagement-flow__desc {
    max-width: 15rem;
  }

  .engagement-flow__body--1,
  .engagement-flow__body--3,
  .engagement-flow__body--5 {
    grid-row: 1;
    align-self: end;
    padding-bottom: 0.9rem;
  }

  .engagement-flow__body--2,
  .engagement-flow__body--4 {
    grid-row: 3;
    padding-top: 0.9rem;
  }

  .engagement-flow__body--1 { grid-column: 1; }
  .engagement-flow__body--2 { grid-column: 2; }
  .engagement-flow__body--3 { grid-column: 3; }
  .engagement-flow__body--4 { grid-column: 4; }
  .engagement-flow__body--5 { grid-column: 5; }
}

@media (prefers-reduced-motion: reduce) {
  .engagement-flow__marker::before {
    animation: none;
  }
}

/* ─── Why teams pick us (white theme cards) ─── */
.why-pick {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}

.why-pick::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 0% 0%, rgba(37, 99, 235, 0.04), transparent 55%),
    radial-gradient(ellipse 60% 50% at 100% 100%, rgba(249, 115, 22, 0.04), transparent 50%);
  pointer-events: none;
}

.why-pick__eyebrow {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2563eb;
}

.why-pick__title {
  color: #111111;
}

.why-pick__subtitle {
  margin-top: 1rem;
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.75;
  color: #555555;
}

.why-pick__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

.why-pick__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  padding-top: 1.7rem;
}

.why-pick__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #e6e7ea;
}

/* Accent segment that runs the width of the rule on hover. */
.why-pick__rule {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2px;
  background: var(--pick-accent, #2563eb);
  transition: width 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.why-pick__item:hover .why-pick__rule {
  width: 100%;
}

.why-pick__icon {
  display: grid;
  place-items: center;
  width: 2.95rem;
  height: 2.95rem;
  border-radius: 50%;
  border: 1px solid #e4e6ea;
  background: #ffffff;
  color: #64748b;
  line-height: 0;
}

.why-pick__item-title {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(1.1rem, 1.5vw, 1.32rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.018em;
  color: #111111;
}

.why-pick__item-desc {
  margin: 0;
  max-width: 27rem;
  font-size: 0.92rem;
  line-height: 1.75;
  color: #5b6472;
}

@media (min-width: 768px) {
  .why-pick__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem 3.5rem;
  }
}

@media (min-width: 1200px) {
  .why-pick__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2.5rem;
  }

  .why-pick__item-desc {
    max-width: none;
  }
}

/* ─── Production-first method — horizontal rail ─── */
.method-rail {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 45%, #ffffff 100%);
  overflow: hidden;
}

.method-rail::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 65% 50% at 0% 20%, rgba(124, 58, 237, 0.05), transparent 55%),
    radial-gradient(ellipse 55% 45% at 100% 80%, rgba(37, 99, 235, 0.05), transparent 50%);
  pointer-events: none;
}

.method-rail__eyebrow {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7c3aed;
}

.method-rail__title {
  color: #111111;
}

.method-rail__subtitle {
  margin-top: 1rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.75;
  color: #555555;
}

.method-rail__hint {
  margin-top: 0.65rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #94a3b8;
}

.method-rail__track {
  position: relative;
  z-index: 1;
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  padding-bottom: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.method-rail__track::-webkit-scrollbar {
  display: none;
}

.rexo-modules__track {
  scroll-snap-type: x mandatory;
}

/* ─── Why keep cards (method-rail grid) ─── */
.why-keep__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem 0;
  padding-top: 2rem;
}

@media (min-width: 640px) {
  .why-keep__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    row-gap: 3rem;
  }
}

@media (min-width: 1024px) {
  .why-keep__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
    row-gap: 2.5rem;
  }
}

.why-keep__grid .why-keep__card {
  flex: unset;
  width: 100%;
  margin-right: 0;
  min-height: 11.5rem;
}

.why-keep__grid .method-rail__card-title {
  padding-right: 0;
}

@media (prefers-reduced-motion: reduce) {
  .why-keep__grid .why-keep__card:hover,
  .why-keep__grid .why-keep__card:hover .method-rail__icon-ring {
    transform: none;
  }
}

/* ─── AI deliver cards ─── */
.ai-deliver {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 55%, #f8fafc 100%);
}

.ai-deliver::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 45% at 8% 12%, rgba(124, 58, 237, 0.05), transparent 55%),
    radial-gradient(ellipse 50% 40% at 92% 88%, rgba(37, 99, 235, 0.05), transparent 50%);
  pointer-events: none;
}

.ai-deliver__eyebrow {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7c3aed;
}

.ai-deliver__title {
  color: #111111;
}

.ai-deliver__subtitle {
  margin-top: 1rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.75;
  color: #555555;
}

.ai-deliver__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
}

@media (min-width: 768px) {
  .ai-deliver__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
  }
}

@media (min-width: 1024px) {
  .ai-deliver__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
  }

  .ai-deliver__grid--pairs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ai-deliver__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.55rem 1.45rem 1.4rem 1.65rem;
  border-radius: 1.15rem;
  background: #ffffff;
  border: 1px solid color-mix(in srgb, var(--deliver-accent, #7c3aed) 14%, #e8eaed);
  box-shadow:
    0 10px 30px -18px color-mix(in srgb, var(--deliver-accent, #7c3aed) 28%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  overflow: hidden;
  transition:
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s ease;
}

.ai-deliver__card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(
    180deg,
    var(--deliver-accent, #7c3aed) 0%,
    color-mix(in srgb, var(--deliver-accent, #7c3aed) 35%, transparent) 100%
  );
}

.ai-deliver__icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.85rem;
  height: 2.85rem;
  margin-bottom: 1rem;
  border-radius: 0.85rem;
  color: var(--deliver-accent, #7c3aed);
  background: linear-gradient(
    145deg,
    var(--deliver-bg, #ede9fe) 0%,
    var(--deliver-bg-mid, #ddd6fe) 100%
  );
  border: 1px solid color-mix(in srgb, var(--deliver-accent, #7c3aed) 22%, transparent);
  box-shadow: 0 8px 20px -10px color-mix(in srgb, var(--deliver-accent, #7c3aed) 50%, transparent);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease;
}

.ai-deliver__card-title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.35;
  color: #111111;
  letter-spacing: -0.01em;
}

.ai-deliver__card-desc {
  position: relative;
  z-index: 1;
  margin: 0.55rem 0 0;
  flex: 1;
  font-size: 0.84rem;
  line-height: 1.68;
  color: #4b5563;
}

.ai-deliver__link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--deliver-accent, #7c3aed);
  transition: gap 0.25s ease;
}

.ai-deliver__card:hover {
  transform: translateY(-7px);
  border-color: color-mix(in srgb, var(--deliver-accent, #7c3aed) 34%, #e8eaed);
  box-shadow:
    0 22px 44px -22px color-mix(in srgb, var(--deliver-accent, #7c3aed) 42%, transparent),
    0 10px 24px -14px rgba(27, 29, 30, 0.1);
}

.ai-deliver__card:hover .ai-deliver__icon {
  transform: scale(1.08) rotate(-5deg);
  box-shadow: 0 12px 26px -10px color-mix(in srgb, var(--deliver-accent, #7c3aed) 58%, transparent);
}

@media (prefers-reduced-motion: reduce) {
  .ai-deliver__card:hover,
  .ai-deliver__card:hover .ai-deliver__icon {
    transform: none;
  }
}

/* ─── Product Engineering — What we build (infographic cards) ─── */
.pe-build {
  background: #f3f4f6;
}

.pe-build::before {
  display: none;
}

.pe-build__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  perspective: 1200px;
  align-items: stretch;
}

.pe-build__grid > .pe-build__card {
  width: auto;
  max-width: none;
  height: auto;
  min-height: 100%;
}

@media (min-width: 640px) {
  .pe-build__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.75rem;
  }

  .pe-build__grid > .pe-build__card {
    grid-column: span 2;
  }

  /* Last row has 1 card leftover → center it */
  .pe-build__grid > .pe-build__card:last-child:nth-child(odd) {
    grid-column: 2 / span 2;
  }
}

@media (min-width: 1024px) {
  .pe-build__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1.75rem;
  }

  .pe-build__grid > .pe-build__card {
    grid-column: span 2;
  }

  /* Reset tablet centering rule */
  .pe-build__grid > .pe-build__card:last-child:nth-child(odd) {
    grid-column: span 2;
  }

  /* Last row has 1 card leftover → center */
  .pe-build__grid > .pe-build__card:last-child:nth-child(3n + 1) {
    grid-column: 3 / span 2;
  }

  /* Last row has 2 cards leftover → center the pair */
  .pe-build__grid > .pe-build__card:nth-last-child(2):nth-child(3n + 1) {
    grid-column: 2 / span 2;
  }

  .pe-build__grid > .pe-build__card:last-child:nth-child(3n + 2) {
    grid-column: 4 / span 2;
  }
}

.pe-build__card {
  --pe-tilt-x: 0deg;
  --pe-tilt-y: 0deg;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 1.85rem 1.5rem 1.5rem;
  border-radius: 1.75rem;
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 10px 12px 28px rgba(15, 23, 42, 0.07);
  overflow: hidden;
  isolation: isolate;
  transform-style: preserve-3d;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s ease,
    border-color 0.35s ease;
}

.pe-build__card::before {
  display: none;
}

.pe-build__card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 3px;
  border-radius: 0 0 9999px 9999px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--pe-accent, #2563eb),
    transparent
  );
  transform: translateX(-50%);
  transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 3;
  pointer-events: none;
}

.pe-build__card > * {
  position: relative;
  z-index: 2;
}

.pe-build__index {
  position: absolute;
  top: 1rem;
  right: 1.1rem;
  z-index: 3;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: color-mix(in srgb, var(--pe-accent, #2563eb) 55%, #94a3b8);
  opacity: 0.7;
  transition: opacity 0.3s ease, transform 0.35s ease, color 0.3s ease;
}

.pe-build__card:hover {
  transform: translateY(-10px) rotateX(2deg) scale(1.02);
  border-color: color-mix(in srgb, var(--pe-accent, #2563eb) 35%, #e2e8f0);
  box-shadow:
    0 8px 18px -10px color-mix(in srgb, var(--pe-accent, #2563eb) 28%, transparent),
    6px 10px 20px rgba(15, 23, 42, 0.06);
}

.pe-build__card:hover::after {
  width: 52%;
}

.pe-build__card:hover .pe-build__index {
  opacity: 1;
  color: var(--pe-accent, #2563eb);
  transform: translateY(-2px);
}

.pe-build__icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.95rem;
  width: 4.5rem;
  height: 4.5rem;
}

.pe-build__glow {
  position: absolute;
  inset: -8%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--pe-accent, #2563eb) 38%, transparent) 0%,
    transparent 72%
  );
  transform: scale(0.75);
  opacity: 0.5;
  transition:
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s ease;
  animation: pe-build-pulse 3.2s ease-in-out infinite;
  animation-delay: calc(var(--pe-i, 0) * 0.35s);
}

.pe-build__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: color-mix(in srgb, var(--pe-accent, #2563eb) 10%, #ffffff);
  border: 1.5px solid color-mix(in srgb, var(--pe-accent, #2563eb) 28%, transparent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    background 0.35s ease,
    box-shadow 0.45s ease;
}

.pe-build__icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pe-accent, #2563eb);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  animation: pe-build-float 3.6s ease-in-out infinite;
  animation-delay: calc(var(--pe-i, 0) * 0.4s);
}

.pe-build__card:hover .pe-build__glow {
  transform: scale(1.4);
  opacity: 0.9;
  animation-play-state: paused;
}

.pe-build__card:hover .pe-build__ring {
  transform: scale(1.06) rotate(8deg);
  background: color-mix(in srgb, var(--pe-accent, #2563eb) 16%, #ffffff);
  border-color: color-mix(in srgb, var(--pe-accent, #2563eb) 45%, transparent);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 10px 22px -12px color-mix(in srgb, var(--pe-accent, #2563eb) 55%, transparent);
}

.pe-build__card:hover .pe-build__icon {
  transform: translateY(-2px) scale(1.1);
  animation-play-state: paused;
}

.pe-build__title {
  margin: 0 0 0.55rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #374151;
  line-height: 1.35;
  transition: color 0.3s ease;
}

.pe-build__card:hover .pe-build__title {
  color: color-mix(in srgb, var(--pe-accent, #2563eb) 50%, #111827);
}

.pe-build__desc {
  margin: 0 0 1.15rem;
  max-width: 28rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.55;
  color: #4b5563;
  flex: 1;
}

.pe-build__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--pe-accent, #2563eb);
  text-decoration: none;
  transition: gap 0.3s ease, opacity 0.2s ease;
}

.pe-build__link-arrow {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.pe-build__card:hover .pe-build__link {
  gap: 0.55rem;
}

.pe-build__card:hover .pe-build__link-arrow {
  transform: translateX(4px);
}

@keyframes pe-build-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes pe-build-pulse {
  0%,
  100% {
    transform: scale(0.72);
    opacity: 0.42;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.72;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pe-build__card:hover {
    transform: none;
  }

  .pe-build__icon,
  .pe-build__glow {
    animation: none;
  }

  .pe-build__card:hover .pe-build__icon,
  .pe-build__card:hover .pe-build__glow,
  .pe-build__card:hover .pe-build__ring,
  .pe-build__card:hover .pe-build__link-arrow,
  .pe-build__card:hover .pe-build__index {
    transform: none;
  }
}

/* ─── AI honest note (dark card on white section) ─── */
.ai-honest-note {
  position: relative;
}

.ai-honest-note__card {
  position: relative;
  overflow: hidden;
  padding: 2rem 1.75rem;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 38%, #1e3a8a 72%, #0f172a 100%);
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 24px 48px -28px rgba(15, 23, 42, 0.35);
}

.ai-honest-note__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.ai-honest-note__orb--left {
  bottom: -120px;
  left: -80px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.14), transparent 68%);
}

.ai-honest-note__orb--right {
  top: -90px;
  right: -60px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.18), transparent 65%);
}

@media (min-width: 768px) {
  .ai-honest-note__card {
    padding: 2.5rem 2.25rem;
  }
}

.ai-honest-note__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  color: #38bdf8;
  background: linear-gradient(145deg, rgba(56, 189, 248, 0.18), rgba(124, 58, 237, 0.12));
  border: 1px solid rgba(56, 189, 248, 0.28);
  box-shadow: 0 8px 24px -12px rgba(56, 189, 248, 0.35);
}

.ai-honest-note__eyebrow {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7dd3fc;
}

.ai-honest-note__title {
  color: #f8fafc;
}

.ai-honest-note__text {
  margin-top: 0.85rem;
  max-width: 38rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #94a3b8;
}

.ai-honest-note__text strong {
  color: #f1f5f9;
  font-weight: 600;
}

/* ─── Cloud certifications ─── */
.cloud-certs {
  position: relative;
}

.cloud-certs__eyebrow {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2563eb;
}

.cloud-certs__title {
  color: #111111;
}

.cloud-certs__subtitle {
  margin-top: 1rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.75;
  color: #555555;
}

.cloud-certs__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding-top: 0.75rem;
}

@media (min-width: 768px) {
  .cloud-certs__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

.cloud-certs__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 1.25rem;
  padding: 2rem 1.1rem 1.2rem;
  border-radius: 1rem;
  background: #ffffff;
  border: 1px solid color-mix(in srgb, var(--cert-accent, #2563eb) 12%, #e5e7eb);
  box-shadow:
    0 4px 6px -2px rgba(15, 23, 42, 0.06),
    0 12px 24px -14px rgba(15, 23, 42, 0.1);
  overflow: visible;
  transition:
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s ease;
}

.cloud-certs__icon {
  position: absolute;
  top: -1.35rem;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0;
  border-radius: 50%;
  transform: translateX(-50%);
  color: var(--cert-accent, #2563eb);
  background: linear-gradient(
    145deg,
    #ffffff 0%,
    var(--cert-bg, #dbeafe) 42%,
    var(--cert-bg-mid, #bfdbfe) 100%
  );
  border: 2px solid color-mix(in srgb, var(--cert-accent, #2563eb) 18%, #ffffff);
  /* box-shadow:
    0 8px 18px -10px color-mix(in srgb, var(--cert-accent, #2563eb) 45%, transparent),
    0 0 0 3px #ffffff; */
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease;
}

.cloud-certs__card-title {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 1.32rem;
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.02em;
  margin-top: 1rem;
}

.cloud-certs__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 0.9rem;
}

.cloud-certs__tag {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  color: color-mix(in srgb, var(--cert-accent, #2563eb) 72%, #1f2937);
  /* background: color-mix(in srgb, var(--cert-bg, #dbeafe) 55%, #ffffff); */
  border: 1px solid color-mix(in srgb, var(--cert-accent, #2563eb) 16%, #e5e7eb);
}

.cloud-certs__card:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--cert-accent, #2563eb) 30%, #e5e7eb);
  box-shadow:
    0 6px 14px -6px rgba(15, 23, 42, 0.08),
    0 18px 36px -18px color-mix(in srgb, var(--cert-accent, #2563eb) 35%, transparent);
}

.cloud-certs__card:hover .cloud-certs__icon {
  transform: translateX(-50%) scale(1.08);
  /* box-shadow:
    0 12px 26px -10px color-mix(in srgb, var(--cert-accent, #2563eb) 55%, transparent),
    0 0 0 3px #ffffff; */
}

@media (prefers-reduced-motion: reduce) {
  .cloud-certs__card:hover,
  .cloud-certs__card:hover .cloud-certs__icon {
    transform: none;
  }
}

/* ─── Skills hierarchy tree (staff augmentation) ─── */
.skill-tree__title {
  color: #111111;
}

.skill-tree__canvas {
  /* position: relative;
  padding: 2.75rem 1.75rem 2.25rem;
  border-radius: 1.25rem;
  background-color: #ffffff;
  background-image: radial-gradient(circle, #e8edf2 0.85px, transparent 0.85px);
  background-size: 22px 22px;
  border: 1px solid #e2e8f0;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 24px 48px -32px rgba(15, 23, 42, 0.14);
  overflow: hidden; */
}

.skill-tree__canvas::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(37, 99, 235, 0.04), transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 100%, rgba(15, 23, 42, 0.03), transparent 50%);
  pointer-events: none;
}

.skill-tree__root-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.skill-tree__root {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  min-width: 14rem;
  padding: 1rem 1.85rem;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(145deg, #334155 0%, #1e293b 55%, #0f172a 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  box-shadow:
    0 10px 28px -14px rgba(15, 23, 42, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.skill-tree__root-title {
  font-family: Inter, sans-serif;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.skill-tree__root-sub {
  font-size: 0.74rem;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.72);
}

.skill-tree__root-stem {
  position: relative;
  width: 2px;
  height: 2.65rem;
  background: linear-gradient(180deg, #334155 0%, #60a5fa 55%, #a78bfa 100%);
}

.skill-tree__root-stem::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #60a5fa;
  transform: translateX(-50%);
  box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.2);
}

.skill-tree__pillars {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem 1.15rem;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 1.35rem 1.25rem 1.5rem;
}

.skill-tree__pillars::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 1rem;
  background: linear-gradient(
    90deg,
    #eff6ff 0%,
    #f8fafc 42%,
    #f5f3ff 100%
  );
  border: 1px solid #e2e8f0;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 16px 40px -22px rgba(15, 23, 42, 0.12);
  pointer-events: none;
}

.skill-tree__pillars::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  z-index: 1;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #60a5fa 18%,
    #60a5fa 32%,
    #94a3b8 46%,
    #94a3b8 54%,
    #a78bfa 68%,
    #c084fc 82%,
    transparent 100%
  );
  box-shadow: 0 0 12px rgba(96, 165, 250, 0.25);
}

.skill-tree__pillar {
  --pillar-line: #94a3b8;
  --pillar-glow: rgba(148, 163, 184, 0.18);
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 0.15rem 0.35rem 0.25rem;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.skill-tree__pillar:nth-child(1) {
  --pillar-line: #3b82f6;
  --pillar-glow: rgba(59, 130, 246, 0.22);
}

.skill-tree__pillar:nth-child(2) {
  --pillar-line: #64748b;
  --pillar-glow: rgba(100, 116, 139, 0.2);
}

.skill-tree__pillar:nth-child(3) {
  --pillar-line: #8b5cf6;
  --pillar-glow: rgba(139, 92, 246, 0.22);
}

.skill-tree__pillar-stem {
  position: relative;
  width: 2px;
  height: 2rem;
  background: var(--pillar-line);
  border-radius: 999px;
  flex-shrink: 0;
  box-shadow: 0 0 8px color-mix(in srgb, var(--pillar-line) 35%, transparent);
}

.skill-tree__pillar-stem::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid var(--pillar-line);
  transform: translateX(-50%);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--pillar-line) 22%, transparent);
}

.skill-tree__pillar-stem--down {
  height: 1.65rem;
  margin-top: 0;
}

.skill-tree__pillar-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  width: 100%;
  max-width: 11.5rem;
  padding: 0.75rem 1rem;
  font-family: Inter, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  color: #0f172a;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid color-mix(in srgb, var(--pillar-line) 18%, #e2e8f0);
  border-radius: 0.75rem;
  box-shadow:
    0 4px 14px -10px color-mix(in srgb, var(--pillar-line) 35%, transparent),
    0 1px 2px rgba(15, 23, 42, 0.04);
}

.skill-tree__pillar:nth-child(1) .skill-tree__pillar-tile {
  border-top: 3px solid #2563eb;
  color: #1e3a8a;
}

.skill-tree__pillar:nth-child(2) .skill-tree__pillar-tile {
  border-top: 3px solid #475569;
  color: #1e293b;
}

.skill-tree__pillar:nth-child(3) .skill-tree__pillar-tile {
  border-top: 3px solid #7c3aed;
  color: #4c1d95;
}

.skill-tree__categories {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
  margin-top: 0.35rem;
  padding: 0 0.25rem;
}

.skill-tree__category {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.skill-tree__category-tile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  font-family: Inter, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: none;
  text-align: center;
  color: #0f172a;
  background: transparent;
  border: none;
  border-radius: 0;
}

.skill-tree__category-stem {
  width: 2px;
  height: 1.05rem;
  margin-top: 0.25rem;
  background: color-mix(in srgb, var(--pillar-line) 65%, #64748b);
  border-radius: 999px;
}

.skill-tree__skills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.38rem 0.42rem;
  width: 100%;
  max-width: 17.5rem;
  padding-top: 0.2rem;
}

.skill-tree__skill {
  display: inline-flex;
  align-items: center;
  padding: 0.34rem 0.68rem;
  font-family: Inter, sans-serif;
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.25;
  color: #334155;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.45rem;
  box-shadow: 0 1px 3px -1px rgba(15, 23, 42, 0.06);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.skill-tree__skill:hover {
  border-color: #cbd5e1;
  box-shadow: 0 4px 12px -8px rgba(15, 23, 42, 0.12);
  transform: translateY(-1px);
}

@media (max-width: 1100px) {
  .skill-tree__pillars {
    grid-template-columns: 1fr;
    gap: 1.15rem;
    width: 100%;
    max-width: 100%;
    padding: 1.15rem 1rem 1.25rem;
  }

  .skill-tree__pillars::before {
    display: none;
  }

  .skill-tree__pillar-stem:not(.skill-tree__pillar-stem--down) {
    display: none;
  }

  .skill-tree__root-stem {
    height: 1.5rem;
  }

  .skill-tree__pillar {
    padding: 0.35rem 0.25rem 0.5rem;
  }
}

@media (max-width: 480px) {
  .skill-tree__canvas {
    padding: 2rem 1rem 1.5rem;
    background-size: 18px 18px;
  }

  .skill-tree__root {
    min-width: 12rem;
    padding: 0.9rem 1.35rem;
  }

  .skill-tree__skills {
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .skill-tree__skill:hover {
    transform: none;
  }
}

/* ─── Staff process steps ─── */
.staff-process__step {
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 8px 22px -14px rgba(15, 23, 42, 0.12);
}

.staff-process__step:hover {
  box-shadow:
    0 4px 10px rgba(15, 23, 42, 0.05),
    0 14px 32px -16px rgba(15, 23, 42, 0.14);
}

/* ─── Staff success stories ─── */
.staff-story__eyebrow {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #475569;
}

.staff-story__title {
  color: #111111;
}

.staff-story__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .staff-story__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem;
  }
}

.staff-story__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.65rem 1.5rem 1.5rem 1.65rem;
  border-radius: 1.1rem;
  background: #ffffff;
  border: 1px solid color-mix(in srgb, var(--story-accent, #2563eb) 12%, #e5e7eb);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 10px 28px -16px rgba(15, 23, 42, 0.12);
  overflow: hidden;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s ease;
}

.staff-story__card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(
    180deg,
    var(--story-accent, #2563eb) 0%,
    color-mix(in srgb, var(--story-accent, #2563eb) 40%, transparent) 100%
  );
}

.staff-story__card:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--story-accent, #2563eb) 28%, #e5e7eb);
  box-shadow:
    0 6px 14px rgba(15, 23, 42, 0.05),
    0 20px 44px -20px color-mix(in srgb, var(--story-accent, #2563eb) 28%, transparent);
}

.staff-story__industry {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--story-accent, #2563eb);
  background: color-mix(in srgb, var(--story-bg, #eff6ff) 70%, #ffffff);
  border: 1px solid color-mix(in srgb, var(--story-accent, #2563eb) 18%, #e5e7eb);
}

.staff-story__block {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.staff-story__label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
}

.staff-story__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #4b5563;
}

.staff-story__result {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  align-self: flex-start;
  margin-top: 0.15rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--story-accent, #2563eb);
  background: color-mix(in srgb, var(--story-bg, #eff6ff) 75%, #ffffff);
  border: 1px solid color-mix(in srgb, var(--story-accent, #2563eb) 20%, #e5e7eb);
}

.staff-story__footnote {
  margin: 1.35rem auto 0;
  max-width: 36rem;
  text-align: center;
  font-size: 0.84rem;
  line-height: 1.65;
  color: #64748b;
}

@media (prefers-reduced-motion: reduce) {
  .staff-story__card:hover {
    transform: none;
  }
}


/* Product Engineering - Responsive Peel-Off Classes */
.pe-build-right-track {
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.pe-build-card-wrapper {
  position: relative;
  height: auto;
  width: 100%;
}

.pe-build-card-inner {
  position: relative;
  height: auto;
  pointer-events: auto;
}

@media (min-width: 1024px) {
  .pe-build-right-track {
    height: var(--lg-track-height, auto);
    display: block;
  }
  
  .pe-build-card-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: var(--lg-wrapper-height, auto);
    pointer-events: none;
  }
  
  .pe-build-card-inner {
    position: sticky;
    top: 8rem;
    height: 28rem;
    overflow: hidden;
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/styles/our-work.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
/* ═══════════════════════════════════════════
   Our Work — case study pages
   ═══════════════════════════════════════════ */

/* ─── Case study hero (full-cover bg + wave) ─── */
.case-study-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100svh;
  padding-top: clamp(7.5rem, 16vh, 10.5rem);
  padding-bottom: clamp(7rem, 16vh, 10rem);
}

.case-study-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.case-study-hero__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: brightness(0.65) saturate(0.75);
}

.case-study-hero__bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
}

.case-study-hero__curve {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  width: 100%;
  line-height: 0;
  pointer-events: none;
}

.case-study-hero__curve-svg {
  display: block;
  width: 100%;
  height: clamp(1.25rem, 6vw, 5.5rem);
}

.case-study-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  margin-inline: auto;
  text-align: center;
}

@keyframes caseStudyHeroTitleWord {
  from {
    opacity: 0;
    transform: translateX(-1.75rem);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
}

@keyframes caseStudyHeroFadeIn {
  from {
    opacity: 0;
    transform: translateY(1.25rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.case-study-hero__title {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.85rem, 5.4vw, 5.25rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  overflow-wrap: break-word;
  white-space: normal;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.case-study-hero__title-word-group {
  display: inline-block;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .case-study-hero__title-word-group {
    white-space: normal;
  }
}

.case-study-hero__title-char {
  display: inline-block;
  opacity: 0;
  animation: caseStudyHeroTitleWord 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
  will-change: transform, opacity, filter;
}

.case-study-hero__title-char--space {
  width: 0.32em;
}

.case-study-hero__fade-in {
  opacity: 0;
  animation: caseStudyHeroFadeIn 0.95s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.case-study-hero__subtitle {
  width: 100%;
  max-width: 100%;
  margin-top: 1.25rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.25rem, 2.6vw, 1.75rem);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

.case-study-hero__tags {
  width: 100%;
  max-width: 100%;
  justify-content: center;
}

.case-study-hero__tag {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 3px;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(0.72rem, 1.4vw, 0.84rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.92);
  background: transparent;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.case-study-hero__tag:hover {
  border-color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.06);
}

.case-study-hero__cta {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 2.25rem;
  padding: 0.9rem 2.5rem;
  border: 2.5px solid #f97316;
  border-radius: 9999px;
  background: transparent;
  color: #fff;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: none;
  transition:
    border-color 0.3s ease,
    color 0.3s ease,
    transform 0.25s ease,
    box-shadow 0.3s ease;
}

.case-study-hero__cta::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(to bottom, #fbbf24, #f97316, #ea580c);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.case-study-hero__cta:hover {
  border-color: transparent;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(249, 115, 22, 0.45);
}

.case-study-hero__cta:hover::before {
  transform: scaleX(1);
}

@media (max-width: 1023px) {
  .case-study-hero {
    min-height: 0;
    height: auto;
    align-items: flex-start;
    /* Equal visual top/bottom; top includes fixed-nav clearance */
    padding-top: 9.75rem;
    padding-bottom: 5.75rem;
  }
}

@media (max-width: 767px) {
  .case-study-hero {
    padding-top: 9.5rem;
    padding-bottom: 5.5rem;
  }

  .case-study-hero__title {
    font-size: clamp(1.85rem, 8vw, 2.75rem);
    letter-spacing: 0.06em;
    line-height: 1.15;
  }

  .case-study-hero__title-char {
    animation-duration: 0.75s;
  }

  .case-study-hero__title-char--space {
    width: 0.2em;
  }

  .case-study-hero__subtitle {
    margin-top: 1rem;
    font-size: clamp(1.1rem, 4.5vw, 1.35rem);
    line-height: 1.5;
  }

  .case-study-hero__cta {
    margin-top: 1.75rem;
    padding: 0.8rem 2rem;
    font-size: 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .case-study-hero__title-char,
  .case-study-hero__fade-in {
    animation: none;
    opacity: 1;
    transform: none;
    filter: none;
  }
}

/* ─── Smart Factory overview ─── */
.sf-overview {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 62%, #f1f5f9 100%);
}
.sf-overview__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  padding: 0.38rem 0.9rem;
  border: 1px solid rgba(249, 115, 22, 0.22);
  border-radius: 999px;
  background: rgba(255, 247, 237, 0.85);
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c2410c;
}

.sf-overview__eyebrow::before {
  content: '';
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #f97316;
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.18);
  animation: pulse-dot 2.4s ease-in-out infinite;
}

.sf-overview__title {
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.sf-overview__lead {
  margin-top: 1.15rem;
  max-width: 40rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.75;
  color: #475569;
}

.sf-overview__quote {
  display: flex;
  gap: 1rem;
  margin-top: 1.75rem;
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-left: 3px solid #f97316;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 250, 252, 0.96) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 14px 36px -24px rgba(15, 23, 42, 0.28);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.sf-overview__quote:hover {
  transform: translateY(-2px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 20px 42px -22px rgba(15, 23, 42, 0.32);
}

.sf-overview__quote-icon {
  flex-shrink: 0;
  margin-top: 0.15rem;
  color: #f97316;
}

.sf-overview__quote-text {
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.98rem;
  font-style: italic;
  line-height: 1.65;
  color: #334155;
}

.sf-overview__quote-author {
  margin-top: 0.65rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #94a3b8;
}

.sf-overview__panel {
  position: relative;
  padding: 1.35rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 24px 48px -32px rgba(15, 23, 42, 0.35);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}

.sf-overview__panel:hover {
  transform: translateY(-3px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 28px 56px -28px rgba(15, 23, 42, 0.38);
}

.sf-overview__panel-head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.sf-overview__panel-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #fbbf24, #f97316);
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.14);
}

.sf-overview__panel-title {
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0f172a;
}

.sf-overview__stats {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-overview__stat {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 0.85rem;
  background: #ffffff;
  transition:
    border-color 0.28s ease,
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease;
}

.sf-overview__stat:hover {
  border-color: rgba(249, 115, 22, 0.22);
  transform: translateX(4px);
  box-shadow: 0 10px 24px -18px rgba(15, 23, 42, 0.35);
}

.sf-overview__stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.65rem;
  background: #f8fafc;
  color: #64748b;
  transition: background 0.28s ease, color 0.28s ease;
}

.sf-overview__stat:hover .sf-overview__stat-icon {
  background: #fff7ed;
  color: #ea580c;
}

.sf-overview__stat-label {
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.82rem;
  color: #94a3b8;
}

.sf-overview__stat-value {
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  color: #0f172a;
  text-align: right;
}

.sf-overview__stat--highlight .sf-overview__stat-value {
  color: #059669;
}

.sf-overview__stat--highlight .sf-overview__stat-icon {
  background: #ecfdf5;
  color: #059669;
}

@media (max-width: 1023px) {
  .sf-overview__panel {
    margin-top: 0.25rem;
  }
}

@media (max-width: 640px) {
  .sf-overview__quote {
    flex-direction: column;
    gap: 0.65rem;
  }

  .sf-overview__panel {
    padding: 1.25rem 1.1rem 1.35rem;
    border-radius: 1.15rem;
  }

  .sf-overview__panel-head {
    margin-bottom: 1.15rem;
    gap: 0.65rem;
  }

  .sf-overview__panel-title {
    font-size: 1.15rem;
    letter-spacing: -0.02em;
  }

  .sf-overview__panel-dot {
    width: 0.55rem;
    height: 0.55rem;
  }

  .sf-overview__stats {
    gap: 0.85rem;
  }

  .sf-overview__stat {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    -moz-column-gap: 0.85rem;
         column-gap: 0.85rem;
    row-gap: 0.2rem;
    padding: 1rem 1rem;
    border-radius: 1rem;
  }

  .sf-overview__stat:hover {
    transform: none;
  }

  .sf-overview__stat-icon {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.75rem;
    grid-row: 1 / span 2;
    align-self: center;
  }

  .sf-overview__stat-label {
    grid-column: 2;
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.3;
  }

  .sf-overview__stat-value {
    grid-column: 2;
    text-align: left;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.35;
  }
}

/* ─── Smart Factory problem section ─── */
.sf-problem {
  background: linear-gradient(180deg, #ffffff 0%, #f1f5f9 45%, #f1f5f9 100%);
}

.sf-problem__head {
  max-width: 46rem;
  margin-inline: auto;
  text-align: center;
}

.sf-problem__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  padding: 0.38rem 0.9rem;
  border: 1px solid rgba(220, 38, 38, 0.18);
  border-radius: 999px;
  background: rgba(254, 242, 242, 0.9);
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #b91c1c;
}

.sf-problem__eyebrow::before {
  content: '';
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #ef4444;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.16);
  animation: pulse-dot 2.4s ease-in-out infinite;
}

.sf-problem__eyebrow--engagement {
  border-color: rgba(37, 99, 235, 0.18);
  background: rgba(239, 246, 255, 0.9);
  color: #1d4ed8;
}

.sf-problem__eyebrow--engagement::before {
  background: #3b82f6;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.16);
}

.sf-problem__title {
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.85rem, 3.8vw, 2.75rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.sf-problem__diagram {
  margin-top: 2.5rem;
}

.sf-problem__diagram-inner {
  position: relative;
  min-height: clamp(16rem, 34vw, 20rem);
  padding: 1.35rem 1rem 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.35rem;
  background: #ffffff;
  box-shadow: 0 24px 48px -32px rgba(15, 23, 42, 0.22);
  overflow: hidden;
}

.sf-problem__lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 72%;
  pointer-events: none;
}

.sf-problem__line {
  fill: none;
  stroke: rgba(239, 68, 68, 0.45);
  stroke-width: 2;
  stroke-dasharray: 8 10;
  stroke-linecap: round;
  animation: sf-problem-line-dash 2.8s linear infinite;
}

.sf-problem__line--b {
  animation-delay: 0.4s;
}

.sf-problem__line--c {
  animation-delay: 0.8s;
}

@keyframes sf-problem-line-dash {
  to {
    stroke-dashoffset: -36;
  }
}

.sf-problem__node {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  min-width: 6.5rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 30px -22px rgba(15, 23, 42, 0.35);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s ease;
}

.sf-problem__node:hover {
  transform: translateY(-3px);
  border-color: rgba(249, 115, 22, 0.24);
}

.sf-problem__node--center {
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 8.5rem;
  border-color: rgba(239, 68, 68, 0.22);
  background: linear-gradient(180deg, #fff7ed 0%, #ffffff 100%);
}

.sf-problem__node--center:hover {
  transform: translate(-50%, calc(-50% - 3px));
}

.sf-problem__node--tl {
  top: 8%;
  left: 8%;
}

.sf-problem__node--tr {
  top: 8%;
  right: 8%;
}

.sf-problem__node--bc {
  bottom: 24%;
  left: 50%;
  transform: translateX(-50%);
}

.sf-problem__node--bc:hover {
  transform: translateX(-50%) translateY(-3px);
}

.sf-problem__node-pulse {
  position: absolute;
  inset: -0.35rem;
  border: 1px solid rgba(239, 68, 68, 0.28);
  border-radius: 1.15rem;
  animation: sf-problem-pulse-ring 2.4s ease-out infinite;
}

@keyframes sf-problem-pulse-ring {
  0% {
    transform: scale(0.96);
    opacity: 0.75;
  }
  70%,
  100% {
    transform: scale(1.08);
    opacity: 0;
  }
}

.sf-problem__node-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.7rem;
  background: #f8fafc;
  color: #64748b;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.06);
}

.sf-problem__node-icon--center {
  background: rgba(254, 242, 242, 0.95);
  color: #dc2626;
  box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.14);
}

.sf-problem__node-label {
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #334155;
}

.sf-problem__node-status {
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #dc2626;
}

.sf-problem__metrics {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.sf-problem__metric {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.88);
}

.sf-problem__metric--bad {
  border-color: rgba(239, 68, 68, 0.14);
  background: rgba(254, 242, 242, 0.72);
}

.sf-problem__metric-label {
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #64748b;
}

.sf-problem__metric-value {
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: #b91c1c;
}

.sf-problem__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1.75rem;
  padding: 0;
  list-style: none;
}

@media (min-width: 900px) {
  .sf-problem__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

.sf-problem__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-height: 100%;
  padding: 1.15rem 1.15rem 1.25rem;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 16px 36px -28px rgba(15, 23, 42, 0.28);
  overflow: hidden;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.sf-problem__item:hover {
  transform: translateY(-4px);
  border-color: rgba(249, 115, 22, 0.22);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 22px 42px -24px rgba(15, 23, 42, 0.32);
}

.sf-problem__item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.sf-problem__item-step {
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #f97316;
}

.sf-problem__item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  color: #ea580c;
  box-shadow: 0 0 0 1px rgba(148, 163, 184, 0.18);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.sf-problem__item:hover .sf-problem__item-icon {
  transform: scale(1.06) rotate(-4deg);
}

.sf-problem__item-text {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #334155;
}

.sf-problem__item-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #f97316, #fb923c);
  transition: width 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.sf-problem__item:hover .sf-problem__item-line {
  width: 100%;
}

@media (max-width: 899px) {
  .sf-problem__diagram {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sf-problem__line,
  .sf-problem__node-pulse {
    animation: none;
  }
}

/* ─── Smart Factory solution section ─── */
.sf-solution {
  background: linear-gradient(180deg, #ffffff 0%, #f1f5f9 45%, #f1f5f9 100%);
}

.sf-solution__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  padding: 0.38rem 0.9rem;
  border: 1px solid rgba(16, 185, 129, 0.22);
  border-radius: 999px;
  background: rgba(236, 253, 245, 0.92);
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #047857;
}

.sf-solution__eyebrow::before {
  content: '';
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.16);
  animation: pulse-dot 2.4s ease-in-out infinite;
}

.sf-solution__head {
  text-align: center;
}

.sf-solution__stack-card {
  animation: sf-solution-card-float 6s ease-in-out infinite;
}

@keyframes sf-solution-card-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.sf-solution__stack-axis {
  animation: sf-solution-axis-pulse 2.8s ease-in-out infinite;
}

@keyframes sf-solution-axis-pulse {
  0%,
  100% {
    opacity: 0.45;
  }
  50% {
    opacity: 1;
  }
}

.sf-solution__title {
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.85rem, 3.8vw, 2.75rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.sf-solution__status {
  animation: sf-solution-status 2.4s ease-in-out infinite;
}

@keyframes sf-solution-status {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.2);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(16, 185, 129, 0);
  }
}

.sf-solution__layer {
  width: var(--layer-width, 100%);
  opacity: 0;
  transform: translateX(-1.25rem);
  animation: sf-solution-layer-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.sf-solution__layer-bar {
  position: relative;
  overflow: hidden;
}

.sf-solution__layer-bar::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(16, 185, 129, 0.12) 50%, transparent 100%);
  transform: translateX(-120%);
  animation: sf-solution-layer-shine 3.2s ease-in-out infinite;
}

.sf-solution__layer:nth-child(1) .sf-solution__layer-bar::after {
  animation-delay: 0s;
}

.sf-solution__layer:nth-child(2) .sf-solution__layer-bar::after {
  animation-delay: 0.4s;
}

.sf-solution__layer:nth-child(3) .sf-solution__layer-bar::after {
  animation-delay: 0.8s;
}

.sf-solution__layer:nth-child(4) .sf-solution__layer-bar::after {
  animation-delay: 1.2s;
}

@keyframes sf-solution-layer-in {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes sf-solution-layer-shine {
  0%,
  100% {
    transform: translateX(-120%);
  }
  50% {
    transform: translateX(120%);
  }
}

.sf-solution__arrow {
  animation: sf-solution-arrow 1.8s ease-in-out infinite;
}

@keyframes sf-solution-arrow {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.45;
  }
  50% {
    transform: translateY(5px);
    opacity: 1;
  }
}

.sf-solution__pipeline-rail {
  background: linear-gradient(180deg, #3b82f6 0%, #8b5cf6 45%, #10b981 100%);
  transform-origin: top center;
  transform: scaleY(0);
  animation: sf-solution-rail-grow 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
}

@keyframes sf-solution-rail-grow {
  to {
    transform: scaleY(1);
  }
}

.sf-solution__node-dot {
  animation: sf-solution-dot-pop 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.sf-solution__pipeline article:nth-child(1) .sf-solution__node-dot {
  animation-delay: 0.55s;
}

.sf-solution__pipeline article:nth-child(2) .sf-solution__node-dot {
  animation-delay: 0.7s;
}

.sf-solution__pipeline article:nth-child(3) .sf-solution__node-dot {
  animation-delay: 0.85s;
}

@keyframes sf-solution-dot-pop {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sf-solution__layer,
  .sf-solution__layer-bar::after,
  .sf-solution__arrow,
  .sf-solution__pipeline-rail,
  .sf-solution__node-dot,
  .sf-solution__status,
  .sf-solution__stack-card,
  .sf-solution__stack-axis {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* ─── Case study results section (matches service Proof theme) ─── */
.sf-results.cloud-proof {
  background: linear-gradient(125deg, #0c4a6e 0%, #1e3a5f 45%, #0f172a 100%);
}

.sf-results__layout {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.sf-results__head {
  text-align: center;
}

.sf-results__title {
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(2.35rem, 5.5vw, 3.65rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: #f8fafc;
}

.sf-results__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  width: 100%;
}

.sf-results__metric {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 2rem 1.35rem 1.75rem;
  border-radius: 1.15rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px -24px rgba(0, 0, 0, 0.45);
  transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.sf-results__metric-glow {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  opacity: 0.9;
}

.sf-results__metric--blue .sf-results__metric-glow {
  background: linear-gradient(90deg, transparent, #38bdf8, transparent);
}

.sf-results__metric--violet .sf-results__metric-glow {
  background: linear-gradient(90deg, transparent, #a78bfa, transparent);
}

.sf-results__metric--emerald .sf-results__metric-glow {
  background: linear-gradient(90deg, transparent, #34d399, transparent);
}

.sf-results__metric:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.26);
  box-shadow: 0 24px 48px -20px rgba(0, 0, 0, 0.5);
}

.sf-results__metric-top {
  position: relative;
  margin-bottom: 1.15rem;
}

.sf-results__ring {
  position: relative;
  width: 8.25rem;
  height: 8.25rem;
}

.sf-results__ring-svg {
  width: 100%;
  height: 100%;
}

.sf-results__ring-progress {
  stroke-dashoffset: var(--ring-circumference, 339);
  transition: stroke-dashoffset 1.6s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}

.sf-results__ring-progress.visible {
  stroke-dashoffset: calc(var(--ring-circumference, 339) * (1 - var(--ring-progress, 0) / 100));
}

.sf-results__ring-value {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.55rem, 2.6vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.sf-results__icon {
  position: absolute;
  top: -0.15rem;
  right: -0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(15, 23, 42, 0.65);
  box-shadow: 0 8px 20px -10px rgba(0, 0, 0, 0.5);
}

.sf-results__icon--blue {
  color: #7dd3fc;
}

.sf-results__icon--violet {
  color: #c4b5fd;
}

.sf-results__icon--emerald {
  color: #6ee7b7;
}

.sf-results__label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e2e8f0;
}

.sf-results__text {
  margin-top: 0.65rem;
  max-width: 17rem;
  font-size: 0.95rem;
  line-height: 1.65;
  text-align: center;
  color: #ffffff;
}

.sf-results__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 0.25rem;
  padding: 1.15rem 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}

.sf-results__footer-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  background: rgba(56, 189, 248, 0.15);
  color: #7dd3fc;
  box-shadow: inset 0 0 0 1px rgba(125, 211, 252, 0.2);
}

.sf-results__footer-text {
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(0.95rem, 1.8vw, 1.08rem);
  line-height: 1.55;
  font-weight: 600;
  color: #f1f5f9;
  text-align: center;
}

@media (max-width: 1023px) {
  .sf-results__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .sf-results__metrics {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .sf-results__metric {
    padding: 1.65rem 1.25rem 1.5rem;
  }

  .sf-results__footer {
    flex-direction: column;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sf-results__ring-progress,
  .sf-results__metric:hover {
    transition: none;
    transform: none;
  }
}

.sf-cta {
  padding-block: clamp(2.5rem, 5vw, 3.5rem);
}

.sf-cta__title {
  font-size: clamp(2.2rem, 5.4vw, 3.85rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.sf-cta__subtitle {
  font-size: clamp(1.05rem, 2.1vw, 1.22rem);
  line-height: 1.75;
  max-width: 42rem;
  margin-inline: auto;
}

.sf-cta__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  margin-top: 2.15rem;
}

.sf-cta__actions .pillar-cta-btn,
.sf-cta__secondary {
  min-height: 3rem;
  box-sizing: border-box;
}

.sf-cta__footnote {
  margin-top: 1.25rem;
  font-size: 0.94rem;
  line-height: 1.6;
  color: #6b7280;
}

@media (max-width: 640px) {
  .sf-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .sf-cta__actions .pillar-cta-btn,
  .sf-cta__secondary {
    justify-content: center;
    width: 100%;
    min-height: 3rem;
  }
}



/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/styles/products.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
/* ═══════════════════════════════════════════
   Products — Rexo, CleanPlan, ShowTimeBro, mockups
   ═══════════════════════════════════════════ */

/* ─── Rexo modules coverflow carousel ─── */
.rexo-coverflow__wrap {
  padding: 0 0.5rem;
}

.rexo-coverflow__watermark {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 100%;
  transform: translate(-50%, -52%);
  text-align: center;
  font-size: clamp(3.5rem, 12vw, 7.5rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  color: rgba(148, 163, 184, 0.1);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}

.rexo-coverflow__nav {
  position: absolute;
  top: 50%;
  z-index: 40;
  display: flex;
  height: 3rem;
  width: 3rem;
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  color: #64748b;
  background: #ffffff;
  box-shadow: 0 6px 18px -8px rgba(15, 23, 42, 0.14);
  transform: translateY(-50%);
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease;
}

.rexo-coverflow__nav:hover {
  transform: translateY(-50%) scale(1.05);
  background: #f8fafc;
  border-color: #cbd5e1;
  color: #475569;
  box-shadow: 0 8px 22px -8px rgba(15, 23, 42, 0.16);
}

.rexo-coverflow__nav--prev {
  left: 0;
}

.rexo-coverflow__nav--next {
  right: 0;
}

@media (min-width: 768px) {
  .rexo-coverflow__nav {
    height: 3.25rem;
    width: 3.25rem;
  }

  .rexo-coverflow__nav--prev {
    left: -0.25rem;
  }

  .rexo-coverflow__nav--next {
    right: -0.25rem;
  }
}

.rexo-coverflow__stage {
  position: relative;
  z-index: 1;
  height: min(62vw, 360px);
  max-height: 360px;
  margin: 0 auto;
  perspective: 1400px;
  transform-style: preserve-3d;
  cursor: grab;
  touch-action: pan-y;
}

.rexo-coverflow__stage:active {
  cursor: grabbing;
}

.rexo-coverflow__card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(80vw, 280px);
  height: min(88vw, 320px);
  transform-style: preserve-3d;
  transition:
    transform 0.62s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.5s ease;
  will-change: transform, opacity;
}

.rexo-coverflow__card-inner {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border-radius: 1.35rem;
  padding: 1.1rem 1.15rem 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #f3f4f6 55%, #e5e7eb 100%);
  color: #0f172a;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 18px 40px -26px rgba(15, 23, 42, 0.22);
}

.rexo-coverflow__gradient-bar {
  display: none;
}

.rexo-coverflow__icon-ring {
  display: flex;
  height: 3.75rem;
  width: 3.75rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: none;
  margin: 0.25rem auto 0.75rem;
  box-shadow: 0 6px 16px -10px rgba(15, 23, 42, 0.18);
}

.rexo-coverflow__body {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  text-align: center;
  width: 100%;
}

.rexo-coverflow__title {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: #0f172a;
}

.rexo-coverflow__desc {
  font-size: 0.76rem;
  line-height: 1.5;
  color: #475569;
}

.rexo-coverflow__desc--compact {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.rexo-coverflow__benefits {
  margin-top: auto;
  padding-top: 0.55rem;
  font-size: 0.72rem;
  line-height: 1.45;
  color: #64748b;
  border-top: none;
  text-align: center;
}

.rexo-coverflow__accent-line {
  position: absolute;
  left: 50%;
  bottom: 0.85rem;
  width: 3.5rem;
  height: 2px;
  border-radius: 9999px;
  opacity: 0.5;
  transform: translateX(-50%);
}

@media (prefers-reduced-motion: reduce) {
  .rexo-coverflow__card {
    transition: none;
  }
}

/* ─── Rexo deployment section ─── */
.rexo-deploy__panel {
  position: relative;
  overflow: hidden;
  border-radius: 1.75rem;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.96) 100%);
  padding: 2rem 1.35rem;
  box-shadow:
    0 24px 48px -32px rgba(15, 23, 42, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.85) inset;
}

@media (min-width: 768px) {
  .rexo-deploy__panel {
    padding: 2.5rem 2.25rem;
  }
}

.rexo-deploy__intro {
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
  line-height: 1.7;
  color: #475569;
}

@media (min-width: 768px) {
  .rexo-deploy__intro {
    font-size: 1.125rem;
  }
}

.rexo-deploy__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.75rem 0 1.5rem;
}

.rexo-deploy__divider span {
  display: block;
  width: min(100%, 28rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, #cbd5e1, transparent);
}

.rexo-deploy__phase-label {
  margin-bottom: 1.35rem;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #64748b;
}

.rexo-deploy__track {
  position: relative;
  padding: 0.25rem 0 0.5rem;
}

.rexo-deploy__track-line {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 2.15rem;
  z-index: 0;
  height: 2px;
  background: linear-gradient(90deg, #93c5fd, #a78bfa, #34d399, #fbbf24);
  opacity: 0.45;
  display: none;
}

.rexo-deploy__rail {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
}

.rexo-deploy__step-wrap {
  display: contents;
}

.rexo-deploy__step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  border-radius: 1.1rem;
  border: 1px solid #e2e8f0;
  border-top-width: 3px;
  background: #ffffff;
  padding: 1.15rem 0.85rem 0.9rem;
  padding-top: 1.45rem;
  text-align: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.rexo-deploy__step:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -22px rgba(15, 23, 42, 0.22);
}

.rexo-deploy__step-icon {
  position: absolute;
  top: -1.15rem;
  left: 50%;
  display: flex;
  height: 2.35rem;
  width: 2.35rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 2px solid #ffffff;
  box-shadow: 0 8px 18px -12px rgba(15, 23, 42, 0.28);
  transform: translateX(-50%);
}

.rexo-deploy__step-name {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f172a;
}

.rexo-deploy__step-detail {
  font-size: 0.7rem;
  line-height: 1.35;
  color: #64748b;
}

.rexo-deploy__arrow {
  display: none;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
}

.rexo-deploy__closing {
  margin-top: 1.75rem;
  border-top: 1px solid #e2e8f0;
  padding-top: 1.35rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.65;
  color: #475569;
}

@media (min-width: 768px) {
  .rexo-deploy__closing {
    font-size: 1.05rem;
  }
}

@media (min-width: 1024px) {
  .rexo-deploy__track-line {
    display: block;
  }

  .rexo-deploy__rail {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr;
    align-items: stretch;
    gap: 0.35rem;
  }

  .rexo-deploy__step-wrap {
    display: contents;
  }

  .rexo-deploy__arrow {
    display: flex;
    align-self: center;
    padding-top: 0.35rem;
  }

  .rexo-deploy__step {
    min-height: 8.5rem;
    justify-content: center;
  }
}

@media (max-width: 1023px) {
  .rexo-deploy__step-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
  }

  .rexo-deploy__arrow {
    display: flex;
    justify-content: center;
    transform: rotate(90deg);
    padding: 0.1rem 0;
  }
}

.method-rail__row {
  display: flex;
  gap: 0;
  width: -moz-max-content;
  width: max-content;
  padding: 2rem max(1.5rem, calc((100vw - 72rem) / 2 + 1.5rem)) 1rem;
}

.method-rail__card {
  position: relative;
  flex: 0 0 min(90vw, 17.5rem);
  min-height: 12.5rem;
  display: flex;
  flex-direction: column;
  margin-right: 2.75rem;
  padding: 2.5rem 1.35rem 1.2rem 1.5rem;
  border-radius: 1.25rem;
  background: #ffffff;
  border: 1px solid color-mix(in srgb, var(--method-accent, #7c3aed) 12%, #e4e7ec);
  box-shadow: 0 8px 24px -18px rgba(27, 29, 30, 0.12);
  overflow: visible;
  isolation: isolate;
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.32s ease;
}

.method-rail__card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.85rem;
  bottom: 0.85rem;
  width: 4px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(
    to bottom,
    var(--method-accent, #7c3aed),
    var(--method-bg-mid, #ddd6fe)
  );
  z-index: 2;
}

.method-rail__watermark {
  position: absolute;
  top: 0.35rem;
  right: 0.65rem;
  font-family: Inter, sans-serif;
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: color-mix(in srgb, var(--method-accent, #7c3aed) 11%, transparent);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 0;
}

.method-rail__pipe {
  position: absolute;
  top: 50%;
  right: -2.75rem;
  width: 2.75rem;
  height: 2px;
  transform: translateY(-50%);
  background: repeating-linear-gradient(
    90deg,
    color-mix(in srgb, var(--method-accent, #7c3aed) 35%, #cbd5e1) 0,
    color-mix(in srgb, var(--method-accent, #7c3aed) 35%, #cbd5e1) 6px,
    transparent 6px,
    transparent 12px
  );
  z-index: 3;
}

.method-rail__pipe::after {
  content: '';
  position: absolute;
  right: -1px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid color-mix(in srgb, var(--method-accent, #7c3aed) 45%, #94a3b8);
  transform: translateY(-50%);
}

.method-rail__icon-ring {
  position: absolute;
  top: -1.65rem;
  left: 1.35rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.15rem;
  height: 3.15rem;
  margin: 0;
  border-radius: 50%;
  color: var(--method-accent, #7c3aed);
  background: linear-gradient(
    145deg,
    #ffffff 0%,
    var(--method-bg, #f5f3ff) 38%,
    var(--method-bg-mid, #ede9fe) 100%
  );
  border: 2px solid color-mix(in srgb, var(--method-accent, #7c3aed) 14%, #ffffff);
  box-shadow:
    0 6px 18px -10px color-mix(in srgb, var(--method-accent, #7c3aed) 28%, transparent),
    0 0 0 3px #ffffff;
  transition: transform 0.38s cubic-bezier(0.34, 1.4, 0.64, 1), box-shadow 0.35s ease;
}

.method-rail__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.45rem;
  flex: 1;
  min-height: 0;
}

.method-rail__card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: color-mix(in srgb, var(--method-accent, #7c3aed) 28%, #e4e7ec);
  box-shadow: 0 20px 40px -20px color-mix(in srgb, var(--method-accent, #7c3aed) 28%, transparent);
}

.method-rail__card:hover .method-rail__icon-ring {
  transform: scale(1.1) rotate(6deg);
  box-shadow:
    0 10px 22px -10px color-mix(in srgb, var(--method-accent, #7c3aed) 32%, transparent),
    0 0 0 3px #ffffff;
  background: linear-gradient(
    145deg,
    #ffffff 0%,
    var(--method-bg-mid, #ede9fe) 100%
  );
}

.method-rail__card-title {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.32;
  color: #0f172a;
  letter-spacing: -0.02em;
  padding-right: 1.5rem;
}

.method-rail__card-desc {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.68;
  color: #64748b;
}

.method-rail__track .sr-from-right {
  transition-duration: 1.4s;
}

@media (max-width: 640px) {
  .method-rail__pipe {
    display: none;
  }

  .method-rail__card {
    margin-right: 1.15rem;
  }

  .method-rail__watermark {
    font-size: 3.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .method-rail__card:hover,
  .method-rail__card:hover .method-rail__icon-ring {
    transform: none;
  }

  .method-rail__track {
    scroll-behavior: auto;
  }
}

/* ─── CleanPlan hero background ─── */
.cleanplan-hero {
  background: #ffffff;
  padding-top: 7.5rem;
  padding-bottom: 2rem;
}

.cleanplan-hero.webdev-hero {
  height: auto;
  min-height: 0;
  max-height: none;
  align-items: flex-start;
  overflow: visible;
  padding-top: 7.5rem;
  padding-bottom: 2.5rem;
}

@media (max-width: 1023px) {
  .cleanplan-hero.webdev-hero {
    height: auto;
    min-height: 0;
    max-height: none;
    align-items: flex-start;
    overflow: visible;
    padding-top: 7.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .cleanplan-hero.webdev-hero {
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
    align-items: center;
    overflow: hidden;
    padding-top: 8.75rem;
    padding-bottom: 3.5rem;
  }
}

.cleanplan-hero__heading {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: clamp(1.7rem, 4.4vw, 3.75rem);
  letter-spacing: -0.02em;
  line-height: 1.18;
  color: #0f172a;
  text-wrap: balance;
}

.cleanplan-hero__lede {
  max-width: 36rem;
}

.cleanplan-hero__title-line {
  text-align: center !important;
  width: 100% !important;
  max-width: 100% !important;
  text-wrap: balance;
}

@media (min-width: 1024px) {
  .cleanplan-hero__title-line {
    text-align: left !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .cleanplan-hero__lede {
    max-width: 32rem;
  }
}

@media (max-width: 1023px) {
  .cleanplan-hero .max-w-\[1200px\] {
    padding-left: 0;
    padding-right: 0;
  }

  .cleanplan-hero__copy {
    width: 100%;
    max-width: 40rem;
    margin-inline: auto;
  }

  .cleanplan-hero__heading {
    font-size: clamp(1.65rem, 5.6vw, 2.65rem);
  }

  .cleanplan-hero__line:first-child {
    white-space: normal;
  }

  .cleanplan-hero__lede {
    max-width: 100%;
    padding-inline: 0;
  }

  .cleanplan-hero__media {
    width: 100%;
    max-width: 40rem;
    margin-inline: auto;
  }

  .cleanplan-hero__media .cleanplan-laptop {
    width: 100%;
    max-width: 100%;
    transform: translateY(1rem);
  }

  .cleanplan-hero__media .cleanplan-laptop--visible {
    transform: translateY(0);
  }

  .cleanplan-hero__media .cleanplan-laptop__viewport {
    height: clamp(16rem, 52vw, 22rem);
  }

  .cleanplan-hero__media .cleanplan-laptop__badge {
    right: 0.5rem;
    bottom: 0.35rem;
  }

  .cleanplan-hero__media .cleanplan-laptop__base {
    margin: 0;
  }
}

@media (max-width: 639px) {
  .cleanplan-hero__heading {
    font-size: clamp(1.55rem, 7vw, 1.95rem);
  }
}

/* ShowTimeBro feature cards — compact default; hover covers icon with content */
.stb-wave-card {
  --stb-accent: #ea580c;
  --stb-ease: cubic-bezier(0.25, 1, 0.5, 1);
  --stb-peek: 5.1rem;
  position: relative;
  height: 11.75rem;
  overflow: hidden;
  border-radius: 1.15rem;
  background: linear-gradient(
    165deg,
    color-mix(in srgb, var(--stb-accent) 18%, #ffffff) 0%,
    color-mix(in srgb, var(--stb-accent) 10%, #f8fafc) 42%,
    color-mix(in srgb, var(--stb-accent) 4%, #eef2f7) 100%
  );
  box-shadow: 0 3px 14px rgba(15, 23, 42, 0.06);
  transition:
    transform 0.5s var(--stb-ease),
    box-shadow 0.5s var(--stb-ease);
}

.stb-wave-card:hover,
.stb-wave-card:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
}

.stb-wave-card__visual {
  position: absolute;
  inset: 0 0 var(--stb-peek) 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0.75rem 0;
  transition: opacity 0.35s var(--stb-ease);
}

.stb-wave-card:hover .stb-wave-card__visual,
.stb-wave-card:focus-within .stb-wave-card__visual {
  opacity: 0;
  pointer-events: none;
}

.stb-wave-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.85rem;
  color: var(--stb-accent);
  background: color-mix(in srgb, var(--stb-accent) 14%, #fff);
  border: 1px solid color-mix(in srgb, var(--stb-accent) 18%, #fff);
  box-shadow: 0 3px 10px color-mix(in srgb, var(--stb-accent) 14%, transparent);
}

.stb-wave-card__sheet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  transform: translateY(calc(100% - var(--stb-peek)));
  transition: transform 0.55s var(--stb-ease);
  will-change: transform;
}

.stb-wave-card:hover .stb-wave-card__sheet,
.stb-wave-card:focus-within .stb-wave-card__sheet {
  transform: translateY(0);
}

.stb-wave-card__wave {
  display: block;
  width: 100%;
  height: 2.15rem;
  margin-bottom: -1px;
  fill: #fff;
  flex-shrink: 0;
  pointer-events: none;
}

.stb-wave-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 0 1.05rem 1.05rem;
  min-height: 0;
}

.stb-wave-card__title {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #0f172a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-shrink: 0;
  transition: color 0.4s var(--stb-ease);
}

.stb-wave-card:hover .stb-wave-card__title,
.stb-wave-card:focus-within .stb-wave-card__title {
  color: var(--stb-accent);
  -webkit-line-clamp: 3;
}

.stb-wave-card__desc-wrap {
  display: grid;
  grid-template-rows: 0fr;
  flex: 1;
  margin-top: 0;
  opacity: 0;
  min-height: 0;
  transition:
    grid-template-rows 0.45s var(--stb-ease) 0.08s,
    opacity 0.3s var(--stb-ease) 0.1s,
    margin-top 0.45s var(--stb-ease);
}

.stb-wave-card:hover .stb-wave-card__desc-wrap,
.stb-wave-card:focus-within .stb-wave-card__desc-wrap {
  grid-template-rows: 1fr;
  margin-top: 0.55rem;
  opacity: 1;
}

.stb-wave-card__desc {
  overflow: hidden;
  min-height: 0;
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.75rem;
  line-height: 1.55;
  color: #64748b;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

@media (hover: none) {
  .stb-wave-card {
    height: auto;
    min-height: 13.5rem;
  }

  .stb-wave-card__visual {
    display: none;
  }

  .stb-wave-card__sheet {
    position: relative;
    height: auto;
    transform: none;
  }

  .stb-wave-card__desc-wrap {
    grid-template-rows: 1fr;
    margin-top: 0.55rem;
    opacity: 1;
  }

  .stb-wave-card__title {
    color: var(--stb-accent);
  }

  .stb-wave-card__desc {
    -webkit-line-clamp: unset;
    display: block;
  }
}

/* ShowTimeBro — event type cards (4 / 3 / 4) */
.stb-event-rows {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.stb-event-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
}

.stb-event-card {
  --stb-event-ease: cubic-bezier(0.25, 1, 0.5, 1);
  position: relative;
  flex: 0 0 auto;
  width: 13rem;
  max-width: 100%;
  min-width: 0;
  min-height: 3.4rem;
  display: flex;
  align-items: center;
  padding: 0.95rem 0.9rem 0.95rem 3.4rem;
  border-radius: 0.9rem;
  background: #fff;
  border: 1px solid #e8ecf1;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
  transition:
    transform 0.35s var(--stb-event-ease),
    box-shadow 0.35s var(--stb-event-ease),
    border-color 0.35s var(--stb-event-ease),
    background 0.35s var(--stb-event-ease),
    padding 0.45s var(--stb-event-ease);
}

.stb-event-card:hover {
  transform: translateY(-3px);
  background: #fffaf5;
  border-color: #fdba74;
  box-shadow: 0 8px 20px rgba(234, 88, 12, 0.08);
  padding: 0.95rem 3.4rem 0.95rem 0.9rem;
}

.stb-event-card__icon {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.6rem;
  color: #ea580c;
  background: #fff7ed;
  transform: translateY(-50%);
  transition:
    left 0.45s var(--stb-event-ease),
    background 0.35s var(--stb-event-ease),
    color 0.35s var(--stb-event-ease);
}

.stb-event-card:hover .stb-event-card__icon {
  left: calc(100% - 3rem);
  background: #ea580c;
  color: #fff;
}

.stb-event-card__label {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #334155;
  transition: color 0.35s var(--stb-event-ease);
}

.stb-event-card:hover .stb-event-card__label {
  color: #0f172a;
}

@media (max-width: 1023px) {
  .stb-event-card {
    width: calc((100% - 0.7rem) / 2);
  }
}

@media (max-width: 639px) {
  .stb-event-card {
    width: 100%;
  }
}

/* ShowTimeBro — proven section */
.stb-proven__wash {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 45% at 88% 20%, rgba(249, 115, 22, 0.08), transparent 60%),
    radial-gradient(ellipse 45% 40% at 8% 85%, rgba(37, 99, 235, 0.06), transparent 58%);
  pointer-events: none;
}

.stb-proven__copy p {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #475569;
}

.stb-proven__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stb-proven__chips li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  font-size: 0.78rem;
  font-weight: 600;
  color: #334155;
}

.stb-proven__chips li svg {
  color: #ea580c;
  flex-shrink: 0;
}

.stb-proven__visual {
  position: relative;
}

.stb-proven__frame {
  position: relative;
  padding: 1.35rem 1.25rem 1.25rem;
  border-radius: 1.35rem;
  background: linear-gradient(165deg, #0f172a 0%, #1e293b 55%, #172554 100%);
  box-shadow:
    0 24px 48px rgba(15, 23, 42, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.stb-proven__frame::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -15%;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background: rgba(249, 115, 22, 0.18);
  filter: blur(40px);
  pointer-events: none;
}

.stb-proven__frame-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.15rem;
}

.stb-proven__eyebrow {
  margin: 0 0 0.2rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
}

.stb-proven__frame-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #f8fafc;
}

.stb-proven__live {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.28);
  font-size: 0.7rem;
  font-weight: 600;
  color: #6ee7b7;
  flex-shrink: 0;
}

.stb-proven__live-dot {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 3px rgba(52, 211, 153, 0.2);
  animation: stb-proven-pulse 1.8s ease-in-out infinite;
}

@keyframes stb-proven-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.45;
  }
}

.stb-proven__flow {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stb-proven__step {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0.85rem;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.stb-proven__step:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(251, 146, 60, 0.35);
  transform: translateX(3px);
}

.stb-proven__step-index {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #64748b;
}

.stb-proven__step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 0.65rem;
  color: #fb923c;
  background: rgba(249, 115, 22, 0.14);
  border: 1px solid rgba(249, 115, 22, 0.22);
}

.stb-proven__step-text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.stb-proven__step-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #f1f5f9;
}

.stb-proven__step-detail {
  font-size: 0.72rem;
  line-height: 1.4;
  color: #94a3b8;
}

.stb-proven__stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
}

@media (min-width: 768px) {
  .stb-proven__stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

.stb-proven__stats > div {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  text-align: center;
}

.stb-proven__stats strong {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.stb-proven__stats span {
  font-size: 0.65rem;
  font-weight: 500;
  color: #94a3b8;
}

.stb-proven__float {
  position: absolute;
  right: 0.75rem;
  bottom: -0.85rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
  font-size: 0.72rem;
  font-weight: 600;
  color: #334155;
}

.stb-proven__float svg {
  color: #ea580c;
}

@media (max-width: 767px) {
  .stb-proven__stats {
    text-align: left;
  }

  .stb-proven__stats > div {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    text-align: left;
    gap: 0.75rem;
  }

  .stb-proven__float {
    position: static;
    margin-top: 1rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}

/* ShowTimeBro — why organizers choose */
.stb-why__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.2fr);
  gap: 3rem 3.5rem;
  align-items: start;
}

.stb-why__intro {
  position: sticky;
  top: 6.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  justify-self: start;
  width: 100%;
  max-width: 22rem;
}

.stb-why__lede {
  margin: 1.35rem 0 0;
  max-width: 22rem;
  font-size: clamp(1.1rem, 1.6vw, 1.25rem);
  line-height: 1.7;
  color: #475569;
  text-align: left;
}

.stb-why__zigzag {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stb-why__item {
  --stb-why-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --stb-why-media: linear-gradient(155deg, #f1f5f9 0%, #e2e8f0 100%);
  --stb-why-icon: #ea580c;
  display: flex;
  align-items: stretch;
  width: min(100%, 21.5rem);
  min-height: 5.15rem;
  overflow: hidden;
  border-radius: 1.1rem;
  background: #fff;
  box-shadow:
    0 8px 22px -12px rgba(15, 23, 42, 0.16),
    0 2px 5px rgba(15, 23, 42, 0.04);
  transition:
    transform 0.4s var(--stb-why-ease),
    box-shadow 0.4s var(--stb-why-ease);
}

@keyframes stb-why-wave {
  0%,
  100% {
    transform: translateY(-50%) scale(1);
  }
  50% {
    transform: translateY(calc(-50% - 3px)) scale(1.04);
  }
}

@keyframes stb-why-icon-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}

.stb-why__item:nth-child(3n + 1) {
  --stb-why-media: linear-gradient(155deg, #fff7ed 0%, #ffedd5 100%);
  --stb-why-icon: #ea580c;
}

.stb-why__item:nth-child(3n + 2) {
  --stb-why-media: linear-gradient(155deg, #f8fafc 0%, #e2e8f0 100%);
  --stb-why-icon: #475569;
}

.stb-why__item:nth-child(3n + 3) {
  --stb-why-media: linear-gradient(155deg, #eff6ff 0%, #dbeafe 100%);
  --stb-why-icon: #2563eb;
}

.stb-why__item--left {
  align-self: flex-start;
  flex-direction: row;
}

.stb-why__item--right {
  align-self: flex-end;
  flex-direction: row-reverse;
}

.stb-why__item:hover {
  box-shadow:
    0 16px 34px -14px rgba(15, 23, 42, 0.2),
    0 4px 10px rgba(15, 23, 42, 0.05);
}

.stb-why__item--left:hover {
  transform: translateY(-4px) translateX(5px);
}

.stb-why__item--right:hover {
  transform: translateY(-4px) translateX(-5px);
}

.stb-why__media {
  position: relative;
  flex: 0 0 5.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--stb-why-media);
  overflow: hidden;
}

.stb-why__item--left .stb-why__media {
  border-radius: 1.1rem 0 0 1.1rem;
}

.stb-why__item--right .stb-why__media {
  border-radius: 0 1.1rem 1.1rem 0;
}

.stb-why__wave {
  position: absolute;
  top: 50%;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  pointer-events: none;
  transform: translateY(-50%);
  animation: stb-why-wave 3.2s ease-in-out infinite;
}

.stb-why__wave--b {
  animation-delay: 0.35s;
}

.stb-why__wave--c {
  animation-delay: 0.7s;
}

.stb-why__item--left .stb-why__wave {
  right: -0.95rem;
}

.stb-why__item--right .stb-why__wave {
  left: -0.95rem;
}

.stb-why__wave--a {
  background: rgba(148, 163, 184, 0.28);
  width: 2.55rem;
  height: 2.55rem;
}

.stb-why__wave--b {
  background: rgba(203, 213, 225, 0.45);
  width: 2rem;
  height: 2rem;
  margin-top: -1.15rem;
}

.stb-why__item--left .stb-why__wave--b {
  right: -0.7rem;
}

.stb-why__item--right .stb-why__wave--b {
  left: -0.7rem;
}

.stb-why__wave--c {
  background: rgba(226, 232, 240, 0.7);
  width: 1.55rem;
  height: 1.55rem;
  margin-top: 1.1rem;
}

.stb-why__item--left .stb-why__wave--c {
  right: -0.45rem;
}

.stb-why__item--right .stb-why__wave--c {
  left: -0.45rem;
}

.stb-why__icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 999px;
  color: var(--stb-why-icon);
  background: #fff;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.1);
  border: 1px solid rgba(226, 232, 240, 0.9);
  animation: stb-why-icon-float 2.8s ease-in-out infinite;
  transition: transform 0.35s var(--stb-why-ease);
}

.stb-why__item:hover .stb-why__icon {
  animation: none;
  transform: scale(1.08);
}

.stb-why__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.2rem;
  padding: 0.8rem 0.95rem;
}

.stb-why__title {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-transform: uppercase;
  color: #0f172a;
}

.stb-why__subtitle {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.4;
  color: #64748b;
}

@media (max-width: 1023px) {
  .stb-why__layout {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .stb-why__intro {
    position: static;
    max-width: 34rem;
  }

  .stb-why__lede {
    max-width: 34rem;
  }

  .stb-why__item {
    width: min(100%, 23rem);
  }
}

@media (max-width: 639px) {
  .stb-why__item,
  .stb-why__item--left,
  .stb-why__item--right {
    width: 100%;
    align-self: stretch;
  }

  .stb-why__item--left:hover,
  .stb-why__item--right:hover {
    transform: translateY(-3px);
  }

  .stb-why__media {
    flex-basis: 4.75rem;
  }

  .stb-why__icon {
    width: 2.35rem;
    height: 2.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stb-why__item,
  .stb-why__wave,
  .stb-why__icon {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
}

/* ─── Product hero laptop mockup ─── */
.cleanplan-laptop {
  width: min(100%, 34rem);
  opacity: 0;
  transform: translateX(3.25rem);
  transition:
    opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.cleanplan-laptop--visible {
  opacity: 1;
  transform: translateX(0);
}

.cleanplan-laptop__lid {
  border-radius: 1.1rem 1.1rem 0 0;
  background: linear-gradient(145deg, #1e293b 0%, #0f172a 100%);
  padding: 0.65rem 0.65rem 0.5rem;
  box-shadow: none;
}

.cleanplan-laptop__bezel {
  position: relative;
  border-radius: 0.55rem;
  overflow: hidden;
  background: #0f172a;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.cleanplan-laptop__camera {
  position: absolute;
  top: 0.45rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: #334155;
  box-shadow: 0 0 0 2px rgba(15, 23, 42, 0.9);
  z-index: 3;
}

.cleanplan-laptop__viewport {
  position: relative;
  height: 24rem;
  overflow: hidden;
  background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
}

.cleanplan-laptop__viewport::before,
.cleanplan-laptop__viewport::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1.75rem;
  z-index: 2;
  pointer-events: none;
}

.cleanplan-laptop__viewport::before {
  top: 0;
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.95), rgba(239, 246, 255, 0));
}

.cleanplan-laptop__viewport::after {
  bottom: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0));
}

.cleanplan-laptop__scroll {
  display: flex;
  flex-direction: column;
  animation: laptop-content-scroll var(--laptop-scroll-duration, 22s) linear infinite;
  will-change: transform;
}

.cleanplan-laptop__scroll-panel {
  flex: 0 0 auto;
}

.cleanplan-laptop__panel,
.cleanplan-phone__panel {
  padding: 1rem 1.1rem 1.15rem;
}

.cleanplan-laptop__base {
  position: relative;
  height: 1.1rem;
  margin: 0 -0.5rem;
  border-radius: 0 0 1.2rem 1.2rem;
  background: linear-gradient(180deg, #cbd5e1 0%, #94a3b8 55%, #64748b 100%);
  box-shadow: none;
}

.cleanplan-laptop__hinge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4.5rem;
  height: 0.18rem;
  border-radius: 0 0 0.35rem 0.35rem;
  background: rgba(15, 23, 42, 0.22);
}

.cleanplan-laptop__trackpad {
  position: absolute;
  left: 50%;
  bottom: 0.18rem;
  transform: translateX(-50%);
  width: 5.5rem;
  height: 0.28rem;
  border-radius: 0.2rem;
  background: rgba(255, 255, 255, 0.18);
}

.cleanplan-laptop__badge {
  position: absolute;
  right: -1.25rem;
  bottom: 0.35rem;
  padding: 0.65rem 0.8rem;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: none;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

@media (prefers-reduced-motion: reduce) {
  .cleanplan-laptop {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .cleanplan-laptop__scroll {
    animation: none;
  }
}

/* ─── Product live preview laptop ─── */
.product-preview-laptop {
  width: min(100%, 36rem);
}

.product-preview-laptop__glow {
  display: none;
}

.product-preview-laptop__lid {
  position: relative;
  z-index: 1;
  border-radius: 1.1rem 1.1rem 0 0;
  background: linear-gradient(145deg, #1e293b 0%, #0f172a 100%);
  padding: 0.65rem 0.65rem 0.5rem;
  box-shadow: none;
}

.product-preview-laptop__bezel {
  position: relative;
  overflow: hidden;
  border-radius: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #0f172a;
}

.product-preview-laptop__camera {
  position: absolute;
  top: 0.45rem;
  left: 50%;
  z-index: 2;
  width: 0.35rem;
  height: 0.35rem;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #334155;
  box-shadow: 0 0 0 2px rgba(15, 23, 42, 0.9);
}

.product-preview-laptop__screen {
  min-height: 22rem;
  background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
  padding: 1rem 1.1rem 1.15rem;
}

.stb-live-preview {
  height: 16.5rem;
  overflow: hidden;
  border-radius: 0.45rem;
  background: #f8fafc;
}

@media (min-width: 640px) {
  .stb-live-preview {
    height: 18rem;
  }
}

.stb-live-preview__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.stb-live-preview--ui {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 0.85rem;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.stb-live-preview__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.stb-live-preview__label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #111827;
}

.stb-live-preview__pill {
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.25rem 0.55rem;
}

.stb-live-preview__pill--green {
  background: rgba(5, 150, 105, 0.12);
  color: #059669;
}

.stb-live-preview__pill--violet {
  background: rgba(124, 58, 237, 0.12);
  color: #7c3aed;
}

.stb-live-preview__stack {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.stb-live-preview__card,
.stb-live-preview__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: #ffffff;
  padding: 0.7rem 0.8rem;
}

.stb-live-preview__card--blue {
  border-color: rgba(37, 99, 235, 0.18);
}

.stb-live-preview__card--orange {
  border-color: rgba(234, 88, 12, 0.18);
}

.stb-live-preview__card--violet {
  border-color: rgba(124, 58, 237, 0.18);
}

.stb-live-preview__card-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #111827;
}

.stb-live-preview__card-meta,
.stb-live-preview__scan-sub,
.stb-live-preview__metric-label {
  font-size: 0.625rem;
  color: #6b7280;
}

.stb-live-preview__card-price,
.stb-live-preview__metric-value {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #111827;
}

.stb-live-preview__scan {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  border-radius: 0.95rem;
  border: 1px dashed rgba(5, 150, 105, 0.28);
  background: rgba(236, 253, 245, 0.75);
  padding: 0.85rem;
}

.stb-live-preview__qr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 0.85rem;
  background: #ffffff;
  color: #059669;
  box-shadow: inset 0 0 0 1px rgba(5, 150, 105, 0.12);
}

.stb-live-preview__scan-count {
  font-size: 0.875rem;
  font-weight: 700;
  color: #111827;
}

.stb-live-preview__row {
  justify-content: flex-start;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #374151;
}

.stb-live-preview__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.stb-live-preview__metric {
  border-radius: 0.85rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: #ffffff;
  padding: 0.75rem;
}

.stb-live-preview__chart {
  display: flex;
  align-items: flex-end;
  gap: 0.45rem;
  height: 5.5rem;
  margin-top: auto;
  padding: 0.75rem;
  border-radius: 0.85rem;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.stb-live-preview__bar {
  flex: 1;
  border-radius: 0.35rem 0.35rem 0 0;
  background: linear-gradient(180deg, #8b5cf6 0%, #6366f1 100%);
  min-height: 18%;
}

.product-preview-laptop__base {
  position: relative;
  z-index: 1;
  height: 1rem;
  margin: 0 -0.5rem;
  border-radius: 0 0 1.2rem 1.2rem;
  background: linear-gradient(180deg, #cbd5e1 0%, #94a3b8 55%, #64748b 100%);
  box-shadow: none;
}

.product-preview-laptop__hinge {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4.5rem;
  height: 0.18rem;
  transform: translateX(-50%);
  border-radius: 0 0 0.35rem 0.35rem;
  background: rgba(15, 23, 42, 0.22);
}

.product-preview-laptop__trackpad {
  position: absolute;
  bottom: 0.18rem;
  left: 50%;
  width: 5.5rem;
  height: 0.28rem;
  transform: translateX(-50%);
  border-radius: 0.2rem;
  background: rgba(255, 255, 255, 0.18);
}

@keyframes laptop-content-scroll {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

/* ─── Product hero phone mockup (legacy) ─── */
.cleanplan-phone {
  width: min(100%, 17.5rem);
}

.cleanplan-phone__frame {
  border-radius: 2rem;
  background: linear-gradient(145deg, #1e293b 0%, #0f172a 100%);
  padding: 0.45rem;
  box-shadow: 0 24px 48px -24px rgba(15, 23, 42, 0.45);
}

.cleanplan-phone__screen {
  border-radius: 1.55rem;
  overflow: hidden;
  background: #ffffff;
}

.cleanplan-phone__notch {
  height: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.cleanplan-phone__notch-bar {
  width: 4.5rem;
  height: 1rem;
  border-radius: 999px;
  background: #0f172a;
}

.cleanplan-phone__viewport {

  position: relative;
  height: 27.5rem;
  overflow: hidden;
  background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
}

.cleanplan-phone__viewport::before,
.cleanplan-phone__viewport::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1.75rem;
  z-index: 2;
  pointer-events: none;
}

.cleanplan-phone__viewport::before {
  top: 0;
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.95), rgba(239, 246, 255, 0));
}

.cleanplan-phone__viewport::after {
  bottom: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0));
}

.cleanplan-phone__scroll {
  display: flex;
  flex-direction: column;
  animation: cleanplan-phone-scroll 22s linear infinite;
  will-change: transform;
}

.cleanplan-phone__panel {
  padding: 0.75rem 0.75rem 1rem;
}

.cleanplan-phone__badge {
  position: absolute;
  right: -1.25rem;
  bottom: -1.25rem;
  padding: 0.65rem 0.8rem;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 16px 32px -18px rgba(15, 23, 42, 0.28);
}

@keyframes cleanplan-phone-scroll {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cleanplan-phone__scroll {
    animation: none;
  }
}

.cleanplan-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.cleanplan-hero-bg__base {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      #ffffff 0%,
      #ffffff 38%,
      #f7f8fb 52%,
      #eef0f5 68%,
      #e9ecf2 100%
    );
}

.cleanplan-hero-bg__art {
  position: absolute;
  top: 50%;
  right: -4%;
  width: min(72vw, 920px);
  height: auto;
  transform: translateY(-50%);
  opacity: 0.98;
}

.cleanplan-hero-bg__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}

.cleanplan-hero-bg__glow--a {
  top: 8%;
  right: 8%;
  width: 28rem;
  height: 28rem;
  background: rgba(167, 139, 250, 0.22);
}

.cleanplan-hero-bg__glow--b {
  bottom: 10%;
  right: 22%;
  width: 20rem;
  height: 20rem;
  background: rgba(147, 197, 253, 0.2);
}

@media (max-width: 1023px) {
  .cleanplan-hero-bg__art {
    right: -18%;
    width: min(95vw, 720px);
    opacity: 0.72;
  }
}

@media (max-width: 639px) {
  .cleanplan-hero-bg__art {
    right: -35%;
    top: 58%;
    width: 120vw;
    opacity: 0.55;
  }

  .cleanplan-hero-bg__glow--a {
    width: 16rem;
    height: 16rem;
    right: -4%;
  }

  .cleanplan-hero-bg__glow--b {
    display: none;
  }
}

/* ─── WorkAiXis technical specs (diamond honeycomb) ─── */
.workaixis-specs {
  background: #ffffff;
}

.workaixis-honeycomb {
  display: block;
}

.workaixis-honeycomb__scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
  scrollbar-color: #fdba74 transparent;
  margin-inline: -1rem;
  padding: 0.5rem 1rem 1rem;
}

.workaixis-honeycomb__scroll::-webkit-scrollbar {
  height: 5px;
}

.workaixis-honeycomb__scroll::-webkit-scrollbar-thumb {
  background: #fdba74;
  border-radius: 999px;
}

.workaixis-honeycomb__scroll::-webkit-scrollbar-track {
  background: transparent;
}

.workaixis-honeycomb__stage {
  /* Mobile: compact diamonds + horizontal scroll */
  --hex-w: 6.75rem;
  --hex-h: var(--hex-w);
  --hex-overlap-x: calc(var(--hex-w) * -0.08);
  --hex-overlap-y: calc(var(--hex-h) * -0.36);
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  margin: 0 auto;
  padding: 0.25rem 0.35rem 0.5rem;
}

.workaixis-honeycomb__row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: var(--hex-overlap-y);
  gap: 0;
}

.workaixis-honeycomb__row:first-child {
  margin-top: 0;
}

.workaixis-hex {
  --hex-color: #ea580c;
  --hex-delay: 0s;
  position: relative;
  z-index: 1;
  width: var(--hex-w);
  height: var(--hex-h);
  flex-shrink: 0;
  margin-left: var(--hex-overlap-x);
  margin-right: var(--hex-overlap-x);
  animation: workaixis-hex-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--hex-delay);
}

.workaixis-hex__shape {
  --diamond: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  clip-path: var(--diamond);
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.3s ease;
}

.workaixis-hex__shape::before {
  content: '';
  position: absolute;
  inset: 0;
  clip-path: var(--diamond);
  background: #ea580c;
  z-index: 0;
}

.workaixis-hex__shape::after {
  content: '';
  position: absolute;
  inset: 2px;
  clip-path: var(--diamond);
  background: linear-gradient(165deg, #ffffff 0%, #fff7ed 100%);
  z-index: 0;
}

.workaixis-hex:hover {
  z-index: 5;
}

.workaixis-hex:hover .workaixis-hex__shape {
  transform: scale(1.05);
  filter: drop-shadow(0 10px 16px color-mix(in srgb, var(--hex-color) 32%, transparent));
}

.workaixis-hex__content {
  position: relative;
  z-index: 2;
  display: flex;
  width: 62%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.1rem 0.05rem;
}

.workaixis-hex__icon,
.workaixis-hex__title,
.workaixis-hex__detail {
  position: relative;
  z-index: 1;
}

.workaixis-hex__icon {
  display: flex;
  height: auto;
  width: auto;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.25rem;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #ea580c;
  transition: transform 0.3s ease;
}

.workaixis-hex__icon svg {
  width: 1.05rem;
  height: 1.05rem;
  stroke-width: 2.4;
  overflow: visible;
}

.workaixis-hex:hover .workaixis-hex__icon {
  transform: scale(1.1);
}

.workaixis-hex__title {
  margin: 0;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #0f172a;
}

.workaixis-hex__detail {
  margin: 0.12rem 0 0;
  font-size: 0.48rem;
  line-height: 1.25;
  color: #64748b;
}

@media (min-width: 768px) {
  .workaixis-honeycomb__scroll {
    overflow: visible;
    margin-inline: 0;
    padding: 0.35rem 0 0.75rem;
  }

  .workaixis-honeycomb__stage {
    --hex-w: clamp(10.5rem, 13.5vw, 13rem);
    width: 100%;
    max-width: 86rem;
    padding: 0.35rem 0 0.75rem;
  }

  .workaixis-hex__shape::after {
    inset: 2.5px;
  }

  .workaixis-hex__icon {
    margin-bottom: 0.4rem;
  }

  .workaixis-hex__icon svg {
    width: 1.625rem;
    height: 1.625rem;
  }

  .workaixis-hex__title {
    font-size: clamp(0.78rem, 1.1vw, 0.92rem);
    line-height: 1.2;
  }

  .workaixis-hex__detail {
    margin: 0.22rem 0 0;
    font-size: clamp(0.64rem, 0.95vw, 0.76rem);
    line-height: 1.3;
  }
}

@media (min-width: 1100px) {
  .workaixis-honeycomb__stage {
    --hex-w: clamp(12rem, 12.5vw, 14rem);
    max-width: 96rem;
  }
}

@media (min-width: 1400px) {
  .workaixis-honeycomb__stage {
    --hex-w: 14.5rem;
    max-width: 104rem;
  }
}

@keyframes workaixis-hex-in {
  from {
    opacity: 0;
    transform: scale(0.78);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .workaixis-hex {
    animation: none;
  }

  .workaixis-hex:hover .workaixis-hex__shape {
    transform: none;
  }
}

/* ─── WorkAiXis deployment phases ─── */
.workaixis-deploy__phase-label {
  margin: 1.25rem 0 0;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #64748b;
}

.workaixis-deploy__scroll {
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
  scrollbar-color: #93c5fd transparent;
  margin-inline: -1rem;
  padding: 1.5rem 1rem 0.75rem;
}

.workaixis-deploy__scroll::-webkit-scrollbar {
  height: 5px;
}

.workaixis-deploy__scroll::-webkit-scrollbar-thumb {
  background: #93c5fd;
  border-radius: 999px;
}

.workaixis-deploy__rail {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  margin: 0 auto;
}

.workaixis-deploy__step-wrap {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.workaixis-deploy__step {
  --step-color: #2563eb;
  position: relative;
  display: flex;
  width: 9.25rem;
  height: 11.25rem;
  min-height: 11.25rem;
  max-height: 11.25rem;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.2rem;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  border-top-width: 3px;
  background: #ffffff;
  padding: 1.35rem 0.6rem 0.7rem;
  text-align: center;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.workaixis-deploy__step:hover,
.workaixis-deploy__step:focus-within {
  z-index: 2;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px -22px color-mix(in srgb, var(--step-color) 45%, transparent);
}

.workaixis-deploy__step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.3rem;
  background: transparent;
  border: none;
  color: var(--step-color);
}

.workaixis-deploy__step-phase {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--step-color);
}

.workaixis-deploy__step-name {
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.25;
  color: #0f172a;
}

.workaixis-deploy__step-desc {
  margin: 0.35rem 0 0;
  max-height: 4.6rem;
  overflow: hidden;
  opacity: 1;
  font-size: 0.62rem;
  line-height: 1.35;
  color: #64748b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  transition:
    max-height 0.35s ease,
    opacity 0.25s ease,
    margin 0.25s ease;
}

.workaixis-deploy__arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  color: #94a3b8;
}

@media (min-width: 768px) {
  .workaixis-deploy__scroll {
    overflow: visible;
    margin-inline: 0;
    padding: 1.75rem 0 0.5rem;
  }

  .workaixis-deploy__rail {
    width: 100%;
    justify-content: center;
    flex-wrap: nowrap;
  }

  .workaixis-deploy__step {
    width: 10.75rem;
    height: auto;
    min-height: 9.25rem;
    max-height: none;
    padding: 1.65rem 0.8rem 0.9rem;
    transition:
      transform 0.3s ease,
      box-shadow 0.3s ease,
      min-height 0.3s ease;
  }

  .workaixis-deploy__step:hover,
  .workaixis-deploy__step:focus-within {
    transform: translateY(-4px);
    min-height: 13rem;
  }

  .workaixis-deploy__step-phase {
    font-size: 0.62rem;
  }

  .workaixis-deploy__step-name {
    font-size: 0.88rem;
  }

  .workaixis-deploy__step-desc {
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    display: block;
    -webkit-line-clamp: unset;
    font-size: 0.74rem;
    line-height: 1.4;
  }

  .workaixis-deploy__step:hover .workaixis-deploy__step-desc,
  .workaixis-deploy__step:focus-within .workaixis-deploy__step-desc {
    max-height: 6rem;
    opacity: 1;
    margin-top: 0.45rem;
  }

  .workaixis-deploy__arrow {
    width: 1.6rem;
  }
}

@media (min-width: 1100px) {
  .workaixis-deploy__step {
    width: 11.75rem;
  }
}


/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/styles/industries.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
/* ═══════════════════════════════════════════
   Industries — shared industry page styles
   ═══════════════════════════════════════════ */

/* Industry heroes reuse Our Work case-study-hero design + animations.
   Fit one viewport; dual CTA row for industry content. */
.case-study-hero.industry-hero {
  box-sizing: border-box;
  height: 100svh;
  min-height: 100svh;
  max-height: 100svh;
  padding-top: clamp(5.75rem, 11vh, 7.5rem);
  padding-bottom: clamp(3.5rem, 7vh, 5.5rem);
}

.case-study-hero.industry-hero .case-study-hero__title {
  font-size: clamp(1.65rem, 4.2vw, 3.75rem);
  letter-spacing: 0.08em;
}

.case-study-hero.industry-hero .case-study-hero__subtitle {
  max-width: 46rem;
  margin-top: 0.9rem;
  margin-inline: auto;
  font-size: clamp(0.98rem, 1.8vw, 1.28rem);
  line-height: 1.5;
}

.case-study-hero.industry-hero .case-study-hero__curve-svg {
  height: clamp(1rem, 4vw, 3.5rem);
}

.industry-hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 0.9rem;
  margin-top: 3.35rem;
}

.industry-hero__cta-row .case-study-hero__cta {
  margin-top: 0;
  padding: 0.8rem 2rem;
}

.industry-hero__cta--secondary {
  border-color: rgba(255, 255, 255, 0.7);
}

.industry-hero__cta--secondary::before {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.28),
    rgba(255, 255, 255, 0.12)
  );
}

.industry-hero__cta--secondary:hover {
  border-color: transparent;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.35);
}

@media (max-width: 1023px) {
  .case-study-hero.industry-hero {
    height: auto;
    min-height: 0;
    max-height: none;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 8.75rem;
    padding-bottom: 4.5rem;
  }

  .case-study-hero.industry-hero .case-study-hero__curve-svg {
    height: clamp(1rem, 5vw, 2.25rem);
  }

  .industry-hero__cta-row {
    margin-top: 1.75rem;
    gap: 0.65rem;
  }
}

@media (max-width: 767px) {
  .case-study-hero.industry-hero {
    padding-top: 8.25rem;
    padding-bottom: 4rem;
  }

  .case-study-hero.industry-hero .case-study-hero__title {
    font-size: clamp(1.45rem, 6.5vw, 2.15rem);
    letter-spacing: 0.05em;
  }

  .case-study-hero.industry-hero .case-study-hero__subtitle {
    margin-top: 0.75rem;
    font-size: clamp(0.92rem, 3.6vw, 1.1rem);
    line-height: 1.45;
  }

  .industry-hero__cta-row {
    flex-direction: column;
    align-items: stretch;
    margin-top: 1.5rem;
    width: 100%;
    max-width: 18rem;
    margin-inline: auto;
  }

  .industry-hero__cta-row .case-study-hero__cta {
    width: 100%;
    justify-content: center;
    padding: 0.72rem 1.55rem;
    font-size: 0.72rem;
  }
}

/* ─── Industry "What we build" — numbered option cards (reference style) ─── */
.industry-build-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.35rem 1rem;
  width: 100%;
  padding: 1.75rem 0.25rem 1.25rem;
  background: transparent;
  overflow: visible;
}

.industry-build-card {
  --ib-accent: #2563eb;
  --ib-delay: 0ms;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1) var(--ib-delay),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1) var(--ib-delay);
}

.industry-build-strip.is-inview .industry-build-card {
  opacity: 1;
  transform: translateY(0);
}

.industry-build-card__shell {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 100%;
  padding: 2.65rem 1rem 1.55rem;
  background: #ffffff;
  /* Only bottom-left heavily rounded — matches reference */
  border-radius: 0 0.2rem 0.2rem 3.75rem;
  box-shadow:
    0 14px 32px -16px rgba(15, 23, 42, 0.28),
    0 4px 10px rgba(15, 23, 42, 0.05);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.industry-build-card:hover .industry-build-card__shell {
  transform: translateY(-4px);
  box-shadow:
    0 22px 40px -16px color-mix(in srgb, var(--ib-accent) 32%, transparent),
    0 8px 16px rgba(15, 23, 42, 0.08);
}

.industry-build-card__badge {
  position: absolute;
  top: -1.35rem;
  left: -0.15rem;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 4.35rem;
  height: 4.35rem;
  border-radius: 50%;
  background: #ffffff;
  border: 5px solid var(--ib-accent);
  box-shadow: 0 8px 18px -10px color-mix(in srgb, var(--ib-accent) 60%, transparent);
}

.industry-build-card__badge-num {
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #b0b7c3;
  line-height: 1;
}

.industry-build-card__arc {
  position: absolute;
  top: -0.2rem;
  left: -0.15rem;
  z-index: 2;
  width: 4.75rem;
  height: 4rem;
  pointer-events: none;
  opacity: 0.95;
}

.industry-build-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  padding-top: 0.35rem;
}

.industry-build-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  margin-bottom: 1rem;
  color: #1e293b;
  transition: color 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.industry-build-card__icon svg {
  width: 2.15rem;
  height: 2.15rem;
  display: block;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.industry-build-card:hover .industry-build-card__icon {
  color: var(--ib-accent);
  transform: translateY(-2px) scale(1.04);
}

.industry-build-card__title {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(0.7rem, 0.92vw, 0.78rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-transform: uppercase;
  color: #111827;
}

.industry-build-card__desc {
  margin: 0.7rem 0 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.78rem;
  line-height: 1.55;
  color: #9aa3af;
  max-width: 17ch;
}

@media (max-width: 1100px) {
  .industry-build-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1.35rem;
    padding-top: 2rem;
  }

  .industry-build-card__shell {
    border-radius: 0 0.25rem 0.25rem 4.25rem;
    padding: 2.85rem 1.25rem 1.65rem;
  }

  .industry-build-card__desc {
    max-width: 28ch;
  }
}

@media (max-width: 639px) {
  .industry-build-strip {
    grid-template-columns: 1fr;
    gap: 2.15rem;
    padding: 1.75rem 0.5rem 0.5rem;
  }

  .industry-build-card__shell {
    border-radius: 0 0.25rem 0.25rem 4.5rem;
    padding: 3rem 1.5rem 1.75rem;
  }

  .industry-build-card__badge {
    width: 4.75rem;
    height: 4.75rem;
    top: -1.5rem;
    left: 0;
    border-width: 5px;
  }

  .industry-build-card__badge-num {
    font-size: 1.25rem;
  }

  .industry-build-card__arc {
    width: 5.1rem;
    height: 4.25rem;
  }

  .industry-build-card__title {
    font-size: 0.88rem;
  }

  .industry-build-card__icon {
    width: 4.25rem;
    height: 4.25rem;
    margin-bottom: 1.15rem;
  }

  .industry-build-card__icon svg {
    width: 2.45rem;
    height: 2.45rem;
  }

  .industry-build-card__desc {
    max-width: none;
    font-size: 0.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .industry-build-card,
  .industry-build-strip.is-inview .industry-build-card,
  .industry-build-card:hover .industry-build-card__shell {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ─── Simple centered feature cards (audit / similar) ─── */
.industry-simple-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
  width: 100%;
}

.industry-simple-cards--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.industry-simple-cards--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.industry-simple-cards--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.industry-simple-card {
  --sc-accent: #f97316;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
  padding: 1.45rem 1.15rem 1.3rem;
  background: #ffffff;
  border: 1px solid #eef2f7;
  border-radius: 1.15rem;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s ease,
    box-shadow 0.35s ease;
}

.industry-simple-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 12%;
  right: 12%;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, transparent, var(--sc-accent), transparent);
  opacity: 0.85;
}

.industry-simple-card::after {
  content: '';
  position: absolute;
  right: -1.1rem;
  bottom: -1.1rem;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--sc-accent) 10%, transparent);
  pointer-events: none;
}

.industry-simple-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--sc-accent) 28%, #eef2f7);
  box-shadow: 0 14px 30px -20px color-mix(in srgb, var(--sc-accent) 40%, transparent);
}

.industry-simple-card__icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  color: var(--sc-accent);
  background: none;
  border: none;
  box-shadow: none;
  transition: transform 0.3s ease;
}

.industry-simple-card:hover .industry-simple-card__icon {
  transform: scale(1.06);
}

.industry-simple-card__title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
  color: #0f172a;
  background: none;
}

.industry-simple-card__desc {
  position: relative;
  z-index: 1;
  margin: 0.45rem 0 0;
  padding: 0;
  border: none;
  border-radius: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #64748b;
  background: none;
}

@media (max-width: 1023px) {
  .industry-simple-cards,
  .industry-simple-cards--4,
  .industry-simple-cards--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-simple-cards--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .industry-simple-cards,
  .industry-simple-cards--4,
  .industry-simple-cards--3,
  .industry-simple-cards--2 {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .industry-simple-card {
    padding: 1.3rem 1rem 1.15rem;
  }
}

/* ─── Industry feature rail (no cards) ─── */
.industry-feature-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: 100%;
}

.industry-feature-rail__item {
  --feature-accent: #7c3aed;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.35rem 1.35rem 0.5rem;
}

.industry-feature-rail__item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 0.35rem;
  bottom: 0.35rem;
  right: 0;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent,
    #e2e8f0 18%,
    #e2e8f0 82%,
    transparent
  );
}

.industry-feature-rail__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.9rem;
  border-radius: 999px;
  color: var(--feature-accent);
  background: color-mix(in srgb, var(--feature-accent) 10%, #ffffff);
  border: 1px solid color-mix(in srgb, var(--feature-accent) 22%, #e2e8f0);
}

.industry-feature-rail__title {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
  color: #0f172a;
}

.industry-feature-rail__desc {
  margin: 0.4rem 0 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.8rem;
  line-height: 1.45;
  color: #64748b;
}

.industry-feature-rail__note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  max-width: none;
  margin: 1.5rem auto 0;
  padding: 1.15rem 1.35rem;
  border: none;
  border-radius: 0.85rem;
  background: #f1f5f9;
  box-shadow: none;
}

.industry-feature-rail__note-icon {
  flex-shrink: 0;
  margin-top: 0;
  width: 1.5rem !important;
  height: 1.5rem !important;
  color: #f97316;
}

.industry-feature-rail__note p {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #64748b;
  text-align: center;
}

@media (max-width: 1023px) {
  .industry-feature-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 1.75rem;
  }

  .industry-feature-rail__item:nth-child(2n)::after {
    display: none;
  }
}

@media (max-width: 639px) {
  .industry-feature-rail {
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }

  .industry-feature-rail__item {
    padding-inline: 0.5rem;
  }

  .industry-feature-rail__item::after {
    display: none;
  }

  .industry-feature-rail__note {
    margin-top: 1.75rem;
  }
}

/* ─── Industry audit / capacity cards (shared) ─── */
.audit-card {
  --audit-accent: #0ea5e9;
  position: relative;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 1.5rem;
  padding: 2.25rem 1.35rem 1.5rem;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.audit-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1.1rem;
  bottom: 1.1rem;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(to bottom, var(--audit-accent), transparent);
}

.audit-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--audit-accent) 35%, #e2e8f0);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.audit-card__icon {
  position: absolute;
  top: -1.05rem;
  left: 1.25rem;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: var(--audit-accent);
  border: 1px solid color-mix(in srgb, var(--audit-accent) 22%, #e2e8f0);
  box-shadow:
    0 0 0 6px color-mix(in srgb, var(--audit-accent) 10%, transparent),
    0 6px 16px rgba(15, 23, 42, 0.06);
  z-index: 2;
}

.audit-card__title {
  margin: 0.85rem 0 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.35;
}

.audit-card__desc {
  margin: 0.45rem 0 0;
  font-size: 0.8rem;
  line-height: 1.55;
  color: #64748b;
}

/* ─── Industry challenge (shared) ─── */
.industry-challenge {
  --ic-accent: #2563eb;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.industry-challenge__eyebrow-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--ic-accent) 10%, transparent);
  color: var(--ic-accent);
  flex-shrink: 0;
}

.industry-challenge__eyebrow {
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ic-accent);
}

.industry-challenge h2,
.industry-challenge h2 em,
.industry-challenge h2 span,
.industry-challenge h2 .gradient-text {
  color: #0f172a !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: #0f172a !important;
}

.industry-challenge__accent {
  display: inline-flex;
  align-items: stretch;
  gap: 1rem;
  margin-top: 1.75rem;
  padding: 1rem 0 1rem 1.15rem;
  border-left: 2px solid var(--ic-accent);
}

.industry-challenge__accent p {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #334155;
  font-weight: 500;
}

/* Animated agenda timeline (right column) — same 2 tones on every industry page */
.industry-challenge__agenda {
  --ic-tone-a: color-mix(in srgb, #2563eb 72%, #fb7185);
  --ic-tone-b: #14b8a6;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  padding: 0.35rem 0.15rem;
}

.industry-challenge__path {
  position: absolute;
  top: 1.7rem;
  bottom: 1.7rem;
  left: 50%;
  width: 2px;
  height: auto;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
  background: #cbd5e1;
  border-radius: 999px;
  overflow: hidden;
}

.industry-challenge__path::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, var(--ic-tone-a), var(--ic-tone-b));
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 1.15s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;
}

.industry-challenge__agenda.is-inview .industry-challenge__path::after {
  transform: scaleY(1);
}

.industry-challenge__path-line {
  display: none;
}

.industry-challenge__step {
  --step-tone: var(--ic-tone-a);
  --step-delay: 0ms;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 3.15rem minmax(0, 1fr);
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  min-height: 3.35rem;
  opacity: 0;
  transform: translateX(0) scale(0.98);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1) var(--step-delay),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1) var(--step-delay);
}

.industry-challenge__step--left.is-visible {
  opacity: 1;
  transform: none;
}

.industry-challenge__step--right.is-visible {
  opacity: 1;
  transform: none;
}

.industry-challenge__step.is-visible {
  opacity: 1;
  transform: none;
}

.industry-challenge__step--a {
  --step-tone: var(--ic-tone-a);
}

.industry-challenge__step--b {
  --step-tone: var(--ic-tone-b);
}

/* Odd: count center, copy RIGHT */
.industry-challenge__step--left .industry-challenge__node {
  grid-column: 2;
  grid-row: 1;
}

.industry-challenge__step--left .industry-challenge__copy {
  grid-column: 3;
  grid-row: 1;
  justify-self: start;
  align-self: center;
  text-align: left;
}

/* Even: copy LEFT, count center */
.industry-challenge__step--right .industry-challenge__copy {
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
  align-self: center;
  text-align: right;
  flex-direction: row-reverse;
}

.industry-challenge__step--right .industry-challenge__node {
  grid-column: 2;
  grid-row: 1;
}

.industry-challenge__node {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 3.15rem;
  height: 3.15rem;
  margin: 0 auto;
  border-radius: 999px;
  background: var(--step-tone);
  color: #fff;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow:
    0 0 0 5px #ffffff,
    0 10px 22px -10px color-mix(in srgb, var(--step-tone) 70%, transparent);
}

.industry-challenge__node-pulse {
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  border: 2px solid color-mix(in srgb, var(--step-tone) 45%, transparent);
  animation: ic-node-pulse 2.4s ease-out infinite;
  pointer-events: none;
}

.industry-challenge__copy {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  max-width: 14.5rem;
  min-height: 3.15rem;
  padding: 0.55rem 0.8rem;
  border-radius: 0.85rem;
  background: #ffffff;
  border: 1px solid #eef2f7;
  box-shadow: 0 10px 24px -18px rgba(15, 23, 42, 0.28);
}

.industry-challenge__copy-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  flex-shrink: 0;
  border-radius: 0.55rem;
  background: color-mix(in srgb, var(--step-tone) 12%, #ffffff);
  color: var(--step-tone);
}

.industry-challenge__item-title {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.3;
}

.industry-challenge__item-desc {
  margin: 0.15rem 0 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.78rem;
  line-height: 1.4;
  color: #64748b;
}

@keyframes ic-node-pulse {
  0% {
    transform: scale(0.92);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.18);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media (max-width: 639px) {
  .industry-challenge__agenda {
    gap: 0.95rem;
    padding-left: 0.1rem;
  }

  .industry-challenge__path {
    left: 1.575rem;
    transform: none;
  }

  .industry-challenge__step {
    grid-template-columns: 3.15rem minmax(0, 1fr);
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .industry-challenge__node {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
  }

  .industry-challenge__step--left .industry-challenge__copy,
  .industry-challenge__step--right .industry-challenge__copy {
    grid-column: 2;
    grid-row: 1;
    justify-self: stretch;
    max-width: none;
    text-align: left;
    flex-direction: row;
  }
}

@media (prefers-reduced-motion: reduce) {
  .industry-challenge__path::after,
  .industry-challenge__node-pulse,
  .industry-challenge__step {
    animation: none !important;
    transition: none !important;
    opacity: 1;
    transform: none;
  }
}

/* ShowTimeBro hero — same responsive shell as CleanPlan */
.showtimebro-hero.webdev-hero {
  height: auto;
  min-height: 0;
  max-height: none;
  padding-top: 7.5rem;
  padding-bottom: 2.5rem;
  align-items: flex-start;
  overflow: visible;
}

@media (max-width: 1023px) {
  .showtimebro-hero.webdev-hero {
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: visible;
    padding-top: 7.5rem;
    padding-bottom: 2.5rem;
    align-items: flex-start;
  }
}

@media (min-width: 1024px) {
  .showtimebro-hero.webdev-hero {
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
    align-items: center;
    overflow: hidden;
    padding-top: 8.75rem;
    padding-bottom: 3.5rem;
  }
}

.showtimebro-hero .cleanplan-hero-bg__art {
  top: 50%;
  transform: translateY(-50%);
}



/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/styles/company.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
/* ═══════════════════════════════════════════
   Company — contact, about, careers, footer, misc cards
   ═══════════════════════════════════════════ */

/* ─── Contact page ─── */
.contact-page__hero {
  background: transparent;
}

.contact-page__lede {
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.75;
  color: #64748b;
}

.contact-page__body {
  background: transparent;
}

.contact-page__cards {
  position: relative;
  z-index: 20;
  padding-top: clamp(2rem, 5vw, 3.25rem);
  margin-bottom: -4.5rem;
}

@media (min-width: 640px) {
  .contact-page__cards {
    margin-bottom: -5.5rem;
  }
}

@media (min-width: 1024px) {
  .contact-page__cards {
    margin-bottom: -6.5rem;
  }
}

.contact-page__cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 1180px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .contact-page__cards-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.35rem;
  }
}

.contact-page__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 13.5rem;
  padding: clamp(1.35rem, 3vw, 1.85rem) clamp(1rem, 2.5vw, 1.35rem);
  border-radius: 1.35rem;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.05);
  box-shadow:
    0 -4px 16px -4px rgba(15, 23, 42, 0.08),
    0 4px 16px -4px rgba(15, 23, 42, 0.08),
    0 12px 32px -8px rgba(15, 23, 42, 0.14),
    0 0 0 1px rgba(15, 23, 42, 0.03);
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-page__card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 -6px 20px -4px rgba(15, 23, 42, 0.1),
    0 8px 24px -4px rgba(15, 23, 42, 0.12),
    0 20px 40px -10px rgba(15, 23, 42, 0.18),
    0 0 0 1px rgba(15, 23, 42, 0.04);
}

.contact-page__brand-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 0.9rem;
  border-radius: 9999px;
  color: #ffffff;
  box-shadow: 0 10px 22px -12px rgba(15, 23, 42, 0.35);
}

.contact-page__brand-icon svg {
  display: block;
}

.contact-page__brand-icon--location {
  background: linear-gradient(145deg, #ef4444 0%, #dc2626 100%);
}

.contact-page__brand-icon--phone {
  background: linear-gradient(145deg, #22c55e 0%, #16a34a 100%);
}

.contact-page__brand-icon--email {
  background: linear-gradient(145deg, #ef4444 0%, #dc2626 100%);
}

.contact-page__card-title {
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0f172a;
  margin-bottom: 0.65rem;
}

.contact-page__card-text {
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.82rem;
  line-height: 1.55;
  color: #475569;
}

.contact-page__card-email {
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.82rem;
  line-height: 1.55;
  color: #be185d;
  text-decoration: underline;
  text-underline-offset: 3px;
  word-break: break-all;
}

.contact-page__card-email:hover {
  color: #9d174d;
}

.contact-page__gradient {
  padding-top: clamp(6.5rem, 14vw, 9rem);
  padding-bottom: clamp(3rem, 7vw, 4.5rem);
  background: linear-gradient(105deg,
      #d946ef 0%,
      #a855f7 28%,
      #7c3aed 52%,
      #4f46e5 78%,
      #3730a3 100%);
}

.contact-page__gradient-inner {
  padding-top: 0.5rem;
}

.contact-page__form-wrap {
  padding-top: 0.25rem;
}

.contact-page__field-label {
  display: block;
  margin-bottom: 0.35rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
}

.contact-page__field-input {
  width: 100%;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 0;
  background: transparent;
  padding: 0.55rem 0 0.65rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  color: #ffffff;
  transition: border-color 0.2s ease;
}

.contact-page__field-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.72);
  font-style: normal;
  font-weight: 500;
}

.contact-page__field-input::placeholder {
  color: rgba(255, 255, 255, 0.72);
  font-style: normal;
  font-weight: 500;
}

.contact-page__field-input:focus {
  outline: none;
  border-bottom-color: #ffffff;
}
.contact-page__phone-row {
  display: grid;
  grid-template-columns: minmax(9.5rem, 38%) 1fr;
  gap: 1rem;
  align-items: start;
}
@media (max-width: 480px) {
  .contact-page__phone-row {
    grid-template-columns: 1fr;
  }
}
.contact-page__phone-code-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
}
.contact-page__phone-code,
.contact-page__phone-custom-code {
  min-width: 0;
}
.contact-page__phone-number {
  min-width: 0;
}
.contact-page__field-hint {
  margin: 0.45rem 0 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.68);
}
.contact-page__field-error {
  margin: 0.45rem 0 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #fecaca;
}
.contact-page__field-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' fill-opacity='0.75' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.15rem center;
  padding-right: 1.5rem;
}

.contact-page__field-select option {
  color: #0f172a;
  background: #ffffff;
}

.contact-page__fancy-select {
  position: relative;
  z-index: 2;
}

.contact-page__fancy-trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 0;
  background: transparent;
  padding: 0.55rem 0 0.65rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.98rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.contact-page__fancy-trigger.has-value {
  font-weight: 600;
  color: #ffffff;
}

.contact-page__fancy-trigger.is-open,
.contact-page__fancy-trigger:hover,
.contact-page__fancy-trigger:focus-visible {
  outline: none;
  border-bottom-color: #ffffff;
  color: #ffffff;
}

.contact-page__fancy-trigger-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-page__fancy-chevron {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.85);
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-page__fancy-trigger.is-open .contact-page__fancy-chevron {
  transform: rotate(180deg);
}

.contact-page__fancy-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.55rem);
  z-index: 30;
  margin: 0;
  padding: 0.45rem;
  list-style: none;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  box-shadow:
    0 18px 40px rgba(49, 20, 98, 0.28),
    0 2px 8px rgba(15, 23, 42, 0.08);
  max-height: 17.5rem;
  overflow-y: auto;
  animation: contactFancyMenuIn 0.22s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes contactFancyMenuIn {
  from {
    opacity: 0;
    transform: translateY(-6px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.contact-page__fancy-option {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border: none;
  border-radius: 0.7rem;
  background: transparent;
  padding: 0.72rem 0.85rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  color: #334155;
  text-align: left;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}

.contact-page__fancy-option:hover {
  background: #f3e8ff;
  color: #5b21b6;
}

.contact-page__fancy-option.is-active {
  background: linear-gradient(105deg, #a855f7 0%, #7c3aed 55%, #4f46e5 100%);
  color: #ffffff;
}

.contact-page__fancy-option.is-active svg {
  color: #ffffff;
  flex-shrink: 0;
}

.contact-page__field-textarea {
  resize: vertical;
  min-height: 5.5rem;
}

.contact-page__checkbox {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  border-radius: 0.2rem;
  border: 2px solid rgba(255, 255, 255, 0.9);
  accent-color: #ffffff;
  background: transparent;
}

.contact-page__consent-text {
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.65;
  color: #ffffff;
}

.contact-page__map-link {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(255, 255, 255, 0.45);
}

.contact-page__map-link:hover {
  text-decoration-color: rgba(255, 255, 255, 0.9);
}

.contact-page__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 11rem;
  width: 100%;
  padding: 0.95rem 2rem;
  border-radius: 9999px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #be185d;
  background: #ffffff;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

@media (min-width: 640px) {
  .contact-page__submit {
    width: auto;
  }
}

.contact-page__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.24);
}

.contact-page__success {
  padding: 0.5rem 0 1rem;
}

.contact-page__aside-title {
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.contact-page__aside-lead {
  margin-top: 1.35rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  font-weight: 600;
  line-height: 1.65;
  color: #ffffff;
}

.contact-page__aside-text {
  margin-top: 1rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(0.88rem, 1.25vw, 0.98rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
}

.contact-page__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.contact-page__social:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.2);
}

.contact-page__social--facebook:hover {
  background: #1877f2;
  border-color: #1877f2;
}

.contact-page__social--linkedin:hover {
  background: #0a66c2;
  border-color: #0a66c2;
}

.contact-page__social--whatsapp:hover {
  background: #25d366;
  border-color: #25d366;
}

.contact-page__social--instagram:hover {
  background: #e4405f;
  border-color: #e4405f;
}

.contact-page__social--x:hover {
  background: #111111;
  border-color: #111111;
}

.contact-page__social--youtube:hover {
  background: #ff0000;
  border-color: #ff0000;
}

.contact-page__process {
  background: #ffffff;
  border-top: 1px solid #eef2f6;
}

.contact-page__process-header {
  margin-bottom: clamp(3.5rem, 8vw, 5.5rem);
  text-align: center;
}

.contact-page__process-title {
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #0f172a;
}

.contact-page__flow-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.contact-page__flow-track {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

@media (min-width: 900px) {
  .contact-page__flow-track {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
  }
}

.contact-page__flow-connector {
  display: none;
  flex-shrink: 0;
  width: clamp(4.5rem, 9vw, 7.5rem);
  height: 2.5rem;
  margin-top: 1.65rem;
  color: #cbd5e1;
}

@media (min-width: 900px) {
  .contact-page__flow-connector {
    display: block;
  }
}

.contact-page__flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 20rem;
  padding: 0 0.75rem;
}

@media (min-width: 900px) {
  .contact-page__flow-step {
    flex: 1;
    max-width: 22rem;
  }
}

.contact-page__flow-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.85rem;
  height: 4.85rem;
  margin-bottom: 1.35rem;
  color: #ffffff;
  background: linear-gradient(145deg, #a855f7 0%, #7c3aed 100%);
  border-radius: 1.15rem 1.15rem 1.15rem 0.3rem;
  box-shadow: 0 10px 24px -12px rgba(124, 58, 237, 0.55);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.contact-page__flow-icon::after {
  content: '';
  position: absolute;
  left: 0.1rem;
  bottom: -0.55rem;
  width: 0;
  height: 0;
  border-left: 0.55rem solid transparent;
  border-right: 0.55rem solid transparent;
  border-top: 0.7rem solid #7c3aed;
  transform: rotate(18deg);
}

.contact-page__flow-step:hover .contact-page__flow-icon {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px -12px rgba(124, 58, 237, 0.5);
}

.contact-page__flow-title {
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1rem, 1.6vw, 1.12rem);
  font-weight: 600;
  line-height: 1.4;
  color: #7c3aed;
}

.contact-page__flow-text {
  margin-top: 0.75rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #94a3b8;
}

/* ─── About page ─── */
.about-page {
  background: #ffffff;
  color: #0f172a;
}

/* Founded 2017 badge */
.about-founded {
  position: relative;
  display: inline-grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto auto;
  align-items: end;
  justify-items: end;
  gap: 0.35rem 0.75rem;
  min-width: min(100%, 280px);
  padding: 0.25rem 0;
  border-radius: 0;
  overflow: visible;
  isolation: auto;
  background: transparent;
  border: 0;
  box-shadow: none;
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-founded.is-in {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.about-founded::before {
  display: none;
}

.about-founded__glow {
  display: none;
}

.about-founded__label {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  z-index: 1;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #ea580c;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.55s ease 0.15s,
    transform 0.55s ease 0.15s;
}

.about-founded.is-in .about-founded__label {
  opacity: 1;
  transform: translateY(0);
}

.about-founded__year {
  grid-column: 1 / -1;
  grid-row: 2;
  position: relative;
  z-index: 1;
  justify-self: stretch;
  text-align: center;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(3.25rem, 7vw, 4.75rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.04em;
  background: linear-gradient(100deg,
      #f59e0b 0%,
      #ea580c 22%,
      #b45309 42%,
      #64748b 55%,
      #2563eb 78%,
      #1d4ed8 100%);
  background-size: 180% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: aboutFoundedShimmer 5s ease-in-out infinite;
}

.about-founded.is-in .about-founded__year {
  animation:
    aboutFoundedShimmer 5s ease-in-out 0.8s infinite,
    aboutFoundedPop 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.about-founded__bar {
  grid-column: 2;
  grid-row: 3;
  position: relative;
  z-index: 1;
  width: 3.25rem;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ea580c, #2563eb);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.45s;
}

.about-founded.is-in .about-founded__bar {
  transform: scaleX(1);
}

@keyframes aboutFoundedShimmer {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes aboutFoundedGlow {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.45;
  }

  50% {
    transform: scale(1.18);
    opacity: 0.7;
  }
}

@keyframes aboutFoundedPop {
  from {
    letter-spacing: 0.12em;
    filter: blur(6px);
    opacity: 0.35;
  }

  to {
    letter-spacing: -0.04em;
    filter: blur(0);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {

  .about-founded,
  .about-founded__glow--warm,
  .about-founded__glow--cool,
  .about-founded__year,
  .about-founded__label,
  .about-founded__bar {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}

/* Belief section title underline — same orange→blue as nav/dropdown */
.about-beliefs__title-line {
  display: block;
  width: 4.5rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f97316 0%, #4a90e2 100%);
  background-size: 200% 100%;
  animation: servicesDropdownAccent 2.8s linear infinite;
}

/* Who trusts us — single scrolling logo row */
.about-trust__aura {
  position: absolute;
  left: 50%;
  top: 58%;
  width: min(56rem, 92vw);
  height: min(16rem, 36vw);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 40% 45%, rgba(249, 115, 22, 0.08) 0%, transparent 55%),
    radial-gradient(ellipse at 65% 55%, rgba(74, 144, 226, 0.09) 0%, transparent 58%);
  pointer-events: none;
  filter: blur(6px);
}

.about-trust__rail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.55rem 0.35rem;
}

.about-trust__rail-item {
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #334155;
  padding: 0.35rem 0.55rem;
}

.about-trust__rail-dot {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f97316, #4a90e2);
  opacity: 0.85;
  flex: 0 0 auto;
}

.about-trust__stage {
  position: relative;
  width: 100%;
}

.about-trust__marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.about-trust__marquee-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 1rem;
  will-change: transform;
  animation: aboutTrustMarqueeLeft 36s linear infinite;
}

.about-trust__marquee:hover .about-trust__marquee-track {
  animation-play-state: paused;
}

.about-trust__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 8rem;
  height: 4.25rem;
  padding: 0.4rem 0.9rem;
  border-radius: 1.05rem;
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.03),
    0 12px 28px -16px rgba(15, 23, 42, 0.28);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.about-trust__tile:hover {
  transform: translateY(-3px);
  border-color: rgba(148, 163, 184, 0.45);
  box-shadow:
    0 2px 6px rgba(15, 23, 42, 0.05),
    0 18px 34px -14px rgba(15, 23, 42, 0.28);
}

.about-trust__tile img {
  width: 100%;
  height: 100%;
  max-width: 4.8rem;
  max-height: 2.2rem;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(0.12) contrast(1.04);
  opacity: 0.94;
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.about-trust__tile:hover img {
  filter: grayscale(0) contrast(1);
  opacity: 1;
}

.about-trust__closer {
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  line-height: 1.45;
  letter-spacing: -0.015em;
}

.about-trust__closer-soft {
  color: #64748b;
}

.about-trust__closer-emph {
  position: relative;
  display: inline-block;
  font-weight: 700;
  background: linear-gradient(90deg, #ea580c, #2563eb);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.about-trust__closer-emph::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.22em;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f97316 0%, #4a90e2 100%);
  background-size: 200% 100%;
  animation: servicesDropdownAccent 2.8s linear infinite;
}

@keyframes aboutTrustMarqueeLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (min-width: 640px) {
  .about-trust__rail-item {
    font-size: 0.92rem;
    padding: 0.4rem 0.7rem;
  }

  .about-trust__marquee-track {
    gap: 1.15rem;
  }

  .about-trust__tile {
    width: 8.75rem;
    height: 4.55rem;
    border-radius: 1.15rem;
  }

  .about-trust__tile img {
    max-width: 5.2rem;
    max-height: 2.35rem;
  }
}

@media (min-width: 900px) {
  .about-trust__rail-item {
    font-size: 0.95rem;
  }

  .about-trust__marquee-track {
    gap: 1.35rem;
  }

  .about-trust__tile {
    width: 9.25rem;
    height: 4.75rem;
    border-radius: 1.2rem;
    padding: 0.5rem 1rem;
  }

  .about-trust__tile img {
    max-width: 5.5rem;
    max-height: 2.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {

  .about-trust__marquee-track,
  .about-trust__closer-emph::after {
    animation: none;
  }

  .about-trust__marquee {
    overflow-x: auto;
  }

  .about-trust__marquee-track {
    padding-inline: 1rem;
  }
}

/* Where we work — typographic split, no cards */
.about-work__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at 50% 40%, #000 20%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 40%, #000 20%, transparent 72%);
  pointer-events: none;
}

.about-work__layout {
  display: grid;
  gap: 2rem;
  align-items: start;
}

.about-work__label {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.15rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ea580c;
  line-height: 1;
}

.about-work__label-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  flex-shrink: 0;
  border-radius: 0.7rem;
  color: #fff;
  background: linear-gradient(135deg, #ea580c 0%, #f97316 55%, #2563eb 160%);
  box-shadow:
    0 8px 18px -12px rgba(234, 88, 12, 0.65),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-work__label:hover .about-work__label-icon {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 12px 22px -12px rgba(234, 88, 12, 0.7);
}

.about-work__address {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.about-work__line {
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: #0f172a;
  transition: color 0.3s ease, transform 0.3s ease;
}

.about-work__line::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.05em;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f97316, #4a90e2);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.about-work__line:hover {
  color: #1e293b;
  transform: translateX(6px);
}

.about-work__line:hover::after {
  transform: scaleX(1);
}

.about-work__spine {
  display: none;
}

.about-work__reach {
  padding-top: 0.25rem;
}

.about-work__stat {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin: 0 0 1rem;
}

.about-work__stat-num {
  font-size: clamp(3.2rem, 8vw, 5rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.95;
  background: linear-gradient(135deg, #ea580c 0%, #2563eb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: letter-spacing 0.4s ease, transform 0.4s ease;
}

.about-work__reach:hover .about-work__stat-num {
  letter-spacing: -0.03em;
  transform: scale(1.03);
  transform-origin: left center;
}

.about-work__stat-label {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}

.about-work__reach-copy {
  margin: 0;
  max-width: 26rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: #475569;
}

.about-work__zones {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.1rem;
  margin-top: 1.35rem;
}

.about-work__zone {
  position: relative;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
  padding-bottom: 0.2rem;
  transition: color 0.3s ease;
  cursor: default;
}

.about-work__zone::before {
  content: '';
  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  margin-right: 0.45rem;
  margin-bottom: 0.1rem;
  border-radius: 999px;
  background: #cbd5e1;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.about-work__zone:hover {
  color: #0f172a;
}

.about-work__zone:hover::before {
  background: linear-gradient(90deg, #f97316, #4a90e2);
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.12);
}

.about-work__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.55rem;
  margin-top: 1.35rem;
}

.about-work__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.6rem 1.15rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.about-work__btn svg {
  transition: transform 0.25s ease;
}

.about-work__btn:hover {
  transform: translateY(-1px);
}

.about-work__btn:hover svg {
  transform: translate(2px, -2px);
}

.about-work__btn--primary {
  color: #fff;
  background: linear-gradient(90deg, #ea580c, #2563eb);
  box-shadow: 0 8px 18px -12px rgba(37, 99, 235, 0.55);
}

.about-work__btn--primary:hover {
  box-shadow: 0 12px 22px -12px rgba(234, 88, 12, 0.5);
}

.about-work__btn--ghost {
  color: #0f172a;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.4);
}

.about-work__btn--ghost:hover {
  border-color: #2563eb;
  color: #2563eb;
}

@media (min-width: 900px) {
  .about-work__layout {
    grid-template-columns: minmax(0, 1.15fr) auto minmax(0, 0.95fr);
    gap: 2.5rem 2.75rem;
    align-items: center;
  }

  .about-work__spine {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.65rem;
    min-height: 11rem;
    padding-block: 0.5rem;
  }

  .about-work__spine-rail {
    flex: 1;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(180deg, #f97316, #4a90e2);
    opacity: 0.55;
  }

  .about-work__spine-dot {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 999px;
    background: #f97316;
    box-shadow: 0 0 0 5px rgba(249, 115, 22, 0.14);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
  }

  .about-work__spine-dot--end {
    background: #4a90e2;
    box-shadow: 0 0 0 5px rgba(74, 144, 226, 0.14);
  }

  .about-work__layout:hover .about-work__spine-dot {
    transform: scale(1.15);
  }

  .about-work__line {
    font-weight: 600;
  }
}

@media (prefers-reduced-motion: reduce) {

  .about-work__line,
  .about-work__stat-num,
  .about-work__btn,
  .about-work__btn svg {
    transition: none;
  }
}

/* Leadership — 2 stacked light rows, previous image design */
.about-lead {
  background:
    radial-gradient(ellipse 80% 60% at 12% 20%, rgba(219, 234, 254, 0.55), transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 80%, rgba(255, 237, 213, 0.45), transparent 52%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 48%, #ffffff 100%);
}

.about-lead__rows {
  display: flex;
  flex-direction: column;
  gap: 1.9rem;
  max-width: 1020px;
  margin-inline: auto;
}

.about-lead__card {
  --lead-accent: #ea580c;
  --lead-accent-soft: rgba(234, 88, 12, 0.22);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 1.7rem 1.5rem;
  border-radius: 1.5rem;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 18px 40px -28px rgba(15, 23, 42, 0.18);
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease,
    border-color 0.35s ease;
}

.about-lead__card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--lead-accent) 22%, #e2e8f0);
  box-shadow:
    0 12px 28px -20px color-mix(in srgb, var(--lead-accent) 28%, transparent),
    0 24px 48px -28px rgba(15, 23, 42, 0.2);
}

.about-lead__media {
  position: relative;
  width: min(100%, 14.5rem);
  aspect-ratio: 4 / 5;
  flex-shrink: 0;
  isolation: isolate;
}

.about-lead__media--cool {
  --lead-accent: #2563eb;
  --lead-accent-soft: rgba(37, 99, 235, 0.2);
}

.about-lead__media-glow {
  position: absolute;
  inset: 12% -8% -10% 8%;
  border-radius: 42% 58% 48% 52% / 42% 38% 62% 58%;
  background: radial-gradient(circle at 40% 30%, var(--lead-accent-soft), transparent 72%);
  filter: blur(18px);
  z-index: 0;
  pointer-events: none;
}

.about-lead__media-frame {
  position: absolute;
  inset: 0.7rem -0.65rem -0.65rem 0.7rem;
  border-radius: 1.55rem 0.55rem 1.55rem 0.55rem;
  border: 1.5px solid color-mix(in srgb, var(--lead-accent) 45%, #ffffff);
  background: linear-gradient(145deg, color-mix(in srgb, var(--lead-accent) 12%, #ffffff), transparent 55%);
  z-index: 0;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-lead__media--cool .about-lead__media-frame {
  inset: -0.65rem 0.7rem 0.7rem -0.65rem;
  border-radius: 0.55rem 1.55rem 0.55rem 1.55rem;
}

.about-lead__media-shot {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 1.45rem 0.4rem 1.45rem 0.4rem;
  background: #e2e8f0;
  box-shadow:
    0 18px 40px -22px rgba(15, 23, 42, 0.4),
    0 0 0 1px rgba(15, 23, 42, 0.06);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.55s ease;
}

.about-lead__media--cool .about-lead__media-shot {
  border-radius: 0.4rem 1.45rem 0.4rem 1.45rem;
}

.about-lead__media-shot img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: transform 0.7s ease, filter 0.55s ease;
  filter: saturate(1.05) contrast(1.02);
}

.about-lead__card:hover .about-lead__media-shot {
  transform: translateY(-4px) rotate(-1.2deg);
  box-shadow:
    0 26px 48px -22px rgba(15, 23, 42, 0.35),
    0 0 0 1px color-mix(in srgb, var(--lead-accent) 22%, transparent);
}

.about-lead__card:hover .about-lead__media-frame {
  transform: translate(4px, 4px);
}

.about-lead__card--reverse:hover .about-lead__media-shot {
  transform: translateY(-4px) rotate(1.2deg);
}

.about-lead__card--reverse:hover .about-lead__media-frame {
  transform: translate(-4px, 4px);
}

.about-lead__card:hover .about-lead__media-shot img {
  transform: scale(1.05);
}

.about-lead__copy {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about-lead__name {
  margin: 0;
  font-size: clamp(1.4rem, 2.6vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.about-lead__badge {
  display: inline-flex;
  align-items: center;
  margin-top: 0.7rem;
  padding: 0.4rem 1.05rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffa000 0%, #ff7a00 48%, #f76b1c 100%);
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
  box-shadow: 0 8px 18px -10px rgba(247, 107, 28, 0.65);
}

.about-lead__bio {
  margin: 0.95rem 0 0;
  max-width: 36rem;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #475569;
}

@media (min-width: 720px) {
  .about-lead__rows {
    gap: 2.15rem;
  }

  .about-lead__card {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 2.6rem;
    padding: 1.85rem 2.1rem 1.85rem 1.85rem;
  }

  .about-lead__card--reverse {
    flex-direction: row-reverse;
  }

  .about-lead__media {
    width: 16rem;
  }

  .about-lead__copy {
    align-items: flex-start;
    text-align: left;
  }

  .about-lead__card--reverse .about-lead__copy {
    align-items: flex-end;
    text-align: right;
  }
}

/* What we do today — timeline flow (no cards) */
.about-do-flow__rail {
  position: absolute;
  left: 1.35rem;
  top: 1.5rem;
  bottom: 1.5rem;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f97316 0%, #4a90e2 55%, #208A86 100%);
  opacity: 0.35;
}

@media (min-width: 640px) {
  .about-do-flow__rail {
    left: 2rem;
  }
}

.about-do-row {
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  transition: background 0.35s ease;
}

.about-do-row:last-child {
  border-bottom: 0;
}

.about-do-row:hover {
  background: linear-gradient(90deg,
      color-mix(in srgb, var(--do-accent, #64748b) 6%, transparent) 0%,
      transparent 55%);
}

.about-do-row__node {
  display: flex;
  height: 2.65rem;
  width: 2.65rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #ffffff;
  color: var(--do-accent, #64748b);
  border: 2px solid color-mix(in srgb, var(--do-accent, #64748b) 35%, #e2e8f0);
  box-shadow: 0 8px 20px -12px color-mix(in srgb, var(--do-accent, #64748b) 40%, transparent);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease;
}

.about-do-row:hover .about-do-row__node {
  transform: scale(1.08);
  border-color: var(--do-accent, #64748b);
}

.about-do-row__link {
  position: relative;
  transition: color 0.25s ease, transform 0.25s ease;
}

.about-do-row__link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f97316, #4a90e2);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-do-row__link:hover {
  color: var(--do-accent, #0f172a);
  transform: translateX(2px);
}

.about-do-row__link:hover::after {
  transform: scaleX(1);
}

/* Belief cards — unique hover / motion */
.about-belief {
  position: relative;
  isolation: isolate;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0 12px 32px -20px rgba(15, 23, 42, 0.18);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s ease;
}

.about-belief::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: inherit;
  background: linear-gradient(90deg, #f97316 0%, #4a90e2 50%, #f97316 100%);
  background-size: 200% 100%;
  animation: servicesDropdownAccent 2.8s linear infinite;
  animation-delay: var(--belief-delay, 0s);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 3;
}

.about-belief::after {
  content: '';
  position: absolute;
  left: 0;
  top: 1.15rem;
  bottom: 1.15rem;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f97316, var(--belief-accent, #4a90e2), #4a90e2);
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 4;
}

.about-belief:hover {
  transform: translateY(-6px);
  box-shadow:
    0 22px 44px -22px rgba(15, 23, 42, 0.24),
    0 0 0 1px color-mix(in srgb, var(--belief-accent, #4a90e2) 12%, transparent);
}

.about-belief:hover::after {
  transform: scaleY(1);
}

.about-belief__shine {
  position: absolute;
  top: 0;
  left: -90%;
  width: 42%;
  height: 100%;
  background: linear-gradient(105deg,
      transparent 18%,
      rgba(255, 255, 255, 0.55) 50%,
      transparent 82%);
  transform: skewX(-16deg);
  pointer-events: none;
  z-index: 2;
  opacity: 0;
}

.about-belief:hover .about-belief__shine {
  animation: aboutBeliefShine 0.95s ease forwards;
}

.about-belief__glow {
  position: absolute;
  right: -20%;
  top: -30%;
  width: 55%;
  height: 70%;
  border-radius: 999px;
  background: radial-gradient(circle,
      color-mix(in srgb, var(--belief-accent, #4a90e2) 18%, transparent) 0%,
      transparent 70%);
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
  z-index: 0;
}

.about-belief:hover .about-belief__glow {
  opacity: 1;
}

.about-belief__index {
  position: absolute;
  top: 0.85rem;
  right: 1rem;
  z-index: 2;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: color-mix(in srgb, var(--belief-accent, #64748b) 55%, #94a3b8);
  opacity: 0.55;
  transition: opacity 0.3s ease, transform 0.35s ease;
}

.about-belief:hover .about-belief__index {
  opacity: 0.9;
  transform: translateY(-1px);
}

.about-belief__copy {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-belief:hover .about-belief__copy {
  transform: translateX(6px);
}

.about-belief__ripples {
  position: absolute;
  right: -16%;
  bottom: -26%;
  width: min(68%, 12.5rem);
  aspect-ratio: 1;
  z-index: 0;
}

.about-belief__ripples span {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  border: 1.5px solid color-mix(in srgb, var(--belief-accent, #94a3b8) 22%, transparent);
  animation: aboutBeliefRipple 5s ease-in-out infinite;
}

.about-belief__ripples span:nth-child(2) {
  inset: 14%;
  animation-delay: 0.55s;
}

.about-belief__ripples span:nth-child(3) {
  inset: 28%;
  animation-delay: 1.1s;
}

.about-belief__icon {
  position: absolute;
}

.about-belief__icon-blob {
  position: absolute;
  right: -0.35rem;
  bottom: -0.55rem;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 999px;
  opacity: 0.28;
  filter: blur(16px);
  z-index: 0;
  transform: translate(8px, 10px);
  animation: aboutBeliefBlobPulse 3.2s ease-in-out infinite;
  transition: opacity 0.35s ease, transform 0.45s ease;
}

.about-belief:hover .about-belief__icon-blob {
  opacity: 0.48;
  transform: translate(6px, 8px) scale(1.1);
  animation-play-state: paused;
}

.about-belief__icon-stack {
  position: relative;
  z-index: 1;
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  transform: rotate(-12deg);
  animation: aboutBeliefIconFloat 3.6s ease-in-out infinite;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-belief:hover .about-belief__icon-stack {
  animation: none;
  transform: rotate(-18deg) translateY(-6px) scale(1.06);
}

.about-belief__icon-plate {
  position: absolute;
  inset: 0;
  border-radius: 0.95rem;
}

.about-belief__icon-plate--back {
  transform: translate(7px, 7px) rotate(8deg);
  background: color-mix(in srgb, var(--icon-tone, #64748b) 18%, #ffffff);
}

.about-belief__icon-plate--mid {
  transform: translate(3px, 3px) rotate(4deg);
  background: #f8fafc;
  box-shadow: 0 8px 16px -10px rgba(15, 23, 42, 0.2);
}

.about-belief__icon-face {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.95rem;
  background: #ffffff;
  color: var(--icon-tone, #64748b);
  border: 1px solid #eef2f7;
  box-shadow: 0 10px 20px -12px rgba(15, 23, 42, 0.25);
  transition: box-shadow 0.35s ease, border-color 0.35s ease;
}

.about-belief:hover .about-belief__icon-face {
  border-color: color-mix(in srgb, var(--icon-tone, #64748b) 35%, #eef2f7);
  box-shadow: 0 14px 28px -12px color-mix(in srgb, var(--icon-tone, #64748b) 35%, transparent);
}

@keyframes aboutBeliefRipple {

  0%,
  100% {
    transform: scale(0.94);
    opacity: 0.45;
  }

  50% {
    transform: scale(1.05);
    opacity: 0.85;
  }
}

@keyframes aboutBeliefShine {
  0% {
    left: -90%;
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  100% {
    left: 130%;
    opacity: 0;
  }
}

@keyframes aboutBeliefIconFloat {

  0%,
  100% {
    transform: rotate(-12deg) translateY(0);
  }

  50% {
    transform: rotate(-10deg) translateY(-5px);
  }
}

@keyframes aboutBeliefBlobPulse {

  0%,
  100% {
    opacity: 0.24;
    transform: translate(8px, 10px) scale(1);
  }

  50% {
    opacity: 0.38;
    transform: translate(8px, 10px) scale(1.08);
  }
}

@media (min-width: 640px) {
  .about-belief__icon-stack {
    width: 4rem;
    height: 4rem;
  }

  .about-belief__icon-blob {
    width: 5.25rem;
    height: 5.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {

  .about-belief,
  .about-belief::before,
  .about-belief::after,
  .about-belief__ripples span,
  .about-belief__icon-stack,
  .about-belief__icon-blob,
  .about-belief__shine,
  .about-belief__copy,
  .about-belief__index {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

  .about-belief__icon-stack {
    transform: rotate(-12deg) !important;
  }
}

.about-hero-wave__shell {
  box-sizing: border-box;
}

.about-hero-wave__mobile-bg {
  background: linear-gradient(180deg,
      #ffffff 0%,
      #ffffff 32%,
      #f8fafc 68%,
      #e9eef4 100%);
  box-shadow: inset 0 -28px 48px -18px rgba(15, 23, 42, 0.08);
}

@media (max-width: 1023px) {
  .about-hero-wave {
    min-height: calc(100svh - 4.5rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .about-hero-wave > .relative.z-10 {
    flex: 1;
    display: flex;
    align-items: center;
  }

  .about-hero-wave__copy {
    margin-inline: auto;
    width: 100%;
  }

  .about-hero-wave__title,
  .about-hero-wave__title[style] {
    text-align: center !important;
  }
}

@media (min-width: 1024px) {
  .about-hero-wave__mobile-bg {
    background: #ffffff;
    box-shadow: none;
  }
}

.about-hero-wave__copy {
  position: relative;
  z-index: 2;
}

.about-hero-wave__title {
  text-align: center !important;
}

@media (min-width: 1024px) {
  .about-hero-wave__title,
  .about-hero-wave__title[style] {
    text-align: left !important;
  }
}

.about-hero-wave__media {
  z-index: 0;
}

.about-hero-wave__media--desktop {
  display: none;
}

@media (min-width: 1024px) {
  .about-hero-wave__media--desktop {
    display: block;
    clip-path: url(#aboutHeroWaveDesktop);
    filter:
      drop-shadow(-18px 0 32px rgba(15, 23, 42, 0.16))
      drop-shadow(-5px 0 0 rgba(32, 138, 134, 0.42));
  }
}

.about-hero-wave__rim {
  clip-path: url(#aboutHeroWaveDesktop);
  transform: translateX(-10px);
  filter: blur(0.5px);
}

.about-hero-wave__stroke-path {
  stroke-width: 1.35;
}

@media (max-width: 1023px) {
  .about-story__title {
    text-align: center !important;
  }
  .about-founded {
    margin-top: 0.5rem;
    margin-inline: auto;
    justify-items: center;
    align-self: center;
    justify-content: center;
    grid-template-columns: auto;
    min-width: 0;
  }
  .about-founded__label {
    grid-column: 1;
    justify-self: center;
  }
  .about-founded__year {
    grid-column: 1;
    grid-row: 2;
    font-size: clamp(2.5rem, 12vw, 3.25rem);
    text-align: center;
  }
  .about-founded__bar {
    grid-column: 1;
    justify-self: center;
    transform-origin: center;
  }

  .about-lead__rows {
    gap: 1.15rem;
  }

  .about-lead__card {
    padding: 1.25rem 1.15rem;
    gap: 1.1rem;
  }

  .about-do-row {
    padding-block: 0.65rem;
  }

  .about-belief {
    min-height: 0 !important;
    padding-bottom: 3.25rem !important;
  }
}

@media (min-width: 1024px) {
  .about-story__title {
    text-align: left !important;
  }
  .about-hero-wave__stroke-path {
    stroke-width: 1.35;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .about-hero-wave__copy {
    max-width: 46%;
  }
}
.about-page.hero-bg {
  background:
    radial-gradient(ellipse 70% 100% at 0% 0%, #cae2ff 0%, transparent 70%),
    radial-gradient(ellipse 70% 100% at 100% 0%, #fff0dc 0%, transparent 70%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #fafafa 100%);
}

.about-page__hero {
  background: transparent;
}

.about-page__eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #64748b;
}

.about-page__title {
  font-weight: 400;
  color: #0f172a;
}

.about-page__lede {
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.75;
  color: #64748b;
}

.about-page__hero-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  margin-top: 2.75rem;
}

.about-page__hero-stat {
  flex: 1 1 0;
  min-width: 6.5rem;
  max-width: 11rem;
  padding: 0.25rem 1.75rem;
  text-align: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

.about-page__hero-stat+.about-page__hero-stat {
  border-left: 1px solid rgba(148, 163, 184, 0.55);
}

.about-page__hero-stat-value {
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1;
  color: #0f172a;
  letter-spacing: -0.03em;
}

.about-page__hero-stat-label {
  margin-top: 0.55rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: #64748b;
  line-height: 1.35;
}

@media (max-width: 640px) {
  .about-page__hero-stats {
    gap: 1.25rem 0;
  }

  .about-page__hero-stat {
    flex: 1 1 40%;
    max-width: none;
    padding: 0.5rem 1rem;
  }

  .about-page__hero-stat+.about-page__hero-stat {
    border-left: 0;
  }

  .about-page__hero-stat:nth-child(even) {
    border-left: 1px solid rgba(148, 163, 184, 0.55);
  }
}

.about-page__section {
  background: #ffffff;
}

.about-page__section--muted {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.about-page__section--dark {
  background: linear-gradient(125deg, #0c4a6e 0%, #1e3a5f 45%, #0f172a 100%);
}

.about-page__section-title {
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #0f172a;
}

.about-page__section-title--center {
  text-align: center;
}

.about-page__section-title--light {
  color: #ffffff;
}

.about-page__section-sub {
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(0.95rem, 1.35vw, 1.05rem);
  line-height: 1.7;
  color: #64748b;
}

.about-page__section-sub--light {
  color: rgba(226, 232, 240, 0.88);
}

.about-page__body {
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(0.95rem, 1.35vw, 1.05rem);
  line-height: 1.8;
  color: #475569;
}

.about-page__belief {
  padding: 1.35rem 1.25rem;
  border-radius: 1rem;
  border: 1px solid #e8edf3;
  background: #ffffff;
  box-shadow: 0 10px 28px -22px rgba(15, 23, 42, 0.16);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.about-page__belief:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px -20px rgba(15, 23, 42, 0.18);
}

.about-page__belief-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.7rem;
  color: var(--belief-accent, #2563eb);
  background: var(--belief-bg, #eff6ff);
}

.about-page__belief-title {
  margin-top: 0.9rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #0f172a;
}

.about-page__belief-text {
  margin-top: 0.55rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.92rem;
  line-height: 1.7;
  color: #64748b;
}

.about-page__way {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.4rem 1.25rem;
  border-radius: 1rem;
  border: 1px solid #e8edf3;
  border-top: 3px solid var(--way-accent, #4f46e5);
  background: #ffffff;
  box-shadow: 0 10px 28px -22px rgba(15, 23, 42, 0.14);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.about-page__way:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px -20px rgba(15, 23, 42, 0.18);
}

.about-page__way-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.7rem;
  color: var(--way-accent, #4f46e5);
  background: color-mix(in srgb, var(--way-accent, #4f46e5) 10%, #ffffff);
}

.about-page__way-title {
  margin-top: 0.9rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #0f172a;
}

.about-page__way-text {
  margin-top: 0.55rem;
  flex: 1;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.92rem;
  line-height: 1.65;
  color: #64748b;
}

.about-page__way-links {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-top: 1rem;
}

.about-page__way-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--way-accent, #4f46e5);
  text-decoration: none;
  transition: gap 0.2s ease, opacity 0.2s ease;
}

.about-page__way-link:hover {
  gap: 0.55rem;
  opacity: 0.85;
}

.about-page__logo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 640px) {
  .about-page__logo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.about-page__logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.5rem;
  padding: 1rem;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 24px -18px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s ease, background 0.25s ease;
}

.about-page__logo-card:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.12);
}

.about-page__logo-img {
  max-height: 2.5rem;
  max-width: 8rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.about-page__location {
  display: grid;
  gap: 1.25rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-radius: 1.25rem;
  border: 1px solid #e8edf3;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 16px 40px -28px rgba(15, 23, 42, 0.18);
}

@media (min-width: 900px) {
  .about-page__location {
    grid-template-columns: 1.4fr 0.8fr;
    align-items: stretch;
  }
}

.about-page__location-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  border-radius: 1rem;
  background: linear-gradient(125deg, #0c4a6e 0%, #1e3a5f 50%, #0f172a 100%);
  color: #ffffff;
}

.about-page__location-stat {
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(2.5rem, 5vw, 3.25rem);
  font-weight: 700;
  line-height: 1;
}

.about-page__location-stat-label {
  margin-top: 0.35rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.8);
}

.about-page__location-note {
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(226, 232, 240, 0.82);
}

.about-page__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.8rem 1.35rem;
  border-radius: 9999px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-page__cta--primary {
  color: #111111;
  background: linear-gradient(to bottom, #fbbf24, #f97316, #ea580c);
  box-shadow: 0 6px 20px rgba(249, 115, 22, 0.28);
}

.about-page__cta--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(249, 115, 22, 0.34);
}

.about-page__cta--secondary {
  color: #0f172a;
  background: #ffffff;
  border: 1px solid #e2e8f0;
}

.about-page__cta--secondary:hover {
  transform: translateY(-2px);
  border-color: #cbd5e1;
}

/* ─── Portfolio cards ─── */
.port-img {
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.port-card:hover .port-img {
  transform: scale(1.02);
}

.port-scroll-track {
  position: relative;
  z-index: 1;
}

.port-scroll-sticky {
  position: sticky;
  top: 5rem;
  z-index: 2;
}

.port-stack-stage {
  position: relative;
  width: 100%;
}

.port-stack-row--base {
  position: relative;
  z-index: 1;
}

.port-stack-row--cover {
  position: relative;
  z-index: 2;
  background: #fff;
  will-change: transform;
  backface-visibility: hidden;
}

/* ─── Pricing cards ─── */
.plan-card {
  transition: transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.plan-card:hover {
  transform: translateY(-8px);
}

/* ─── Team cards ─── */
.team-img-wrap {
  background: #e8e8e8;
  aspect-ratio: 5 / 6;
}

.team-photo {
  transition:
    filter 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.team-shape {
  border-radius: 999px 999px 12px 12px;
  transition:
    filter 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.6s ease;
}

.team-card:hover .team-photo {
  filter: grayscale(100%) contrast(1.08);
  transform: scale(1.03);
}

.team-card:hover .team-shape {
  filter: grayscale(100%) brightness(0.72);
  opacity: 0.55;
}

.team-social-bar {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.team-card:hover .team-social-bar {
  opacity: 1;
  transform: translateY(0);
}

/* Team marquee — infinite one-line scroll */
.team-marquee__shell {
  margin-top: 0.25rem;
}

.team-marquee__viewport {
  overflow: hidden;
}

.team-marquee__track {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  padding: 0.5rem 1rem 1rem;
}

.team-marquee__card {
  flex: 0 0 auto;
  width: clamp(14.5rem, 19vw, 17rem);
}

.team-marquee__arrow {
  position: absolute;
  top: 42%;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  border: 1.5px solid rgba(15, 23, 42, 0.12);
  background: #ffffff;
  color: #0f172a;
  box-shadow: 0 12px 30px -12px rgba(15, 23, 42, 0.4);
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.team-marquee__arrow:hover {
  background: #111111;
  color: #ffffff;
  transform: scale(1.06);
}

.team-marquee__arrow--left {
  left: 0.75rem;
}

.team-marquee__arrow--right {
  right: 0.75rem;
}

@media (max-width: 640px) {
  .team-marquee__card {
    width: 13.25rem;
  }

  .team-marquee__arrow {
    width: 2.85rem;
    height: 2.85rem;
  }
}

/* ─── Award cards ─── */
.award-card {
  background: #fff;
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease,
    border-color 0.4s ease;
}

.award-card:hover {
  transform: translateY(-4px);
  border-color: #e0e0e0;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.07);
}

/* ─── Footer ─── */
.footer-bg {
  background: linear-gradient(to bottom,
      #eef0f3 0%,
      #ffffff 28%,
      #ffffff 55%,
      #ffffff 100%);
  color: #374151;
  border-top: 1px solid #e5e7eb;
}

.footer-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 0 1.75rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, minmax(0, 1fr)) minmax(15.5rem, 1.35fr);
  gap: 2.5rem 1.75rem;
  margin-bottom: 2.75rem;
  align-items: start;
}

.footer-brand__logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin: 0 0 0.85rem;
  padding: 0;
  line-height: 0;
}

.footer-brand__logo img {
  height: 3.5rem;
  width: auto;
  display: block;
  padding: 0;
  margin: 0;
  background: transparent;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-brand__logo span {
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.footer-brand__tagline {
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.65;
  color: #374151;
  max-width: 13.5rem;
  margin: 0;
}

.footer-nap {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.footer-nap li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.5;
  color: #374151;
}

.footer-nap__icon {
  width: 0.95rem;
  height: 0.95rem;
  flex-shrink: 0;
  margin-top: 0.15rem;
  color: #2563eb;
}

.footer-brand__contact {
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: #0f172a;
  text-decoration: none;
  transition: color 0.25s ease;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.footer-brand__contact:hover {
  color: #2563eb;
}

.footer-brand__contact--email {
  white-space: nowrap;
  display: inline-block;
}

.footer-contact .footer-nap li:has(.footer-brand__contact--email) {
  min-width: -moz-max-content;
  min-width: max-content;
}

.footer-contact .footer-brand__socials {
  margin-top: 1rem;
  padding-left: calc(0.95rem + 0.55rem);
}

.footer-brand__socials {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  align-items: center;
}

.footer-col__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.footer-heading {
  position: relative;
  display: inline-block;
  margin: 0 0 1.35rem;
  padding-bottom: 0.55rem;
  color: #0f172a;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.footer-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.6rem;
  height: 2.5px;
  border-radius: 9999px;
  background: #2563eb;
}

.footer-text-muted {
  color: #374151;
  font-family: Inter, system-ui, sans-serif;
}

.footer-text-faint {
  margin: 0;
  color: #374151;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
}

.footer-link {
  display: inline-block;
  overflow: hidden;
  height: 1.35em;
  color: #374151;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

.footer-link__wave {
  display: block;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.footer-link__text {
  display: block;
}

.footer-link__text--hover {
  color: #0f172a;
}

.footer-link:hover .footer-link__wave {
  transform: translateY(-50%);
}

.footer-link--bold {
  font-weight: 600;
  color: #1a1a1a;
  height: 1.4em;
}

.footer-link--bold .footer-link__text--hover {
  color: #2563eb;
}

.footer-social {
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  line-height: 0;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease, box-shadow 0.3s ease;
}

.footer-social__icon {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  margin: auto;
}

.footer-social--facebook {
  background: #1877f2;
}

.footer-social--twitter {
  background: #1da1f2;
}

.footer-social--youtube {
  background: #ff0000;
}

.footer-social--instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.footer-social--linkedin {
  background: #0a66c2;
}

.footer-social:hover {
  transform: translateY(-3px);
  opacity: 0.9;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  flex-wrap: wrap;
  padding-top: 1.35rem;
  border-top: 1px solid #e4e4e7;
}

.footer-bottom .footer-text-faint {
  justify-self: start;
}

.footer-bottom__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.35rem;
}

.footer-bottom__links .footer-link {
  font-size: 0.8rem;
  color: #374151;
}

.footer-bottom__links .footer-link__text--hover {
  color: #0f172a;
}

@media (max-width: 1100px) {
  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.25rem 1.5rem;
  }

  .footer-brand {
    grid-column: 1 / -1;
    max-width: 28rem;
  }

  .footer-brand__tagline {
    max-width: none;
  }

  .footer-contact {
    grid-column: span 1;
  }

  .footer-brand__logo {
    flex-wrap: wrap;
  }

  .footer-brand__logo span {
    font-size: 1rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom__links {
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .footer-shell {
    padding: 3.25rem 0 1.5rem;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.25rem;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-contact {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ─── Careers hero — full-viewport animated orbit ─── */
.careers-hero {
  --ch-accent: #2563eb;
  position: relative;
  box-sizing: border-box;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 6.25rem 1.5rem 3.25rem;
}

.careers-hero__watermark {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(4rem, 9vw, 7rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(37, 99, 235, 0.12);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  z-index: 0;
  animation: careers-watermark-breathe 7s ease-in-out infinite;
  pointer-events: none;
}

@keyframes careers-watermark-breathe {

  0%,
  100% {
    opacity: 0.45;
    letter-spacing: 0.14em;
  }

  50% {
    opacity: 0.8;
    letter-spacing: 0.2em;
  }
}

.careers-hero__layout {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
}

.careers-hero__stage {
  position: relative;
  width: 100%;
  min-height: min(68vh, 520px);
  height: 100%;
  overflow: visible;
  background: transparent;
  border: none;
  box-shadow: none;
  pointer-events: none;
  animation: careers-stage-in 1s ease both;
  animation-delay: 0.2s;
  opacity: 0;
}

@keyframes careers-stage-in {
  from {
    opacity: 0;
    transform: translateX(14px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.careers-hero__orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(100%, 28rem);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.careers-hero__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px dashed rgba(37, 99, 235, 0.28);
}

.careers-hero__ring--1 {
  animation: careers-ring-spin 28s linear infinite;
}

.careers-hero__ring--2 {
  inset: 12%;
  border-color: rgba(16, 185, 129, 0.26);
  border-style: solid;
  animation: careers-ring-spin 38s linear infinite reverse;
}

.careers-hero__ring--3 {
  inset: 24%;
  border-style: dotted;
  border-color: rgba(245, 158, 11, 0.32);
  animation: careers-ring-spin 20s linear infinite;
}

.careers-hero__ring--4 {
  inset: 38%;
  border: 1px solid rgba(99, 102, 241, 0.28);
  animation: careers-ring-pulse 3.2s ease-in-out infinite;
}

.careers-hero__spark {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.35rem;
  height: 0.35rem;
  margin: -0.175rem;
  border-radius: 999px;
  background: #2563eb;
  box-shadow: 0 0 12px rgba(37, 99, 235, 0.7);
  z-index: 2;
}

.careers-hero__spark--1 {
  animation: careers-orbit-a 14s linear infinite;
}

.careers-hero__spark--2 {
  background: #f97316;
  box-shadow: 0 0 12px rgba(249, 115, 22, 0.7);
  animation: careers-orbit-c 18s linear infinite reverse;
}

.careers-hero__spark--3 {
  background: #10b981;
  box-shadow: 0 0 12px rgba(16, 185, 129, 0.7);
  animation: careers-orbit-e 22s linear infinite;
}

@keyframes careers-ring-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes careers-ring-pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.65;
  }

  50% {
    transform: scale(1.05);
    opacity: 1;
  }
}

.careers-hero__core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5.75rem;
  height: 5.75rem;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: linear-gradient(160deg, #ffffff 0%, #f1f5f9 100%);
  display: grid;
  place-items: center;
  box-shadow:
    0 0 0 1px rgba(37, 99, 235, 0.14),
    0 0 0 10px rgba(37, 99, 235, 0.05),
    0 18px 40px rgba(15, 23, 42, 0.14);
  z-index: 3;
  overflow: visible;
  animation: careers-core-float 5.5s ease-in-out infinite;
}

@keyframes careers-core-float {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, calc(-50% - 6px)) scale(1.03);
  }
}

.careers-hero__core-ring {
  position: absolute;
  inset: -0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(37, 99, 235, 0.2);
  animation: careers-ring-spin 12s linear infinite;
}

.careers-hero__core-pulse {
  position: absolute;
  inset: -12px;
  border-radius: 999px;
  border: 1px solid rgba(37, 99, 235, 0.3);
  animation: careers-core-pulse 2.8s ease-out infinite;
}

@keyframes careers-core-pulse {
  0% {
    transform: scale(0.85);
    opacity: 0.75;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.careers-hero__core-logo {
  position: relative;
  z-index: 1;
  width: 68%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

/* Orbiting role chips */
.careers-hero__chip {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  will-change: transform;
}

.careers-hero__chip-label {
  display: inline-block;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid transparent;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
  animation: careers-chip-bob 4.5s ease-in-out infinite;
}

@keyframes careers-chip-bob {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

.careers-hero__chip--1 .careers-hero__chip-label {
  background: #eff6ff;
  color: #1d4ed8;
  border-color: #bfdbfe;
}

.careers-hero__chip--2 .careers-hero__chip-label {
  background: #ecfdf5;
  color: #047857;
  border-color: #a7f3d0;
  animation-delay: 0.3s;
}

.careers-hero__chip--3 .careers-hero__chip-label {
  background: #fff7ed;
  color: #c2410c;
  border-color: #fed7aa;
  animation-delay: 0.6s;
}

.careers-hero__chip--4 .careers-hero__chip-label {
  background: #f5f3ff;
  color: #6d28d9;
  border-color: #ddd6fe;
  animation-delay: 0.9s;
}

.careers-hero__chip--5 .careers-hero__chip-label {
  background: #fef2f2;
  color: #b91c1c;
  border-color: #fecaca;
  animation-delay: 1.1s;
}

.careers-hero__chip--6 .careers-hero__chip-label {
  background: #ecfeff;
  color: #0e7490;
  border-color: #a5f3fc;
  animation-delay: 0.2s;
}

.careers-hero__chip--7 .careers-hero__chip-label {
  background: #f0fdf4;
  color: #15803d;
  border-color: #bbf7d0;
  animation-delay: 0.7s;
}

.careers-hero__chip--8 .careers-hero__chip-label {
  background: #fffbeb;
  color: #a16207;
  border-color: #fde68a;
  animation-delay: 1.4s;
}

/* Different radii + speeds + start angles so layout feels orbital, not linear */
.careers-hero__chip--1 {
  animation: careers-orbit-a 22s linear infinite;
}

.careers-hero__chip--2 {
  animation: careers-orbit-b 28s linear infinite reverse;
}

.careers-hero__chip--3 {
  animation: careers-orbit-c 19s linear infinite;
}

.careers-hero__chip--4 {
  animation: careers-orbit-d 34s linear infinite reverse;
}

.careers-hero__chip--5 {
  animation: careers-orbit-e 25s linear infinite;
}

.careers-hero__chip--6 {
  animation: careers-orbit-f 31s linear infinite reverse;
}

.careers-hero__chip--7 {
  animation: careers-orbit-g 17s linear infinite;
}

.careers-hero__chip--8 {
  animation: careers-orbit-h 37s linear infinite reverse;
}

@keyframes careers-orbit-a {
  from {
    transform: rotate(0deg) translateX(11.2rem) rotate(0deg);
  }

  to {
    transform: rotate(360deg) translateX(11.2rem) rotate(-360deg);
  }
}

@keyframes careers-orbit-b {
  from {
    transform: rotate(45deg) translateX(9.4rem) rotate(-45deg);
  }

  to {
    transform: rotate(405deg) translateX(9.4rem) rotate(-405deg);
  }
}

@keyframes careers-orbit-c {
  from {
    transform: rotate(90deg) translateX(12.4rem) rotate(-90deg);
  }

  to {
    transform: rotate(450deg) translateX(12.4rem) rotate(-450deg);
  }
}

@keyframes careers-orbit-d {
  from {
    transform: rotate(135deg) translateX(8.2rem) rotate(-135deg);
  }

  to {
    transform: rotate(495deg) translateX(8.2rem) rotate(-495deg);
  }
}

@keyframes careers-orbit-e {
  from {
    transform: rotate(180deg) translateX(10.6rem) rotate(-180deg);
  }

  to {
    transform: rotate(540deg) translateX(10.6rem) rotate(-540deg);
  }
}

@keyframes careers-orbit-f {
  from {
    transform: rotate(225deg) translateX(7.4rem) rotate(-225deg);
  }

  to {
    transform: rotate(585deg) translateX(7.4rem) rotate(-585deg);
  }
}

@keyframes careers-orbit-g {
  from {
    transform: rotate(280deg) translateX(11.8rem) rotate(-280deg);
  }

  to {
    transform: rotate(640deg) translateX(11.8rem) rotate(-640deg);
  }
}

@keyframes careers-orbit-h {
  from {
    transform: rotate(320deg) translateX(9rem) rotate(-320deg);
  }

  to {
    transform: rotate(680deg) translateX(9rem) rotate(-680deg);
  }
}

@keyframes careers-hero-in {
  from {
    opacity: 0;
    transform: translateY(14px);
    filter: blur(3px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.careers-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
}

.careers-hero__copy {
  max-width: 40rem;
}

.careers-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.1rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2563eb;
  animation: careers-hero-in 0.7s ease both;
}

.careers-hero__eyebrow-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--ch-accent);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.18);
  animation: careers-dot-pulse 2.4s ease-in-out infinite;
}

@keyframes careers-dot-pulse {

  0%,
  100% {
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.16);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 0 8px rgba(37, 99, 235, 0.08);
    transform: scale(1.15);
  }
}

.careers-hero__title {
  margin: 0;
  max-width: min(38rem, 92%);
  font-family: Inter, system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(2.4rem, 5.4vw, 4.15rem);
  letter-spacing: -0.04em;
  line-height: 1.08;
  color: #0f172a;
}

.careers-hero__title-line {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  min-height: 1.15em;
}

.careers-hero__title-reserve {
  display: block;
  visibility: hidden;
  white-space: nowrap;
  font: inherit;
  letter-spacing: inherit;
}

.careers-hero__fade-in {
  opacity: 0;
  animation: careers-hero-in 0.9s ease both;
}

.careers-hero__desc {
  margin: 1.35rem 0 0;
  max-width: none;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.02rem, 1.5vw, 1.125rem);
  line-height: 1.65;
  color: #475569;
}

.careers-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
  position: relative;
  z-index: 5;
}

.careers-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 3.25rem;
  padding: 0.4rem 0.4rem 0.4rem 1.25rem;
  border-radius: 999px;
  background: linear-gradient(to bottom, #38bdf8, #3b82f6, #1d4ed8);
  color: #ffffff;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 6;
  pointer-events: auto;
  box-sizing: border-box;
  box-shadow: 0 4px 20px rgba(29, 78, 216, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.careers-hero__cta:hover {
  filter: brightness(1.05);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(29, 78, 216, 0.45);
}

.careers-hero__cta-label {
  white-space: nowrap;
}

.careers-hero__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: #ffffff;
  color: #1d4ed8;
  flex-shrink: 0;
}

.careers-hero__mail-hint {
  margin: 0.85rem 0 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.84rem;
  color: #64748b;
  position: relative;
  z-index: 5;
}

.careers-hero__mail-hint a {
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
}

.careers-hero__mail-hint a:hover {
  text-decoration: underline;
}

.careers-hero__ghost {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 3.25rem;
  padding: 0.4rem 0.4rem 0.4rem 1.25rem;
  border-radius: 999px;
  border: 1.5px solid #cbd5e1;
  background: #ffffff;
  color: #0f172a;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  z-index: 6;
  pointer-events: auto;
  box-sizing: border-box;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
  transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.careers-hero__ghost:hover {
  border-color: #94a3b8;
  color: #0f172a;
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12);
}

.careers-hero__ghost-label {
  white-space: nowrap;
}

.careers-hero__ghost-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: #f1f5f9;
  color: #64748b;
  flex-shrink: 0;
  transition: background 0.25s ease, color 0.25s ease;
}

.careers-hero__ghost:hover .careers-hero__ghost-icon {
  background: #e2e8f0;
  color: #475569;
}

.careers-hero__rail {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  max-width: none;
}

.careers-hero__rail span {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #334155;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(148, 163, 184, 0.35);
  backdrop-filter: blur(6px);
}

@media (max-width: 1023px) {
  .careers-hero {
    min-height: 0;
    padding-top: 7.5rem;
    padding-bottom: 3.25rem;
    align-items: flex-start;
  }

  .careers-hero__layout {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .careers-hero__inner,
  .careers-hero__copy {
    width: 100%;
    max-width: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .careers-hero__eyebrow {
    justify-content: center;
  }

  .careers-hero__title {
    max-width: 100%;
    margin-inline: auto;
    text-align: center;
  }

  .careers-hero__title-line {
    margin-inline: auto;
  }

  .careers-hero__title-line>* {
    margin-inline: auto !important;
    text-align: center !important;
  }

  .careers-hero__desc {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .careers-hero__actions {
    width: 100%;
    max-width: 28rem;
    justify-content: center;
  }

  .careers-hero__mail-hint {
    text-align: center;
  }

  .careers-hero__rail {
    justify-content: center;
    width: 100%;
  }

  .careers-hero__stage {
    min-height: 340px;
    max-width: 28rem;
    margin: 0 auto;
  }

  .careers-hero__orbit {
    width: min(100%, 22rem);
    transform: translate(-50%, -50%) scale(0.86);
  }

  .careers-hero__watermark {
    font-size: clamp(2.5rem, 8vw, 4rem);
    letter-spacing: 0.1em;
    opacity: 0.35;
  }
}

@media (max-width: 767px) {
  .careers-hero {
    min-height: 0;
    padding: 6.75rem 1.25rem 2.75rem;
  }

  .careers-hero__title {
    max-width: 100%;
  }

  .careers-hero__actions {
    flex-direction: column;
    align-items: stretch;
    max-width: none;
    gap: 0.75rem;
  }

  .careers-hero__cta,
  .careers-hero__ghost {
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
    min-height: 3.25rem;
  }

  .careers-hero__cta {
    padding-left: 1.1rem;
  }

  .careers-hero__ghost {
    padding-left: 1.1rem;
  }

  .careers-hero__stage {
    min-height: 280px;
  }

  .careers-hero__orbit {
    width: min(100%, 19rem);
    transform: translate(-50%, -50%) scale(0.72);
  }

  .careers-hero__chip-label {
    font-size: 0.6rem;
    padding: 0.32rem 0.55rem;
  }

  .careers-hero__watermark {
    font-size: 3rem;
  }

  .careers-hero__rail {
    margin-top: 1.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .careers-hero__spark,
  .careers-hero__ring,
  .careers-hero__chip,
  .careers-hero__chip-label,
  .careers-hero__core,
  .careers-hero__core-pulse,
  .careers-hero__core-ring,
  .careers-hero__watermark,
  .careers-hero__stage,
  .careers-hero__eyebrow-dot {
    animation: none;
  }

  .careers-hero__stage {
    opacity: 1;
    transform: none;
  }

  .careers-hero__core {
    transform: translate(-50%, -50%);
  }

  .careers-hero__chip--1 {
    transform: rotate(0deg) translateX(11.2rem) rotate(0deg);
  }

  .careers-hero__chip--2 {
    transform: rotate(45deg) translateX(9.4rem) rotate(-45deg);
  }

  .careers-hero__chip--3 {
    transform: rotate(90deg) translateX(12.4rem) rotate(-90deg);
  }

  .careers-hero__chip--4 {
    transform: rotate(135deg) translateX(8.2rem) rotate(-135deg);
  }

  .careers-hero__chip--5 {
    transform: rotate(180deg) translateX(10.6rem) rotate(-180deg);
  }

  .careers-hero__chip--6 {
    transform: rotate(225deg) translateX(7.4rem) rotate(-225deg);
  }

  .careers-hero__chip--7 {
    transform: rotate(280deg) translateX(11.8rem) rotate(-280deg);
  }

  .careers-hero__chip--8 {
    transform: rotate(320deg) translateX(9rem) rotate(-320deg);
  }

  .careers-hero__eyebrow,
  .careers-hero__fade-in {
    animation: none;
    opacity: 1;
    transform: none;
    filter: none;
  }
}

/* ─── Careers: Build things that matter ─── */
.careers-why {
  background: #f8fafc;
  padding: 5rem 1.5rem;
  border-top: 1px solid #eef2f7;
}

.careers-why__inner {
  max-width: 1040px;
  margin: 0 auto;
}

.careers-why__head {
  text-align: center;
  margin-bottom: 2.75rem;
}

.careers-why__eyebrow {
  margin: 0 0 0.65rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2563eb;
}

.careers-why__title {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.12;
  color: #0f172a;
}

.careers-why__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  padding-top: 0.5rem;
  align-items: start;
}

.careers-why__card {
  --why-accent: #dc2626;
  --why-delay: 0s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: auto;
  min-height: 0;
  padding: 2rem 1.5rem 1.75rem;
  background: #ffffff;
  border: 1px solid #eef2f7;
  border-radius: 1.5rem;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 10px 28px -16px rgba(15, 23, 42, 0.14);
  overflow: hidden;
  opacity: 0;
  transform: translateY(2.25rem) scale(0.97);
  transition: box-shadow 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}

.careers-why__card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 12%;
  right: 12%;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, transparent, var(--why-accent), transparent);
  opacity: 0.9;
  pointer-events: none;
}

.careers-why__grid.is-inview .careers-why__card {
  animation: careers-why-card-in 0.75s cubic-bezier(0.22, 1, 0.36, 1) var(--why-delay) both;
}

@keyframes careers-why-card-in {
  from {
    opacity: 0;
    transform: translateY(2.25rem) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.careers-why__card:hover {
  border-color: color-mix(in srgb, var(--why-accent) 28%, #eef2f7);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 16px 34px -18px color-mix(in srgb, var(--why-accent) 30%, transparent);
}

.careers-why__grid.is-inview .careers-why__card:hover {
  transform: translateY(-4px) scale(1);
}

.careers-why__badge {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: auto;
  height: auto;
  margin: 0.35rem 0 1.15rem;
  border-radius: 0;
  color: var(--why-accent);
  background: none;
  border: none;
  box-shadow: none;
  opacity: 0;
  transform: scale(0.55);
}

.careers-why__badge svg {
  width: 2.65rem;
  height: 2.65rem;
}

.careers-why__grid.is-inview .careers-why__badge {
  animation: careers-why-badge 0.6s cubic-bezier(0.34, 1.4, 0.64, 1) calc(var(--why-delay) + 0.18s) both;
}

@keyframes careers-why-badge {
  from {
    opacity: 0;
    transform: scale(0.55);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.careers-why__grid.is-inview .careers-why__card:hover .careers-why__badge {
  transform: scale(1.05);
  transition: transform 0.35s ease;
  box-shadow: none;
}

.careers-why__card h3 {
  margin: 0 0 0.7rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0f172a;
  line-height: 1.3;
  opacity: 0;
  transform: translateY(10px);
}

.careers-why__card p {
  margin: 0;
  max-width: 28ch;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #64748b;
  opacity: 0;
  transform: translateY(10px);
}

.careers-why__grid.is-inview .careers-why__card h3 {
  animation: careers-why-text 0.55s ease calc(var(--why-delay) + 0.22s) both;
}

.careers-why__grid.is-inview .careers-why__card p {
  animation: careers-why-text 0.55s ease calc(var(--why-delay) + 0.32s) both;
}

@keyframes careers-why-text {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {

  .careers-why__card,
  .careers-why__badge,
  .careers-why__card h3,
  .careers-why__card p {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}

@media (max-width: 1100px) {
  .careers-why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .careers-why__grid {
    grid-template-columns: 1fr;
    max-width: 22rem;
    margin: 0 auto;
  }
}

/* ─── Careers hiring process (zig-zag pills) ─── */
.careers-process {
  background: #fff;
  padding: 5rem 1.5rem;
  border-top: 1px solid #eef2f7;
}

.careers-process__inner {
  max-width: 920px;
  margin: 0 auto;
}

.careers-process__head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 3rem;
}

.careers-process__eyebrow {
  margin: 0 0 0.65rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2563eb;
}

.careers-process__title {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.12;
  color: #0f172a;
}

.careers-process__title span {
  color: inherit;
}

.careers-process__lede {
  margin: 0.85rem 0 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #64748b;
}

.careers-process__timeline {
  list-style: none;
  margin: 0;
  padding: 1.25rem 0 0.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.careers-process__timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 0;
  border-left: 2px dotted #cbd5e1;
  transform: translateX(-50%);
  z-index: 0;
}

.careers-process__row {
  --step-color: #14b8a6;
  --step-delay: 0s;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.85rem 1rem;
  opacity: 0;
}

.careers-process__row--left {
  transform: translateX(-3.25rem);
  grid-template-areas: 'pill rail label';
}

.careers-process__row--right {
  transform: translateX(3.25rem);
  grid-template-areas: 'label rail pill';
}

.careers-process__timeline.is-inview .careers-process__row--left {
  animation: careers-process-from-left 0.75s cubic-bezier(0.22, 1, 0.36, 1) var(--step-delay) both;
}

.careers-process__timeline.is-inview .careers-process__row--right {
  animation: careers-process-from-right 0.75s cubic-bezier(0.22, 1, 0.36, 1) var(--step-delay) both;
}

@keyframes careers-process-from-left {
  from {
    opacity: 0;
    transform: translateX(-3.5rem);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes careers-process-from-right {
  from {
    opacity: 0;
    transform: translateX(3.5rem);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.careers-process__rail {
  grid-area: rail;
  width: 1.15rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.careers-process__dot {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 999px;
  background: var(--step-color);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--step-color) 18%, white);
}

.careers-process__pill {
  grid-area: pill;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
  max-width: 22rem;
  padding: 0.85rem 1.15rem 0.85rem 0.75rem;
  border-radius: 999px;
  background: var(--step-color);
  color: #fff;
  box-shadow: 0 14px 28px color-mix(in srgb, var(--step-color) 28%, transparent);
  position: relative;
}

.careers-process__icon-wrap {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: #fff;
  color: var(--step-color);
  display: grid;
  place-items: center;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.12);
  position: relative;
}

.careers-process__icon-wrap::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.careers-process__row--left .careers-process__icon-wrap::after {
  right: -9px;
  border-left: 9px solid #fff;
}

.careers-process__row--right .careers-process__icon-wrap::after {
  left: -9px;
  border-right: 9px solid #fff;
}

.careers-process__pill-body {
  min-width: 0;
  text-align: left;
}

.careers-process__pill-body h3 {
  margin: 0 0 0.2rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
}

.careers-process__pill-body p {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.8rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
}

.careers-process__label {
  grid-area: label;
  display: flex;
  flex-direction: column;
  font-family: Inter, system-ui, sans-serif;
  line-height: 0.95;
  color: var(--step-color);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.careers-process__label span {
  display: none;
}

.careers-process__label strong {
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

/* Pill left → STEP label right, facing the pill */
.careers-process__row--left .careers-process__pill {
  justify-self: end;
  flex-direction: row-reverse;
  padding: 0.85rem 0.75rem 0.85rem 1.15rem;
}

.careers-process__row--left .careers-process__pill-body {
  text-align: right;
}

.careers-process__row--left .careers-process__label {
  justify-self: start;
  align-items: flex-start;
  text-align: left;
}

/* Pill right → STEP label left, facing the pill (STEP 02 / 04) */
.careers-process__row--right .careers-process__pill {
  justify-self: start;
}

.careers-process__row--right .careers-process__label {
  justify-self: end;
  align-items: flex-end;
  text-align: right;
}

.careers-process__note {
  margin: 2.75rem auto 0;
  max-width: 40rem;
  text-align: center;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #64748b;
}

@media (max-width: 1023px) {
  .careers-process__timeline::before {
    left: 0.85rem;
    transform: none;
  }

  .careers-process__row,
  .careers-process__row--left,
  .careers-process__row--right {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      'rail label'
      'rail pill';
    gap: 0.45rem 0.85rem;
    transform: none;
    opacity: 1;
  }

  .careers-process__timeline.is-inview .careers-process__row--left,
  .careers-process__timeline.is-inview .careers-process__row--right {
    animation: none;
  }

  .careers-process__rail {
    grid-area: rail;
    align-self: stretch;
    padding-top: 0.55rem;
  }

  .careers-process__label,
  .careers-process__row--left .careers-process__label,
  .careers-process__row--right .careers-process__label {
    grid-area: label;
    justify-self: start;
    align-items: flex-start;
    flex-direction: row;
    gap: 0.35rem;
    text-align: left;
  }

  .careers-process__label span {
    font-size: 0.72rem;
  }

  .careers-process__label strong {
    font-size: 1.1rem;
  }

  .careers-process__pill,
  .careers-process__row--left .careers-process__pill,
  .careers-process__row--right .careers-process__pill {
    grid-area: pill;
    justify-self: stretch;
    max-width: none;
    width: 100%;
    flex-direction: row;
    text-align: left;
    padding: 0.85rem 1rem 0.85rem 0.7rem;
    border-radius: 1.35rem;
  }

  .careers-process__row--left .careers-process__pill-body,
  .careers-process__row--right .careers-process__pill-body {
    text-align: left;
  }

  .careers-process__row--left .careers-process__icon-wrap::after,
  .careers-process__row--right .careers-process__icon-wrap::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {

  .careers-process__row--left,
  .careers-process__row--right {
    opacity: 1;
    transform: none;
  }

  .careers-process__timeline.is-inview .careers-process__row--left,
  .careers-process__timeline.is-inview .careers-process__row--right {
    animation: none;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/* @import must come before any other rules (including @tailwind) */

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 640px){

  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){

  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){

  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){

  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){

  .container{
    max-width: 1536px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.\!visible{
  visibility: visible !important;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.collapse{
  visibility: collapse;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.inset-3{
  inset: 0.75rem;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.inset-x-5{
  left: 1.25rem;
  right: 1.25rem;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-bottom-20{
  bottom: -5rem;
}
.-bottom-4{
  bottom: -1rem;
}
.-bottom-40{
  bottom: -10rem;
}
.-left-20{
  left: -5rem;
}
.-left-24{
  left: -6rem;
}
.-left-4{
  left: -1rem;
}
.-left-40{
  left: -10rem;
}
.-right-16{
  right: -4rem;
}
.-right-20{
  right: -5rem;
}
.-right-3{
  right: -0.75rem;
}
.-right-4{
  right: -1rem;
}
.-right-40{
  right: -10rem;
}
.-top-20{
  top: -5rem;
}
.-top-3{
  top: -0.75rem;
}
.-top-4{
  top: -1rem;
}
.-top-40{
  top: -10rem;
}
.-top-5{
  top: -1.25rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-12{
  bottom: 3rem;
}
.bottom-3{
  bottom: 0.75rem;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-5{
  bottom: 1.25rem;
}
.bottom-6{
  bottom: 1.5rem;
}
.bottom-8{
  bottom: 2rem;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-2\.5{
  left: 0.625rem;
}
.left-3{
  left: 0.75rem;
}
.left-4{
  left: 1rem;
}
.left-5{
  left: 1.25rem;
}
.left-\[1\.15rem\]{
  left: 1.15rem;
}
.left-\[1\.35rem\]{
  left: 1.35rem;
}
.left-\[4\.5rem\]{
  left: 4.5rem;
}
.right-0{
  right: 0px;
}
.right-2{
  right: 0.5rem;
}
.right-3{
  right: 0.75rem;
}
.right-4{
  right: 1rem;
}
.right-5{
  right: 1.25rem;
}
.right-6{
  right: 1.5rem;
}
.top-0{
  top: 0px;
}
.top-1{
  top: 0.25rem;
}
.top-1\/2{
  top: 50%;
}
.top-1\/4{
  top: 25%;
}
.top-12{
  top: 3rem;
}
.top-16{
  top: 4rem;
}
.top-2\.5{
  top: 0.625rem;
}
.top-3{
  top: 0.75rem;
}
.top-4{
  top: 1rem;
}
.top-5{
  top: 1.25rem;
}
.top-6{
  top: 1.5rem;
}
.top-9{
  top: 2.25rem;
}
.top-full{
  top: 100%;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[0\]{
  z-index: 0;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[200\]{
  z-index: 200;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[9999\]{
  z-index: 9999;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.-my-1{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.-mt-6{
  margin-top: -1.5rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-0\.5{
  margin-bottom: 0.125rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-auto{
  margin-left: auto;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-2\.5{
  margin-top: 0.625rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-3\.5{
  margin-top: 0.875rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-\[16\/10\]{
  aspect-ratio: 16/10;
}
.h-0\.5{
  height: 0.125rem;
}
.h-1{
  height: 0.25rem;
}
.h-1\.5{
  height: 0.375rem;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-24{
  height: 6rem;
}
.h-3{
  height: 0.75rem;
}
.h-3\.5{
  height: 0.875rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-48{
  height: 12rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-60{
  height: 15rem;
}
.h-7{
  height: 1.75rem;
}
.h-72{
  height: 18rem;
}
.h-8{
  height: 2rem;
}
.h-80{
  height: 20rem;
}
.h-9{
  height: 2.25rem;
}
.h-96{
  height: 24rem;
}
.h-\[1\.5px\]{
  height: 1.5px;
}
.h-\[1\.85rem\]{
  height: 1.85rem;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[220px\]{
  height: 220px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[3px\]{
  height: 3px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[450px\]{
  height: 450px;
}
.h-\[5\.75rem\]{
  height: 5.75rem;
}
.h-\[500px\]{
  height: 500px;
}
.h-\[600px\]{
  height: 600px;
}
.h-\[6px\]{
  height: 6px;
}
.h-\[calc\(100\%-0\.5rem\)\]{
  height: calc(100% - 0.5rem);
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.max-h-0{
  max-height: 0px;
}
.max-h-96{
  max-height: 24rem;
}
.min-h-0{
  min-height: 0px;
}
.min-h-\[12\.5rem\]{
  min-height: 12.5rem;
}
.min-h-\[148px\]{
  min-height: 148px;
}
.min-h-\[280px\]{
  min-height: 280px;
}
.min-h-\[400px\]{
  min-height: 400px;
}
.min-h-\[500px\]{
  min-height: 500px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-0\.5{
  width: 0.125rem;
}
.w-1{
  width: 0.25rem;
}
.w-1\.5{
  width: 0.375rem;
}
.w-10{
  width: 2.5rem;
}
.w-11{
  width: 2.75rem;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\.5{
  width: 0.625rem;
}
.w-24{
  width: 6rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\.5{
  width: 0.875rem;
}
.w-32{
  width: 8rem;
}
.w-4{
  width: 1rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-60{
  width: 15rem;
}
.w-7{
  width: 1.75rem;
}
.w-72{
  width: 18rem;
}
.w-8{
  width: 2rem;
}
.w-80{
  width: 20rem;
}
.w-9{
  width: 2.25rem;
}
.w-96{
  width: 24rem;
}
.w-\[1\.85rem\]{
  width: 1.85rem;
}
.w-\[16px\]{
  width: 16px;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[260px\]{
  width: 260px;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[3px\]{
  width: 3px;
}
.w-\[400px\]{
  width: 400px;
}
.w-\[5\.75rem\]{
  width: 5.75rem;
}
.w-\[500px\]{
  width: 500px;
}
.w-\[52\%\]{
  width: 52%;
}
.w-\[600px\]{
  width: 600px;
}
.w-\[72\%\]{
  width: 72%;
}
.w-\[78\%\]{
  width: 78%;
}
.w-\[800px\]{
  width: 800px;
}
.w-\[88\%\]{
  width: 88%;
}
.w-\[96\%\]{
  width: 96%;
}
.w-\[min\(520px\2c calc\(100vw-24px\)\)\]{
  width: min(520px, calc(100vw - 24px));
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.w-px{
  width: 1px;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[180px\]{
  min-width: 180px;
}
.min-w-\[200px\]{
  min-width: 200px;
}
.min-w-\[6\.5rem\]{
  min-width: 6.5rem;
}
.min-w-\[7\.5rem\]{
  min-width: 7.5rem;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[1000px\]{
  max-width: 1000px;
}
.max-w-\[1080px\]{
  max-width: 1080px;
}
.max-w-\[1100px\]{
  max-width: 1100px;
}
.max-w-\[1140px\]{
  max-width: 1140px;
}
.max-w-\[1180px\]{
  max-width: 1180px;
}
.max-w-\[1200px\]{
  max-width: 1200px;
}
.max-w-\[1280px\]{
  max-width: 1280px;
}
.max-w-\[1500px\]{
  max-width: 1500px;
}
.max-w-\[16\.5rem\]{
  max-width: 16.5rem;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[220px\]{
  max-width: 220px;
}
.max-w-\[260px\]{
  max-width: 260px;
}
.max-w-\[28rem\]{
  max-width: 28rem;
}
.max-w-\[32rem\]{
  max-width: 32rem;
}
.max-w-\[34rem\]{
  max-width: 34rem;
}
.max-w-\[36rem\]{
  max-width: 36rem;
}
.max-w-\[38rem\]{
  max-width: 38rem;
}
.max-w-\[40rem\]{
  max-width: 40rem;
}
.max-w-\[42rem\]{
  max-width: 42rem;
}
.max-w-\[44rem\]{
  max-width: 44rem;
}
.max-w-\[48rem\]{
  max-width: 48rem;
}
.max-w-\[58rem\]{
  max-width: 58rem;
}
.max-w-\[700px\]{
  max-width: 700px;
}
.max-w-\[860px\]{
  max-width: 860px;
}
.max-w-\[88\%\]{
  max-width: 88%;
}
.max-w-\[90\%\]{
  max-width: 90%;
}
.max-w-\[900px\]{
  max-width: 900px;
}
.max-w-\[920px\]{
  max-width: 920px;
}
.max-w-\[960px\]{
  max-width: 960px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-none{
  max-width: none;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.grow{
  flex-grow: 1;
}
.border-collapse{
  border-collapse: collapse;
}
.origin-bottom-right{
  transform-origin: bottom right;
}
.origin-left{
  transform-origin: left;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1{
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-12{
  --tw-translate-y: 3rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-16{
  --tw-translate-y: 4rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-4{
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-8{
  --tw-translate-y: 2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.02\]{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes bounce{

  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce{
  animation: bounce 1s infinite;
}
@keyframes pulse{

  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin{

  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-pointer{
  cursor: pointer;
}
.touch-pan-y{
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize{
  resize: both;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-\[3rem_1fr\]{
  grid-template-columns: 3rem 1fr;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-0{
  gap: 0px;
}
.gap-0\.5{
  gap: 0.125rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-14{
  gap: 3.5rem;
}
.gap-16{
  gap: 4rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[5px\]{
  gap: 5px;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-y-1\.5{
  row-gap: 0.375rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.self-start{
  align-self: flex-start;
}
.self-center{
  align-self: center;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-clip{
  overflow-x: clip;
}
.whitespace-normal{
  white-space: normal;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[1\.35rem\]{
  border-radius: 1.35rem;
}
.rounded-\[1\.5rem\]{
  border-radius: 1.5rem;
}
.rounded-\[32px\]{
  border-radius: 32px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b-full{
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-t{
  border-top-width: 1px;
}
.border-dashed{
  border-style: dashed;
}
.border-\[\#0EA5E9\]\/10{
  border-color: rgb(14 165 233 / 0.1);
}
.border-\[\#2563EB\]\/10{
  border-color: rgb(37 99 235 / 0.1);
}
.border-\[\#7C3AED\]\/10{
  border-color: rgb(124 58 237 / 0.1);
}
.border-\[\#D97706\]\/10{
  border-color: rgb(217 119 6 / 0.1);
}
.border-\[\#e5e5e5\]{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-\[\#ececec\]{
  --tw-border-opacity: 1;
  border-color: rgb(236 236 236 / var(--tw-border-opacity, 1));
}
.border-amber-100{
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}
.border-amber-200{
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-blue-100{
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-blue-100\/90{
  border-color: rgb(219 234 254 / 0.9);
}
.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-emerald-100{
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}
.border-emerald-200{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-100\/80{
  border-color: rgb(243 244 246 / 0.8);
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-green-100{
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}
.border-indigo-100{
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}
.border-indigo-100\/90{
  border-color: rgb(224 231 255 / 0.9);
}
.border-indigo-200{
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}
.border-orange-100{
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}
.border-purple-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}
.border-purple-200{
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-300\/30{
  border-color: rgb(252 165 165 / 0.3);
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-sky-100{
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}
.border-slate-100{
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-slate-200{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-slate-200\/80{
  border-color: rgb(226 232 240 / 0.8);
}
.border-slate-200\/90{
  border-color: rgb(226 232 240 / 0.9);
}
.border-slate-300{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-slate-300\/80{
  border-color: rgb(203 213 225 / 0.8);
}
.border-transparent{
  border-color: transparent;
}
.border-violet-100{
  --tw-border-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/25{
  border-color: rgb(255 255 255 / 0.25);
}
.border-white\/30{
  border-color: rgb(255 255 255 / 0.3);
}
.border-white\/40{
  border-color: rgb(255 255 255 / 0.4);
}
.border-white\/45{
  border-color: rgb(255 255 255 / 0.45);
}
.border-white\/50{
  border-color: rgb(255 255 255 / 0.5);
}
.border-white\/80{
  border-color: rgb(255 255 255 / 0.8);
}
.border-zinc-100{
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}
.border-zinc-200{
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.border-t-white{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-\[\#0EA5E9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0F172A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0f172a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.bg-\[\#111\]{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
.bg-\[\#111\]\/40{
  background-color: rgb(17 17 17 / 0.4);
}
.bg-\[\#208A86\]\/30{
  background-color: rgb(32 138 134 / 0.3);
}
.bg-\[\#2563EB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-\[\#7C3AED\]{
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D97706\]{
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EFF6FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F0F9FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F5F3FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FAFBFC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 251 252 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFFBEB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f1f5f9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f3f4f6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f5f5f5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fafafa\]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-amber-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-amber-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}
.bg-amber-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-amber-500{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-100\/20{
  background-color: rgb(219 234 254 / 0.2);
}
.bg-blue-100\/30{
  background-color: rgb(219 234 254 / 0.3);
}
.bg-blue-100\/40{
  background-color: rgb(219 234 254 / 0.4);
}
.bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}
.bg-blue-400\/30{
  background-color: rgb(96 165 250 / 0.3);
}
.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-500\/10{
  background-color: rgb(59 130 246 / 0.1);
}
.bg-blue-500\/15{
  background-color: rgb(59 130 246 / 0.15);
}
.bg-blue-500\/90{
  background-color: rgb(59 130 246 / 0.9);
}
.bg-cyan-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
}
.bg-emerald-100{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.bg-emerald-100\/35{
  background-color: rgb(209 250 229 / 0.35);
}
.bg-emerald-200\/35{
  background-color: rgb(167 243 208 / 0.35);
}
.bg-emerald-400{
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}
.bg-emerald-400\/30{
  background-color: rgb(52 211 153 / 0.3);
}
.bg-emerald-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.bg-emerald-500{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-emerald-500\/10{
  background-color: rgb(16 185 129 / 0.1);
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-50\/50{
  background-color: rgb(249 250 251 / 0.5);
}
.bg-gray-50\/80{
  background-color: rgb(249 250 251 / 0.8);
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-indigo-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.bg-indigo-200\/40{
  background-color: rgb(199 210 254 / 0.4);
}
.bg-indigo-50{
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.bg-indigo-500{
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}
.bg-indigo-500\/10{
  background-color: rgb(99 102 241 / 0.1);
}
.bg-indigo-500\/90{
  background-color: rgb(99 102 241 / 0.9);
}
.bg-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.bg-orange-500\/15{
  background-color: rgb(249 115 22 / 0.15);
}
.bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-100\/20{
  background-color: rgb(243 232 255 / 0.2);
}
.bg-purple-100\/30{
  background-color: rgb(243 232 255 / 0.3);
}
.bg-purple-400{
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
}
.bg-purple-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}
.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-500\/10{
  background-color: rgb(239 68 68 / 0.1);
}
.bg-rose-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}
.bg-sky-400\/30{
  background-color: rgb(56 189 248 / 0.3);
}
.bg-sky-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}
.bg-sky-500{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}
.bg-sky-500\/10{
  background-color: rgb(14 165 233 / 0.1);
}
.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.bg-slate-300{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}
.bg-slate-400\/70{
  background-color: rgb(148 163 184 / 0.7);
}
.bg-slate-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-slate-50\/80{
  background-color: rgb(248 250 252 / 0.8);
}
.bg-slate-900{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-violet-100{
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}
.bg-violet-50{
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}
.bg-violet-500{
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/15{
  background-color: rgb(255 255 255 / 0.15);
}
.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#2563EB\]\/10{
  --tw-gradient-from: rgb(37 99 235 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#eef6ff\]{
  --tw-gradient-from: #eef6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-400{
  --tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-500{
  --tw-gradient-from: #f59e0b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-200{
  --tw-gradient-from: #bfdbfe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400{
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50{
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50\/50{
  --tw-gradient-from: rgb(239 246 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500{
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500\/10{
  --tw-gradient-from: rgb(59 130 246 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600{
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-950\/70{
  --tw-gradient-from: rgb(23 37 84 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-50{
  --tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-500{
  --tw-gradient-from: #10b981 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-500\/10{
  --tw-gradient-from: rgb(16 185 129 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-200\/45{
  --tw-gradient-from: rgb(199 210 254 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-50{
  --tw-gradient-from: #eef2ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500{
  --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-950\/70{
  --tw-gradient-from: rgb(30 27 75 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 27 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-50{
  --tw-gradient-from: #fff7ed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-500{
  --tw-gradient-from: #f97316 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50{
  --tw-gradient-from: #faf5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sky-200{
  --tw-gradient-from: #bae6fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sky-200\/45{
  --tw-gradient-from: rgb(186 230 253 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sky-400{
  --tw-gradient-from: #38bdf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sky-50{
  --tw-gradient-from: #f0f9ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sky-500{
  --tw-gradient-from: #0ea5e9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-50{
  --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-500\/10{
  --tw-gradient-from: rgb(139 92 246 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white{
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#f8fbff\]{
  --tw-gradient-to: rgb(248 251 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f8fbff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-blue-100\/20{
  --tw-gradient-to: rgb(219 234 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(219 234 254 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-blue-100\/25{
  --tw-gradient-to: rgb(219 234 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(219 234 254 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-blue-500{
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-emerald-600{
  --tw-gradient-to: rgb(5 150 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #059669 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-gray-200{
  --tw-gradient-to: rgb(229 231 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-indigo-100\/20{
  --tw-gradient-to: rgb(224 231 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(224 231 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-indigo-400{
  --tw-gradient-to: rgb(129 140 248 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-indigo-50{
  --tw-gradient-to: rgb(238 242 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-indigo-500{
  --tw-gradient-to: rgb(99 102 241 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-orange-500{
  --tw-gradient-to: rgb(249 115 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f97316 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-purple-100\/20{
  --tw-gradient-to: rgb(243 232 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(243 232 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-slate-900\/25{
  --tw-gradient-to: rgb(15 23 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(15 23 42 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-teal-50{
  --tw-gradient-to: rgb(240 253 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-violet-100\/25{
  --tw-gradient-to: rgb(237 233 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(237 233 254 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-violet-200{
  --tw-gradient-to: rgb(221 214 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-white{
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#6366F1\]\/10{
  --tw-gradient-to: rgb(99 102 241 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#ffffff\]{
  --tw-gradient-to: #ffffff var(--tw-gradient-to-position);
}
.to-amber-200{
  --tw-gradient-to: #fde68a var(--tw-gradient-to-position);
}
.to-blue-100\/35{
  --tw-gradient-to: rgb(219 234 254 / 0.35) var(--tw-gradient-to-position);
}
.to-blue-50{
  --tw-gradient-to: #eff6ff var(--tw-gradient-to-position);
}
.to-blue-50\/80{
  --tw-gradient-to: rgb(239 246 255 / 0.8) var(--tw-gradient-to-position);
}
.to-blue-500{
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}
.to-blue-700{
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}
.to-emerald-100\/35{
  --tw-gradient-to: rgb(209 250 229 / 0.35) var(--tw-gradient-to-position);
}
.to-emerald-400{
  --tw-gradient-to: #34d399 var(--tw-gradient-to-position);
}
.to-emerald-500{
  --tw-gradient-to: #10b981 var(--tw-gradient-to-position);
}
.to-indigo-500{
  --tw-gradient-to: #6366f1 var(--tw-gradient-to-position);
}
.to-orange-600{
  --tw-gradient-to: #ea580c var(--tw-gradient-to-position);
}
.to-purple-400{
  --tw-gradient-to: #c084fc var(--tw-gradient-to-position);
}
.to-purple-50{
  --tw-gradient-to: #faf5ff var(--tw-gradient-to-position);
}
.to-purple-500{
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
}
.to-purple-600{
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}
.to-slate-50{
  --tw-gradient-to: #f8fafc var(--tw-gradient-to-position);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-violet-50\/80{
  --tw-gradient-to: rgb(245 243 255 / 0.8) var(--tw-gradient-to-position);
}
.to-white{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}
.fill-amber-400{
  fill: #fbbf24;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.object-left-top{
  -o-object-position: left top;
     object-position: left top;
}
.object-top{
  -o-object-position: top;
     object-position: top;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.p-9{
  padding: 2.25rem;
}
.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.\!pt-0{
  padding-top: 0px !important;
}
.pb-0\.5{
  padding-bottom: 0.125rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-\[3\.75rem\]{
  padding-bottom: 3.75rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-7{
  padding-left: 1.75rem;
}
.pr-2\.5{
  padding-right: 0.625rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-0\.5{
  padding-top: 0.125rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-1\.5{
  padding-top: 0.375rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-28{
  padding-top: 7rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-36{
  padding-top: 9rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-serif{
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[0\.62rem\]{
  font-size: 0.62rem;
}
.text-\[0\.65rem\]{
  font-size: 0.65rem;
}
.text-\[0\.6rem\]{
  font-size: 0.6rem;
}
.text-\[0\.7rem\]{
  font-size: 0.7rem;
}
.text-\[0\.84rem\]{
  font-size: 0.84rem;
}
.text-\[0\.88rem\]{
  font-size: 0.88rem;
}
.text-\[0\.8rem\]{
  font-size: 0.8rem;
}
.text-\[0\.92rem\]{
  font-size: 0.92rem;
}
.text-\[0\.95rem\]{
  font-size: 0.95rem;
}
.text-\[0\.98rem\]{
  font-size: 0.98rem;
}
.text-\[0\.9rem\]{
  font-size: 0.9rem;
}
.text-\[1\.02rem\]{
  font-size: 1.02rem;
}
.text-\[1\.05rem\]{
  font-size: 1.05rem;
}
.text-\[1\.08rem\]{
  font-size: 1.08rem;
}
.text-\[1\.15rem\]{
  font-size: 1.15rem;
}
.text-\[1\.25rem\]{
  font-size: 1.25rem;
}
.text-\[1\.85rem\]{
  font-size: 1.85rem;
}
.text-\[100px\]{
  font-size: 100px;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[12\.5px\]{
  font-size: 12.5px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[17px\]{
  font-size: 17px;
}
.text-\[7px\]{
  font-size: 7px;
}
.text-\[8px\]{
  font-size: 8px;
}
.text-\[9px\]{
  font-size: 9px;
}
.text-\[clamp\(1\.05rem\2c 1\.4vw\2c 1\.2rem\)\]{
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
}
.text-\[clamp\(1\.75rem\2c 3\.5vw\2c 2\.5rem\)\]{
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
}
.text-\[clamp\(1\.75rem\2c 3\.5vw\2c 2\.75rem\)\]{
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.not-italic{
  font-style: normal;
}
.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-\[1\.1\]{
  line-height: 1.1;
}
.leading-\[1\.25\]{
  line-height: 1.25;
}
.leading-\[1\.55\]{
  line-height: 1.55;
}
.leading-\[1\.75\]{
  line-height: 1.75;
}
.leading-\[1\.7\]{
  line-height: 1.7;
}
.leading-\[1\.85\]{
  line-height: 1.85;
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-snug{
  line-height: 1.375;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[0\.01em\]{
  letter-spacing: 0.01em;
}
.tracking-\[0\.08em\]{
  letter-spacing: 0.08em;
}
.tracking-\[0\.12em\]{
  letter-spacing: 0.12em;
}
.tracking-\[0\.14em\]{
  letter-spacing: 0.14em;
}
.tracking-\[0\.16em\]{
  letter-spacing: 0.16em;
}
.tracking-\[0\.1em\]{
  letter-spacing: 0.1em;
}
.tracking-\[0\.2em\]{
  letter-spacing: 0.2em;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-tighter{
  letter-spacing: -0.05em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-\[\#0EA5E9\]{
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}
.text-\[\#0F172A\]{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-\[\#0f172a\]{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-\[\#111\]{
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.text-\[\#1b1d1e\]{
  --tw-text-opacity: 1;
  color: rgb(27 29 30 / var(--tw-text-opacity, 1));
}
.text-\[\#2563EB\]{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-\[\#2563eb\]{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-\[\#333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-\[\#555\]{
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}
.text-\[\#666\]{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.text-\[\#777\]{
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity, 1));
}
.text-\[\#7C3AED\]{
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}
.text-\[\#888\]{
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
.text-\[\#999\]{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.text-\[\#D97706\]{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-\[\#F59E0B\]{
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.text-\[\#aaa\]{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}
.text-\[\#bbb\]{
  --tw-text-opacity: 1;
  color: rgb(187 187 187 / var(--tw-text-opacity, 1));
}
.text-\[\#ccc\]{
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1));
}
.text-\[\#ea580c\]{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-amber-400{
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.text-amber-500{
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.text-amber-600{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-amber-700{
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-100{
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}
.text-blue-200{
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}
.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-emerald-100{
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}
.text-emerald-500{
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.text-emerald-600{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.text-emerald-700{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.text-gray-100\/50{
  color: rgb(243 244 246 / 0.5);
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-indigo-300{
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}
.text-indigo-500{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-indigo-700{
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.text-orange-600{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-purple-700{
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.text-red-100{
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-rose-500{
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}
.text-rose-600{
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}
.text-sky-600{
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}
.text-sky-700{
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}
.text-slate-300{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-800{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.text-slate-900{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-transparent{
  color: transparent;
}
.text-violet-600{
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}
.text-violet-700{
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/30{
  color: rgb(255 255 255 / 0.3);
}
.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}
.text-white\/60{
  color: rgb(255 255 255 / 0.6);
}
.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}
.text-white\/85{
  color: rgb(255 255 255 / 0.85);
}
.text-zinc-400{
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}
.text-zinc-500{
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}
.text-zinc-600{
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.decoration-white\/40{
  text-decoration-color: rgb(255 255 255 / 0.4);
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-80{
  opacity: 0.8;
}
.opacity-\[0\.03\]{
  opacity: 0.03;
}
.opacity-\[0\.35\]{
  opacity: 0.35;
}
.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_12px_28px_-24px_rgba\(15\2c 23\2c 42\2c 0\.28\)\]{
  --tw-shadow: 0 12px 28px -24px rgba(15,23,42,0.28);
  --tw-shadow-colored: 0 12px 28px -24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_16px_40px_-12px_rgba\(15\2c 23\2c 42\2c 0\.22\)\]{
  --tw-shadow: 0 16px 40px -12px rgba(15,23,42,0.22);
  --tw-shadow-colored: 0 16px 40px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_18px_44px_-14px_rgba\(15\2c 23\2c 42\2c 0\.28\)\]{
  --tw-shadow: 0 18px 44px -14px rgba(15,23,42,0.28);
  --tw-shadow-colored: 0 18px 44px -14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_22px_rgba\(249\2c 115\2c 22\2c 0\.28\)\]{
  --tw-shadow: 0 8px 22px rgba(249,115,22,0.28);
  --tw-shadow-colored: 0 8px 22px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-blue-500\/30{
  --tw-shadow-color: rgb(59 130 246 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/60{
  --tw-shadow-color: rgb(226 232 240 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/70{
  --tw-shadow-color: rgb(226 232 240 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/50{
  --tw-shadow-color: rgb(203 213 225 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/10{
  --tw-shadow-color: rgb(15 23 42 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline{
  outline-style: solid;
}
.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-\[3px\]{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-blue-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));
}
.ring-emerald-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 250 229 / var(--tw-ring-opacity, 1));
}
.ring-slate-200\/80{
  --tw-ring-color: rgb(226 232 240 / 0.8);
}
.ring-violet-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(237 233 254 / var(--tw-ring-opacity, 1));
}
.ring-white{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-2xl{
  --tw-blur: blur(40px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-3xl{
  --tw-blur: blur(64px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur{
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-1000{
  transition-delay: 1000ms;
}
.delay-300{
  transition-delay: 300ms;
}
.delay-500{
  transition-delay: 500ms;
}
.duration-1000{
  transition-duration: 1000ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-700{
  transition-duration: 700ms;
}
.duration-\[1\.5s\]{
  transition-duration: 1.5s;
}
.duration-\[2000ms\]{
  transition-duration: 2000ms;
}
.ease-\[cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)\]{
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.will-change-transform{
  will-change: transform;
}
.first\:pl-0:first-child{
  padding-left: 0px;
}
.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}
.last\:pr-0:last-child{
  padding-right: 0px;
}
.hover\:-translate-y-0\.5:hover{
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:-translate-y-1:hover{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:-translate-y-1\.5:hover{
  --tw-translate-y: -0.375rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:-translate-y-2:hover{
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-\[1\.03\]:hover{
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:gap-2\.5:hover{
  gap: 0.625rem;
}
.hover\:border-\[\#111\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-200\/80:hover{
  border-color: rgb(191 219 254 / 0.8);
}
.hover\:border-blue-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-600:hover{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.hover\:border-emerald-200\/80:hover{
  border-color: rgb(167 243 208 / 0.8);
}
.hover\:border-gray-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:border-slate-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.hover\:border-slate-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.hover\:border-violet-200\/80:hover{
  border-color: rgb(221 214 254 / 0.8);
}
.hover\:border-white\/60:hover{
  border-color: rgb(255 255 255 / 0.6);
}
.hover\:bg-\[\#000\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#111\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#1E293B\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#333\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#e2e8f0\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#f5f5f5\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white\/70:hover{
  background-color: rgb(255 255 255 / 0.7);
}
.hover\:text-\[\#0284C7\]:hover{
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#1D4ED8\]:hover{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#6D28D9\]:hover{
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#B45309\]:hover{
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-300:hover{
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-400:hover{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-800:hover{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.hover\:text-red-700:hover{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-600:hover{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.hover\:text-white\/90:hover{
  color: rgb(255 255 255 / 0.9);
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:decoration-white:hover{
  text-decoration-color: #fff;
}
.hover\:shadow-2xl:hover{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-\[0_12px_28px_rgba\(249\2c 115\2c 22\2c 0\.34\)\]:hover{
  --tw-shadow: 0 12px 28px rgba(249,115,22,0.34);
  --tw-shadow-colored: 0 12px 28px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-\[0_16px_40px_-24px_rgba\(15\2c 23\2c 42\2c 0\.25\)\]:hover{
  --tw-shadow: 0 16px 40px -24px rgba(15,23,42,0.25);
  --tw-shadow-colored: 0 16px 40px -24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-\[0_16px_40px_-8px_rgba\(0\2c 0\2c 0\2c 0\.3\)\]:hover{
  --tw-shadow: 0 16px 40px -8px rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 16px 40px -8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-\[0_18px_36px_-22px_rgba\(15\2c 23\2c 42\2c 0\.3\)\]:hover{
  --tw-shadow: 0 18px 36px -22px rgba(15,23,42,0.3);
  --tw-shadow-colored: 0 18px 36px -22px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-blue-500\/35:hover{
  --tw-shadow-color: rgb(59 130 246 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.hover\:shadow-slate-200\/60:hover{
  --tw-shadow-color: rgb(226 232 240 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.hover\:shadow-slate-200\/70:hover{
  --tw-shadow-color: rgb(226 232 240 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.hover\:shadow-slate-300\/80:hover{
  --tw-shadow-color: rgb(203 213 225 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.hover\:brightness-105:hover{
  --tw-brightness: brightness(1.05);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.group:hover .group-hover\:w-12{
  width: 3rem;
}
.group:hover .group-hover\:w-16{
  width: 4rem;
}
.group\/btn:hover .group-hover\/btn\:-translate-y-0\.5{
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group\/btn:hover .group-hover\/btn\:translate-x-0\.5{
  --tw-translate-x: 0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group\/link:hover .group-hover\/link\:-translate-y-0\.5{
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group\/link:hover .group-hover\/link\:translate-x-0\.5{
  --tw-translate-x: 0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:-translate-y-1{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:-translate-y-1\.5{
  --tw-translate-y: -0.375rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-x-1{
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-\[1\.05\]{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:bg-\[\#111\]{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:from-indigo-300\/55{
  --tw-gradient-from: rgb(165 180 252 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.group:hover .group-hover\:from-sky-300\/55{
  --tw-gradient-from: rgb(125 211 252 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.group:hover .group-hover\:via-blue-200\/35{
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 254 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.group:hover .group-hover\:via-violet-200\/35{
  --tw-gradient-to: rgb(221 214 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 214 254 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.group:hover .group-hover\:to-blue-200\/45{
  --tw-gradient-to: rgb(191 219 254 / 0.45) var(--tw-gradient-to-position);
}
.group:hover .group-hover\:to-emerald-200\/45{
  --tw-gradient-to: rgb(167 243 208 / 0.45) var(--tw-gradient-to-position);
}
.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.group:hover .group-hover\:opacity-20{
  opacity: 0.2;
}
.group:hover .group-hover\:shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group:hover .group-hover\:ring-blue-200\/90{
  --tw-ring-color: rgb(191 219 254 / 0.9);
}
.group:hover .group-hover\:ring-indigo-200\/90{
  --tw-ring-color: rgb(199 210 254 / 0.9);
}
.group:hover .group-hover\:invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@media (prefers-reduced-motion: reduce){

  .motion-reduce\:animate-none{
    animation: none;
  }
}
@media (min-width: 640px){

  .sm\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .sm\:right-3\.5{
    right: 0.875rem;
  }

  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .sm\:-mt-10{
    margin-top: -2.5rem;
  }

  .sm\:mb-10{
    margin-bottom: 2.5rem;
  }

  .sm\:mb-12{
    margin-bottom: 3rem;
  }

  .sm\:mb-14{
    margin-bottom: 3.5rem;
  }

  .sm\:mb-4{
    margin-bottom: 1rem;
  }

  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }

  .sm\:mb-7{
    margin-bottom: 1.75rem;
  }

  .sm\:mb-8{
    margin-bottom: 2rem;
  }

  .sm\:mb-9{
    margin-bottom: 2.25rem;
  }

  .sm\:mt-10{
    margin-top: 2.5rem;
  }

  .sm\:mt-3{
    margin-top: 0.75rem;
  }

  .sm\:mt-4{
    margin-top: 1rem;
  }

  .sm\:mt-6{
    margin-top: 1.5rem;
  }

  .sm\:mt-7{
    margin-top: 1.75rem;
  }

  .sm\:mt-8{
    margin-top: 2rem;
  }

  .sm\:grid{
    display: grid;
  }

  .sm\:h-\[250px\]{
    height: 250px;
  }

  .sm\:min-h-\[13\.25rem\]{
    min-height: 13.25rem;
  }

  .sm\:min-h-\[22rem\]{
    min-height: 22rem;
  }

  .sm\:min-h-\[300px\]{
    min-height: 300px;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:min-w-\[7\.5rem\]{
    min-width: 7.5rem;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-\[4\.5rem_1fr\]{
    grid-template-columns: 4.5rem 1fr;
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:items-start{
    align-items: flex-start;
  }

  .sm\:items-center{
    align-items: center;
  }

  .sm\:justify-between{
    justify-content: space-between;
  }

  .sm\:gap-3{
    gap: 0.75rem;
  }

  .sm\:gap-4{
    gap: 1rem;
  }

  .sm\:gap-5{
    gap: 1.25rem;
  }

  .sm\:gap-6{
    gap: 1.5rem;
  }

  .sm\:gap-7{
    gap: 1.75rem;
  }

  .sm\:gap-8{
    gap: 2rem;
  }

  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .sm\:whitespace-nowrap{
    white-space: nowrap;
  }

  .sm\:rounded-\[1\.65rem\]{
    border-radius: 1.65rem;
  }

  .sm\:p-10{
    padding: 2.5rem;
  }

  .sm\:p-4{
    padding: 1rem;
  }

  .sm\:p-6{
    padding: 1.5rem;
  }

  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:pb-10{
    padding-bottom: 2.5rem;
  }

  .sm\:pb-12{
    padding-bottom: 3rem;
  }

  .sm\:pb-14{
    padding-bottom: 3.5rem;
  }

  .sm\:pb-16{
    padding-bottom: 4rem;
  }

  .sm\:pb-6{
    padding-bottom: 1.5rem;
  }

  .sm\:pb-8{
    padding-bottom: 2rem;
  }

  .sm\:pt-10{
    padding-top: 2.5rem;
  }

  .sm\:pt-12{
    padding-top: 3rem;
  }

  .sm\:pt-20{
    padding-top: 5rem;
  }

  .sm\:pt-3{
    padding-top: 0.75rem;
  }

  .sm\:pt-32{
    padding-top: 8rem;
  }

  .sm\:pt-40{
    padding-top: 10rem;
  }

  .sm\:pt-5{
    padding-top: 1.25rem;
  }

  .sm\:pt-6{
    padding-top: 1.5rem;
  }

  .sm\:pt-7{
    padding-top: 1.75rem;
  }

  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-\[0\.95rem\]{
    font-size: 0.95rem;
  }

  .sm\:text-\[0\.9rem\]{
    font-size: 0.9rem;
  }

  .sm\:text-\[1\.05rem\]{
    font-size: 1.05rem;
  }

  .sm\:text-\[1\.08rem\]{
    font-size: 1.08rem;
  }

  .sm\:text-\[1\.18rem\]{
    font-size: 1.18rem;
  }

  .sm\:text-\[1\.25rem\]{
    font-size: 1.25rem;
  }

  .sm\:text-\[1\.35rem\]{
    font-size: 1.35rem;
  }

  .sm\:text-\[2\.1rem\]{
    font-size: 2.1rem;
  }

  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:leading-\[1\.85\]{
    line-height: 1.85;
  }
}
@media (min-width: 768px){

  .md\:mt-10{
    margin-top: 2.5rem;
  }

  .md\:mt-12{
    margin-top: 3rem;
  }

  .md\:block{
    display: block;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:gap-5{
    gap: 1.25rem;
  }

  .md\:p-10{
    padding: 2.5rem;
  }

  .md\:p-12{
    padding: 3rem;
  }

  .md\:p-16{
    padding: 4rem;
  }

  .md\:p-8{
    padding: 2rem;
  }

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pb-14{
    padding-bottom: 3.5rem;
  }

  .md\:pl-12{
    padding-left: 3rem;
  }

  .md\:pl-14{
    padding-left: 3.5rem;
  }

  .md\:pt-4{
    padding-top: 1rem;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-\[1\.02rem\]{
    font-size: 1.02rem;
  }

  .md\:text-\[2\.2rem\]{
    font-size: 2.2rem;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px){

  .lg\:sticky{
    position: sticky;
  }

  .lg\:bottom-6{
    bottom: 1.5rem;
  }

  .lg\:left-6{
    left: 1.5rem;
  }

  .lg\:right-6{
    right: 1.5rem;
  }

  .lg\:top-6{
    top: 1.5rem;
  }

  .lg\:top-\[8rem\]{
    top: 8rem;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:mb-11{
    margin-bottom: 2.75rem;
  }

  .lg\:mb-12{
    margin-bottom: 3rem;
  }

  .lg\:mb-7{
    margin-bottom: 1.75rem;
  }

  .lg\:mb-8{
    margin-bottom: 2rem;
  }

  .lg\:mt-8{
    margin-top: 2rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-\[28rem\]{
    height: 28rem;
  }

  .lg\:min-h-\[460px\]{
    min-height: 460px;
  }

  .lg\:min-h-\[720px\]{
    min-height: 720px;
  }

  .lg\:min-h-\[inherit\]{
    min-height: inherit;
  }

  .lg\:w-\[7rem\]{
    width: 7rem;
  }

  .lg\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

  .lg\:max-w-\[46\%\]{
    max-width: 46%;
  }

  .lg\:max-w-lg{
    max-width: 32rem;
  }

  .lg\:max-w-none{
    max-width: none;
  }

  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[auto_1fr_auto\]{
    grid-template-columns: auto 1fr auto;
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:items-end{
    align-items: flex-end;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:gap-10{
    gap: 2.5rem;
  }

  .lg\:gap-12{
    gap: 3rem;
  }

  .lg\:gap-14{
    gap: 3.5rem;
  }

  .lg\:gap-16{
    gap: 4rem;
  }

  .lg\:gap-2{
    gap: 0.5rem;
  }

  .lg\:gap-4{
    gap: 1rem;
  }

  .lg\:gap-7{
    gap: 1.75rem;
  }

  .lg\:gap-8{
    gap: 2rem;
  }

  .lg\:self-center{
    align-self: center;
  }

  .lg\:rounded-xl{
    border-radius: 0.75rem;
  }

  .lg\:border-b-0{
    border-bottom-width: 0px;
  }

  .lg\:border-r{
    border-right-width: 1px;
  }

  .lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:p-10{
    padding: 2.5rem;
  }

  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:pb-16{
    padding-bottom: 4rem;
  }

  .lg\:pb-8{
    padding-bottom: 2rem;
  }

  .lg\:pl-0{
    padding-left: 0px;
  }

  .lg\:pl-7{
    padding-left: 1.75rem;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

  .lg\:pt-28{
    padding-top: 7rem;
  }

  .lg\:pt-8{
    padding-top: 2rem;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-\[1\.08rem\]{
    font-size: 1.08rem;
  }

  .lg\:text-\[2\.75rem\]{
    font-size: 2.75rem;
  }
}
@media (min-width: 1280px){

  .xl\:col-start-2{
    grid-column-start: 2;
  }

  .xl\:col-start-3{
    grid-column-start: 3;
  }

  .xl\:max-w-\[280px\]{
    max-width: 280px;
  }

  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:gap-0\.5{
    gap: 0.125rem;
  }

  .xl\:gap-16{
    gap: 4rem;
  }

  .xl\:gap-20{
    gap: 5rem;
  }

  .xl\:gap-4{
    gap: 1rem;
  }

  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:text-\[0\.95rem\]{
    font-size: 0.95rem;
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/styles/chat-widget.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.nss-chat {
  font-family: Inter, system-ui, sans-serif;
}

.nss-chat__window {
  width: min(100vw - 2rem, 400px);
  border-radius: 1.35rem;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: #ffffff;
  box-shadow:
    0 24px 60px rgba(15, 23, 42, 0.18),
    0 8px 20px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

/* Height only when open — closed panel used to keep min(85vh, 680px) and block page clicks */
.nss-chat__window--open {
  height: min(85vh, 680px);
}

.nss-chat__window--closed {
  height: 0;
  margin-bottom: 0;
  border-width: 0;
  box-shadow: none;
}

.nss-chat__header {
  background: linear-gradient(135deg, #047857 0%, #059669 52%, #10b981 100%);
  padding: 1rem 1rem 0.95rem;
}

.nss-chat__header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.nss-chat__agent {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.nss-chat__avatar {
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
}

.nss-chat__avatar-dot {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  background: #34d399;
  border: 2px solid #ffffff;
}

.nss-chat__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.nss-chat__subtitle {
  margin: 0.15rem 0 0;
  font-size: 0.72rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
}

.nss-chat__close {
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
}

.nss-chat__close:hover {
  background: rgba(255, 255, 255, 0.24);
}

.nss-chat__messages {
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
  background:
    radial-gradient(circle at top right, rgba(16, 185, 129, 0.06), transparent 34%),
    #f8fafc;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.nss-chat__day {
  align-self: center;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.18);
  color: #64748b;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nss-chat__row {
  display: flex;
  gap: 0.55rem;
  align-items: flex-end;
}

.nss-chat__row--user {
  justify-content: flex-end;
}

.nss-chat__bot-icon {
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  background: #ecfdf5;
  color: #059669;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(16, 185, 129, 0.18);
}

.nss-chat__bubble {
  max-width: 82%;
  padding: 0.72rem 0.9rem;
  font-size: 0.875rem;
  line-height: 1.55;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
}

.nss-chat__bubble--agent {
  background: #ffffff;
  color: #334155;
  border: 1px solid #e2e8f0;
  border-radius: 1rem 1rem 1rem 0.35rem;
}

.nss-chat__bubble--user {
  background: #0f172a;
  color: #ffffff;
  border-radius: 1rem 1rem 0.35rem 1rem;
}

.nss-chat__meta {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.28rem;
  padding-inline: 0.15rem;
  font-size: 0.62rem;
  color: #94a3b8;
}

.nss-chat__meta--user {
  justify-content: flex-end;
  color: #10b981;
}

.nss-chat__typing {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  padding: 0.72rem 0.9rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem 1rem 1rem 0.35rem;
}

.nss-chat__typing span {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: #94a3b8;
  animation: nss-chat-bounce 1.2s infinite ease-in-out;
}

.nss-chat__typing span:nth-child(2) {
  animation-delay: 0.15s;
}

.nss-chat__typing span:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes nss-chat-bounce {
  0%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 0.45;
  }

  40% {
    transform: translateY(-4px);
    opacity: 1;
  }
}

.nss-chat__options {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.375rem;
  margin-top: 0.25rem;
  padding-left: 1.5rem;
}

.nss-chat__option {
  border: 1px solid #10b981;
  background: #ffffff;
  color: #334155;
  padding: 0.375rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.35;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.05);
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.nss-chat__option:hover {
  background: #10b981;
  border-color: #10b981;
  color: #ffffff;
}

.nss-chat__lead {
  margin-top: 0.25rem;
  padding: 0.95rem;
  border-radius: 1rem;
  border: 1px solid #dbeafe;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.08);
}

.nss-chat__lead-title {
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: #0f172a;
}

.nss-chat__lead-copy {
  margin: 0 0 0.85rem;
  font-size: 0.78rem;
  line-height: 1.55;
  color: #64748b;
}

.nss-chat__field {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  margin-bottom: 0.65rem;
}

.nss-chat__label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}

.nss-chat__input {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 0.7rem;
  padding: 0.62rem 0.75rem;
  font-size: 0.8125rem;
  color: #0f172a;
  background: #ffffff;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.nss-chat__input:focus {
  border-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.14);
}

.nss-chat__submit {
  width: 100%;
  border: none;
  border-radius: 0.8rem;
  padding: 0.72rem 0.9rem;
  background: linear-gradient(135deg, #047857 0%, #10b981 100%);
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.nss-chat__submit:hover:not(:disabled) {
  transform: translateY(-1px);
}

.nss-chat__submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.nss-chat__error {
  margin: 0 0 0.65rem;
  font-size: 0.75rem;
  color: #dc2626;
}

.nss-chat__footer {
  border-top: 1px solid #e2e8f0;
  background: #ffffff;
  padding: 0.75rem 0.9rem 0.85rem;
}

.nss-chat__composer {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.nss-chat__composer-input {
  flex: 1;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  padding: 0.62rem 0.95rem;
  font-size: 0.8125rem;
  color: #0f172a;
  background: #f8fafc;
  outline: none;
}

.nss-chat__composer-input:focus {
  border-color: #10b981;
  background: #ffffff;
}

.nss-chat__composer-btn {
  width: 2.35rem;
  height: 2.35rem;
  border: none;
  border-radius: 999px;
  background: #059669;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nss-chat__powered {
  margin: 0.55rem 0 0;
  text-align: center;
  font-size: 0.62rem;
  color: #94a3b8;
}

.nss-chat__fab {
  position: relative;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  height: 3.5rem;
  max-width: 3.5rem;
  padding: 0.3rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #047857 0%, #10b981 100%);
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(16, 185, 129, 0.38);
  cursor: pointer;
  transition:
    max-width 0.3s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.nss-chat__fab:hover {
  max-width: 15.625rem;
  transform: translateY(-2px);
  background: linear-gradient(135deg, #059669 0%, #34d399 100%);
  box-shadow: 0 16px 34px rgba(16, 185, 129, 0.42);
}

.nss-chat__fab--open {
  width: 3.5rem;
  max-width: 3.5rem;
  flex-direction: row;
  justify-content: center;
  background: #1e293b;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.28);
}

.nss-chat__fab--open:hover {
  max-width: 3.5rem;
  transform: none;
  background: #1e293b;
}

.nss-chat__fab-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 999px;
  flex-shrink: 0;
  transition:
    background 0.25s ease,
    color 0.25s ease;
}

.nss-chat__fab:hover .nss-chat__fab-icon {
  background: #ffffff;
  color: #059669;
}

.nss-chat__fab-text {
  white-space: nowrap;
  padding-right: 0.85rem;
  padding-left: 0.35rem;
  font-size: 0.9rem;
  font-weight: 700;
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  transition:
    opacity 0.25s ease,
    max-width 0.3s ease;
}

.nss-chat__fab:hover .nss-chat__fab-text {
  opacity: 1;
  max-width: 8rem;
}

