/* SPM Services — Home landing page */

:root {
  --spm-green: #7eb848;
  --spm-green-dark: #6aa33c;
  --spm-green-soft: #eaf4e0;
  --spm-ink: #1c2430;
  --spm-muted: #6b7280;
  --spm-body: #5a6270;
  --spm-dark: #0b0d10;
  --spm-dark-2: #111418;
  --spm-line: #e5e7eb;
  --spm-mint: #E7F4E6;
  --spm-white: #ffffff;
  --spm-header-h: 100px;
  --spm-nav-bg: rgba(20, 26, 24, 0.88);
  --spm-radius: 6px;
  --spm-shadow: 0 18px 40px rgba(12, 16, 22, 0.16);
  --font-head: "Outfit", "Segoe UI", sans-serif;
  --font-body: "Outfit", "Inter", "Segoe UI", sans-serif;
  --font-nav: "Outfit", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.spm-theme {
  margin: 0;
  font-family: var(--font-body);
  color: var(--spm-ink);
  background: var(--spm-white);
  line-height: 1.6;
}

.spm-theme img,
.spm-home img {
  max-width: 100%;
  height: auto;
  display: block;
}

.spm-theme a,
.spm-home a {
  text-decoration: none;
  color: inherit;
}

.spm-wrap {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

section[id],
.spm-cases {
  scroll-margin-top: 88px;
}

/* Buttons */
.spm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 28px;
  border-radius: 4px;
  font-family: var(--font-head);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  border: 2px solid transparent;
  transition: 0.2s ease;
  cursor: pointer;
}

.spm-btn-green {
  background: #86C881;
  color: var(--spm-white);
  border-color: #86C881;
}

.spm-btn-green:hover {
  background: #86C881;
  border-color: #86C881;
  color: var(--spm-white);
}

.spm-btn-outline {
  background: transparent;
  color: var(--spm-green);
  border-color: var(--spm-green);
}

.spm-btn-outline:hover {
  background: var(--spm-green);
  color: var(--spm-white);
}

.spm-btn-ghost {
  background: transparent;
  color: #d7dbe2;
  border-color: rgba(255, 255, 255, 0.45);
  min-height: 38px;
  padding: 8px 18px;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.spm-btn-ghost:hover {
  color: var(--spm-white);
  border-color: var(--spm-white);
}

/* Header styles live in header-footer.css (HTML-matched sticky behavior). */

/* Hero — match original HTML full-bleed background */
.spm-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  color: var(--spm-white);
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: calc(var(--spm-header-h) + 64px) 0 0;
  box-sizing: border-box;
  overflow: visible;
}

/* Background image + gradient overlay (same approach as original HTML ::before) */
.spm-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #000;
  background-image:
    linear-gradient(180deg, rgba(18, 22, 20, 0.1) 0%, rgba(18, 22, 20, 0.06) 42%, rgba(0, 0, 0, 0.5) 72%, #000 100%),
    var(--spm-hero-bg-image, none);
  background-position: center top, center top;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  pointer-events: none;
}

.spm-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-bottom: 72px;
}

