:root {
  --s-primary: #0456fb;
  --s-light-primary: #c1d6ff;
  --s-primary-dark: #0339d6;
  --s-primary-rgb: 4, 86, 251;
  --primary-blue: var(--s-primary);
  --deep-navy: #0B1F3A;
  --accent-blue: #56CCF2;
  --soft-glow: #EAF4FF;
  --white: #FFFFFF;
  --light-gray: #F7F9FC;
  --medium-gray: #6B7280;
  --signature-grad: linear-gradient(135deg, #0456fb 0%, #56CCF2 100%);
  --brand-text-grad: linear-gradient(90deg, var(--s-primary) 0%, var(--accent-blue) 100%);
  --shadow-color: rgba(11, 31, 58, 0.08);
  --shadow: 0 10px 30px var(--shadow-color);

  --radius: 12px;
  --btn-radius: 9999px;
  --btn-pad-y: 0.75rem;
  --btn-pad-x: 1.5rem;
  --ease: cubic-bezier(0.19, 1, 0.22, 1);

  /* Section label (pill badge) */
  --s-badge-bg: #eff6ff;
  --s-badge-border: #dbeafe;
  --s-badge-color: #374151;
  --s-badge-accent-bg: var(--soft-glow);
  --s-badge-accent-border: rgba(var(--s-primary-rgb), 0.2);
  --s-badge-accent-color: var(--s-primary);

  /* Theme cards */
  --s-card-bg: #ffffff;
  --s-card-border: rgba(11, 31, 58, 0.08);
  --s-card-shadow: 0 12px 40px rgba(11, 31, 58, 0.06);
  --s-card-shadow-hover: 0 16px 48px rgba(11, 31, 58, 0.08);
  --s-card-radius: 18px;
  --s-card-radius-pill: 40px;
}

/* —— Sarvon theme: section labels & cards —— */
.s-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--s-badge-bg);
  border: 1px solid var(--s-badge-border);
  color: var(--s-badge-color);
  font-family: Poppins, Inter, sans-serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.s-badge--accent {
  background: var(--s-badge-accent-bg);
  border-color: var(--s-badge-accent-border);
  color: var(--s-badge-accent-color);
  font-weight: 700;
}

.s-badge--ghost {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(var(--s-primary-rgb), 0.14);
  color: rgba(11, 31, 58, 0.72);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.s-badge--on-dark {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.01em;
}

.s-sectionHead {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 920px;
  margin: 0 auto clamp(32px, 5vw, 56px);
}

.s-sectionHead--narrow {
  max-width: 860px;
}

.s-sectionHead__title {
  margin: 14px 0 10px;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 900;
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.06;
  letter-spacing: -0.8px;
  color: var(--deep-navy);
}

.s-sectionHead__subtitle {
  margin: 0 auto;
  max-width: 78ch;
  color: rgba(11, 31, 58, 0.70);
  line-height: 1.75;
  font-size: 1rem;
}

.s-sectionHead__accent {
  background: var(--brand-text-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.s-sectionHead__accent--brand {
  background: var(--brand-text-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.s-card {
  background: var(--s-card-bg);
  border: 1px solid var(--s-card-border);
  box-shadow: var(--s-card-shadow);
  border-radius: var(--s-card-radius);
  overflow: hidden;
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease), transform 0.35s var(--ease);
}

.s-card:hover {
  border-color: rgba(var(--s-primary-rgb), 0.14);
  box-shadow: var(--s-card-shadow-hover);
}

.s-card--pill {
  border-radius: var(--s-card-radius-pill);
}

.s-card__title {
  font-family: Poppins, Inter, sans-serif;
  font-weight: 700;
  color: var(--deep-navy);
  line-height: 1.35;
}

.s-card__text {
  color: rgba(11, 31, 58, 0.72);
  line-height: 1.65;
}

* {
  box-sizing: border-box
}

html,
body {
  height: 100%
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--deep-navy);
  background: var(--white);
  overflow-x: hidden;
  /* prevent mobile white strip from absolute FX */
}

body.is-drawer-open {
  overflow: hidden
}

@media (prefers-reduced-motion: reduce) {

  html {
    scroll-behavior: auto
  }

  .btn::after,
  .nav__link--cta::after,
  .s-btn::after {
    display: none
  }

  .btn:hover .btn__text-inner,
  .s-btn:hover .btn__text-inner {
    transform: none
  }

  .btn--primary:hover,
  .btn--secondary:hover,
  .btn--danger:hover,
  .nav__link--cta:hover,
  .s-btn--primary:hover,
  .s-btn--secondary:hover {
    transform: none
  }
}

body.is-loading {
  overflow: hidden
}

.container {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto
}

.muted {
  color: var(--muted)
}

.lead {
  font-size: 1.05rem;
  color: rgba(11, 31, 58, .85);
  max-width: 72ch
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .78);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid rgba(11, 31, 58, .08);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 16px
}

.brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 8px 0;
  line-height: 0
}

.brand__logo {
  display: block;
  height: 48px;
  width: auto;
  max-width: 200px;
  object-fit: contain
}

.nav {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap
}

.nav__link {
  color: rgba(11, 31, 58, .85);
  text-decoration: none;
  font-weight: 500
}

.nav__link:hover {
  color: var(--deep-navy)
}

.nav__link--pill {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(11, 31, 58, .06);
}

.nav__link--cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: var(--btn-pad-y) var(--btn-pad-x);
  border-radius: var(--btn-radius);
  background-color: var(--s-primary);
  color: #fff;
  font-weight: 600;
  border: none;
  box-shadow: 0 2px 8px rgba(var(--s-primary-rgb), 0.18);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), background 0.3s var(--ease);
}

.nav__link--cta::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(105deg,
      transparent 0%,
      transparent 40%,
      rgba(255, 255, 255, 0.14) 50%,
      transparent 60%,
      transparent 100%);
  transform: translateX(-100%);
  transition: transform 0.5s ease-in-out;
  pointer-events: none;
}

.nav__link--cta:hover {
  background: linear-gradient(135deg, var(--s-primary-dark) 0%, var(--accent-blue) 100%);
  transform: translate3d(0, -3px, 0) scale(1.05);
  box-shadow: 0 12px 28px -8px rgba(var(--s-primary-rgb), 0.38), 0 4px 12px -4px rgba(11, 31, 58, 0.14);
}

.nav__link--cta:hover::after {
  transform: translateX(100%);
}

.main {
  min-height: calc(100vh - 70px)
}

/* Mobile header (reference-like: icon / logo / icon + drawer) */
.mHeader__icon {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(11, 31, 58, .10);
  background: rgba(255, 255, 255, .88);
  color: rgba(11, 31, 58, .82);
  box-shadow: 0 12px 30px rgba(11, 31, 58, .08);
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0;
}

.mHeader__icon svg {
  width: 18px;
  height: 18px
}

.mHeader__dots {
  display: grid;
  grid-template-columns: repeat(2, 6px);
  grid-auto-rows: 6px;
  gap: 4px
}

.mHeader__dots span {
  width: 6px;
  height: 6px;
  border-radius: 4px;
  background: rgba(var(--s-primary-rgb), .78)
}

.mDrawer {
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
}

.mDrawer.is-open {
  pointer-events: auto
}

.mDrawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(6, 18, 36, .46);
  opacity: 0;
  transition: opacity .28s var(--ease);
}

.mDrawer.is-open .mDrawer__overlay {
  opacity: 1
}

.mDrawer__panel {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: min(360px, 92vw);
  background: rgba(255, 255, 255, .92);
  border-right: 1px solid rgba(11, 31, 58, .10);
  backdrop-filter: blur(10px);
  transform: translateX(-104%);
  transition: transform .32s var(--ease);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mDrawer.is-open .mDrawer__panel {
  transform: translateX(0)
}

.mDrawer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px
}

.mDrawer__logo {
  height: 38px;
  width: auto;
  display: block
}

.mDrawer__close {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(11, 31, 58, .10);
  background: rgba(255, 255, 255, .86);
  font-size: 22px;
  line-height: 1;
}

.mDrawer__nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 8px
}

.mDrawer__link {
  padding: 12px 12px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 900;
  color: rgba(11, 31, 58, .86);
  background: rgba(255, 255, 255, .75);
  border: 1px solid rgba(11, 31, 58, .08);
  transition: transform .22s var(--ease), background .22s var(--ease);
}

.mDrawer__link:hover {
  transform: translateX(2px);
  background: #fff
}

.mDrawer__actions {
  margin-top: auto;
  display: grid;
  gap: 10px
}

.hero {
  position: relative;
  padding: 40px 0 0;
  overflow: hidden;
  background: var(--white);
}

.hero--clause {
  min-height: calc(100vh - 70px);
  display: grid;
  place-items: center;
  padding: 0;
}

.hero--clause {
  isolation: isolate
}

.hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(840px 380px at 50% 32%, rgba(234, 244, 255, 0.95), transparent 62%),
    radial-gradient(720px 420px at 55% 62%, rgba(86, 204, 242, .10), transparent 68%),
    /* Base grid */
    linear-gradient(transparent 47px, rgba(47, 128, 237, 0.12) 48px),
    linear-gradient(90deg, transparent 47px, rgba(47, 128, 237, 0.12) 48px),
    /* Center emphasis grid (darker in center, fades outward via mask) */
    linear-gradient(transparent 47px, rgba(47, 128, 237, 0.26) 48px),
    linear-gradient(90deg, transparent 47px, rgba(47, 128, 237, 0.26) 48px),
    radial-gradient(420px 220px at 50% 36%, rgba(234, 244, 255, 0.75), transparent 70%);
  background-size: auto, auto, 48px 48px, 48px 48px, 48px 48px, 48px 48px, auto;
  background-position: center, center, 0 0, 0 0, 0 0, 0 0, center;
  opacity: .78;
  mask-image: radial-gradient(circle at 50% 38%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 44%, rgba(0, 0, 0, .40) 70%, rgba(0, 0, 0, 0) 92%);
}

.hero__inner--center {
  padding: 96px 0 180px;
  /* reserve space for trust row */
  position: relative;
  z-index: 2;
}

.hero__copy--center {
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
  position: relative;
}

.hero__copy--center::before {
  content: none
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
  color: rgba(11, 31, 58, .72);
  background: rgba(234, 244, 255, 0.9);
  border: 1px solid rgba(var(--s-primary-rgb), .16);
}

.hero__title {
  font-family: Poppins, Inter, sans-serif;
  margin: 18px 0 12px;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.05;
  color: var(--deep-navy);
}

.hero__title--masked .line {
  overflow: hidden
}

.hero__title--masked .text {
  display: inline-block;
  transform: translateY(110%);
  will-change: transform;
  animation: maskedRise .8s var(--ease) forwards;
  animation-delay: calc(200ms + var(--line, 0) * 120ms);
}

.hero__title--masked .line:nth-child(1) .text {
  --line: 0
}

.hero__title--masked .line:nth-child(2) .text {
  --line: 1
}

.emphasis {
  background: var(--brand-text-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  animation: managePop .85s var(--ease) forwards;
  animation-delay: 320ms;
}

.hero__subtitle {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: var(--medium-gray);
}

.hero__subtitle--center {
  max-width: 72ch;
  margin: 10px auto 0
}

.hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.hero__actions--center {
  justify-content: center;
  margin-top: 22px
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow: hidden;
  padding: var(--btn-pad-y) var(--btn-pad-x);
  border-radius: var(--btn-radius);
  font-family: inherit;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transform-origin: 50% 50%;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  isolation: isolate;
  will-change: transform;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), background 0.3s var(--ease), color 0.3s var(--ease), border-color 0.3s var(--ease);
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(105deg,
      transparent 0%,
      transparent 40%,
      rgba(255, 255, 255, 0.14) 50%,
      transparent 60%,
      transparent 100%);
  transform: translateX(-100%);
  transition: transform 0.5s ease-in-out;
  pointer-events: none;
}

.btn:hover::after {
  transform: translateX(100%);
}

.btn__text {
  display: block;
  overflow: hidden;
  line-height: 1.35;
  height: 1.35em;
  text-align: center;
}

.btn__text-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s ease-in-out;
}

.btn__text-inner span {
  flex-shrink: 0;
  display: block;
  padding: 0.05em 0 0;
  width: 100%;
  text-align: center;
}

.btn:hover .btn__text-inner {
  transform: translateY(-50%);
}

.btn--primary {
  color: #fff;
  background-color: var(--s-primary);
  box-shadow: 0 2px 8px rgba(var(--s-primary-rgb), 0.18);
}

.btn--primary:hover {
  background: linear-gradient(135deg, var(--s-primary-dark) 0%, var(--accent-blue) 100%);
  transform: translate3d(0, -3px, 0) scale(1.05);
  box-shadow: 0 12px 28px -8px rgba(var(--s-primary-rgb), 0.38), 0 4px 12px -4px rgba(11, 31, 58, 0.14);
}

.btn--secondary {
  background: var(--white);
  border: 1px solid var(--deep-navy);
  color: var(--deep-navy);
  box-shadow: 0 2px 8px rgba(11, 31, 58, 0.06);
}

.btn--secondary::after {
  background: linear-gradient(105deg,
      transparent 0%,
      transparent 40%,
      rgba(11, 31, 58, 0.05) 50%,
      transparent 60%,
      transparent 100%);
}

.btn--secondary:hover {
  background-color: var(--soft-glow);
  border-color: var(--s-primary-dark);
  color: var(--s-primary-dark);
  transform: translate3d(0, -3px, 0) scale(1.05);
  box-shadow: 0 12px 24px -8px rgba(11, 31, 58, 0.14), 0 4px 12px -4px rgba(11, 31, 58, 0.08);
}

.btn--secondary.btn--onDark {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
  box-shadow: none;
}

.btn--secondary.btn--onDark:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

/* Avatars (convergent motion) */
.hero__avatar {
  position: absolute;
  z-index: 4;
  width: 80px;
  height: 80px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  box-shadow: none;
  background: transparent;
  opacity: 0;
  transform: translate3d(var(--sx, 0px), var(--sy, 0px), 0) scale(.94);
  animation: avatarEnter 1.2s var(--ease) forwards;
  animation-delay: calc(120ms + var(--i, 0) * 120ms);
  will-change: transform, opacity;
}

.hero__avatar--tl {
  left: 15%;
  top: 10%;
  --sx: -34px;
  --sy: -34px
}

.hero__avatar--tr {
  right: 15%;
  top: 10%;
  --sx: 34px;
  --sy: -34px
}

.hero__avatar--bl {
  left: 12%;
  bottom: 128px;
  --sx: -34px;
  --sy: 34px
}

.hero__avatar--br {
  right: 12%;
  bottom: 128px;
  --sx: 34px;
  --sy: 34px
}

.hero__avatarInner {
  transform: translate3d(var(--cx, 0px), var(--cy, 0px), 0);
  transition: transform 1.2s var(--ease);
  will-change: transform;
}

.hero__avatarFloat {
  animation: avatarFloat 4.2s ease-in-out infinite;
}

.hero__avatar--tr .hero__avatarFloat {
  animation-delay: 120ms
}

.hero__avatar--bl .hero__avatarFloat {
  animation-delay: 240ms
}

.hero__avatar--br .hero__avatarFloat {
  animation-delay: 360ms
}

.avatar-orb {
  width: 70px;
  height: 70px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, .9), rgba(255, 255, 255, 0) 55%),
    var(--signature-grad);
  opacity: .9;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, .92);
  border: 2px solid rgba(255, 255, 255, .95);
  box-shadow:
    0 10px 30px rgba(11, 31, 58, .12),
    0 0 0 10px rgba(234, 244, 255, .55);
}

.avatar-orb svg {
  width: 28px;
  height: 28px
}

.section {
  padding: 150px 0
}

.section--soft {
  background: var(--bg-soft)
}

.section__title {
  font-family: Poppins, Inter, sans-serif;
  margin: 0 0 16px;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -0.3px;
  color: var(--deep-navy);
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.card {
  padding: 32px;
  border-radius: 12px;
  background: #FFFFFF;
  border: 1px solid rgba(234, 244, 255, 1);
  box-shadow: 0 4px 12px rgba(11, 31, 58, 0.06);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}

.card:hover {
  transform: scale(1.03);
  box-shadow: 0 16px 32px rgba(11, 31, 58, 0.15);
}

.card h3 {
  margin: 0 0 8px;
  font-family: Poppins, Inter, sans-serif;
  font-size: 24px;
  font-weight: 600
}

.card p {
  margin: 0;
  color: rgba(11, 31, 58, .74)
}

.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  border-radius: var(--radius);
  background:
    radial-gradient(900px 240px at 10% 30%, rgba(var(--s-primary-rgb), .14), transparent 60%),
    radial-gradient(680px 260px at 80% 70%, rgba(86, 204, 242, .12), transparent 60%),
    linear-gradient(180deg, #fff, #fff);
  border: 1px solid rgba(11, 31, 58, .08);
  box-shadow: var(--shadow);
}

/* About (sample-style collage + premium copy) */
.about {
  position: relative
}

.about__grid {
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 56px;
  align-items: center;
}

.about__collage {
  position: relative;
  margin: 0;
  width: 100%;
  max-width: 560px;
}

.about__image {
  display: block;
  width: 100%;
  height: auto;
}

.about__doodle {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 999px;
  pointer-events: none;
  opacity: .9;
  background:
    radial-gradient(circle at 35% 35%, rgba(86, 204, 242, .22), transparent 58%),
    radial-gradient(circle at 65% 65%, rgba(var(--s-primary-rgb), .18), transparent 60%);
  mask-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 1) 42%, rgba(0, 0, 0, 0) 75%);
}

.about__doodle::before {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 999px;
  border: 3px dashed rgba(var(--s-primary-rgb), .38);
  transform: rotate(-10deg);
}

.about__doodle--a {
  left: -14px;
  top: 18px
}

.about__doodle--b {
  right: -10px;
  bottom: 6px
}

.aboutCard {
  position: absolute;
  border-radius: 22px;
  background:
    radial-gradient(360px 220px at 30% 25%, rgba(234, 244, 255, .95), rgba(255, 255, 255, .92) 55%),
    linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .86));
  border: 1px solid rgba(var(--s-primary-rgb), .14);
  box-shadow: 0 18px 46px rgba(11, 31, 58, .10);
  padding: 18px 18px 16px;
  overflow: hidden;
}

.aboutCard::after {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(280px 180px at 20% 20%, rgba(var(--s-primary-rgb), .18), transparent 55%),
    radial-gradient(260px 170px at 80% 80%, rgba(86, 204, 242, .14), transparent 55%);
  opacity: .55;
  pointer-events: none;
}

.aboutCard__icon {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(234, 244, 255, .95);
  border: 1px solid rgba(var(--s-primary-rgb), .16);
  color: var(--primary-blue);
  box-shadow: 0 10px 20px rgba(11, 31, 58, .06);
}

.aboutCard__icon svg {
  width: 22px;
  height: 22px
}

.aboutCard__title {
  position: relative;
  margin-top: 12px;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: var(--deep-navy);
}

.aboutCard__meta {
  position: relative;
  margin-top: 6px;
  font-size: 13px;
  color: rgba(11, 31, 58, .66);
}

.aboutCard--lg {
  left: 0;
  top: 0;
  width: 360px;
  height: 240px
}

.aboutCard--md {
  right: 22px;
  top: 128px;
  width: 250px;
  height: 190px
}

.aboutCard--sm {
  left: 88px;
  bottom: 0;
  width: 290px;
  height: 185px
}

/* About motion polish */
.about__doodle {
  filter: drop-shadow(0 14px 34px rgba(11, 31, 58, .10))
}

.about__doodle::before {
  animation: aboutDoodleSpin 10s linear infinite;
}

.aboutCard {
  transform: translate3d(0, 0, 0);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
  animation: aboutFloat 6.2s ease-in-out infinite;
}

.aboutCard--lg {
  animation-delay: 0ms
}

.aboutCard--md {
  animation-delay: 220ms
}

.aboutCard--sm {
  animation-delay: 420ms
}

.about__collage:hover .aboutCard {
  box-shadow: 0 24px 60px rgba(11, 31, 58, .12);
}

.aboutCard:hover {
  transform: translate3d(0, -6px, 0) rotate(-.25deg);
}

@keyframes aboutFloat {

  0%,
  100% {
    transform: translate3d(0, 0, 0)
  }

  50% {
    transform: translate3d(0, -8px, 0)
  }
}

@keyframes aboutDoodleSpin {
  0% {
    transform: rotate(-10deg)
  }

  100% {
    transform: rotate(350deg)
  }
}

@media (prefers-reduced-motion: reduce) {

  .aboutCard,
  .about__doodle::before {
    animation: none !important
  }
}

/* Process — alternating vertical timeline */
.process {
  position: relative;
  background: #eef1f4;
  overflow: hidden;
}

.process.section {
  padding-top: 56px;
  padding-bottom: 72px;
}

.process__wrap {
  position: relative;
  z-index: 1;
}

.process__head {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 860px;
  margin: 0 auto 52px;
}

/* process badge → .s-badge.s-badge--ghost */

.process__title {
  margin: 14px 0 10px;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 900;
  font-size: 46px;
  line-height: 1.08;
  letter-spacing: -0.8px;
  color: var(--deep-navy);
}

.process__subtitle {
  margin: 0 auto;
  max-width: 78ch;
  color: rgba(11, 31, 58, 0.70);
  line-height: 1.75;
}

.processTimeline {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 8px 0;
}

.processTimeline__rail {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  border-radius: 999px;
  background: rgba(11, 31, 58, 0.08);
  transform: translateX(-50%);
  z-index: 1;
}

.processTimeline__progress {
  position: absolute;
  left: 50%;
  top: 0;
  width: 3px;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--s-primary) 0%, var(--s-primary-dark) 100%);
  transform: translateX(-50%) scaleY(0);
  transform-origin: top center;
  z-index: 2;
  box-shadow: 0 0 18px rgba(var(--s-primary-rgb), 0.35);
  pointer-events: none;
  will-change: transform;
}

.processTimeline__progress.is-smooth {
  transition: transform 0.22s var(--ease);
}

.processTimeline__marker {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 6;
  display: grid;
  place-items: center;
  transform: translate(-50%, 0);
  will-change: transform;
  pointer-events: none;
}

.processTimeline__marker.is-smooth {
  transition: transform 0.22s var(--ease);
}

.processTimeline__markerCore {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(145deg, var(--s-primary) 0%, var(--s-primary-dark) 100%);
  border: 3px solid #fff;
  box-shadow:
    0 10px 28px rgba(var(--s-primary-rgb), 0.42),
    0 0 0 1px rgba(var(--s-primary-rgb), 0.12);
}

.processTimeline__markerCore svg {
  display: block;
  filter: drop-shadow(0 1px 1px rgba(11, 31, 58, 0.12));
}

.processStep {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr);
  align-items: center;
  gap: 0;
  margin-bottom: 44px;
}

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

.processStep__spacer {
  min-height: 1px;
}

.processStep__axis {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 0;
  grid-column: 2;
}

.processStep__dash {
  position: absolute;
  top: 50%;
  height: 0;
  border-top: 2px dashed rgba(11, 31, 58, 0.20);
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
}

.processStep--left .processStep__dash {
  right: 50%;
  left: auto;
  width: min(240px, 42vw);
  margin-right: 0;
}

