:root {
  --ink: #07111f;
  --muted: #606776;
  --surface: #fbf7ec;
  --surface-strong: #fffdf8;
  --navy: #050b18;
  --navy-soft: #101a2b;
  --gold: #e4aa00;
  --gold-bright: #ffc42a;
  --gold-pale: #fff2bf;
  --red: #a60814;
  --button-gradient: linear-gradient(90deg, #ffc42a 0%, #e4aa00 28%, #d86b00 58%, #a60814 100%);
  --button-gradient-hover: linear-gradient(90deg, #ffd766 0%, #f0ad00 28%, #c94a08 58%, #87040d 100%);
  --clay: #a60814;
  --teal: #d69f00;
  --teal-dark: #050b18;
  --sea: #f6d46c;
  --olive: #756228;
  --line: #eadfca;
  --shadow: 0 24px 70px rgba(5, 11, 24, 0.15);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

svg {
  width: 1.125rem;
  height: 1.125rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 20;
  transform: translateY(-140%);
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
  padding: 0.75rem 1rem;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.anniversary-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  padding: clamp(1rem, 3vw, 2rem);
  scrollbar-color: rgba(255, 196, 42, 0.68) rgba(255, 255, 255, 0.1);
  scrollbar-width: thin;
}

.anniversary-modal[hidden] {
  display: none;
}

.anniversary-modal::-webkit-scrollbar {
  width: 0.65rem;
}

.anniversary-modal::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

.anniversary-modal::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 196, 42, 0.68);
}

.anniversary-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(5, 11, 24, 0.72);
  backdrop-filter: blur(12px);
}

.anniversary-card {
  position: relative;
  z-index: 1;
  width: min(100%, 850px);
  margin: 0;
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  overflow: clip;
  border: 1px solid rgba(255, 196, 42, 0.46);
  border-radius: 18px;
  background:
    linear-gradient(115deg, rgba(5, 11, 24, 0.95) 0%, rgba(5, 11, 24, 0.82) 58%, rgba(82, 5, 12, 0.62) 100%),
    url("assets/mmtag-anniversary-popup-bg.png") center / cover;
  box-shadow: 0 34px 90px rgba(5, 11, 24, 0.52);
  color: #fff;
}

.anniversary-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 16%, rgba(255, 196, 42, 0.22), transparent 30%),
    linear-gradient(90deg, rgba(255, 196, 42, 0.12), transparent 34%, rgba(166, 8, 20, 0.14));
  pointer-events: none;
}

.anniversary-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(5, 11, 24, 0.62);
  color: #fff;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background-color 180ms ease;
}

.anniversary-close:hover,
.anniversary-close:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 196, 42, 0.24);
}

.anniversary-media {
  position: relative;
  z-index: 1;
  min-height: 100%;
  display: grid;
  place-items: center;
  padding: clamp(1.5rem, 5vw, 3rem);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(255, 242, 191, 0.9)),
    rgba(255, 255, 255, 0.9);
}

.anniversary-media::after {
  content: "";
  position: absolute;
  inset: auto 12% 12% 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(228, 170, 0, 0.9), transparent);
}

.anniversary-media img {
  width: min(100%, 18rem);
  max-height: 15rem;
  object-fit: contain;
  filter: drop-shadow(0 18px 30px rgba(5, 11, 24, 0.2));
}

.anniversary-content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: 1rem;
  padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 5vw, 3.5rem);
}

.anniversary-kicker {
  margin: 0;
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.anniversary-number {
  display: flex;
  align-items: flex-end;
  gap: 0.7rem;
  color: var(--gold-bright);
  line-height: 0.86;
}

.anniversary-number span {
  font-size: clamp(5.4rem, 14vw, 8.5rem);
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 0.25rem 0 rgba(166, 8, 20, 0.34);
}

.anniversary-number strong {
  margin-bottom: 0.65rem;
  font-size: clamp(1.15rem, 3vw, 1.65rem);
  font-weight: 900;
  text-transform: uppercase;
}

.anniversary-content h2 {
  max-width: 18ch;
  margin: 0;
  color: #fffdf8;
  font-size: clamp(1.85rem, 4vw, 2.95rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.anniversary-message {
  display: grid;
  gap: 0.75rem;
}

.anniversary-content p,
.anniversary-message p {
  max-width: 42rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
}

.anniversary-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.2rem;
}

.anniversary-tags span {
  border: 1px solid rgba(255, 196, 42, 0.42);
  border-radius: 999px;
  padding: 0.36rem 0.68rem;
  background: rgba(5, 11, 24, 0.34);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  font-weight: 800;
}

.anniversary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.anniversary-button {
  background: var(--gold-bright);
  color: var(--navy);
  box-shadow: 0 16px 30px rgba(228, 170, 0, 0.28);
}

.anniversary-button:hover,
.anniversary-button:focus-visible {
  background: var(--gold);
}

.anniversary-button-light {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.anniversary-button-light:hover,
.anniversary-button-light:focus-visible {
  background: rgba(255, 255, 255, 0.22);
}

body.anniversary-open {
  overflow: hidden;
}

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483600;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 3vw, 2rem);
}

.booking-modal[hidden] {
  display: none;
}

.booking-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 11, 24, 0.72);
  backdrop-filter: blur(12px);
}

