:root {
  --dm-ink: #171717;
  --dm-ink-soft: #343434;
  --dm-coral: #ff6657;
  --dm-coral-dark: #df493d;
  --dm-paper: #f7f5f1;
  --dm-white: #ffffff;
  --dm-muted: #66615d;
  --dm-line: #e6e0da;
  --dm-violet: #8d7ac7;
  --dm-whatsapp: #25d366;
  --dm-radius-sm: 14px;
  --dm-radius-md: 24px;
  --dm-radius-lg: 34px;
  --dm-shadow: 0 24px 70px rgba(23, 23, 23, 0.1);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--dm-ink);
  background: var(--dm-white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

img {
  max-width: 100%;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(255, 102, 87, 0.45);
  outline-offset: 4px;
}

[id] {
  scroll-margin-top: 104px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10000;
  padding: 12px 18px;
  color: var(--dm-white);
  background: var(--dm-ink);
  border-radius: 8px;
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  color: var(--dm-white);
  transform: translateY(0);
}

.home-page main {
  overflow: hidden;
}

.home-section {
  padding: 110px 0;
}

.eyebrow {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 18px;
  color: var(--dm-coral-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 2px;
  background: currentColor;
  content: "";
}

.eyebrow--light {
  color: #ff988e;
}

.section-heading {
  max-width: 740px;
  margin-bottom: 52px;
}

.section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading--center .eyebrow {
  justify-content: center;
}

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 64px;
  align-items: end;
  max-width: none;
}

.section-heading h2,
.approach-content h2,
.home-cta h2 {
  margin: 0;
  color: var(--dm-ink);
  font-family: inherit;
  font-size: clamp(2.15rem, 4vw, 3.85rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.section-heading > p:last-child,
.section-heading--split > p,
.approach-content__lead {
  margin: 24px 0 0;
  color: var(--dm-muted);
  font-size: 1.1rem;
  line-height: 1.8;
}

.section-heading--split > p {
  margin: 0 0 4px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  padding: 14px 22px;
  gap: 12px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover {
  text-decoration: none;
  transform: translateY(-2px);
}

.button--primary {
  color: var(--dm-white);
  background: var(--dm-ink);
}

.button--primary:hover,
.button--primary:focus {
  color: var(--dm-white);
  background: var(--dm-coral-dark);
}

.button--secondary {
  color: var(--dm-ink);
  background: transparent;
  border-color: var(--dm-line);
}

.button--secondary:hover,
.button--secondary:focus {
  color: var(--dm-ink);
  border-color: var(--dm-ink);
}

.button--light {
  color: var(--dm-ink);
  background: var(--dm-white);
}

.button--light:hover,
.button--light:focus {
  color: var(--dm-ink);
  background: #ffe1dd;
}

.text-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: var(--dm-ink);
  font-weight: 800;
  border-bottom: 1px solid var(--dm-coral);
}

.text-link:hover,
.text-link:focus {
  color: var(--dm-coral-dark);
  text-decoration: none;
}

.text-link--light {
  color: var(--dm-white);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1050;
}

.site-header .header {
  position: static;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 0 rgba(23, 23, 23, 0.08);
  backdrop-filter: blur(14px);
}

.site-header .navbar {
  min-height: 84px;
  padding: 0;
}

.brand {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  color: var(--dm-ink);
}

.brand:hover,
.brand:focus {
  color: var(--dm-ink);
  text-decoration: none;
}

.brand img {
  flex: 0 0 auto;
}

.brand__name {
  font-size: 1.22rem;
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 1;
}

.brand__name small {
  display: block;
  margin-top: 5px;
  color: var(--dm-coral-dark);
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.25em;
}

.site-header .navbar-collapse {
  justify-content: flex-end;
}

.site-header .navbar-nav {
  align-items: center;
  margin-left: auto;
}

.site-header .navbar-light .navbar-nav .nav-link {
  position: relative;
  padding: 32px 13px;
  color: #3d3936;
  font-size: 0.9rem;
  font-weight: 700;
}

.site-header .navbar-light .navbar-nav .nav-link::after {
  position: absolute;
  right: 13px;
  bottom: 25px;
  left: 13px;
  height: 2px;
  background: var(--dm-coral);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-header .navbar-light .navbar-nav .nav-link:hover,
.site-header .navbar-light .navbar-nav .nav-link:focus,
.site-header .navbar-light .navbar-nav .active > .nav-link {
  color: var(--dm-ink);
}

.site-header .navbar-light .navbar-nav .nav-link:hover::after,
.site-header .navbar-light .navbar-nav .nav-link:focus::after,
.site-header .navbar-light .navbar-nav .active > .nav-link::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 18px;
  gap: 9px;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  color: var(--dm-white);
  background: var(--dm-ink);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
  transition: background-color 180ms ease, transform 180ms ease;
}

.header-cta:hover,
.header-cta:focus {
  color: var(--dm-white);
  background: var(--dm-coral-dark);
  text-decoration: none;
  transform: translateY(-1px);
}

/* Hero */
.home-hero {
  position: relative;
  padding: 92px 0 86px;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 102, 87, 0.13), transparent 28%),
    linear-gradient(135deg, #fff 0%, var(--dm-paper) 100%);
}

.home-hero::after {
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 240px;
  height: 240px;
  border: 44px solid rgba(141, 122, 199, 0.12);
  border-radius: 50%;
  content: "";
}

.home-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  gap: 62px;
  align-items: center;
}

.home-hero__content {
  position: relative;
  z-index: 2;
}

.home-hero h1 {
  max-width: 720px;
  margin: 0 0 26px;
  color: var(--dm-ink);
  font-family: inherit;
  font-size: clamp(3rem, 5.5vw, 5.65rem);
  font-weight: 850;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.home-hero__lead {
  max-width: 650px;
  margin: 0 0 32px;
  color: #4f4b47;
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.75;
}

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

.home-hero__signals {
  display: flex;
  padding: 0;
  gap: 10px 24px;
  flex-wrap: wrap;
  margin: 32px 0 0;
  color: var(--dm-muted);
  font-size: 0.84rem;
  font-weight: 700;
  list-style: none;
}

.home-hero__signals li {
  position: relative;
  padding-left: 17px;
}

.home-hero__signals li::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--dm-coral);
  border-radius: 50%;
  content: "";
}

.home-hero__visual {
  position: relative;
  z-index: 1;
}

.home-hero__visual::before {
  position: absolute;
  top: -26px;
  right: -26px;
  width: 110px;
  height: 110px;
  background: var(--dm-coral);
  border-radius: 30px;
  content: "";
  transform: rotate(12deg);
}

.home-hero__visual img {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1.87 / 1;
  border: 9px solid rgba(255, 255, 255, 0.75);
  border-radius: var(--dm-radius-lg);
  box-shadow: var(--dm-shadow);
  object-fit: cover;
}

.home-hero__visual-tag {
  position: absolute;
  right: -18px;
  bottom: 34px;
  z-index: 2;
  padding: 11px 16px;
  color: var(--dm-white);
  background: var(--dm-ink);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(23, 23, 23, 0.2);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.18em;
}

/* Services */
.services-section {
  background: var(--dm-white);
}

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

.service-card {
  position: relative;
  padding: 38px 34px;
  overflow: hidden;
  background: var(--dm-paper);
  border: 1px solid transparent;
  border-radius: var(--dm-radius-md);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.service-card::after {
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 112px;
  height: 112px;
  border: 24px solid rgba(255, 102, 87, 0.12);
  border-radius: 50%;
  content: "";
}

.service-card:hover {
  border-color: rgba(255, 102, 87, 0.35);
  box-shadow: 0 22px 44px rgba(23, 23, 23, 0.08);
  transform: translateY(-5px);
}

.service-card__icon {
  display: block;
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
  object-fit: contain;
}

.service-card h3,
.solution-card h3,
.benefit-item h3,
.process-card h3 {
  margin: 0;
  color: var(--dm-ink);
  font-family: inherit;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.service-card h3 {
  margin-bottom: 14px;
  font-size: 1.38rem;
}

.service-card > p {
  min-height: 116px;
  margin: 0 0 22px;
  color: var(--dm-muted);
}

.service-card ul {
  position: relative;
  z-index: 1;
  padding: 20px 0 0;
  margin: 0;
  border-top: 1px solid var(--dm-line);
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 9px;
  color: #403c38;
  font-size: 0.9rem;
  font-weight: 650;
}

.service-card li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 8px;
  height: 8px;
  border: 2px solid var(--dm-coral);
  border-radius: 50%;
  content: "";
}

.service-card__link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 18px;
  color: var(--dm-ink);
  font-size: 0.88rem;
  font-weight: 800;
  border-bottom: 1px solid var(--dm-coral);
}

.service-card__link:hover,
.service-card__link:focus {
  color: var(--dm-coral-dark);
  text-decoration: none;
}

/* Strategic ecosystem */
.ecosystem-section {
  padding-top: 28px;
  background: var(--dm-white);
}

.ecosystem-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 0;
  gap: 14px;
  margin: 0;
  list-style: none;
}

.ecosystem-step {
  position: relative;
  min-height: 312px;
  padding: 28px 22px;
  overflow: hidden;
  background: var(--dm-paper);
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius-md);
}

.ecosystem-step::after {
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 96px;
  height: 96px;
  border: 20px solid rgba(255, 102, 87, 0.1);
  border-radius: 50%;
  content: "";
}

.ecosystem-step--primary {
  color: var(--dm-white);
  background:
    radial-gradient(circle at 100% 0, rgba(255, 102, 87, 0.24), transparent 36%),
    var(--dm-ink);
  border-color: var(--dm-ink);
}

.ecosystem-step__number {
  display: block;
  margin-bottom: 34px;
  color: var(--dm-coral-dark);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.ecosystem-step--primary .ecosystem-step__number {
  color: #ff988e;
}

.ecosystem-step__icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  place-items: center;
  color: var(--dm-ink);
  background: var(--dm-white);
  border-radius: 15px;
  box-shadow: 0 10px 24px rgba(23, 23, 23, 0.08);
  font-size: 1.35rem;
}

.ecosystem-step--primary .ecosystem-step__icon {
  color: var(--dm-white);
  background: var(--dm-coral-dark);
  box-shadow: none;
}

.ecosystem-step h3 {
  margin: 0 0 12px;
  color: var(--dm-ink);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.ecosystem-step--primary h3 {
  color: var(--dm-white);
}

.ecosystem-step p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--dm-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.ecosystem-step--primary p {
  color: #cbc7c3;
}

.ecosystem-step__label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 7px 10px;
  margin-top: 18px;
  color: #ffd8d4;
  background: rgba(255, 102, 87, 0.18);
  border-radius: 999px;
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.coverage-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  padding: 52px;
  gap: 70px;
  align-items: center;
  margin-top: 28px;
  color: var(--dm-white);
  background:
    radial-gradient(circle at 92% 0, rgba(141, 122, 199, 0.38), transparent 34%),
    var(--dm-ink);
  border-radius: var(--dm-radius-lg);
}

.coverage-panel h3 {
  max-width: 520px;
  margin: 0 0 16px;
  color: var(--dm-white);
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.coverage-panel__copy > p:last-child {
  max-width: 610px;
  margin: 0;
  color: #c9c5c1;
}

.coverage-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0;
  gap: 12px;
  margin: 0;
  list-style: none;
}

.coverage-list li {
  display: flex;
  min-height: 54px;
  padding: 13px 15px;
  gap: 11px;
  align-items: center;
  color: var(--dm-white);
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--dm-radius-sm);
  font-size: 0.9rem;
  font-weight: 750;
}

.coverage-list li span {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  background: var(--dm-coral);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 102, 87, 0.13);
}

/* Approach */
.approach-section {
  background: var(--dm-paper);
}

.approach-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1.05fr);
  gap: 100px;
  align-items: center;
}

.approach-visual {
  position: relative;
  min-height: 610px;
}

.approach-visual figure {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: var(--dm-white);
  border: 8px solid var(--dm-white);
  border-radius: 26px;
  box-shadow: var(--dm-shadow);
}

.approach-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.approach-visual__primary {
  top: 0;
  left: 0;
  width: 75%;
  aspect-ratio: 1 / 1;
  transform: rotate(-2deg);
}

.approach-visual__secondary {
  right: 0;
  bottom: 0;
  width: 54%;
  aspect-ratio: 1 / 1;
  transform: rotate(3deg);
}

.approach-content__lead {
  margin-bottom: 34px;
}

.benefit-list {
  display: grid;
  gap: 20px;
}

.benefit-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: start;
}

.benefit-item > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--dm-white);
  background: var(--dm-ink);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 850;
}

.benefit-item h3 {
  margin: 1px 0 5px;
  font-size: 1.08rem;
}

.benefit-item p {
  margin: 0;
  color: var(--dm-muted);
  font-size: 0.95rem;
}

.approach-content__link {
  margin-top: 30px;
}

/* Process */
.process-section {
  position: relative;
  background:
    radial-gradient(circle at 85% 12%, rgba(141, 122, 199, 0.2), transparent 28%),
    var(--dm-ink);
}

.process-section .section-heading h2 {
  color: var(--dm-white);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
  gap: 1px;
  margin: 0;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--dm-radius-md);
  list-style: none;
  overflow: hidden;
}

.process-card {
  min-height: 290px;
  padding: 34px 28px;
  background: #202020;
  transition: background-color 180ms ease;
}

.process-card:hover {
  background: #292929;
}