.processStep--right .processStep__dash {
  left: 50%;
  right: auto;
  width: min(240px, 42vw);
  margin-left: 0;
}

.processStep__dot {
  position: relative;
  z-index: 2;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--deep-navy);
  flex-shrink: 0;
  box-shadow: 0 0 0 4px #eef1f4;
}

.processStep__cardWrap {
  position: relative;
  z-index: 3;
  display: flex;
}

.processStep--left .processStep__cardWrap {
  grid-column: 1;
  justify-content: flex-end;
  padding-right: clamp(16px, 3vw, 32px);
}

.processStep--right .processStep__cardWrap {
  grid-column: 3;
  justify-content: flex-start;
  padding-left: clamp(16px, 3vw, 32px);
}

.processStep__card {
  --step-accent: var(--s-primary);
  position: relative;
  z-index: 1;
  width: min(100%, 500px);
  padding: 28px 34px 28px 40px;
  border-radius: 28px;
  background: #f7f8fa;
  box-shadow: 0 10px 25px rgba(11, 31, 58, 0.08);
  overflow: hidden;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}

.processStep__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: var(--step-accent);
}

.processStep__card--a {
  --step-accent: var(--s-primary);
}

.processStep__card--b {
  --step-accent: var(--deep-navy);
}

.processStep__ghost {
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-52%);
  font-family: Poppins, Inter, sans-serif;
  font-weight: 900;
  font-size: clamp(88px, 11vw, 128px);
  line-height: 0.9;
  letter-spacing: -0.05em;
  color: rgba(11, 31, 58, 0.06);
  pointer-events: none;
  user-select: none;
}

.processStep__label {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--step-accent);
}

.processStep__title {
  margin: 0 0 12px;
  padding-right: 48px;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 900;
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--deep-navy);
}

.processStep__desc {
  margin: 0;
  max-width: 38ch;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(11, 31, 58, 0.62);
}

.processStep__card:hover {
  transform: translate3d(0, -4px, 0);
  box-shadow: 0 16px 36px rgba(11, 31, 58, 0.12);
}

/* Steps hidden until reveal — no double-fade with [data-animate] on container */
.processTimeline:not(.in) .processStep {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
}

.processTimeline.in .processStep {
  animation: processStepIn 0.75s var(--ease) forwards;
}

.processTimeline.in .processStep:nth-child(2) {
  animation-delay: 0.06s;
}

.processTimeline.in .processStep:nth-child(3) {
  animation-delay: 0.12s;
}

.processTimeline.in .processStep:nth-child(4) {
  animation-delay: 0.18s;
}

.processTimeline.in .processStep:nth-child(5) {
  animation-delay: 0.24s;
}

.processTimeline.in .processStep:nth-child(6) {
  animation-delay: 0.30s;
}

.processTimeline.in .processStep:nth-child(7) {
  animation-delay: 0.36s;
}

.processTimeline.in .processStep:nth-child(8) {
  animation-delay: 0.42s;
}

@keyframes processStepIn {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 900px) {
  .processTimeline__rail {
    left: 22px;
    transform: none;
  }

  .processTimeline__progress {
    left: 22px;
    transform: none;
  }

  .processTimeline__marker {
    left: 22px;
    transform: translate(-50%, 0);
  }

  .processTimeline__markerCore {
    width: 40px;
    height: 40px;
    border-width: 2px;
  }

  .processStep {
    grid-template-columns: 44px minmax(0, 1fr);
    margin-bottom: 28px;
  }

  .processStep__spacer {
    display: none;
  }

  .processStep__axis {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    padding-top: 36px;
  }

  .processStep--left .processStep__cardWrap,
  .processStep--right .processStep__cardWrap {
    grid-column: 2;
    grid-row: 1;
    padding: 0 0 0 12px;
    justify-content: stretch;
  }

  .processStep--left .processStep__dash,
  .processStep--right .processStep__dash {
    left: 50%;
    right: auto;
    width: 28px;
    margin: 0 0 0 12px;
  }

  .processStep__card {
    width: 100%;
    padding: 22px 22px 22px 30px;
    border-radius: 22px;
  }

  .processStep__ghost {
    font-size: 72px;
  }

  .processStep__title {
    font-size: 20px;
    padding-right: 32px;
  }
}

@media (max-width: 560px) {
  .process__title {
    font-size: 34px;
  }

  .processStep__desc {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .processTimeline:not(.in) .processStep {
    opacity: 1;
    transform: none;
  }

  .processTimeline.in .processStep {
    animation: none;
  }

  .processStep__card:hover {
    transform: none;
  }

}

/* Testimonials — review grid (matches services showcase) */
.testimonials {
  background: var(--white);
}

.testimonials__inner {
  position: relative;
}

.testimonials__head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 30px;
}

.testimonials__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(var(--s-primary-rgb), 0.16);
  color: var(--s-primary);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.testimonials__title {
  margin: 0;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 900;
  font-size: 54px;
  line-height: 1.06;
  letter-spacing: -0.9px;
  color: var(--deep-navy);
}

.testimonials__subtitle {
  margin: 10px auto 0;
  max-width: 72ch;
  color: rgba(11, 31, 58, 0.70);
  line-height: 1.75;
}

.revGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 15px;
  align-items: stretch;
}

.revCard {
  position: relative;
  margin-top: 36px;
  padding: 44px 18px 22px;
  border-radius: 32px;
  background: var(--white);
  border: 1px solid rgba(11, 31, 58, 0.06);
  box-shadow: 0 12px 40px rgba(11, 31, 58, 0.06);
  text-align: center;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s var(--ease);
}

.revCard:hover {
  transform: translate3d(0, -4px, 0);
  border-color: rgba(var(--s-primary-rgb), 0.14);
  box-shadow: 0 18px 52px rgba(11, 31, 58, 0.09);
}

.revCard__avatar {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  width: 72px;
  height: 72px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  border: 3px solid var(--white);
  box-shadow: 0 10px 28px rgba(11, 31, 58, 0.12);
  overflow: hidden;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--s-primary) 0%, var(--s-primary-dark) 100%);
}

.revCard__avatarImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.revCard__initials {
  font-family: Poppins, Inter, sans-serif;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #fff;
}

.revCard__body {
  display: grid;
  gap: 0;
}

.revCard__stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin-bottom: 8px;
}

.revCard__star {
  font-size: 15px;
  line-height: 1;
  color: rgba(11, 31, 58, 0.14);
}

.revCard__star.is-on {
  color: #f2c94c;
}

.revCard__name {
  margin: 0;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: -0.25px;
  color: var(--deep-navy);
}

.revCard__handle {
  margin: 4px 0 0;
  font-size: 13px;
  color: rgba(11, 31, 58, 0.52);
}

.revCard__quote {
  margin: 14px 0 0;
  padding: 0;
  border: none;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 400;
  font-style: normal;
  color: rgba(11, 31, 58, 0.66);
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 980px) {
  .revGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 14px;
  }
}

@media (max-width: 560px) {
  .revGrid {
    grid-template-columns: 1fr;
    gap: 36px;
    max-width: 360px;
    margin: 0 auto;
  }
}

/* Testimonials — auto-scroll (dark theme, matches Why Sarvon) */
.tScroll {
  background:
    radial-gradient(920px 520px at 50% 0%, rgba(99, 102, 241, 0.2), transparent 58%),
    radial-gradient(700px 380px at 50% -4%, rgba(var(--s-primary-rgb), 0.16), transparent 55%),
    linear-gradient(180deg, #071428 0%, #071428 42%, #0a1628 100%);
  overflow: hidden;
}

.tScroll__inner {
  position: relative;
}

.tScroll__panel {
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.tScroll__head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 40px);
  align-items: start;
  margin-bottom: clamp(22px, 3vw, 34px);
}

.tScroll__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.tScroll__title {
  margin: 0;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 900;
  font-size: clamp(34px, 4.6vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.8px;
  color: #fff;
}

.tScroll__accent {
  background: var(--brand-text-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.tScroll__subtitle {
  margin: 12px 0 0;
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.75;
  font-size: 15px;
}

.tScroll__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
}

.tScroll__statNum {
  font-family: Poppins, Inter, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.2vw, 36px);
  line-height: 1;
  letter-spacing: -0.5px;
  color: #fff;
}

.tScroll__statLabel {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.58);
}

.tScroll__marquee {
  display: grid;
  gap: 16px;
}

.tScroll__row {
  position: relative;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-inline: max(24px, calc((100vw - min(1120px, 100% - 48px)) / 2));
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.tScroll__track {
  display: flex;
  gap: 16px;
  width: max-content;
  align-items: stretch;
  will-change: transform;
  animation: tScrollMarquee 48s linear infinite;
}

.tScroll__track--reverse {
  animation-direction: reverse;
  animation-duration: 54s;
}

.tScroll__row:hover .tScroll__track {
  animation-play-state: paused;
}

.tScrollCard {
  flex: 0 0 auto;
  width: min(360px, 78vw);
  min-height: 168px;
  padding: 22px 20px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 12px 36px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.tScrollCard--media {
  width: min(280px, 62vw);
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

.tScrollCard__quote {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 15px;
  line-height: 1.7;
  font-style: normal;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tScrollCard__foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.tScrollCard__name {
  font-family: Poppins, Inter, sans-serif;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.2px;
  color: #fff;
}

.tScrollCard__meta {
  margin-top: 4px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.58);
}

.tScrollCard__stars {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
}

.tScrollCard__star {
  font-size: 14px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.18);
}

.tScrollCard__star.is-on {
  color: #fbbf24;
}

.tScrollCard__media {
  position: relative;
  aspect-ratio: 4 / 5;
  min-height: 220px;
}

.tScrollCard__mediaImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tScrollCard__mediaOverlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 44px 16px 14px;
  background: linear-gradient(180deg, transparent, rgba(7, 20, 40, 0.92));
}

@media (max-width: 980px) {
  .tScroll__head {
    grid-template-columns: 1fr;
  }

  .tScroll__stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

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

@media (prefers-reduced-motion: reduce) {
  .tScroll__track {
    animation: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 6px;
  }

  .tScrollCard {
    scroll-snap-align: start;
  }

  .tScroll__row:hover .tScroll__track {
    animation-play-state: running;
  }
}

/* Blog (unique: spotlight hover + kinetic tag rail) */
.blogSection {
  background:
    radial-gradient(1000px 460px at 50% 0%, rgba(234, 244, 255, .60), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(247, 249, 252, .70));
  overflow: hidden;
}

.blogSection__inner {
  position: relative
}

.blogSection__head {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 26px;
}

/* blogSection badge → .s-badge or .s-badge--accent */

.blogSection__title {
  margin: 14px 0 10px;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 900;
  font-size: 52px;
  line-height: 1.06;
  letter-spacing: -0.9px;
  color: var(--deep-navy);
}

.blogSection__subtitle {
  margin: 0 auto;
  max-width: 78ch;
  color: rgba(11, 31, 58, .70);
  line-height: 1.75;
}

.blogRail {
  position: relative;
  margin: 18px auto 26px;
  width: min(980px, 100%);
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(11, 31, 58, .08);
  background: rgba(255, 255, 255, .80);
  backdrop-filter: saturate(160%) blur(10px);
  box-shadow: 0 16px 60px rgba(11, 31, 58, .08);
}

.blogRail::before,
.blogRail::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 84px;
  z-index: 2;
  pointer-events: none;
}

.blogRail::before {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, 0))
}

.blogRail::after {
  right: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, 0))
}

.blogRail__track {
  display: flex;
  gap: 10px;
  padding: 10px 16px;
  width: max-content;
  align-items: center;
  animation: blogMarquee 18s linear infinite;
  will-change: transform;
}

.blogTag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(234, 244, 255, .78);
  border: 1px solid rgba(var(--s-primary-rgb), .14);
  color: rgba(11, 31, 58, .78);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .02em;
  user-select: none;
  white-space: nowrap;
}

.blogGrid {
  display: grid;
  grid-template-columns: 1fr 1.12fr 1fr;
  gap: 16px;
  align-items: stretch;
}

.serviceProjectsGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  align-items: stretch;
}

.blogCard {
  position: relative;
  transform: translateZ(0);
  will-change: transform;
  background: var(--s-card-bg);
  border: 1px solid var(--s-card-border);
  border-radius: var(--s-card-radius);
  box-shadow: 0 20px 64px rgba(11, 31, 58, 0.10);
  overflow: hidden;
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease), transform 0.35s var(--ease);
}

.blogCard:hover {
  border-color: rgba(var(--s-primary-rgb), 0.14);
  box-shadow: var(--s-card-shadow-hover);
}

.blogCard__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 18px 18px 16px;
  text-decoration: none;
  color: inherit;
  position: relative;
  isolation: isolate;
}

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

.cardCover {
  height: 160px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(11, 31, 58, .10);
  background: rgba(234, 244, 255, .65);
  box-shadow: 0 14px 46px rgba(11, 31, 58, .08);
  margin-bottom: 14px;
  position: relative;
}

.cardCover__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.cardCover__wash {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(520px 220px at 30% 15%, rgba(255, 255, 255, .55), rgba(255, 255, 255, .10) 60%, rgba(11, 31, 58, .06) 100%),
    linear-gradient(180deg, rgba(11, 31, 58, .00) 0%, rgba(11, 31, 58, .08) 100%);
  pointer-events: none;
}

.cardCover--img .cardCover__wash {
  opacity: .18;
  /* keep image crisp */
}

.cardCover--fallback {
  background:
    radial-gradient(520px 240px at 30% 25%, rgba(234, 244, 255, .95), rgba(255, 255, 255, .72) 58%, rgba(255, 255, 255, .92) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(247, 249, 252, .88));
}

.cardCover--fallback {
  background-size: 200% 200%;
  animation: fallbackDrift 4.8s var(--ease) infinite;
}

.cardCover--fallback::before {
  content: "SARVON";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 900;
  letter-spacing: .28em;
  font-size: 22px;
  color: rgba(11, 31, 58, .18);
  text-transform: uppercase;
  transform: translateY(-2px);
  pointer-events: none;
}

.cardCover--fallback::after {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(115deg, rgba(var(--s-primary-rgb), .00) 20%, rgba(var(--s-primary-rgb), .18) 45%, rgba(var(--s-primary-rgb), .00) 70%);
  transform: translateX(-60%);
  animation: cardFallbackSheen 2.8s var(--ease) infinite;
  opacity: .9;
  pointer-events: none;
}

@keyframes cardFallbackSheen {
  0% {
    transform: translateX(-70%)
  }

  55% {
    transform: translateX(130%)
  }

  100% {
    transform: translateX(130%)
  }
}

@keyframes fallbackDrift {

  0%,
  100% {
    background-position: 20% 20%
  }

  50% {
    background-position: 80% 60%
  }
}

.serviceHero__crumb {
  color: rgba(11, 31, 58, .72);
  font-weight: 900;
  text-decoration: none;
  border-bottom: 1px dashed rgba(var(--s-primary-rgb), .28);
}

.serviceHero__crumb:hover {
  color: rgba(11, 31, 58, .92);
  border-bottom-color: rgba(var(--s-primary-rgb), .55)
}

.projectBody {
  margin-top: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(11, 31, 58, .08);
  box-shadow: 0 14px 46px rgba(11, 31, 58, .08);
  overflow: hidden;
}

.projectBody__inner {
  padding: 18px 18px 10px;
  color: rgba(11, 31, 58, .78);
  line-height: 1.9;
}

.projectBody__inner h2,
.projectBody__inner h3 {
  color: rgba(11, 31, 58, .92);
  margin-top: 10px
}

.projectBody__inner ul {
  padding-left: 18px
}

/* ---------------- Project detail (myportfoliophp-style) ---------------- */
.projectDetail {
  padding: 0 0 4rem;
  background: linear-gradient(180deg, #f0f2f6 0%, #fff 8%, #fff 100%);
}

.projectDetail__container {
  max-width: 1100px;
}

.projectDetail__heroBand {
  background:
    radial-gradient(920px 520px at 50% 0%, rgba(99, 102, 241, 0.2), transparent 58%),
    radial-gradient(700px 380px at 50% -4%, rgba(var(--s-primary-rgb), 0.16), transparent 55%),
    linear-gradient(180deg, #071428 0%, #071428 42%, #0a1628 100%);
  padding: clamp(32px, 6vw, 56px) 0 clamp(40px, 6vw, 64px);
  margin-bottom: clamp(28px, 4vw, 40px);
}

.projectDetail__back {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: rgba(11, 31, 58, .72);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 1.25rem;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.projectDetail__back--onDark {
  color: rgba(255, 255, 255, 0.72);
}

.projectDetail__back--onDark:hover {
  color: #fff;
  opacity: 0.95;
}

.projectDetail__back:hover {
  color: var(--deep-navy);
  opacity: 0.9;
}

.projectDetail__backCircle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: var(--deep-navy);
  box-shadow: 0 1px 3px rgba(11, 31, 58, .08), 0 2px 8px rgba(11, 31, 58, .06);
  border: 1px solid rgba(11, 31, 58, .08);
  flex-shrink: 0;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.projectDetail__backCircle--onDark {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
  box-shadow: none;
}

.projectDetail__back--onDark:hover .projectDetail__backCircle--onDark {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
}

.projectDetail__back:hover .projectDetail__backCircle {
  box-shadow: 0 2px 8px rgba(11, 31, 58, .1), 0 4px 16px rgba(11, 31, 58, .08);
}

.projectDetail__hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 4vw, 40px);
  align-items: start;
}

@media (min-width: 900px) {

  .projectDetail__hero:has(.projectDetail__heroMockup),
  .projectDetail__hero:has(.projectDetail__heroPreview) {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    align-items: center;
  }
}

.projectDetail__heroTitle {
  margin: 0 0 12px;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 900;
  font-size: clamp(30px, 4.2vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.8px;
  color: #fff;
}

.projectDetail__heroDesc {
  margin: 0;
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.75;
  font-size: clamp(15px, 1.8vw, 17px);
}

.projectDetail__heroChips {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.projectDetail__heroChip {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  font-size: 13px;
}

.projectDetail__heroActions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.projectDetail__heroMockup {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

@media (min-width: 900px) {
  .projectDetail__heroMockup {
    margin: 0 0 0 auto;
    max-width: 100%;
  }
}

.projectDetail__heroMockup .phone-mockup-row-fullwidth {
  padding: 0;
}

.projectDetail__heroMockup .phone-mockup-app-name {
  display: none;
}

.projectDetail__heroMockup .phone-mockup-app-header {
  padding-top: 0;
  padding-bottom: 0.75rem;
}

.projectDetail__heroMockup .phone-mockup-store-btn {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.92);
}

.projectDetail__heroMockup .phone-mockup-store-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.projectDetail__heroPreview {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  background: rgba(255, 255, 255, 0.04);
}

.projectDetail__heroPreviewImg {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.projectDetail__container>.projectDetail__gallery:first-child,
.projectDetail__container>.web-mockup-row:first-child {
  margin-top: 0;
}

.projectDetail__gallery {
  margin-top: 2rem;
  margin-bottom: 1.25rem;
}

.projectDetail__galleryGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  max-width: 640px;
}

@media (min-width: 640px) {
  .projectDetail__galleryGrid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    max-width: 720px;
  }
}

.projectDetail__galleryItem {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #e8edf4;
  aspect-ratio: 4 / 3;
}

.projectDetail__galleryItem img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.projectDetail__metaWrap {
  margin-bottom: 1.5rem;
}

.projectDetail__metaGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (min-width: 640px) {
  .projectDetail__metaGrid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}

.projectDetail__metaCard {
  background: rgba(255, 255, 255, .95);
  border-radius: 20px;
  padding: 1.25rem;
  box-shadow: 0 4px 20px rgba(11, 31, 58, .06);
  border: 1px solid rgba(11, 31, 58, .06);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.projectDetail__metaIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  background: rgba(234, 244, 255, .9);
  color: rgba(var(--s-primary-rgb), .9);
}

.projectDetail__metaLabel {
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(11, 31, 58, .55);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.projectDetail__metaValue {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--deep-navy);
  line-height: 1.4;
}

.projectDetail__overviewCard {
  background: rgba(255, 255, 255, .95);
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(11, 31, 58, .06);
  border: 1px solid rgba(11, 31, 58, .06);
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .projectDetail__overviewCard {
    padding: 2.5rem;
    border-radius: 24px;
  }
}

.projectDetail__overviewTitle {
  font-family: Poppins, Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--deep-navy);
  margin: 0 0 1.25rem;
}

.projectDetail__overviewText {
  color: rgba(11, 31, 58, .72);
  font-size: 0.9375rem;
  line-height: 1.65;
}

.projectDetail__overviewText.projectBody__inner {
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

@media (max-width: 767px) {
  .projectDetail .projectDetail__container {
    width: calc(100% - 16px);
  }

  .projectDetail__overviewCard {
    padding: 1rem 0.875rem;
    margin-bottom: 1.25rem;
    border-radius: 14px;
  }

  .projectDetail__overviewTitle {
    font-size: 1.25rem;
    margin-bottom: 0.65rem;
  }

  .projectDetail__overviewText {
    font-size: 0.875rem;
    line-height: 1.58;
  }

  .projectDetail__overviewText.projectBody__inner h2,
  .projectDetail__overviewText.projectBody__inner h3 {
    margin: 0.35rem 0 0.5rem;
    font-size: 1.05rem;
    line-height: 1.35;
  }

  .projectDetail__overviewText.projectBody__inner p {
    margin: 0 0 0.65rem;
  }

  .projectDetail__overviewText.projectBody__inner p:last-child {
    margin-bottom: 0;
  }

  .projectDetail__overviewText.projectBody__inner ul {
    margin: 0.35rem 0 0.65rem;
    padding-left: 1.1rem;
  }

  .projectDetail__overviewText.projectBody__inner li {
    margin-bottom: 0.35rem;
  }
}

.projectDetail__nav {
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(11, 31, 58, .1);
}

.projectDetail__navHeading {
  font-family: Poppins, Inter, sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--deep-navy);
  text-align: center;
  margin: 0 0 0.5rem;
}

.projectDetail__navSub {
  text-align: center;
  color: rgba(11, 31, 58, .58);
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 0 0 2rem;
}

.projectDetail__navGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

@media (max-width: 767px) {
  .projectDetail__navGrid {
    grid-template-columns: 1fr;
  }

  .projectDetail__header {
    flex-direction: column;
    align-items: stretch;
    border-radius: 20px;
  }

  .projectDetail__headerLeft {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .projectDetail__title,
  .projectDetail__tagline {
    text-align: center;
  }

  .projectDetail__liveBtn {
    align-self: center;
  }

  .projectDetail__card {
    border-radius: 24px;
    padding: 12px;
  }
}

.projectDetail__navCard {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(11, 31, 58, .08);
  border: 1px solid rgba(11, 31, 58, .06);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.projectDetail__navCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(11, 31, 58, .1);
}

.projectDetail__navCardImgWrap {
  position: relative;
  aspect-ratio: 3 / 2;
  background: #e8edf4;
}

.projectDetail__navCardImgWrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s var(--ease);
}

.projectDetail__navCard:hover .projectDetail__navCardImgWrap img {
  transform: scale(1.06);
}

.projectDetail__navCardLabel {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  color: rgba(11, 31, 58, .55);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 1rem 1.25rem 0.25rem;
}

.projectDetail__navCardTitle {
  display: block;
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--deep-navy);
  padding: 0 1.25rem 1.25rem;
}

