:root {
  --ink: #101828;
  --muted: #5d6878;
  --line: #d8dee8;
  --navy: #182653;
  --navy-2: #243d78;
  --red: #b80009;
  --red-2: #e02029;
  --steel: #eef2f6;
  --paper: #ffffff;
  --shadow: 0 22px 70px rgba(16, 24, 40, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.topbar {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  min-height: 34px;
  padding: 7px clamp(18px, 4vw, 64px);
  color: #dce4f2;
  background: #101828;
  font-size: 0.78rem;
  font-weight: 800;
}

.topbar a,
.topbar span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.topbar svg { color: #ff5b61; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 86px;
  padding: 14px clamp(18px, 4vw, 64px);
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 4px solid var(--red);
  backdrop-filter: blur(16px);
}

.brand img { width: min(244px, 48vw); height: 58px; object-fit: contain; object-position: left center; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.nav { display: flex; align-items: center; gap: 0; color: #263044; font-size: 0.9rem; font-weight: 900; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.nav a { display: inline-flex; align-items: center; gap: 7px; min-height: 42px; padding: 0 17px; border-right: 1px solid var(--line); }
.nav a:hover { color: var(--red); background: #f5f7fb; }
.nav-cta { color: #fff !important; background: var(--red) !important; border-right: 0 !important; }
.nav-cta:hover { background: var(--red) !important; }
.icon-button { display: inline-grid; place-items: center; width: 44px; height: 44px; color: var(--navy); background: #f5f7fb; border: 1px solid var(--line); border-radius: 6px; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: calc(100vh - 86px); display: flex; align-items: center; overflow: hidden; color: #fff; background: #101828; }
.hero-bg, .hero-overlay { position: absolute; inset: 0; }
.hero-bg { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(10, 17, 31, 0.96) 0%, rgba(10, 17, 31, 0.88) 38%, rgba(10, 17, 31, 0.28) 72%),
    linear-gradient(180deg, rgba(184, 0, 9, 0.28), transparent 46%);
}
.hero-content { position: relative; z-index: 2; width: min(820px, calc(100% - 36px)); margin-left: clamp(18px, 7vw, 96px); padding: 82px 0 190px; border-left: 8px solid var(--red); padding-left: clamp(20px, 3vw, 44px); }
.hero-mark {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  color: #fff;
  background: var(--red);
  font-size: 0.74rem;
  font-weight: 950;
}
.eyebrow { margin: 0 0 12px; color: var(--red-2); font-size: 0.78rem; font-weight: 950; letter-spacing: 0; text-transform: uppercase; }
.hero .eyebrow, .page-hero .eyebrow { color: #ff5b61; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; max-width: 900px; font-size: clamp(2.6rem, 6.2vw, 6.4rem); line-height: 0.98; letter-spacing: 0; }
h2 { margin: 0; font-size: clamp(2rem, 3.6vw, 4rem); line-height: 1.03; letter-spacing: 0; }
h3 { margin: 0; font-size: 1.08rem; line-height: 1.25; letter-spacing: 0; }
.hero-content > p:not(.eyebrow), .page-hero-copy > p:not(.eyebrow), .section-heading > p:not(.eyebrow), .split-copy > p, .about-grid p, .contact-panel p { color: #d9e1ef; font-size: 1.12rem; line-height: 1.72; }
.hero-content > p:not(.eyebrow) { max-width: 650px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 20px; border-radius: 6px; font-weight: 950; }
.button.primary { color: #fff; background: var(--red); box-shadow: 0 18px 38px rgba(184, 0, 9, 0.24); }
.button.primary:hover { background: #960008; }
.button.ghost { color: #fff; border: 1px solid rgba(255, 255, 255, 0.38); }
.button.full { width: 100%; }
.hero-panel {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(255, 255, 255, 0.94);
  border-top: 6px solid var(--red);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-panel div { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 14px; padding: 26px clamp(18px, 5vw, 72px); border-right: 1px solid var(--line); }
.hero-panel div:last-child { border-right: 0; }
.hero-panel .icon,
.hero-panel > div > svg { width: 42px; height: 42px; color: var(--red); background: #fff0f1; border: 1px solid #ffd4d7; border-radius: 8px; padding: 10px; }
.hero-panel span { display: block; color: #283447; font-size: 0.9rem; font-weight: 900; line-height: 1.45; }

.section { padding: clamp(58px, 8vw, 104px) clamp(18px, 5vw, 72px); }
.section-heading { display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: end; gap: clamp(28px, 6vw, 72px); max-width: 1260px; margin: 0 auto 44px; }
.section-heading-start { align-items: start; }
.section-heading-start > div { max-width: 720px; }
.section-intro-panel { display: grid; grid-template-columns: 50px 1fr; gap: 18px; align-items: start; max-width: 640px; padding: 24px; background: #f7f9fc; border-left: 5px solid var(--red); }
.section-intro-panel p { margin: 0; color: var(--muted); font-size: 1.04rem; line-height: 1.7; }
.section-intro-panel .icon { background: #fff; }
.section-heading.compact { display: block; max-width: 860px; text-align: center; }
.section-heading > p:not(.eyebrow), .split-copy > p, .about-grid p, .contact-panel p { color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; max-width: 1240px; margin: 0 auto; }
.service-grid.all-services { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-card { position: relative; min-height: 390px; display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 14px 34px rgba(16, 24, 40, 0.06); transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.service-card:nth-child(1) { grid-column: span 1; }
.service-card:hover { transform: translateX(4px); border-color: rgba(184, 0, 9, 0.34); box-shadow: 0 18px 42px rgba(16, 24, 40, 0.1); }
.service-number { position: absolute; top: 14px; left: 14px; z-index: 2; color: #fff; background: var(--red); padding: 6px 9px; font-size: 0.78rem; font-weight: 950; }
.service-card img { width: 100%; height: 170px; object-fit: cover; filter: saturate(0.9); }
.service-card-body { display: flex; flex: 1; flex-direction: column; gap: 13px; padding: 24px; border-top: 5px solid var(--red); }
.icon { display: inline-grid; place-items: center; width: 46px; height: 46px; color: var(--red); background: #fff0f1; border: 1px solid #ffd4d7; border-radius: 8px; }
.service-card p, .proof-item p, .process-panel p, .person-card p { margin: 0; color: var(--muted); line-height: 1.6; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--red); font-weight: 950; }

.split-section { display: grid; grid-template-columns: 0.78fr 1.22fr; align-items: stretch; background: var(--steel); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.split-image img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.split-copy { align-self: center; padding: clamp(54px, 7vw, 104px); }
.pill-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.pill-grid span { display: inline-flex; align-items: center; gap: 7px; min-height: 40px; padding: 0 13px; color: var(--navy); background: #fff; border: 1px solid var(--line); border-radius: 6px; font-weight: 850; }
.support-metrics { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 26px; }
.support-metrics span { display: grid; grid-template-columns: 28px 1fr; gap: 8px 12px; padding: 16px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.support-metrics svg { grid-row: span 2; color: var(--red); margin-top: 2px; }
.support-metrics strong { color: var(--ink); font-size: 0.96rem; }
.support-metrics small { color: var(--muted); line-height: 1.35; }
.contrast { color: #fff; background: linear-gradient(135deg, rgba(24, 38, 83, 0.98), rgba(31, 45, 69, 0.96)), var(--navy); }
.contrast .section-heading > h2 { color: #fff; }
.proof-grid, .timeline { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; max-width: 1160px; margin: 40px auto 0; }
.proof-item { min-height: 220px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 0; }
.contrast .proof-item { color: var(--ink); }
.proof-item .icon { margin-bottom: 18px; }
.brand-band { padding: clamp(50px, 6vw, 78px) clamp(18px, 5vw, 72px); background: #f7f9fc; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.logo-section-head { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 28px; align-items: end; max-width: 1240px; margin: 0 auto 22px; }
.logo-section-head h2 { font-size: clamp(1.7rem, 2.4vw, 2.9rem); }
.brand-list { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; max-width: 1240px; margin: 0 auto; }
.logo-tile { display: grid; place-items: center; min-height: 104px; padding: 18px; color: #2e3748; background: #fff; border: 1px solid var(--line); border-radius: 8px; font-size: 0.82rem; font-weight: 950; text-align: center; box-shadow: 0 10px 26px rgba(16, 24, 40, 0.05); }
.logo-tile img { width: 100%; height: 64px; max-width: 100%; object-fit: contain; filter: saturate(0.96); }
.logo-fallback { display: grid; place-items: center; min-height: 46px; }
.client-band { display: grid; grid-template-columns: 0.82fr 1.18fr; align-items: center; gap: 36px; padding: clamp(58px, 7vw, 92px) clamp(18px, 5vw, 72px); background: #fff; border-bottom: 1px solid var(--line); }
.client-band > div { max-width: 1240px; }
.client-band h2 { max-width: 640px; font-size: clamp(1.8rem, 3vw, 3.2rem); }
.client-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.client-list .logo-tile { min-height: 104px; background: #f7f9fc; border-left: 4px solid var(--red); }
.client-list .logo-tile img { max-height: 62px; }

.page-hero { position: relative; display: flex; align-items: flex-end; min-height: 560px; color: #fff; background: #101828; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12, 18, 34, 0.96), rgba(12, 18, 34, 0.78) 48%, rgba(12, 18, 34, 0.28)); }
.page-hero-copy { position: relative; z-index: 2; width: min(920px, calc(100% - 36px)); padding: clamp(76px, 9vw, 128px) clamp(18px, 6vw, 88px); border-left: 8px solid var(--red); margin-left: clamp(0px, 3vw, 36px); }
.page-hero-copy h1 { font-size: clamp(2.4rem, 4.5vw, 5.2rem); }
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero .icon { margin-bottom: 18px; color: #fff; background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.22); }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 420px); gap: 34px; max-width: 1180px; margin: 0 auto; }
.detail-main { padding-right: clamp(0px, 4vw, 40px); }
.check-list { display: grid; gap: 16px; margin-top: 30px; }
.check-list p { display: flex; align-items: flex-start; gap: 12px; margin: 0; color: #2d3648; font-size: 1.04rem; line-height: 1.6; }
.check-list svg { flex: 0 0 auto; margin-top: 4px; color: var(--red); }
.process-panel { padding: 28px; background: #f7f9fc; border: 1px solid var(--line); border-radius: 8px; }
.process-step { display: flex; align-items: center; gap: 14px; margin: 18px 0; }
.process-step span { display: grid; flex: 0 0 auto; place-items: center; width: 34px; height: 34px; color: #fff; background: var(--navy); border-radius: 50%; font-weight: 950; }
.related { padding-top: 0; }
.mini-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 960px; margin: 28px auto 0; }
.mini-link { display: grid; grid-template-columns: 24px 1fr 18px; align-items: center; gap: 12px; min-height: 68px; padding: 14px 16px; background: #fff; border: 1px solid var(--line); border-radius: 8px; font-weight: 950; }
.mini-link svg { color: var(--red); }
.service-note { display: flex; gap: 22px; align-items: flex-start; max-width: 1020px; margin: 0 auto 80px; padding-top: 34px; padding-bottom: 34px; background: #f7f9fc; border: 1px solid var(--line); border-radius: 8px; }
.service-note .icon { flex: 0 0 auto; }
.service-note p { margin: 10px 0 0; color: var(--muted); line-height: 1.7; }
.about-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; max-width: 1180px; margin: 0 auto; }
body[data-page="about"] .page-hero { min-height: 430px; }
body[data-page="about"] .section { padding-top: 56px; padding-bottom: 56px; }
.about-capabilities { padding-top: 0 !important; }
.about-capabilities .timeline { margin-top: 0; }
.contact-layout { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 24px; max-width: 1180px; margin: 0 auto; }
.contact-panel, .person-card { padding: 26px; background: #f7f9fc; border: 1px solid var(--line); border-radius: 8px; }
.contact-panel { display: grid; gap: 12px; align-content: start; }
.contact-panel a, .contact-panel span { display: flex; align-items: flex-start; gap: 10px; color: #283447; line-height: 1.5; }
.contact-panel svg { color: var(--red); flex: 0 0 auto; margin-top: 2px; }
.contact-panel .whatsapp-contact { color: #128c4a; font-weight: 950; }
.contact-panel .whatsapp-contact svg { color: #128c4a; }
.people-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.person-card a { display: inline-flex; margin-top: 16px; color: var(--red); font-weight: 950; }
.map-panel { grid-column: 1 / -1; min-height: 420px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #f7f9fc; }
.map-panel iframe { width: 100%; height: 420px; border: 0; display: block; filter: saturate(0.9); }
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 18px;
  color: #fff;
  background: #128c4a;
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(18, 140, 74, 0.32);
  font-weight: 950;
}
.whatsapp-float:hover { background: #0d753d; }
.footer { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 36px; padding: 54px clamp(18px, 5vw, 72px); color: #dce4f2; background: #101828; }
.footer-logo { display: inline-grid; place-items: center; width: min(270px, 100%); padding: 12px 14px; margin-bottom: 14px; background: #fff; border-radius: 6px; }
.footer-logo img { width: 230px; height: 58px; object-fit: contain; object-position: left center; }
.footer h3 { color: #fff; margin-bottom: 14px; }
.footer p { max-width: 430px; color: #bdc7d7; line-height: 1.7; }
.footer a, .footer span { display: block; margin: 10px 0; color: #bdc7d7; }

@media (max-width: 1120px) {
  .service-grid, .service-grid.all-services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brand-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .service-card, .service-card:nth-child(1) { grid-column: auto; }
}

@media (max-width: 860px) {
  .topbar { justify-content: flex-start; flex-wrap: wrap; gap: 10px 18px; }
  .site-header { min-height: 70px; }
  .menu-toggle { display: inline-grid; }
  .nav { position: absolute; top: 70px; right: 14px; left: 14px; display: none; flex-direction: column; align-items: stretch; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); overflow: visible; }
  .nav.open { display: flex; }
  .nav a { justify-content: space-between; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero { min-height: 0; }
  .hero-content { margin: 0 18px; width: calc(100% - 36px); padding: 56px 0 238px 20px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(12, 18, 34, 0.96), rgba(18, 28, 54, 0.62)); }
  .hero-panel { right: 0; bottom: 0; left: 0; width: 100%; grid-template-columns: 1fr; }
  .hero-panel div { padding: 13px 14px; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-panel .icon,
  .hero-panel > div > svg { width: 38px; height: 38px; padding: 9px; }
  .section-heading, .split-section, .page-hero, .detail-layout, .about-grid, .contact-layout, .footer { grid-template-columns: 1fr; }
  .section-intro-panel { padding: 20px; }
  .logo-section-head { grid-template-columns: 1fr; align-items: start; }
  .client-band { grid-template-columns: 1fr; }
  .client-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proof-grid, .timeline, .mini-grid, .people-grid { grid-template-columns: 1fr; }
  .split-image img { min-height: 300px; }
  .page-hero { min-height: 0; }
  .page-hero-copy { margin-left: 18px; padding: 76px 18px 76px 20px; }
  .service-note { margin-right: 18px; margin-left: 18px; }
  body[data-page="about"] .page-hero { min-height: 0; }
  body[data-page="about"] .section { padding-top: 42px; padding-bottom: 42px; }
  .about-capabilities { padding-top: 0 !important; }
}

@media (max-width: 620px) {
  .topbar { display: flex; gap: 8px 14px; padding: 7px 14px; font-size: 0.7rem; }
  .brand img { width: min(190px, 55vw); }
  h1 { font-size: clamp(2.05rem, 10vw, 3.2rem); }
  h2 { font-size: 1.86rem; }
  .hero-content { padding-top: 44px; padding-bottom: 220px; border-left-width: 6px; }
  .hero-content > p:not(.eyebrow), .page-hero-copy > p:not(.eyebrow), .section-heading > p:not(.eyebrow), .split-copy > p, .about-grid p, .contact-panel p { font-size: 1rem; line-height: 1.6; }
  .hero-panel span { font-size: 0.82rem; line-height: 1.35; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .section { padding: 42px 18px; }
  .section-heading { margin-bottom: 28px; gap: 18px; }
  .section-intro-panel { grid-template-columns: 42px 1fr; gap: 14px; padding: 16px; }
  .section-intro-panel p { font-size: 0.94rem; line-height: 1.55; }
  .service-grid, .service-grid.all-services { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .brand-list, .client-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card { min-height: 0; }
  .service-card img { height: 104px; }
  .service-card-body { gap: 10px; padding: 14px; border-top-width: 4px; }
  .service-card-body .icon { width: 36px; height: 36px; }
  .service-card h3 { font-size: 0.98rem; }
  .service-card p { font-size: 0.84rem; line-height: 1.45; }
  .service-card p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .service-number { top: 10px; left: 10px; padding: 5px 8px; font-size: 0.72rem; }
  .text-link { font-size: 0.82rem; }
  .split-copy { padding: 38px 18px; }
  .split-image img { min-height: 230px; }
  .pill-grid span { flex: 1 1 calc(50% - 8px); min-height: 38px; font-size: 0.84rem; }
  .proof-grid, .timeline { gap: 12px; margin-top: 24px; }
  .proof-item { min-height: 0; padding: 20px; }
  .brand-band, .client-band { padding: 38px 18px; }
  .logo-section-head { gap: 12px; margin-bottom: 18px; }
  .logo-section-head h2, .client-band h2 { font-size: 1.7rem; }
  .logo-tile { min-height: 86px; padding: 12px; }
  .logo-tile img { height: 54px; }
  .client-list .logo-tile img { max-height: 54px; }
  .client-band { gap: 22px; }
  .support-metrics { grid-template-columns: 1fr; }
  .whatsapp-float { right: 14px; bottom: 14px; min-height: 48px; padding: 0 14px; }
  .whatsapp-float span { display: none; }
}

@media (min-width: 560px) and (max-width: 860px) {
  .hero-content { padding-bottom: 174px; }
  .hero-panel { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero-panel div {
    grid-template-columns: 1fr;
    align-content: start;
    gap: 8px;
    padding: 14px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }
  .hero-panel span { font-size: 0.76rem; line-height: 1.28; }
  .hero-panel .icon,
  .hero-panel > div > svg { width: 36px; height: 36px; padding: 8px; }
  .service-grid,
  .service-grid.all-services { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
  .service-card img { height: 90px; }
  .service-card-body { min-height: 190px; padding: 12px; }
  .service-card-body .icon { width: 34px; height: 34px; }
  .service-card h3 { font-size: 0.9rem; }
  .service-card p { font-size: 0.8rem; -webkit-line-clamp: 3; }
  .text-link { font-size: 0.78rem; }
  .split-section { grid-template-columns: 0.82fr 1.18fr; }
  .split-image img { min-height: 100%; }
  .split-copy { padding: 42px 28px; }
  .pill-grid { gap: 8px; }
  .pill-grid span { flex: 1 1 calc(50% - 8px); font-size: 0.82rem; }
  .proof-grid,
  .timeline { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
  .proof-item { padding: 18px; }
  .proof-item .icon { margin-bottom: 12px; }
  .proof-item p { font-size: 0.86rem; line-height: 1.48; }
  .brand-list,
  .client-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .client-band { grid-template-columns: 0.78fr 1.22fr; gap: 24px; }
  .client-band h2 { font-size: 1.62rem; }
}

@media (max-width: 480px) {
  .service-grid, .service-grid.all-services, .brand-list, .client-list { grid-template-columns: 1fr; }
  .hero-content { padding-bottom: 255px; }
}