.process-card__number {
  display: inline-block;
  margin-bottom: 64px;
  color: #ff988e;
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.process-card h3 {
  margin-bottom: 13px;
  color: var(--dm-white);
  font-size: 1.22rem;
}

.process-card p {
  margin: 0;
  color: #c8c4c0;
  font-size: 0.94rem;
  line-height: 1.7;
}

/* Solutions */
.solution-section {
  background: var(--dm-white);
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.solution-card {
  overflow: hidden;
  background: var(--dm-white);
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius-md);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.solution-card:hover {
  box-shadow: var(--dm-shadow);
  transform: translateY(-5px);
}

.solution-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 1.28 / 1;
  background: var(--dm-paper);
  object-fit: cover;
}

.solution-card__content {
  padding: 28px;
}

.solution-card__tag {
  margin: 0 0 10px;
  color: var(--dm-coral-dark);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.solution-card h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
  line-height: 1.25;
}

.solution-card__content > p:last-child,
.solution-card__content > h3 + p {
  margin: 0;
  color: var(--dm-muted);
  font-size: 0.95rem;
}

.solution-card__link {
  display: inline-flex;
  margin-top: 20px;
  color: var(--dm-ink);
  font-size: 0.84rem;
  font-weight: 800;
  border-bottom: 1px solid var(--dm-coral);
}

.solution-card__link:hover,
.solution-card__link:focus {
  color: var(--dm-coral-dark);
  text-decoration: none;
}

/* Editorial insights */
.insights-section {
  background:
    radial-gradient(circle at 4% 10%, rgba(255, 102, 87, 0.08), transparent 24%),
    var(--dm-paper);
}

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

.insight-card {
  overflow: hidden;
  background: var(--dm-white);
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius-md);
  box-shadow: 0 12px 36px rgba(23, 23, 23, 0.055);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.insight-card:hover {
  box-shadow: var(--dm-shadow);
  transform: translateY(-4px);
}

.insight-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  background: #e9e4de;
  object-fit: cover;
}

.insight-card__content {
  padding: 30px;
}

.insight-card__category {
  margin: 0 0 10px;
  color: var(--dm-coral-dark);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.insight-card h3 {
  max-width: 570px;
  margin: 0 0 14px;
  color: var(--dm-ink);
  font-size: clamp(1.35rem, 2.1vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.18;
}

.insight-card h3 a {
  color: inherit;
}

.insight-card h3 a:hover,
.insight-card h3 a:focus {
  color: var(--dm-coral-dark);
  text-decoration: none;
}

.insight-card__content > p:not(.insight-card__category) {
  margin: 0;
  color: var(--dm-muted);
}

.insight-card__details {
  margin-top: 24px;
  border-top: 1px solid var(--dm-line);
}

.insight-card__details summary {
  position: relative;
  padding: 18px 38px 0 0;
  color: var(--dm-ink);
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 800;
  list-style: none;
}

.insight-card__details summary::-webkit-details-marker {
  display: none;
}

.insight-card__details summary::before,
.insight-card__details summary::after {
  position: absolute;
  top: 29px;
  right: 4px;
  width: 15px;
  height: 2px;
  background: var(--dm-coral-dark);
  content: "";
  transition: transform 180ms ease;
}

.insight-card__details summary::after {
  transform: rotate(90deg);
}

.insight-card__details[open] summary::after {
  transform: rotate(0);
}

.insight-card__details ul {
  padding: 16px 0 0;
  margin: 0;
  list-style: none;
}

.insight-card__details li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: var(--dm-muted);
  font-size: 0.9rem;
}

.insight-card__details li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--dm-coral);
  border-radius: 50%;
  content: "";
}

.insight-card__link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
  color: var(--dm-ink);
  font-size: 0.84rem;
  font-weight: 800;
}

.insight-card__link:hover,
.insight-card__link:focus {
  color: var(--dm-coral-dark);
  text-decoration: none;
}

/* FAQ */
.faq-section {
  background: var(--dm-white);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 90px;
  align-items: start;
}

.faq-grid .section-heading {
  position: sticky;
  top: 130px;
  margin-bottom: 0;
}

.faq-grid .text-link {
  margin-top: 28px;
}

.faq-list {
  border-top: 1px solid #d9d2cb;
}

.faq-item {
  border-bottom: 1px solid #d9d2cb;
}

.faq-item summary {
  position: relative;
  padding: 26px 50px 26px 0;
  color: var(--dm-ink);
  cursor: pointer;
  font-size: 1.07rem;
  font-weight: 800;
  list-style: none;
}

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

.faq-item summary::before,
.faq-item summary::after {
  position: absolute;
  top: 36px;
  right: 8px;
  width: 18px;
  height: 2px;
  background: var(--dm-coral-dark);
  content: "";
  transition: transform 180ms ease;
}

.faq-item summary::after {
  transform: rotate(90deg);
}

.faq-item[open] summary::after {
  transform: rotate(0);
}

.faq-item p {
  max-width: 720px;
  padding: 0 50px 26px 0;
  margin: 0;
  color: var(--dm-muted);
}

/* Final CTA */
.home-cta {
  padding: 0 0 110px;
  background: var(--dm-paper);
}

.home-cta__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 64px;
  gap: 60px;
  align-items: center;
  background:
    radial-gradient(circle at 90% 10%, rgba(141, 122, 199, 0.3), transparent 32%),
    var(--dm-coral-dark);
  border-radius: var(--dm-radius-lg);
}

.home-cta h2 {
  max-width: 790px;
  color: var(--dm-white);
}

.home-cta p:not(.eyebrow) {
  max-width: 700px;
  margin: 20px 0 0;
  color: #fff1ef;
  font-size: 1.04rem;
}

/* Footer */
.site-footer {
  padding: 82px 0 0;
  color: #c9c5c1;
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 102, 87, 0.14), transparent 24%),
    #111111;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(300px, 1.25fr) minmax(180px, 0.7fr) minmax(260px, 0.9fr);
  gap: 70px;
  padding-bottom: 70px;
}

.brand--footer {
  margin-bottom: 24px;
  color: var(--dm-white);
}

.brand--footer:hover,
.brand--footer:focus {
  color: var(--dm-white);
}

.site-footer__brand > p,
.site-footer__contact p {
  max-width: 470px;
  margin: 0;
  color: #aaa6a2;
  font-size: 0.96rem;
}

.site-footer h2 {
  margin: 7px 0 20px;
  color: var(--dm-white);
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer__nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer__nav li {
  margin-bottom: 11px;
}

.site-footer__nav a {
  color: #c9c5c1;
  font-size: 0.94rem;
}

.site-footer__nav a:hover,
.site-footer__nav a:focus {
  color: var(--dm-white);
  text-decoration: none;
}

.site-footer__phone {
  display: block;
  margin: 22px 0 15px;
  color: var(--dm-white);
  font-size: 1.28rem;
  font-weight: 800;
}

.site-footer__address {
  max-width: 480px;
  margin: 18px 0 0;
  color: #aaa6a2;
  font-size: 0.86rem;
  font-style: normal;
  line-height: 1.6;
}

.site-footer__map {
  display: block;
  margin-top: 12px;
  color: #aaa6a2;
  font-size: 0.82rem;
  font-weight: 700;
}

.site-footer__map:hover,
.site-footer__map:focus {
  color: var(--dm-white);
  text-decoration: none;
}

.site-footer__phone:hover,
.site-footer__phone:focus {
  color: #ff988e;
  text-decoration: none;
}

.site-footer__bottom {
  display: flex;
  padding: 24px 0;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #88847f;
  font-size: 0.8rem;
}

.site-footer__bottom p {
  margin: 0;
}

/* Independent pages */
.inner-page main {
  overflow: hidden;
}

.page-hero {
  position: relative;
  padding: 42px 0 94px;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 102, 87, 0.13), transparent 25%),
    linear-gradient(135deg, #fff 0%, var(--dm-paper) 100%);
}

.page-hero::after {
  position: absolute;
  right: -92px;
  bottom: -102px;
  width: 250px;
  height: 250px;
  border: 46px solid rgba(141, 122, 199, 0.11);
  border-radius: 50%;
  content: "";
}

.breadcrumbs {
  position: relative;
  z-index: 2;
  margin-bottom: 46px;
}

.breadcrumbs ol {
  display: flex;
  padding: 0;
  gap: 8px;
  margin: 0;
  color: var(--dm-muted);
  font-size: 0.78rem;
  font-weight: 750;
  list-style: none;
}

.breadcrumbs li + li::before {
  padding-right: 8px;
  color: #aaa39c;
  content: "/";
}

.breadcrumbs a {
  color: var(--dm-ink);
}

.page-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  gap: 68px;
  align-items: center;
}

.page-hero h1 {
  max-width: 780px;
  margin: 0 0 26px;
  color: var(--dm-ink);
  font-size: clamp(3rem, 5.2vw, 5.25rem);
  font-weight: 850;
  letter-spacing: -0.06em;
  line-height: 0.99;
}

.page-hero__lead {
  max-width: 680px;
  margin: 0 0 32px;
  color: #4f4b47;
  font-size: clamp(1.04rem, 1.5vw, 1.18rem);
  line-height: 1.75;
}

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

.page-hero__signals {
  display: flex;
  padding: 0;
  gap: 10px 22px;
  flex-wrap: wrap;
  margin: 30px 0 0;
  color: var(--dm-muted);
  font-size: 0.82rem;
  font-weight: 700;
  list-style: none;
}

.page-hero__signals li {
  position: relative;
  padding-left: 16px;
}

.page-hero__signals li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--dm-coral);
  border-radius: 50%;
  content: "";
}

.page-hero__visual {
  position: relative;
  margin: 0;
}

.page-hero__visual::before {
  position: absolute;
  top: -22px;
  right: -20px;
  width: 92px;
  height: 92px;
  background: var(--dm-coral);
  border-radius: 28px;
  content: "";
  transform: rotate(11deg);
}

.page-hero__visual img {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  border: 8px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--dm-radius-lg);
  box-shadow: var(--dm-shadow);
  object-fit: cover;
}

.page-hero__visual figcaption {
  position: absolute;
  right: 24px;
  bottom: 22px;
  padding: 10px 15px;
  color: var(--dm-white);
  background: var(--dm-ink);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(23, 23, 23, 0.22);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.landing-intro {
  background: var(--dm-paper);
}

.landing-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
  gap: 92px;
  align-items: center;
}

.landing-intro h2,
.about-manifesto h2,
.contact-brief h2 {
  margin: 0 0 24px;
  color: var(--dm-ink);
  font-size: clamp(2.15rem, 4vw, 3.7rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.landing-intro__content > p:not(.eyebrow) {
  margin: 0 0 18px;
  color: var(--dm-muted);
  font-size: 1.02rem;
  line-height: 1.8;
}

.landing-intro__visual {
  position: relative;
  margin: 0;
}

.landing-intro__visual::after {
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 112px;
  height: 112px;
  border: 24px solid rgba(255, 102, 87, 0.22);
  border-radius: 50%;
  content: "";
}

.landing-intro__visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 8px solid var(--dm-white);
  border-radius: var(--dm-radius-lg);
  box-shadow: var(--dm-shadow);
  object-fit: cover;
}

.landing-audience {
  padding: 26px;
  margin-top: 32px;
  background: var(--dm-white);
  border-left: 4px solid var(--dm-coral);
  border-radius: 0 var(--dm-radius-sm) var(--dm-radius-sm) 0;
}

.landing-audience h3 {
  margin: 0 0 14px;
  font-size: 1rem;
  font-weight: 800;
}

.landing-audience ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.landing-audience li {
  position: relative;
  padding-left: 20px;
  margin-top: 8px;
  color: var(--dm-muted);
  font-size: 0.91rem;
}

.landing-audience li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--dm-coral);
  border-radius: 50%;
  content: "";
}

.landing-deliverables {
  background: var(--dm-white);
}

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

.deliverable-card {
  min-height: 252px;
  padding: 30px;
  background: var(--dm-paper);
  border: 1px solid transparent;
  border-radius: var(--dm-radius-md);
  transition: border-color 180ms ease, transform 180ms ease;
}

.deliverable-card:hover {
  border-color: rgba(255, 102, 87, 0.34);
  transform: translateY(-4px);
}

.deliverable-card > span,
.principle-grid article > span,
.about-capability-grid > a > span {
  display: block;
  margin-bottom: 36px;
  color: var(--dm-coral-dark);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.deliverable-card h3,
.outcome-grid h3,
.related-grid > a > span,
.principle-grid h3,
.about-capability-grid h3,
.contact-options h3 {
  margin: 0 0 12px;
  color: var(--dm-ink);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.deliverable-card p,
.outcome-grid p,
.principle-grid p,
.about-capability-grid p {
  margin: 0;
  color: var(--dm-muted);
  font-size: 0.92rem;
}

.landing-method {
  background:
    radial-gradient(circle at 90% 8%, rgba(141, 122, 199, 0.2), transparent 28%),
    var(--dm-ink);
}

.landing-method .section-heading h2 {
  color: var(--dm-white);
}

.landing-method__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
  gap: 1px;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--dm-radius-md);
  list-style: none;
}

.landing-method__grid li {
  min-height: 280px;
  padding: 34px 28px;
  background: #202020;
}

.landing-method__grid li > span {
  display: block;
  margin-bottom: 58px;
  color: #ff988e;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.landing-method__grid h3 {
  margin: 0 0 13px;
  color: var(--dm-white);
  font-size: 1.18rem;
  font-weight: 800;
}

.landing-method__grid p {
  margin: 0;
  color: #c8c4c0;
  font-size: 0.91rem;
}

.landing-outcomes {
  background: var(--dm-paper);
}

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

.outcome-grid article {
  padding: 32px;
  background: var(--dm-white);
  border-top: 4px solid var(--dm-coral);
  border-radius: var(--dm-radius-sm);
}

.related-section {
  background: var(--dm-white);
}

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

.related-grid > a {
  display: block;
  padding: 32px;
  color: var(--dm-ink);
  background: var(--dm-paper);
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius-md);
  transition: border-color 180ms ease, transform 180ms ease;
}

.related-grid > a:hover,
.related-grid > a:focus {
  color: var(--dm-ink);
  border-color: var(--dm-coral);
  text-decoration: none;
  transform: translateY(-4px);
}

.related-grid > a > p {
  max-width: 520px;
  margin: 0 0 22px;
  color: var(--dm-muted);
}

.related-grid strong {
  color: var(--dm-coral-dark);
  font-size: 0.86rem;
}

.page-cta {
  padding: 0 0 110px;
  background: var(--dm-white);
}

.page-cta__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 64px;
  gap: 60px;
  align-items: center;
  background:
    radial-gradient(circle at 92% 8%, rgba(141, 122, 199, 0.32), transparent 32%),
    var(--dm-coral-dark);
  border-radius: var(--dm-radius-lg);
}

