:root {
  --mdh-bg: #f8f7ff;
  --mdh-surface: rgba(255, 255, 255, 0.84);
  --mdh-surface-strong: #ffffff;
  --mdh-ink: #0f0a1e;
  --mdh-ink-soft: #3d3558;
  --mdh-muted: #73688f;
  --mdh-line: rgba(107, 33, 212, 0.12);
  --mdh-line-strong: rgba(107, 33, 212, 0.2);
  --mdh-purple: #6b21d4;
  --mdh-blue: #2563eb;
  --mdh-orange: #e8540a;
  --mdh-grad: linear-gradient(135deg, #6b21d4 0%, #2563eb 100%);
  --mdh-grad-soft: linear-gradient(135deg, rgba(107, 33, 212, 0.08), rgba(37, 99, 235, 0.08));
  --mdh-shadow: 0 16px 50px rgba(15, 10, 30, 0.12);

  --color-corporate-900: #0f0a1e;
  --color-corporate-800: #6b21d4;
  --color-corporate-100: #f8f7ff;
  --color-corporate-50: #fbfaff;
  --color-cta: #24a4df;
  --color-cta-hover: #1b8ebf;
}

body {
  background: var(--mdh-bg);
  color: var(--mdh-ink);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--mdh-ink);
}

a:hover,
a:focus-visible {
  color: var(--mdh-purple);
}

.mi-site-header {
  --mi-nav-text: var(--mdh-ink-soft);
  --mi-nav-strong: var(--mdh-purple);
}

.mi-logo-fallback span:first-child {
  color: var(--mdh-purple);
}

.mi-logo-fallback span:last-child {
  color: var(--mdh-blue);
}

.brand-marquee .logo-word:hover {
  color: var(--mdh-purple);
}

[class$="-hero"],
[class$="-hero "],
[class$="-hero-grid"],
[class$="-hero-inner"] {
  position: relative;
}