.projectDetail__navBackWrap {
  text-align: center;
  margin-top: 1.5rem;
}

.projectDetail__related {
  margin-top: 3rem;
}

.projectDetail__relatedHead {
  margin-bottom: 1.5rem;
}

.blogCard__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.blogCard__meta {
  display: flex;
  gap: 10px;
  align-items: center
}

.blogCard__meta {
  display: flex;
  gap: 10px;
  align-items: center
}

.blogMeta {
  font-size: 12px;
  font-weight: 800;
  color: rgba(11, 31, 58, .58)
}

.blogDate {
  font-size: 12px;
  font-weight: 900;
  color: rgba(11, 31, 58, .46)
}

.blogCard__title {
  margin: 14px 0 10px;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 900;
  letter-spacing: -0.35px;
  color: rgba(11, 31, 58, .94);
  line-height: 1.15;
}

.blogCard__text {
  margin: 0;
  color: rgba(11, 31, 58, .70);
  line-height: 1.75;
}

.blogCard__footer {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 14px;
}

.blogAuthor {
  font-weight: 900;
  font-size: 12px;
  color: rgba(11, 31, 58, .62)
}

.blogArrow {
  display: none !important;
}

.blogCard__glow {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background:
    radial-gradient(520px 280px at var(--mx, 20%) var(--my, 20%), rgba(var(--s-primary-rgb), .22), transparent 58%),
    radial-gradient(520px 280px at 80% 80%, rgba(86, 204, 242, .14), transparent 60%);
  opacity: 0;
  transform: translateZ(0);
  transition: opacity .25s var(--ease);
  pointer-events: none;
  z-index: 1;
}

.blogCard:hover {
  transform: translate3d(0, -6px, 0)
}

.blogCard:hover .blogCard__glow {
  opacity: 1
}

.blogCard:focus-within {
  outline: none;
  box-shadow:
    0 26px 92px rgba(11, 31, 58, .14),
    0 0 0 6px rgba(234, 244, 255, .9);
}

.blogCta {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  padding: 18px 18px;
  border-radius: 18px;
  border: 1px solid rgba(11, 31, 58, .10);
  background:
    radial-gradient(900px 240px at 10% 30%, rgba(var(--s-primary-rgb), .14), transparent 60%),
    radial-gradient(680px 260px at 80% 70%, rgba(86, 204, 242, .12), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .88));
  box-shadow: 0 18px 64px rgba(11, 31, 58, .08);
  position: relative;
  z-index: 3;
}

.blogCta .input {
  min-width: 0;
}

.blogCta+.blogGrid {
  margin-top: 16px;
  position: relative;
  z-index: 1;
}

.blogCta__title {
  font-weight: 900;
  letter-spacing: -0.2px
}

.blogCta__text {
  color: rgba(11, 31, 58, .66);
  margin-top: 4px;
  font-size: 13px
}

/* Home: single centered "Show all blogs" CTA */
.blogOnlyCta {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

/* Home: "View all" expanders (services/why/etc.) */
.sectionViewAll {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

[data-view-all-section].is-collapsed [data-view-all-item] {
  display: none !important;
}

/* Home: Resources & Insights carousel */
.blogSection--insights {
  background: var(--white);
}

.blogSection--insights .s-sectionHead {
  max-width: 760px;
  margin-bottom: clamp(28px, 4vw, 40px);
}

.blogSection--insights .s-sectionHead__subtitle {
  max-width: 58ch;
  color: rgba(11, 31, 58, 0.62);
  font-size: 15px;
}

.blogSection--page {
  background: var(--white);
  padding-top: clamp(56px, 7vw, 88px);
  padding-bottom: clamp(56px, 7vw, 88px);
}

/* Blog index + detail (service/project-style hero) */
.blogPage,
.blogPost {
  padding: 0 0 clamp(56px, 7vw, 88px);
  background: var(--white);
}

.blogPage__container {
  max-width: 1100px;
}

.blogPage__heroBand,
.blogPost__heroBand {
  background:
    radial-gradient(920px 520px at 50% 0%, rgba(99, 102, 241, 0.2), transparent 58%),
    radial-gradient(700px 380px at 50% -4%, rgba(var(--s-primary-rgb), 0.16), transparent 55%),
    linear-gradient(180deg, #071428 0%, #071428 42%, #0a1628 100%);
  padding: clamp(48px, 8vw, 88px) 0 clamp(40px, 6vw, 64px);
  margin-bottom: clamp(28px, 4vw, 40px);
}

.blogPage__hero,
.blogPost__hero {
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}

.blogPage__hero .s-badge--on-dark {
  margin-bottom: 14px;
}

.blogPost__hero .s-badge--on-dark {
  margin-bottom: clamp(16px, 2.5vw, 24px);
}

.blogPage__heroTitle {
  margin: 0 0 12px;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 900;
  font-size: clamp(34px, 4.6vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.8px;
  color: #fff;
}

.blogPage__heroAccent {
  background: var(--brand-text-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.blogPage__heroSub {
  margin: 0 auto;
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.75;
  font-size: clamp(15px, 1.8vw, 17px);
}

.blogPage__body {
  position: relative;
  z-index: 1;
}

.blogPage__search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: clamp(24px, 4vw, 32px);
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(11, 31, 58, .08);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 14px 46px rgba(11, 31, 58, .06);
}

.blogPage__searchField {
  flex: 1;
  min-width: min(100%, 260px);
}

.blogPage__searchInput {
  width: 100%;
}

.blogPage__grid {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.blogPage__insights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.blogPage__insights .insightCard {
  flex: none;
  min-width: 0;
}

.blogPage__note {
  margin: 0 0 20px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid rgba(var(--s-primary-rgb), 0.14);
  background: rgba(var(--s-primary-rgb), 0.06);
  color: rgba(11, 31, 58, 0.72);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

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

@media (max-width: 640px) {
  .blogPage__insights {
    grid-template-columns: 1fr;
  }
}

.blogPage__loadMore {
  margin-top: clamp(24px, 4vw, 32px);
  display: flex;
  justify-content: center;
}

.blogCard__link--static {
  cursor: default;
  pointer-events: none;
}

.blogCard--empty .blogCard__link--static:hover {
  transform: none;
}

.blogPost__heroTitle {
  margin: clamp(8px, 1.5vw, 14px) auto clamp(20px, 3vw, 32px);
  padding: 0 clamp(16px, 4vw, 48px);
  max-width: 56ch;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 900;
  font-size: clamp(26px, 3.5vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.6px;
  color: #fff;
}

.blogPost__heroMeta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.blogPost__heroChip {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  font-size: 13px;
}

.blogPost__body {
  max-width: 860px;
}

.blogPost__cover {
  margin-bottom: clamp(20px, 3vw, 28px);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(11, 31, 58, .08);
  box-shadow: 0 18px 56px rgba(11, 31, 58, .1);
}

.blogPost__cover img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.blogPost__article {
  padding: clamp(24px, 3vw, 40px);
  border-radius: 20px;
  border: 1px solid rgba(11, 31, 58, .06);
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 4px 20px rgba(11, 31, 58, .06);
}

.blogPost__excerpt {
  margin: 0 0 1rem;
  color: rgba(11, 31, 58, .72);
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 500;
}

.blogPost__content {
  padding: 0;
}

.blogPost__content.projectBody__inner {
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
  color: rgba(11, 31, 58, .72);
  font-size: 0.9375rem;
  line-height: 1.65;
}

.blogPost__footer {
  margin-top: clamp(28px, 4vw, 36px);
  display: flex;
  justify-content: center;
}

.blogPost__related {
  margin-top: clamp(40px, 6vw, 56px);
  padding-top: clamp(28px, 4vw, 36px);
  border-top: 1px solid rgba(11, 31, 58, .08);
}

.blogPost__relatedHead {
  margin-bottom: clamp(24px, 4vw, 32px);
}

@media (max-width: 767px) {
  .blogPost .blogPage__container {
    width: calc(100% - 16px);
  }

  .blogPost__body {
    max-width: none;
  }

  .blogPost__heroBand {
    padding-top: 20px;
    padding-bottom: 32px;
    margin-bottom: 24px;
  }

  .blogPost__article {
    padding: 1rem 0.875rem;
    border-radius: 14px;
  }

  .blogPost__excerpt {
    font-size: 0.875rem;
    line-height: 1.58;
    margin-bottom: 0.75rem;
  }

  .blogPost__content.projectBody__inner {
    font-size: 0.875rem;
    line-height: 1.58;
  }

  .blogPost__content.projectBody__inner h2,
  .blogPost__content.projectBody__inner h3 {
    margin: 0.35rem 0 0.5rem;
    font-size: 1.05rem;
    line-height: 1.35;
    color: rgba(11, 31, 58, .92);
  }

  .blogPost__content.projectBody__inner p {
    margin: 0 0 0.65rem;
  }

  .blogPost__content.projectBody__inner p:last-child {
    margin-bottom: 0;
  }

  .blogPost__content.projectBody__inner ul {
    margin: 0.35rem 0 0.65rem;
    padding-left: 1.1rem;
  }

  .blogPost__content.projectBody__inner li {
    margin-bottom: 0.35rem;
  }

  .blogPost__related {
    margin-top: 28px;
    padding-top: 20px;
  }

  .blogPost__relatedHead {
    margin-bottom: 18px;
  }

  .blogPost__related .blogCard__link {
    padding: 12px 12px 10px;
  }

  .blogPost__related .cardCover {
    height: 140px;
    margin-bottom: 10px;
    border-radius: 12px;
  }

  .blogPost__related .blogCard__title {
    margin: 8px 0 6px;
    font-size: clamp(17px, 4.2vw, 20px);
  }

  .blogPost__related .blogCard__text {
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
  }

  .blogPost__related .blogCard__top {
    gap: 8px;
  }

  .blogPost__related .blogGrid {
    gap: 12px;
  }
}

@media (max-width: 560px) {
  .blogPost__heroBand {
    padding-top: 16px;
    padding-bottom: 28px;
    margin-bottom: 20px;
  }

  .blogPost__article {
    padding: 1rem 0.875rem;
  }

  .blogPage__search {
    flex-direction: column;
    align-items: stretch;
  }

  .blogPage__search .btn {
    width: 100%;
    justify-content: center;
  }
}

.blogCarousel {
  position: relative;
  margin-top: 4px;
}

.blogCarousel__viewport {
  padding-block: 8px 4px;
}

.blogCarousel__track {
  display: flex;
  gap: 20px;
  align-items: stretch;
  will-change: transform;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.blogCarousel__track.is-resetting {
  transition: none;
}

.insightCard {
  flex: 0 0 calc((100% - 40px) / 3);
  min-width: 0;
}

.insightCard__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 14px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(11, 31, 58, 0.06);
  box-shadow: 0 10px 40px rgba(11, 31, 58, 0.08);
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.insightCard__link:hover {
  transform: translate3d(0, -4px, 0);
  box-shadow: 0 18px 52px rgba(11, 31, 58, 0.12);
}

.insightCard__media {
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background:
    radial-gradient(520px 220px at 30% 20%, rgba(var(--s-primary-rgb), 0.2), transparent 58%),
    linear-gradient(145deg, #0b1f3a 0%, #1e3a5f 100%);
  margin-bottom: 14px;
}

.insightCard__media--fallback {
  position: relative;
}

.insightCard__media--fallback::after {
  content: "SARVON";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 900;
  letter-spacing: 0.22em;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.22);
}

.insightCard__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.insightCard__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 4px 4px;
}

.insightCard__cat {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  height: 28px;
  padding: 0 12px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: var(--s-badge-accent-bg);
  border: 1px solid var(--s-badge-accent-border);
  color: var(--s-badge-accent-color);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.insightCard__title {
  margin: 0 0 8px;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -0.25px;
  color: var(--deep-navy);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.insightCard__excerpt {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(11, 31, 58, 0.58);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.insightCard__foot {
  margin-top: auto;
  padding-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.insightCard__more {
  font-size: 14px;
  font-weight: 700;
  color: var(--s-primary);
}

.insightCard__date {
  font-size: 12px;
  font-weight: 500;
  color: rgba(11, 31, 58, 0.45);
  white-space: nowrap;
}

.blogCarousel__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.blogCarousel__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(11, 31, 58, 0.16);
  cursor: pointer;
  transition: width 0.25s var(--ease), background 0.25s var(--ease);
}

.blogCarousel__dot.is-active {
  width: 22px;
  background: var(--s-primary);
}

.blogSection--insights .blogOnlyCta {
  position: relative;
  z-index: 3;
  margin-top: clamp(22px, 3vw, 32px);
}

.blogOnlyCta__link {
  position: relative;
  z-index: 1;
}

@media (max-width: 980px) {
  .insightCard {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}

@media (max-width: 640px) {
  .insightCard {
    flex: 0 0 100%;
  }
}

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

  .blogCarousel__viewport {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
  }

  .insightCard {
    scroll-snap-align: start;
  }
}

@keyframes blogMarquee {
  to {
    transform: translate3d(var(--blog-shift, -50%), 0, 0)
  }
}

@media (max-width: 980px) {
  .blogSection__title {
    font-size: 42px
  }

  .blogGrid {
    grid-template-columns: 1fr;
    gap: 14px
  }
}

@media (max-width: 560px) {
  .blogSection__title {
    font-size: 34px
  }

  .blogCta {
    flex-direction: column;
    align-items: flex-start
  }

  .blogRail::before,
  .blogRail::after {
    width: 64px
  }

  .blogOnlyCta .btn {
    width: min(340px, 100%);
    justify-content: center
  }
}

@media (prefers-reduced-motion: reduce) {
  .blogRail__track {
    animation: none !important
  }

  .blogCard {
    transition: none !important;
    transform: none !important
  }

  .blogCard__glow {
    transition: none !important
  }
}

/* Why Sarvon — dark feature grid */
.whySection {
  background:
    radial-gradient(920px 520px at 50% 0%, rgba(99, 102, 241, 0.2), transparent 58%),
    radial-gradient(700px 380px at 50% -4%, rgba(var(--s-primary-rgb), 0.16), transparent 55%),
    linear-gradient(180deg, #040810 0%, #071428 42%, #0a1628 100%);
  overflow: hidden;
}

.whySection__inner {
  position: relative;
}

.whySection__head {
  text-align: center;
  max-width: 920px;
  margin: 0 auto clamp(32px, 5vw, 52px);
}

.whySection__head .s-badge--on-dark {
  margin-bottom: 14px;
}

.whySection__title {
  margin: 0;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 800;
  font-size: clamp(34px, 4.8vw, 52px);
  line-height: 1.12;
  letter-spacing: -0.7px;
  color: #fff;
}

.whySection__accent {
  background: var(--brand-text-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.whySection__subtitle {
  margin: 14px auto 0;
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.75;
  font-size: 15px;
}

.whyGridWrap {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}

.whyGrid__dividers {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.whyGrid__divider {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.08) 12%,
      rgba(255, 255, 255, 0.06) 88%,
      transparent 100%);
}

.whyGrid__divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7dd3fc;
  box-shadow:
    0 0 10px 3px rgba(125, 211, 252, 0.5),
    0 0 24px 6px rgba(var(--s-primary-rgb), 0.35);
}

.whyGrid__divider:nth-child(1) {
  left: calc(33.333% - 0.5px);
}

.whyGrid__divider:nth-child(2) {
  left: calc(66.666% - 0.5px);
}

.whyGrid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.whyCard {
  padding: clamp(24px, 3vw, 36px) clamp(20px, 2.5vw, 28px);
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  position: relative;
}

.whyCard:nth-child(-n + 3) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.whyCard:nth-child(n + 4) {
  border-bottom: none;
}

.whyCard__icon {
  width: 28px;
  height: 28px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.72);
}

.whyCard__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.whyCard__title {
  margin: 0 0 10px;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 700;
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.35;
  letter-spacing: -0.2px;
  color: #fff;
}

.whyCard__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.52);
  max-width: 36ch;
}

.whyCard__hl {
  color: #a5d8ff;
  font-weight: 500;
}

/* No scroll/hover motion in Why Sarvon */
#why,
#why * {
  animation: none !important;
  transition: none !important;
}

#why [data-animate] {
  opacity: 1 !important;
  transform: none !important;
  will-change: auto !important;
}

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

  .whyGrid__divider:nth-child(1) {
    left: calc(50% - 0.5px);
  }

  .whyGrid__divider:nth-child(2) {
    display: none;
  }

  .whyCard:nth-child(2),
  .whyCard:nth-child(4) {
    border-right: none;
  }

  .whyCard:nth-child(-n + 4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  .whyCard:nth-child(5),
  .whyCard:nth-child(6) {
    border-bottom: none;
  }
}

@media (max-width: 640px) {
  .whyGrid {
    grid-template-columns: 1fr;
  }

  .whyGrid__dividers {
    display: none;
  }

  .whyCard {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    padding-inline: 4px;
  }

  .whyCard:last-child {
    border-bottom: none;
  }

  .whyCard__desc {
    max-width: none;
  }
}

/* FAQ (myportfoliophp-style accordion list) */
.faqSection {
  background: #eef1f4;
  overflow: hidden;
  padding-bottom: clamp(180px, 14vw, 240px);
}

.faqSection__inner {
  position: relative
}

.faqSection__head {
  text-align: center;
  max-width: 920px;
  margin: 0 auto clamp(40px, 5vw, 56px);
}

/* faqSection badge → .s-badge via section-head partial */

.faqSection__title {
  margin: 14px 0 10px;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 900;
  font-size: 52px;
  line-height: 1.06;
  letter-spacing: -0.9px;
  color: var(--deep-navy);
}

.faqSection__subtitle {
  margin: 0 auto;
  max-width: 78ch;
  color: rgba(11, 31, 58, .70);
  line-height: 1.75;
}

/* Contact — split form + details */
.contactSection {
  background: var(--white);
  padding-top: clamp(100px, 12vw, 160px);
  border-top: 1px solid rgba(11, 31, 58, 0.06);
}

.contactSection__inner {
  position: relative;
}

.contactSection__head {
  text-align: center;
  max-width: 920px;
  margin: 0 auto clamp(28px, 4vw, 40px);
}

.contactSection__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(234, 244, 255, 0.92);
  border: 1px solid rgba(var(--s-primary-rgb), 0.14);
  color: rgba(11, 31, 58, 0.72);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.contactSection__title {
  margin: 14px 0 10px;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 900;
  font-size: clamp(34px, 4.8vw, 52px);
  line-height: 1.06;
  letter-spacing: -0.9px;
  color: var(--deep-navy);
}

.contactSection__subtitle {
  margin: 0 auto;
  max-width: 78ch;
  color: rgba(11, 31, 58, 0.7);
  line-height: 1.75;
}

.contactSplit {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(24px, 3.5vw, 40px);
  max-width: 1180px;
  margin: 0 auto;
  align-items: start;
}

.contactSplit__formBox {
  padding: clamp(24px, 3vw, 32px);
  border-radius: 20px;
  background: var(--light-gray);
  border: 1px solid rgba(11, 31, 58, 0.06);
  box-shadow: 0 24px 60px rgba(11, 31, 58, 0.06);
}

.contactForm__alert {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.contactForm__alert--success {
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.25);
  color: #15803d;
}

.contactForm__alert--error {
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.22);
  color: #b91c1c;
}

.contactForm__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: min-content;
  gap: 14px;
  align-content: start;
}

.contactForm__field {
  display: block;
}

.contactForm__field--full {
  grid-column: 1 / -1;
}

.contactForm__input {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(11, 31, 58, 0.08);
  background: var(--white);
  font-family: inherit;
  font-size: 16px;
  color: var(--deep-navy);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contactForm__input::placeholder {
  color: rgba(11, 31, 58, 0.4);
}

.contactForm__input:focus {
  border-color: rgba(var(--s-primary-rgb), 0.4);
  box-shadow: 0 0 0 3px rgba(var(--s-primary-rgb), 0.12);
}

.contactForm__textarea {
  resize: vertical;
  min-height: 120px;
  max-height: 200px;
}

.contactForm__submit {
  margin-top: 16px;
}

/* Contact details — Sarvon theme panel */
.contactPanel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: clamp(24px, 3vw, 32px);
  border-radius: 20px;
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(var(--s-primary-rgb), 0.12) 0%, transparent 55%),
    linear-gradient(165deg, var(--soft-glow) 0%, rgba(255, 255, 255, 0.98) 52%, #fff 100%);
  border: 1px solid rgba(var(--s-primary-rgb), 0.12);
  box-shadow: 0 24px 60px rgba(var(--s-primary-rgb), 0.08);
}

.contactPanel__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 14px;
  margin-bottom: 8px;
  border-radius: 999px;
  background: rgba(234, 244, 255, 0.92);
  border: 1px solid rgba(var(--s-primary-rgb), 0.14);
  color: rgba(11, 31, 58, 0.72);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.contactPanel__title {
  margin: 0 0 8px;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 900;
  font-size: clamp(26px, 3vw, 34px);
  letter-spacing: -0.5px;
  line-height: 1.1;
  color: var(--deep-navy);
}

.contactPanel__accent {
  background: var(--brand-text-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.contactPanel__lead {
  margin: 0;
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.75;
  color: rgba(11, 31, 58, 0.62);
  max-width: 38ch;
}

.contactPanel__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contactPanel__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: var(--white);
  border: 1px solid rgba(11, 31, 58, 0.06);
  box-shadow: 0 12px 40px rgba(11, 31, 58, 0.06);
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease), transform 0.25s var(--ease);
}

.contactPanel__item:hover {
  border-color: rgba(var(--s-primary-rgb), 0.2);
  box-shadow: 0 16px 48px rgba(var(--s-primary-rgb), 0.1);
  transform: translateY(-2px);
}

.contactPanel__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--signature-grad);
  box-shadow: 0 10px 24px rgba(var(--s-primary-rgb), 0.28);
}

.contactPanel__icon svg {
  width: 20px;
  height: 20px;
}

.contactPanel__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.contactPanel__label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(11, 31, 58, 0.48);
}

.contactPanel__value {
  font-size: clamp(15px, 1.5vw, 17px);
  font-weight: 600;
  line-height: 1.45;
  color: var(--deep-navy);
  word-break: break-word;
}

.contactPanel__link {
  text-decoration: none;
  background: var(--brand-text-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: opacity 0.2s ease;
}

.contactPanel__link:hover {
  opacity: 0.85;
  text-decoration: underline;
  text-decoration-color: var(--s-primary);
}

.contactPanel__highlight {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--deep-navy) 0%, #163a6e 100%);
  color: #fff;
  box-shadow: 0 16px 40px rgba(11, 31, 58, 0.22);
}

.contactPanel__highlightIcon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.contactPanel__highlightIcon svg {
  width: 22px;
  height: 22px;
}

.contactPanel__highlightText {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}

.contactPanel__highlightText strong {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
}

.contactPanel__social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 12px;
  border-top: 1px solid rgba(var(--s-primary-rgb), 0.1);
}

.contactPanel__socialLabel {
  font-size: 14px;
  font-weight: 800;
  color: var(--deep-navy);
  letter-spacing: 0.02em;
}

.contactPanel__socialRow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contactPanel__socialBtn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: var(--btn-radius);
  display: grid;
  place-items: center;
  background-color: var(--s-primary);
  color: #fff;
  text-decoration: none;
  border: none;
  box-shadow: 0 2px 8px rgba(var(--s-primary-rgb), 0.18);
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), background 0.3s var(--ease);
}