.page-cta h2 {
  max-width: 800px;
  margin: 0;
  color: var(--dm-white);
  font-size: clamp(2rem, 4vw, 3.55rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.page-cta p:not(.eyebrow) {
  max-width: 720px;
  margin: 18px 0 0;
  color: #fff1ef;
}

/* Ideas */
.ideas-index {
  background: var(--dm-paper);
}

.idea-topic-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.idea-topic-nav a {
  display: block;
  padding: 24px;
  color: var(--dm-ink);
  background: var(--dm-white);
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius-sm);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
  transition: border-color 180ms ease, transform 180ms ease;
}

.idea-topic-nav a:hover,
.idea-topic-nav a:focus {
  color: var(--dm-ink);
  border-color: var(--dm-coral);
  text-decoration: none;
  transform: translateY(-3px);
}

.idea-topic-nav span {
  display: block;
  margin-bottom: 7px;
  color: var(--dm-coral-dark);
  font-size: 0.68rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.idea-article {
  background: var(--dm-white);
}

.idea-article--reverse {
  background: var(--dm-paper);
}

.idea-article__grid {
  display: grid;
  grid-template-columns: minmax(400px, 0.95fr) minmax(0, 1.05fr);
  gap: 86px;
  align-items: start;
}

.idea-article--reverse figure {
  order: 2;
}

.idea-article figure {
  position: sticky;
  top: 126px;
  margin: 0;
}

.idea-article figure img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  border-radius: var(--dm-radius-md);
  box-shadow: var(--dm-shadow);
  object-fit: cover;
}

.idea-article h2 {
  margin: 0 0 20px;
  color: var(--dm-ink);
  font-size: clamp(2rem, 3.6vw, 3.45rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.idea-article__content > p {
  margin: 0 0 18px;
  color: var(--dm-muted);
  font-size: 1rem;
  line-height: 1.8;
}

.idea-article__content .idea-article__summary {
  color: var(--dm-ink-soft);
  font-size: 1.12rem;
  font-weight: 650;
}

.idea-article h3 {
  margin: 30px 0 14px;
  color: var(--dm-ink);
  font-size: 1.12rem;
  font-weight: 800;
}

.idea-article ul {
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
}

.idea-article li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 11px;
  color: var(--dm-muted);
}

.idea-article li::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--dm-coral);
  border-radius: 50%;
  content: "";
}

.idea-article__takeaway {
  padding: 22px 24px;
  color: var(--dm-ink) !important;
  background: rgba(255, 102, 87, 0.1);
  border-left: 4px solid var(--dm-coral);
  border-radius: 0 var(--dm-radius-sm) var(--dm-radius-sm) 0;
}

/* About */
.about-manifesto {
  background: var(--dm-paper);
}

.about-manifesto__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
  gap: 90px;
}

.about-manifesto__copy p {
  margin: 0 0 20px;
  color: var(--dm-muted);
  font-size: 1.04rem;
  line-height: 1.8;
}

.about-principles {
  background: var(--dm-white);
}

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

.principle-grid article {
  min-height: 270px;
  padding: 28px;
  background: var(--dm-paper);
  border-radius: var(--dm-radius-md);
}

.about-capabilities {
  background: var(--dm-paper);
}

.about-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.about-capability-grid > a {
  display: block;
  padding: 32px;
  color: var(--dm-ink);
  background: var(--dm-white);
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius-md);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.about-capability-grid > a:hover,
.about-capability-grid > a:focus {
  color: var(--dm-ink);
  box-shadow: var(--dm-shadow);
  text-decoration: none;
  transform: translateY(-4px);
}

.about-capability-grid strong {
  display: block;
  margin-top: 24px;
  color: var(--dm-coral-dark);
  font-size: 0.84rem;
}

.about-location {
  background: var(--dm-white);
}

.about-location__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr);
  padding: 58px;
  gap: 72px;
  align-items: center;
  color: var(--dm-white);
  background:
    radial-gradient(circle at 92% 10%, rgba(141, 122, 199, 0.3), transparent 34%),
    var(--dm-ink);
  border-radius: var(--dm-radius-lg);
}

.about-location h2 {
  margin: 0 0 18px;
  color: var(--dm-white);
  font-size: clamp(2rem, 3.8vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.about-location p:not(.eyebrow) {
  max-width: 650px;
  margin: 0;
  color: #c8c4c0;
}

.about-location address {
  padding: 26px;
  margin: 0;
  color: #dedad6;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--dm-radius-sm);
  font-size: 0.92rem;
  font-style: normal;
}

.about-location address span {
  display: block;
  margin-bottom: 10px;
  color: #ff988e;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.about-location address a {
  display: block;
  margin-top: 18px;
  color: var(--dm-white);
  font-weight: 800;
}

/* Contact */
.contact-options {
  background: var(--dm-white);
}

.contact-options__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.contact-options article {
  padding: 32px;
  background: var(--dm-paper);
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius-md);
}

.contact-options article > span {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
  place-items: center;
  color: var(--dm-white);
  background: var(--dm-ink);
  border-radius: 16px;
  font-size: 1.35rem;
}

.contact-options article > p {
  margin: 0 0 8px;
  color: var(--dm-coral-dark);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-options article > a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--dm-ink);
  font-size: 0.86rem;
  font-weight: 800;
  border-bottom: 1px solid var(--dm-coral);
}

.contact-options article > a:hover,
.contact-options article > a:focus {
  color: var(--dm-coral-dark);
  text-decoration: none;
}

.contact-brief {
  background: var(--dm-paper);
}

.contact-brief__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.75fr);
  gap: 88px;
  align-items: start;
}

.contact-brief ol {
  display: grid;
  padding: 0;
  gap: 18px;
  margin: 38px 0 0;
  list-style: none;
}

.contact-brief li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
}

.contact-brief li > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--dm-white);
  background: var(--dm-ink);
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 850;
}

.contact-brief li h3 {
  margin: 0 0 4px;
  color: var(--dm-ink);
  font-size: 1.04rem;
  font-weight: 800;
}

.contact-brief li p {
  margin: 0;
  color: var(--dm-muted);
  font-size: 0.92rem;
}

.contact-location {
  padding: 38px;
  color: var(--dm-white);
  background:
    radial-gradient(circle at 100% 0, rgba(141, 122, 199, 0.28), transparent 34%),
    var(--dm-ink);
  border-radius: var(--dm-radius-md);
}

.contact-location h2 {
  margin: 0 0 18px;
  color: var(--dm-white);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.contact-location address {
  padding-bottom: 22px;
  margin: 0 0 22px;
  color: #dedad6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 1rem;
  font-style: normal;
}

.contact-location > p:not(.eyebrow) {
  margin: 0 0 26px;
  color: #aaa6a2;
}

/* About and contact template adaptations */
.about-template-page main,
.contact-template-page main {
  overflow: hidden;
}

.about-template-page main .title-h2,
.about-template-page main .title-h3,
.contact-template-page main .title-h2,
.contact-template-page main .title-h3,
.catalog-page main .title-h2,
.catalog-page main .title-h3 {
  color: var(--dm-ink);
  font-family: inherit;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.about-template-page main .title-h2,
.contact-template-page main .title-h2,
.catalog-page main .title-h2 {
  font-size: clamp(2.15rem, 4vw, 3.75rem);
  line-height: 1.06;
}

.about-template-page main .title-h3,
.contact-template-page main .title-h3 {
  font-size: 1.2rem;
  line-height: 1.35;
}

.about-template-page main .before-title,
.contact-template-page main .before-title,
.catalog-page main .before-title {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 18px;
  color: var(--dm-coral-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.about-template-page main .before-title::before,
.contact-template-page main .before-title::before,
.catalog-page main .before-title::before {
  position: static;
  z-index: auto;
  display: block;
  width: 28px;
  height: 2px;
  flex: 0 0 auto;
  background: currentColor;
  background-image: none;
  content: "";
}

.about-template-page main .before-title.text-center,
.contact-template-page main .before-title.text-center,
.catalog-page main .before-title.text-center {
  justify-content: center;
}

.about-template-page main .before-title.text-center::before,
.contact-template-page main .before-title.text-center::before,
.catalog-page main .before-title.text-center::before {
  right: auto;
  left: auto;
  margin: 0;
}

.about-template-page main .after-title,
.contact-template-page main .after-title,
.catalog-page main .after-title {
  color: var(--dm-ink-soft);
  font-size: 1.08rem;
  line-height: 1.75;
}

.template-banner {
  position: relative;
  min-height: 430px;
  padding: 82px 0 64px;
  background:
    radial-gradient(circle at 10% 0, rgba(255, 102, 87, 0.14), transparent 30%),
    linear-gradient(135deg, var(--dm-white), var(--dm-paper));
}

.template-banner::after {
  position: absolute;
  right: -75px;
  bottom: -95px;
  width: 220px;
  height: 220px;
  border: 42px solid rgba(141, 122, 199, 0.1);
  border-radius: 50%;
  content: "";
}

.template-banner .container {
  position: relative;
  z-index: 2;
}

.about-template-page .template-banner .title-h2,
.contact-template-page .template-banner .title-h2,
.catalog-page .template-banner .title-h2 {
  max-width: 650px;
  margin: 0 0 22px;
  font-size: clamp(2.75rem, 4.8vw, 4.8rem);
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 1;
}

.template-banner .title-h2::before {
  display: none;
}

.template-banner__lead {
  max-width: 615px;
  margin: 0;
  color: var(--dm-muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.template-banner .breadcrumb {
  padding: 0;
  margin: 28px 0 0;
  font-size: 0.86rem;
}

.template-banner .breadcrumb-item a {
  color: var(--dm-ink);
  font-weight: 750;
}

.template-banner .section-banner__box {
  top: 48px;
  z-index: 1;
  width: 46%;
}

.template-banner .section-banner__thumb,
.template-banner .section-banner__img {
  height: 334px;
}

.template-banner .section-banner__thumb {
  border: 8px solid rgba(255, 255, 255, 0.76);
  border-right: 0;
  border-radius: 34px 0 0 34px;
  box-shadow: var(--dm-shadow);
}

.template-about {
  padding: 110px 0;
  background: var(--dm-white);
}

.template-about .title-h2 {
  margin: 0 0 22px;
}

.template-about .after-title {
  margin: 0 0 22px;
}

.template-about .text-description {
  margin: 0 0 16px;
  color: var(--dm-muted);
  font-size: 1rem;
  line-height: 1.8;
}

.template-about__link {
  margin-top: 14px;
}

.template-about .box-about {
  min-height: 520px;
  align-items: flex-start;
}

.template-about .box-about-item {
  top: 0;
  left: 0;
  z-index: 0;
}

.template-about .box-about-back,
.template-about .box-about-back__img {
  width: 440px;
  height: 360px;
}

.template-about .box-about-front {
  z-index: 1;
  width: 430px;
  height: 400px;
  margin-top: 100px;
  overflow: hidden;
  border: 8px solid var(--dm-white);
  border-radius: var(--dm-radius-md);
  box-shadow: var(--dm-shadow);
}

.template-about .box-about-front__img {
  width: 430px;
  height: 400px;
}

.template-about .box-about-back {
  border-radius: var(--dm-radius-md);
}

.template-about .box-about-text {
  bottom: 35px;
  left: -18px;
  z-index: 2;
  max-width: 170px;
  padding: 18px;
  background: var(--dm-coral-dark);
  border-radius: var(--dm-radius-sm);
  box-shadow: 0 16px 34px rgba(83, 32, 27, 0.24);
}

.template-about .box-about-text p {
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.35;
}

.template-about .box-about-text span {
  margin-bottom: 8px;
  font-family: inherit;
  font-size: 2.1rem;
}

.template-principles {
  padding: 90px 0;
  background: var(--dm-paper);
}

.template-principles .box-count {
  padding: 52px;
  background: var(--dm-white);
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius-lg);
  box-shadow: 0 16px 44px rgba(23, 23, 23, 0.055);
}

.template-principles .title-h2 {
  max-width: 740px;
  margin: 0 auto;
}

.template-principles .row-count {
  padding: 0;
  margin-top: 48px;
  overflow: hidden;
  background: transparent;
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius-md);
}

.template-principles .row-count > .col {
  padding: 28px 20px;
  margin: 0 !important;
  border-right: 1px solid var(--dm-line);
}

.template-principles .row-count > .col:last-child {
  border-right: 0;
}

.template-principles .title-count {
  margin: 0 0 12px;
  color: var(--dm-coral-dark);
  font-size: 1rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1;
}

.template-principles .title-count::after {
  display: none;
}

.template-principles .text-count {
  color: var(--dm-ink);
  font-size: 0.96rem;
  font-weight: 750;
  line-height: 1.5;
}

.template-action {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  color: var(--dm-white);
  background:
    radial-gradient(circle at 10% 0, rgba(141, 122, 199, 0.3), transparent 34%),
    var(--dm-ink);
}

.template-action::after {
  position: absolute;
  top: 0;
  right: 38%;
  bottom: 0;
  z-index: 1;
  width: 18%;
  background: linear-gradient(90deg, var(--dm-ink), transparent);
  content: "";
}

.template-action .container {
  position: relative;
  z-index: 2;
}

.about-template-page .template-action .before-title {
  color: #ff988e;
}

.about-template-page .template-action .title-h2 {
  max-width: 690px;
  margin: 0 0 22px;
  color: var(--dm-white);
}

.template-action .col-xl-6 > p:not(.before-title) {
  max-width: 590px;
  margin: 0 0 30px;
  color: #d0ccc8;
  font-size: 1.02rem;
}

.template-action .box-action {
  bottom: 0;
  z-index: 0;
  width: 48%;
}

.template-action .thumb-action,
.template-action .thumb-action-img {
  height: 100%;
  min-height: 100%;
}

.template-action .thumb-action {
  position: absolute;
  inset: 0;
}

.template-capabilities {
  padding: 110px 0;
  background: var(--dm-paper);
}

.template-capabilities .title-h2 {
  margin: 0 0 20px;
}

.template-capabilities .after-title {
  max-width: 680px;
  margin: 0;
}

.template-capabilities__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 48px;
}

.template-capabilities__grid > a {
  position: relative;
  display: block;
  min-height: 330px;
  padding: 34px;
  overflow: hidden;
  color: var(--dm-ink);
  background: var(--dm-white);
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius-md);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.template-capabilities__grid > a::after {
  position: absolute;
  right: -36px;
  bottom: -36px;
  width: 116px;
  height: 116px;
  border: 24px solid rgba(255, 102, 87, 0.11);
  border-radius: 50%;
  content: "";
}

.template-capabilities__grid > a:hover,
.template-capabilities__grid > a:focus {
  color: var(--dm-ink);
  box-shadow: var(--dm-shadow);
  text-decoration: none;
  transform: translateY(-5px);
}

.template-capabilities__grid > a > span {
  display: block;
  margin-bottom: 28px;
  color: var(--dm-coral-dark);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.template-capabilities__grid img {
  display: block;
  margin-bottom: 24px;
}

.template-capabilities__grid h3 {
  margin: 0 0 12px;
  font-size: 1.3rem;
  font-weight: 800;
}

.template-capabilities__grid p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--dm-muted);
  font-size: 0.94rem;
}

.template-capabilities__grid strong {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 24px;
  color: var(--dm-coral-dark);
  font-size: 0.84rem;
}

.template-reason {
  padding: 110px 0;
  background: var(--dm-white);
}

.template-reason .title-h2 {
  margin: 0 0 20px;
}

.template-reason .after-title {
  margin: 0 0 18px;
}

.template-reason .description {
  margin: 0 0 24px;
  color: var(--dm-muted);
  font-size: 1rem;
  line-height: 1.8;
}

.template-coverage-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 24px;
}

.template-coverage-list .list-decoration-item {
  min-height: 46px;
  padding: 11px 13px;
  margin: 0;
  color: var(--dm-ink);
  background: var(--dm-paper);
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius-sm);
  font-size: 0.88rem;
  font-weight: 750;
}