.cnt-hero,
.srt-hero,
.lgl-hero,
.ref-hero,
.mi-proposal-hero,
.staj-hero,
.tkr-hero,
.corp-hero,
.mcc-hero,
.gate-hero {
  background:
    radial-gradient(circle at 20% 8%, rgba(107, 33, 212, 0.12), transparent 30%),
    radial-gradient(circle at 90% 12%, rgba(37, 99, 235, 0.08), transparent 24%),
    linear-gradient(180deg, #fff 0%, #f8f7ff 100%) !important;
}

.cnt-hero::after,
.srt-hero::after,
.lgl-hero::after,
.ref-hero::after,
.mi-proposal-hero::after,
.staj-hero::after,
.tkr-hero::after,
.corp-hero::after,
.mcc-hero::after,
.gate-hero::after {
  background: #fff !important;
}

.cnt-kicker,
.srt-kicker,
.lgl-kicker,
.ref-kicker,
.mi-proposal-kicker,
.staj-kicker,
.tkr-kicker {
  color: var(--mdh-blue) !important;
}

.cnt-kicker i,
.srt-kicker i,
.lgl-kicker i,
.ref-kicker i,
.mi-proposal-kicker i,
.staj-kicker i,
.tkr-kicker i {
  background: var(--mdh-purple) !important;
  box-shadow: 0 0 0 6px rgba(107, 33, 212, 0.12) !important;
}

.cnt-btn-primary,
.srt-btn--primary,
.lgl-btn-primary,
.ref-btn-primary,
.mi-proposal-btn-primary,
.staj-btn-primary,
.tkr-btn-primary,
.corp-btn-primary,
.mcc-cta,
.mi-header-cta,
.mi-mobile-cta,
.mi-cta.bg-cta {
  background: var(--mdh-grad) !important;
  color: #fff !important;
  border-color: transparent !important;
}

.cnt-btn-primary:hover,
.srt-btn--primary:hover,
.lgl-btn-primary:hover,
.ref-btn-primary:hover,
.mi-proposal-btn-primary:hover,
.staj-btn-primary:hover,
.tkr-btn-primary:hover,
.corp-btn-primary:hover,
.mcc-cta:hover,
.mi-header-cta:hover,
.mi-mobile-cta:hover {
  background: linear-gradient(135deg, #5a18ba 0%, #1f56d6 100%) !important;
  color: #fff !important;
}

.cnt-btn-secondary,
.srt-btn--secondary,
.lgl-btn-secondary,
.ref-btn-secondary,
.mi-proposal-btn-secondary,
.staj-btn-secondary,
.tkr-btn-secondary,
.corp-btn-secondary,
.mcc-result-cta,
.mi-mobile-sticky-actions a,
.mi-footer .mi-footer-social a {
  border-color: rgba(107, 33, 212, 0.12) !important;
}

.cnt-aside,
.cnt-footer-cta,
.srt-proof-note,
.mi-final-cta,
.ref-proof-note,
.ref-footer-cta,
.lgl-footer-cta,
.staj-cta,
.tkr-strip,
.corp-footer-cta,
.mcc-footer-cta,
.gate-cta-box {
  background: linear-gradient(180deg, #17112f 0%, #0f0a1e 100%) !important;
  color: #fff !important;
}

.cnt-aside h2,
.cnt-footer-cta h2,
.srt-proof-note h2,
.mi-final-cta h2,
.ref-proof-note h2,
.ref-footer-cta h2,
.lgl-footer-cta h2,
.staj-cta h2,
.tkr-strip h2,
.corp-footer-cta h2,
.mcc-footer-cta h2,
.gate-cta-box h2 {
  color: #fff !important;
}

.cnt-aside p,
.cnt-footer-cta p,
.srt-proof-note p,
.mi-final-cta p,
.ref-proof-note p,
.ref-footer-cta p,
.lgl-footer-cta p,
.staj-cta p,
.tkr-strip p,
.corp-footer-cta p,
.mcc-footer-cta p,
.gate-cta-box p {
  color: rgba(255, 255, 255, 0.74) !important;
}

.cnt-mini-link-primary,
.srt-mini-link--primary,
.lgl-btn-primary,
.ref-btn-primary,
.corp-btn-primary {
  background: var(--mdh-grad) !important;
  border-color: transparent !important;
}

.cnt-mini-link:hover,
.srt-mini-link:hover,
.lgl-mini-link:hover,
.ref-filter:hover,
.ref-link:hover,
.lgl-content a:hover {
  color: var(--mdh-purple) !important;
}

.ref-filter.active,
.ref-proof-badge,
.ref-trust strong,
.ref-section-head span,
.ref-section-logo .ref-section-head span,
.lgl-sidebar a.lgl-active,
.lgl-content a,
.lgl-kicker,
.cnt-mini-link-primary,
.cnt-trust-card strong,
.cnt-section-head span,
.cnt-address-row i,
.srt-certified,
.srt-section-head span,
.srt-cert-code,
.srt-value-icon,
.srt-trust strong,
.tkr-kicker,
.tkr-strip strong,
.staj-badge,
.staj-kicker,
.corp-kicker,
.corp-value-icon,
.corp-stat strong,
.mcc-kicker,
.mcc-summary strong {
  color: var(--mdh-purple) !important;
}

.brand-marquee {
  mask-image: linear-gradient(90deg, transparent, #000 12% 88%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12% 88%, transparent);
}

.mi-footer {
  background: #fff;
}

.mi-gtm-noscript {
  display: none;
  visibility: hidden;
}

.mi-footer a:hover {
  color: var(--mdh-purple);
}

.mi-footer .mi-footer-social a:hover {
  color: var(--mdh-purple);
  border-color: rgba(107, 33, 212, 0.28);
}

.about-template {
  overflow-x: clip;
}

.about-template .mdh-section,
.about-template .mdh-band {
  padding: clamp(4rem, 8vw, 7rem) 1.5rem;
}

.about-template .mdh-section-inner {
  position: relative;
  z-index: 1;
}

.about-template .mdh-section-title {
  letter-spacing: -0.05em;
}

.about-template .mdh-btn {
  min-height: 44px;
}

.about-template .about-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(107, 33, 212, 0.12), transparent 30%),
    radial-gradient(circle at 82% 14%, rgba(37, 99, 235, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(250, 248, 255, 0.98), rgba(242, 238, 255, 0.92));
}

.about-template .about-hero::before,
.about-template .about-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.about-template .about-hero::before {
  inset: auto auto -10% -12%;
  width: 28rem;
  height: 28rem;
  background: radial-gradient(circle, rgba(107, 33, 212, 0.12), transparent 68%);
}

.about-template .about-hero::after {
  inset: -16% -10% auto auto;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.1), transparent 68%);
}

.about-template .about-hero-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.4vw, 2rem);
  align-items: stretch;
}

.about-template .about-hero-copy {
  grid-column: span 7;
  padding: clamp(0.5rem, 1vw, 1rem) 0;
}

.about-template .about-hero-title {
  margin: 0;
  max-width: 10ch;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 1.05;
  letter-spacing: -0.075em;
  color: var(--mdh-ink);
}

