/* Figma “Upload services page” port (static). Scoped to this page. */
body.figma-services {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 40%);
  min-height: 100vh;
}

body.figma-services .site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 18, 12, 0.98) !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

body.figma-services .header-inner,
body.figma-services .container {
  max-width: 80rem;
}

.fs-main {
  padding-bottom: 0;
}

.fs-wrap {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Hero */
.fs-hero {
  padding: 5rem 0 4rem;
  text-align: center;
  background: linear-gradient(160deg, #0a120c 0%, #1b4332 55%, #2d6a4f 100%);
  position: relative;
  overflow: hidden;
}

.fs-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 100%, rgba(64,145,108,0.18) 0%, transparent 70%);
  pointer-events: none;
}

@media (min-width: 640px) {
  .fs-hero {
    padding: 6rem 0 5rem;
  }
}

.fs-hero__kicker {
  color: #95d5b2;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
}

.fs-hero h1 {
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(2rem, 5vw, 3.75rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  margin: 0 0 0;
  letter-spacing: -0.03em;
  text-shadow: 0 2px 24px rgba(0,0,0,0.3);
}

/* Hero metrics */
.fs-hero__metrics {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 3rem auto 0;
  padding: 0;
  list-style: none;
  max-width: 42rem;
}

.fs-metric {
  flex: 1 1 9rem;
  text-align: center;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 1.5rem 1rem;
  backdrop-filter: blur(8px);
}

.fs-metric__val {
  margin: 0;
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(1.75rem, 4vw, 2.4rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
}

.fs-metric__label {
  margin: 0.4rem 0 0;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.6);
  font-weight: 500;
}

/* How it works */
.fs-how {
  padding: 2rem 0 2.5rem;
}

.fs-how__head {
  text-align: center;
  margin-bottom: 2rem;
}

.fs-how__head h2 {
  font-family: var(--font-display, Georgia, serif);
  font-size: 1.75rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.5rem;
}

.fs-how__lede {
  margin: 0;
  font-size: 1.05rem;
  color: #4b5563;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-how__flow {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 1100px) {
  .fs-how__flow {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
  }
}

.fs-how__step {
  position: relative;
  width: 100%;
  max-width: 20rem;
  text-align: center;
  border-radius: 1rem;
  border: 2px solid;
  padding: 2.25rem 1rem 1.5rem;
  list-style: none;
}

@media (min-width: 1100px) {
  .fs-how__step {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
  }
}

.fs-how__num {
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
}

.fs-how__ic {
  width: 3rem;
  height: 3rem;
  display: block;
  margin: 0 auto 0.75rem;
}

.fs-how__title {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #111827;
}

.fs-how__step p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #374151;
}