.template-coverage-list .zmdi {
  margin-right: 9px;
  color: var(--dm-coral-dark);
}

.template-reason .box-reason {
  padding: 18px;
  margin-left: 48px;
  background:
    radial-gradient(circle at 100% 0, rgba(141, 122, 199, 0.25), transparent 34%),
    var(--dm-ink);
  border-radius: var(--dm-radius-lg);
}

.template-reason .box-reason-item {
  flex: 0 0 50%;
  padding: 30px;
  border-color: rgba(255, 255, 255, 0.12);
}

.template-reason .box-reason-item:nth-child(1),
.template-reason .box-reason-item:nth-child(2) {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.template-reason .box-reason-item:nth-child(2n+1)::before {
  right: 0;
  background: rgba(255, 255, 255, 0.12);
}

.template-reason .box-reason__img {
  margin-bottom: 24px;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.about-template-page .template-reason .title-h3 {
  margin: 0;
  color: var(--dm-white);
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.template-contact-info {
  padding: 110px 0;
  background: var(--dm-white);
}

.template-contact-info .title-h2,
.template-contact-brief .title-h2 {
  margin: 0 0 20px;
}

.template-contact-info .after-title,
.template-contact-brief .after-title {
  max-width: 680px;
  margin: 0 auto;
}

.template-contact-info .row-contact {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 48px 0 0;
}

.template-contact-info .col-contact {
  max-width: none;
  padding: 30px;
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius-md);
  background: var(--dm-paper);
}

.template-contact-info .col-contact img {
  display: block;
  width: 51px;
  height: 51px;
  margin: 0 0 26px;
}

.template-contact-info .col-contact .title-h3 {
  margin: 0 0 12px;
}

.template-contact-info .col-contact__list {
  margin: 0;
  color: var(--dm-muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

.template-contact-info .col-contact__list-item {
  margin-top: 8px;
  line-height: 1.65;
}

.template-contact-info .col-contact__list-item address {
  margin: 0;
  font-style: normal;
}

.template-contact-info .col-contact__list-item a {
  color: var(--dm-ink);
  font-weight: 800;
  border-bottom: 1px solid var(--dm-coral);
}

.template-contact-info .col-contact__list-item a:hover,
.template-contact-info .col-contact__list-item a:focus {
  color: var(--dm-coral-dark);
}

.template-map {
  padding: 0;
  overflow: hidden;
  background: var(--dm-paper);
}

.template-map .iframe-map {
  display: block;
  width: 100%;
  height: 520px;
  border: 0;
  filter: saturate(0.75) contrast(1.03);
}

.template-contact-brief {
  padding: 110px 0;
  background:
    radial-gradient(circle at 94% 8%, rgba(255, 102, 87, 0.1), transparent 26%),
    var(--dm-paper);
}

.template-contact-brief__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0;
  gap: 18px;
  max-width: 900px;
  margin: 48px auto 0;
  list-style: none;
}

.template-contact-brief__list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  padding: 28px;
  gap: 18px;
  align-items: start;
  background: var(--dm-white);
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius-md);
}

.template-contact-brief__list li > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--dm-white);
  background: var(--dm-ink);
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 850;
}

.template-contact-brief__list h3 {
  margin: 0 0 6px;
  color: var(--dm-ink);
  font-size: 1.05rem;
  font-weight: 800;
}

.template-contact-brief__list p {
  margin: 0;
  color: var(--dm-muted);
  font-size: 0.92rem;
}

.template-contact-brief__action {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
}

.template-contact-brief__action p {
  max-width: 330px;
  margin: 0;
  color: var(--dm-muted);
  font-size: 0.82rem;
}

@media (max-width: 1199.98px) {
  .template-banner {
    min-height: 0;
  }

  .template-banner .section-banner__box {
    display: none;
  }

  .template-banner .row > div:first-child {
    flex: 0 0 82%;
    max-width: 82%;
  }

  .template-about .row-about .col-photo {
    display: block;
    max-width: 650px;
    margin-top: 56px;
  }

  .template-about .box-about {
    justify-content: flex-end;
  }

  .template-action .box-action {
    width: 42%;
  }

  .template-action::after {
    right: 32%;
    width: 18%;
  }

  .template-reason .box-reason {
    margin: 56px 0 0;
  }

  .template-contact-info .row-contact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .template-contact-info .col-contact {
    text-align: left;
    border: 1px solid var(--dm-line);
  }

  .template-contact-info .col-contact img {
    margin-right: 0;
    margin-left: 0;
  }

  .template-contact-info .col-contact__list {
    max-width: none;
    margin: 0;
  }
}

@media (max-width: 991.98px) {
  .template-banner .row > div:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .template-action .box-action,
  .template-action::after {
    display: none;
  }

  .template-action .col-xl-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .template-capabilities__grid {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

  .template-capabilities__grid > a {
    min-height: 0;
  }
}

@media (max-width: 767.98px) {
  .template-banner,
  .template-about,
  .template-principles,
  .template-action,
  .template-capabilities,
  .template-reason,
  .template-contact-info,
  .template-contact-brief {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-template-page .template-banner .title-h2,
  .contact-template-page .template-banner .title-h2,
  .catalog-page .template-banner .title-h2 {
    font-size: clamp(2.55rem, 11.5vw, 4.15rem);
  }

  .template-about .row-about {
    text-align: left;
  }

  .template-about .box-about {
    min-height: 430px;
    justify-content: flex-end;
    margin-bottom: 0;
  }

  .template-about .box-about-item {
    display: block;
  }

  .template-about .box-about-back,
  .template-about .box-about-back__img {
    width: 78vw;
    max-width: 390px;
    height: 300px;
  }

  .template-about .box-about-front,
  .template-about .box-about-front__img {
    width: 75vw;
    max-width: 370px;
    height: 330px;
  }

  .template-about .box-about-front {
    margin-top: 70px;
  }

  .template-about .box-about-text {
    bottom: 12px;
    left: 4px;
  }

  .template-principles .box-count {
    padding: 38px 24px;
  }

  .template-principles .row-count > .col {
    border-right: 0;
    border-bottom: 1px solid var(--dm-line);
  }

  .template-principles .row-count > .col:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .template-capabilities__grid > a {
    padding: 28px 24px;
  }

  .template-reason .box-reason {
    margin-top: 42px;
  }

  .template-contact-info .row-contact,
  .template-contact-brief__list {
    grid-template-columns: 1fr;
  }

  .template-contact-info .col-contact {
    max-width: none;
    padding: 28px 24px;
    margin: 0;
    text-align: left;
  }

  .template-map .iframe-map {
    height: 360px;
  }

  .template-contact-brief__action {
    align-items: stretch;
    flex-direction: column;
  }

  .template-contact-brief__action .button {
    align-self: flex-start;
  }
}

@media (max-width: 575.98px) {
  .template-principles .row-count > .col:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--dm-line);
  }

  .template-principles .row-count > .col:last-child {
    border-bottom: 0;
  }

  .template-coverage-list {
    grid-template-columns: 1fr;
  }

  .template-reason .box-reason-item {
    flex-basis: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .template-reason .box-reason-item:last-child {
    border-bottom: 0;
  }

  .template-contact-brief__list li {
    grid-template-columns: 42px 1fr;
    padding: 24px 20px;
    gap: 14px;
  }

  .template-contact-brief__list li > span {
    width: 40px;
    height: 40px;
  }
}

/* Service and conceptual-project catalogs */
.catalog-page main {
  overflow: hidden;
}

.catalog-banner .section-banner__img {
  object-position: center;
}

.catalog-pillars {
  padding: 110px 0;
  background: var(--dm-white);
}

.catalog-pillars .title-h2,
.catalog-connected .title-h2 {
  max-width: 780px;
  margin: 0 auto 20px;
}

.catalog-pillars .after-title,
.catalog-connected .after-title {
  max-width: 760px;
  margin: 0 auto;
}

.catalog-pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 50px;
}

.catalog-service-card {
  position: relative;
  display: flex;
  min-height: 520px;
  padding: 36px 32px;
  overflow: hidden;
  flex-direction: column;
  background: var(--dm-paper);
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius-md);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.catalog-service-card::after {
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 132px;
  height: 132px;
  border: 27px solid rgba(255, 102, 87, 0.11);
  border-radius: 50%;
  content: "";
}

.catalog-service-card:hover {
  border-color: rgba(255, 102, 87, 0.4);
  box-shadow: var(--dm-shadow);
  transform: translateY(-5px);
}

.catalog-service-card__top {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 30px;
}

.catalog-service-card__top img {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
}

.catalog-service-card__top span {
  color: var(--dm-coral-dark);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  line-height: 1.5;
  text-transform: uppercase;
}

.catalog-service-card h3 {
  margin: 0 0 14px;
  color: var(--dm-ink);
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.catalog-service-card > p {
  margin: 0 0 24px;
  color: var(--dm-muted);
}

.catalog-service-card ul {
  padding: 22px 0 0;
  margin: 0 0 28px;
  border-top: 1px solid var(--dm-line);
  list-style: none;
}

.catalog-service-card li {
  position: relative;
  padding-left: 21px;
  margin-bottom: 10px;
  color: var(--dm-ink-soft);
  font-size: 0.9rem;
}

.catalog-service-card li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--dm-coral);
  border-radius: 50%;
  content: "";
}

.catalog-service-card .text-link {
  z-index: 1;
  align-self: flex-start;
  margin-top: auto;
}

.catalog-web-formats {
  padding: 110px 0;
  background:
    radial-gradient(circle at 94% 4%, rgba(255, 102, 87, 0.09), transparent 24%),
    var(--dm-paper);
}

.catalog-format-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.catalog-format-grid article {
  min-height: 245px;
  padding: 28px;
  background: var(--dm-white);
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius-md);
}

.catalog-format-grid article > span {
  display: block;
  margin-bottom: 42px;
  color: var(--dm-coral-dark);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.catalog-format-grid h3 {
  margin: 0 0 10px;
  color: var(--dm-ink);
  font-size: 1.16rem;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.catalog-format-grid p {
  margin: 0;
  color: var(--dm-muted);
  font-size: 0.9rem;
}

.catalog-connected {
  padding: 110px 0;
  background: var(--dm-white);
}

.catalog-connected__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 50px;
}

.catalog-connected__grid > article {
  display: flex;
  padding: 34px;
  flex-direction: column;
  background: var(--dm-paper);
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius-md);
}

.catalog-connected__label {
  margin: 0 0 12px;
  color: var(--dm-coral-dark);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.catalog-connected__grid h3 {
  margin: 0 0 24px;
  color: var(--dm-ink);
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.catalog-connected__grid ul {
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
}

.catalog-connected__grid li {
  padding: 15px 0;
  border-bottom: 1px solid var(--dm-line);
}

.catalog-connected__grid li:first-child {
  padding-top: 0;
}

.catalog-connected__grid li strong,
.catalog-connected__grid li span {
  display: block;
}

.catalog-connected__grid li strong {
  margin-bottom: 5px;
  color: var(--dm-ink);
  font-size: 0.94rem;
}

.catalog-connected__grid li span {
  color: var(--dm-muted);
  font-size: 0.84rem;
  line-height: 1.6;
}

.catalog-connected__grid .text-link {
  align-self: flex-start;
  margin-top: auto;
}

.catalog-cta {
  padding: 0 0 110px;
  background: var(--dm-white);
}

.catalog-cta__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 64px;
  gap: 56px;
  align-items: center;
  color: var(--dm-white);
  background:
    radial-gradient(circle at 95% 4%, rgba(141, 122, 199, 0.34), transparent 35%),
    var(--dm-ink);
  border-radius: var(--dm-radius-lg);
}

.catalog-cta__panel h2 {
  max-width: 760px;
  margin: 0;
  color: var(--dm-white);
  font-size: clamp(2rem, 3.7vw, 3.45rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.catalog-cta__panel p:not(.eyebrow) {
  max-width: 700px;
  margin: 20px 0 0;
  color: #c9c5c1;
}

.catalog-cta__actions {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-direction: column;
}

.catalog-notice {
  min-height: 520px;
  padding: 110px 0;
}

.catalog-notice h1 {
  max-width: 760px;
  margin: 0 0 20px;
  color: var(--dm-ink);
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 1;
}

.catalog-notice p:not(.eyebrow) {
  max-width: 620px;
  margin: 0 0 28px;
  color: var(--dm-muted);
}

.service-detail-overview {
  padding: 110px 0;
  background: var(--dm-white);
}

.service-detail-overview__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.4fr);
  gap: 88px;
  align-items: start;
}

.service-detail-overview .title-h2 {
  max-width: 760px;
  margin: 0 0 22px;
}

.service-detail-overview__lead {
  max-width: 790px;
  margin: 0 0 38px;
  color: var(--dm-muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.service-detail-overview__grid > div > h3 {
  margin: 0 0 18px;
  color: var(--dm-ink);
  font-size: 1.22rem;
  font-weight: 800;
}

.service-detail-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0;
  gap: 12px;
  margin: 0;
  list-style: none;
}

.service-detail-checklist li {
  position: relative;
  min-height: 62px;
  padding: 16px 16px 16px 42px;
  color: var(--dm-ink-soft);
  background: var(--dm-paper);
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius-sm);
  font-size: 0.9rem;
}

.service-detail-checklist li::before {
  position: absolute;
  top: 19px;
  left: 17px;
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  color: var(--dm-white);
  background: var(--dm-coral-dark);
  border-radius: 50%;
  content: "✓";
  font-size: 0.58rem;
  font-weight: 900;
}

.service-detail-sidebar {
  position: sticky;
  top: 116px;
  padding: 30px;
  background: var(--dm-paper);
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius-md);
}