.about-template .about-hero-lead {
  max-width: 43rem;
  margin: 1.25rem 0 0;
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  line-height: 1.8;
  color: var(--mdh-ink-soft);
}

.about-template .about-hero-actions {
  margin-top: 1.75rem;
}

.about-template .about-action-primary {
  box-shadow: 0 18px 40px rgba(107, 33, 212, 0.24);
}

.about-template .about-hero-media,
.about-template .about-intro-media,
.about-template .about-gallery-item {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(107, 33, 212, 0.08);
  box-shadow: 0 24px 70px rgba(15, 10, 30, 0.12);
}

.about-template .about-hero-media {
  grid-column: span 5;
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  min-height: clamp(24rem, 54vw, 38rem);
}

.about-template .about-hero-media::after,
.about-template .about-intro-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(15, 10, 30, 0.1) 100%);
  pointer-events: none;
}

.about-template .about-hero-media img,
.about-template .about-intro-media img,
.about-template .about-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-template .about-hero-media img {
  object-position: center center;
}

.about-template .about-metrics-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(1rem, 2.5vw, 1.75rem);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(107, 33, 212, 0.1);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(15, 10, 30, 0.08);
}

.about-template .about-metric {
  display: grid;
  justify-items: center;
  gap: 0.55rem;
  padding: 1.4rem 1rem 1.35rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.72);
  min-width: 0;
}

.about-template .about-metric + .about-metric {
  border-left: 1px solid rgba(107, 33, 212, 0.12);
}

.about-template .about-metric-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--mdh-purple);
  background: var(--mdh-grad-soft);
}

.about-template .about-metric-icon .material-symbols-outlined {
  font-size: 1.4rem;
}

.about-template .about-metric strong {
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 1;
  letter-spacing: -0.06em;
  color: var(--mdh-ink);
}

.about-template .about-metric span:last-child {
  display: block;
  color: var(--mdh-ink-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  max-width: 11ch;
  margin: 0 auto;
}

.about-template .about-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: center;
}

.about-template .about-intro-copy {
  min-width: 0;
}

.about-template .about-intro-copy .mdh-section-title {
  max-width: 14ch;
}

.about-template .about-intro-copy .mdh-section-lead + .mdh-section-lead {
  margin-top: 1rem;
}

.about-template .about-intro-media {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  aspect-ratio: 16 / 10;
}

.about-template .about-values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.about-template .about-value-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: clamp(1.5rem, 2.8vw, 2.25rem);
  border: 1px solid rgba(107, 33, 212, 0.12);
  box-shadow: 0 22px 56px rgba(15, 10, 30, 0.08);
}

.about-template .about-value-card h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.about-template .about-value-card p {
  margin: 0;
  color: var(--mdh-ink-soft);
  line-height: 1.8;
}

.about-template .about-value-card p + p {
  margin-top: 0.9rem;
}

.about-template .about-value-icon,
.about-template .about-why-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background: var(--mdh-grad-soft);
  color: var(--mdh-purple);
}

.about-template .about-value-icon .material-symbols-outlined,
.about-template .about-why-icon .material-symbols-outlined {
  font-size: 1.5rem;
}