.contactPanel__socialBtn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(105deg,
      transparent 0%,
      transparent 40%,
      rgba(255, 255, 255, 0.14) 50%,
      transparent 60%,
      transparent 100%);
  transform: translateX(-100%);
  transition: transform 0.5s ease-in-out;
  pointer-events: none;
}

.contactPanel__socialBtn svg {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 1;
}

.contactPanel__socialBtn:hover {
  background: linear-gradient(135deg, var(--s-primary-dark) 0%, var(--accent-blue) 100%);
  transform: translate3d(0, -3px, 0) scale(1.05);
  box-shadow: 0 12px 28px -8px rgba(var(--s-primary-rgb), 0.38), 0 4px 12px -4px rgba(11, 31, 58, 0.14);
}

.contactPanel__socialBtn:hover::after {
  transform: translateX(100%);
}

@media (max-width: 900px) {
  .contactSplit {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .contactSplit__formBox {
    padding: 24px 20px;
  }

  .contactForm__grid {
    grid-template-columns: 1fr;
  }

  .contactPanel__item {
    padding: 16px 18px;
    gap: 14px;
  }

  .contactPanel__icon {
    width: 46px;
    height: 46px;
  }

  .contactPanel__social {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {

  .contactPanel__item:hover,
  .contactPanel__socialBtn:hover {
    transform: none;
  }

  .contactPanel__socialBtn::after {
    display: none;
  }
}

#faq [data-animate] {
  opacity: 1;
  transform: none;
  transition: none;
  will-change: auto;
}

#process [data-process-timeline] {
  opacity: 1;
  transform: none;
  transition: none;
  will-change: auto;
}

#faq.faqSection {
  scroll-margin-top: clamp(88px, 12vh, 120px);
}

.faqSection__body {
  max-width: 48rem;
  margin: 0 auto;
}

.faqTabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 1.25rem;
}

.faqTab {
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(var(--s-primary-rgb), 0.14);
  background: #fff;
  color: rgba(11, 31, 58, 0.72);
  font-family: Poppins, Inter, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.faqTab:hover {
  border-color: rgba(var(--s-primary-rgb), 0.28);
  color: var(--s-primary);
}

.faqTab.is-active {
  background: var(--s-primary);
  border-color: var(--s-primary);
  color: #fff;
  box-shadow: 0 10px 28px rgba(var(--s-primary-rgb), 0.22);
}

.faq-panel-wrap.faq-panel:not(.is-active) {
  display: none;
}

.faqPanel__viewAll {
  margin-top: clamp(20px, 3vw, 28px);
  padding-top: 4px;
  display: flex;
  justify-content: center;
}

/* FAQ full page */
.faqPage {
  padding: 0 0 clamp(56px, 7vw, 88px);
  background: #eef1f4;
}

.faqPage__container {
  max-width: 48rem;
}

.faqPage__heroBand {
  background:
    radial-gradient(920px 520px at 50% 0%, rgba(99, 102, 241, 0.2), transparent 58%),
    radial-gradient(700px 380px at 50% -4%, rgba(var(--s-primary-rgb), 0.16), transparent 55%),
    linear-gradient(180deg, #071428 0%, #071428 42%, #0a1628 100%);
  padding: clamp(48px, 8vw, 88px) 0 clamp(40px, 6vw, 64px);
  margin-bottom: clamp(28px, 4vw, 40px);
}

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

.faqPage__hero .s-badge--on-dark {
  margin-bottom: 14px;
}

.faqPage__heroTitle {
  margin: 0 0 12px;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 900;
  font-size: clamp(34px, 4.6vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.8px;
  color: #fff;
}

.faqPage__heroSub {
  margin: 0 auto;
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.75;
  font-size: clamp(15px, 1.8vw, 17px);
}

.faqPage__body {
  position: relative;
  z-index: 1;
}

.faqPage__bodyInner {
  margin-top: 0;
}

.faqPage__empty {
  text-align: center;
  color: rgba(11, 31, 58, 0.62);
  padding: 2rem 0;
}

.faq-list {
  max-width: 48rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  overflow-anchor: none;
}

.faq-item-open {
  padding-bottom: 4px;
  border-color: rgba(var(--s-primary-rgb), 0.2);
  box-shadow: 0 16px 44px rgba(var(--s-primary-rgb), 0.08);
}

.faq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-trigger {
  padding: 10px 12px 10px 28px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.faq-question {
  font-family: Poppins, Inter, sans-serif;
  font-weight: 500;
  color: var(--deep-navy);
  font-size: 1rem;
  line-height: 1.35;
  flex: 1;
  min-width: 0;
}

.faq-toggle {
  flex-shrink: 0;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 9999px;
  background: rgba(234, 244, 255, 0.95);
  border: 1px solid rgba(var(--s-primary-rgb), 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--s-primary);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.25s var(--ease);
}

.faq-trigger:hover .faq-toggle {
  background: rgba(234, 244, 255, 1);
  border-color: rgba(var(--s-primary-rgb), 0.22);
  color: var(--s-primary-dark);
}

.faq-item-open .faq-toggle {
  background: var(--s-primary);
  border-color: var(--s-primary);
  color: #fff;
  transform: rotate(45deg);
}

/* Contact page — reference layout (dark sidebar + form) */
.contactPage {
  padding: clamp(48px, 6vw, 80px) 0;
  background: #eef1f4;
}

.contactPage--embed {
  padding-top: clamp(56px, 7vw, 96px);
  padding-bottom: clamp(56px, 7vw, 96px);
}

.contactPage__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.contactPage__grid {
  display: grid;
  grid-template-columns: minmax(0, 38%) minmax(0, 62%);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 64px rgba(11, 31, 58, 0.12);
  min-height: 520px;
}

.contactPage__info {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(32px, 4vw, 44px);
  background: linear-gradient(165deg, #060a10 0%, #0b1f3a 48%, #0a1628 100%);
  color: #fff;
  overflow: hidden;
}

.contactPage__infoBg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 100% 100%, rgba(var(--s-primary-rgb), 0.18), transparent 55%);
  pointer-events: none;
}

.contactPage__infoWaves {
  position: absolute;
  right: -15%;
  bottom: -20%;
  width: 75%;
  height: 75%;
  opacity: 0.16;
  background:
    repeating-radial-gradient(circle at 50% 50%, transparent 0 20px, rgba(255, 255, 255, 0.07) 20px 21px);
  pointer-events: none;
}

.contactPage__infoHead,
.contactPage__infoList,
.contactPage__hours,
.contactPage__social {
  position: relative;
  z-index: 1;
}

.contactPage__infoTitle {
  margin: 0 0 12px;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 800;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.2;
  color: #fff;
}

.contactPage__infoText {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.7;
  max-width: 32ch;
}

.contactPage__infoList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contactPage__infoItem {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.contactPage__infoIcon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.9);
  display: grid;
  place-items: center;
}

.contactPage__infoIcon svg {
  width: 18px;
  height: 18px;
}

.contactPage__infoVal {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

a.contactPage__infoVal:hover {
  text-decoration: underline;
}

.contactPage__hours {
  margin-top: 28px;
}

.contactPage__hoursLabel {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 10px;
}

.contactPage__hoursRow {
  display: flex;
  align-items: center;
  gap: 14px;
}

.contactPage__social {
  margin-top: auto;
  padding-top: 32px;
  display: flex;
  gap: 12px;
}

.contactPage__socialBtn {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  transition: opacity 0.2s ease, transform 0.2s var(--ease);
}

.contactPage__socialBtn:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.contactPage__socialBtn svg {
  width: 20px;
  height: 20px;
}

.contactPage__formWrap {
  display: flex;
  flex-direction: column;
  padding: clamp(32px, 4vw, 48px);
  background: #fff;
}

.contactPage__formWrap--success {
  justify-content: center;
  align-items: center;
  min-height: 420px;
  background:
    radial-gradient(720px 400px at 50% 0%, rgba(var(--s-primary-rgb), 0.18), transparent 58%),
    linear-gradient(180deg, #071428 0%, #0a1628 100%);
}

.contactSuccess {
  width: 100%;
  max-width: 520px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(16px, 3vw, 24px);
}

.contactSuccess__title {
  margin: 0;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.5px;
  color: #fff;
}

.contactSuccess__accent {
  color: var(--s-primary);
}

.contactSuccess__lead {
  margin: 0;
  max-width: 42ch;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.62);
}

.contactSuccess__box {
  width: 100%;
  padding: clamp(28px, 5vw, 40px) clamp(24px, 4vw, 36px);
  border: 2px solid rgba(var(--s-primary-rgb), 0.55);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 0 40px rgba(var(--s-primary-rgb), 0.12);
}

.contactSuccess__headline {
  margin: 0 0 10px;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 800;
  font-size: clamp(20px, 3vw, 26px);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}

.contactSuccess__sub {
  margin: 0;
  font-size: clamp(15px, 2vw, 17px);
  line-height: 1.6;
  color: #fff;
}

.contactSuccess__again {
  margin-top: 8px;
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  background: transparent;
}

.contactSuccess__again:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.contactPage__form {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.contactPage__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 18px;
}

.contactPage__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contactPage__field--full {
  grid-column: 1 / -1;
}

.contactPage__label {
  font-size: 13px;
  font-weight: 800;
  color: var(--deep-navy);
}

.contactPage__optional {
  font-weight: 500;
  color: rgba(11, 31, 58, 0.5);
}

.contactPage__input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid rgba(11, 31, 58, 0.18);
  background: #fff;
  font-family: inherit;
  font-size: 15px;
  color: var(--deep-navy);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contactPage__input::placeholder {
  color: rgba(11, 31, 58, 0.38);
}

.contactPage__input:focus {
  border-color: rgba(var(--s-primary-rgb), 0.5);
  box-shadow: 0 0 0 3px rgba(var(--s-primary-rgb), 0.1);
}

.contactPage__textarea {
  resize: vertical;
  min-height: 150px;
}

.contactPage__actions {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
  padding-top: 20px;
}

@media (max-width: 900px) {
  .contactPage__grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .contactPage__formWrap {
    padding: 24px 20px;
  }

  .contactPage__info {
    padding: 24px 20px;
  }
}

@media (max-width: 560px) {
  .contactPage {
    padding: 36px 0 48px;
  }

  .contactPage--embed {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .contactPage .container.contactPage__inner {
    width: calc(100% - 12px);
  }

  .contactPage__grid {
    border-radius: 12px;
    box-shadow: 0 12px 36px rgba(11, 31, 58, 0.1);
  }

  .contactPage__info {
    padding: 20px 14px;
  }

  .contactPage__formWrap {
    padding: 16px 12px;
  }

  .contactPage__formWrap--success {
    padding: 20px 14px;
    min-height: 320px;
  }

  .contactPage__fields {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .contactPage__field {
    gap: 6px;
  }

  .contactPage__input {
    padding: 10px 12px;
    font-size: 14px;
  }

  .contactPage__textarea {
    min-height: 120px;
  }

  .contactPage__actions {
    justify-content: stretch;
    padding-top: 14px;
  }

  .contactPage__actions .btn {
    width: 100%;
  }

  .contactForm__alert {
    margin-bottom: 12px;
    font-size: 13px;
  }
}

.faq-toggle svg {
  display: block;
}

.faq-answer-wrap {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.35s var(--ease);
}

.faq-item-open .faq-answer-wrap {
  grid-template-rows: 1fr;
}

.faq-answer-inner {
  min-height: 0;
  overflow: hidden;
  padding-top: 0.75rem;
  padding-bottom: 0.25rem;
}

.faq-content {
  margin: 0 20px 15px;
  color: rgba(11, 31, 58, 0.62);
  font-size: 0.9375rem;
  line-height: 1.65;
}

.faq-content p {
  margin: 0 0 0.75rem;
}

.faq-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .faqSection__title {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .faq-trigger {
    padding-left: 22px;
  }

  .faq-question {
    font-size: 0.9375rem;
    line-height: 1.4;
  }

  .faq-toggle {
    width: 2.75rem;
    height: 2.75rem;
  }

  .faqTab {
    font-size: 13px;
    padding: 8px 14px;
  }
}

@media (max-width: 560px) {
  .faqSection__title {
    font-size: 34px;
  }

  .faqPage__heroTitle {
    font-size: clamp(26px, 7vw, 32px);
  }

  .faqPage__heroSub {
    font-size: 14px;
    line-height: 1.6;
  }

  .faqTabs {
    gap: 8px;
    margin-bottom: 0.85rem;
  }

  .faqTab {
    font-size: 12px;
    padding: 7px 12px;
  }

  .faq-list {
    gap: 0.5rem;
  }

  .faq-trigger {
    padding: 8px 10px 8px 20px;
    gap: 0.65rem;
  }

  .faq-question {
    font-size: 0.8125rem;
    line-height: 1.45;
    font-weight: 600;
  }

  .faq-toggle {
    width: 2.25rem;
    height: 2.25rem;
  }

  .faq-toggle svg {
    width: 14px;
    height: 14px;
  }

  .faq-answer-inner {
    padding-top: 0.5rem;
  }

  .faq-content {
    margin-inline: 20px 14px;
    margin-bottom: 12px;
    font-size: 0.8125rem;
    line-height: 1.55;
  }
}

@media (prefers-reduced-motion: reduce) {

  .faq-item,
  .faq-item:hover {
    transition: none;
  }

  .faq-answer-wrap,
  .faq-toggle {
    transition: none;
  }
}

/* Decorative content panel (blog post body) */
.faqStage {
  position: relative;
  border-radius: 26px;
  border: 1px solid rgba(11, 31, 58, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(247, 249, 252, 0.9));
  box-shadow: 0 22px 80px rgba(11, 31, 58, 0.08);
  overflow: hidden;
  isolation: isolate;
}

.faqStage__grid {
  position: absolute;
  inset: -2px;
  background:
    linear-gradient(transparent 47px, rgba(var(--s-primary-rgb), 0.08) 48px),
    linear-gradient(90deg, transparent 47px, rgba(var(--s-primary-rgb), 0.08) 48px);
  background-size: 48px 48px;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
}

.faqStage__glow {
  position: absolute;
  inset: -30%;
  background: radial-gradient(520px 260px at 30% 20%, rgba(var(--s-primary-rgb), 0.12), transparent 58%);
  filter: blur(10px);
  opacity: 0.4;
  pointer-events: none;
  z-index: 0;
}

.tCarousel {
  display: grid;
  gap: 22px;
  justify-items: center;
}

.tStage {
  position: relative;
  width: min(420px, 100%);
  min-height: 340px;
  padding-top: 44px;
  display: grid;
  place-items: center;
  isolation: isolate;
  perspective: 1000px;
  transform: rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transform-style: preserve-3d;
  transition: transform 320ms var(--ease);
}

.tStage[data-tilt="1"] {
  will-change: transform;
}

.tStage__glow {
  display: none;
}

.tStack,
.tGhost,
.tCover,
.tStage__bg {
  display: none !important;
}

.tCard {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 52px 28px 32px;
  border-radius: 32px;
  background: #ffffff;
  border: none;
  box-shadow: 0 18px 50px rgba(11, 31, 58, 0.08);
  text-align: center;
  transform: translate3d(0, 0, 0);
  transition: transform 0.45s var(--ease), opacity 0.45s var(--ease);
  will-change: transform, opacity;
  overflow: visible;
}

.tCard__accent,
.tIndex,
.tVerified,
.tCard__foot,
.tCard__header {
  display: none !important;
}

.tAvatarWrap {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 4;
  transform: translate(-50%, -50%);
}

.tAvatar {
  width: 88px;
  height: 88px;
  border-radius: 999px;
  border: 4px solid #ffffff;
  box-shadow: 0 14px 36px rgba(11, 31, 58, 0.14);
  overflow: hidden;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--s-primary) 0%, var(--s-primary-dark) 100%);
}

.tAvatar__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tAvatar__initials {
  font-family: Poppins, Inter, sans-serif;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 0.04em;
  color: #fff;
}

.tCard__motion {
  position: relative;
  z-index: 2;
  padding: 0;
  will-change: transform;
}

.tCardSwitch {
  will-change: transform, opacity
}

.tCardSwitch--out {
  animation: tsOut 220ms var(--ease) forwards
}

.tCardSwitch--in {
  animation: tsIn 320ms var(--ease) forwards
}

/* Disable expensive effects while switching */
/* Keep background boxes continuous; only pause sheen on the card itself */
.tCardSwitch::after {
  opacity: 0 !important;
  animation: none !important
}

.tCarousel.is-ready .tCard__motion {
  animation: none;
}

/* Direction for switch */
.tCard[data-dir="next"] {
  --sx: 1
}

.tCard[data-dir="prev"] {
  --sx: -1
}

@keyframes tsOut {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }

  100% {
    opacity: 0;
    transform: translate3d(calc(var(--sx, 1) * -28px), 0, 0)
  }
}

@keyframes tsIn {
  0% {
    opacity: 0;
    transform: translate3d(calc(var(--sx, 1) * 28px), 0, 0)
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

.tCard::before,
.tCard::after {
  display: none;
}

.tCard--out::after {
  opacity: 0 !important;
  animation: none !important;
}

.tCarousel.is-swap .tCard {
  animation: none !important
}

.tCarousel.is-swap .tCard::after {
  opacity: 0 !important;
  animation: none !important
}

.tCarousel.is-swap .tGhost--left,
.tCarousel.is-swap .tGhost--right {
  animation: none !important
}

.tCard.is-animating {
  pointer-events: none
}

.tCard.is-entering {
  opacity: 0;
  filter: blur(2px);
}

.tCard.is-entering[data-dir="next"] {
  transform: translate3d(34px, 10px, 0) rotate(1.15deg) scale(.992);
}

.tCard.is-entering[data-dir="prev"] {
  transform: translate3d(-34px, 10px, 0) rotate(-1.15deg) scale(.992);
}

.tCard.is-in {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) rotate(0) scale(1);
}

.tCard--out {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(400px, 100%);
  max-width: 400px;
  z-index: 2;
  pointer-events: none;
  will-change: transform, opacity, filter;
  animation: cardOut 520ms var(--ease) forwards;
}

.tCard--out[data-dir="next"] {
  --out-x: -46px;
  --out-r: -1.25deg
}

.tCard--out[data-dir="prev"] {
  --out-x: 46px;
  --out-r: 1.25deg
}

.tCard--out {
  filter: none !important;
}

.tCard--out {
  /* Prevent “halo”/shadow flash during opacity animation */
  box-shadow: none !important;
}

/* During the swap, keep the active card shadow calmer (prevents pop) */
.tCarousel.is-swap .tCard {
  box-shadow:
    0 22px 78px rgba(11, 31, 58, .12),
    0 1px 0 rgba(255, 255, 255, .65) inset !important;
}

.tCarousel.is-swap .tGhost--left {
  transform: translateY(-50%) rotate(-12deg) translateX(-10px);
  opacity: .48
}

.tCarousel.is-swap .tGhost--right {
  transform: translateY(-50%) rotate(12deg) translateX(10px);
  opacity: .48
}

.tCarousel.is-swap .tGhost {
  opacity: .22;
  filter: blur(.25px)
}

.tCard__top {
  display: flex;
  gap: 14px;
  align-items: center;
}

.tWho {
  min-width: 0;
}

.tName {
  margin: 10px 0 0;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.3px;
  color: var(--deep-navy);
}

.tHandle {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(11, 31, 58, 0.52);
}

.tRating {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: #f2c94c;
  font-weight: 900;
}

.tScore {
  display: none !important;
}

.tCarousel.is-swap .tStar {
  animation: starPop 520ms var(--ease)
}

.tCarousel.is-swap .tScore {
  animation: scoreSlide 520ms var(--ease)
}

.tStar {
  font-size: 16px;
  line-height: 1
}

.tQuote {
  margin: 18px 0 0;
  padding: 0;
  border: none;
  color: rgba(11, 31, 58, 0.68);
  line-height: 1.7;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
}

.tQuote::before {
  display: none;
}

.tControls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(400px, 100%);
  padding: 14px 16px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: saturate(160%) blur(10px);
  box-shadow: 0 12px 36px rgba(11, 31, 58, 0.08);
}

.tControls__meta {
  flex: 1;
  min-width: 0;
  display: grid;
  gap: 12px;
}

.tControls__nav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.tMid {
  display: none;
}

.tProgress {
  width: 100%;
  max-width: 280px;
  height: 4px;
  border-radius: 999px;
  background: rgba(11, 31, 58, 0.08);
  overflow: hidden;
}

.tProgress__bar {
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--s-primary) 0%, var(--s-primary-dark) 100%);
  transform: translateZ(0);
}

.tBtn {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(11, 31, 58, 0.10);
  background: #fff;
  box-shadow: 0 8px 24px rgba(11, 31, 58, 0.08);
  display: grid;
  place-items: center;
  color: rgba(11, 31, 58, 0.78);
  cursor: pointer;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease);
}

.tBtn--primary {
  background: linear-gradient(145deg, var(--s-primary) 0%, var(--s-primary-dark) 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 12px 32px rgba(var(--s-primary-rgb), 0.32);
}

.tBtn:hover {
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 14px 32px rgba(11, 31, 58, 0.12);
}

.tBtn--primary:hover {
  box-shadow: 0 16px 40px rgba(var(--s-primary-rgb), 0.38);
}

.tBtn:active {
  transform: translate3d(0, 0, 0) scale(.98);
  box-shadow: 0 12px 36px rgba(11, 31, 58, .10);
}

.tBtn:focus-visible {
  outline: none;
  border-color: rgba(var(--s-primary-rgb), .38);
  box-shadow:
    0 18px 54px rgba(11, 31, 58, .12),
    0 0 0 5px rgba(234, 244, 255, .9);
}

.tBtn svg {
  width: 18px;
  height: 18px
}

.tDots {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 18px
}

.tDot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(11, 31, 58, .18);
  border: 1px solid rgba(11, 31, 58, .10);
  cursor: pointer;
  transition: transform .25s var(--ease), background .25s var(--ease), width .25s var(--ease), border-color .25s var(--ease), opacity .25s ease;
  opacity: .9;
}

.tDot:hover {
  transform: scale(1.08);
  opacity: 1
}

.tDot:focus-visible {
  outline: none;
  box-shadow: 0 0 0 5px rgba(234, 244, 255, .9);
  border-color: rgba(var(--s-primary-rgb), .35);
}

.tDot[aria-selected="true"] {
  width: 22px;
  background: linear-gradient(90deg, var(--s-primary), var(--s-primary-dark));
  border-color: rgba(var(--s-primary-rgb), 0.22);
  opacity: 1;
}

.tDot[aria-selected="true"] {
  animation: dotPulse 520ms var(--ease)
}

@keyframes cardOut {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) translate3d(0, 0, 0) rotate(0) scale(1)
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translate3d(var(--out-x, -46px), 14px, 0) rotate(var(--out-r, -1.25deg)) scale(.985)
  }
}

@keyframes starPop {
  0% {
    transform: translate3d(0, 0, 0) scale(1)
  }

  45% {
    transform: translate3d(0, -1px, 0) scale(1.08)
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1)
  }
}

@keyframes scoreSlide {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }

  35% {
    transform: translate3d(3px, -1px, 0);
    opacity: 1
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes dotPulse {
  0% {
    transform: translate3d(0, 0, 0) scale(1)
  }

  45% {
    transform: translate3d(0, 0, 0) scale(1.12)
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1)
  }
}