.service-detail-sidebar h2 {
  margin: 0 0 18px;
  color: var(--dm-ink);
  font-size: 1.25rem;
  font-weight: 800;
}

.service-detail-sidebar ul {
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
}

.service-detail-sidebar li {
  border-bottom: 1px solid var(--dm-line);
}

.service-detail-sidebar a:not(.button) {
  display: flex;
  padding: 15px 0;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  color: var(--dm-ink);
  font-size: 0.9rem;
  font-weight: 750;
}

.service-detail-sidebar a[aria-current="page"] {
  color: var(--dm-coral-dark);
}

.service-detail-sidebar .button {
  width: 100%;
}

.service-detail-capabilities {
  padding: 110px 0;
  background:
    radial-gradient(circle at 90% 6%, rgba(141, 122, 199, 0.1), transparent 25%),
    var(--dm-paper);
}

.service-detail-capabilities__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-detail-capabilities__grid article {
  min-height: 245px;
  padding: 30px;
  background: var(--dm-white);
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius-md);
}

.service-detail-capabilities__grid article > span {
  display: block;
  margin-bottom: 42px;
  color: var(--dm-coral-dark);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.service-detail-capabilities__grid h3 {
  margin: 0 0 11px;
  color: var(--dm-ink);
  font-size: 1.16rem;
  font-weight: 800;
}

.service-detail-capabilities__grid p {
  margin: 0;
  color: var(--dm-muted);
  font-size: 0.9rem;
}

.service-detail-integrations {
  padding: 110px 0;
  color: var(--dm-white);
  background:
    radial-gradient(circle at 92% 8%, rgba(141, 122, 199, 0.28), transparent 30%),
    var(--dm-ink);
}

.service-detail-integrations__intro {
  max-width: 830px;
  margin-bottom: 48px;
}

.service-detail-integrations__intro h2 {
  margin: 0;
  color: var(--dm-white);
  font-size: clamp(2.15rem, 4vw, 3.75rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.service-detail-integrations__intro > p:last-child {
  max-width: 740px;
  margin: 22px 0 0;
  color: #c9c5c1;
  font-size: 1.04rem;
}

.service-detail-integrations__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--dm-radius-md);
}

.service-detail-integrations__grid article {
  min-height: 205px;
  padding: 28px;
  background: #202020;
}

.service-detail-integrations__grid h3 {
  margin: 0 0 12px;
  color: var(--dm-white);
  font-size: 1.06rem;
  font-weight: 800;
}

.service-detail-integrations__grid p {
  margin: 0;
  color: #c5c1bd;
  font-size: 0.88rem;
}

.service-detail-process {
  padding: 110px 0;
  background: var(--dm-white);
}

.service-detail-process .title-h2 {
  max-width: 740px;
  margin: 0 auto;
}

.service-detail-process__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
  gap: 1px;
  margin: 48px 0 0;
  overflow: hidden;
  background: var(--dm-line);
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius-md);
  list-style: none;
}

.service-detail-process__grid li {
  min-height: 250px;
  padding: 30px;
  background: var(--dm-paper);
}

.service-detail-process__grid li > span {
  display: block;
  margin-bottom: 52px;
  color: var(--dm-coral-dark);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.service-detail-process__grid h3 {
  margin: 0 0 10px;
  color: var(--dm-ink);
  font-size: 1.13rem;
  font-weight: 800;
}

.service-detail-process__grid p {
  margin: 0;
  color: var(--dm-muted);
  font-size: 0.88rem;
}

.service-detail-notes {
  padding: 0 0 110px;
  background: var(--dm-white);
}

.service-detail-notes__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 54px;
  gap: 56px;
  align-items: center;
  background: var(--dm-paper);
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius-lg);
}

.service-detail-notes h2 {
  max-width: 780px;
  margin: 0;
  color: var(--dm-ink);
  font-size: clamp(1.9rem, 3.6vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.service-detail-notes ul {
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.service-detail-notes li {
  position: relative;
  padding-left: 22px;
  margin-top: 9px;
  color: var(--dm-muted);
}

.service-detail-notes li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--dm-coral);
  border-radius: 50%;
  content: "";
}

.conceptual-projects {
  padding: 110px 0;
  background:
    radial-gradient(circle at 5% 4%, rgba(255, 102, 87, 0.08), transparent 24%),
    var(--dm-paper);
}

.conceptual-projects__notice {
  padding: 17px 20px;
  margin-bottom: 54px;
  color: #76342d;
  background: #fff0ed;
  border: 1px solid #ffd3cd;
  border-left: 4px solid var(--dm-coral);
  border-radius: 0 var(--dm-radius-sm) var(--dm-radius-sm) 0;
  font-size: 0.9rem;
}

.conceptual-projects__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.conceptual-project-card {
  overflow: hidden;
  background: var(--dm-white);
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius-md);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.conceptual-project-card:hover {
  box-shadow: var(--dm-shadow);
  transform: translateY(-5px);
}

.conceptual-project-card__image {
  display: block;
  overflow: hidden;
}

.conceptual-project-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 300ms ease;
}

.conceptual-project-card:hover .conceptual-project-card__image img {
  transform: scale(1.025);
}

.conceptual-project-card__content {
  padding: 30px;
}

.conceptual-project-card__content > p:first-child {
  margin: 0 0 11px;
  color: var(--dm-coral-dark);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.conceptual-project-card h3 {
  margin: 0 0 14px;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.conceptual-project-card h3 a {
  color: var(--dm-ink);
}

.conceptual-project-card__content > p:not(:first-child) {
  margin: 0;
  color: var(--dm-muted);
}

.conceptual-project-card .text-link {
  margin-top: 22px;
}

.conceptual-projects__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 58px;
  gap: 52px;
  align-items: center;
  margin-top: 28px;
  color: var(--dm-white);
  background:
    radial-gradient(circle at 94% 5%, rgba(141, 122, 199, 0.32), transparent 34%),
    var(--dm-ink);
  border-radius: var(--dm-radius-lg);
}

.conceptual-projects__cta h2 {
  max-width: 760px;
  margin: 0;
  color: var(--dm-white);
  font-size: clamp(2rem, 3.7vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.conceptual-project-detail {
  padding: 110px 0;
  background: var(--dm-white);
}

.conceptual-project-detail__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(300px, 0.55fr);
  gap: 40px;
  align-items: start;
}

.conceptual-project-detail__hero figure {
  margin: 0;
}

.conceptual-project-detail__hero figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--dm-radius-md);
  box-shadow: var(--dm-shadow);
  object-fit: cover;
}

.conceptual-project-detail__hero figcaption {
  margin-top: 12px;
  color: var(--dm-muted);
  font-size: 0.78rem;
}

.conceptual-project-detail__hero aside {
  padding: 32px;
  background: var(--dm-paper);
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius-md);
}

.conceptual-project-detail__hero aside h2 {
  margin: 0 0 24px;
  color: var(--dm-ink);
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.conceptual-project-detail__hero dl {
  margin: 0 0 28px;
}

.conceptual-project-detail__hero dl > div {
  padding: 14px 0;
  border-bottom: 1px solid var(--dm-line);
}

.conceptual-project-detail__hero dt {
  margin-bottom: 4px;
  color: var(--dm-coral-dark);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.conceptual-project-detail__hero dd {
  margin: 0;
  color: var(--dm-ink-soft);
  font-size: 0.9rem;
}

.conceptual-project-detail__hero .button {
  width: 100%;
}

.conceptual-project-detail__story {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 90px;
}

.conceptual-project-detail__story article {
  padding: 38px;
  background: var(--dm-paper);
  border-radius: var(--dm-radius-md);
}

.conceptual-project-detail__story h2 {
  margin: 0 0 18px;
  color: var(--dm-ink);
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.conceptual-project-detail__story article > p:last-child {
  margin: 0;
  color: var(--dm-muted);
  line-height: 1.8;
}

.conceptual-project-detail__scope {
  padding-top: 100px;
}

.conceptual-project-detail__scope .title-h2 {
  max-width: 780px;
  margin: 0 auto;
}

.conceptual-project-detail__scope > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 46px;
}

.conceptual-project-detail__scope article {
  min-height: 170px;
  padding: 28px;
  background: var(--dm-paper);
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius-md);
}

.conceptual-project-detail__scope article span {
  display: block;
  margin-bottom: 30px;
  color: var(--dm-coral-dark);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.conceptual-project-detail__scope article p {
  margin: 0;
  color: var(--dm-ink);
  font-weight: 750;
}

.conceptual-project-detail__principles {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.7fr);
  padding: 54px;
  gap: 60px;
  align-items: center;
  margin-top: 100px;
  color: var(--dm-white);
  background:
    radial-gradient(circle at 94% 4%, rgba(141, 122, 199, 0.32), transparent 34%),
    var(--dm-ink);
  border-radius: var(--dm-radius-lg);
}

.conceptual-project-detail__principles h2 {
  margin: 0;
  color: var(--dm-white);
  font-size: clamp(1.9rem, 3.6vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.conceptual-project-detail__principles ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.conceptual-project-detail__principles li {
  position: relative;
  padding: 16px 0 16px 26px;
  color: #d2ceca;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.conceptual-project-detail__principles li::before {
  position: absolute;
  top: 1.45em;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--dm-coral);
  border-radius: 50%;
  content: "";
}

.conceptual-project-detail__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  overflow: hidden;
  background: var(--dm-line);
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius-md);
}

.conceptual-project-detail__nav a {
  display: flex;
  min-height: 106px;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  color: var(--dm-ink);
  background: var(--dm-paper);
  font-size: 0.92rem;
  font-weight: 800;
  text-align: center;
}

.conceptual-project-detail__nav a:hover,
.conceptual-project-detail__nav a:focus {
  color: var(--dm-ink);
  background: #fff0ed;
}

.conceptual-project-detail__nav span {
  display: block;
  margin-bottom: 5px;
  color: var(--dm-coral-dark);
  font-size: 0.67rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

  .catalog-service-card {
    min-height: 550px;
  }

  .service-detail-overview__grid {
    gap: 52px;
  }
}

@media (max-width: 991.98px) {
  .catalog-pillars__grid,
  .catalog-connected__grid {
    grid-template-columns: 1fr;
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
  }

  .catalog-service-card {
    min-height: 0;
  }

  .catalog-cta__panel,
  .service-detail-notes__panel,
  .conceptual-projects__cta,
  .conceptual-project-detail__principles {
    grid-template-columns: 1fr;
  }

  .catalog-cta__actions {
    align-items: flex-start;
  }

  .service-detail-overview__grid,
  .conceptual-project-detail__hero {
    grid-template-columns: 1fr;
  }

  .service-detail-sidebar {
    position: static;
  }

  .service-detail-capabilities__grid,
  .conceptual-project-detail__scope > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .catalog-pillars,
  .catalog-web-formats,
  .catalog-connected,
  .service-detail-overview,
  .service-detail-capabilities,
  .service-detail-integrations,
  .service-detail-process,
  .conceptual-projects,
  .conceptual-project-detail {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .catalog-cta,
  .service-detail-notes {
    padding-bottom: 70px;
  }

  .catalog-pillars__grid,
  .catalog-connected__grid {
    margin-top: 38px;
  }

  .catalog-service-card,
  .catalog-connected__grid > article {
    padding: 28px 24px;
  }

  .catalog-format-grid,
  .service-detail-checklist,
  .service-detail-capabilities__grid,
  .service-detail-process__grid,
  .conceptual-projects__grid,
  .conceptual-project-detail__story,
  .conceptual-project-detail__scope > div,
  .conceptual-project-detail__nav {
    grid-template-columns: 1fr;
  }

  .catalog-format-grid article,
  .service-detail-capabilities__grid article,
  .service-detail-process__grid li {
    min-height: 0;
  }

  .catalog-format-grid article > span,
  .service-detail-capabilities__grid article > span,
  .service-detail-process__grid li > span {
    margin-bottom: 30px;
  }

  .catalog-cta__panel,
  .service-detail-notes__panel,
  .conceptual-projects__cta,
  .conceptual-project-detail__principles {
    padding: 38px 28px;
    gap: 34px;
  }

  .service-detail-integrations__grid {
    grid-template-columns: 1fr;
  }

  .service-detail-integrations__grid article {
    min-height: 0;
  }

  .conceptual-projects__notice {
    margin-bottom: 38px;
  }

  .conceptual-project-card__content,
  .conceptual-project-detail__story article,
  .conceptual-project-detail__hero aside {
    padding: 26px 24px;
  }

  .conceptual-project-detail__story {
    margin-top: 62px;
  }

  .conceptual-project-detail__scope {
    padding-top: 70px;
  }

  .conceptual-project-detail__principles {
    margin-top: 70px;
  }
}

/* Floating WhatsApp */
.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1040;
  display: flex;
  align-items: center;
  color: var(--dm-white);
  filter: drop-shadow(0 14px 22px rgba(18, 78, 43, 0.28));
  animation: whatsapp-bounce 2.8s ease-in-out infinite;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
  color: var(--dm-white);
  text-decoration: none;
  animation-play-state: paused;
}