.booking-card {
  position: relative;
  z-index: 1;
  width: min(100%, 1100px);
  max-height: 92vh;
  max-height: min(92svh, 820px);
  display: grid;
  grid-template-rows: auto minmax(24rem, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 196, 42, 0.42);
  border-radius: var(--radius);
  background: #fffdf8;
  box-shadow: 0 34px 90px rgba(5, 11, 24, 0.46);
}

.booking-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1rem 0.9rem 1.15rem;
  background:
    linear-gradient(135deg, rgba(255, 196, 42, 0.18), rgba(166, 8, 20, 0.06)),
    #fffdf8;
  border-bottom: 1px solid var(--line);
}

.booking-head .section-kicker {
  margin-bottom: 0.25rem;
}

.booking-head h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.booking-close {
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(228, 170, 0, 0.42);
  border-radius: 999px;
  background: var(--gold-bright);
  color: var(--navy);
  cursor: pointer;
}

.booking-close:hover,
.booking-close:focus-visible {
  background: var(--gold);
}

.booking-frame-shell {
  min-height: 24rem;
  background: #fff;
}

.booking-frame-shell iframe {
  width: 100%;
  height: 76vh;
  height: min(76svh, 650px);
  min-height: 24rem;
  border: 0;
  background: #fff;
}

body.booking-open {
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  min-height: 4.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.8rem clamp(1rem, 4vw, 3.5rem);
  background: rgba(255, 253, 248, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(234, 223, 202, 0.82);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  min-width: 0;
}

.brand-logo {
  width: 4.35rem;
  height: 2.75rem;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  overflow: visible;
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.brand-copy {
  min-width: 0;
}

.brand-copy strong,
.brand-copy span {
  display: block;
}

.brand-copy strong {
  color: var(--navy);
  font-size: 1.05rem;
  letter-spacing: 0.01em;
  line-height: 1.05;
}

.brand-copy span {
  max-width: 24rem;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.site-nav a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius);
  padding: 0.65rem 0.9rem;
  color: #273142;
  font-size: 0.94rem;
  font-weight: 650;
  white-space: nowrap;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(228, 170, 0, 0.14);
  color: var(--navy);
  outline: none;
}

.language-link {
  min-width: 2.75rem;
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(228, 170, 0, 0.36);
  background: rgba(255, 255, 255, 0.68);
  color: #6f1b1f;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  white-space: nowrap;
}

.language-link:hover,
.language-link:focus-visible {
  background: rgba(228, 170, 0, 0.18);
  color: var(--red);
  outline: none;
}

.header-language-link {
  margin-left: auto;
  flex: 0 0 auto;
}

.site-nav .booking-link,
.site-nav .ticket-link,
.site-nav .remote-link {
  margin-left: 0.3rem;
  font-weight: 850;
}

.site-nav .booking-link {
  border: 1px solid rgba(228, 170, 0, 0.44);
  background: rgba(255, 196, 42, 0.18);
  color: var(--navy);
}

.site-nav .ticket-link {
  border: 1px solid rgba(228, 170, 0, 0.55);
  background: var(--gold-bright);
  color: var(--navy);
  box-shadow: 0 10px 24px rgba(228, 170, 0, 0.18);
}

.site-nav .remote-link {
  margin-left: 0;
  border: 1px solid rgba(228, 170, 0, 0.55);
  background: var(--gold-bright);
  color: var(--navy);
  text-shadow: none;
  box-shadow: 0 10px 24px rgba(228, 170, 0, 0.18);
}

.site-nav .booking-link:hover,
.site-nav .booking-link:focus-visible,
.site-nav .ticket-link:hover,
.site-nav .ticket-link:focus-visible {
  background: var(--gold);
  color: var(--navy);
}

.site-nav .remote-link:hover,
.site-nav .remote-link:focus-visible {
  background: var(--gold);
  color: var(--navy);
}

.nav-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fffdf8;
  color: var(--ink);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 1.15rem;
  height: 2px;
  margin: 0.25rem auto;
  background: currentColor;
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: min(44rem, calc(100svh - 8rem));
  overflow: hidden;
  isolation: isolate;
}