.spm-hero h1 {
  font-family: var(--font-head);
  font-size: clamp(52px, 7.4vw, 210px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.035em;
  margin: 0 0 16px;
  color: #fff;
}

.spm-hero h1 p {
  margin: 0;
  display: inline;
}

.spm-hero h1 em {
  font-style: normal;
  display: block;
}

.spm-hero .lead {
  font-family: var(--font-head);
  font-size: clamp(24px, 2.6vw, 48px);
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 22px;
  color: #fff;
}

.spm-hero .sub {
  color: rgba(255, 255, 255, 0.9);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.55;
  margin: 0 0 34px;
}

a.spm-btn-call,
.spm-hero .spm-btn-call {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 32px;
  border: 0;
  border-radius: 6px;
  background: #86C881 !important;
  color: #fff !important;
  font-family: var(--font-head);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none !important;
  transition: background 0.2s ease;
}

a.spm-btn-call:hover,
.spm-hero .spm-btn-call:hover {
  background: #8bbc58 !important;
  color: #fff !important;
}

/* Full-bleed SPM sections */
.spm-solutions,
.spm-help,
.spm-cta,
.spm-feedback,
.spm-boutique {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

/* Case studies inside hero — overlay on background (matches HTML) */
.spm-hero .spm-cases {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: auto;
  padding: 8px 0 80px;
  background: transparent;
}

.spm-hero .spm-cases .spm-wrap {
  width: min(1180px, calc(100% - 48px));
}

/* Standalone case studies section (separate block / archive) */
.spm-cases-standalone,
.spm-cases-standalone .spm-cases,
.spm-cases-archive {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 40px 0 80px;
  background: #000;
  box-sizing: border-box;
}

.spm-cases-archive {
  padding-top: calc(var(--spm-header-h) + 48px);
  min-height: 60vh;
}

.spm-cases-archive h1 {
  font-family: var(--font-head);
  color: #fff;
  font-size: clamp(32px, 4vw, 48px);
  margin: 0 0 36px;
}

.spm-cases-pagination {
  margin-top: 40px;
  color: #fff;
}

.spm-cases-pagination a,
.spm-cases-pagination span {
  color: #fff;
  margin-right: 12px;
}

/* Case study single */
.spm-case-single {
  padding: calc(var(--spm-header-h) + 48px) 0 80px;
  background: #fff;
}

.spm-case-client {
  color: var(--spm-green);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.spm-case-title {
  font-family: var(--font-head);
  font-size: clamp(32px, 4vw, 52px);
  margin: 0 0 28px;
  color: var(--spm-ink);
}

.spm-case-featured {
  margin-bottom: 36px;
  border-radius: 8px;
  overflow: hidden;
}

.spm-case-featured img {
  width: 100%;
  height: auto;
  display: block;
}

.spm-case-content {
  font-size: 18px;
  line-height: 1.7;
  color: var(--spm-body);
  max-width: 820px;
}

.spm-case-back {
  margin-top: 48px;
}

.spm-case-back a {
  color: var(--spm-green);
  font-weight: 600;
}

.spm-case-card h3 a {
  color: inherit;
}

html {
  overflow-x: hidden;
}

body.spm-home {
  padding-top: 0 !important;
  margin-top: 0 !important;
  overflow-x: hidden;
  background: #000;
}

body.spm-home .site,
body.spm-home #page,
body.spm-home .site-content,
body.spm-home .content-area,
body.spm-home .inside-article,
body.spm-home .entry-content {
  background: transparent;
}

body.spm-home .spm-hero {
  padding-top: calc(var(--spm-header-h) + 64px);
}

.spm-cases .spm-wrap {
  width: min(1180px, calc(100% - 48px));
}

.spm-cases h2 {
  text-align: center;
  color: var(--spm-white);
  font-family: var(--font-head);
  font-size: clamp(32px, 3.4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 40px;
}

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

.spm-case-card {
  background: var(--spm-white);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.spm-case-card img {
  width: 100%;
  height: 214px;
  object-fit: cover;
  object-position: center;
}

.spm-case-card .body {
  padding: 24px 26px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.spm-case-card .tag {
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #75738E;
  margin-bottom: 14px;
}

.spm-case-card h3 {
  font-family: var(--font-head);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.38;
  margin: 0 0 22px;
  color: #131233;
}

.spm-case-card,
.spm-case-card a {
  color: var(--spm-ink);
}

.spm-home a.spm-more {
  display: inline-block;
  margin-top: auto;
  color: #86C881;
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}

.spm-home a.spm-more:hover {
  color: var(--spm-green-dark);
}

.spm-cases-cta {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 42px 0 0;
  background: transparent;
}

.spm-btn-view {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  min-width: 148px;
  padding: 12px 34px;
  border: 1.5px solid #86C881;
  border-radius: 8px;
  background: transparent;
  color: #86C881 !important;
  font-family: var(--font-head);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.spm-btn-view:hover {
  background: #7eb848;
  color: #000 !important;
}

/* Solutions */
.spm-solutions {
  padding: 88px 0 40px;
  background: var(--spm-white);
}

.spm-solutions h2 {
  text-align: center;
  font-family: var(--font-head);
  font-size: clamp(26px, 3vw, 46px);
  font-weight: 700;
  margin: 0 auto 16px;
  line-height: 1.3;
  color: #131233;
}

.spm-solutions .intro {
  text-align: center;
  color: #75738E;
  max-width: 640px;
  margin: 0 auto 36px;
  font-size: 18px;
}

.spm-mosaic {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  grid-template-rows: 220px 220px;
  gap: 16px;
}

.spm-tile {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  color: var(--spm-white);
  display: flex;
  align-items: flex-end;
  min-height: 220px;
}

.spm-tile.tall {
  grid-row: 1 / 3;
  min-height: 456px;
}

.spm-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spm-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 20%, rgba(0, 0, 0, 0.78) 100%);
}

.spm-tile .copy {
  position: relative;
  z-index: 1;
  padding: 24px 26px;
}

.spm-tile h3 {
  font-family: var(--font-head);
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #fff;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
}

.spm-tile p {
  margin: 0;
  font-size: 14px;
  color: #e6ebf1;
}

/* Help */
.spm-help {
  padding: 88px 0 100px;
  background: #fff;
}

.spm-help .spm-wrap {
  width: min(1100px, calc(100% - 48px));
}

.spm-help h2 {
  text-align: center;
  font-family: var(--font-head);
  color: #1c1640;
  font-size: clamp(32px, 3.4vw, 42px);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}

.spm-help .intro {
  text-align: center;
  color: #8a879c;
  
  margin: 0 auto 52px;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
}

.spm-help-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  align-items: start;
}

.spm-help-item {
  text-align: left;
  padding: 32px 12px 28px 8px;
}

/* Restore HTML padding — must beat any page-level article resets */
body.spm-home .spm-help-item {
  padding: 32px 12px 28px 8px;
}

.spm-help-item.is-featured {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 33px rgba(28, 22, 64, 0.09);
  padding: 32px 34px 40px;
}

body.spm-home .spm-help-item.is-featured {
  padding: 32px 34px 40px;
}

.spm-help-icon {
  width: 52px;
  height: 68px;
  color: #86c881;
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
}

.spm-help-icon svg,
.spm-help-icon img {
  width: 46px;
  height: 40px;
  max-width: none;
  object-fit: contain;
  object-position: left top;
  display: block;
}

.spm-help-item h3 {
  font-family: var(--font-head);
  color: #131233;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 14px;
  max-width: 270px;
}

.spm-help-item.is-featured h3 {
  max-width: 230px;
}

.spm-help-item:last-child h3 {
  max-width: 320px;
}

.spm-help-item p {
  margin: 0;
  color: #75738E;
  font-size: 18px;
  line-height: 1.7;
  max-width: 300px;
}

/* Mid CTA */
.spm-cta {
  position: relative;
  min-height: 168px;
  display: flex;
  align-items: center;
  background-color: #2a2418;
  background-image: var(--spm-cta-bg, none);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--spm-white);
}

.spm-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(28, 22, 12, 0.72), rgba(28, 22, 12, 0.42) 55%, rgba(20, 16, 10, 0.55));
}

.spm-cta .spm-wrap {
  position: relative;
  z-index: 1;
  width: min(1140px, calc(100% - 40px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 42px 0;
}

.spm-cta h2 {
  font-family: var(--font-head);
  font-size: 46px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #fff;
}

.spm-cta p {
  margin: 0;
  color: #ece6dc;
  font-size: 15px;
}

.spm-cta a.spm-btn,
.spm-cta a.spm-btn-green {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-height: 46px;
  padding: 12px 28px;
  background: #86C881 !important;
  color: #fff !important;
  border: 2px solid #86C881 !important;
  border-radius: 4px;
  font-family: var(--font-head);
  font-size: 24px;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
}

.spm-cta a.spm-btn:hover,
.spm-cta a.spm-btn-green:hover {
  background: #78b86a !important;
  border-color: #78b86a !important;
  color: #fff !important;
}

/* Testimonials */
.spm-feedback {
  padding: 72px 0 90px;
  background: linear-gradient(90deg, #f7f3ee 0%, #f5f7fb 42%, #eef2f8 100%);
}

.spm-feedback .spm-wrap {
  /* width: min(1180px, calc(100% - 48px)); */
}

.spm-feedback-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

.spm-feedback h2 {
  font-family: var(--font-head);
  font-size: 48px;
  font-weight: 800;
  color: #111;
  margin: 0 0 10px;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.spm-feedback h2 span {
  display: inline-block;
  border-bottom: 6px solid #c5d3ea;
  padding-bottom: 1px;
  line-height: 1.05;
}

.spm-feedback .lead {
  margin: 0;
  color: #7a7f8c;
  font-size: 18px;
}

.spm-slider-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 4px;
}

.spm-slider-nav button {
  width: 42px;
  height: 42px;
  border: 1.5px solid #0041C8;
  background: transparent;
  color: #0041C8;
  border-radius: 50%;
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.spm-slider-nav button:hover {
  border-color: #9aa6bb;
  color: #1c1640;
}

.spm-slide-count {
  min-width: 72px;
  height: 36px;
  padding: 0 14px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(28, 22, 64, 0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #5c6573;
}

.spm-slide {
  display: none;  
  grid-template-columns: minmax(0, 697px) 270px;
    justify-content: space-between;
    gap: 48px;
    align-items: center;
    overflow: visible;
    padding-top: 26px;
}


.spm-slide.is-active {
  display: grid;
}

.spm-quote-card {
  position: relative;
  background: #fff;
  border-radius: 24px;
  padding: 42px 46px 34px 58px;
  box-shadow: 0 18px 50px rgba(28, 40, 80, 0.08);
}

.spm-quote-mark {
  position: absolute;
  top: -34px;
  left: -27px;
  width: 80px;
  height: 80px;
}

.spm-quote-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.spm-quote {
  font-size: 20px;
  line-height: 1.8;
  color: #4a5160;
  margin: 0 0 32px;
}

.spm-quote-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding-left: 52px;
  position: relative;
}

.spm-quote-meta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 36px;
  height: 3px;
  background: #0041C8;
  border-radius: 2px;
}

.spm-quote-meta strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #1c1640;
}

.spm-quote-meta span {
  font-size: 13px;
  color: #8b90a0;
}

.spm-client-seal {
  position: relative;
  width: 270px;
  height: 270px;
  margin: 0 auto;
}

.spm-client-seal img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.spm-client-seal-inner {
  top: 22px !important;
  position: absolute;
  inset: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #8d8aa0;
  font-family: var(--font-head);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.35;
}

/* Boutique */
.spm-boutique {
  background: #e7f2e4;
  padding: 88px 0 96px;
}

.spm-boutique .spm-wrap {
  width: min(1080px, calc(100% - 48px));
}

.spm-boutique h2 {
  text-align: center;
  font-family: var(--font-head);
  color: #1c1640;
  font-size: clamp(28px, 3.2vw, 46px);
  font-weight: 700;
  letter-spacing: -0.025em;
  margin: 0 0 52px;
  line-height: 1.2;
  text-align: left;
}

.spm-boutique-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 72px;
}

.spm-boutique-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: start;
}

.spm-ring {
  width: 56px;
  height: 56px;
  background: #fff;
  border: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(28, 40, 30, 0.05);
}

.spm-ring img {
  width: 28px;
  height: 28px;
  max-width: none;
}

.spm-boutique-item h3 {
  font-family: var(--font-head);
  color: #1c1640;
  font-size: 24px;
  font-weight: 700;
  margin: 2px 0 8px;
}

.spm-boutique-item p {
  margin: 0 0 12px;
  color: #6b7280;
  font-size: 18px;
  line-height: 1.65;
}

.spm-boutique-item p:last-child {
  margin-bottom: 0;
}

.spm-boutique-item a {
  color: #7eb848;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.2px;
}

.spm-boutique-item a span {
  text-decoration: none;
  display: inline-block;
  margin-left: 4px;
}

.spm-boutique-item a:hover {
  color: var(--spm-green-dark);
}

/* Footer */
.spm-footer {
  position: relative;
  background-color: #10161c;
  background-image: var(--spm-footer-bg, none);
  background-position: left bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  color: #a7b0b8;
  padding: 48px 0 0;
  overflow: hidden;
  font-family: "Josefin Sans", sans-serif;
}

.spm-footer .spm-wrap {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
}

.spm-footer-cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 8px 0 32px;
  margin-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.spm-footer-cta-row h2 {
  font-family: "Josefin Sans", sans-serif;
  color: #86c881;
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
}

.spm-footer .spm-footer-cta-row p {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}

.spm-footer-brand p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #9aa3ab;
  max-width: 420px;
  text-align: justify;
}