.about-template .about-value-icon svg,
.about-template .about-why-icon svg {
  width: 1.55rem;
  height: 1.55rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-template .about-value-card-vision {
  color: #fff;
  background:
    radial-gradient(circle at 18% 12%, rgba(107, 33, 212, 0.18), transparent 28%),
    radial-gradient(circle at 80% 16%, rgba(37, 99, 235, 0.18), transparent 24%),
    linear-gradient(135deg, #0f0a1e 0%, #17112f 52%, #1d1550 100%);
  border-color: rgba(107, 33, 212, 0.18);
}

.about-template .about-value-card-vision h3,
.about-template .about-value-card-vision p {
  color: #fff;
}

.about-template .about-value-card-vision .about-value-icon {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.about-template .about-value-card-mission {
  background: linear-gradient(180deg, #fff 0%, #fbfaff 100%);
}

.about-template .about-value-icon-mission {
  background: rgba(107, 33, 212, 0.08);
}

.about-template .about-why-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.about-template .about-why-card {
  position: relative;
  min-width: 0;
  padding: 1.5rem 1.25rem;
  border-radius: 24px;
  border: 1px solid rgba(107, 33, 212, 0.12);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 34px rgba(15, 10, 30, 0.05);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.about-template .about-why-card:hover {
  transform: translateY(-4px);
  border-color: rgba(107, 33, 212, 0.2);
  box-shadow: 0 28px 64px rgba(15, 10, 30, 0.14);
}

.about-template .about-why-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.about-template .about-why-card p {
  margin: 0;
  color: var(--mdh-ink-soft);
  line-height: 1.72;
  font-size: 0.94rem;
}

.about-template .about-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.about-template .about-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  aspect-ratio: 1 / 0.78;
}

.about-template .about-gallery-item img {
  object-position: center center;
}

.about-template .about-final-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) auto;
  gap: 1.5rem;
  align-items: center;
  padding: clamp(1.75rem, 3.5vw, 2.75rem);
  border-radius: 34px;
  background:
    linear-gradient(90deg, rgba(11, 16, 39, 0.98) 0%, rgba(15, 10, 30, 0.94) 58%, rgba(15, 10, 30, 0.82) 100%);
  border: 1px solid rgba(107, 33, 212, 0.16);
  box-shadow: 0 28px 70px rgba(15, 10, 30, 0.2);
}

.about-template .about-final-panel::before,
.about-template .about-final-panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.about-template .about-final-panel::before {
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(107, 33, 212, 0.22), transparent 28%),
    radial-gradient(circle at 84% 50%, rgba(37, 99, 235, 0.16), transparent 24%);
}

.about-template .about-final-panel::after {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 16, 39, 0.8) 0%, rgba(11, 16, 39, 0.48) 45%, rgba(11, 16, 39, 0.16) 100%),
    url("/assets/img/dashboard.webp") right center / clamp(420px, 58vw, 760px) auto no-repeat;
  opacity: 0.95;
}

.about-template .about-final-copy,
.about-template .about-final-actions {
  position: relative;
  z-index: 1;
}

.about-template .about-final-copy {
  max-width: 46rem;
}

.about-template .about-final-copy .about-final-eyebrow {
  color: rgba(255, 255, 255, 0.74);
}

.about-template .about-final-copy .mdh-section-eyebrow::before {
  background: rgba(255, 255, 255, 0.6);
}

.about-template .about-final-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4.2vw, 3.3rem);
  line-height: 1.06;
  letter-spacing: -0.06em;
}

.about-template .about-final-copy p {
  margin: 0.9rem 0 0;
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
}

.about-template .about-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
  align-items: center;
}

.about-template .about-final-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  min-height: 44px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.about-template .about-final-secondary:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.about-template .about-final-secondary .material-symbols-outlined {
  font-size: 1.05rem;
}

.about-template .about-inline-link {
  min-height: 44px;
}

@media (max-width: 1100px) {
  .about-template .about-hero-grid,
  .about-template .about-intro-grid,
  .about-template .about-final-panel {
    grid-template-columns: 1fr;
  }

  .about-template .about-hero-copy,
  .about-template .about-hero-media {
    grid-column: auto;
  }

  .about-template .about-hero-media {
    min-height: 28rem;
  }

  .about-template .about-values-grid,
  .about-template .about-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-template .about-why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-template .about-final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .about-template .mdh-section,
  .about-template .mdh-band {
    padding: clamp(3rem, 8vw, 4.75rem) 1rem;
  }

  .about-template .about-metrics-panel {
    grid-template-columns: 1fr;
  }

  .about-template .about-metric + .about-metric {
    border-left: 0;
    border-top: 1px solid rgba(107, 33, 212, 0.12);
  }

  .about-template .about-metric span:last-child {
    display: block;
    max-width: 11ch;
    white-space: normal;
    line-height: 1.35;
    letter-spacing: 0.1em;
    text-wrap: balance;
  }

  .about-template .about-values-grid,
  .about-template .about-gallery-grid,
  .about-template .about-why-grid {
    grid-template-columns: 1fr;
  }

  .about-template .about-hero-title {
    max-width: 9ch;
    font-size: clamp(2.15rem, 10vw, 2.95rem);
  }

  .about-template .about-hero-media {
    min-height: 22rem;
    border-radius: 28px;
  }

  .about-template .about-final-panel {
    padding: 1.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-template .about-why-card,
  .about-template .about-final-secondary {
    transition-duration: 0.01ms !important;
  }
}

.seo-service-template {
  overflow-x: clip;
}

.seo-service-template .container {
  width: min(1260px, calc(100% - 42px));
  margin: 0 auto;
}

.seo-service-template .eyebrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid var(--mdh-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: #344054;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 24px;
}

.seo-service-template .pulse {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #46d7ff;
  box-shadow: 0 0 0 0 rgba(70, 215, 255, 0.8);
  animation: seoPulse 1.7s infinite;
}

@keyframes seoPulse {
  70% {
    box-shadow: 0 0 0 12px rgba(70, 215, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(70, 215, 255, 0);
  }
}

.seo-service-template .gradient-text {
  background: linear-gradient(110deg, #101828 0%, #5b21b6 38%, #2563eb 82%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.seo-service-template .btn {
  min-height: 58px;
  padding: 0 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  transition: 0.25s;
}

.seo-service-template .btn-secondary {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--mdh-line);
  color: #101828;
}

.seo-service-template .btn:hover,
.seo-service-template .cta-btn:hover {
  transform: translateY(-4px);
}

.seo-service-template .section {
  padding: 92px 0;
  position: relative;
}

.seo-service-template .section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 34px;
}

.seo-service-template .section-head h2 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1;
  letter-spacing: -3px;
}