#top,
#services,
#e-marrero,
#pr-logix,
#zoho-finance,
#how-mmtag-helps,
#partners,
#expertise,
#process,
#faq,
#contact {
  scroll-margin-top: 5.5rem;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 11, 24, 0.9) 0%, rgba(5, 11, 24, 0.67) 42%, rgba(5, 11, 24, 0.14) 78%),
    linear-gradient(0deg, rgba(5, 11, 24, 0.56), rgba(5, 11, 24, 0.04) 40%);
}

.hero-inner {
  width: min(100% - 2rem, var(--max));
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  padding: clamp(3.25rem, 8vh, 6rem) 0 clamp(2rem, 5vh, 3.5rem);
  color: #fff;
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.8rem;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--gold-bright);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 16ch;
  margin-bottom: 1rem;
  font-size: 4.65rem;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-nowrap {
  white-space: nowrap;
}

html[lang="es"] .hero h1 {
  max-width: 22ch;
}

h2 {
  margin-bottom: 1rem;
  font-size: 2.65rem;
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.65rem;
  font-size: 1.15rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 43rem;
  margin-bottom: 1.6rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.2rem;
}

.hero-actions,
.section-heading,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.hero-actions {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.button {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 0.78rem 1rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background-color: transparent;
  background-image: var(--button-gradient);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-clip: padding-box;
  color: #fff;
  text-shadow: 0 1px 1px rgba(5, 11, 24, 0.28);
  box-shadow: 0 16px 34px rgba(166, 8, 20, 0.24);
}

.button-primary:hover,
.button-primary:focus-visible {
  background-color: transparent;
  background-image: var(--button-gradient-hover);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.22);
}

.text-link {
  color: var(--red);
  font-weight: 800;
  text-underline-offset: 0.25rem;
}

.signal-strip {
  width: min(100% - 2rem, var(--max));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: -1.2rem auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: var(--shadow);
}

.signal-strip div {
  min-height: 6.8rem;
  display: grid;
  align-content: center;
  gap: 0.35rem;
  padding: 1rem 1.25rem;
  background: #fffdf8;
}

.signal-strip strong {
  color: var(--navy);
  font-size: 1.5rem;
  line-height: 1;
}

.signal-strip span {
  color: var(--muted);
  font-size: 0.93rem;
}

.section,
.zoho-finance-section,
.division-section,
.feature-band,
.zoho-section {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  padding: clamp(4.5rem, 9vw, 7.5rem) 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 0.8fr);
  gap: clamp(2rem, 6vw, 5.5rem);
}

.intro-copy {
  color: var(--muted);
  font-size: 1.05rem;
}

.zoho-finance-section {
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
}

.zoho-finance-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.42fr);
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: stretch;
  border: 1px solid rgba(228, 170, 0, 0.34);
  border-radius: var(--radius);
  padding: clamp(1.2rem, 3vw, 2rem);
  background:
    linear-gradient(135deg, rgba(255, 196, 42, 0.16), rgba(166, 8, 20, 0.06)),
    #fffdf8;
  box-shadow: 0 18px 55px rgba(5, 11, 24, 0.08);
}

.zoho-finance-copy {
  display: grid;
  align-content: center;
}

.zoho-finance-copy h2 {
  max-width: 15ch;
}

.zoho-finance-copy p:not(.section-kicker) {
  max-width: 46rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.zoho-finance-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.7rem;
}

.zoho-finance-points span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(228, 170, 0, 0.34);
  border-radius: 999px;
  padding: 0.35rem 0.62rem;
  background: rgba(255, 196, 42, 0.16);
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 850;
}