@keyframes cardFloat {

  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg)
  }

  50% {
    transform: translate3d(0, -6px, 0) rotate(-.15deg)
  }
}

@keyframes cardSheen {
  0% {
    transform: translate3d(-38%, 0, 0) rotate(12deg);
    opacity: 0
  }

  18% {
    opacity: .48
  }

  55% {
    opacity: .14
  }

  100% {
    transform: translate3d(38%, 0, 0) rotate(12deg);
    opacity: 0
  }
}

@keyframes ghostFloatL {

  0%,
  100% {
    transform: translateY(-50%) rotate(-10deg) translate3d(0, 0, 0)
  }

  50% {
    transform: translateY(-50%) rotate(-11.5deg) translate3d(-10px, -6px, 0)
  }
}

@keyframes ghostFloatR {

  0%,
  100% {
    transform: translateY(-50%) rotate(10deg) translate3d(0, 0, 0)
  }

  50% {
    transform: translateY(-50%) rotate(11.5deg) translate3d(10px, -6px, 0)
  }
}

@keyframes bgDrift {

  0%,
  100% {
    transform: translate3d(0, 0, 0)
  }

  50% {
    transform: translate3d(0, -10px, 0)
  }
}

@keyframes quoteBob {

  0%,
  100% {
    transform: translate3d(0, 0, 0)
  }

  50% {
    transform: translate3d(0, -5px, 0)
  }
}

@media (max-width: 980px) {
  .testimonials__title {
    font-size: 44px;
  }

  .tStage {
    min-height: 300px;
  }
}

@media (max-width: 700px) {
  .testimonials__title {
    font-size: 36px;
  }

  .tStage {
    min-height: auto;
    padding: 8px 0;
  }

  .tCard {
    width: 100%;
  }

  .tAvatar {
    width: 76px;
    height: 76px;
  }

  .tControls {
    flex-direction: column;
    align-items: stretch;
    margin-top: 10px;
    width: 100%;
  }

  .tControls__nav {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {

  .tCover,
  .tCard,
  .tGhost {
    transition: none !important
  }

  .tCard--out {
    animation: none !important
  }

  .tCarousel.is-swap .tStar,
  .tCarousel.is-swap .tScore,
  .tDot[aria-selected="true"] {
    animation: none !important
  }

  .tStage__bg,
  .tCarousel.is-ready .tStage,
  .tCarousel.is-ready .tCard,
  .tCarousel.is-ready .tGhost--left,
  .tCarousel.is-ready .tGhost--right,
  .tCarousel.is-ready .tCard::after,
  .tCarousel.is-ready .tQuote::before {
    animation: none !important
  }
}

.toolsOrbit {
  position: relative;
  width: min(980px, 100%);
  margin: 0 auto;
  height: 420px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.toolsOrbit__bg {
  position: absolute;
  inset: -40px;
  background:
    radial-gradient(420px 220px at 50% 46%, rgba(234, 244, 255, .95), transparent 68%),
    radial-gradient(520px 280px at 50% 56%, rgba(86, 204, 242, .10), transparent 62%),
    radial-gradient(860px 420px at 50% 60%, rgba(var(--s-primary-rgb), .08), transparent 70%);
  opacity: .95;
  z-index: 0;
}

.toolsOrbit--arc {
  height: 520px
}

.toolsArc {
  position: relative;
  width: min(980px, 100%);
  height: 360px;
  z-index: 1;
  transform: translateY(44px);
  pointer-events: none;
  /* keep motion smooth; hover handled by tiles only */
}

.toolsArc::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 62%;
  transform: translate(-50%, -50%);
  width: min(860px, 92%);
  height: 260px;
  border-radius: 999px;
  border: 1px solid rgba(11, 31, 58, .08);
  opacity: .35;
  mask-image: radial-gradient(ellipse at 50% 45%, rgba(0, 0, 0, 1) 56%, rgba(0, 0, 0, 0) 92%);
}

.toolsArc::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 62%;
  transform: translate(-50%, -50%);
  width: min(860px, 92%);
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(420px 160px at 50% 60%, rgba(234, 244, 255, .85), transparent 70%);
  opacity: .9;
  pointer-events: none;
}

/* Orbit-only tiles (not gallery showcase) */
.toolsArc .toolTile {
  position: absolute;
  left: 50%;
  top: 70%;
  width: 104px;
  height: 104px;
  border-radius: 26px;
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(11, 31, 58, .08);
  box-shadow:
    0 26px 80px rgba(11, 31, 58, .14),
    0 1px 0 rgba(255, 255, 255, .6) inset;
  display: grid;
  place-items: center;
  filter: blur(var(--b, 0px));
  will-change: transform, opacity, filter;
  transform:
    translate(-50%, -50%) translate3d(var(--x, 0px), var(--y, 0px), 0) rotate(var(--r, -8deg)) scale(var(--s, 1));
  opacity: var(--o, .98);
  transition: none;
  pointer-events: auto;
}

.toolsArc .toolTile::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 28px;
  border: 1px solid rgba(var(--s-primary-rgb), 0);
  box-shadow: 0 0 0 rgba(var(--s-primary-rgb), 0);
  opacity: 0;
  transition: opacity .2s ease, box-shadow .2s ease, border-color .2s ease;
  pointer-events: none;
}

.toolsArc .toolTile:hover {
  border-color: rgba(var(--s-primary-rgb), .22);
  background:
    radial-gradient(220px 140px at 30% 25%, rgba(234, 244, 255, .92), rgba(255, 255, 255, .86) 60%),
    linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(255, 255, 255, .84));
  filter: blur(0px);
  box-shadow:
    0 34px 96px rgba(11, 31, 58, .18),
    0 0 0 6px rgba(234, 244, 255, .55),
    0 1px 0 rgba(255, 255, 255, .65) inset;
}

.toolsArc .toolTile:hover::before {
  opacity: 1;
  border-color: rgba(var(--s-primary-rgb), .22);
  box-shadow:
    0 0 0 6px rgba(234, 244, 255, .55),
    0 26px 88px rgba(var(--s-primary-rgb), .18);
}

.toolsArc .toolTile:hover .toolTile__card {
  border-color: rgba(var(--s-primary-rgb), .18);
  box-shadow:
    0 18px 52px rgba(11, 31, 58, .14),
    0 0 0 10px rgba(234, 244, 255, .50);
}

.toolsArc .toolTile:hover .toolLogo {
  filter: saturate(1.08) contrast(1.02);
}

.toolsArc .toolTile__card {
  width: 68px;
  height: 68px;
  border-radius: 18px;
  background: rgba(247, 249, 252, .92);
  border: 1px solid rgba(11, 31, 58, .06);
  box-shadow: 0 16px 44px rgba(11, 31, 58, .10);
  display: grid;
  place-items: center;
}

.toolTile__inner {
  transform: rotate(var(--rNeg, 0deg));
  /* keep logos upright, synced */
  transform-origin: center;
  will-change: transform;
}

.toolLogo {
  width: 46px;
  height: 46px;
  display: block
}

.toolLogo--slack {
  width: 44px;
  height: 44px
}

.toolLogo--jira {
  width: 42px;
  height: 42px
}

.toolLogo--notion {
  width: 42px;
  height: 42px
}

/* caption removed (match sample) */

/* Rotation is driven by JS via --rot / --rotNeg */

@media (max-width: 980px) {
  .toolsOrbit {
    height: 380px
  }

  .toolsArc .toolTile {
    width: 96px;
    height: 96px;
    border-radius: 24px;
  }

  .toolsArc .toolTile__card {
    width: 64px;
    height: 64px;
    border-radius: 16px
  }
}

@media (max-width: 620px) {
  .toolsOrbit {
    height: 340px
  }

  .toolsArc .toolTile {
    width: 88px;
    height: 88px;
    border-radius: 22px;
  }

  .toolsArc .toolTile__card {
    width: 60px;
    height: 60px;
    border-radius: 16px
  }

  .toolLogo {
    width: 42px;
    height: 42px
  }
}

@media (prefers-reduced-motion: reduce) {
  .toolsArc .toolTile {
    transform: translate(-50%, -50%) translate3d(var(--x, 0px), var(--y, 0px), 0) rotate(var(--r, -8deg)) scale(var(--s, 1)) !important
  }

}

/* Services showcase (sample-style cards + animated mock media) */
.servicesShowcase {
  background: var(--white);
}

.servicesShowcase__head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 30px;
}

.servicesShowcase__title {
  font-family: Poppins, Inter, sans-serif;
  margin: 0;
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -0.7px;
  color: var(--deep-navy);
}

.servicesShowcase__subtitle {
  margin: 10px auto 0;
  color: rgba(11, 31, 58, .70);
  line-height: 1.7;
  max-width: 72ch;
}

.svcGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  align-items: stretch;
}

.svcCard {
  --svc-border: rgba(11, 31, 58, .06);
  --svc-border-hover: rgba(var(--s-primary-rgb), .18);
  --svc-bg-hover: #fafcff;
  --svc-glow: rgba(var(--s-primary-rgb), .08);
  --svc-radius: 52px;
  position: relative;
  isolation: isolate;
  border-radius: var(--svc-radius);
  background: var(--white);
  border: 1px solid var(--svc-border);
  box-shadow: none;
  transition:
    transform .35s var(--ease),
    box-shadow .35s var(--ease),
    border-color .35s var(--ease),
    background .35s var(--ease),
    border-radius .35s var(--ease);
}

@supports (background: color-mix(in srgb, white, white)) {
  .svcCard {
    --svc-bg-hover: color-mix(in srgb, var(--white) 92%, var(--soft-glow) 8%);
  }
}

/* Squircle-style soft corners (superellipse approximation) */
@supports (corner-shape: superellipse(1.35)) {
  .svcCard {
    corner-shape: superellipse(1.35);
    border-radius: 40px;
    --svc-radius: 40px;
  }
}

.svcCard::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  corner-shape: inherit;
  padding: 1px;
  background: linear-gradient(145deg,
      rgba(var(--s-primary-rgb), .22) 0%,
      rgba(86, 204, 242, .28) 50%,
      rgba(var(--s-primary-rgb), .22) 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s var(--ease);
  z-index: 0;
}

.svcCard__link {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  padding: 36px 32px 32px;
  color: inherit;
  text-decoration: none;
}

.svcCard__link--static {
  pointer-events: none;
}

.svcCard__link:focus-visible {
  outline: none;
}

.svcCard:hover,
.svcCard:focus-within {
  transform: translateY(-8px);
  border-color: var(--svc-border-hover);
  background: var(--svc-bg-hover);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, .08),
    0 4px 12px rgba(0, 0, 0, .04),
    0 0 0 1px var(--svc-glow);
}

.svcCard:hover::before,
.svcCard:focus-within::before {
  opacity: 1;
}

.svcCard:focus-within .svcCard__link:focus-visible {
  outline: 2px solid rgba(var(--s-primary-rgb), .45);
  outline-offset: 4px;
  border-radius: calc(var(--svc-radius) - 6px);
}

.svcCard__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: linear-gradient(145deg, rgba(var(--s-primary-rgb), .92) 0%, var(--accent-blue) 100%);
  color: #fff;
  margin-bottom: 22px;
  transition: background .35s var(--ease), box-shadow .35s var(--ease), transform .35s var(--ease);
}

.svcCard:hover .svcCard__icon,
.svcCard:focus-within .svcCard__icon {
  background: linear-gradient(145deg, var(--s-primary) 0%, var(--accent-blue) 100%);
  box-shadow: 0 8px 20px rgba(var(--s-primary-rgb), .28);
}

.svcCard__icon svg {
  width: 22px;
  height: 22px;
  display: block;
  flex-shrink: 0;
}

.svcCard__icon--svg svg {
  width: 22px;
  height: 22px;
  max-width: 22px;
  max-height: 22px;
}

.svcCard__icon--svg svg [stroke]:not([stroke="none"]) {
  stroke: currentColor;
}

.svcCard__icon--svg svg [fill]:not([fill="none"]) {
  fill: currentColor;
}

.svcCard__icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
}

/* ---------------- Service page (projects) ---------------- */
.servicePage {
  padding-top: 0;
  background: linear-gradient(180deg, #f0f2f6 0%, #fff 12%, #fff 100%);
}

.servicePage__container {
  max-width: 1100px;
}

.serviceHeroBand {
  background:
    radial-gradient(920px 520px at 50% 0%, rgba(99, 102, 241, 0.2), transparent 58%),
    radial-gradient(700px 380px at 50% -4%, rgba(var(--s-primary-rgb), 0.16), transparent 55%),
    linear-gradient(180deg, #071428 0%, #071428 42%, #0a1628 100%);
  padding: clamp(48px, 8vw, 88px) 0 clamp(40px, 6vw, 64px);
  margin-bottom: clamp(32px, 5vw, 48px);
}

@media (max-width: 767px) {
  .servicePage.section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .serviceHeroBand {
    padding-top: 20px;
    padding-bottom: 32px;
    margin-bottom: 28px;
  }
}

.serviceHero {
  position: relative;
  max-width: 820px;
}

.serviceHero__title {
  margin: 0 0 12px;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 900;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.8px;
  color: #fff;
}

.serviceHero__sub {
  margin: 0;
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.75;
  font-size: clamp(15px, 1.8vw, 17px);
}

.serviceHero__chips {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.serviceChip {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
  font-size: 13px;
}

.serviceHero__actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.serviceProjectsSection {
  padding-bottom: clamp(24px, 4vw, 40px);
}

/* Project showcase (service page — portfolio-style cards) */
.serviceProjectsSection__head {
  margin-bottom: 28px;
}

.projectShowcaseGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 100%;
}

@media (min-width: 1000px) {
  .projectShowcaseGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.projectShowcaseEmpty {
  margin: 0;
  padding: 48px 20px;
  text-align: center;
  color: rgba(11, 31, 58, .62);
  border-radius: 20px;
  border: 1px dashed rgba(11, 31, 58, .14);
  background: rgba(255, 255, 255, .72);
}

.projectShowcaseCard {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
  border-radius: 28px;
  background: #e8edf4;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
  box-shadow: 0 18px 56px rgba(11, 31, 58, .10);
}

.projectShowcaseCard:hover {
  transform: scale(1.02);
  box-shadow: 0 24px 64px rgba(11, 31, 58, .14);
}

.projectShowcaseCard__media {
  position: absolute;
  inset: 0;
  border-radius: 28px;
  overflow: hidden;
}

.projectShowcaseCard__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s var(--ease);
}

.projectShowcaseCard:hover .projectShowcaseCard__img {
  transform: scale(1.06);
}

.projectShowcaseCard__features {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: min(52%, 280px);
  pointer-events: none;
}

.projectShowcaseCard__feature {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .65);
  box-shadow: 0 6px 20px rgba(11, 31, 58, .12);
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(11, 31, 58, .88);
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.projectShowcaseCard__bar {
  --project-showcase-bar-inset: 0.65rem;
  position: absolute;
  bottom: var(--project-showcase-bar-inset);
  left: var(--project-showcase-bar-inset);
  right: var(--project-showcase-bar-inset);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 10px 12px;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .12);
  transform: translateY(calc(100% + var(--project-showcase-bar-inset)));
  opacity: 0;
  transition: transform 0.35s var(--ease), opacity 0.35s var(--ease);
  pointer-events: none;
}

.projectShowcaseCard:hover .projectShowcaseCard__bar,
.projectShowcaseCard:focus-visible .projectShowcaseCard__bar {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.projectShowcaseCard__barLeft {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
  min-width: 0;
}

.projectShowcaseCard__logo {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(var(--s-primary-rgb), .18), rgba(86, 204, 242, .22));
  color: var(--deep-navy);
  font-weight: 900;
  font-size: 1rem;
}

.projectShowcaseCard__text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.projectShowcaseCard__title {
  font-size: 1rem;
  font-weight: 800;
  color: var(--deep-navy);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.projectShowcaseCard__desc {
  font-size: 0.75rem;
  color: rgba(11, 31, 58, .68);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.45;
}

.projectShowcaseCard__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 14px 16px;
  border-radius: 30px;
  background: #e8edf4;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--deep-navy);
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease;
}

.projectShowcaseCard:hover .projectShowcaseCard__btn {
  background: var(--deep-navy);
  color: #fff;
}

@media (hover: none) {
  .projectShowcaseCard__bar {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
}

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

  .projectShowcaseCard__desc {
    display: none;
  }

  .projectShowcaseCard__btn {
    display: none;
  }
}

.svcCard__title {
  margin: 0 0 12px;
  font-family: Poppins, Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.3px;
  color: var(--deep-navy);
}

.svcCard__text {
  margin: 0;
  flex: 1;
  width: 100%;
  font-size: 15px;
  color: rgba(11, 31, 58, .62);
  line-height: 1.65;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.svcCard__more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}

.svcCard__moreBtn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--deep-navy);
  color: #fff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition:
    transform .35s var(--ease),
    background .35s var(--ease),
    box-shadow .35s var(--ease);
}

.svcCard__moreBtn svg {
  display: block;
  transition: transform .35s var(--ease);
}

.svcCard__moreLabel {
  font-size: 14px;
  font-weight: 700;
  color: var(--deep-navy);
  letter-spacing: -0.1px;
  transition: color .35s var(--ease);
}

.svcCard:hover .svcCard__moreBtn,
.svcCard:focus-within .svcCard__moreBtn {
  transform: scale(1.08) rotate(90deg);
  background: var(--s-primary);
  box-shadow: 0 6px 16px rgba(var(--s-primary-rgb), .28);
}

.svcCard:hover .svcCard__moreBtn svg,
.svcCard:focus-within .svcCard__moreBtn svg {
  transform: scale(1.05);
}

@media (prefers-reduced-motion: reduce) {

  .svcCard,
  .svcCard::before,
  .svcCard__moreBtn,
  .svcCard__moreBtn svg {
    transition: none !important;
  }

  .svcCard:hover,
  .svcCard:focus-within {
    transform: none;
  }

  .svcCard:hover .svcCard__moreBtn,
  .svcCard:focus-within .svcCard__moreBtn {
    transform: none;
  }
}

/* Mock UI blocks (animated like a gif, but pure CSS) */
.mock {
  width: min(320px, 88%);
  height: 150px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(11, 31, 58, .08);
  box-shadow: 0 18px 54px rgba(11, 31, 58, .10);
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}

.mock__tag {
  position: absolute;
  left: 12px;
  top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(11, 31, 58, .08);
  box-shadow: 0 14px 32px rgba(11, 31, 58, .10);
  color: rgba(11, 31, 58, .76);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: -0.1px;
  backdrop-filter: saturate(160%) blur(10px);
}

.mock__tagIcon {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(234, 244, 255, .95);
  border: 1px solid rgba(var(--s-primary-rgb), .14);
  color: var(--primary-blue);
}

.mock__tagIcon svg {
  width: 16px;
  height: 16px
}

.mock::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: linear-gradient(120deg, transparent 40%, rgba(var(--s-primary-rgb), .10), transparent 60%);
  transform: translateX(-30%);
  animation: mockShine 3.6s var(--ease) infinite;
  pointer-events: none;
}

.mock__topbar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px 10px;
}

.mock__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(11, 31, 58, .18);
}

.mock__pill {
  margin-left: auto;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(234, 244, 255, .95);
  border: 1px solid rgba(var(--s-primary-rgb), .14);
  color: rgba(11, 31, 58, .70);
}

/* Website mock (hero + cards) */
.mock--website {
  background:
    radial-gradient(260px 150px at 50% 35%, rgba(234, 244, 255, .95), rgba(255, 255, 255, .86) 62%),
    linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .86));
}

.mock__hero {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  top: 50px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(247, 249, 252, .92), rgba(255, 255, 255, .92));
  border: 1px solid rgba(11, 31, 58, .06);
  padding: 12px;
  overflow: hidden;
}

.mock__heroTitle {
  height: 10px;
  width: 62%;
  border-radius: 999px;
  background: rgba(11, 31, 58, .12);
  margin-bottom: 10px;
}

.mock__heroLine {
  height: 8px;
  width: 86%;
  border-radius: 999px;
  background: rgba(11, 31, 58, .08);
  margin-bottom: 8px;
}

.mock__heroLine--short {
  width: 70%
}

.mock__ctaBtn {
  margin-top: 10px;
  width: 112px;
  height: 34px;
  border-radius: 12px;
  background: var(--signature-grad);
  box-shadow: 0 14px 28px rgba(var(--s-primary-rgb), .18);
  animation: ctaPulse 2.9s var(--ease) infinite;
}

.mock__tiles {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.mock__tiles .tile {
  height: 44px;
  border-radius: 14px;
  background: rgba(234, 244, 255, .85);
  border: 1px solid rgba(var(--s-primary-rgb), .10);
  box-shadow: 0 14px 32px rgba(11, 31, 58, .06);
  transform-origin: center;
  animation: tileFloat 3.8s ease-in-out infinite;
}

.mock__tiles .t1 {
  animation-delay: 0ms
}

.mock__tiles .t2 {
  animation-delay: 160ms
}

.mock__tiles .t3 {
  animation-delay: 320ms
}

/* Legacy chart (kept for other uses) */
.mock__chart {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  top: 50px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding: 10px 6px;
  border-radius: 12px;
  background: rgba(247, 249, 252, .9);
  border: 1px solid rgba(11, 31, 58, .06);
}

.mock__chart .bar {
  width: 16%;
  border-radius: 10px 10px 8px 8px;
  background: linear-gradient(180deg, rgba(var(--s-primary-rgb), .90), rgba(86, 204, 242, .75));
  opacity: .9;
  transform-origin: bottom;
  animation: barPulse 2.9s var(--ease) infinite;
}

.mock__chart .b1 {
  height: 48%;
  animation-delay: 0ms
}

.mock__chart .b2 {
  height: 72%;
  animation-delay: 120ms
}

.mock__chart .b3 {
  height: 58%;
  animation-delay: 240ms
}

.mock__chart .b4 {
  height: 84%;
  animation-delay: 360ms
}

.mock__chart .b5 {
  height: 64%;
  animation-delay: 480ms
}

/* Dashboard mock */
.mock--dashboard {
  background:
    radial-gradient(260px 160px at 50% 35%, rgba(234, 244, 255, .95), rgba(255, 255, 255, .88) 62%),
    linear-gradient(180deg, rgba(255, 255, 255, .90), rgba(255, 255, 255, .86));
}

.dash {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  top: 50px;
  border-radius: 12px;
  background: rgba(247, 249, 252, .92);
  border: 1px solid rgba(11, 31, 58, .06);
  display: grid;
  grid-template-columns: 72px 1fr;
  overflow: hidden;
}

.dash__side {
  background: linear-gradient(180deg, rgba(234, 244, 255, .95), rgba(247, 249, 252, .92));
  border-right: 1px solid rgba(11, 31, 58, .06);
  position: relative;
}

.dash__side::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 14px;
  right: 12px;
  height: 8px;
  border-radius: 999px;
  background: rgba(11, 31, 58, .10);
  box-shadow:
    0 18px 0 rgba(11, 31, 58, .08),
    0 36px 0 rgba(11, 31, 58, .07),
    0 54px 0 rgba(11, 31, 58, .06);
}

.dash__main {
  padding: 12px
}