.fs-how__step--em {
  background: linear-gradient(135deg, #ecfdf5, #d1fae5);
  border-color: #a7f3d0;
  color: #059669;
}
.fs-how__step--em .fs-how__num {
  background: #059669;
}
.fs-how__step--bl {
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  border-color: #93c5fd;
  color: #2563eb;
}
.fs-how__step--bl .fs-how__num {
  background: #2563eb;
}
.fs-how__step--pu {
  background: linear-gradient(135deg, #faf5ff, #e9d5ff);
  border-color: #c4b5fd;
  color: #7c3aed;
}
.fs-how__step--pu .fs-how__num {
  background: #7c3aed;
}
.fs-how__step--or {
  background: linear-gradient(135deg, #fff7ed, #ffedd5);
  border-color: #fdba74;
  color: #ea580c;
}
.fs-how__step--or .fs-how__num {
  background: #ea580c;
}

.fs-how__arr {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.15rem 0;
}

.fs-how__arrsvg {
  width: 1.75rem;
  height: 1.75rem;
  color: #64748b;
  transform: rotate(90deg);
}

@media (min-width: 1100px) {
  .fs-how__arrsvg {
    transform: none;
    color: #64748b;
  }
}

/* Before / after */
.fs-compare {
  padding: 2.5rem 0;
}

.fs-compare__head {
  text-align: center;
  margin-bottom: 2rem;
}

.fs-compare__head h2 {
  font-family: var(--font-display, Georgia, serif);
  font-size: 1.75rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.5rem;
}

.fs-compare__head p {
  margin: 0;
  color: #4b5563;
  font-size: 1.05rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

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

@media (min-width: 900px) {
  .fs-compare__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

.fs-compare__bad,
.fs-compare__good {
  border-radius: 1rem;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.1);
}

.fs-compare__bad {
  background: #fff;
  border: 2px solid #fecaca;
}

.fs-compare__good {
  background: linear-gradient(135deg, #ecfdf5, #d1fae5);
  border: 2px solid #059669;
}

.fs-compare__hd {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.25rem;
}

.fs-compare__hd h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #111827;
}

.fs-compare__bad .fs-ic {
  color: #dc2626;
}

.fs-compare__good .fs-ic {
  color: #059669;
}

.fs-ic--md {
  width: 2rem;
  height: 2rem;
}

.fs-compare__bad ul,
.fs-compare__good ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-compare__bad li,
.fs-compare__good li {
  display: flex;
  gap: 0.6rem;
  margin-bottom: 1rem;
  align-items: flex-start;
}

.fs-compare__bad li:last-child,
.fs-compare__good li:last-child {
  margin-bottom: 0;
}

.fs-compare__bad li > svg,
.fs-compare__good li > svg {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.fs-compare__bad li > svg {
  color: #ef4444;
}

.fs-compare__good li > svg {
  color: #059669;
}

.fs-compare__bad li div,
.fs-compare__good li div {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.fs-compare__bad li strong,
.fs-compare__good li strong {
  font-size: 0.95rem;
  color: #111827;
}

.fs-compare__bad li span,
.fs-compare__good li span {
  font-size: 0.8rem;
  line-height: 1.4;
  color: #4b5563;
}

/* Layer benefits, specs, AI (page-2) */
.fs-layer__benefits {
  margin: 1.5rem 0 1.25rem;
  padding: 1rem 1.1rem;
  background: #ecfdf5;
  border-left: 4px solid #059669;
  border-radius: 0 0.5rem 0.5rem 0;
}

.fs-layer__benefits-title {
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #14532d;
}

.fs-layer__benefits ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-layer__benefits li {
  display: flex;
  gap: 0.4rem;
  align-items: flex-start;
  font-size: 0.8rem;
  line-height: 1.4;
  color: #374151;
  margin-bottom: 0.4rem;
}

.fs-layer__benefits li:last-child {
  margin-bottom: 0;
}

.fs-layer__benefits li svg {
  width: 1rem;
  height: 1rem;
  color: #059669;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.fs-layer__specs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin: 1.5rem 0 1rem;
}

@media (min-width: 500px) {
  .fs-layer__specs {
    grid-template-columns: repeat(3, 1fr);
  }
}

.fs-spec {
  text-align: center;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 0.5rem;
  padding: 0.9rem 0.5rem;
}

.fs-spec__ic {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 auto 0.4rem;
  color: #2563eb;
  display: block;
}

.fs-spec__val {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 700;
  color: #1e3a8a;
  line-height: 1.1;
}

.fs-spec__lbl {
  margin: 0.25rem 0 0;
  font-size: 0.7rem;
  color: #1d4ed8;
}

.fs-layer__ai {
  margin: 1.5rem 0 1.25rem;
  padding: 1rem 1.1rem;
  background: #fff7ed;
  border-left: 4px solid #ea580c;
  border-radius: 0 0.5rem 0.5rem 0;
}

.fs-layer__ai-title {
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #9a3412;
}

.fs-layer__ai ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-layer__ai li {
  display: flex;
  gap: 0.4rem;
  align-items: flex-start;
  font-size: 0.8rem;
  line-height: 1.4;
  color: #374151;
  margin-bottom: 0.4rem;
}

.fs-layer__ai li:last-child {
  margin-bottom: 0;
}

.fs-layer__ai li svg {
  width: 1rem;
  height: 1rem;
  color: #ea580c;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

/* Use cases */
.fs-use {
  padding: 2.5rem 0;
}

.fs-use__inner {
  background: linear-gradient(180deg, #f9fafb 0%, #fff 100%);
  border-radius: 1.5rem;
  padding: 2.5rem 1rem 2rem;
}

.fs-use__head {
  text-align: center;
  margin-bottom: 2rem;
}

.fs-use__head h2 {
  font-family: var(--font-display, Georgia, serif);
  font-size: 1.75rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.5rem;
}

.fs-use__head p {
  margin: 0;
  color: #4b5563;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.05rem;
}

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

@media (min-width: 800px) {
  .fs-use__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.fs-use__card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 1.5rem 1.25rem;
  box-shadow: 0 4px 24px -8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s;
}

.fs-use__card:hover {
  box-shadow: 0 12px 32px -8px rgba(0, 0, 0, 0.12);
}

.fs-use__ic {
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.fs-use__ic svg {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-use__ic--em {
  background: #d1fae5;
  color: #059669;
}
.fs-use__ic--bl {
  background: #dbeafe;
  color: #2563eb;
}
.fs-use__ic--or {
  background: #ffedd5;
  color: #ea580c;
}

.fs-use__card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #111827;
}

.fs-use__card p {
  margin: 0 0 0.9rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #4b5563;
}

.fs-use__meta {
  border-top: 1px solid #e5e7eb;
  padding-top: 0.9rem;
  margin: 0 !important;
  font-size: 0.8rem;
  line-height: 1.4;
  color: #4b5563;
}

.fs-use__meta strong {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.2rem;
}

.fs-use__grid .fs-use__card:nth-child(1) .fs-use__meta strong {
  color: #059669;
}
.fs-use__grid .fs-use__card:nth-child(2) .fs-use__meta strong {
  color: #2563eb;
}
.fs-use__grid .fs-use__card:nth-child(3) .fs-use__meta strong {
  color: #ea580c;
}

.fs-hero__features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 2.5rem;
  margin-top: 2.5rem;
}

.fs-feature {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-align: left;
}

.fs-feature__ic {
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.fs-feature__ic--em {
  background: #d1fae5;
  color: #059669;
}

.fs-feature__ic--bl {
  background: #dbeafe;
  color: #2563eb;
}

.fs-feature__ic--or {
  background: #ffedd5;
  color: #ea580c;
}

.fs-feature h4 {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #111827;
}

.fs-feature p {
  margin: 0.15rem 0 0;
  font-size: 0.75rem;
  color: #6b7280;
}

.fs-ic {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}

/* Overview card */
.fs-overview {
  padding: 2.5rem 0 0;
}

.fs-card {
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 1rem;
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.08);
  padding: 2.5rem 1.5rem;
}

@media (min-width: 640px) {
  .fs-card {
    padding: 3rem;
  }
}

.fs-card h2 {
  font-family: var(--font-display, Georgia, serif);
  font-size: 1.75rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 1.25rem;
  text-align: left;
}

.fs-card p {
  color: #374151;
  font-size: 1.0625rem;
  line-height: 1.7;
  margin: 0 0 1.25rem;
  text-align: left;
}

.fs-card p:last-of-type {
  margin-bottom: 0;
}

/* Layers */
.fs-layers {
  padding: 2.5rem 0 2rem;
}

.fs-layers h2 {
  font-family: var(--font-display, Georgia, serif);
  font-size: 1.75rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 2rem;
  text-align: left;
}

.fs-layer {
  margin-bottom: 2rem;
}

.fs-layer:last-child {
  margin-bottom: 0;
}

.fs-layer__box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.5rem;
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 1rem;
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.08);
  padding: 1.75rem 1.25rem;
  transition: box-shadow 0.2s;
}

@media (min-width: 900px) {
  .fs-layer__box {
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
    padding: 2.5rem;
  }
}

.fs-layer__box:hover {
  box-shadow: 0 20px 50px -12px rgba(0, 0, 0, 0.12);
}

.fs-layer__art {
  flex-shrink: 0;
  width: 8rem;
  height: 8rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

@media (min-width: 900px) {
  .fs-layer__art {
    width: 8rem;
    height: 8rem;
    margin: 0;
  }
}

.fs-layer__art--em {
  background: linear-gradient(135deg, #ecfdf5, #d1fae5);
  border: 1px solid #a7f3d0;
  color: #059669;
}

.fs-layer__art--bl {
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  border: 1px solid #93c5fd;
  color: #2563eb;
}

.fs-layer__art--or {
  background: linear-gradient(135deg, #fff7ed, #ffedd5);
  border: 1px solid #fdba74;
  color: #ea580c;
}

/* Product layer photos (replaces icon-only art) */
.fs-layer__art--photo {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: inherit;
  padding: 0;
  overflow: hidden;
}

.fs-layer__img {
  display: block;
  width: 8rem;
  height: 8rem;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 900px) {
  .fs-layer__img {
    width: 8rem;
    height: 8rem;
  }
}

.fs-layer__art .fs-ic--lg {
  width: 4rem;
  height: 4rem;
}

.fs-layer__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin-bottom: 1rem;
}

.fs-pill {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.9rem;
  border-radius: 9999px;
}

.fs-pill--em {
  background: #059669;
}
.fs-pill--bl {
  background: #2563eb;
}
.fs-pill--or {
  background: #ea580c;
}

.fs-layer h3 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 700;
  color: #111827;
}

.fs-layer p {
  color: #374151;
  line-height: 1.7;
  margin: 0 0 1rem;
  font-size: 0.98rem;
}

.fs-layer p.fs-muted,
.fs-layer .fs-muted {
  color: #6b7280;
}

.fs-tagger {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.fs-tagger span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.4rem 0.9rem;
  border-radius: 0.5rem;
  border: 1px solid;
}

.fs-tagger .tag-blue {
  background: #eff6ff;
  border-color: #bfdbfe;
  color: #1e3a8a;
}
.fs-tagger .tag-cy {
  background: #ecfeff;
  border-color: #a5f3fc;
  color: #164e63;
}
.fs-tagger .tag-pu {
  background: #faf5ff;
  border-color: #e9d5ff;
  color: #5b21b6;
}

.fs-tagger .tag-blue svg,
.fs-tagger .tag-blue .fs-ic {
  color: #2563eb;
}
.fs-tagger .tag-cy svg,
.fs-tagger .tag-cy .fs-ic {
  color: #0891b2;
}
.fs-tagger .tag-pu svg,
.fs-tagger .tag-pu .fs-ic {
  color: #7c3aed;
}

.fs-callout {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  background: #eff6ff;
  border-left: 4px solid #2563eb;
  border-radius: 0 0.5rem 0.5rem 0;
  font-size: 0.9rem;
  color: #374151;
}

.fs-callout strong {
  color: #1e3a8a;
}

.fs-risk {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

@media (min-width: 500px) {
  .fs-risk {
    grid-template-columns: repeat(3, 1fr);
  }
}

.fs-risk__cell {
  padding: 1rem;
  border-radius: 0.75rem;
  border: 1px solid;
}

.fs-risk__cell p.fs-r-title {
  font-size: 0.8rem;
  font-weight: 600;
  margin: 0.35rem 0 0.15rem;
}
.fs-risk__cell p.fs-r-sub {
  font-size: 0.7rem;
  margin: 0;
  opacity: 0.9;
}

.fs-g {
  background: linear-gradient(135deg, #f0fdf4, #d1fae5);
  border-color: #86efac;
  color: #14532d;
}
.fs-y {
  background: linear-gradient(135deg, #fffbeb, #fef3c7);
  border-color: #fcd34d;
  color: #713f12;
}
.fs-r {
  background: linear-gradient(135deg, #fff1f2, #ffe4e6);
  border-color: #fb7185;
  color: #9f1239;
}

.fs-g svg,
.fs-g .fs-ic {
  color: #16a34a;
}
.fs-y svg,
.fs-y .fs-ic {
  color: #ca8a04;
}
.fs-r .fs-ic,
.fs-r svg {
  color: #dc2626;
}

/* CTA */
.fs-cta {
  padding: 2.5rem 0 3rem;
}

.fs-cta__box {
  background: linear-gradient(90deg, #059669, #047857);
  border-radius: 1rem;
  box-shadow: 0 20px 50px -12px rgba(5, 150, 105, 0.45);
  padding: 2.5rem 1.5rem;
  text-align: center;
  color: #fff;
}

@media (min-width: 640px) {
  .fs-cta__box {
    padding: 3rem 2.5rem;
  }
}

.fs-cta__box h2 {
  font-family: var(--font-display, Georgia, serif);
  font-size: 1.65rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
}

.fs-cta__box > p {
  color: #d1fae5;
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 36rem;
  margin: 0 auto 1.75rem;
}

.fs-cta__btn {
  display: inline-block;
  background: #fff;
  color: #059669 !important;
  font-weight: 600;
  padding: 0.75rem 1.75rem;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  transition: background 0.2s, transform 0.15s;
}

.fs-cta__btn:hover {
  background: #ecfdf5;
  color: #047857 !important;
  text-decoration: none;
}

.fs-cta__btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

/* Footer Figma */
body.figma-services .site-footer.fs-fig {
  background: #111827;
  color: #d1d5db;
  border-top: none;
  margin-top: 0;
  padding: 2rem 0;
}

body.figma-services .site-footer.fs-fig .footer-logo {
  filter: none;
  opacity: 0.95;
}

body.figma-services .site-footer.fs-fig .footer-brand {
  margin-bottom: 0.5rem;
}

body.figma-services .site-footer.fs-fig .footer-copy {
  color: #9ca3af;
  font-size: 0.9rem;
}

body.figma-services .site-footer.fs-fig .footer-back a {
  color: #a7f3d0;
  border-color: rgba(167, 243, 208, 0.4);
}

body.figma-services .site-footer.fs-fig .footer-back a:hover {
  color: #fff;
  border-color: #fff;
}