.whatsapp-float__label {
  padding: 10px 18px 10px 15px;
  margin-right: -12px;
  background: #168c45;
  border-radius: 999px 0 0 999px;
  font-size: 0.84rem;
  font-weight: 800;
  opacity: 0;
  transform: translateX(14px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.whatsapp-float:hover .whatsapp-float__label,
.whatsapp-float:focus .whatsapp-float__label {
  opacity: 1;
  transform: translateX(0);
}

.whatsapp-float__icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  color: var(--dm-white);
  background: var(--dm-whatsapp);
  border: 3px solid var(--dm-white);
  border-radius: 50%;
  transition: background-color 180ms ease, transform 180ms ease;
}

.whatsapp-float:hover .whatsapp-float__icon,
.whatsapp-float:focus .whatsapp-float__icon {
  background: #168c45;
  transform: scale(1.05);
}

.whatsapp-float svg {
  width: 34px;
  height: 34px;
}

/* Home projects and editorial news */
.section-action {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}

.home-projects-section {
  background:
    radial-gradient(circle at 96% 8%, rgba(141, 122, 199, 0.1), transparent 24%),
    var(--dm-white);
}

.home-projects__notice {
  padding: 14px 18px;
  margin: -16px 0 30px;
  color: #6e524e;
  background: #fff1ef;
  border: 1px solid #ffd0ca;
  border-radius: 14px;
  font-size: 0.86rem;
}

.home-projects-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.home-project-card {
  overflow: hidden;
  background: var(--dm-paper);
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius-md);
  box-shadow: 0 12px 36px rgba(23, 23, 23, 0.045);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.home-project-card:hover {
  box-shadow: var(--dm-shadow);
  transform: translateY(-4px);
}

.home-project-card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.home-project-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.home-project-card:hover .home-project-card__image img {
  transform: scale(1.025);
}

.home-project-card__content {
  padding: 28px;
}

.home-project-card__content > p:first-child {
  margin: 0 0 10px;
  color: var(--dm-coral-dark);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.home-project-card h3 {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 2.1vw, 1.8rem);
  letter-spacing: -0.035em;
  line-height: 1.18;
}

.home-project-card h3 a {
  color: var(--dm-ink);
}

.home-project-card h3 a:hover,
.home-project-card h3 a:focus {
  color: var(--dm-coral-dark);
  text-decoration: none;
}

.home-project-card__content > p:not(:first-child) {
  margin: 0;
  color: var(--dm-muted);
}

.home-project-card .text-link {
  margin-top: 20px;
}

.insight-card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 2;
}

.insight-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  background: #e9e4de;
  object-fit: cover;
  transition: transform 300ms ease;
}

.insight-card:hover .insight-card__image img {
  transform: scale(1.025);
}

.insight-card__meta {
  display: flex;
  gap: 16px;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 10px;
}

.insight-card__meta .insight-card__category {
  margin: 0;
}

.insight-card__meta > span {
  flex: 0 0 auto;
  color: var(--dm-muted);
  font-size: 0.76rem;
  font-weight: 700;
}

/* News index */
.news-index {
  padding: 110px 0;
  background: var(--dm-white);
}

.news-index__topics {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.news-index__topics a {
  padding: 9px 15px;
  color: var(--dm-ink);
  background: var(--dm-paper);
  border: 1px solid var(--dm-line);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
}

.news-index__topics a:hover,
.news-index__topics a:focus {
  color: var(--dm-white);
  background: var(--dm-ink);
  text-decoration: none;
}

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

.news-card {
  overflow: hidden;
  background: var(--dm-paper);
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius-md);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.news-card:hover {
  box-shadow: var(--dm-shadow);
  transform: translateY(-4px);
}

.news-card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 2;
}

.news-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.news-card:hover .news-card__image img {
  transform: scale(1.025);
}

.news-card__content {
  padding: 30px;
}

.news-card__meta {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 14px;
  color: var(--dm-muted);
  font-size: 0.75rem;
  font-weight: 750;
}

.news-card__meta span:first-child {
  color: var(--dm-coral-dark);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.news-card h3 {
  margin: 0 0 14px;
  font-size: clamp(1.45rem, 2.25vw, 2rem);
  letter-spacing: -0.04em;
  line-height: 1.16;
}

.news-card h3 a {
  color: var(--dm-ink);
}

.news-card h3 a:hover,
.news-card h3 a:focus {
  color: var(--dm-coral-dark);
  text-decoration: none;
}

.news-card__content > p {
  margin: 0;
  color: var(--dm-muted);
}

.news-card .text-link {
  margin-top: 22px;
}

.news-index__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
  padding: 44px;
  margin-top: 72px;
  color: var(--dm-white);
  background:
    radial-gradient(circle at 92% 10%, rgba(141, 122, 199, 0.45), transparent 30%),
    var(--dm-ink);
  border-radius: var(--dm-radius-lg);
}

.news-index__cta h2 {
  max-width: 720px;
  margin: 0 0 10px;
  color: var(--dm-white);
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.news-index__cta p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: #bbb7b3;
}

/* News detail */
.article-banner {
  min-height: 540px;
}

.article-banner .title-h2 {
  max-width: 760px;
  font-size: clamp(2.65rem, 4.35vw, 4.45rem);
}

.article-banner__meta {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: 24px;
  color: var(--dm-muted);
  font-size: 0.82rem;
  font-weight: 750;
}

.article-content {
  padding: 110px 0;
  background: var(--dm-white);
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 0.38fr);
  gap: 78px;
  align-items: start;
}

.article-main {
  min-width: 0;
}

.article-intro {
  padding-left: 24px;
  margin: 0 0 48px;
  color: var(--dm-ink-soft);
  border-left: 4px solid var(--dm-coral);
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  font-weight: 650;
  line-height: 1.65;
}

.article-takeaways {
  padding: 34px;
  margin-bottom: 58px;
  background: var(--dm-paper);
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius-md);
}

.article-takeaways h2,
.article-sidebar h2 {
  margin: 0 0 20px;
  color: var(--dm-ink);
  font-size: 1.45rem;
  letter-spacing: -0.035em;
  line-height: 1.22;
}

.article-takeaways ul,
.article-section__list,
.article-sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.article-takeaways li,
.article-section__list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  color: var(--dm-ink-soft);
}

.article-takeaways li:last-child,
.article-section__list li:last-child {
  margin-bottom: 0;
}

.article-takeaways li::before,
.article-section__list li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--dm-coral);
  border-radius: 50%;
  content: "";
}

.article-section {
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid var(--dm-line);
}

.article-section h2 {
  max-width: 720px;
  margin: 0 0 24px;
  color: var(--dm-ink);
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  letter-spacing: -0.045em;
  line-height: 1.14;
}

.article-section p {
  margin: 0 0 20px;
  color: var(--dm-ink-soft);
  font-size: 1.04rem;
  line-height: 1.8;
}

.article-section__list {
  padding: 22px 24px;
  margin: 28px 0;
  background: var(--dm-paper);
  border-radius: 16px;
}

.article-inline-links {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 26px;
}

.article-inline-links a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--dm-ink);
  font-size: 0.9rem;
  font-weight: 800;
  border-bottom: 1px solid var(--dm-coral);
}

.article-inline-links a:hover,
.article-inline-links a:focus {
  color: var(--dm-coral-dark);
  text-decoration: none;
}

.article-next-step {
  padding: 42px;
  color: var(--dm-white);
  background:
    radial-gradient(circle at 90% 15%, rgba(141, 122, 199, 0.46), transparent 34%),
    var(--dm-ink);
  border-radius: var(--dm-radius-lg);
}

.article-next-step h2 {
  margin: 0 0 14px;
  color: var(--dm-white);
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  letter-spacing: -0.045em;
  line-height: 1.1;
}

.article-next-step > p:not(.eyebrow) {
  margin: 0 0 26px;
  color: #bbb7b3;
}

.article-sidebar {
  position: sticky;
  top: 118px;
}

.article-sidebar__panel {
  padding: 28px;
  margin-bottom: 20px;
  background: var(--dm-paper);
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius-md);
}

.article-sidebar li + li {
  border-top: 1px solid var(--dm-line);
}

.article-sidebar li a {
  display: block;
  padding: 17px 0;
  color: var(--dm-ink);
}

.article-sidebar li a:hover,
.article-sidebar li a:focus {
  color: var(--dm-coral-dark);
  text-decoration: none;
}

.article-sidebar li strong,
.article-sidebar li span {
  display: block;
}

.article-sidebar li strong {
  margin-bottom: 5px;
  font-size: 0.94rem;
}

.article-sidebar li span {
  color: var(--dm-muted);
  font-size: 0.8rem;
  line-height: 1.55;
}

.article-sidebar__panel--dark {
  color: var(--dm-white);
  background: var(--dm-ink);
  border-color: var(--dm-ink);
}

.article-sidebar__panel--dark h2 {
  color: var(--dm-white);
}

.article-sidebar__panel--dark > a {
  display: block;
  padding: 10px 0;
  color: var(--dm-white);
  font-size: 0.88rem;
  font-weight: 800;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.article-sidebar__panel--dark > a:hover,
.article-sidebar__panel--dark > a:focus {
  color: #ffb2a9;
  text-decoration: none;
}

.article-pagination {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 1px;
  margin-top: 80px;
  overflow: hidden;
  background: var(--dm-line);
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius-md);
}

.article-pagination a {
  display: flex;
  min-height: 132px;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  color: var(--dm-ink);
  background: var(--dm-paper);
  font-size: 0.9rem;
  font-weight: 800;
}

.article-pagination a:hover,
.article-pagination a:focus {
  color: var(--dm-ink);
  background: #fff0ed;
  text-decoration: none;
}

.article-pagination a > span {
  display: block;
  margin-bottom: 7px;
  color: var(--dm-coral-dark);
  font-size: 0.67rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.article-pagination__all {
  min-width: 170px;
  align-items: center;
  text-align: center;
}

.article-pagination__next {
  align-items: flex-end;
  text-align: right;
}

/* Interactive client showcase */
.client-showcase {
  position: relative;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 102, 87, 0.11), transparent 24%),
    linear-gradient(180deg, var(--dm-paper) 0%, #f1eee8 100%);
}

.client-showcase::before {
  position: absolute;
  top: 80px;
  right: -80px;
  width: 220px;
  height: 220px;
  border: 44px solid rgba(141, 122, 199, 0.12);
  border-radius: 50%;
  content: "";
}

.client-showcase .container {
  position: relative;
  z-index: 1;
}

.client-showcase__notice {
  display: flex;
  max-width: 880px;
  min-height: 58px;
  padding: 12px 18px 12px 12px;
  gap: 13px;
  align-items: center;
  margin: -20px 0 30px;
  color: #4f4a46;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--dm-line);
  border-radius: 18px;
  font-size: 0.82rem;
  line-height: 1.55;
  backdrop-filter: blur(12px);
}

.client-showcase__notice > span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--dm-white);
  background: var(--dm-coral-dark);
  border-radius: 11px;
  font-size: 0.72rem;
  font-weight: 900;
}

.client-showcase__notice p {
  margin: 0;
}

.client-showcase__notice strong {
  color: var(--dm-ink);
}

.client-mosaic {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: 168px;
  gap: 14px;
}

.client-tile {
  --tile-accent: #ff6657;
  --tile-soft: #ffe0dc;
  --tile-tilt-x: 0deg;
  --tile-tilt-y: 0deg;
  --tile-lift: 0px;
  position: relative;
  display: flex;
  min-width: 0;
  padding: 24px;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  color: var(--dm-white);
  background: var(--dm-ink);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  box-shadow: 0 16px 36px rgba(23, 23, 23, 0.08);
  isolation: isolate;
  transform: perspective(900px) rotateX(var(--tile-tilt-x)) rotateY(var(--tile-tilt-y)) translateY(var(--tile-lift));
  transform-style: preserve-3d;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 160ms ease;
}

.client-tile:nth-child(1) {
  grid-column: span 5;
  grid-row: span 2;
}

.client-tile:nth-child(2) {
  grid-column: span 4;
}

.client-tile:nth-child(3) {
  grid-column: span 3;
}

.client-tile:nth-child(4) {
  grid-column: span 3;
}

.client-tile:nth-child(5) {
  grid-column: span 4;
}

.client-tile:nth-child(n + 6) {
  grid-column: span 3;
}

.client-tile:nth-child(2) {
  --tile-accent: #9275db;
  --tile-soft: #e9e1ff;
  background: #292331;
}

.client-tile:nth-child(3) {
  --tile-accent: #a7c957;
  --tile-soft: #eff7dd;
  color: var(--dm-ink);
  background: #f5f1e8;
  border-color: rgba(23, 23, 23, 0.08);
}

.client-tile:nth-child(4) {
  --tile-accent: #63a9e8;
  --tile-soft: #dfedfb;
  background: #162738;
}

.client-tile:nth-child(5) {
  --tile-accent: #d6a267;
  --tile-soft: #f6eadc;
  color: var(--dm-ink);
  background: #e9ded0;
  border-color: rgba(23, 23, 23, 0.08);
}

.client-tile:nth-child(6) {
  --tile-accent: #e177a3;
  --tile-soft: #fae3ed;
  background: #402835;
}

.client-tile:nth-child(7) {
  --tile-accent: #ff8850;
  --tile-soft: #ffe5d8;
  color: var(--dm-ink);
  background: #f3e6dc;
  border-color: rgba(23, 23, 23, 0.08);
}

.client-tile:nth-child(8) {
  --tile-accent: #51b8b3;
  --tile-soft: #ddf4f2;
  background: #183b3a;
}

.client-tile:nth-child(9) {
  --tile-accent: #ff6657;
  --tile-soft: #ffe0dc;
  background:
    radial-gradient(circle at 95% 0, rgba(255, 102, 87, 0.26), transparent 42%),
    #171717;
}

.client-tile:hover,
.client-tile:focus-visible {
  --tile-lift: -5px;
  color: var(--dm-white);
  border-color: var(--tile-accent);
  box-shadow: 0 26px 54px rgba(23, 23, 23, 0.2);
  text-decoration: none;
}

.client-tile:nth-child(3):hover,
.client-tile:nth-child(3):focus-visible,
.client-tile:nth-child(5):hover,
.client-tile:nth-child(5):focus-visible,
.client-tile:nth-child(7):hover,
.client-tile:nth-child(7):focus-visible {
  color: var(--dm-ink);
}