.seo-service-template .section-head p {
  margin: 0;
  color: var(--mdh-muted);
  line-height: 1.7;
  max-width: 430px;
}

.seo-service-template .mdh-section,
.seo-service-template .mdh-band {
  padding: clamp(4rem, 8vw, 7rem) 1.5rem;
}

.seo-service-template .mdh-section-head {
  display: flex;
  justify-content: space-between;
  gap: 1.75rem;
  align-items: end;
  margin-bottom: 1.75rem;
}

.seo-service-template .mdh-section-head .mdh-section-title {
  margin: 0;
  max-width: 28ch;
}

.seo-service-template .mdh-section-head .mdh-section-lead {
  margin: 0;
  max-width: 36rem;
}

.seo-service-template .seo-hero,
.seo-service-template .seo-solution,
.seo-service-template .seo-features,
.seo-service-template .seo-process,
.seo-service-template .seo-showcase,
.seo-service-template .seo-final-cta {
  position: relative;
  overflow: hidden;
}

.seo-service-template .seo-hero {
  padding-top: clamp(7rem, 10vw, 9rem);
  background:
    radial-gradient(circle at 16% 12%, rgba(107, 33, 212, 0.12), transparent 28%),
    radial-gradient(circle at 88% 14%, rgba(37, 99, 235, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(250, 248, 255, 0.98), rgba(243, 240, 255, 0.9));
}

.seo-service-template .seo-hero-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.4vw, 2rem);
  align-items: stretch;
}

.seo-service-template .seo-hero-copy {
  grid-column: span 7;
  padding: clamp(0.25rem, 0.8vw, 0.75rem) 0;
}

.seo-service-template .seo-hero-title {
  margin: 0;
  max-width: 13.2ch;
  font-size: clamp(3rem, 5.6vw, 5.1rem);
  line-height: 0.96;
  letter-spacing: -0.07em;
  color: var(--mdh-ink);
}

.seo-service-template .seo-hero-lead {
  max-width: 42rem;
  margin: 1.25rem 0 0;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.8;
  color: var(--mdh-ink-soft);
}

.seo-service-template .seo-hero-actions {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.seo-service-template .mdh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  min-height: 54px;
  padding: 0 1.35rem;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.seo-service-template .mdh-btn-primary {
  color: #fff;
  background: var(--mdh-grad);
  box-shadow: 0 18px 42px rgba(107, 33, 212, 0.24);
}

.seo-service-template .mdh-btn-primary:hover {
  transform: translateY(-2px);
  color: #fff;
  box-shadow: 0 26px 58px rgba(107, 33, 212, 0.3);
}

.seo-service-template .mdh-btn-secondary {
  color: var(--mdh-ink);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(107, 33, 212, 0.12);
}

.seo-service-template .mdh-btn-secondary:hover {
  transform: translateY(-2px);
  color: var(--mdh-ink);
  border-color: rgba(107, 33, 212, 0.2);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(15, 10, 30, 0.08);
}

.seo-service-template .seo-hero-media {
  grid-column: span 5;
  position: relative;
  min-height: clamp(27rem, 56vw, 39rem);
  border-radius: 36px;
  overflow: hidden;
  border: 1px solid rgba(107, 33, 212, 0.08);
  background: #fff;
  box-shadow: 0 28px 72px rgba(15, 10, 30, 0.14);
}

.seo-service-template .seo-hero-media img,
.seo-service-template .seo-showcase-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seo-service-template .seo-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 24, 0.04), rgba(10, 10, 24, 0.5));
  pointer-events: none;
}

.seo-service-template .seo-hero-badge {
  position: absolute;
  z-index: 2;
  top: 1.75rem;
  right: 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--mdh-ink);
  font-weight: 900;
  letter-spacing: -0.02em;
  box-shadow: 0 16px 34px rgba(15, 10, 30, 0.18);
  backdrop-filter: blur(14px);
}