a.spm-footer-schedule {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 28px;
  border-radius: 8px;
  background: #86c881;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  white-space: nowrap;
}

a.spm-footer-schedule:hover {
  background: #78b86a;
  color: #fff;
}

.spm-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.55fr) 0.7fr 0.9fr 0.9fr;
  gap: 40px 32px;
  padding-bottom: 20px;
}

.spm-footer-brand {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px 22px;
  align-items: start;
}

.spm-footer-brand-mark {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.spm-footer-brand .spm-logo img {
  height: 106px;
  width: auto;
}

a.spm-social {
  width: 26px;
  height: 26px;
  border-radius: 4px;
  background: #86c881;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

a.spm-social:hover {
  background: #78b86a;
  color: #fff;
}

.spm-footer h4 {
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 6px 0 18px;
}

.spm-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.spm-footer li {
  margin-bottom: 12px;
  font-size: 18px;
}

.spm-footer li a {
  color: #ffffff;
  font-size: 16px;
}

.spm-footer a:hover {
  color: #fff;
}

.spm-footer-mail {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.spm-footer-mail i {
  font-size: 16px;
  color: #c5ccd2;
}

.spm-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 0 22px;
  font-size: 13px;
  color: #fff;
}

.spm-footer-bottom a {
  margin-left: 22px;
  color: #fff;
}

/* Responsive */
@media (max-width: 1199px) {
  .spm-nav {
    gap: 18px;
  }
  

  .spm-header .spm-wrap {
    width: min(1140px, calc(100% - 32px));
  }
}

@media (max-width: 1099px) {
  .spm-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

.spm-nav {
  display: none;
  position: absolute;
  top: var(--spm-header-h);
  left: 0;
  right: 0;
  z-index: 60;
  background: #0b0d10;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 18px 24px 24px;
  gap: 16px;
  max-height: calc(100vh - var(--spm-header-h));
  max-height: calc(100dvh - var(--spm-header-h));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
}
 
.spm-nav > a {
  flex-shrink: 0;
}

  .spm-nav.is-open {
    display: flex;
  }

  .spm-nav .spm-btn-contact {
    margin-top: 6px;
  }
}

@media (max-width: 991px) {
  .spm-case-grid,
  .spm-help-grid,
  .spm-boutique-grid,
  .spm-footer-grid,
  .spm-slide.is-active {
    grid-template-columns: 1fr;
  }

  .spm-help-grid {
    gap: 8px;
  }

  .spm-help-item {
    padding: 28px 24px;
  }

  .spm-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 210px 210px;
  }

  .spm-tile.tall {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 280px;
  }

  .spm-client-seal {
    margin: 10px auto 0;
  }

  .spm-cta .spm-wrap,
  .spm-footer-cta-row,
  .spm-footer-bottom,
  .spm-feedback-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .spm-footer-brand {
    grid-template-columns: 1fr;
  }
  
    .spm-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 290px 210px;
  }
}

@media (max-width: 767px) {
  .spm-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .spm-hero {
    min-height: 100vh;
    padding: calc(var(--spm-header-h) + 32px) 0 56px;
  }

  .spm-hero h1 {
    font-size: 40px;
  }

  .spm-cases {
    padding-bottom: 40px;
  }

  .spm-solutions,
  .spm-help,
  .spm-feedback,
  .spm-boutique {
    padding: 56px 0;
  }
    .spm-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }
 
  .spm-footer-brand,
  .spm-footer-grid > div:last-child {
    grid-column: 1 / -1;
  }
 
  .spm-footer li a {
    overflow-wrap: break-word;
  }
    .spm-feedback h2 span {
   
    border-bottom: none;
  }
 
  .spm-feedback h2{
    border-bottom: 7px solid #d4e0f3;
  }
  .spm-help .intro br {
  display: none;
}
 
}