.zoho-authorized-badge {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.zoho-cert-card {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: start;
  min-height: 17rem;
  overflow: hidden;
  border: 1px solid rgba(228, 170, 0, 0.48);
  border-radius: var(--radius);
  padding: 1.25rem;
  background:
    linear-gradient(160deg, rgba(5, 11, 24, 0.96), rgba(16, 26, 43, 0.9) 62%, rgba(166, 8, 20, 0.78)),
    var(--navy);
  color: #fff;
  box-shadow: 0 16px 36px rgba(5, 11, 24, 0.18);
}

.zoho-cert-card::before {
  content: "";
  position: absolute;
  inset: -22% -8% auto auto;
  width: 12rem;
  height: 12rem;
  border: 1px solid rgba(255, 196, 42, 0.22);
  border-radius: 999px;
  background: rgba(255, 196, 42, 0.08);
}

.zoho-cert-card .zoho-authorized-badge-large {
  position: relative;
  width: min(100%, 20rem);
  height: auto;
  margin-bottom: 1.25rem;
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(5, 11, 24, 0.2);
}

.zoho-cert-card span,
.zoho-cert-card strong,
.zoho-cert-card p,
.zoho-cert-card a {
  position: relative;
}

.zoho-cert-card span {
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.zoho-cert-card strong {
  margin: 0.25rem 0 0.55rem;
  font-size: 1.65rem;
  line-height: 1;
}

.zoho-cert-card p {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.zoho-directory-link {
  color: var(--gold-bright);
  font-size: 0.84rem;
  font-weight: 850;
  text-underline-offset: 0.25rem;
}

.zoho-cert-links {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.help-section {
  padding-top: clamp(2.75rem, 5vw, 4.75rem);
}

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

.help-card {
  min-height: 15rem;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.15rem;
  background:
    linear-gradient(180deg, rgba(255, 196, 42, 0.08), transparent 42%),
    #fffdf8;
  box-shadow: 0 14px 38px rgba(5, 11, 24, 0.055);
}

.help-card-wide {
  grid-column: span 2;
}

.help-card > span {
  width: 2.65rem;
  height: 2.65rem;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border: 1px solid rgba(228, 170, 0, 0.34);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 196, 42, 0.86), rgba(228, 170, 0, 0.72)),
    var(--gold-bright);
  color: var(--navy);
  box-shadow: 0 12px 26px rgba(228, 170, 0, 0.18);
}

.help-card svg {
  width: 1.25rem;
  height: 1.25rem;
}

.help-card h3 {
  max-width: 13rem;
  color: var(--navy);
}

.help-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.clients-section {
  width: 100%;
  margin: 0;
  padding: clamp(3.4rem, 6vw, 5.75rem) 0 clamp(3.8rem, 7vw, 6.25rem);
  background: #fff;
  color: var(--ink);
}

.clients-inner {
  width: min(100% - 2rem, 1280px);
  margin: 0 auto;
}

.clients-heading {
  display: grid;
  justify-items: center;
  gap: 0.9rem;
  margin: 0 auto clamp(2.7rem, 5.5vw, 4.7rem);
  text-align: center;
}

.clients-heading h2 {
  margin: 0;
  color: #526174;
  font-size: clamp(0.78rem, 1.2vw, 1rem);
  font-weight: 850;
  letter-spacing: 0.3em;
  line-height: 1.55;
  text-transform: uppercase;
}

.clients-heading h2 strong,
.clients-heading h2 span {
  color: var(--red);
  font-weight: 900;
}

.client-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
  color: var(--gold-bright);
  font-size: 1.05rem;
  line-height: 1;
}

.client-marquee {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.client-track {
  width: max-content;
  display: flex;
  align-items: center;
  will-change: transform;
  animation: client-marquee 34s linear infinite;
}

.client-marquee:hover .client-track {
  animation-play-state: paused;
}

.client-sequence {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: clamp(1.1rem, 2.4vw, 2.4rem);
  padding-inline: clamp(0.8rem, 2vw, 1.8rem);
}

.client-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #b9c4cd;
  opacity: 0.78;
  white-space: nowrap;
  transition:
    color 180ms ease,
    opacity 180ms ease;
}

.client-brand:hover {
  color: #8090a0;
  opacity: 1;
}

.client-mark {
  color: currentColor;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 1.85vw, 1.75rem);
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1;
}

.client-name {
  color: currentColor;
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  line-height: 1.05;
  text-transform: uppercase;
}

.client-separator {
  color: var(--gold-bright);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  opacity: 0.9;
}