.seo-service-template .seo-dashboard {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 2;
  padding: 1.15rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(20px);
  box-shadow: 0 24px 60px rgba(15, 10, 30, 0.18);
}

.seo-service-template .seo-dashboard-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.seo-service-template .seo-dashboard-head strong {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.seo-service-template .seo-live {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 0.75rem;
  border-radius: 999px;
  background: #ecfdf3;
  color: #027a48;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seo-service-template .seo-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.seo-service-template .seo-dashboard-metric {
  padding: 1rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.07);
}

.seo-service-template .seo-dashboard-metric strong {
  display: block;
  color: var(--mdh-ink);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.seo-service-template .seo-dashboard-metric span {
  display: block;
  margin-top: 0.35rem;
  color: var(--mdh-ink-soft);
  font-size: 0.82rem;
  font-weight: 700;
}

.seo-service-template .seo-chart {
  height: 108px;
  margin-top: 0.95rem;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(107, 33, 212, 0.1), rgba(37, 99, 235, 0.08));
}

.seo-service-template .seo-chart svg {
  width: 100%;
  height: 100%;
}

.seo-service-template .seo-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.seo-service-template .seo-panel {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid rgba(107, 33, 212, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 52px rgba(15, 10, 30, 0.08);
}

.seo-service-template .seo-panel h3 {
  margin: 0 0 1rem;
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  line-height: 1.12;
  letter-spacing: -0.05em;
}

.seo-service-template .seo-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.85rem;
}

.seo-service-template .seo-list li {
  position: relative;
  padding-left: 1.65rem;
  color: var(--mdh-ink-soft);
  line-height: 1.7;
  font-weight: 600;
}

.seo-service-template .seo-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--mdh-purple), var(--mdh-blue));
  box-shadow: 0 0 0 6px rgba(107, 33, 212, 0.08);
}

.seo-service-template .seo-bullet-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.75rem;
}

.seo-service-template .seo-bullet-card {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  border: 1px solid rgba(107, 33, 212, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 30px rgba(15, 10, 30, 0.05);
}

.seo-service-template .seo-bullet-card::before {
  content: "";
  flex: 0 0 auto;
  width: 0.66rem;
  height: 0.66rem;
  margin-top: 0.38rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--mdh-purple), var(--mdh-blue));
  box-shadow: 0 0 0 6px rgba(107, 33, 212, 0.08);
}

.seo-service-template .seo-bullet-card strong {
  display: block;
  color: var(--mdh-ink);
  font-size: 0.98rem;
  line-height: 1.45;
  letter-spacing: -0.03em;
}

.seo-service-template .seo-bullet-grid-soft .seo-bullet-card {
  background: rgba(255, 255, 255, 0.96);
}

.seo-service-template .seo-panel-dark {
  color: #fff;
  background:
    radial-gradient(circle at 18% 16%, rgba(107, 33, 212, 0.16), transparent 28%),
    radial-gradient(circle at 84% 12%, rgba(37, 99, 235, 0.14), transparent 24%),
    linear-gradient(135deg, #0f0a1e 0%, #17112f 58%, #1d1550 100%);
  border-color: rgba(107, 33, 212, 0.18);
}

.seo-service-template .seo-panel-dark h3,
.seo-service-template .seo-panel-dark p,
.seo-service-template .seo-panel-dark li {
  color: #fff;
}

.seo-service-template .seo-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.75rem;
}

.seo-service-template .seo-feature-card {
  min-width: 0;
  padding: 1.45rem 1.2rem 1.35rem;
  border-radius: 24px;
  border: 1px solid rgba(107, 33, 212, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 38px rgba(15, 10, 30, 0.06);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.seo-service-template .seo-feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(107, 33, 212, 0.22);
  box-shadow: 0 30px 70px rgba(15, 10, 30, 0.14);
}

.seo-service-template .seo-feature-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background: var(--mdh-grad-soft);
  color: var(--mdh-purple);
}

.seo-service-template .seo-feature-icon .material-symbols-outlined {
  font-size: 1.45rem;
}

.seo-service-template .seo-feature-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.02rem;
  line-height: 1.28;
  letter-spacing: -0.03em;
}

.seo-service-template .seo-feature-card p {
  margin: 0;
  color: var(--mdh-ink-soft);
  line-height: 1.7;
  font-size: 0.94rem;
}

.seo-service-template .seo-process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.75rem;
}