.dash__kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.dash__kpis .kpi {
  height: 34px;
  border-radius: 12px;
  border: 1px solid rgba(var(--s-primary-rgb), .12);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 14px 30px rgba(11, 31, 58, .06);
  position: relative;
  overflow: hidden;
}

.dash__kpis .kpi::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 18px;
  height: 18px;
  border-radius: 8px;
  background: var(--signature-grad);
  opacity: .9;
}

.dash__graph {
  margin-top: 12px;
  height: 64px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(11, 31, 58, .06);
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 10px 10px 12px;
  overflow: hidden;
}

.dash__graph .g {
  width: 18%;
  border-radius: 10px 10px 8px 8px;
  background: linear-gradient(180deg, rgba(var(--s-primary-rgb), .85), rgba(86, 204, 242, .70));
  transform-origin: bottom;
  animation: barPulse 2.9s var(--ease) infinite;
  opacity: .9;
}

.dash__graph .g1 {
  height: 38%;
  animation-delay: 0ms
}

.dash__graph .g2 {
  height: 66%;
  animation-delay: 120ms
}

.dash__graph .g3 {
  height: 48%;
  animation-delay: 240ms
}

.dash__graph .g4 {
  height: 78%;
  animation-delay: 360ms
}

.dash__graph .g5 {
  height: 56%;
  animation-delay: 480ms
}

/* Automation flow mock */
.mock--flow {
  background:
    radial-gradient(260px 160px at 50% 35%, rgba(234, 244, 255, .95), rgba(255, 255, 255, .88) 62%),
    linear-gradient(180deg, rgba(255, 255, 255, .90), rgba(255, 255, 255, .86));
}

.flow {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  top: 50px;
  border-radius: 12px;
  background: rgba(247, 249, 252, .92);
  border: 1px solid rgba(11, 31, 58, .06);
  overflow: hidden;
}

.flow .node {
  position: absolute;
  width: 54px;
  height: 38px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(var(--s-primary-rgb), .14);
  box-shadow: 0 16px 40px rgba(11, 31, 58, .08);
}

.flow .node::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 10px;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  background: var(--signature-grad);
  opacity: .88;
}

.flow .n1 {
  left: 18px;
  top: 18px
}

.flow .n2 {
  right: 18px;
  top: 18px
}

.flow .n3 {
  left: 18px;
  bottom: 18px
}

.flow .n4 {
  right: 18px;
  bottom: 18px
}

.flow__line {
  position: absolute;
  height: 2px;
  background: rgba(var(--s-primary-rgb), .22);
  border-radius: 999px;
}

.flow__line.l1 {
  left: 72px;
  right: 72px;
  top: 38px
}

.flow__line.l2 {
  left: 72px;
  right: 72px;
  bottom: 38px
}

.flow__line.l3 {
  width: 2px;
  height: auto;
  top: 56px;
  bottom: 56px;
  left: 50%;
  transform: translateX(-1px);
  background: rgba(86, 204, 242, .20);
}

.flow__pulse {
  position: absolute;
  left: 72px;
  top: 37px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--signature-grad);
  box-shadow: 0 0 0 8px rgba(234, 244, 255, .55);
  animation: flowPulse 2.6s var(--ease) infinite;
}

/* Mobile app mock */
.mock--mobile {
  background:
    radial-gradient(260px 160px at 50% 35%, rgba(234, 244, 255, .95), rgba(255, 255, 255, .88) 62%),
    linear-gradient(180deg, rgba(255, 255, 255, .90), rgba(255, 255, 255, .86));
}

.phone {
  position: absolute;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
  width: 148px;
  height: 208px;
  border-radius: 28px;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(11, 31, 58, .10);
  box-shadow: 0 26px 64px rgba(11, 31, 58, .14);
  overflow: hidden;
}

.phone::before {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(200px 120px at 30% 25%, rgba(var(--s-primary-rgb), .22), transparent 55%),
    radial-gradient(220px 140px at 70% 80%, rgba(86, 204, 242, .18), transparent 55%);
  opacity: .45;
  pointer-events: none;
}

.phone__notch {
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  width: 62px;
  height: 16px;
  border-radius: 999px;
  background: rgba(11, 31, 58, .10);
}

.phone__screen {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 34px;
  bottom: 12px;
  border-radius: 20px;
  background: rgba(247, 249, 252, .92);
  border: 1px solid rgba(11, 31, 58, .06);
  overflow: hidden;
  padding: 12px;
}

.phone__hero {
  height: 46px;
  border-radius: 16px;
  background: var(--signature-grad);
  box-shadow: 0 16px 40px rgba(var(--s-primary-rgb), .20);
  animation: ctaPulse 2.9s var(--ease) infinite;
}

.phone__row {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.phone__row .app {
  height: 24px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(var(--s-primary-rgb), .12);
  box-shadow: 0 12px 28px rgba(11, 31, 58, .08);
  position: relative;
  overflow: hidden;
  transform-origin: center;
  animation: tileFloat 3.8s ease-in-out infinite;
}

.phone__row .app::after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 7px;
  background: var(--signature-grad);
  opacity: .85;
}

.phone__row .a2 {
  animation-delay: 140ms
}

.phone__row .a3 {
  animation-delay: 280ms
}

.phone__row .a4 {
  animation-delay: 420ms
}

.phone__card {
  margin-top: 12px;
  height: 58px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .90);
  border: 1px solid rgba(11, 31, 58, .06);
  box-shadow: 0 18px 46px rgba(11, 31, 58, .08);
  position: relative;
  overflow: hidden;
}

.phone__card::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 14px;
  width: 72%;
  height: 8px;
  border-radius: 999px;
  background: rgba(11, 31, 58, .10);
  box-shadow: 0 16px 0 rgba(11, 31, 58, .08);
}

@keyframes mockShine {
  0% {
    transform: translateX(-38%) rotate(10deg);
    opacity: .0
  }

  20% {
    opacity: .55
  }

  50% {
    opacity: .20
  }

  100% {
    transform: translateX(38%) rotate(10deg);
    opacity: 0
  }
}

@keyframes barPulse {

  0%,
  100% {
    transform: scaleY(.88);
    filter: saturate(1)
  }

  50% {
    transform: scaleY(1.05);
    filter: saturate(1.05)
  }
}

@keyframes ctaPulse {

  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(.99)
  }

  50% {
    transform: translate3d(0, -2px, 0) scale(1.02)
  }
}

@keyframes tileFloat {

  0%,
  100% {
    transform: translate3d(0, 0, 0)
  }

  50% {
    transform: translate3d(0, -6px, 0)
  }
}

@keyframes flowPulse {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: .95
  }

  50% {
    transform: translate3d(calc(100% + 74px), 0, 0);
    opacity: .95
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: .95
  }
}

@media (max-width: 980px) {
  .svcGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px
  }

  .servicesShowcase__title {
    font-size: 44px
  }

  .svcCard__link {
    padding: 32px 26px 28px
  }

  .svcCard {
    --svc-radius: 44px
  }

  .svcCard__title {
    font-size: 20px
  }
}

@media (max-width: 560px) {
  .svcGrid {
    grid-template-columns: 1fr
  }

  .servicesShowcase__title {
    font-size: 38px
  }
}

@media (prefers-reduced-motion: reduce) {

  .mock::before,
  .mock__chart .bar,
  .dash__graph .g,
  .mock__ctaBtn,
  .mock__tiles .tile,
  .flow__pulse,
  .phone__hero,
  .phone__row .app {
    animation: none !important
  }
}

/* about badge → .s-badge */

.about__title {
  margin: 14px 0 12px;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 800;
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: -0.6px;
  color: var(--deep-navy);
}

.about__text {
  margin: 0 0 12px;
  max-width: 68ch;
  color: rgba(11, 31, 58, .76);
  line-height: 1.75;
}

.about__list {
  margin: 14px 0 22px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.about__list li {
  position: relative;
  padding-left: 28px;
  color: rgba(11, 31, 58, .78);
}

.about__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: rgba(var(--s-primary-rgb), .10);
  border: 1px solid rgba(var(--s-primary-rgb), .28);
  box-shadow: 0 6px 18px rgba(11, 31, 58, .08);
}

.about__list li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--signature-grad);
}

.about__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 800;
  color: var(--deep-navy);
}

.about__ctaIcon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--signature-grad);
  color: #fff;
  box-shadow: 0 14px 28px rgba(var(--s-primary-rgb), .20);
  transform: translateZ(0);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}

.about__cta:hover .about__ctaIcon {
  transform: translate3d(2px, -2px, 0) scale(1.02);
  box-shadow: 0 18px 34px rgba(var(--s-primary-rgb), .24);
}

.about__actions {
  margin-top: 8px;
}

.about__actions .btn svg {
  flex-shrink: 0;
}

/* About full page */
.aboutPage {
  padding: 0 0 0;
  background: #eef1f4;
}

.aboutPage__container {
  max-width: 1100px;
}

.aboutPage__heroBand {
  background:
    radial-gradient(920px 520px at 50% 0%, rgba(99, 102, 241, 0.2), transparent 58%),
    radial-gradient(700px 380px at 50% -4%, rgba(var(--s-primary-rgb), 0.16), transparent 55%),
    linear-gradient(180deg, #071428 0%, #071428 42%, #0a1628 100%);
  padding: clamp(48px, 8vw, 88px) 0 clamp(40px, 6vw, 64px);
  margin-bottom: clamp(28px, 4vw, 40px);
}

.aboutPage__hero {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(18px, 3vw, 28px);
}

.aboutPage__hero .s-badge--on-dark {
  margin-bottom: 0;
  width: fit-content;
  max-width: 100%;
}

.aboutPage__heroTitle {
  margin: 0;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 800;
  font-size: clamp(26px, 3.8vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.6px;
  color: #fff;
}

.aboutPage__heroMuted {
  opacity: 0.78;
}

.aboutPage__heroSub {
  margin: 0 auto;
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.75;
  font-size: clamp(15px, 1.8vw, 17px);
}

.aboutPage__stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(28px, 5vw, 48px);
  margin-top: clamp(8px, 2vw, 16px);
}

.aboutPage__stat {
  text-align: center;
  min-width: 100px;
}

.aboutPage__statNum {
  display: block;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 800;
  font-size: clamp(26px, 3vw, 32px);
  color: #fff;
  line-height: 1.1;
}

.aboutPage__statLabel {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
}

.aboutPage__body {
  padding-bottom: clamp(48px, 6vw, 72px);
}

.aboutPage__who {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(32px, 5vw, 48px);
  align-items: start;
  margin-bottom: clamp(48px, 6vw, 72px);
}

.aboutPage__whoText {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.aboutPage__whoText .s-badge {
  margin-bottom: 8px;
  width: fit-content;
  max-width: 100%;
}

.aboutPage__sectionTitle {
  margin: 8px 0 16px;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.6vw, 32px);
  line-height: 1.12;
  letter-spacing: -0.5px;
  color: var(--deep-navy);
}

.aboutPage__sectionTitle .emphasis {
  color: var(--s-primary);
}

.aboutPage__text {
  margin: 0 0 18px;
  color: rgba(11, 31, 58, 0.76);
  line-height: 1.75;
  font-size: 15.5px;
}

.aboutPage__quote {
  margin: 18px 0 20px;
  padding: 16px 20px;
  background: rgba(var(--s-primary-rgb), 0.08);
  border-left: 4px solid var(--s-primary);
  border-radius: 0 12px 12px 0;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  color: var(--s-primary-dark);
  line-height: 1.65;
}

.aboutPage__list {
  margin-top: 8px;
}

.aboutPage__sectionSub {
  margin: 0 0 28px;
  max-width: 62ch;
  color: rgba(11, 31, 58, 0.68);
  line-height: 1.7;
  font-size: 15.5px;
}

.aboutPage__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.aboutPage__infoCard {
  background: var(--white);
  border: 1px solid rgba(11, 31, 58, 0.1);
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
  box-shadow: 0 8px 28px rgba(11, 31, 58, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.aboutPage__infoNum {
  display: block;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 800;
  font-size: clamp(36px, 4.5vw, 44px);
  color: var(--s-primary);
  line-height: 1;
}

.aboutPage__infoLabel {
  display: block;
  margin-top: 0;
  font-size: 13px;
  color: rgba(11, 31, 58, 0.62);
}

.aboutPage__tech {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.aboutPage__tech .s-badge {
  margin-bottom: 8px;
  width: fit-content;
  max-width: 100%;
}

.aboutPage__techTags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.aboutPage__techTag {
  background: var(--white);
  border: 1px solid rgba(11, 31, 58, 0.1);
  border-radius: 10px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 600;
  color: var(--deep-navy);
}

.aboutPage__ctaBand {
  background:
    radial-gradient(700px 380px at 50% 0%, rgba(var(--s-primary-rgb), 0.22), transparent 55%),
    linear-gradient(135deg, #071428 0%, var(--s-primary-dark) 55%, var(--s-primary) 100%);
  padding: clamp(56px, 7vw, 72px) 0;
  text-align: center;
}

.aboutPage__ctaTitle {
  margin: 0 0 12px;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 4vw, 36px);
  color: #fff;
  letter-spacing: -0.5px;
}

.aboutPage__ctaSub {
  margin: 0 auto 28px;
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
  font-size: 16px;
}

.aboutPage__ctaActions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

@media (max-width: 900px) {
  .aboutPage__who {
    grid-template-columns: 1fr;
  }

  .aboutPage__cards {
    max-width: 420px;
  }
}

@media (max-width: 600px) {
  .aboutPage__cards {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .aboutPage__stats {
    gap: 20px;
  }

  .aboutPage__ctaActions .btn {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .about__grid {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .about__collage {
    order: 2;
    margin: 0 auto;
    width: min(520px, 100%);
  }

  .aboutCard--lg {
    left: 0;
    right: auto
  }

  .aboutCard--md {
    right: 0
  }

  .aboutCard--sm {
    left: 52px
  }

  .about__title {
    font-size: 38px
  }
}

@media (max-width: 560px) {
  .about__collage {
    max-width: 100%;
  }

  .aboutCard--lg {
    width: 100%;
    height: 240px
  }

  .aboutCard--md {
    width: 220px;
    height: 180px;
    top: 150px
  }

  .aboutCard--sm {
    width: 250px;
    height: 175px;
    left: 16px
  }

  .about__title {
    font-size: 34px
  }
}

.trustSection {
  padding: 28px 0 18px;
  background: var(--white);
}

.trust {
  margin: 0
}

.trustSection--inHero {
  padding: 0 48px;
  background: transparent;
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  transform: none;
  width: auto;
  z-index: 3;
}

.trustSection--inHero .trust__box {
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  border: none;
  padding: 0;
  border-radius: 0;
}

/* Trust inside hero: clean, no background blocks */
.trustSection--inHero .trust__label {
  background: transparent;
  border: none;
  padding: 0;
  max-width: none;
  margin: 0 auto 18px;
  color: rgba(11, 31, 58, .72);
}

.trustSection--inHero .trust__rail {
  border-top: none;
  padding-top: 0;
  max-width: 100%;
  margin: 0 auto;
  padding-left: clamp(88px, 10vw, 140px);
  padding-right: clamp(88px, 10vw, 140px);
}

.trustSection--inHero .trust__rail::before,
.trustSection--inHero .trust__rail::after {
  width: 64px;
}

.trustSection--inHero .trust__logo {
  opacity: .85;
}

.trust__box {
  border: 1px solid rgba(234, 244, 255, .95);
  border-radius: 18px;
  padding: 18px 18px 12px;
  background:
    radial-gradient(900px 240px at 50% 0%, rgba(234, 244, 255, .55), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, 1));
  box-shadow: 0 10px 28px rgba(11, 31, 58, .05);
}

.trust__label {
  font-size: 14px;
  font-weight: 600;
  color: rgba(11, 31, 58, .78);
  margin: 0 auto 14px;
  text-align: center;
  max-width: 520px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(234, 244, 255, .75);
  border: 1px solid rgba(var(--s-primary-rgb), .12);
}

.trust__rail {
  position: relative;
  overflow: hidden;
  padding: 8px 0;
  border-top: 1px solid rgba(234, 244, 255, .95);
  padding-top: 14px;
}

.trust__rail::before,
.trust__rail::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 84px;
  pointer-events: none;
  z-index: 2;
}

.trust__rail::before {
  left: 0;
  background: linear-gradient(90deg, var(--white), rgba(255, 255, 255, 0));
}

.trust__rail::after {
  right: 0;
  background: linear-gradient(270deg, var(--white), rgba(255, 255, 255, 0));
}

.trust__track {
  display: flex;
  gap: 28px;
  width: max-content;
  align-items: center;
  animation: trustMarquee 22s linear infinite;
}

.trust__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: .01em;
  color: rgba(11, 31, 58, .78);
  opacity: .82;
  filter: grayscale(1);
  transition: opacity .25s ease, filter .25s ease, transform .25s ease, color .25s ease;
  user-select: none;
  white-space: nowrap;
}

.trust__mark {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(11, 31, 58, .08);
  color: rgba(11, 31, 58, .70);
  box-shadow: 0 8px 18px rgba(11, 31, 58, .05);
}

.trust__mark svg {
  width: 18px;
  height: 18px;
  display: block
}

.trust__logo:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: scale(1.05);
  color: rgba(11, 31, 58, .78);
}

.trust__logoLink {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.trust__logoImg {
  display: block;
  height: 32px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}

.blogPage__empty {
  margin: 0;
  padding: 24px 20px;
  border-radius: 14px;
  border: 1px solid rgba(11, 31, 58, 0.08);
  background: rgba(247, 249, 252, 0.9);
  color: rgba(11, 31, 58, 0.62);
  font-size: 15px;
  line-height: 1.65;
  text-align: center;
}

/* Marquee disabled by default (prevents blank gaps in some cases).
   If you want it later, we can enable with a class toggle. */

.site-footer {
  position: relative;
  padding: 56px 0 26px;
  border-top: 1px solid rgba(var(--s-primary-rgb), .22);
  background:
    radial-gradient(900px 340px at 50% -10%, rgba(86, 204, 242, .10), transparent 62%),
    radial-gradient(760px 320px at 20% 10%, rgba(var(--s-primary-rgb), .10), transparent 62%),
    linear-gradient(180deg, #0B0F18 0%, #070A12 100%);
  color: rgba(255, 255, 255, .88);
}

.site-footer__wrap {
  position: relative
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: clamp(28px, 4vw, 48px);
  padding-bottom: clamp(28px, 4vw, 40px);
}

.footerBrand {
  max-width: 300px;
}

.footerBrand__logoLink {
  display: inline-block;
  text-decoration: none;
}

.footerBrand__logo {
  display: block;
  width: min(160px, 88%);
  height: auto;
}

.footerBrand__tagline {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

.footerBrand__social {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.footerCol__title {
  margin: 0 0 16px;
  font-family: Poppins, Inter, sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--s-light-primary);
}

.footerLink {
  display: block;
  text-decoration: none;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding: 5px 0;
  transition: color .25s var(--ease);
}

.footerLink:hover {
  color: #fff;
}

.footerContact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.footerContact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.footerContact__icon {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  color: rgba(255, 255, 255, .55);
}

.footerContact__icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

.footerContact__text {
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  text-decoration: none;
}

a.footerContact__text:hover {
  color: #fff;
}

.footerSocialRow {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footerSocial {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .06);
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, .88);
  transition: transform .25s var(--ease), background .25s var(--ease), border-color .25s var(--ease);
  text-decoration: none;
}

.footerSocial--sm {
  width: 36px;
  height: 36px;
}

.footerSocial--sm svg {
  width: 16px;
  height: 16px;
}

.footerSocial--lg {
  width: 44px;
  height: 44px;
}

.footerSocial--lg svg {
  width: 20px;
  height: 20px;
}

.footerSocial:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .1);
  border-color: rgba(86, 204, 242, .28);
}

.site-footer__bottom {
  margin-top: 8px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .10);
  text-align: center;
}

.site-footer__copy {
  margin: 0;
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
  }

  .footerBrand {
    grid-column: 1 / -1;
    max-width: 360px;
  }
}

@media (max-width: 560px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footerBrand {
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  /* no footer animations */
}

/* Admin auth screens */
body.admin .site-header {
  position: sticky
}

.admin-auth {
  min-height: calc(100vh - 70px);
  display: grid;
  place-items: center;
  padding: 88px 0;
  background:
    radial-gradient(900px 420px at 50% 35%, rgba(234, 244, 255, 0.8), transparent 60%),
    radial-gradient(820px 420px at 60% 65%, rgba(86, 204, 242, .10), transparent 65%),
    #fff;
}

.admin-auth__card {
  width: min(520px, calc(100% - 48px));
  background: #fff;
  border: 1px solid rgba(234, 244, 255, 1);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(11, 31, 58, .10);
  padding: 28px;
}

.admin-auth__title {
  font-family: Poppins, Inter, sans-serif;
  margin: 0;
  font-size: 32px;
  letter-spacing: -0.3px;
}

.admin-auth__subtitle {
  margin: 6px 0 18px;
  color: var(--medium-gray)
}

.form {
  display: grid;
  gap: 14px
}

.field {
  display: grid;
  gap: 6px
}

.field__label {
  font-size: 14px;
  font-weight: 500;
  color: var(--medium-gray)
}

.input {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(11, 31, 58, .14);
  outline: none;
  font: inherit;
}

.input:focus {
  border-color: rgba(var(--s-primary-rgb), .45);
  box-shadow: 0 0 0 4px rgba(234, 244, 255, 0.9);
}

.check {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(11, 31, 58, .8);
  font-size: 14px
}

.btn--full {
  width: 100%
}

.alert {
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 14px
}

.alert--danger {
  background: rgba(255, 0, 0, .06);
  border: 1px solid rgba(255, 0, 0, .18);
  color: rgba(120, 0, 0, .9)
}

.alert--success {
  background: rgba(0, 160, 60, .08);
  border: 1px solid rgba(0, 160, 60, .18);
  color: rgba(0, 90, 30, .95)
}

/* Admin flash toast (bottom center) */
.adminToastHost {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 10050;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: min(420px, calc(100vw - 32px));
  pointer-events: none;
}

.adminToast {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(11, 31, 58, 0.08);
  box-shadow:
    0 4px 12px rgba(11, 31, 58, 0.08),
    0 16px 40px rgba(11, 31, 58, 0.14);
  opacity: 0;
  transform: translateY(16px) scale(0.98);
  transition:
    opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.adminToast.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.adminToast.is-leaving {
  opacity: 0;
  transform: translateY(10px) scale(0.98);
}

.adminToast--success {
  border-left: 4px solid #16a34a;
}

.adminToast--success .adminToast__icon {
  color: #16a34a;
}

.adminToast--error {
  border-left: 4px solid #dc2626;
}

.adminToast--error .adminToast__icon {
  color: #dc2626;
}

.adminToast__icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}

.adminToast__message {
  flex: 1;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--deep-navy);
}

.adminToast__close {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(11, 31, 58, 0.06);
  font-size: 18px;
  line-height: 1;
  color: rgba(11, 31, 58, 0.5);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.adminToast__close:hover {
  background: rgba(11, 31, 58, 0.1);
  color: var(--deep-navy);
}

@media (max-width: 560px) {
  .adminToastHost {
    bottom: 18px;
    width: calc(100vw - 24px);
  }
}

.admin-auth__hint {
  margin-top: 12px;
  font-size: 14px
}

/* Admin login — split layout */
body.admin.admin--loginPage {
  background: #f3f5f9;
}

.adminLoginMain {
  min-height: 100vh;
  padding: 0;
}

.admin-login {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: clamp(16px, 3vw, 32px);
  background:
    radial-gradient(900px 420px at 20% 30%, rgba(234, 244, 255, 0.9), transparent 58%),
    radial-gradient(820px 420px at 80% 70%, rgba(86, 204, 242, 0.12), transparent 62%),
    #eef1f6;
}

.admin-login__shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  width: min(1080px, 100%);
  min-height: min(640px, calc(100vh - 48px));
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(11, 31, 58, 0.12);
  border: 1px solid rgba(11, 31, 58, 0.06);
}

.admin-login__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(24px, 4vw, 40px);
  background:
    radial-gradient(520px 320px at 30% 20%, rgba(var(--s-primary-rgb), 0.12), transparent 62%),
    linear-gradient(160deg, #eef4ff 0%, #f7f9fc 48%, #eef6ff 100%);
}

.admin-login__visualCard {
  width: 100%;
  max-width: 440px;
}

.admin-login__visualImg {
  display: block;
  width: 100%;
  height: auto;
}

.admin-login__panel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(28px, 5vw, 48px) clamp(24px, 4vw, 40px);
}