@keyframes client-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .client-marquee {
    overflow: visible;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .client-track {
    width: auto;
    flex-wrap: wrap;
    justify-content: center;
    animation: none;
  }

  .client-sequence[aria-hidden="true"] {
    display: none;
  }
}

.services-section {
  border-top: 1px solid var(--line);
}

.industries-section {
  border-top: 1px solid var(--line);
}

.industries-heading h2 {
  max-width: 18ch;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.95rem;
}

.industry-badge {
  position: relative;
  min-height: 17.2rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.85rem;
  background: #fffdf8;
  box-shadow: 0 14px 38px rgba(5, 11, 24, 0.055);
}

.industry-thumb {
  position: relative;
  height: 8.35rem;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: var(--radius);
  background: var(--navy);
}

.industry-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industry-thumb::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(5, 11, 24, 0.06), rgba(5, 11, 24, 0.5)),
    linear-gradient(90deg, rgba(228, 170, 0, 0.18), transparent 62%);
}

.industry-icon {
  position: absolute;
  left: 0.65rem;
  bottom: 0.65rem;
  z-index: 1;
  width: 2.9rem;
  height: 2.9rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(228, 170, 0, 0.36);
  border-radius: var(--radius);
  color: var(--navy);
  background: var(--gold-bright);
  box-shadow: 0 12px 28px rgba(5, 11, 24, 0.22);
}

.industry-badge:nth-child(3n) .industry-icon {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  background: var(--red);
}

.industry-icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.industry-badge h3 {
  position: relative;
  z-index: 1;
  padding-inline: 0.2rem;
  margin-bottom: 0.45rem;
  font-size: 1rem;
}

.industry-badge p {
  position: relative;
  z-index: 1;
  padding-inline: 0.2rem;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.section-heading {
  margin-bottom: 2rem;
  align-items: flex-end;
}

.section-heading h2 {
  max-width: 17ch;
  margin-bottom: 0;
}

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

.service-card {
  min-height: 19rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem;
  background: var(--surface-strong);
  box-shadow: 0 14px 38px rgba(5, 11, 24, 0.06);
}

.service-card p {
  color: var(--muted);
}

.division-section {
  padding-top: 0;
}

.accounting-division {
  padding-bottom: clamp(1.25rem, 3vw, 2rem);
}

.division-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
  border: 1px solid rgba(228, 170, 0, 0.34);
  border-radius: var(--radius);
  padding: clamp(1.25rem, 3vw, 2rem);
  background:
    linear-gradient(135deg, rgba(255, 196, 42, 0.18), rgba(255, 253, 248, 0.96) 52%),
    #fffdf8;
  box-shadow: 0 18px 50px rgba(5, 11, 24, 0.08);
}

.division-copy h2 {
  max-width: 18ch;
  margin-bottom: 0.75rem;
}

.division-copy p:last-child {
  max-width: 42rem;
  margin-bottom: 0;
  color: var(--muted);
}

.division-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  max-width: 20rem;
}

.division-points span {
  display: inline-flex;
  align-items: center;
  min-height: 2.1rem;
  border: 1px solid rgba(228, 170, 0, 0.35);
  border-radius: var(--radius);
  padding: 0.35rem 0.65rem;
  background: rgba(255, 255, 255, 0.72);
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 850;
}

.division-button {
  border-color: rgba(228, 170, 0, 0.55);
  background: var(--gold-bright);
  color: var(--navy);
  box-shadow: 0 14px 30px rgba(228, 170, 0, 0.2);
  white-space: nowrap;
}

.division-button:hover,
.division-button:focus-visible {
  background: var(--gold);
  color: var(--navy);
}

.division-button svg {
  width: 1rem;
  height: 1rem;
}

.partners-section {
  padding-top: clamp(2.6rem, 5vw, 4.5rem);
}

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

.partner-card {
  min-height: 13.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.15rem;
  background: #fffdf8;
  box-shadow: 0 14px 38px rgba(5, 11, 24, 0.055);
}

.partner-mark {
  min-height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border: 1px solid rgba(228, 170, 0, 0.36);
  border-radius: var(--radius);
  padding: 0.3rem 0.65rem;
  background: rgba(255, 196, 42, 0.18);
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 900;
}

.partner-logo {
  width: auto;
  height: 2.35rem;
  max-width: 7rem;
  margin-bottom: 1rem;
  object-fit: contain;
  object-position: left center;
}