.seo-service-template .seo-process-step {
  position: relative;
  min-width: 0;
  min-height: 170px;
  padding: 1.4rem 1.25rem;
  border-radius: 26px;
  border: 1px solid rgba(107, 33, 212, 0.12);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 38px rgba(15, 10, 30, 0.06);
  overflow: hidden;
}

.seo-service-template .seo-process-step::after {
  content: "";
  position: absolute;
  right: -1.75rem;
  bottom: -1.75rem;
  width: 7rem;
  height: 7rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(107, 33, 212, 0.16), transparent 68%);
}

.seo-service-template .seo-process-step b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--mdh-purple), var(--mdh-blue));
  color: #fff;
  font-size: 0.95rem;
  font-weight: 900;
}

.seo-service-template .seo-process-step strong {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.seo-service-template .seo-process-step p {
  margin: 0.7rem 0 0;
  color: var(--mdh-ink-soft);
  line-height: 1.7;
}

.seo-service-template .seo-step-list {
  list-style: none;
  padding: 0;
  margin: 0.85rem 0 0;
  display: grid;
  gap: 0.6rem;
}

.seo-service-template .seo-step-list li {
  position: relative;
  padding-left: 1.1rem;
  color: var(--mdh-ink-soft);
  font-size: 0.92rem;
  line-height: 1.6;
}

.seo-service-template .seo-step-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--mdh-purple), var(--mdh-blue));
}

.seo-service-template .seo-process-note {
  max-width: 52rem;
  margin: 1.4rem auto 0;
  color: var(--mdh-ink-soft);
  text-align: center;
  line-height: 1.8;
}

.seo-service-template .seo-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.75rem;
}

.seo-service-template .seo-method-card {
  min-width: 0;
  padding: 1.4rem 1.2rem 1.3rem;
  border-radius: 26px;
  border: 1px solid rgba(107, 33, 212, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 38px rgba(15, 10, 30, 0.06);
}

.seo-service-template .seo-method-card h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.28;
  letter-spacing: -0.04em;
}

.seo-service-template .seo-method-card p {
  margin: 0.7rem 0 0;
  color: var(--mdh-ink-soft);
  line-height: 1.7;
  font-size: 0.94rem;
}

.seo-service-template .seo-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1.25rem;
  align-items: stretch;
}

.seo-service-template .seo-showcase-image,
.seo-service-template .seo-showcase-copy {
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(107, 33, 212, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 56px rgba(15, 10, 30, 0.08);
}

.seo-service-template .seo-showcase-image {
  min-height: 30rem;
}

.seo-service-template .seo-showcase-image img {
  object-position: center center;
}

.seo-service-template .seo-showcase-copy {
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.seo-service-template .seo-showcase-copy h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4.5vw, 3.7rem);
  line-height: 1.02;
  letter-spacing: -0.065em;
}

.seo-service-template .seo-showcase-copy p {
  margin: 1rem 0 0;
  color: var(--mdh-ink-soft);
  font-size: 1rem;
  line-height: 1.75;
}

.seo-service-template .seo-progress {
  margin: 1.25rem 0 1rem;
  height: 12px;
  border-radius: 999px;
  overflow: hidden;
  background: #edf2f7;
}

.seo-service-template .seo-progress i {
  display: block;
  width: 78%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--mdh-purple), var(--mdh-blue));
}

.seo-service-template .seo-progress-note {
  margin: 0;
}

.seo-service-template .seo-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.75rem;
}

.seo-service-template .seo-faq-item {
  min-width: 0;
  border-radius: 24px;
  border: 1px solid rgba(107, 33, 212, 0.12);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 38px rgba(15, 10, 30, 0.06);
  overflow: hidden;
}

.seo-service-template .seo-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.2rem;
  color: var(--mdh-ink);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.03em;
}

.seo-service-template .seo-faq-item summary::-webkit-details-marker {
  display: none;
}

.seo-service-template .seo-faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 999px;
  background: var(--mdh-grad-soft);
  color: var(--mdh-purple);
  font-size: 1.1rem;
  line-height: 1;
}

.seo-service-template .seo-faq-item[open] summary::after {
  content: "−";
}

.seo-service-template .seo-faq-answer {
  padding: 0 1.2rem 1.2rem;
}

.seo-service-template .seo-faq-answer p {
  margin: 0;
  color: var(--mdh-ink-soft);
  line-height: 1.75;
  font-size: 0.95rem;
}