.admin-login__formWrap {
  width: min(400px, 100%);
}

.admin-login__back {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(11, 31, 58, 0.55);
  text-decoration: none;
  transition: color 0.2s var(--ease);
}

.admin-login__back:hover {
  color: var(--s-primary);
}

.admin-login__title {
  margin: 0 0 8px;
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(32px, 4vw, 40px);
  font-weight: 800;
  letter-spacing: -0.5px;
  color: var(--deep-navy);
}

.admin-login__titleAccent {
  color: var(--s-primary);
}

.admin-login__subtitle {
  margin: 0 0 28px;
  font-size: 14px;
  color: rgba(11, 31, 58, 0.55);
}

.admin-login__alert {
  margin-bottom: 18px;
}

.admin-login__form {
  display: grid;
  gap: 20px;
}

.admin-login__field {
  display: grid;
  gap: 8px;
}

.admin-login__label {
  font-size: 14px;
  font-weight: 600;
  color: var(--deep-navy);
}

.admin-login__inputWrap {
  position: relative;
  display: flex;
  align-items: center;
}

.admin-login__inputIcon {
  position: absolute;
  left: 16px;
  width: 20px;
  height: 20px;
  color: rgba(11, 31, 58, 0.42);
  pointer-events: none;
}

.admin-login__inputIcon svg {
  display: block;
  width: 20px;
  height: 20px;
}

.admin-login__input {
  width: 100%;
  padding: 14px 48px 14px 48px;
  border: 1px solid rgba(11, 31, 58, 0.1);
  border-radius: 999px;
  background: #f8fafc;
  font: inherit;
  font-size: 14px;
  color: var(--deep-navy);
  outline: none;
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease), background 0.2s var(--ease);
}

.admin-login__input::placeholder {
  color: rgba(11, 31, 58, 0.38);
}

.admin-login__input:focus {
  border-color: rgba(var(--s-primary-rgb), 0.45);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(var(--s-primary-rgb), 0.12);
}

.admin-login__togglePwd {
  position: absolute;
  right: 12px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: rgba(11, 31, 58, 0.45);
  cursor: pointer;
  display: grid;
  place-items: center;
}

.admin-login__togglePwd:hover {
  color: var(--s-primary);
  background: rgba(var(--s-primary-rgb), 0.06);
}

.admin-login__eye {
  width: 20px;
  height: 20px;
}

.admin-login__eye--hide {
  display: none;
}

.admin-login__togglePwd.is-visible .admin-login__eye--show {
  display: none;
}

.admin-login__togglePwd.is-visible .admin-login__eye--hide {
  display: block;
}

.admin-login__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.admin-login__remember {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(11, 31, 58, 0.72);
  cursor: pointer;
}

.admin-login__remember input {
  width: 16px;
  height: 16px;
  accent-color: var(--s-primary);
}

.admin-login__submit {
  width: 100%;
  margin-top: 4px;
  padding: 15px 24px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--s-primary) 0%, var(--accent-blue) 100%);
  color: #fff;
  font-family: Poppins, Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(var(--s-primary-rgb), 0.28);
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), filter 0.2s var(--ease);
}

.admin-login__submit:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 18px 38px rgba(var(--s-primary-rgb), 0.34);
}

.admin-login__footer {
  margin: 24px 0 0;
  text-align: center;
  font-size: 14px;
  color: rgba(11, 31, 58, 0.58);
}

.admin-login__footer a {
  color: var(--s-primary);
  font-weight: 700;
  text-decoration: none;
}

.admin-login__footer a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .admin-login__shell {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .admin-login__visual {
    min-height: 220px;
    padding: 24px;
  }

  .admin-login__visualCard {
    max-width: 320px;
  }

  .admin-login__panel {
    padding: 32px 24px 40px;
  }
}

@media (max-width: 480px) {
  .admin-login {
    padding: 12px;
  }

  .admin-login__shell {
    border-radius: 20px;
  }
}

/* SarvonConsole shell (isolated to admin) */
body.admin {
  background: #f0f2f6;
}

.adminTop--auth {
  justify-content: space-between
}

.adminAuthBrand {
  font-family: Poppins, Inter, sans-serif;
  font-weight: 950;
  letter-spacing: -0.3px;
}

.adminAuthMain {
  min-height: calc(100vh - 72px)
}

.adminShell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 0;
}

.adminSide {
  position: sticky;
  top: 0;
  z-index: 60;
  height: 100vh;
  padding: 20px 14px;
  background: #fff;
  border-right: 1px solid rgba(11, 31, 58, 0.08);
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.adminBrand {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 8px 18px;
  margin-bottom: 8px;
  text-decoration: none;
  border-bottom: 1px solid rgba(11, 31, 58, 0.06);
}

.adminBrand__logoWrap {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(var(--s-primary-rgb), 0.12), rgba(86, 204, 242, 0.18));
}

.adminBrand__logo {
  width: 28px;
  height: auto;
  display: block;
}

.adminBrand__text {
  font-family: Poppins, Inter, sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.3px;
  color: var(--deep-navy);
}

.adminBrand__dot {
  color: var(--s-primary);
}

.adminNav {
  flex: 1;
  display: grid;
  align-content: start;
  gap: 2px;
  overflow: auto;
  padding-right: 2px;
}

.adminNav__group {
  margin-top: 14px;
  padding: 0 12px 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(11, 31, 58, 0.38);
}

.adminNav__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 2px 8px;
  padding: 11px 14px 11px 18px;
  border-radius: 14px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: rgba(11, 31, 58, 0.58);
  transition: background 0.2s var(--ease), color 0.2s var(--ease);
}

.adminNav__item:hover:not(.is-active) {
  background: rgba(11, 31, 58, 0.04);
  color: rgba(11, 31, 58, 0.82);
}

.adminNav__item.is-active {
  background: var(--soft-glow);
  color: var(--s-primary);
  font-weight: 700;
}

.adminNav__item.is-active::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 4px;
  height: 22px;
  border-radius: 999px;
  background: var(--s-primary);
  transform: translateY(-50%);
}

.adminNav__icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: currentColor;
}

.adminNav__icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

.adminNav__label {
  line-height: 1.3;
}

.adminSide__bottom {
  margin-top: auto;
  padding-top: 14px;
  display: grid;
  gap: 6px;
  border-top: 1px solid rgba(11, 31, 58, 0.08);
}

.adminSide__link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: rgba(11, 31, 58, 0.65);
  transition: background 0.2s var(--ease), color 0.2s var(--ease);
}

.adminSide__link:hover {
  background: rgba(11, 31, 58, 0.04);
  color: rgba(11, 31, 58, 0.9);
}

.adminLogout {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border: none;
  border-radius: 12px;
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  color: rgba(180, 40, 40, 0.88);
  cursor: pointer;
  transition: background 0.2s var(--ease);
}

.adminLogout:hover {
  background: rgba(220, 50, 50, 0.08);
}

.adminMain {
  min-width: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.adminTop {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 22px;
  background: #fff;
  border-bottom: 1px solid rgba(11, 31, 58, 0.08);
}

.adminTop__left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.adminTop__greet {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: rgba(11, 31, 58, 0.72);
  white-space: nowrap;
}

.adminTop__greet strong {
  font-weight: 700;
  color: var(--deep-navy);
}

.adminTop__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.adminTop__profile {
  display: flex;
  align-items: center;
}

.adminTop__avatar {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--s-primary), var(--accent-blue));
  box-shadow: 0 4px 14px rgba(var(--s-primary-rgb), 0.28);
}

.adminMenuBtn {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 12px;
  background: var(--s-primary);
  box-shadow: 0 6px 16px rgba(var(--s-primary-rgb), 0.32);
  display: none;
  place-items: center;
  cursor: pointer;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), filter 0.2s var(--ease);
}

.adminMenuBtn:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.adminMenuBtn__grid {
  width: 18px;
  height: 18px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}

.adminMenuBtn__grid span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #fff;
}

.adminContent {
  flex: 1;
  padding: 22px;
  background: #f0f2f6;
}

/* Admin dashboard */
.adminDashboard {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.adminDashboard__stats,
.adminPage__stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.adminStatCard {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 86px;
  padding: 16px 14px 16px 18px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(11, 31, 58, 0.06);
  box-shadow: 0 2px 14px rgba(11, 31, 58, 0.05);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), border-color 0.2s var(--ease);
}

.adminStatCard:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--s-primary-rgb), 0.14);
  box-shadow: 0 10px 28px rgba(11, 31, 58, 0.09);
}

.adminStatCard__accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--s-primary) 0%, var(--accent-blue) 100%);
}

.adminStatCard__icon {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(var(--s-primary-rgb), 0.1);
  color: var(--s-primary);
}

.adminStatCard__icon svg {
  width: 22px;
  height: 22px;
}

.adminStatCard__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  flex: 1;
}

.adminStatCard__label {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  color: rgba(11, 31, 58, 0.52);
}

.adminStatCard__value {
  font-family: Poppins, Inter, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.4px;
  color: var(--deep-navy);
}

.adminDashboard__panel,
.adminPanel {
  padding: 20px 22px 22px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(11, 31, 58, 0.06);
  box-shadow: 0 2px 14px rgba(11, 31, 58, 0.05);
}

.adminDashboard__panelHead,
.adminPanel__head {
  margin-bottom: 16px;
}

.adminDashboard__panelTitle,
.adminPanel__title {
  margin: 0 0 4px;
  font-family: Poppins, Inter, sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--deep-navy);
}

.adminDashboard__panelSub,
.adminPanel__sub {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(11, 31, 58, 0.48);
}

.adminDashboard__quickGrid,
.adminQuickGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.adminQuickCard {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(11, 31, 58, 0.08);
  text-decoration: none;
  color: inherit;
  transition: background 0.2s var(--ease), border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.adminQuickCard:hover {
  background: rgba(var(--s-primary-rgb), 0.04);
  border-color: rgba(var(--s-primary-rgb), 0.18);
  box-shadow: 0 4px 16px rgba(var(--s-primary-rgb), 0.08);
}

.adminQuickCard__icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(var(--s-primary-rgb), 0.08);
  color: var(--s-primary);
}

.adminQuickCard__icon svg {
  width: 20px;
  height: 20px;
}

.adminQuickCard__body {
  flex: 1;
  min-width: 0;
  display: grid;
  gap: 3px;
  align-content: center;
}

.adminQuickCard__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--deep-navy);
}

.adminQuickCard__meta {
  font-size: 12px;
  line-height: 1.35;
  color: rgba(11, 31, 58, 0.48);
}

.adminQuickCard__trail {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  padding-left: 8px;
}

.adminQuickCard__count {
  font-family: Poppins, Inter, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  color: var(--s-primary);
}

.adminQuickCard__arrow {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: var(--s-primary);
}

.adminPage {
  min-height: 100%;
}

body.admin .adminContent>.section {
  padding: 0;
}

body.admin .adminContent>.section>.container {
  width: 100%;
  max-width: none;
  padding: 0;
}

body.admin .adminContent .section__title {
  font-size: clamp(22px, 2.5vw, 28px);
}

body.admin .admin-top {
  margin-bottom: 18px;
}

.adminOverlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(6, 18, 36, .46);
  backdrop-filter: blur(2px);
  z-index: 70;
}

@media (max-width: 1200px) {

  .adminDashboard__stats,
  .adminPage__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .adminShell {
    grid-template-columns: 1fr;
  }

  .adminMenuBtn {
    display: grid;
  }

  .adminSide {
    position: fixed;
    inset: 0 auto 0 0;
    width: min(84vw, 280px);
    z-index: 80;
    transform: translateX(-105%);
    transition: transform 0.28s var(--ease);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
  }

  .adminShell.is-side-open .adminSide {
    transform: translateX(0);
  }

  .adminOverlay {
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s var(--ease);
  }

  .adminShell.is-side-open .adminOverlay {
    opacity: 1;
    pointer-events: auto;
  }

  .adminTop {
    padding: 12px 16px;
  }

  .adminContent {
    padding: 16px;
  }

  .adminDashboard__stats,
  .adminPage__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .adminTop__greet {
    font-size: 13px;
  }

  .adminDashboard__stats,
  .adminPage__stats {
    grid-template-columns: 1fr;
  }

  .adminDashboard__quickGrid,
  .adminQuickGrid {
    grid-template-columns: 1fr;
  }

  .adminStatCard__value {
    font-size: 24px;
  }
}

/* Admin dashboard bits (temporary until sidebar UI) */
.admin-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap
}

.admin-stats {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px
}

.stat {
  padding: 18px;
  border-radius: 16px;
  background: var(--signature-grad);
  color: #fff;
  box-shadow: 0 10px 24px rgba(var(--s-primary-rgb), .18);
}

.stat:nth-child(4) {
  background: linear-gradient(135deg, rgba(11, 31, 58, .92) 0%, rgba(11, 31, 58, .78) 100%)
}

.stat__num {
  font-family: Poppins, Inter, sans-serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.5px
}

.stat__label {
  opacity: .9;
  font-weight: 600
}

.admin-actions {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}

/* Admin dashboard (premium) */
.adminDash__top {
  margin-bottom: 10px
}

.adminDash__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(234, 244, 255, .85);
  border: 1px solid rgba(var(--s-primary-rgb), .18);
  color: rgba(11, 31, 58, .72);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.adminDash__title {
  margin-top: 10px
}

.adminDash__sub {
  max-width: 78ch
}

.adminDash__grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.adminDashCard {
  position: relative;
  display: block;
  padding: 16px 16px 14px;
  border-radius: 18px;
  background:
    radial-gradient(600px 220px at 30% 20%, rgba(234, 244, 255, .95), rgba(255, 255, 255, .92) 55%, rgba(255, 255, 255, .92) 100%);
  border: 1px solid rgba(11, 31, 58, .10);
  box-shadow: 0 16px 42px rgba(11, 31, 58, .08);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}

.adminDashCard::after {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(380px 200px at var(--mx, 30%) var(--my, 25%), rgba(86, 204, 242, .18), transparent 60%),
    radial-gradient(520px 260px at 70% 0%, rgba(var(--s-primary-rgb), .16), transparent 60%);
  opacity: .0;
  transition: opacity .35s var(--ease);
  pointer-events: none;
}

.adminDashCard:hover {
  transform: translate3d(0, -6px, 0);
  box-shadow: 0 24px 70px rgba(11, 31, 58, .12);
  border-color: rgba(var(--s-primary-rgb), .22)
}

.adminDashCard:hover::after {
  opacity: 1
}

.adminDashCard:focus-visible {
  outline: 2px solid rgba(64, 140, 255, .65);
  outline-offset: 4px
}

.adminDashCard__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px
}

.adminDashCard__icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(11, 31, 58, .90);
  color: #fff;
  box-shadow: 0 12px 28px rgba(11, 31, 58, .18);
  font-weight: 900;
}

.adminDashCard__count {
  font-family: Poppins, Inter, sans-serif;
  font-weight: 900;
  font-size: 28px;
  letter-spacing: -0.6px;
  color: rgba(11, 31, 58, .92);
}

.adminDashCard__title {
  margin-top: 12px;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 900;
  color: rgba(11, 31, 58, .92);
  letter-spacing: -0.3px;
}

.adminDashCard__meta {
  margin-top: 6px;
  color: rgba(11, 31, 58, .68);
  line-height: 1.6
}

.adminDashCard__cta {
  margin-top: 10px;
  font-weight: 900;
  color: rgba(var(--s-primary-rgb), .95)
}

.adminDashCard--soft .adminDashCard__icon {
  background: rgba(var(--s-primary-rgb), .92)
}

@media (max-width: 1100px) {
  .adminDash__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media (max-width: 560px) {
  .adminDash__grid {
    grid-template-columns: 1fr
  }
}

.admin-filters {
  margin: 14px 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.admin-filters .input {
  width: min(420px, 100%);
}

.adminDataPage {
  display: grid;
  gap: 18px;
}

.adminPageHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.adminPageHead__main {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.adminPageHead__dot {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--s-primary);
}

.adminPageHead__title,
.adminDataPage__title {
  margin: 0;
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 700;
  color: var(--deep-navy);
  letter-spacing: -0.3px;
}

.adminBreadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  white-space: nowrap;
}

.adminBreadcrumb__current {
  font-weight: 700;
  color: var(--deep-navy);
}

.adminBreadcrumb__sep {
  color: rgba(11, 31, 58, 0.32);
}

.adminBreadcrumb__link {
  font-weight: 500;
  color: rgba(11, 31, 58, 0.48);
  text-decoration: none;
  transition: color 0.2s var(--ease);
}

.adminBreadcrumb__link:hover {
  color: var(--s-primary);
}

.adminFormCard {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(11, 31, 58, 0.06);
  box-shadow: 0 4px 24px rgba(11, 31, 58, 0.06);
  overflow: hidden;
}

.adminFormCard__bar {
  padding: 16px 24px;
  background: #f3f4f8;
  font-size: 15px;
  font-weight: 700;
  color: rgba(11, 31, 58, 0.78);
  border-bottom: 1px solid rgba(11, 31, 58, 0.06);
}

.adminFormCard__body {
  padding: 24px;
}

.adminFormCard {
  --admin-control-h: 48px;
}

.adminFormCard .admin-form {
  margin-top: 0;
  gap: 18px;
}

.adminFormCard .field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  min-width: 0;
}

.adminFormCard .field:has(:required:not([type="hidden"]))>.field__label::after,
.adminFormCard .field:has(select[required])>.field__label::after,
.adminFormCard label.field:has(:required:not([type="hidden"]))>.field__label::after {
  content: "*";
  margin-left: 3px;
  color: #dc2626;
  font-weight: 700;
}

.adminFormCard .field--invalid .input,
.adminFormCard .field--invalid select.input,
.adminFormCard .field--invalid textarea.input,
.adminFormCard .field--invalid .adminFileField__box {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

.adminFormCard .field__label,
.adminFormCard .admin-fieldset__legend {
  font-size: 14px;
  font-weight: 600;
  color: rgba(11, 31, 58, 0.72);
  line-height: 1.3;
}

.adminFormCard .grid2 {
  gap: 16px;
  align-items: start;
}

.adminFormCard .grid2>.field,
.adminFormCard .grid2>label.field,
.adminFormCard .grid2>fieldset {
  min-width: 0;
}

.adminFormCard .input,
.adminFormCard select.input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 12px;
  border: 1px solid rgba(11, 31, 58, 0.12);
  background: #fff;
  font: inherit;
  font-size: 14px;
  color: var(--deep-navy);
}

.adminFormCard .input:not([type="checkbox"]):not([type="file"]):not(textarea),
.adminFormCard select.input {
  height: var(--admin-control-h);
  min-height: var(--admin-control-h);
  padding: 0 16px;
  line-height: calc(var(--admin-control-h) - 2px);
  border-radius: 999px;
}

.adminFormCard textarea.input {
  border-radius: 16px;
}

.adminFormCard select.input {
  padding-right: 40px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%236b7280' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  cursor: pointer;
}

.adminFormCard textarea.input {
  min-height: 120px;
  padding: 12px 14px;
  line-height: 1.5;
  resize: vertical;
}

.adminFormCard textarea.input.input--area-sm {
  min-height: var(--admin-control-h);
  height: var(--admin-control-h);
  resize: none;
  padding-top: 0;
  padding-bottom: 0;
  line-height: calc(var(--admin-control-h) - 2px);
}

.adminFormCard .input:focus,
.adminFormCard select.input:focus,
.adminFormCard textarea.input:focus {
  border-color: rgba(var(--s-primary-rgb), 0.35);
  box-shadow: 0 0 0 3px rgba(var(--s-primary-rgb), 0.1);
  outline: none;
}

.adminFormCard .input[type="number"] {
  appearance: textfield;
}

.adminFileField__box {
  position: relative;
  display: flex;
  align-items: center;
  height: var(--admin-control-h);
  padding: 0 16px;
  border: 1px solid rgba(11, 31, 58, 0.12);
  border-radius: 999px;
  background: #fff;
  overflow: hidden;
}

.adminFileField__input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}