.partner-logo-zoho-badge {
  width: min(100%, 11.5rem);
  height: auto;
  max-width: none;
  margin-bottom: 1rem;
  border-radius: 10px;
  box-shadow: 0 10px 22px rgba(5, 11, 24, 0.08);
}

.partner-logo-easyclocking {
  max-width: 9.2rem;
}

.partner-logo-mscpayroll {
  height: 2.15rem;
  max-width: 9.6rem;
}

.partner-logo-idrive {
  height: 2.25rem;
  max-width: 8.2rem;
}

.partner-logo-prlogix {
  height: 2.8rem;
  max-width: 10rem;
}

.partner-logo-webroot {
  height: 2.1rem;
  max-width: 8.9rem;
}

.partner-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.service-photo {
  position: relative;
  width: 100%;
  height: 5.2rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  margin-bottom: 1rem;
  border: 1px solid rgba(228, 170, 0, 0.24);
  border-radius: var(--radius);
  background-image:
    linear-gradient(135deg, rgba(5, 11, 24, 0.74), rgba(137, 0, 8, 0.28)),
    url("assets/mmtag-advisory-hero.png");
  background-repeat: no-repeat;
  background-size: 220% auto;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.service-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(255, 196, 42, 0.16), transparent 58%);
}

.service-photo svg {
  position: relative;
  z-index: 1;
  width: 1.25rem;
  height: 1.25rem;
  box-sizing: content-box;
  margin: 0.62rem;
  border-radius: var(--radius);
  padding: 0.55rem;
  color: var(--navy);
  background: var(--gold-bright);
  box-shadow: 0 10px 24px rgba(5, 11, 24, 0.22);
}

.service-photo-accounting {
  background-position: 65% 64%;
}

.service-photo-consultation {
  background-position: 88% 38%;
}

.service-photo-it {
  background-position: 61% 57%;
}

.service-photo-systems {
  background-position: 57% 70%;
}

.service-photo-payroll {
  background-position: 75% 72%;
}

.service-photo-time {
  background-position: 83% 76%;
}

.service-photo-backup {
  background-position: 45% 46%;
}

.service-photo-security {
  background-position: 96% 28%;
}

.zoho-service-badge {
  width: min(100%, 10.5rem);
  margin-top: auto;
  border-radius: 9px;
  box-shadow: 0 10px 22px rgba(5, 11, 24, 0.07);
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(22rem, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.feature-copy p:not(.section-kicker) {
  color: var(--muted);
  font-size: 1.06rem;
}

.capability-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.capability-list div {
  display: grid;
  grid-template-columns: 3rem 1fr;
  column-gap: 1rem;
  row-gap: 0.25rem;
  padding: 1.2rem;
  background: #fffdf8;
}

.capability-list span {
  grid-row: span 2;
  color: var(--gold);
  font-weight: 850;
}

.capability-list strong {
  font-size: 1.08rem;
}

.capability-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: process;
}

.process-list li {
  position: relative;
  min-height: 16rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem;
  background:
    linear-gradient(160deg, rgba(5, 11, 24, 0.07), rgba(228, 170, 0, 0.16)),
    #fffdf8;
}

.process-list span {
  position: absolute;
  top: 1.1rem;
  left: 1.15rem;
  color: rgba(228, 170, 0, 0.26);
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
}

.process-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.zoho-section {
  padding-top: 0;
}

.zoho-panel {
  display: grid;
  grid-template-areas:
    "copy cert"
    "text cert"
    "action cert";
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.38fr);
  gap: 0.95rem clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  border-radius: var(--radius);
  padding: clamp(1.5rem, 4vw, 2.4rem);
  background:
    linear-gradient(135deg, var(--navy), var(--navy-soft) 70%, #3a1016),
    var(--navy);
  color: #fff;
}

.zoho-panel-copy {
  grid-area: copy;
  max-width: 44rem;
}

.zoho-panel h2 {
  margin-bottom: 0;
  max-width: 22ch;
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.02;
}

.zoho-panel p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.zoho-panel-text {
  grid-area: text;
  max-width: 43rem;
  font-size: 1.04rem;
}

.zoho-panel-cert {
  grid-area: cert;
  justify-self: stretch;
  display: grid;
  gap: 0.45rem;
  justify-items: start;
  min-width: 12rem;
  border: 1px solid rgba(255, 196, 42, 0.42);
  border-radius: var(--radius);
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.08);
}

.zoho-panel-cert img {
  width: min(100%, 12rem);
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 22px rgba(5, 11, 24, 0.16);
}

