:root {
  --blue: #258bf4;
  --blue-dark: #0b66df;
  --cyan: #51d4d9;
  --magenta: #f20ac8;
  --ink: #171b24;
  --muted: #4d5664;
  --soft: #f6f8fb;
  --panel: #ffffff;
  --line: #cfddec;
  --light-line: #e7edf4;
  --orange: #ef4a12;
  --shadow: 0 10px 28px rgba(31, 74, 125, 0.08);
  --max: 1240px;
  --form: 660px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

.hero-section {
  padding: 58px 24px 44px;
  background: #fff;
}

.hero-wrap {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.9fr;
  gap: 80px;
  align-items: center;
}

.pill {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  width: max-content;
  margin: 0 0 18px;
  padding: 11px 26px;
  background: #f5f9ff;
  color: var(--blue);
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 800;
}

.hero-copy h1 {
  max-width: 760px;
  margin: 0;
  color: var(--blue);
  font-size: clamp(3.8rem, 4.4vw, 5.35rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.hero-copy {
  grid-column: 1;
  grid-row: 2;
}

.hero-copy h1 span {
  color: var(--magenta);
}

.lead {
  max-width: 660px;
  margin: 20px 0 16px;
  color: #171b24;
  font-size: 1.22rem;
  line-height: 1.35;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 34px;
  border: 0;
  border-radius: 5px;
  background: var(--blue);
  color: #fff;
  font-size: 1rem;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(37, 139, 244, 0.2);
}

.hero-stats {
  max-width: 820px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #9ca9b9;
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  font-size: 1.9rem;
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1;
}

.hero-stats span {
  margin-top: 6px;
  color: #141821;
  font-size: 1.02rem;
}

.hero-portrait {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: flex;
  justify-content: center;
}

.portrait-bg {
  width: min(100%, 500px);
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--cyan), #0057b7);
  border-radius: 32px;
}

.portrait-bg.has-portrait-image .portrait-card {
  opacity: 0;
  pointer-events: none;
}

.portrait-card {
  position: absolute;
  inset: 70px 50px 0;
  display: grid;
  place-items: center;
}

.portrait-face {
  width: 220px;
  height: 220px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #f3f6fb, #d4e4f8);
  color: var(--blue-dark);
  border: 10px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  font-size: 4.45rem;
  font-weight: 950;
  letter-spacing: -0.08em;
}

.portrait-shirt {
  width: 340px;
  height: 202px;
  margin-top: -20px;
  background: #fff;
  border-radius: 160px 160px 0 0;
}

.services-section,
.logos-section,
.ad-platforms-section,
.tracking-software-section,
.project-section,
.contact-section {
  background: var(--soft);
}

.services-section {
  padding: 72px 24px 58px;
}

.logos-section {
  padding: 44px 24px 58px;
}

.logo-section-head {
  width: min(100%, 820px);
  margin: 0 auto 34px;
  text-align: center;
}

.logo-section-head h2 {
  margin: 0;
  color: var(--blue);
  font-family: inherit;
  font-size: clamp(2.3rem, 3vw, 3rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.04em;
}

.logo-row {
  width: min(100%, 1500px);
  margin: 0 auto 150px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 44px;
  align-items: center;
}

.logos-section .logo-row {
  width: min(100%, 1160px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(38px, 4.2vw, 64px);
}

.logo-row span {
  min-height: 158px;
  display: grid;
  place-items: center;
  padding: 12px;
  color: #111;
  font-size: 1rem;
  font-weight: 950;
  line-height: 0.98;
  text-align: center;
  opacity: 0.62;
  filter: grayscale(1);
}

.logos-section .logo-row span {
  width: auto;
  min-width: 0;
  min-height: 86px;
  padding: 0;
}

.logo-row span.has-logo-image {
  opacity: 1;
  filter: none;
}

.logo-row span.logo-tile-dark {
  min-height: 78px;
  padding: 0;
}

.logos-section .logo-row span.logo-tile-dark {
  min-height: 76px;
  padding: 0;
}

.logo-row span img {
  max-width: 160px;
  max-height: 76px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

.logos-section .logo-row span img {
  max-width: 158px;
  max-height: 68px;
}

.logo-row span[data-logo="pingoods"] img,
.logo-row span[data-logo="study-abroad-global"] img {
  max-height: 92px;
}

.logos-section .logo-row span[data-logo="pingoods"] img {
  max-width: 76px;
  max-height: 78px;
}

.logos-section .logo-row span[data-logo="study-abroad-global"] img {
  max-width: 116px;
  max-height: 76px;
}

.logo-row span[data-logo="vps-malaysia"] img,
.logo-row span[data-logo="incyber-forum"] img,
.logo-row span[data-logo="medialum"] img {
  max-width: 190px;
  max-height: 58px;
}

.logos-section .logo-row span[data-logo="vps-malaysia"] img {
  max-width: 184px;
  max-height: 42px;
  filter: brightness(0) saturate(100%);
}

.logos-section .logo-row span[data-logo="incyber-forum"] img {
  max-width: 174px;
  max-height: 62px;
}

.logos-section .logo-row span[data-logo="medialum"] img {
  max-width: 164px;
  max-height: 54px;
}

.logo-row span[data-logo="avramify"] img {
  max-height: 82px;
}

.logos-section .logo-row span[data-logo="avramify"] img {
  max-width: 72px;
  max-height: 76px;
}

.logos-section .logo-row span[data-logo] img {
  width: min(100%, 164px);
  max-width: 164px;
  max-height: 72px;
  filter: none;
}

.section-head {
  width: min(100%, 860px);
  margin: 0 auto 32px;
  text-align: center;
}

.section-head h2 {
  margin: 0;
  color: var(--blue);
  font-size: clamp(2.3rem, 3vw, 3rem);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1;
}

.section-head p {
  margin: 14px 0 0;
  color: #1d2430;
  font-size: 1.05rem;
}

.service-grid {
  width: min(100%, 920px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.service-card {
  min-height: 216px;
  padding: 34px 28px 28px;
  background: #fff;
  border-radius: 18px;
}

.service-icon {
  width: 56px;
  height: 56px;
  position: relative;
  margin-bottom: 30px;
  color: #68b8ee;
}

.custom-service-icon {
  display: grid;
  place-items: center;
}

.custom-service-icon img,
.custom-service-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
  object-fit: contain;
  stroke: currentColor;
}

.custom-service-icon svg [fill]:not([fill="none"]) {
  fill: currentColor;
}

.custom-service-icon svg [stroke]:not([stroke="none"]) {
  stroke: currentColor;
}

.target-icon {
  border: 9px solid currentColor;
  border-radius: 50%;
}

.target-icon::after {
  position: absolute;
  inset: 11px;
  border: 7px solid currentColor;
  border-radius: 50%;
  content: "";
}

.chart-icon,
.bars-icon,
.people-icon,
.megaphone-icon,
.bolt-icon {
  display: grid;
  place-items: center;
}

.chart-icon::before {
  width: 44px;
  height: 34px;
  border-left: 7px solid currentColor;
  border-bottom: 7px solid currentColor;
  clip-path: polygon(0 0, 18% 0, 18% 72%, 45% 48%, 62% 62%, 88% 18%, 100% 30%, 64% 100%, 42% 78%, 0 100%);
  background: currentColor;
  content: "";
}

.people-icon::before {
  width: 54px;
  height: 40px;
  background:
    radial-gradient(circle at 50% 20%, currentColor 0 12px, transparent 13px),
    radial-gradient(circle at 22% 38%, currentColor 0 8px, transparent 9px),
    radial-gradient(circle at 78% 38%, currentColor 0 8px, transparent 9px),
    radial-gradient(ellipse at 50% 88%, currentColor 0 25px, transparent 26px);
  content: "";
}

.megaphone-icon::before {
  width: 54px;
  height: 42px;
  background: currentColor;
  clip-path: polygon(0 38%, 42% 38%, 100% 10%, 100% 88%, 42% 62%, 28% 62%, 36% 100%, 16% 100%, 8% 62%, 0 62%);
  content: "";
}

.bars-icon::before {
  width: 50px;
  height: 45px;
  border-left: 7px solid currentColor;
  border-bottom: 7px solid currentColor;
  background:
    linear-gradient(currentColor, currentColor) 10px 25px / 7px 13px no-repeat,
    linear-gradient(currentColor, currentColor) 23px 17px / 7px 21px no-repeat,
    linear-gradient(currentColor, currentColor) 36px 6px / 7px 32px no-repeat;
  content: "";
}

.bolt-icon::before {
  width: 36px;
  height: 56px;
  background: currentColor;
  clip-path: polygon(34% 0, 100% 0, 66% 38%, 100% 38%, 28% 100%, 45% 54%, 0 54%);
  content: "";
}

.service-card h3 {
  margin: 0 0 22px;
  font-size: 1.25rem;
  line-height: 1.15;
  font-weight: 950;
}

.service-card p {
  margin: 0;
  color: #1e2530;
  font-size: 1rem;
  line-height: 1.35;
}

.section-button {
  width: max-content;
  display: flex;
  margin: 56px auto 0;
}

.industries-section,
.ad-platforms-section,
.markets-map-section,
.tracking-software-section {
  padding: 92px 24px;
}

.industry-grid {
  width: min(100%, 1180px);
  margin: 46px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.industry-card {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.industry-label {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  border: 1px solid var(--light-line);
  border-radius: 50%;
  color: var(--blue);
  font-size: 0.84rem;
  font-weight: 950;
}

.industry-card h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 1.3rem;
  font-weight: 950;
  line-height: 1.1;
}

.industry-card p {
  margin: 0;
  color: #1c2430;
  font-size: 0.98rem;
  line-height: 1.38;
}

.platform-grid {
  position: relative;
  width: min(100%, 1240px);
  min-height: 740px;
  margin: 28px auto 0;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  letter-spacing: 0;
}

.platform-grid::before {
  display: none;
}

.platform-orbit-lines {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.platform-orbit-line {
  fill: none;
  stroke: rgba(37, 139, 244, 0.5);
  stroke-width: 1.35;
  vector-effect: non-scaling-stroke;
}

.platform-orbit-node {
  fill: #087cff;
  stroke: #fff;
  stroke-width: 4.4;
  filter:
    drop-shadow(0 1px 2px rgba(8, 124, 255, 0.28))
    drop-shadow(0 0 5px rgba(8, 124, 255, 0.18));
}

.platform-orbit-center {
  position: absolute;
  left: 50%;
  top: 48%;
  z-index: 2;
  width: 172px;
  height: 172px;
  display: grid;
  place-items: center;
  padding: 24px;
  border-radius: 999px;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none;
  color: #fff;
  font-size: 1.62rem;
  font-weight: 850;
  line-height: 1.12;
  text-align: center;
  transform: translate(-50%, -50%);
  isolation: isolate;
}

.platform-orbit-center::before {
  content: "";
  position: absolute;
  inset: -30px;
  z-index: 0;
  background: rgba(230, 244, 255, 0.86);
  border: 1.35px solid rgba(37, 139, 244, 0.34);
  border-radius: 50%;
  box-shadow: 0 18px 44px rgba(31, 74, 125, 0.08);
}

.platform-orbit-center::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 24%, #3aabff 0%, #0879ff 42%, #005ee8 100%);
  box-shadow:
    0 18px 48px rgba(37, 139, 244, 0.3),
    0 14px 28px rgba(8, 42, 93, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.platform-orbit-center span {
  display: block;
  position: relative;
  z-index: 2;
}

.platform-cluster {
  position: absolute;
  z-index: 2;
  padding: 17px 17px 19px;
  border: 1px solid var(--light-line);
  border-radius: 13px;
  background: #fff;
  box-shadow:
    0 30px 74px rgba(31, 74, 125, 0.105),
    0 12px 28px rgba(31, 74, 125, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.platform-cluster-1 {
  left: 40px;
  top: 4px;
  width: 400px;
  min-height: 224px;
}

.platform-cluster-2 {
  right: 70px;
  top: 4px;
  width: 320px;
  min-height: 202px;
}

.platform-cluster-3 {
  left: 80px;
  bottom: 210px;
  width: 260px;
  min-height: 218px;
}

.platform-cluster-4 {
  right: 40px;
  bottom: 210px;
  width: 400px;
  min-height: 218px;
}

.platform-cluster-5 {
  left: 50%;
  bottom: 0;
  width: 380px;
  min-height: 146px;
  transform: translateX(-50%);
}

.platform-cluster-head {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 16px;
}

.platform-cluster-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #eaf3ff;
  color: var(--blue);
}

.platform-cluster-icon svg {
  width: 23px;
  height: 23px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.platform-cluster-icon::before {
  display: none;
}

.platform-cluster-head strong {
  display: block;
  color: var(--blue);
  font-size: 1.18rem;
  font-weight: 850;
  line-height: 1.1;
}

.platform-cluster-copy p {
  max-width: 310px;
  margin: 5px 0 0;
  color: #4d5664;
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.25;
}

.platform-chip-list {
  display: grid;
  gap: 12px;
}

.platform-cluster-1 .platform-chip-list,
.platform-cluster-4 .platform-chip-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.platform-cluster-2 .platform-chip-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.platform-mini-card {
  min-height: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 13px 10px 14px;
  border: 1px solid var(--light-line);
  border-radius: 10px;
  background: #fff;
  box-shadow:
    0 14px 30px rgba(31, 74, 125, 0.08),
    0 3px 8px rgba(31, 74, 125, 0.035),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  text-align: center;
}

.platform-cluster-2 .platform-mini-card {
  min-height: 98px;
}

.platform-cluster-3 .platform-mini-card {
  width: 136px;
  min-height: 106px;
  margin-inline: auto;
}

.platform-cluster-5 .platform-mini-card {
  min-height: 76px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  text-align: left;
}

.platform-logo {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--blue);
  font-size: 1.55rem;
  font-weight: 850;
  line-height: 1;
}

.platform-logo svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.platform-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.custom-platform-logo {
  padding: 2px;
}

.platform-logo.is-meta-ads svg {
  fill: none;
  stroke: #127bf4;
  stroke-width: 5.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.platform-logo.is-tiktok-ads svg {
  width: 40px;
  fill: #07101f;
}

.platform-logo.is-tiktok-ads .logo-shadow-one {
  fill: #25f4ee;
  transform: translate(-3px, 2px);
}

.platform-logo.is-tiktok-ads .logo-shadow-two {
  fill: #fe2c55;
  transform: translate(3px, -1px);
}

.platform-logo.is-snapchat-ads svg {
  width: 42px;
  fill: #ffea00;
  stroke: #07101f;
  stroke-width: 2.2;
  stroke-linejoin: round;
}

.platform-logo.is-google-ads svg {
  width: 44px;
}

.platform-logo .g-blue {
  fill: #4285f4;
}

.platform-logo .g-green {
  fill: #34a853;
}

.platform-logo .g-yellow {
  fill: #fbbc04;
}

.platform-logo.is-bing-ads svg {
  width: 41px;
}

.platform-logo .bing-blue {
  fill: #0b7cff;
}

.platform-logo .bing-green {
  fill: #30c768;
}

.platform-logo.is-dv360 svg {
  width: 44px;
}

.platform-logo .dv-light {
  fill: #56c96d;
}

.platform-logo .dv-dark {
  fill: #22a85b;
}

.platform-logo.is-taboola svg {
  width: 46px;
  fill: #0756a8;
}

.platform-logo .taboola-hole,
.platform-logo .outbrain-hole {
  fill: #fff;
}

.platform-logo.is-outbrain svg {
  width: 43px;
  fill: #f06416;
}

.platform-logo.is-outbrain path {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.platform-logo.is-revcontent svg {
  width: 43px;
}

.platform-logo .rev-green {
  fill: #29b75f;
}

.platform-logo .rev-dark {
  fill: #4d5967;
}

.platform-logo.is-propellerads svg {
  width: 46px;
}

.platform-logo .prop-yellow {
  fill: #fff200;
}

.platform-logo .prop-black {
  fill: #172033;
}

.platform-mini-card strong {
  display: block;
  margin-bottom: 0;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.platform-mini-card p {
  margin: 0;
  color: #2f3745;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.24;
  letter-spacing: 0;
}

.platform-cluster-3 .platform-chip-list {
  justify-content: center;
}

.markets-map-section {
  background: #fff;
}

.map-showcase {
  width: min(100%, 1320px);
  margin: 50px auto 0;
}

.map-panel {
  position: relative;
  overflow: hidden;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 50%, rgba(37, 139, 244, 0.08), transparent 58%),
    linear-gradient(180deg, #fff, #f8fbff);
  box-shadow: 0 18px 60px rgba(31, 74, 125, 0.08);
  opacity: 0;
  transform: translateY(18px) scale(0.975);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.markets-map-section.is-visible .map-panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.world-map {
  position: relative;
}

.world-map-image {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.68;
  filter: saturate(0.58) contrast(0.82);
}

.country-highlight-map {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.country-highlight {
  fill: #238cf5;
  fill-opacity: 0.32;
  stroke: #ffffff;
  stroke-opacity: 0.94;
  stroke-width: 1.2;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 10px 18px rgba(35, 140, 245, 0.16));
  opacity: 0.94;
  transform-box: fill-box;
  transform-origin: center;
}

.markets-map-section.is-visible .country-highlight {
  animation:
    countryFillLiftGloss 1120ms cubic-bezier(0.16, 1, 0.3, 1) var(--delay) both,
    countryEdgeGlow 3.2s ease-in-out 1.72s infinite;
}

.country-sheen {
  fill: url(#market-country-sheen-gradient);
  fill-opacity: 0.58;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: screen;
}

.markets-map-section.is-sweep-visible .country-sheen {
  animation: countrySheenReady 180ms ease-out forwards;
}

.tracking-software-grid {
  width: min(100%, 900px);
  margin: 46px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tracking-tool-card {
  min-height: 210px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.tracking-tool-head {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.tracking-tool-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
}

.tracking-tool-logo {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.tracking-tool-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.tracking-tool-card strong {
  color: var(--blue);
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: 0;
}

.tracking-tool-card.is-grouped .tracking-tool-title {
  padding: 6px 12px 6px 8px;
  border: 1px solid var(--light-line);
  border-radius: 999px;
  background: #f8fbff;
}

.tracking-tool-card p {
  margin: 0;
  color: #1c2430;
  font-size: 0.98rem;
  line-height: 1.38;
}

@keyframes countryPop {
  0% {
    opacity: 0;
    fill-opacity: 0;
    transform: scale(0.94);
  }

  58% {
    opacity: 1;
    fill-opacity: 0.46;
    transform: scale(1.055);
  }

  100% {
    opacity: 0.94;
    fill-opacity: 0.32;
    transform: scale(1);
  }
}

@keyframes countrySoftPulse {
  0% {
    fill-opacity: 0.32;
  }

  44% {
    fill-opacity: 0.48;
  }

  100% {
    fill-opacity: 0.32;
  }
}

@keyframes countryLiftSettle {
  0% {
    opacity: 0;
    fill-opacity: 0;
    filter: drop-shadow(0 0 0 rgba(35, 140, 245, 0));
    transform: scale(0.92) translateY(5px);
  }

  54% {
    opacity: 1;
    fill-opacity: 0.5;
    filter: drop-shadow(0 18px 24px rgba(35, 140, 245, 0.24));
    transform: scale(1.065) translateY(-3px);
  }

  100% {
    opacity: 0.94;
    fill-opacity: 0.32;
    filter: drop-shadow(0 10px 18px rgba(35, 140, 245, 0.16));
    transform: scale(1) translateY(0);
  }
}

@keyframes countryFillLiftGloss {
  0% {
    opacity: 0;
    fill-opacity: 0;
    filter: drop-shadow(0 0 0 rgba(35, 140, 245, 0));
    transform: scale(0.94) translateY(4px);
  }

  58% {
    opacity: 1;
    fill-opacity: 0.5;
    filter: drop-shadow(0 18px 24px rgba(35, 140, 245, 0.24));
    transform: scale(1.065) translateY(-3px);
  }

  100% {
    opacity: 0.94;
    fill-opacity: 0.32;
    filter: drop-shadow(0 10px 18px rgba(35, 140, 245, 0.16));
    transform: scale(1) translateY(0);
  }
}

@keyframes countrySheenReady {
  to {
    opacity: 0.42;
  }
}

@keyframes countryEdgeGlow {
  0%,
  100% {
    filter: drop-shadow(0 10px 18px rgba(35, 140, 245, 0.14));
  }

  44% {
    filter: drop-shadow(0 13px 24px rgba(35, 140, 245, 0.24));
  }
}

.featured-section,
.testimonial-section,
.video-section {
  padding: 92px 24px;
  background: #fff;
}

.case-card-grid {
  width: min(100%, 1240px);
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.case-card {
  display: block;
  padding: 24px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 14px;
  color: inherit;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.case-card[href] {
  cursor: pointer;
}

.case-card[href]:hover,
.case-card[href]:focus-visible {
  border-color: rgba(37, 139, 244, 0.42);
  box-shadow: 0 18px 42px rgba(31, 74, 125, 0.1);
  transform: translateY(-3px);
}

.case-card[href]:focus-visible {
  outline: 3px solid rgba(37, 139, 244, 0.22);
  outline-offset: 4px;
}

.case-image {
  height: 260px;
  background: #dce7f4;
  border-radius: 2px;
}

.case-image.has-custom-media,
.wide-video.has-custom-media,
.short-video.has-custom-media {
  background-color: #f6f1ea;
}

.image-one {
  background:
    linear-gradient(rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.08)),
    linear-gradient(135deg, #6b4b33, #f7d7b6 42%, #344054);
}

.image-two {
  background:
    radial-gradient(circle at 50% 46%, #744327 0 11%, transparent 12%),
    linear-gradient(135deg, #f4f8ff, #b9d7f4 55%, #e9d4b4);
}

.image-three {
  background:
    radial-gradient(circle at 77% 25%, #d7ff45 0 12%, transparent 13%),
    linear-gradient(135deg, #bfd7d3, #f1cfd9 55%, #ccd8e4);
}

.tag-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 34px 0 34px;
}

.tag-row span {
  min-height: 46px;
  display: grid;
  place-items: center;
  background: #f0f5fb;
  color: var(--blue);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 850;
}

.case-card h3 {
  margin: 0 0 24px;
  color: var(--blue);
  font-size: 1.45rem;
  font-weight: 950;
}

.case-card h4 {
  margin: 0 0 26px;
  font-size: 1.08rem;
  line-height: 1.25;
}

.case-card p {
  margin: 0;
  color: #1c2430;
  font-size: 0.98rem;
}

.case-detail-body {
  background: var(--soft);
}

.case-detail-shell {
  width: min(calc(100% - 48px), 1240px);
  margin: 0 auto;
  padding: 34px 0 86px;
}

.case-detail-back {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  color: var(--blue);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(31, 74, 125, 0.06);
}

.case-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.82fr);
  gap: 54px;
  align-items: center;
  padding: 44px 0 34px;
}

.case-detail-kicker {
  margin: 0;
  color: var(--blue);
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
}

.case-detail-hero h1 {
  margin: 12px 0 20px;
  color: var(--blue);
  font-size: clamp(3rem, 5vw, 5.35rem);
  line-height: 0.95;
  font-weight: 950;
}

.case-detail-lead {
  max-width: 720px;
  margin: 0;
  color: #1c2430;
  font-size: 1.16rem;
  line-height: 1.48;
}

.case-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.case-detail-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 18px;
  color: var(--blue);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 900;
}

.case-detail-visual {
  min-height: 350px;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 28px 70px rgba(31, 74, 125, 0.08);
}

.case-detail-video-frame {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 350px;
  overflow: hidden;
  background: #eaf3fe;
  aspect-ratio: 16 / 10;
}

.case-detail-video-frame video {
  width: 100%;
  height: auto;
  max-height: 100%;
  min-height: 0;
  display: block;
  object-fit: contain;
  object-position: center;
  background: #eaf3fe;
}

.case-detail-visual.image-one,
.case-detail-visual.image-two {
  background-size: cover;
}

.case-detail-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 18px;
  margin: 18px 0 22px;
}

.case-detail-metric,
.case-detail-section {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(31, 74, 125, 0.05);
}

.case-detail-metric {
  padding: 24px;
}

.case-detail-metric strong {
  display: block;
  color: var(--blue);
  font-size: 2rem;
  line-height: 1;
  font-weight: 950;
}

.case-detail-metric span {
  display: block;
  margin-top: 10px;
  color: #1c2430;
  font-size: 0.95rem;
  line-height: 1.34;
  font-weight: 750;
}

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

.case-detail-section {
  padding: 34px;
}

.case-detail-section h2 {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 1.55rem;
  line-height: 1.08;
  font-weight: 950;
}

.case-detail-section h3 {
  margin: 24px 0 8px;
  color: #111827;
  font-size: 1.1rem;
  line-height: 1.18;
  font-weight: 950;
}

.case-detail-section p,
.case-detail-section li {
  color: #1c2430;
  font-size: 1.02rem;
  line-height: 1.52;
}

.case-detail-section p {
  margin: 0;
}

.case-detail-section p + p {
  margin-top: 14px;
}

.case-detail-section ul {
  margin: 0;
  padding-left: 20px;
}

.case-detail-section li + li {
  margin-top: 10px;
}

.case-detail-section.full-width {
  grid-column: 1 / -1;
}

.case-detail-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 12px;
  font-size: 0.98rem;
}

.case-detail-table th,
.case-detail-table td {
  padding: 16px 18px;
  text-align: left;
  border-bottom: 1px solid var(--light-line);
}

.case-detail-table th {
  color: var(--blue);
  background: #f3f8ff;
  font-weight: 950;
}

.case-detail-table tr:last-child td {
  border-bottom: 0;
}

.case-detail-table td strong {
  color: #111827;
  font-weight: 950;
}

.case-detail-cta {
  margin-top: 22px;
  padding: 38px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(31, 74, 125, 0.05);
}

.case-detail-cta h2 {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  font-weight: 950;
}

.case-detail-cta p {
  margin: 0 auto 24px;
  max-width: 620px;
  color: #1c2430;
  font-size: 1.08rem;
  line-height: 1.45;
}

.video-section {
  padding-top: 34px;
}

.wide-video-grid {
  width: min(100%, 1620px);
  margin: 44px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.wide-video {
  position: relative;
  height: 464px;
  background: #d6dce4;
}

.video-a {
  background:
    radial-gradient(circle at 34% 48%, #1f2937 0 13%, transparent 14%),
    linear-gradient(90deg, #eef1f5, #becbda 42%, #e7eff7);
}

.video-b {
  background:
    radial-gradient(circle at 58% 44%, #56616f 0 13%, transparent 14%),
    repeating-linear-gradient(0deg, #f7f9fc 0 18px, #aab4c0 18px 23px);
}

.play-button,
.short-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54px;
  height: 38px;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}

.play-button::after,
.short-play::after {
  position: absolute;
  left: 21px;
  top: 9px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
  content: "";
}

.short-video-grid {
  width: min(100%, 690px);
  margin: 90px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 330px;
  justify-content: center;
}

.short-video {
  position: relative;
  width: 230px;
  height: 406px;
  background: #172033;
  border-radius: 8px;
  justify-self: center;
}

.short-a {
  background:
    radial-gradient(circle at 50% 28%, #e8c5a5 0 16%, transparent 17%),
    linear-gradient(180deg, #111827, #44403c);
}

.short-b {
  background:
    radial-gradient(circle at 55% 72%, #e8c5a5 0 12%, transparent 13%),
    linear-gradient(135deg, #091a0c, #18a83b 52%, #07120a);
}

.case-study-section {
  padding: 92px 24px 108px;
  background: var(--soft);
}

.case-study-wrap {
  width: min(100%, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.55fr;
  gap: 72px;
  align-items: center;
}

.case-study-copy h2 {
  margin: 0 0 28px;
  color: #242a3b;
  font-size: clamp(2.4rem, 3.2vw, 3.9rem);
  font-weight: 950;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.case-study-copy h2 span {
  display: block;
  color: var(--blue);
}

.case-study-copy > p {
  max-width: 760px;
  margin: 0 0 25px;
  color: #1b2430;
  font-size: 1.12rem;
  line-height: 1.35;
}

.case-download-form {
  margin-top: 42px;
  padding: 28px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(21, 34, 51, 0.18);
}

.case-download-form h3,
.case-download-form p {
  margin: 0;
  text-align: center;
}

.case-download-form h3 {
  font-size: 1.55rem;
}

.case-download-form p {
  margin-top: 4px;
  font-size: 1.35rem;
}

.download-fields {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 170px;
  gap: 18px;
  margin-top: 28px;
  align-items: end;
}

label {
  display: grid;
  gap: 8px;
}

label span {
  color: #4b5567;
  font-size: 0.94rem;
  font-weight: 760;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #b9c3cf;
  border-radius: 5px;
  background: #fff;
  color: var(--ink);
  padding: 13px 14px;
  outline: none;
}

.download-fields button {
  min-height: 50px;
  border: 0;
  border-radius: 5px;
  background: var(--blue);
  color: #fff;
  font-weight: 850;
}

.case-download-form small {
  display: block;
  margin-top: 20px;
  color: #858b95;
  font-size: 0.93rem;
  font-style: italic;
  font-weight: 650;
  line-height: 1.35;
}

.book-mockup {
  perspective: 1200px;
}

.book-cover {
  width: 330px;
  min-height: 510px;
  padding: 58px 36px 30px;
  background: linear-gradient(90deg, #d9d9d9, #fff 12%, #f5f3ee 100%);
  border-radius: 5px 18px 18px 5px;
  box-shadow: 22px 28px 40px rgba(0, 0, 0, 0.18);
  transform: rotateY(-10deg);
}

.book-cover h3 {
  margin: 0;
  color: #333;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  line-height: 1.03;
  text-transform: uppercase;
}

.book-cover p {
  color: #555;
  font-size: 0.78rem;
}

.book-photo {
  height: 210px;
  margin: 24px 0;
  background: linear-gradient(135deg, #d5e3f2, #a68b78);
}

.book-cover strong {
  display: block;
  color: #555;
  text-align: right;
}

.project-section {
  padding: 64px 24px 86px;
}

.project-form {
  width: min(100%, 660px);
  margin: 54px auto 0;
  padding: 68px 42px 54px;
  background: #fff;
}

.project-form[hidden],
.calendly-embed-shell[hidden] {
  display: none;
}

.calendly-embed-shell {
  width: min(100%, 1040px);
  min-height: 740px;
  margin: 54px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(37, 139, 244, 0.08);
}

.calendly-inline-widget {
  width: 100%;
  min-width: 320px;
  height: 740px;
}

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

.full {
  grid-column: 1 / -1;
}

textarea {
  min-height: 74px;
  resize: vertical;
}

.form-button {
  width: 100%;
  margin-top: 34px;
  background: #123cff;
}

.testimonial-section {
  padding-top: 92px;
}

.testimonial-grid {
  width: min(100%, 1570px);
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
}

.testimonial-card,
.testimonial-wide {
  padding: 30px 34px;
  border: 2px solid var(--blue);
  border-radius: 12px;
  text-align: center;
}

.testimonial-card {
  min-height: 360px;
}

.avatar {
  width: 150px;
  height: 150px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 38%, #cfa17f 0 20%, transparent 21%),
    linear-gradient(145deg, #eef2f7, #d4d8de);
}

.avatar.has-custom-media {
  background-color: #eef2f7;
}

.avatar-two {
  background:
    radial-gradient(circle at 50% 38%, #b88d71 0 20%, transparent 21%),
    linear-gradient(145deg, #d4ded9, #d9d5d5);
}

.avatar-three {
  background:
    radial-gradient(circle at 50% 38%, #f1d4b2 0 20%, transparent 21%),
    linear-gradient(145deg, #f4efe8, #d9d5d2);
}

.avatar-four {
  width: 142px;
  height: 142px;
  background:
    radial-gradient(circle at 50% 38%, #d2a68a 0 20%, transparent 21%),
    linear-gradient(145deg, #e4f0ee, #d5d9dc);
}

.testimonial-card h3,
.testimonial-wide h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 500;
}

.testimonial-card strong,
.testimonial-wide strong {
  display: block;
  color: var(--blue);
  font-size: 1rem;
  font-style: italic;
}

.testimonial-card p,
.testimonial-wide p {
  margin: 10px 0 0;
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.35;
}

.testimonial-wide {
  width: min(100%, 1240px);
  margin: 42px auto 0;
  padding: 42px 64px;
}

.contact-section {
  padding: 78px 24px 92px;
}

.contact-wrap {
  width: min(100%, 1140px);
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: 1fr 0.88fr;
  gap: 28px;
  align-items: stretch;
}

.contact-form {
  min-height: 100%;
  padding: 68px 42px 52px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(21, 34, 51, 0.12);
}

.contact-info {
  display: grid;
  gap: 28px;
}

.info-block {
  padding: 28px 34px;
  background: #fff;
}

.info-block h3 {
  margin: 0 0 24px;
  font-size: 1.45rem;
  font-weight: 950;
}

.info-block p {
  margin: 0 0 24px;
  font-size: 1.05rem;
}

.info-block a:not(.button),
.contact-email-display {
  display: block;
  margin-bottom: 22px;
  font-weight: 760;
}

.small-button {
  min-height: 56px;
  padding-inline: 42px;
}

.social-row {
  display: flex;
  gap: 14px;
  margin-top: 22px;
}

.social-row a,
.social-row span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: transparent;
  color: #fff;
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 7px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.social-row img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.social-row a:hover,
.social-row span:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(37, 139, 244, 0.18);
}

.social-row a:nth-child(2),
.social-row span:nth-child(2) {
  background: #c21873;
}

.social-row a:nth-child(3),
.social-row span:nth-child(3) {
  background: #0967b3;
}

.chat-bubble {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 10px 26px rgba(239, 74, 18, 0.24);
}

.chat-bubble::before,
.chat-bubble::after {
  position: absolute;
  border: 2px solid #fff;
  border-radius: 9px;
  content: "";
}

.chat-bubble::before {
  left: 17px;
  top: 18px;
  width: 19px;
  height: 17px;
}

.chat-bubble::after {
  left: 25px;
  top: 12px;
  width: 19px;
  height: 17px;
}

@media (max-width: 1100px) {
  .hero-wrap,
  .case-study-wrap,
  .contact-wrap {
    grid-template-columns: 1fr;
  }

  .pill,
  .hero-copy,
  .hero-portrait {
    grid-column: auto;
    grid-row: auto;
  }

  .hero-wrap {
    gap: 48px;
  }

  .logo-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .logos-section .logo-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 28px;
  }

  .case-card-grid,
  .testimonial-grid,
  .industry-grid {
    grid-template-columns: 1fr;
  }

  .platform-grid {
    width: min(100%, 980px);
    min-height: 760px;
  }

  .platform-orbit-lines {
    display: none;
  }

  .platform-grid::before {
    width: min(70vw, 560px);
    height: 380px;
  }

  .platform-cluster-1,
  .platform-cluster-4 {
    width: 360px;
  }

  .platform-cluster-2 {
    right: 0;
    width: 320px;
  }

  .platform-cluster-3 {
    left: 0;
  }

  .platform-cluster-1 .platform-chip-list,
  .platform-cluster-4 .platform-chip-list {
    grid-template-columns: 1fr;
  }

  .tracking-software-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .short-video-grid {
    gap: 80px;
  }
}

@media (max-width: 780px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .hero-section {
    padding: 39px 22px 28px;
  }

  .hero-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    text-align: center;
  }

  .pill {
    order: 1;
    width: auto;
    max-width: min(100%, 430px);
    margin: 0 auto 26px;
    padding: 14px 22px;
    font-size: clamp(0.78rem, 3.25vw, 0.92rem);
    line-height: 1.25;
    text-align: center;
    white-space: normal;
    overflow-wrap: normal;
  }

  .hero-portrait {
    order: 2;
    width: 100%;
  }

  .hero-copy {
    order: 3;
    width: 100%;
    min-width: 0;
  }

  .portrait-bg {
    width: 240px;
    max-width: 240px;
    border-radius: 9px;
  }

  .portrait-card {
    inset: 30px 20px 0;
  }

  .portrait-face {
    width: 138px;
    height: 138px;
    border-width: 5px;
    font-size: 2.45rem;
  }

  .portrait-shirt {
    width: 218px;
    height: 118px;
    margin-top: -6px;
  }

  .hero-copy h1 {
    max-width: 100%;
    margin-top: 28px;
    font-size: clamp(1.85rem, 7.2vw, 2.35rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
  }

  .lead {
    max-width: 430px;
    margin: 16px auto 18px;
    font-size: 1.03rem;
    line-height: 1.35;
  }

  .hero-copy .button {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 140px;
    display: grid;
    place-items: center;
    padding-inline: 28px;
    border-radius: 5px;
    font-size: 1.05rem;
    line-height: 1.35;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .hero-stats {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 24px;
    padding-top: 0;
    border-top: 0;
  }

  .hero-stats strong {
    font-size: 1.35rem;
  }

  .hero-stats span {
    font-size: 0.78rem;
  }

  .services-section {
    padding: 62px 22px 48px;
  }

  .logos-section {
    padding: 28px 22px 52px;
  }

  .logo-section-head {
    width: min(100%, 360px);
    margin-bottom: 28px;
  }

  .logo-section-head h2 {
    font-size: 2.05rem;
    line-height: 1;
  }

  .logo-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 16px;
    margin-bottom: 58px;
  }

  .logos-section .logo-row {
    width: min(100%, 390px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 0;
    gap: 22px 26px;
  }

  .logo-row span {
    min-height: 64px;
    font-size: 0.58rem;
  }

  .logos-section .logo-row span {
    min-height: 62px;
    width: 100%;
    overflow: hidden;
  }

  .logo-row span.logo-tile-dark {
    min-height: 42px;
    padding: 0;
  }

  .logos-section .logo-row span.logo-tile-dark {
    min-height: 38px;
    padding: 0;
  }

  .logo-row span img {
    max-width: 92px;
    max-height: 42px;
  }

  .logo-row span[data-logo="pingoods"] img,
  .logo-row span[data-logo="study-abroad-global"] img {
    max-height: 52px;
  }

  .logo-row span[data-logo="vps-malaysia"] img,
  .logo-row span[data-logo="incyber-forum"] img,
  .logo-row span[data-logo="medialum"] img {
    max-width: 132px;
    max-height: 34px;
  }

  .logos-section .logo-row span[data-logo="vps-malaysia"] img {
    max-width: 136px;
    max-height: 32px;
  }

  .logos-section .logo-row span[data-logo="incyber-forum"] img {
    max-width: 144px;
    max-height: 42px;
  }

  .logos-section .logo-row span[data-logo="medialum"] img {
    max-width: 136px;
    max-height: 42px;
  }

  .logos-section .logo-row span[data-logo="pingoods"] img,
  .logos-section .logo-row span[data-logo="study-abroad-global"] img {
    max-height: 48px;
  }

  .logos-section .logo-row span[data-logo="avramify"] img {
    max-height: 46px;
  }

  .logos-section .logo-row span[data-logo] img {
    width: min(100%, 142px);
    max-width: 142px;
    max-height: 62px;
    filter: none;
  }

  .section-head {
    margin-bottom: 24px;
  }

  .section-head h2 {
    font-size: 2.05rem;
  }

  .section-head p {
    font-size: 1rem;
  }

  .service-grid {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .service-card {
    min-height: 248px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 26px;
    border-radius: 14px;
    text-align: center;
  }

  .service-icon {
    margin: 0 0 24px;
    transform: scale(0.76);
  }

  .service-card h3 {
    margin-bottom: 24px;
    font-size: 1.25rem;
  }

  .service-card p {
    font-size: 1.03rem;
  }

  .section-button {
    width: 100%;
    min-height: 52px;
    margin-top: 58px;
    padding-inline: 20px;
  }

  .industries-section,
  .ad-platforms-section,
  .markets-map-section,
  .tracking-software-section {
    padding: 72px 22px;
  }

  .industry-grid,
  .platform-grid,
  .tracking-software-grid {
    width: 100%;
    margin-top: 36px;
  }

  .industry-grid {
    gap: 12px;
  }

  .industry-card {
    min-height: auto;
    padding: 24px;
  }

  .industry-label {
    margin-bottom: 24px;
  }

  .platform-grid {
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 16px;
  }

  .platform-grid::before,
  .platform-orbit-lines {
    display: none;
  }

  .platform-orbit-center {
    position: relative;
    left: auto;
    top: auto;
    z-index: 1;
    width: 100%;
    height: auto;
    min-height: 78px;
    margin: 0;
    padding: 22px 20px;
    overflow: hidden;
    border-radius: 14px;
    background: radial-gradient(circle at 30% 20%, #3aabff 0%, #0879ff 42%, #005ee8 100%) !important;
    background-image: radial-gradient(circle at 30% 20%, #3aabff 0%, #0879ff 42%, #005ee8 100%) !important;
    box-shadow: 0 18px 40px rgba(37, 139, 244, 0.18);
    font-size: 1.32rem;
    font-weight: 850;
    line-height: 1.08;
    transform: none;
  }

  .platform-orbit-center::before,
  .platform-orbit-center::after {
    display: none;
  }

  .platform-orbit-center span {
    display: inline;
  }

  .platform-orbit-center span:not(:last-child)::after {
    content: " ";
  }

  .platform-cluster,
  .platform-cluster-1,
  .platform-cluster-2,
  .platform-cluster-3,
  .platform-cluster-4,
  .platform-cluster-5 {
    position: static;
    width: 100%;
    min-height: auto;
    padding: 20px;
    border-radius: 14px;
    transform: none;
  }

  .platform-cluster-head {
    align-items: center;
    margin-bottom: 14px;
  }

  .platform-cluster-copy p {
    max-width: none;
    font-size: 0.82rem;
    line-height: 1.28;
  }

  .platform-cluster-head strong {
    font-size: 1.18rem;
    line-height: 1.12;
  }

  .platform-cluster-1 .platform-chip-list,
  .platform-cluster-2 .platform-chip-list,
  .platform-cluster-3 .platform-chip-list,
  .platform-cluster-4 .platform-chip-list {
    grid-template-columns: 1fr;
  }

  .platform-mini-card,
  .platform-cluster-3 .platform-mini-card,
  .platform-cluster-5 .platform-mini-card {
    width: 100%;
    min-height: auto;
    margin: 0;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    padding: 14px 16px;
    text-align: left;
  }

  .platform-logo {
    width: 38px;
    height: 38px;
  }

  .platform-mini-card strong {
    margin-bottom: 0;
    font-size: 0.9rem;
  }

  .platform-mini-card p {
    font-size: 0.82rem;
    line-height: 1.24;
  }

  .map-showcase {
    margin-top: 36px;
  }

  .map-panel {
    padding: 14px;
    border-radius: 14px;
  }

  .tracking-software-grid {
    grid-template-columns: 1fr;
  }

  .tracking-tool-card {
    min-height: auto;
    padding: 24px 22px;
  }

  .featured-section,
  .testimonial-section,
  .video-section,
  .case-study-section,
  .project-section,
  .contact-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .featured-section {
    padding-top: 92px;
  }

  .case-card-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 36px;
  }

  .case-card {
    padding: 12px 12px 32px;
    border-radius: 14px;
  }

  .case-image {
    height: 210px;
  }

  .tag-row {
    display: none;
  }

  .case-card h3 {
    margin: 28px 0 24px;
    font-size: 1.26rem;
  }

  .case-card h4,
  .case-card p {
    font-size: 1rem;
  }

  .case-detail-shell {
    width: auto;
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
    padding: 26px 0 64px;
    overflow-x: clip;
  }

  .case-detail-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 34px 0 22px;
    text-align: center;
  }

  .case-detail-hero h1 {
    font-size: clamp(2.25rem, 10vw, 3.2rem);
    line-height: 1;
  }

  .case-detail-lead {
    font-size: 1.02rem;
  }

  .case-detail-tags {
    justify-content: center;
  }

  .case-detail-visual {
    min-height: 230px;
  }

  .case-detail-video-frame video {
    min-height: 0;
  }

  .case-detail-metrics,
  .case-detail-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    min-width: 0;
  }

  .case-detail-section,
  .case-detail-metric,
  .case-detail-cta,
  .case-detail-visual {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 24px 22px;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .case-detail-visual {
    padding: 0;
  }

  .case-detail-section h2 {
    font-size: 1.34rem;
  }

  .case-detail-section.full-width {
    grid-column: auto;
  }

  .case-detail-table {
    table-layout: fixed;
    white-space: normal;
  }

  .case-detail-table th,
  .case-detail-table td {
    padding: 12px 10px;
    overflow-wrap: anywhere;
  }

  .case-study-section {
    padding-top: 78px;
  }

  .case-study-wrap {
    display: flex;
    flex-direction: column;
    gap: 22px;
    text-align: center;
  }

  .book-mockup {
    order: 1;
  }

  .case-study-copy {
    order: 2;
    display: contents;
  }

  .case-study-copy h2 {
    order: 0;
    max-width: 410px;
    margin: 0 auto 16px;
    font-size: 1.55rem;
    text-align: center;
  }

  .case-study-copy h2 span {
    font-size: 2rem;
  }

  .book-cover {
    width: 250px;
    min-height: 340px;
    margin: 0 auto;
    padding: 34px 26px 22px;
  }

  .book-cover h3 {
    font-size: 1rem;
  }

  .book-photo {
    height: 150px;
  }

  .case-study-copy > p {
    max-width: 440px;
    margin: 0 auto 22px;
    font-size: 1.12rem;
    text-align: left;
  }

  .case-download-form {
    max-width: 420px;
    margin: 14px auto 0;
    padding: 54px 28px 44px;
    text-align: left;
  }

  .case-download-form h3,
  .case-download-form p {
    text-align: center;
  }

  .case-download-form h3 {
    font-size: 1.35rem;
  }

  .case-download-form p {
    font-size: 1.35rem;
    line-height: 1.35;
  }

  .download-fields,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .case-download-form .download-fields {
    gap: 20px;
    margin-top: 28px;
  }

  .download-fields button {
    min-height: 52px;
    margin-top: 20px;
  }

  .case-download-form small {
    font-size: 0.92rem;
  }

  .testimonial-section {
    padding-top: 66px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 34px;
  }

  .testimonial-card,
  .testimonial-wide {
    min-height: 430px;
    padding: 24px 18px;
    border-radius: 12px;
  }

  .testimonial-wide {
    width: 100%;
    margin-top: 12px;
  }

  .avatar,
  .avatar-four {
    width: 148px;
    height: 148px;
  }

  .testimonial-card p,
  .testimonial-wide p {
    font-size: 1rem;
  }

  .video-section {
    padding-top: 62px;
  }

  .wide-video-grid,
  .short-video-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 72px;
    margin-top: 68px;
  }

  .wide-video {
    width: 100%;
    height: 250px;
  }

  .short-video-grid {
    margin-top: 84px;
    gap: 72px;
  }

  .short-video {
    width: min(100%, 430px);
    height: 660px;
    justify-self: center;
  }

  .project-section {
    padding-top: 72px;
    padding-bottom: 0;
  }

  .project-form {
    width: 100%;
    margin-top: 32px;
    padding: 76px 34px 56px;
  }

  .calendly-embed-shell {
    width: 100%;
    min-height: 760px;
    margin-top: 32px;
    border-radius: 12px;
  }

  .calendly-inline-widget {
    height: 760px;
  }

  .project-form .form-grid {
    gap: 22px;
  }

  input,
  select,
  textarea {
    min-height: 44px;
    font-size: 0.92rem;
  }

  .contact-section {
    padding-top: 76px;
  }

  .contact-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 54px;
  }

  .contact-form {
    padding: 76px 34px 56px;
  }

  .info-block {
    padding: 26px 24px;
  }

  .social-row {
    justify-content: flex-start;
  }

  .full {
    grid-column: auto;
  }
}