.seo-service-template .seo-final-cta .seo-final-panel {
  position: relative;
  overflow: hidden;
  border-radius: 38px;
  padding: clamp(1.75rem, 4vw, 3rem);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(11, 16, 39, 0.96) 0%, rgba(15, 10, 30, 0.9) 60%, rgba(15, 10, 30, 0.8) 100%);
  border: 1px solid rgba(107, 33, 212, 0.16);
  box-shadow: 0 28px 70px rgba(15, 10, 30, 0.22);
}

.seo-service-template .seo-final-panel::before,
.seo-service-template .seo-final-panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.seo-service-template .seo-final-panel::before {
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(107, 33, 212, 0.22), transparent 30%),
    radial-gradient(circle at 84% 48%, rgba(37, 99, 235, 0.16), transparent 24%);
}

.seo-service-template .seo-final-panel::after {
  inset: 0;
  opacity: 0.95;
  background:
    linear-gradient(90deg, rgba(11, 16, 39, 0.86) 0%, rgba(11, 16, 39, 0.48) 50%, rgba(11, 16, 39, 0.12) 100%),
    url("/assets/img/dashboard.webp") right center / clamp(360px, 52vw, 760px) auto no-repeat;
}

.seo-service-template .seo-final-copy,
.seo-service-template .seo-final-actions {
  position: relative;
  z-index: 1;
}

.seo-service-template .seo-final-copy {
  max-width: 48rem;
}

.seo-service-template .seo-final-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4.8vw, 4rem);
  line-height: 1.06;
  letter-spacing: -0.07em;
}

.seo-service-template .seo-final-copy p {
  margin: 0.95rem 0 0;
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
}

.seo-service-template .seo-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.75rem;
}

.seo-service-template .seo-final-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  min-height: 44px;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.seo-service-template .seo-final-ghost:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.seo-service-template .seo-reveal {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(8px);
  transition: opacity 0.75s ease, transform 0.75s ease, filter 0.75s ease;
}

.seo-service-template .seo-reveal.visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@media (max-width: 1100px) {
  .seo-service-template .mdh-section-head {
    display: block;
  }

  .seo-service-template .mdh-section-head .mdh-section-lead {
    margin-top: 1rem;
  }

  .seo-service-template .seo-hero-grid,
  .seo-service-template .seo-split,
  .seo-service-template .seo-showcase-grid {
    grid-template-columns: 1fr;
  }

  .seo-service-template .seo-hero-copy,
  .seo-service-template .seo-hero-media {
    grid-column: auto;
  }

  .seo-service-template .seo-hero-media {
    min-height: 30rem;
  }

  .seo-service-template .seo-feature-grid,
  .seo-service-template .seo-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-service-template .seo-bullet-grid,
  .seo-service-template .seo-method-grid,
  .seo-service-template .seo-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-service-template .seo-final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .seo-service-template .mdh-section,
  .seo-service-template .mdh-band {
    padding: clamp(3rem, 8vw, 4.75rem) 1rem;
  }

  .seo-service-template .mdh-section-head {
    margin-bottom: 1.25rem;
  }

  .seo-service-template .seo-hero-title {
    max-width: 10ch;
    font-size: clamp(2.4rem, 9.5vw, 3.25rem);
  }

  .seo-service-template .seo-hero-media {
    min-height: 22rem;
    border-radius: 28px;
  }

  .seo-service-template .seo-hero-badge {
    top: 1rem;
    right: 1rem;
  }

  .seo-service-template .seo-dashboard {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    padding: 1rem;
    border-radius: 22px;
  }

  .seo-service-template .seo-dashboard-grid,
  .seo-service-template .seo-feature-grid,
  .seo-service-template .seo-process-grid {
    grid-template-columns: 1fr;
  }

  .seo-service-template .seo-bullet-grid,
  .seo-service-template .seo-method-grid,
  .seo-service-template .seo-faq-grid {
    grid-template-columns: 1fr;
  }

  .seo-service-template .seo-showcase-image {
    min-height: 18rem;
  }

  .seo-service-template .seo-final-panel {
    padding: 1.5rem;
  }

  .seo-service-template .seo-final-panel::after {
    background:
      linear-gradient(180deg, rgba(11, 16, 39, 0.92) 0%, rgba(11, 16, 39, 0.7) 52%, rgba(11, 16, 39, 0.2) 100%),
      url("/assets/img/dashboard.webp") right -1rem bottom / 92% auto no-repeat;
  }

  .seo-service-template .seo-hero-actions .mdh-btn,
  .seo-service-template .seo-final-actions > * {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .seo-service-template .seo-feature-card,
  .seo-service-template .seo-final-ghost,
  .seo-service-template .seo-reveal {
    transition-duration: 0.01ms !important;
  }
}