.zoho-panel-cert span {
  color: var(--gold-bright);
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1.2;
}

.zoho-panel .button {
  grid-area: action;
  justify-self: start;
  margin-top: 0.35rem;
}

.faq-section {
  padding-top: clamp(3rem, 6vw, 5rem);
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fffdf8;
  box-shadow: 0 12px 34px rgba(5, 11, 24, 0.045);
}

.faq-list summary {
  position: relative;
  min-height: 4.2rem;
  display: flex;
  align-items: center;
  padding: 1rem 3.5rem 1rem 1.15rem;
  color: var(--navy);
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 1rem;
  width: 1.9rem;
  height: 1.9rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 196, 42, 0.22);
  color: var(--red);
  font-weight: 900;
}

.faq-list details[open] summary::after {
  content: "-";
  background: var(--gold-bright);
  color: var(--navy);
}

.faq-list p {
  max-width: 66rem;
  margin: 0;
  border-top: 1px solid var(--line);
  padding: 1rem 1.15rem 1.2rem;
  color: var(--muted);
}

.faq-list a {
  color: var(--red);
  font-weight: 850;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(22rem, 0.72fr);
  gap: clamp(2rem, 6vw, 5rem);
  border-top: 1px solid var(--line);
}

.contact-copy > p:not(.section-kicker) {
  color: var(--muted);
  font-size: 1.08rem;
}