.adminFileField__text {
  font-size: 14px;
  color: rgba(11, 31, 58, 0.45);
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.adminFileField__current {
  font-size: 13px;
  font-weight: 600;
  color: var(--s-primary);
  text-decoration: none;
}

.adminFileField__preview {
  display: block;
  width: 160px;
  max-width: 100%;
  height: auto;
  margin-top: 8px;
  border-radius: 12px;
  border: 1px solid rgba(11, 31, 58, 0.1);
  object-fit: cover;
  aspect-ratio: 16 / 10;
}

.adminFileField__current--text {
  color: rgba(11, 31, 58, 0.5);
  font-weight: 500;
}

.adminFormCard .check--big {
  height: var(--admin-control-h);
  min-height: var(--admin-control-h);
  margin: 0;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(11, 31, 58, 0.12);
  background: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
}

.adminFormCard .admin-fieldset {
  margin: 0;
  padding: 18px;
  border-color: rgba(11, 31, 58, 0.08);
  background: rgba(243, 244, 248, 0.45);
  display: grid;
  gap: 16px;
}

.adminFormCard .admin-fieldset[hidden] {
  display: none !important;
}

.adminPipelineSteps {
  display: grid;
  gap: 10px;
}

.adminPipelineStep {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.adminPipelineStep__num {
  font-size: 0.82rem;
  font-weight: 800;
  color: rgba(11, 31, 58, 0.45);
  text-align: center;
}

.adminFormCard .admin-fieldset__intro {
  margin: -4px 0 4px;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(11, 31, 58, 0.5);
}

.adminFormCard .field__hint,
.adminFormCard .field>.help {
  display: none;
}

.adminFormCard .input::placeholder,
.adminFormCard textarea.input::placeholder {
  color: rgba(11, 31, 58, 0.42);
  opacity: 1;
}

.adminFormCard .admin-form__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 4px;
  padding-top: 8px;
  flex-wrap: wrap;
}

.adminFormCard__submit {
  min-width: 140px;
  border-radius: 999px;
  padding: 13px 36px;
  line-height: 1.25;
}

.adminFormCard__cancel {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: rgba(11, 31, 58, 0.55);
  text-decoration: none;
}

.adminFormCard__cancel:hover {
  color: var(--s-primary);
}

@media (max-width: 720px) {
  .adminPageHead {
    flex-direction: column;
    align-items: flex-start;
  }

  .adminBreadcrumb {
    width: 100%;
    justify-content: flex-end;
  }

  .adminFormCard__body {
    padding: 18px 16px;
  }

  .adminFormCard .grid2,
  .grid2 {
    grid-template-columns: 1fr;
  }
}

.adminDataToolbar {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.adminDataToolbar__search {
  position: relative;
  flex: 1 1 260px;
  min-width: min(100%, 240px);
  max-width: 420px;
}

.adminDataToolbar__searchIcon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  color: rgba(11, 31, 58, 0.38);
  pointer-events: none;
}

.adminDataToolbar__input {
  width: 100%;
  height: 48px;
  padding: 0 18px 0 46px;
  border: 1px solid rgba(11, 31, 58, 0.1);
  border-radius: 999px;
  background: #fff;
  font: inherit;
  font-size: 14px;
  color: var(--deep-navy);
  outline: none;
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.adminDataToolbar__input::placeholder {
  color: rgba(11, 31, 58, 0.4);
}

.adminDataToolbar__input:focus {
  border-color: rgba(var(--s-primary-rgb), 0.35);
  box-shadow: 0 0 0 3px rgba(var(--s-primary-rgb), 0.12);
}

.adminDataToolbar__extra {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.adminDataToolbar__select {
  height: 48px;
  min-width: 180px;
  padding: 0 40px 0 16px;
  border: 1px solid rgba(11, 31, 58, 0.1);
  border-radius: 999px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%236b7280' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 14px center;
  font: inherit;
  font-size: 14px;
  color: var(--deep-navy);
  appearance: none;
  cursor: pointer;
  outline: none;
}

.adminDataToolbar__select:focus {
  border-color: rgba(var(--s-primary-rgb), 0.35);
  box-shadow: 0 0 0 3px rgba(var(--s-primary-rgb), 0.12);
}

.adminDataToolbar__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.adminDataToolbar__clear {
  font-size: 14px;
  font-weight: 600;
  color: rgba(11, 31, 58, 0.55);
  text-decoration: none;
  white-space: nowrap;
}

.adminDataToolbar__clear:hover {
  color: var(--s-primary);
}

.adminDataToolbar__add {
  white-space: nowrap;
  border-radius: 999px;
  padding-left: 20px;
  padding-right: 22px;
}

@media (max-width: 720px) {
  .adminDataToolbar__actions {
    width: 100%;
    margin-left: 0;
    justify-content: flex-end;
  }

  .adminDataToolbar__search {
    max-width: none;
    flex-basis: 100%;
  }
}

.adminDataCard {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(11, 31, 58, 0.06);
  box-shadow: 0 4px 24px rgba(11, 31, 58, 0.06);
  overflow: hidden;
}

.admin-tableWrap {
  overflow: auto;
  margin-top: 0;
  border: none;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 860px;
}

.admin-table th,
.admin-table td {
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(11, 31, 58, 0.06);
  vertical-align: middle;
}

.admin-table thead th {
  background: #f6f8fb;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  color: rgba(11, 31, 58, 0.72);
  text-transform: none;
}

.admin-table tbody tr:hover td {
  background: rgba(var(--s-primary-rgb), 0.02);
}

.admin-table tbody tr:last-child td {
  border-bottom: none;
}

.admin-table__actions {
  text-align: right;
  white-space: nowrap;
}

.admin-table__id {
  font-weight: 600;
  color: #5a789b;
}

.adminDate {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(11, 31, 58, 0.72);
  font-size: 14px;
  white-space: nowrap;
}

.adminDate__icon {
  flex: 0 0 16px;
  color: rgba(11, 31, 58, 0.42);
}

.adminDate__icon svg {
  display: block;
}

.adminRowActions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.adminRowActions__form {
  display: inline;
  margin: 0;
}

.adminRowActions__btn {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(11, 31, 58, 0.1);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.2s var(--ease), background 0.2s var(--ease), transform 0.2s var(--ease);
}

.adminRowActions__btn:hover {
  border-color: rgba(var(--s-primary-rgb), 0.22);
  background: rgba(var(--s-primary-rgb), 0.06);
  transform: translateY(-1px);
}

.adminRowActions__btn img {
  display: block;
  width: 22px;
  height: 22px;
}

/* Admin delete confirmation dialog */
.adminConfirmDialog {
  padding: 0;
  border: none;
  background: transparent;
  max-width: min(420px, calc(100vw - 32px));
}

.adminConfirmDialog::backdrop {
  background: rgba(11, 31, 58, 0.45);
  backdrop-filter: blur(2px);
}

.adminConfirmDialog__card {
  padding: 28px 24px 22px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(11, 31, 58, 0.08);
  box-shadow: 0 24px 48px rgba(11, 31, 58, 0.18);
  text-align: center;
}

.adminConfirmDialog__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(220, 38, 38, 0.1);
}

.adminConfirmDialog__title {
  margin: 0 0 8px;
  font-family: Poppins, Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--deep-navy);
}

.adminConfirmDialog__message {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(11, 31, 58, 0.62);
}

.adminConfirmDialog__actions {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.adminConfirmDialog__btn {
  min-width: 110px;
  padding: 11px 20px;
  border-radius: 999px;
  border: 1px solid rgba(11, 31, 58, 0.12);
  background: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  color: var(--deep-navy);
  cursor: pointer;
  transition: background 0.2s var(--ease), border-color 0.2s var(--ease), color 0.2s var(--ease);
}

.adminConfirmDialog__btn--cancel:hover {
  background: rgba(11, 31, 58, 0.04);
}

.adminConfirmDialog__btn--danger {
  border-color: #dc2626;
  background: #dc2626;
  color: #fff;
}

.adminConfirmDialog__btn--danger:hover {
  background: #b91c1c;
  border-color: #b91c1c;
}

.adminRowActions__btn--danger:hover {
  border-color: rgba(242, 38, 38, 0.28);
  background: rgba(242, 38, 38, 0.06);
}

.adminTableFoot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 16px 24px 20px;
  border-top: 1px solid rgba(11, 31, 58, 0.06);
}

.adminTableFoot__info {
  margin: 0;
  font-size: 14px;
  color: rgba(11, 31, 58, 0.48);
}

.thumb {
  border-radius: 10px;
  background: rgba(234, 244, 255, .7);
  border: 1px solid rgba(var(--s-primary-rgb), .12);
  object-fit: cover
}

.strong {
  font-weight: 700;
  color: rgba(11, 31, 58, .9)
}

.small {
  font-size: 13px
}

.actions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.btn--sm {
  padding: 0.5rem 1rem;
  border-radius: var(--btn-radius);
  font-size: 13px;
  font-weight: 600;
}

.btn--sm::after {
  display: none;
}

.btn--danger {
  padding: var(--btn-pad-y) var(--btn-pad-x);
  border-radius: var(--btn-radius);
  background: rgba(220, 0, 0, .08);
  border: 1px solid rgba(220, 0, 0, .22);
  color: rgba(120, 0, 0, .95);
  box-shadow: 0 2px 8px rgba(220, 0, 0, 0.08);
}

.btn--danger::after {
  display: none;
}

.btn--danger:hover {
  transform: translate3d(0, -2px, 0) scale(1.03);
  background: rgba(220, 0, 0, .12);
  box-shadow: 0 10px 20px -8px rgba(220, 0, 0, 0.16);
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px
}

.badge--active {
  background: rgba(0, 160, 60, .10);
  border: 1px solid rgba(0, 160, 60, .18);
  color: rgba(0, 90, 30, .95)
}

.badge--inactive {
  background: rgba(107, 114, 128, .12);
  border: 1px solid rgba(107, 114, 128, .22);
  color: rgba(60, 70, 90, .9)
}

.badge--status {
  background: rgba(var(--s-primary-rgb), 0.12);
  border: none;
  color: var(--s-primary);
  font-weight: 600;
}

.pager {
  margin: 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.pager__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border-radius: 10px;
  border: 1px solid rgba(11, 31, 58, 0.1);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: rgba(11, 31, 58, 0.72);
  background: #fff;
  transition: background 0.2s var(--ease), border-color 0.2s var(--ease), color 0.2s var(--ease);
}

.pager__link:hover:not(.is-disabled):not(.is-active) {
  border-color: rgba(var(--s-primary-rgb), 0.22);
  color: var(--s-primary);
}

.pager__link.is-active {
  background: var(--s-primary);
  border-color: var(--s-primary);
  color: #fff;
}

.pager__link--nav {
  padding: 0;
  width: 38px;
}

.pager__link.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.admin-form {
  margin-top: 12px;
  display: grid;
  gap: 16px;
}

.adminDataPage .admin-form {
  margin-top: 0;
}

.input--mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  line-height: 1.5;
}

.adminIconPreview {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.adminIconPreview__badge {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(var(--s-primary-rgb), .88) 0%, #3d8fd4 100%);
  color: #fff;
}

.adminIconPreview__badge svg {
  width: 22px;
  height: 22px;
  display: block;
}

.adminIconPreview__badge svg [stroke]:not([stroke="none"]) {
  stroke: currentColor
}

.adminIconPreview__badge svg [fill]:not([fill="none"]) {
  fill: currentColor
}

.adminIconPreview--sm .adminIconPreview__badge {
  width: 40px;
  height: 40px;
}

.adminIconPreview--sm .adminIconPreview__badge svg {
  width: 18px;
  height: 18px;
}

.thumb--svg {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(var(--s-primary-rgb), .88) 0%, #3d8fd4 100%);
  color: #fff;
  overflow: hidden;
}

.thumb--svg svg {
  width: 18px;
  height: 18px;
  display: block
}

.thumb--svg svg [stroke]:not([stroke="none"]) {
  stroke: currentColor
}

.thumb--svg svg [fill]:not([fill="none"]) {
  fill: currentColor
}

.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

.help {
  font-size: 13px
}

.check--big {
  padding: 12px 14px;
  border: 1px solid rgba(11, 31, 58, .10);
  border-radius: 16px;
  background: rgba(234, 244, 255, .35)
}

.admin-fieldset {
  margin: 24px 0 0;
  padding: 20px;
  border: 1px solid rgba(11, 31, 58, .1);
  border-radius: 16px;
  background: rgba(234, 244, 255, .35);
}

.admin-fieldset__legend {
  font-weight: 800;
  color: var(--deep-navy);
  padding: 0 8px;
}

.adminMediaGallery {
  display: grid;
  gap: 12px;
}

.adminMediaGallery__list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: flex-start;
  min-height: 0;
}

.adminMediaCard {
  position: relative;
  width: 112px;
  flex: 0 0 112px;
  padding: 8px;
  border-radius: 14px;
  border: 1px solid rgba(11, 31, 58, 0.1);
  background: #f6f7fa;
  cursor: grab;
  transition: box-shadow 0.2s var(--ease), transform 0.2s var(--ease), opacity 0.2s var(--ease);
}

.adminMediaCard.is-dragging {
  opacity: 0.55;
  cursor: grabbing;
  box-shadow: 0 12px 28px rgba(11, 31, 58, 0.16);
}

.adminMediaCard__remove {
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 2;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 1px solid rgba(11, 31, 58, 0.12);
  border-radius: 999px;
  background: #fff;
  color: rgba(11, 31, 58, 0.75);
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 2px 8px rgba(11, 31, 58, 0.1);
}

.adminMediaCard__remove:hover {
  color: #f22626;
  border-color: rgba(242, 38, 38, 0.25);
}

.adminMediaCard__preview {
  display: grid;
  place-items: center;
  height: 100px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.adminMediaCard__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.adminMediaGallery__add {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 112px;
  height: 48px;
  padding: 0 14px;
  border: 1px dashed rgba(11, 31, 58, 0.18);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s var(--ease), background 0.2s var(--ease);
}

.adminMediaGallery__add:hover {
  border-color: rgba(var(--s-primary-rgb), 0.35);
  background: rgba(var(--s-primary-rgb), 0.04);
}

.adminMediaGallery__input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.adminMediaGallery__addIcon {
  color: var(--s-primary);
  display: grid;
  place-items: center;
}

.adminMediaGallery__addText {
  font-size: 13px;
  font-weight: 600;
  color: rgba(11, 31, 58, 0.62);
}

.admin-form__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}

/* Page entrance (header + hero only) */
.brand__logo {
  opacity: 0;
  transform: scale(.8);
  animation: logoIn 800ms var(--ease) forwards;
  animation-delay: 100ms;
  padding: 0;
}

.nav__link {
  opacity: 0;
  transform: translateY(-10px);
  animation: navIn 700ms ease-out forwards;
  animation-delay: calc(200ms + var(--i, 0) * 50ms);
}

html.is-entered .brand__logo,
html.is-entered .nav__link {
  animation-play-state: running;
}

.brand {
  padding: 8px 0;
  border-radius: 12px;
  animation: logoPulse 3s ease-in-out infinite;
  animation-delay: 900ms;
}

/* Scroll reveal */
[data-animate] {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
  transition-delay: var(--d, 0ms);
  will-change: transform, opacity;
}

[data-animate].in {
  opacity: 1;
  transform: translateY(0);
}

/* ---------------- Loader (page splash) ---------------- */
.loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 24px;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.loader.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader.is-hidden .loader__visual {
  transform: scale(0.96);
  opacity: 0;
}

.loader__ring {
  position: absolute;
  inset: -10px;
  pointer-events: none;
}

.loader__ringTrack,
.loader__ringSpin {
  position: absolute;
  inset: 0;
  border-radius: 999px;
}

.loader__ringTrack {
  border: 2px solid rgba(var(--s-primary-rgb), 0.1);
}

.loader__ringSpin {
  border: 2px solid transparent;
  border-top-color: var(--s-primary);
  border-right-color: rgba(86, 204, 242, 0.85);
  animation: loaderRingSpin 1s linear infinite;
}

.loader__visual {
  display: block;
  width: min(240px, 56vw);
  height: auto;
  object-fit: contain;
  transform: scale(1);
  opacity: 1;
  transition:
    transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  animation: loaderPanelIn 0.65s cubic-bezier(0.2, 0.9, 0.2, 1) both;
}

.loader__logoWrap {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(200px, 52vw);
  margin: 4px auto 10px;
  aspect-ratio: 3 / 2;
}

.loader__logo {
  position: relative;
  z-index: 1;
  width: min(148px, 40vw);
  height: auto;
  display: block;
  animation: loaderLogoFloat 2.2s ease-in-out infinite alternate;
}

.loader__brand {
  margin: 10px 0 4px;
  font-family: Poppins, Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  background: var(--brand-text-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body:not(.admin) .loader__brand {
  background: linear-gradient(90deg, #fff 0%, rgba(134, 204, 255, 0.95) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.loader__tagline {
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(11, 31, 58, 0.52);
}

body:not(.admin) .loader__tagline {
  color: rgba(255, 255, 255, 0.62);
}

.loader__progress {
  margin-bottom: 14px;
}

.loader__progressTrack {
  height: 5px;
  border-radius: 999px;
  background: rgba(var(--s-primary-rgb), 0.1);
  overflow: hidden;
}

body:not(.admin) .loader__progressTrack {
  background: rgba(var(--s-primary-rgb), 0.1);
}

.loader__progressBar {
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--s-primary) 0%, var(--accent-blue) 100%);
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 12px rgba(var(--s-primary-rgb), 0.45);
}

.loader__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(11, 31, 58, 0.45);
}

body:not(.admin) .loader__status {
  color: rgba(11, 31, 58, 0.45);
}

.loader__dots {
  display: inline-flex;
  gap: 3px;
  align-items: flex-end;
  margin-left: 2px;
}

.loader__dots span {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.45;
  animation: loaderDotBounce 900ms ease-in-out infinite;
}

.loader__dots span:nth-child(2) {
  animation-delay: 0.12s;
}

.loader__dots span:nth-child(3) {
  animation-delay: 0.24s;
}

@keyframes loaderPanelIn {
  from {
    opacity: 0;
    transform: scale(0.94) translateY(12px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes loaderRingSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes loaderLogoFloat {
  from {
    transform: translateY(2px);
  }

  to {
    transform: translateY(-6px);
  }
}

@keyframes loaderDotBounce {

  0%,
  100% {
    transform: translateY(0);
    opacity: 0.4;
  }

  50% {
    transform: translateY(-4px);
    opacity: 1;
  }
}

@media (max-width: 920px) {
  .container {
    width: min(1120px, calc(100% - 40px))
  }

  .cards {
    grid-template-columns: 1fr
  }

  .hero__title {
    font-size: 40px
  }

  .cta {
    flex-direction: column;
    align-items: flex-start
  }

  .hero__avatar--tl,
  .hero__avatar--tr {
    top: 12%
  }

  .hero__avatar--bl,
  .hero__avatar--br {
    bottom: 110px
  }

  .hero__avatar {
    width: 64px;
    height: 64px
  }

  .hero__avatar--tl,
  .hero__avatar--tr,
  .hero__avatar--bl,
  .hero__avatar--br {
    --sx: 0px;
    --sy: 0px
  }

  .avatar-orb {
    width: 56px;
    height: 56px
  }

  .avatar-orb svg {
    width: 22px;
    height: 22px
  }

  .admin-stats {
    grid-template-columns: 1fr 1fr
  }

  .grid2 {
    grid-template-columns: 1fr
  }

  .trust__track {
    gap: 18px;
    animation-duration: 18s
  }

  .trust__mark {
    width: 28px;
    height: 28px
  }

  .trust__box {
    padding: 16px 14px 10px;
    border-radius: 18px
  }

  .trustSection--inHero {
    bottom: 16px;
    left: 0;
    right: 0;
    width: auto;
    padding: 0 24px;
  }

  .trustSection--inHero .trust__rail {
    padding-left: 84px;
    padding-right: 84px
  }

  /* Header: keep layout clean on tablet */
  .site-header__inner {
    gap: 12px
  }

  .nav {
    gap: 12px
  }

  .nav__link--pill,
  .nav__link--cta {
    padding: 9px 12px
  }

  /* About: prevent collage overflow */
  .about__grid {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .about__collage {
    max-width: 100%;
  }

  .aboutCard {
    transform: translate3d(0, 0, 0) scale(.94)
  }

  .aboutCard--lg {
    left: 0;
    top: 0
  }

  .aboutCard--md {
    right: 0;
    top: 120px
  }

  .aboutCard--sm {
    left: 10%;
    bottom: 0
  }
}

@media (max-width: 560px) {
  .container {
    width: min(1120px, calc(100% - 32px))
  }

  .section {
    padding: 72px 0
  }

  .servicePage.section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .serviceHeroBand {
    padding-top: 16px;
    padding-bottom: 28px;
    margin-bottom: 24px;
  }

  .section__title {
    font-size: 34px
  }

  /* Header: prevent cramped multi-line nav */
  .site-header__inner {
    flex-wrap: wrap;
    justify-content: center
  }

  .nav {
    justify-content: center;
    gap: 10px
  }

  .nav__link {
    font-size: 13px
  }

  .nav__link--pill,
  .nav__link--cta {
    padding: 8px 11px
  }

  /* Match reference header on mobile */
  .site-header__inner {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    min-height: 60px;
    box-sizing: border-box;
  }

  .nav {
    display: none
  }

  .brand {
    padding: 0
  }

  .mHeader__icon {
    display: inline-flex
  }

  .brand__logo {
    height: 44px;
    width: auto;
    max-width: min(220px, calc(100vw - 128px));
    object-fit: contain;
  }

  /* Hero spacing when header becomes compact */
  .hero__inner--center {
    padding: 72px 0 160px
  }

  /* Hero declutter on mobile (keep vibe, reduce noise) */
  /* keep bubbles, but place them behind content + away from title */
  .hero__avatar {
    z-index: 1;
    opacity: .72
  }

  .hero__copy--center {
    z-index: 3
  }

  .hero__avatar {
    width: 58px;
    height: 58px
  }

  .hero__avatar--tl {
    left: 10px;
    top: 88px
  }

  .hero__avatar--tr {
    right: 10px;
    top: 88px
  }

  .hero__avatar--bl {
    left: 12px;
    bottom: 86px
  }

  .hero__avatar--br {
    right: 12px;
    bottom: 86px
  }

  .hero__bg {
    opacity: .62
  }

  .hero__title {
    font-size: 38px;
    line-height: 1.06
  }

  .hero__subtitle {
    font-size: 14px;
    line-height: 1.7
  }

  .hero__actions {
    justify-content: center
  }

  .hero__actions .btn {
    width: min(240px, 100%)
  }

  /* About: switch collage to stacked cards (mobile) */
  .about__collage {
    min-height: auto;
    display: grid;
    gap: 12px;
  }

  .aboutCard {
    position: relative;
    inset: auto;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: auto !important;
    height: auto !important;
    transform: none;
  }

  .about__doodle {
    display: none
  }
}

@media (max-width: 620px) {

  /* Integrations arc: avoid horizontal overflow + fit nicely */
  .toolsOrbit {
    overflow: hidden
  }

  .toolsOrbit__bg {
    inset: -18px
  }

  .toolsArc {
    transform: translateY(18px) scale(.92);
    transform-origin: center top
  }

  .toolsArc .toolTile {
    top: 66%
  }
}

@media (max-width: 560px) {

  .toolsArc .toolTile__card {
    width: 56px;
    height: 56px;
    border-radius: 16px
  }

  .toolLogo {
    width: 40px;
    height: 40px
  }
}

@keyframes toolFloat {

  0%,
  100% {
    transform: translate3d(0, 12px, 0)
  }

  50% {
    transform: translate3d(0, -16px, 0)
  }
}

@media (prefers-reduced-motion: reduce) {

  .loader__ringSpin,
  .loader__logo,
  .loader__dots span,
  .loader__panel {
    animation: none !important
  }

  .loader,
  .loader__panel,
  .loader__progressBar {
    transition: none !important
  }

  .brand__logo,
  .nav__link,
  .hero__title--masked .text,
  .emphasis,
  .hero__avatar {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important
  }

  [data-animate] {
    opacity: 1 !important;
    transform: none !important
  }

  .trust__track {
    animation: none !important
  }
}


@keyframes logoIn {
  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes navIn {
  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes logoPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(47, 128, 237, 0)
  }

  50% {
    box-shadow: 0 0 20px 10px rgba(47, 128, 237, 0.2)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(47, 128, 237, 0)
  }
}

@keyframes maskedRise {
  to {
    transform: translateY(0)
  }
}

@keyframes managePop {
  0% {
    transform: translate3d(0, 0, 0)
  }

  65% {
    transform: translate3d(0, -2px, 0)
  }

  100% {
    transform: translate3d(0, 0, 0)
  }
}

@keyframes avatarEnter {
  0% {
    opacity: 0;
    transform: translate3d(var(--sx, 0px), var(--sy, 0px), 0) scale(.94)
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1)
  }
}

@keyframes avatarFloat {

  0%,
  100% {
    transform: translate3d(0, 0, 0)
  }

  50% {
    transform: translate3d(0, -9px, 0)
  }
}

@keyframes trustMarquee {
  to {
    transform: translate3d(var(--trust-shift, -50%), 0, 0)
  }
}

@keyframes tScrollMarquee {
  to {
    transform: translate3d(var(--t-scroll-shift, -50%), 0, 0);
  }
}