.client-tile__glow {
  position: absolute;
  top: -58px;
  right: -54px;
  z-index: -1;
  width: 170px;
  height: 170px;
  background: var(--tile-accent);
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.14;
  transform: scale(0.9);
  transition: opacity 240ms ease, transform 320ms ease;
}

.client-tile:hover .client-tile__glow,
.client-tile:focus-visible .client-tile__glow {
  opacity: 0.34;
  transform: scale(1.2);
}

.client-tile__top,
.client-tile__content,
.client-tile__action {
  position: relative;
  z-index: 1;
  transform: translateZ(24px);
}

.client-tile__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.client-logo {
  position: relative;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
}

.client-tile:nth-child(1) .client-logo {
  width: 84px;
  height: 84px;
}

.client-logo__orbit {
  position: absolute;
  inset: 3px;
  border: 2px solid var(--tile-accent);
  border-radius: 38% 62% 58% 42%;
  transform: rotate(12deg);
  transition: border-radius 320ms ease, transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.client-logo__orbit::before {
  position: absolute;
  top: -5px;
  right: 7px;
  width: 11px;
  height: 11px;
  background: var(--tile-accent);
  border: 3px solid currentColor;
  border-radius: 50%;
  content: "";
}

.client-tile:hover .client-logo__orbit,
.client-tile:focus-visible .client-logo__orbit {
  border-radius: 50%;
  transform: rotate(112deg);
}

.client-logo__mark {
  position: relative;
  z-index: 1;
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.client-logo__image {
  position: relative;
  z-index: 1;
  display: block;
  width: 72%;
  height: 72%;
  object-fit: contain;
}

.client-tile__number {
  color: currentColor;
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  opacity: 0.48;
}

.client-tile__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.client-tile__content strong {
  color: currentColor;
  font-size: 1.04rem;
  font-weight: 850;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.client-tile:nth-child(1) .client-tile__content strong {
  font-size: 1.65rem;
}

.client-tile__content > span {
  margin-top: 5px;
  color: currentColor;
  font-size: 0.75rem;
  font-weight: 650;
  opacity: 0.64;
}

.client-tile__action {
  display: flex;
  max-height: 0;
  gap: 8px;
  align-items: center;
  color: currentColor;
  font-size: 0.73rem;
  font-weight: 850;
  opacity: 0;
  transform: translateY(12px) translateZ(24px);
  transition: max-height 240ms ease, opacity 180ms ease, transform 240ms ease;
}

.client-tile:nth-child(1) .client-tile__action,
.client-tile:hover .client-tile__action,
.client-tile:focus-visible .client-tile__action {
  max-height: 30px;
  opacity: 1;
  transform: translateY(0) translateZ(24px);
}

.client-mosaic--enhanced .client-tile {
  opacity: 0;
  transform: perspective(900px) translateY(24px) scale(0.97);
}

.client-mosaic--enhanced.is-visible .client-tile {
  animation: client-tile-reveal 540ms cubic-bezier(0.18, 0.8, 0.28, 1) forwards;
  animation-delay: calc(var(--tile-index) * 55ms);
}

.client-mosaic--enhanced .client-tile.is-revealed {
  opacity: 1;
  animation: none;
  transform: perspective(900px) rotateX(var(--tile-tilt-x)) rotateY(var(--tile-tilt-y)) translateY(var(--tile-lift));
}

.client-preview {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: grid;
  padding: 24px;
  place-items: center;
}

.client-preview[hidden] {
  display: none;
}

.client-preview__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(8, 8, 8, 0.82);
  border: 0;
  opacity: 0;
  backdrop-filter: blur(9px);
  transition: opacity 220ms ease;
}

.client-preview__dialog {
  position: relative;
  display: flex;
  width: min(1460px, 96vw);
  height: min(900px, 92vh);
  overflow: hidden;
  flex-direction: column;
  background: var(--dm-white);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.46);
  opacity: 0;
  transform: translateY(26px) scale(0.975);
  transition: opacity 220ms ease, transform 260ms cubic-bezier(0.18, 0.8, 0.28, 1);
}

.client-preview.is-open .client-preview__backdrop,
.client-preview.is-open .client-preview__dialog {
  opacity: 1;
}

.client-preview.is-open .client-preview__dialog {
  transform: translateY(0) scale(1);
}

.client-preview__header {
  display: flex;
  padding: 20px 24px 18px;
  gap: 28px;
  align-items: flex-start;
  justify-content: space-between;
  background: var(--dm-white);
}

.client-preview__eyebrow {
  margin: 0 0 3px;
  color: var(--dm-coral-dark);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.client-preview__header h3 {
  margin: 0;
  color: var(--dm-ink);
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.client-preview__header p:last-child {
  margin: 4px 0 0;
  color: var(--dm-muted);
  font-size: 0.76rem;
}

.client-preview__close {
  position: relative;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  padding: 0;
  background: var(--dm-paper);
  border: 1px solid var(--dm-line);
  border-radius: 50%;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.client-preview__close:hover,
.client-preview__close:focus-visible {
  color: var(--dm-white);
  background: var(--dm-ink);
  transform: rotate(5deg);
}

.client-preview__close span {
  position: absolute;
  top: 21px;
  left: 13px;
  width: 19px;
  height: 2px;
  background: currentColor;
}

.client-preview__close span:first-child {
  transform: rotate(45deg);
}

.client-preview__close span:last-child {
  transform: rotate(-45deg);
}

.client-preview__toolbar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 48px;
  padding: 8px 14px;
  gap: 14px;
  align-items: center;
  color: #78726d;
  background: #efede8;
  border-top: 1px solid var(--dm-line);
  border-bottom: 1px solid var(--dm-line);
  font-size: 0.71rem;
}

.client-preview__browser-dots {
  display: flex;
  gap: 6px;
}

.client-preview__browser-dots i {
  width: 8px;
  height: 8px;
  background: #c7c1ba;
  border-radius: 50%;
}

.client-preview__browser-dots i:first-child {
  background: var(--dm-coral);
}

.client-preview__browser-dots i:nth-child(2) {
  background: #eeb64a;
}

.client-preview__browser-dots i:last-child {
  background: #5fc07c;
}

.client-preview__address {
  min-width: 0;
  padding: 6px 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #ded9d2;
  border-radius: 999px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.client-preview__external {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: var(--dm-ink);
  font-weight: 800;
}

.client-preview__external:hover,
.client-preview__external:focus {
  color: var(--dm-coral-dark);
  text-decoration: none;
}

.client-preview__frame-wrap {
  position: relative;
  min-height: 0;
  flex: 1;
  background: #e8e5df;
}

.client-preview__loading {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  color: #716c66;
  font-size: 0.78rem;
  font-weight: 750;
}

.client-preview__loading span {
  width: 20px;
  height: 20px;
  border: 3px solid rgba(23, 23, 23, 0.15);
  border-top-color: var(--dm-coral);
  border-radius: 50%;
  animation: client-preview-spin 760ms linear infinite;
}

.client-preview__frame {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  opacity: 0;
  transition: opacity 180ms ease;
}

.client-preview__frame.is-loaded {
  background: var(--dm-white);
  opacity: 1;
}

body.client-preview-open {
  overflow: hidden;
}

@keyframes client-tile-reveal {
  from {
    opacity: 0;
    transform: perspective(900px) translateY(24px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: perspective(900px) translateY(0) scale(1);
  }
}

@keyframes client-preview-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 991.98px) {
  .client-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 188px;
  }

  .client-tile,
  .client-tile:nth-child(1),
  .client-tile:nth-child(2),
  .client-tile:nth-child(3),
  .client-tile:nth-child(4),
  .client-tile:nth-child(5),
  .client-tile:nth-child(n + 6) {
    grid-column: span 1;
    grid-row: span 1;
  }

  .client-tile:nth-child(1) {
    grid-column: span 2;
  }

  .client-tile:nth-child(1) .client-logo {
    width: 68px;
    height: 68px;
  }

  .client-tile:nth-child(1) .client-tile__content strong {
    font-size: 1.3rem;
  }
}

@media (max-width: 767.98px) {
  .client-showcase__notice {
    margin-top: -8px;
  }

  .client-preview {
    padding: 12px;
  }

  .client-preview__dialog {
    width: 100%;
    height: 94vh;
    border-radius: 22px;
  }

  .client-preview__header {
    padding: 16px 17px 14px;
  }

  .client-preview__header p:last-child {
    display: none;
  }

  .client-preview__toolbar {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .client-preview__external {
    grid-column: 1 / -1;
    justify-self: end;
  }
}

@media (max-width: 575.98px) {
  .client-showcase::before {
    display: none;
  }

  .client-showcase__notice {
    align-items: flex-start;
  }

  .client-mosaic {
    grid-template-columns: 1fr;
    grid-auto-rows: 176px;
  }

  .client-tile,
  .client-tile:nth-child(1) {
    grid-column: span 1;
  }

  .client-tile {
    padding: 21px;
    border-radius: 21px;
  }

  .client-tile:nth-child(1) .client-logo {
    width: 62px;
    height: 62px;
  }

  .client-tile:nth-child(1) .client-tile__content strong {
    font-size: 1.08rem;
  }

  .client-tile:nth-child(1) .client-tile__action {
    max-height: 0;
    opacity: 0;
    transform: translateY(12px) translateZ(24px);
  }

  .client-tile:hover .client-tile__action,
  .client-tile:focus-visible .client-tile__action {
    max-height: 30px;
    opacity: 1;
    transform: translateY(0) translateZ(24px);
  }

  .client-preview {
    padding: 7px;
  }

  .client-preview__dialog {
    height: 96vh;
    border-radius: 18px;
  }

  .client-preview__toolbar {
    gap: 8px;
  }

  .client-preview__browser-dots {
    display: none;
  }

  .client-preview__toolbar {
    grid-template-columns: minmax(0, 1fr);
  }

  .client-preview__external {
    grid-column: auto;
  }
}

/* Published project cards and contextual modal */
.client-mosaic {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 22px;
}

.client-mosaic .client-tile,
.client-mosaic .client-tile:nth-child(n) {
  display: grid;
  min-height: 0;
  padding: 0;
  grid-column: span 1;
  grid-row: auto;
  grid-template-rows: auto 1fr;
  color: var(--dm-ink);
  background: var(--dm-white);
  border: 1px solid var(--dm-line);
  border-radius: 23px;
  box-shadow: 0 15px 38px rgba(23, 23, 23, 0.08);
}

.client-mosaic .client-tile:nth-child(7n + 1),
.client-mosaic .client-tile:nth-child(7n + 2) {
  grid-column: span 1;
}

.client-mosaic .client-tile:hover,
.client-mosaic .client-tile:focus-visible,
.client-mosaic .client-tile:nth-child(3):hover,
.client-mosaic .client-tile:nth-child(3):focus-visible,
.client-mosaic .client-tile:nth-child(5):hover,
.client-mosaic .client-tile:nth-child(5):focus-visible,
.client-mosaic .client-tile:nth-child(7):hover,
.client-mosaic .client-tile:nth-child(7):focus-visible {
  color: var(--dm-ink);
  border-color: var(--tile-accent);
  box-shadow: 0 24px 54px rgba(23, 23, 23, 0.16);
}

.client-tile__cover {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #dedbd5;
}

.client-tile__cover::after {
  display: none;
}

.client-tile__cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
}

.client-mosaic .client-tile:hover .client-tile__cover img,
.client-mosaic .client-tile:focus-visible .client-tile__cover img {
  transform: none;
}

.client-tile__cover .client-tile__number {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  padding: 7px 9px;
  color: var(--dm-white);
  background: rgba(16, 16, 16, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  opacity: 1;
  backdrop-filter: blur(8px);
}

.client-mosaic .client-tile .client-tile__content,
.client-mosaic .client-tile:nth-child(1) .client-tile__content {
  display: flex;
  min-height: 92px;
  padding: 17px 18px;
  gap: 16px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transform: none;
}

.client-tile__identity {
  display: flex;
  min-width: 0;
  gap: 12px;
  align-items: center;
}

.client-tile__identity > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.client-mosaic .client-logo,
.client-mosaic .client-tile:nth-child(1) .client-logo {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--dm-white);
  background: var(--tile-accent);
  border-radius: 13px;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.client-tile__identity strong,
.client-mosaic .client-tile:nth-child(1) .client-tile__identity strong {
  overflow: hidden;
  color: var(--dm-ink);
  font-size: 1rem;
  font-weight: 850;
  letter-spacing: -0.025em;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.client-tile__identity small {
  margin-top: 4px;
  overflow: hidden;
  color: var(--dm-muted);
  font-size: 0.69rem;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.client-mosaic .client-tile .client-tile__action,
.client-mosaic .client-tile:nth-child(1) .client-tile__action {
  display: flex;
  max-height: none;
  flex: 0 0 auto;
  gap: 6px;
  align-items: center;
  color: var(--dm-ink);
  font-size: 0.71rem;
  font-weight: 850;
  opacity: 1;
  transform: none;
}

.client-mosaic--enhanced .client-tile,
.client-mosaic--enhanced.is-visible .client-tile,
.client-mosaic--enhanced .client-tile.is-revealed {
  transform: translateY(var(--tile-lift));
}

.client-mosaic--enhanced .client-tile:not(.is-revealed) {
  transform: translateY(24px) scale(0.98);
}

.client-preview__dialog {
  width: min(1500px, 96vw);
  height: min(920px, 94vh);
  max-height: none;
}

.client-preview__frame-wrap {
  min-height: 0;
  overflow: hidden;
  background: var(--dm-white);
}

.client-preview__frame {
  background: var(--dm-white);
}

.client-preview__gallery {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  min-height: 0;
  padding: 18px 22px 14px;
  gap: 12px;
  flex-direction: column;
  background: #e8e5df;
}

.client-preview__gallery-stage {
  position: relative;
  display: grid;
  min-height: 0;
  flex: 1;
  gap: 14px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
}

.client-preview__gallery-stage figure {
  display: grid;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  gap: 8px;
  grid-template-rows: minmax(0, 1fr) auto;
}

.client-preview__gallery-stage figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  background: var(--dm-white);
  border: 1px solid rgba(23, 23, 23, 0.1);
  border-radius: 15px;
  box-shadow: 0 16px 42px rgba(23, 23, 23, 0.14);
}

.client-preview__gallery-stage figcaption {
  min-height: 18px;
  margin: 0;
  color: #5f5a55;
  font-size: 0.72rem;
  font-weight: 680;
  text-align: center;
}

.client-preview__gallery-control {
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;
  color: var(--dm-white);
  background: rgba(23, 23, 23, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  box-shadow: 0 9px 22px rgba(23, 23, 23, 0.2);
  font-size: 2rem;
  line-height: 1;
  transition: background-color 160ms ease, transform 160ms ease;
}

.client-preview__gallery-control:hover,
.client-preview__gallery-control:focus-visible {
  background: var(--dm-coral-dark);
  transform: scale(1.06);
}

.client-preview__gallery-counter {
  position: absolute;
  top: 12px;
  right: 74px;
  z-index: 4;
  padding: 7px 10px;
  color: var(--dm-white);
  background: rgba(23, 23, 23, 0.76);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 850;
  backdrop-filter: blur(8px);
}

.client-preview__gallery-thumbnails {
  display: flex;
  min-height: 0;
  padding: 2px 2px 6px;
  gap: 10px;
  justify-content: center;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}

.client-preview__gallery-thumbnail {
  width: 136px;
  height: 78px;
  flex: 0 0 auto;
  padding: 3px;
  overflow: hidden;
  background: var(--dm-white);
  border: 2px solid transparent;
  border-radius: 11px;
  opacity: 0.68;
  transition: border-color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.client-preview__gallery-thumbnail:hover,
.client-preview__gallery-thumbnail:focus-visible,
.client-preview__gallery-thumbnail[aria-current="true"] {
  border-color: var(--dm-coral-dark);
  opacity: 1;
  transform: translateY(-2px);
}

.client-preview__gallery-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f7f8fb;
  border-radius: 6px;
}

.client-preview__fallback {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  padding: 30px;
  gap: 34px;
  overflow: auto;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.6fr);
  align-items: center;
  background: #e8e5df;
}

.client-preview__fallback img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  object-position: center top;
  background: var(--dm-white);
  border: 1px solid rgba(23, 23, 23, 0.08);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(23, 23, 23, 0.14);
}

.client-preview__fallback > div {
  padding: 28px;
  background: var(--dm-white);
  border-radius: 20px;
}

.client-preview__fallback-eyebrow {
  margin: 0 0 10px;
  color: var(--dm-coral-dark);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.client-preview__fallback h4 {
  margin: 0;
  color: var(--dm-ink);
  font-size: clamp(1.4rem, 2.4vw, 2.2rem);
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.client-preview__fallback h4 + p {
  margin: 18px 0 24px;
  color: var(--dm-muted);
  line-height: 1.7;
}

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

  .client-mosaic .client-tile,
  .client-mosaic .client-tile:nth-child(n),
  .client-mosaic .client-tile:nth-child(7n + 1),
  .client-mosaic .client-tile:nth-child(7n + 2) {
    grid-column: span 1;
    grid-row: auto;
  }

  .client-mosaic .client-tile,
  .client-mosaic .client-tile:nth-child(n) {
    display: grid;
    grid-template-columns: 1fr;
  }

  .client-preview__fallback {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 575.98px) {
  .client-mosaic {
    grid-template-columns: 1fr;
  }

  .client-mosaic .client-tile,
  .client-mosaic .client-tile:nth-child(n) {
    grid-column: span 1;
  }

  .client-mosaic .client-tile .client-tile__content,
  .client-mosaic .client-tile:nth-child(1) .client-tile__content {
    min-height: 84px;
    padding: 14px;
  }

  .client-tile__identity small {
    max-width: 170px;
  }

  .client-mosaic .client-tile .client-tile__action,
  .client-mosaic .client-tile:nth-child(1) .client-tile__action {
    max-height: none;
    opacity: 1;
    transform: none;
  }

  .client-preview__dialog {
    width: 100vw;
    height: 100dvh;
    max-height: none;
    border-radius: 0;
  }

  .client-preview {
    padding: 0;
  }

  .client-preview__header {
    padding: 13px 15px;
    gap: 12px;
  }

  .client-preview__header h3 {
    font-size: 1rem;
  }

  .client-preview__header p:last-child {
    display: none;
  }

  .client-preview__close {
    width: 40px;
    height: 40px;
  }

  .client-preview__close span {
    top: 18px;
    left: 11px;
  }

  .client-preview__toolbar {
    min-height: 44px;
    padding: 7px 10px;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .client-preview__browser-dots {
    display: none;
  }

  .client-preview__external {
    font-size: 0.68rem;
  }

  .client-preview__gallery {
    padding: 8px 8px 6px;
    gap: 7px;
  }

  .client-preview__gallery-stage {
    display: flex;
    align-items: center;
  }

  .client-preview__gallery-stage figure {
    height: auto;
    gap: 5px;
  }

  .client-preview__gallery-stage figure img {
    height: auto;
  }

  .client-preview__gallery-stage figcaption {
    padding: 0 34px;
    font-size: 0.66rem;
  }

  .client-preview__gallery-control {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
  }

  .client-preview__gallery-control:hover,
  .client-preview__gallery-control:focus-visible {
    transform: translateY(-50%) scale(1.04);
  }

  .client-preview__gallery-control--previous {
    left: 6px;
  }

  .client-preview__gallery-control--next {
    right: 6px;
  }

  .client-preview__gallery-counter {
    top: 8px;
    right: 8px;
  }

  .client-preview__gallery-thumbnails {
    justify-content: flex-start;
  }

  .client-preview__gallery-thumbnail {
    width: 96px;
    height: 58px;
  }

  .client-preview__fallback {
    padding: 14px;
    gap: 14px;
  }

  .client-preview__fallback > div {
    padding: 22px 18px;
  }

  .client-preview__fallback .button {
    width: 100%;
  }
}

@keyframes whatsapp-bounce {
  0%,
  74%,
  100% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(-12px);
  }
  86% {
    transform: translateY(0);
  }
  91% {
    transform: translateY(-6px);
  }
  95% {
    transform: translateY(0);
  }
}

@media (max-width: 1199.98px) {
  .site-header .navbar-light .navbar-nav .nav-link {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 0.84rem;
  }

  .article-layout {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.34fr);
    gap: 48px;
  }

  .home-hero__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(400px, 1.05fr);
    gap: 38px;
  }

  .approach-grid {
    gap: 60px;
  }

  .approach-visual {
    min-height: 540px;
  }

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

  .page-hero__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    gap: 42px;
  }

  .landing-intro__grid,
  .idea-article__grid {
    gap: 58px;
  }

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

@media (max-width: 991.98px) {
  .home-section {
    padding: 84px 0;
  }

  .site-header .navbar {
    min-height: 74px;
  }

  .site-header .navbar-toggler {
    padding: 7px;
    border: 0;
  }

  .site-header .navbar-collapse {
    padding: 14px 0 24px;
    background: var(--dm-white);
  }

  .site-header .navbar-nav {
    align-items: stretch;
  }

  .site-header .navbar-light .navbar-nav .nav-link {
    padding: 12px 0;
  }

  .site-header .navbar-light .navbar-nav .nav-link::after {
    right: auto;
    bottom: 7px;
    left: 0;
    width: 32px;
  }

  .home-projects-grid,
  .news-grid,
  .news-index__cta,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .news-index__cta {
    gap: 30px;
  }

  .article-sidebar {
    position: static;
  }

  .article-sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .article-sidebar__panel {
    margin-bottom: 0;
  }

  .header-cta {
    margin: 12px 0 0;
  }

  .home-hero {
    padding: 72px 0;
  }

  .home-hero__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .page-hero {
    padding-bottom: 80px;
  }

  .page-hero__grid,
  .landing-intro__grid,
  .about-manifesto__grid,
  .contact-brief__grid {
    grid-template-columns: 1fr;
  }

  .page-hero__content {
    max-width: 780px;
  }

  .page-hero__visual {
    max-width: 760px;
  }

  .landing-intro__visual {
    max-width: 640px;
  }

  .home-hero__content {
    max-width: 780px;
  }

  .home-hero h1 {
    max-width: 850px;
  }

  .home-hero__visual {
    max-width: 760px;
  }

  .service-grid,
  .solution-grid {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }

  .ecosystem-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ecosystem-step {
    min-height: 290px;
  }

  .coverage-panel {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .service-card > p {
    min-height: 0;
  }

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

  .approach-visual {
    max-width: 660px;
    min-height: 610px;
  }

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

  .deliverable-grid,
  .landing-method__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-capability-grid,
  .contact-options__grid {
    grid-template-columns: 1fr;
  }

  .about-location__panel {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .process-card {
    min-height: 260px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .faq-grid .section-heading {
    position: static;
  }

  .home-cta {
    padding-bottom: 84px;
  }

  .home-cta__panel {
    grid-template-columns: 1fr;
    padding: 52px;
    gap: 32px;
  }

  .home-cta__panel .button {
    justify-self: start;
  }

  .page-cta {
    padding-bottom: 84px;
  }

  .page-cta__panel {
    grid-template-columns: 1fr;
    padding: 52px;
    gap: 32px;
  }

  .page-cta__panel .button {
    justify-self: start;
  }

  .site-footer__grid {
    grid-template-columns: 1.3fr 0.7fr;
  }

  .site-footer__contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767.98px) {
  .home-section {
    padding: 70px 0;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .section-heading--split {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .section-heading--split > p {
    margin: 0;
  }

  .home-hero {
    padding: 58px 0 64px;
  }

  .page-hero {
    padding: 28px 0 64px;
  }

  .breadcrumbs {
    margin-bottom: 34px;
  }

  .page-hero h1 {
    font-size: clamp(2.6rem, 11.5vw, 4.25rem);
  }

  .page-hero__visual::before {
    top: -13px;
    right: -7px;
    width: 72px;
    height: 72px;
    border-radius: 21px;
  }

  .page-hero__visual img {
    border-width: 5px;
    border-radius: 24px;
  }

  .page-hero__visual figcaption {
    right: 12px;
    bottom: 14px;
  }

  .home-hero h1 {
    font-size: clamp(2.65rem, 12vw, 4.3rem);
  }

  .home-hero__visual::before {
    top: -14px;
    right: -8px;
    width: 74px;
    height: 74px;
    border-radius: 22px;
  }

  .home-hero__visual img {
    border-width: 5px;
    border-radius: 24px;
  }

  .home-hero__visual-tag {
    right: 12px;
    bottom: 16px;
  }

  .approach-visual {
    min-height: 520px;
  }

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

  .deliverable-grid,
  .landing-method__grid,
  .outcome-grid,
  .related-grid,
  .idea-topic-nav,
  .idea-article__grid,
  .principle-grid,
  .about-capability-grid {
    grid-template-columns: 1fr;
  }

  .landing-method__grid li,
  .principle-grid article {
    min-height: 0;
  }

  .landing-method__grid li > span,
  .deliverable-card > span,
  .principle-grid article > span,
  .about-capability-grid > a > span {
    margin-bottom: 30px;
  }

  .idea-article--reverse figure {
    order: initial;
  }

  .idea-article figure {
    position: static;
  }

  .process-card {
    min-height: 0;
  }

  .process-card__number {
    margin-bottom: 40px;
  }

  .ecosystem-flow,
  .insights-grid {
    grid-template-columns: 1fr;
  }

  .ecosystem-step {
    min-height: 0;
  }

  .coverage-panel {
    padding: 38px 28px;
  }

  .home-cta__panel {
    padding: 38px 28px;
  }

  .page-cta__panel,
  .about-location__panel {
    padding: 38px 28px;
  }

  .site-footer {
    padding-top: 64px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-bottom: 52px;
  }

  .site-footer__contact {
    grid-column: auto;
  }

  .site-footer__bottom {
    gap: 8px;
    flex-direction: column;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
  }

  .whatsapp-float__label {
    display: none;
  }

  .whatsapp-float__icon {
    width: 58px;
    height: 58px;
  }
}

@media (max-width: 575.98px) {
  .brand__name {
    font-size: 1.08rem;
  }

  .section-action .button {
    width: 100%;
  }

  .home-project-card__content,
  .news-card__content {
    padding: 24px;
  }

  .insight-card__meta,
  .news-card__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .news-index {
    padding: 70px 0;
  }

  .news-index__topics {
    margin-bottom: 42px;
  }

  .news-index__cta,
  .article-next-step,
  .article-takeaways {
    padding: 30px 24px;
  }

  .news-index__cta .button {
    width: 100%;
  }

  .news-detail-template-page .article-banner .title-h2 {
    font-size: clamp(2.2rem, 10.5vw, 3.35rem);
  }

  .article-content {
    padding: 74px 0;
  }

  .article-intro {
    padding-left: 18px;
  }

  .article-section {
    padding-bottom: 38px;
    margin-bottom: 38px;
  }

  .article-sidebar,
  .article-pagination {
    grid-template-columns: 1fr;
  }

  .article-pagination {
    margin-top: 56px;
  }

  .article-pagination a,
  .article-pagination__next {
    min-height: 104px;
    align-items: flex-start;
    text-align: left;
  }

  .article-pagination__all {
    min-width: 0;
  }

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

  .home-hero__actions .button {
    width: 100%;
  }

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

  .service-card {
    padding: 30px 24px;
  }

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

  .page-hero__actions .button {
    width: 100%;
  }

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

  .approach-visual {
    min-height: 390px;
  }

  .approach-visual__primary {
    width: 78%;
  }

  .approach-visual__secondary {
    width: 56%;
  }

  .benefit-item {
    grid-template-columns: 42px 1fr;
    gap: 14px;
  }

  .benefit-item > span {
    width: 40px;
    height: 40px;
  }

  .solution-card__content {
    padding: 24px;
  }

  .deliverable-card,
  .related-grid > a,
  .about-capability-grid > a,
  .contact-options article {
    padding: 26px 24px;
  }

  .contact-location {
    padding: 30px 24px;
  }

  .coverage-list {
    grid-template-columns: 1fr;
  }

  .insight-card__content {
    padding: 24px;
  }

  .faq-item summary {
    padding-right: 42px;
    font-size: 1rem;
  }

  .faq-item p {
    padding-right: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .whatsapp-float {
    animation: none;
  }
}