.contact-list {
  display: grid;
  gap: 1px;
  margin: 2rem 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.contact-list div {
  display: grid;
  grid-template-columns: 6rem 1fr;
  gap: 1rem;
  padding: 1rem;
  background: #fffdf8;
}

.contact-list dt {
  color: var(--muted);
  font-weight: 800;
}

.contact-list dd {
  margin: 0;
}

.contact-list a {
  color: var(--red);
  font-weight: 800;
}

.contact-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.contact-form {
  align-self: start;
  display: grid;
  gap: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem;
  background: #fffdf8;
  box-shadow: 0 18px 55px rgba(5, 11, 24, 0.1);
}

.field-row {
  display: grid;
  gap: 0.4rem;
}

.name-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.field-row label {
  color: #283143;
  font-size: 0.86rem;
  font-weight: 850;
}

.field-row input,
.field-row select,
.field-row textarea {
  width: 100%;
  min-height: 3rem;
  border: 1px solid #cdd9d3;
  border-radius: var(--radius);
  padding: 0.75rem 0.8rem;
  color: var(--ink);
  background: #fffaf0;
}

.field-row textarea {
  min-height: 8.5rem;
  resize: vertical;
}

.field-row input:focus,
.field-row select:focus,
.field-row textarea:focus {
  border-color: var(--gold);
  outline: 3px solid rgba(228, 170, 0, 0.2);
}

.form-note {
  min-height: 1.4rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.zoho-submit-frame {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.site-footer {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  padding: 2rem 0 2.4rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer strong {
  color: var(--ink);
}

.site-footer p {
  margin: 0;
  text-align: right;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.footer-stack {
  display: grid;
  gap: 0.8rem;
}

.footer-brand img {
  width: 4rem;
  height: 2.45rem;
  object-fit: contain;
  object-position: center;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.5rem;
  border: 1px solid rgba(177, 2, 12, 0.22);
  border-radius: var(--radius);
  padding: 0.55rem 0.75rem;
  color: var(--red);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.social-links a:hover {
  transform: translateY(-1px);
  border-color: rgba(177, 2, 12, 0.42);
  background: linear-gradient(135deg, rgba(255, 196, 42, 0.18), rgba(166, 8, 20, 0.08));
  box-shadow: 0 10px 22px rgba(5, 11, 24, 0.1);
}

.social-icon {
  width: 1.05rem;
  height: 1.05rem;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 999px;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1;
}

.social-icon-facebook {
  background: #fff;
  box-shadow: 0 0 0 1px rgba(5, 11, 24, 0.08);
}

.social-icon-facebook img {
  width: 0.68rem;
  height: 0.68rem;
  object-fit: contain;
}

.social-icon-google {
  background: #fff;
  box-shadow: 0 0 0 1px rgba(5, 11, 24, 0.08);
}

.social-icon-google svg {
  width: 0.72rem;
  height: 0.72rem;
  fill: initial;
  stroke: none;
}

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

  .zoho-finance-panel {
    grid-template-columns: 1fr;
  }

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

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

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

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

  .division-points {
    max-width: none;
  }

  .division-button {
    justify-self: start;
  }

  .zoho-panel {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "text"
      "cert"
      "action";
  }

  .zoho-panel .button {
    justify-self: start;
  }

}

@media (max-width: 820px) {
  .anniversary-card {
    grid-template-columns: 1fr;
    margin: 0;
    overflow: hidden;
  }

  .anniversary-media {
    min-height: 11rem;
    padding: 1.3rem 4rem 1rem;
  }

  .anniversary-media img {
    max-height: 8.5rem;
  }

  .anniversary-content {
    max-height: none;
    overflow: visible;
    padding-top: 1.4rem;
  }

  .anniversary-content h2 {
    max-width: 12ch;
  }

  .site-header {
    min-height: 4.2rem;
  }

  .brand-copy span {
    max-width: 22rem;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.5rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fffdf8;
    box-shadow: var(--shadow);
  }

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

  .site-nav a {
    justify-content: center;
  }

  .site-nav .ticket-link,
  .site-nav .remote-link {
    margin-left: 0;
  }

  .hero {
    min-height: min(40rem, calc(100svh - 6.5rem));
  }

  .hero-media img {
    object-position: 68% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(5, 11, 24, 0.92), rgba(5, 11, 24, 0.66)),
      linear-gradient(0deg, rgba(5, 11, 24, 0.5), rgba(5, 11, 24, 0.1));
  }

  .hero-inner {
    padding-top: 3.4rem;
    padding-bottom: 2.4rem;
  }

  h1 {
    max-width: 13ch;
    font-size: 3.25rem;
  }

  html[lang="es"] .hero h1 {
    max-width: 13ch;
  }

  .hero-nowrap {
    white-space: normal;
  }

  h2 {
    font-size: 2.1rem;
  }

  .signal-strip,
  .intro-grid,
  .zoho-finance-panel,
  .division-panel,
  .help-grid,
  .industry-grid,
  .partner-grid,
  .feature-band,
  .process-list,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .clients-heading h2 {
    letter-spacing: 0.18em;
  }

  .client-sequence {
    gap: 1.1rem;
    padding-inline: 1rem;
  }

  .client-brand {
    gap: 0.5rem;
  }

  .section-heading {
    display: grid;
    align-items: start;
  }
}

@media (max-width: 560px) {
  .booking-modal {
    padding: 0.65rem;
  }

  .booking-card {
    max-height: 94vh;
    max-height: 94svh;
    grid-template-rows: auto minmax(21rem, 1fr);
  }

  .booking-head {
    align-items: flex-start;
    padding: 0.9rem;
  }

  .booking-head h2 {
    font-size: 1.3rem;
  }

  .booking-frame-shell,
  .booking-frame-shell iframe {
    min-height: 21rem;
  }

  .booking-frame-shell iframe {
    height: 72vh;
    height: 72svh;
  }

  .anniversary-modal {
    padding: 0.8rem;
  }

  .anniversary-card {
    border-radius: 14px;
  }

  .anniversary-content {
    padding: 1.35rem;
  }

  .anniversary-number span {
    font-size: 4.8rem;
  }

  .anniversary-content h2 {
    font-size: 2rem;
  }

  .anniversary-content p {
    font-size: 0.94rem;
  }

  .anniversary-actions .button {
    width: 100%;
  }

  .brand-copy span {
    display: none;
  }

  .brand-logo {
    width: 3.65rem;
    height: 2.35rem;
  }

  .brand-logo img {
    width: 100%;
    height: 100%;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    min-height: 34rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .signal-strip {
    margin-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    width: 100%;
  }

  .service-grid,
  .help-grid,
  .industry-grid,
  .partner-grid {
    grid-template-columns: 1fr;
  }

  .help-card-wide {
    grid-column: auto;
  }

  .clients-heading h2 {
    letter-spacing: 0.12em;
    line-height: 1.7;
  }

  .client-track {
    animation-duration: 28s;
  }

  .client-name {
    font-size: 0.58rem;
  }

  .service-card,
  .process-list li {
    min-height: auto;
  }

  .capability-list div,
  .contact-list div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .site-footer {
    display: grid;
    align-items: start;
  }

  .site-footer p {
    text-align: left;
  }
}

@media (max-width: 390px) {
  h1 {
    font-size: 2.8rem;
  }
}
