:root {
  --ink: #162027;
  --muted: #65717b;
  --line: #dce6e8;
  --paper: #f7fbfa;
  --white: #ffffff;
  --blue: #2563eb;
  --blue-deep: #143873;
  --green: #0f8a72;
  --amber: #b8751a;
  --shadow: 0 22px 60px rgba(24, 38, 51, 0.12);
}

/* Final placement for the loose secondary platform cluster. */
.platform-mini-row {
  top: -2%;
  right: 5%;
  width: 430px;
  height: 142px;
  display: block;
  gap: 0;
  padding: 0;
}

.platform-mini-row span {
  position: absolute;
  width: 34px;
  height: 34px;
}

.platform-mini-row span:nth-child(1) { left: 2%; top: 47%; rotate: -9deg; }
.platform-mini-row span:nth-child(2) { left: 16%; top: 17%; rotate: 8deg; }
.platform-mini-row span:nth-child(3) { left: 35%; top: 1%; rotate: -6deg; }
.platform-mini-row span:nth-child(4) { left: 56%; top: 8%; rotate: 10deg; }
.platform-mini-row span:nth-child(5) { left: 76%; top: 28%; rotate: -8deg; }
.platform-mini-row span:nth-child(6) { left: 87%; top: 58%; rotate: 7deg; }
.platform-mini-row span:nth-child(7) { left: 61%; top: 78%; rotate: -5deg; }
.platform-mini-row span:nth-child(8) { left: 31%; top: 72%; rotate: 9deg; }

.platform-mini-row b {
  color: #0b6f72;
  font-size: 11px;
  font-weight: 800;
}

@media (max-width: 720px) {
  .platform-mini-row { top: 0; right: 3%; width: 300px; height: 110px; }
  .platform-mini-row span { width: 28px; height: 28px; }
  .platform-mini-row img { width: 23px; height: 23px; }
}

/* China sourcing page */
.sourcing-hero-visual {
  position: relative;
  min-height: 390px;
}

.sourcing-hero-image {
  position: absolute;
  inset: 14px 20px 28px 0;
  overflow: hidden;
  background: #dcebed;
  border-radius: 18px;
  box-shadow: 0 24px 48px rgba(34, 77, 100, 0.15);
  transform: rotate(2deg);
}

.sourcing-hero-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(8, 28, 48, 0.02) 44%, rgba(8, 28, 48, 0.46) 100%);
}

.sourcing-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.88) contrast(0.98);
}

.sourcing-hero-image span {
  position: absolute;
  z-index: 1;
  left: 22px;
  bottom: 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.06em;
}

.sourcing-hero-note {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 2px;
  display: grid;
  gap: 4px;
  min-width: 190px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(135, 211, 207, 0.72);
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(34, 77, 100, 0.1);
}

.sourcing-hero-note strong { color: #0b6f72; font-size: 14px; }
.sourcing-hero-note small { color: #64788a; font-size: 12px; }

.sourcing-intro,
.sourcing-scope,
.sourcing-brief {
  background: #ffffff;
}

.sourcing-process,
.sourcing-fit {
  background:
    radial-gradient(circle at 84% 20%, rgba(15, 180, 165, 0.11), transparent 28%),
    linear-gradient(135deg, #f7fbff 0%, #f1f8fa 55%, #f7f3ff 100%);
}

.sourcing-pillars-grid,
.sourcing-process-grid,
.sourcing-brief-grid {
  display: grid;
  border-top: 1px solid #dce8eb;
  border-left: 1px solid #dce8eb;
}

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

.sourcing-pillars-grid article,
.sourcing-process-grid article {
  min-height: 190px;
  padding: 24px 28px 28px;
  border-right: 1px solid #dce8eb;
  border-bottom: 1px solid #dce8eb;
  background: rgba(255, 255, 255, 0.38);
}

.sourcing-pillars-grid article > span,
.sourcing-process-grid article > span {
  color: #0b8f86;
  font-size: 13px;
  font-weight: 850;
}

.sourcing-pillars-grid article:nth-child(2) > span,
.sourcing-process-grid article:nth-child(2) > span { color: #806cf4; }

.sourcing-pillars-grid article:nth-child(3) > span,
.sourcing-process-grid article:nth-child(3) > span { color: #e96758; }

.sourcing-pillars-grid h3,
.sourcing-process-grid h3 {
  margin: 28px 0 10px;
  color: #102a4d;
  font-size: 21px;
}

.sourcing-pillars-grid p,
.sourcing-process-grid p {
  max-width: 290px;
  margin: 0;
  color: #64788a;
  font-size: 15px;
  line-height: 1.5;
}

.sourcing-process-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.sourcing-process-grid article { min-height: 225px; }
.sourcing-process-grid article:nth-child(4) > span { color: #0b6f72; }

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

.sourcing-scope-card {
  overflow: hidden;
  background: #fbfdff;
  border: 1px solid #dce8eb;
  border-radius: 8px;
}

.sourcing-scope-image {
  height: 220px;
  background: #eaf3f8;
}

.sourcing-scope-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.84) contrast(0.98);
}

.sourcing-scope-copy { padding: 26px 28px 30px; }
.sourcing-scope-copy h3 { margin: 12px 0 18px; color: #102a4d; font-size: 24px; }

.sourcing-scope-copy ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sourcing-scope-copy li {
  position: relative;
  padding-left: 18px;
  color: #64788a;
  font-size: 15px;
  line-height: 1.45;
}

.sourcing-scope-copy li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: #0fb4a5;
  border-radius: 50%;
}

.sourcing-scope-card:nth-child(2) .sourcing-scope-copy li::before { background: #e96758; }

.sourcing-fit-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  gap: 86px;
}

.sourcing-fit-layout h2 {
  max-width: 500px;
  margin: 12px 0 0;
  color: #0b6f72;
  font-size: 42px;
  line-height: 1.08;
}

.sourcing-fit-layout p {
  max-width: 520px;
  margin: 0 0 26px;
  color: #526b7e;
  font-size: 17px;
  line-height: 1.55;
}

.sourcing-fit-types {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #dce8eb;
  border-left: 1px solid #dce8eb;
}

.sourcing-fit-types span {
  padding: 15px 18px;
  color: #102a4d;
  border-right: 1px solid #dce8eb;
  border-bottom: 1px solid #dce8eb;
}

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

.sourcing-brief-grid article {
  display: grid;
  gap: 9px;
  min-height: 140px;
  padding: 22px 24px;
  border-right: 1px solid #dce8eb;
  border-bottom: 1px solid #dce8eb;
}

.sourcing-brief-grid strong { color: #102a4d; font-size: 17px; }
.sourcing-brief-grid span { color: #64788a; font-size: 15px; line-height: 1.45; }

.sourcing-disclaimer {
  max-width: 820px;
  margin: 24px 0 0;
  color: #71818d;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 720px) {
  .sourcing-hero-visual { min-height: 300px; }
  .sourcing-hero-image { inset: 8px 8px 20px 8px; }
  .sourcing-hero-note { right: 0; bottom: 0; min-width: 166px; padding: 11px 13px; }
  .sourcing-pillars-grid,
  .sourcing-process-grid,
  .sourcing-scope-grid,
  .sourcing-brief-grid,
  .sourcing-fit-layout { grid-template-columns: 1fr; }
  .sourcing-fit-layout { gap: 36px; }
  .sourcing-fit-layout h2 { font-size: 34px; }
  .sourcing-scope-image { height: 200px; }
}

/* Keep the four homepage services aligned as one clean row on desktop. */
@media (min-width: 721px) {
  .hero-businesses {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 900px;
  }

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

  .overview-card {
    min-height: 278px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .overview-card h3 {
    font-size: 21px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 10%, rgba(15, 138, 114, 0.14), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #eef7f5 100%);
  background-size: auto;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Arial, sans-serif;
  line-height: 1.55;
  min-width: 1552px;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  min-height: 72px;
  padding: 14px 48px;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(220, 230, 232, 0.8);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  min-width: 0;
  font-weight: 750;
  font-size: 17px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.brand-logo {
  display: block;
  width: 142px;
  height: auto;
}

.brand-mark {
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-deep), var(--green));
  border-radius: 8px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
}

.brand span:last-child {
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  color: var(--muted);
  font-size: 14px;
}

.nav a,
.header-cta,
.contact-methods a,
.site-footer a {
  text-decoration: none;
}

.nav a:hover,
.site-footer a:hover {
  color: var(--blue);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  color: var(--white);
  background: var(--ink);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 640px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 64px 48px;
  background:
    radial-gradient(circle at 14% 18%, rgba(37, 99, 235, 0.16), transparent 30%),
    radial-gradient(circle at 78% 24%, rgba(14, 165, 233, 0.13), transparent 34%),
    radial-gradient(circle at 62% 86%, rgba(15, 138, 114, 0.12), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f4f9ff 48%, #eef8f7 100%);
  background-size: auto;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.62), transparent 42%, rgba(255, 255, 255, 0.48));
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 1180px;
}

.hero-deal {
  position: absolute;
  top: 142px;
  right: 118px;
  z-index: 4;
  display: grid;
  gap: 2px;
  min-width: 214px;
  padding: 18px 22px 17px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 138, 114, 0.32);
  border-left: 4px solid var(--green);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(25, 60, 82, 0.16);
  transform: rotate(-2deg);
}

.hero-deal-inline {
  position: relative;
  top: auto;
  right: auto;
  width: fit-content;
  margin-top: 28px;
  transform: rotate(-2deg);
}

.hero-deal strong {
  color: var(--blue-deep);
  font-size: 38px;
  line-height: 1;
}

.hero-deal span {
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
}

.hero-deal small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: none;
  margin: 0;
  font-size: 70px;
  line-height: 1;
  letter-spacing: 0;
}

.hero h1 {
  color: var(--ink);
  white-space: nowrap;
}

h2 {
  margin: 0;
  font-size: 44px;
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.2;
}

.hero-text {
  max-width: 610px;
  margin: 22px 0 0;
  color: #455460;
  font-size: 18px;
}

.hero-businesses {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 700px;
  margin-top: 24px;
}

.hero-businesses article {
  display: grid;
  gap: 5px;
  min-height: 92px;
  padding: 14px 15px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(191, 205, 213, 0.9);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.06);
  animation: hero-card-float 5.5s ease-in-out infinite;
}

.hero-businesses article:nth-child(2) {
  animation-delay: -1.8s;
}

.hero-businesses article:nth-child(3) {
  animation-delay: -3.6s;
}

@keyframes hero-card-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-businesses article {
    animation: none;
  }
}

/* Hero presentation: branded blue field with a lightweight campaign console. */
.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.9) 38%, rgba(255,255,255,0.16) 70%, rgba(255,255,255,0.02) 100%),
    url("assets/hero-global-commerce.png") center / cover no-repeat;
}

.hero::before {
  z-index: 1;
  background: linear-gradient(90deg, rgba(255,255,255,0.1), transparent 55%);
}

.hero-copy {
  z-index: 4;
}

.hero h1 {
  color: var(--ink);
}

.hero-deal-inline {
  color: #12264e;
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.88);
  border-left-color: #d8f35c;
  box-shadow: 0 16px 38px rgba(5, 34, 91, 0.24);
}

.hero-deal-inline strong {
  color: #103fa6;
}

.hero-deal-inline span {
  color: #12264e;
}

.hero-deal-inline small {
  color: #64748b;
}

.hero-businesses {
  max-width: 760px;
}

.hero-businesses article {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(191, 205, 213, 0.9);
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.1);
  animation: none;
}

.hero-businesses span,
.hero-businesses strong,
.hero-businesses small {
  color: var(--ink);
}

.hero-businesses span {
  color: var(--green);
}

.hero-businesses small {
  color: #6a7882;
}

.hero .button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(191, 205, 213, 0.9);
}

.hero-visual {
  position: absolute;
  top: 116px;
  right: 116px;
  z-index: 3;
  width: 520px;
  min-height: 390px;
  padding: 14px;
  background: rgba(8, 38, 103, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 14px;
  box-shadow: 0 28px 70px rgba(5, 28, 82, 0.3);
  transform: rotate(2deg);
}

.hero-visual-header,
.hero-visual-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-visual-header {
  min-height: 42px;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.hero-visual-header b {
  padding: 5px 8px;
  color: #133c5c;
  background: #d8f35c;
  border-radius: 99px;
  font-size: 10px;
}

.hero-visual-body {
  position: relative;
  min-height: 290px;
  margin-top: 12px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 10px;
}

.hero-visual-label {
  color: #5b7180;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.hero-chart {
  display: flex;
  height: 150px;
  align-items: end;
  gap: 14px;
  margin-top: 30px;
  padding: 0 12px 18px;
  border-bottom: 1px solid #d7e4ed;
}

.hero-chart i {
  flex: 1;
  min-height: 42px;
  background: linear-gradient(180deg, #41d0b0, #2463e8);
  border-radius: 5px 5px 0 0;
  animation: chart-rise 3.2s ease-in-out infinite alternate;
}

.hero-chart i:nth-child(2) { height: 52%; animation-delay: -0.8s; }
.hero-chart i:nth-child(3) { height: 70%; animation-delay: -1.2s; }
.hero-chart i:nth-child(4) { height: 58%; animation-delay: -1.6s; }
.hero-chart i:nth-child(5) { height: 82%; animation-delay: -2s; }
.hero-chart i:nth-child(6) { height: 76%; animation-delay: -2.4s; }
.hero-chart i:nth-child(7) { height: 96%; animation-delay: -2.8s; }

@keyframes chart-rise {
  from { opacity: 0.72; transform: scaleY(0.9); transform-origin: bottom; }
  to { opacity: 1; transform: scaleY(1); transform-origin: bottom; }
}

.hero-visual-footer {
  margin-top: 18px;
  color: #607586;
  font-size: 14px;
}

.hero-visual-footer strong {
  color: #103fa6;
}

.hero-float {
  position: absolute;
  display: grid;
  gap: 3px;
  min-width: 150px;
  padding: 14px 16px;
  color: #12264e;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(5, 28, 82, 0.22);
  animation: hero-float 5s ease-in-out infinite;
}

.hero-float span {
  color: #108d7b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.hero-float strong {
  font-size: 14px;
}

.hero-float-a {
  top: 92px;
  right: -54px;
}

.hero-float-b {
  bottom: 44px;
  left: -62px;
  animation-delay: -2.2s;
}

@keyframes hero-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-chart i,
  .hero-float {
    animation: none;
  }
}

.hero-businesses span {
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
}

.hero-businesses strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.2;
}

.hero-businesses small {
  color: #6a7882;
  font-size: 11px;
  line-height: 1.25;
}

.hero-offers {
  display: flex;
  align-items: stretch;
  gap: 0;
  max-width: 650px;
  margin-top: 28px;
}

.hero-offers div {
  display: grid;
  gap: 4px;
  min-width: 170px;
  padding: 14px 24px;
  border-left: 2px solid rgba(37, 99, 235, 0.2);
}

.hero-offers div:first-child {
  min-width: 190px;
  padding: 14px 22px 14px 18px;
  border-left: 3px solid var(--green);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.08);
}

.hero-offers strong {
  color: var(--blue-deep);
  font-size: 34px;
  line-height: 1;
}

.hero-offers span {
  color: #5a6974;
  font-size: 13px;
  font-weight: 760;
}

.hero-offers small {
  color: #6a7882;
  font-size: 11px;
  font-weight: 700;
}

.hero-actions,
.contact-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 760;
  text-decoration: none;
}

.button.primary {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.24);
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(191, 205, 213, 0.9);
}

.button:hover,
.header-cta:hover {
  filter: brightness(0.98);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.platform-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.platform-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 13px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(24, 38, 51, 0.06);
  font-size: 13px;
  font-weight: 800;
}

.platform-badge svg {
  width: 40px;
  height: 24px;
  color: #2563eb;
}

.mini-mark {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: var(--white);
  background: #1877f2;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 900;
  font-family: Arial, sans-serif;
}

.camera-mark {
  position: relative;
  background: linear-gradient(135deg, #7c3aed, #e11d48 52%, #f59e0b);
  border-radius: 7px;
}

.camera-mark::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 2px solid var(--white);
  border-radius: 50%;
}

.camera-mark::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 4px;
  height: 4px;
  background: var(--white);
  border-radius: 50%;
}

.signal-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
  max-width: 490px;
}

.signal-row div {
  display: grid;
  gap: 3px;
  min-height: 72px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(24, 38, 51, 0.07);
}

.signal-row strong {
  color: var(--white);
  font-size: 19px;
  line-height: 1;
}

.signal-row span {
  color: rgba(236, 247, 249, 0.68);
  font-size: 12px;
  font-weight: 720;
}

.hero-backdrop {
  position: absolute;
  top: 88px;
  right: 48px;
  z-index: 1;
  width: 500px;
  height: 420px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow:
    none;
  backdrop-filter: none;
}

.hero-backdrop::before,
.hero-backdrop::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(37, 99, 235, 0.22);
  border-radius: 50%;
}

.hero-backdrop::before {
  top: 74px;
  left: 106px;
  width: 248px;
  height: 248px;
  box-shadow: inset 0 0 42px rgba(37, 99, 235, 0.08);
}

.hero-backdrop::after {
  right: 72px;
  bottom: 54px;
  width: 168px;
  height: 168px;
  box-shadow: inset 0 0 32px rgba(14, 165, 233, 0.08);
}

.orb {
  position: absolute;
  display: block;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.8;
}

.orb-one {
  top: 86px;
  left: 90px;
  width: 122px;
  height: 122px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.24), rgba(37, 99, 235, 0));
  animation: floatSlow 7s ease-in-out infinite;
}

.orb-two {
  right: 96px;
  bottom: 88px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.22), rgba(14, 165, 233, 0));
  animation: floatSlow 8s ease-in-out infinite reverse;
}

.flow-line {
  position: absolute;
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.28), transparent);
  transform-origin: center;
}

.line-one {
  top: 164px;
  left: 112px;
  width: 340px;
  transform: rotate(-15deg);
}

.line-two {
  right: 82px;
  bottom: 146px;
  width: 300px;
  transform: rotate(22deg);
}

.network-card {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  color: #1d2a34;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(184, 205, 219, 0.84);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(24, 52, 88, 0.12);
  backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 820;
  animation: floatCard 6.5s ease-in-out infinite;
}

.card-one {
  top: 52px;
  right: 34px;
}

.card-two {
  top: 186px;
  left: 260px;
  animation-delay: -1.8s;
}

.card-three {
  right: 58px;
  bottom: 70px;
  animation-delay: -3.2s;
}

@keyframes floatCard {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes floatSlow {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(10px, -14px, 0) scale(1.04);
  }
}

@media (prefers-reduced-motion: reduce) {
  .network-card,
  .orb,
  .review-visual::after,
  .review-signal,
  .review-connector i,
  .review-core::before,
  .store-window,
  .live-wave,
  .live-badge i {
    animation: none;
  }
}

.access-stack {
  min-width: 1552px;
  padding: 86px 48px;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 8%, rgba(37, 99, 235, 0.12), transparent 26%),
    radial-gradient(circle at 82% 12%, rgba(15, 138, 114, 0.1), transparent 24%),
    linear-gradient(135deg, #ffffff 0%, #f6fbff 52%, #eef8f7 100%);
}

.stack-shell {
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: 42px;
  align-items: center;
  max-width: 1456px;
  margin: 0 auto;
}

.stack-copy {
  max-width: 440px;
}

.stack-copy p:not(.eyebrow) {
  color: #52616c;
  font-size: 18px;
}

.review-visual.account-advantages {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
  align-content: center;
  min-height: 390px;
  padding: 28px;
}

.account-advantage {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  min-height: 160px;
  padding: 24px 28px;
  background: rgba(255, 255, 255, 0.66);
  border-top: 1px solid rgba(195, 213, 222, 0.88);
}

.account-advantage:not(:last-child) {
  border-right: 1px solid rgba(195, 213, 222, 0.88);
}

.account-advantage strong {
  margin-bottom: 12px;
  color: var(--blue-deep);
  font-size: 34px;
  line-height: 1;
}

.account-advantage h3 {
  margin-bottom: 6px;
  font-size: 16px;
}

.account-advantage p {
  margin: 0;
  color: #5d6c76;
  font-size: 14px;
}

.review-visual {
  position: relative;
  display: grid;
  grid-template-columns: 190px 82px 190px 82px minmax(210px, 1fr);
  align-items: center;
  min-height: 430px;
  padding: 34px 28px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.76), rgba(238, 248, 250, 0.72)),
    rgba(255, 255, 255, 0.54);
  border-top: 1px solid rgba(195, 213, 222, 0.78);
  border-bottom: 1px solid rgba(195, 213, 222, 0.78);
}

.review-visual::before,
.review-visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.review-visual::before {
  top: 50%;
  left: 41%;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(37, 99, 235, 0.08);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.review-visual::after {
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.5) 48%, transparent 64%);
  transform: translateX(-120%);
  animation: reviewSweep 8s ease-in-out infinite;
}

.review-inputs {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 8px;
}

.review-inputs > small,
.review-result small,
.review-core small {
  color: var(--green);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.review-inputs > small {
  margin-bottom: 4px;
}

.review-signal {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 52px;
  padding: 0 12px;
  color: #24343e;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(195, 213, 222, 0.78);
  border-radius: 6px;
  animation: signalFocus 5.6s ease-in-out infinite;
}

.review-signal:nth-of-type(2) {
  animation-delay: 0.7s;
}

.review-signal:nth-of-type(3) {
  animation-delay: 1.4s;
}

.review-signal:nth-of-type(4) {
  animation-delay: 2.1s;
}

.review-signal span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--green);
  background: rgba(15, 138, 114, 0.08);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 850;
}

.review-signal strong {
  font-size: 13px;
}

.review-connector {
  position: relative;
  z-index: 2;
  height: 1px;
  margin: 0 12px;
  background: linear-gradient(90deg, rgba(15, 138, 114, 0.2), rgba(37, 99, 235, 0.48));
}

.review-connector::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -1px;
  width: 7px;
  height: 7px;
  border-top: 1px solid rgba(37, 99, 235, 0.62);
  border-right: 1px solid rgba(37, 99, 235, 0.62);
  transform: rotate(45deg);
}

.review-connector i {
  position: absolute;
  top: -3px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #2f73ee;
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(47, 115, 238, 0.55);
  animation: routeSignal 2.4s ease-in-out infinite;
}

.connector-out i {
  animation-delay: 1.2s;
}

.review-core {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  width: 190px;
  height: 190px;
  padding: 24px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(37, 99, 235, 0.22);
  border-radius: 50%;
  box-shadow: 0 22px 52px rgba(26, 66, 113, 0.13);
}

.review-core::before {
  content: "";
  position: absolute;
  inset: -9px;
  border: 1px solid rgba(15, 138, 114, 0.18);
  border-top-color: rgba(47, 115, 238, 0.72);
  border-right-color: transparent;
  border-radius: 50%;
  animation: coreOrbit 9s linear infinite;
}

.core-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #ffffff;
  background: linear-gradient(135deg, #17668b, #0f8a72);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(15, 138, 114, 0.2);
}

.review-core strong {
  color: var(--ink);
  font-size: 17px;
}

.review-result {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 8px;
  align-content: center;
  min-height: 190px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.76);
  border-left: 3px solid var(--green);
  box-shadow: 0 18px 44px rgba(24, 52, 88, 0.08);
}

.result-check {
  position: relative;
  width: 34px;
  height: 34px;
  margin-bottom: 6px;
  background: rgba(15, 138, 114, 0.1);
  border: 1px solid rgba(15, 138, 114, 0.24);
  border-radius: 50%;
}

.result-check::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  width: 12px;
  height: 7px;
  border-bottom: 2px solid var(--green);
  border-left: 2px solid var(--green);
  transform: rotate(-45deg);
}

.review-result strong {
  color: var(--ink);
  font-size: 23px;
  line-height: 1.15;
}

.review-result p {
  margin: 0;
  color: #65727d;
  font-size: 13px;
  font-weight: 650;
}

@keyframes routeSignal {
  0% {
    left: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    left: calc(100% - 7px);
    opacity: 0;
  }
}

@keyframes coreOrbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes signalFocus {
  0%,
  100% {
    border-color: rgba(195, 213, 222, 0.78);
    box-shadow: none;
  }
  50% {
    border-color: rgba(15, 138, 114, 0.28);
    box-shadow: 0 8px 22px rgba(15, 138, 114, 0.08);
  }
}

@keyframes reviewSweep {
  0%,
  55% {
    transform: translateX(-120%);
  }
  85%,
  100% {
    transform: translateX(120%);
  }
}

.section,
.case-section,
.contact-section,
.site-footer {
  padding: 88px 48px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 0.58fr);
  gap: 32px;
  align-items: end;
  max-width: 1180px;
  margin: 0 auto 34px;
}

.section-heading.compact {
  display: block;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.services-section {
  color: var(--ink);
  background: #ffffff;
}

.service-heading {
  max-width: 1180px;
  margin: 0 auto 38px;
  text-align: left;
}

.service-heading h2 {
  margin: 0;
}

.service-heading p {
  max-width: none;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 17px;
  white-space: nowrap;
}

.service-heading small {
  display: block;
  margin-top: 10px;
  color: #6a7882;
  font-size: 13px;
  font-weight: 650;
}

.format-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: 1180px;
  margin: 0 auto 36px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.format-item {
  display: flex;
  min-height: 112px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #20384d;
  border-right: 1px solid var(--line);
  font-size: 14px;
}

.format-item:first-child {
  border-left: 1px solid var(--line);
}

.format-icon {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 34px;
  border: 2px solid #3e68ae;
  border-radius: 4px;
  background: linear-gradient(145deg, #eef5ff, #dbeaf6);
}

.format-icon::before,
.format-icon::after {
  content: "";
  position: absolute;
}

.format-carousel::before,
.format-carousel::after {
  width: 28px;
  height: 21px;
  border: 2px solid #ec6676;
  border-radius: 3px;
  background: #fff;
}

.format-carousel::before { top: -8px; left: -8px; }
.format-carousel::after { right: -8px; bottom: -8px; }

.format-image::before {
  right: 7px;
  bottom: 6px;
  width: 25px;
  height: 16px;
  background: #55b69d;
  border-radius: 50% 50% 3px 3px;
  transform: skew(-18deg);
}

.format-image::after {
  top: 6px;
  left: 7px;
  width: 7px;
  height: 7px;
  background: #ec6676;
  border-radius: 50%;
}

.format-collection::before {
  top: 8px;
  right: -10px;
  width: 23px;
  height: 15px;
  border: 2px solid #ec6676;
  background: #fff;
}

.format-collection::after {
  top: 13px;
  left: 7px;
  width: 24px;
  height: 3px;
  background: #ec6676;
  box-shadow: 0 8px 0 #3e68ae;
}

.format-reels {
  width: 28px;
  border-radius: 6px;
}

.format-reels::before {
  inset: 4px 8px;
  border-right: 2px solid #ec6676;
  border-left: 2px solid #ec6676;
}

.format-reels::after {
  top: 13px;
  left: -9px;
  width: 44px;
  height: 3px;
  background: #ec6676;
  transform: rotate(45deg);
}

.format-video::before {
  top: 7px;
  right: -10px;
  width: 22px;
  height: 16px;
  border: 2px solid #ec6676;
  background: #fff;
}

.format-video::after {
  top: 10px;
  left: 16px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #ec6676;
}

.service-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 1180px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-card {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  min-height: 270px;
  padding: 32px 28px 34px;
  background: transparent;
  border-left: 1px solid var(--line);
  transition: background-color 220ms ease, transform 220ms ease;
}

.service-art {
  position: relative;
  overflow: hidden;
  height: 300px;
  margin: -32px -28px 30px;
  background: #eaf3f8;
  border-bottom: 1px solid var(--line);
}

.service-art::before,
.service-art::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.service-art > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(0.96);
}

.service-art > img::selection {
  background: transparent;
}

.service-art-image {
  background: linear-gradient(135deg, #d9e9ff, #eff8f1);
}

.service-art-image::before {
  inset: 16px 20px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(24, 63, 124, 0.12);
  border-radius: 10px;
  transform: rotate(-3deg);
}

.art-product {
  position: absolute;
  z-index: 1;
  left: 49px;
  bottom: 27px;
  width: 58px;
  height: 68px;
  background: linear-gradient(160deg, #2a73ed, #54b79e);
  border-radius: 15px 15px 9px 9px;
  box-shadow: 16px 8px 0 rgba(255, 255, 255, 0.7);
  transform: rotate(6deg);
}

.art-label,
.art-caption,
.art-comment {
  position: absolute;
  z-index: 2;
  color: #17345f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.art-label {
  top: 34px;
  right: 34px;
}

.art-line {
  position: absolute;
  z-index: 2;
  right: 32px;
  bottom: 34px;
  width: 82px;
  height: 7px;
  background: #8cc5b2;
  border-radius: 99px;
  box-shadow: 0 14px 0 #c5d8e0;
}

.service-art-video {
  background: linear-gradient(145deg, #112d62, #2378d8 60%, #53b79b);
}

.service-art-video::before {
  inset: 17px 24px;
  background: linear-gradient(135deg, rgba(255,255,255,.15), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 8px;
}

.art-play {
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 50%;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #15376d;
  background: #fff;
  border-radius: 50%;
  transform: translateX(-50%);
}

.art-caption {
  bottom: 27px;
  left: 38px;
  color: #fff;
}

.art-progress {
  position: absolute;
  z-index: 2;
  right: 38px;
  bottom: 29px;
  left: 140px;
  height: 3px;
  background: rgba(255,255,255,.82);
  border-radius: 99px;
}

.service-art-live {
  background: linear-gradient(145deg, #eff6ff, #e0f5ef);
}

.service-art-live::before {
  right: 22px;
  bottom: -28px;
  width: 160px;
  height: 160px;
  background: rgba(80, 170, 143, 0.28);
  border-radius: 50%;
}

.art-live-dot {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 22px;
  padding: 5px 8px;
  color: #fff;
  background: #ec6472;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 800;
}

.art-host {
  position: absolute;
  z-index: 1;
  right: 53px;
  bottom: 12px;
  width: 68px;
  height: 92px;
  background: linear-gradient(160deg, #2c77ea, #64c0a0);
  border-radius: 42px 42px 12px 12px;
}

.art-comment {
  right: 28px;
  bottom: 28px;
  padding: 7px 10px;
  background: #fff;
  border: 1px solid rgba(24, 63, 124, 0.14);
  border-radius: 6px;
}

.service-card:last-child {
  border-right: 1px solid var(--line);
}

.service-card::before,
.service-card::after {
  content: "";
  position: absolute;
  top: 0;
}

.service-card::before {
  left: 28px;
  width: 44px;
  height: 3px;
  background: var(--green);
}

.service-card::after {
  right: 0;
  left: 0;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.045), rgba(15, 138, 114, 0.06));
  opacity: 0;
  transition: opacity 220ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
}

.service-card:hover::after {
  opacity: 1;
}

.service-card p,
.faq-list p,
.contact-copy p {
  color: var(--muted);
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 44px;
  color: var(--green);
  background: rgba(234, 248, 244, 0.78);
  border: 1px solid rgba(15, 138, 114, 0.16);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
}

.service-art + .service-icon {
  margin-bottom: 18px;
}

.service-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  font-size: 22px;
}

.service-card p {
  position: relative;
  z-index: 1;
  max-width: 240px;
  margin: 0;
  font-size: 15px;
}

.service-price {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 19px;
}

.service-delivery {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 18px;
  color: #5d6f7c;
  font-size: 13px;
  font-weight: 700;
}

.service-pricing-note {
  max-width: 1180px;
  margin: 18px auto 0;
  color: #6a7882;
  font-size: 13px;
  text-align: right;
}

.creative-example-art {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  background: #eef7f8;
}

.creative-example-art::before,
.creative-example-art::after {
  display: none;
}

.creative-example-tile {
  position: relative;
  overflow: hidden;
  min-width: 0;
  height: 100%;
  margin: 0;
  background: #dcebed;
}

.creative-example-tile + .creative-example-tile {
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}

.creative-example-tile img,
.creative-example-tile video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.96) contrast(0.98);
}

.creative-example-tile video {
  background: #102a4d;
}

.creative-example-tile::after {
  position: absolute;
  inset: 45% 0 0;
  content: "";
  background: linear-gradient(180deg, rgba(8, 28, 48, 0), rgba(8, 28, 48, 0.62));
}

.creative-example-tile figcaption {
  position: absolute;
  right: 14px;
  bottom: 13px;
  left: 14px;
  z-index: 1;
  color: #ffffff;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
}

.creative-example-label {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 7px 9px;
  color: #ffffff;
  background: rgba(11, 143, 134, 0.92);
  border-radius: 5px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.05em;
}

.creative-example-art-mixed .creative-example-label {
  background: rgba(112, 95, 224, 0.94);
}

.creative-example-art-video .creative-example-label {
  background: rgba(230, 91, 76, 0.94);
}

@media (prefers-reduced-motion: no-preference) {
  .creative-example-art video {
    pointer-events: none;
  }
}

@media (max-width: 720px) {
  .creative-example-art {
    height: 260px;
  }

  .creative-example-tile figcaption {
    right: 10px;
    bottom: 10px;
    left: 10px;
    font-size: 10px;
  }
}

.support-section {
  background: #ffffff;
}

.support-heading {
  max-width: 1180px;
  margin: 0 auto 38px;
  text-align: left;
}

.support-heading h2 {
  margin: 10px 0 0;
}

.support-heading p {
  max-width: none;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
}

.support-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(24, 38, 51, 0.06);
}

.support-visual {
  height: 230px;
  background: #eaf3f8;
}

.support-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(0.97);
}

.support-copy {
  padding: 24px 26px 28px;
}

.support-copy > span {
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.support-copy h3 {
  margin: 15px 0 9px;
  font-size: 24px;
}

.support-copy p {
  max-width: 440px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.case-section {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background: linear-gradient(135deg, #f7fbff 0%, #ffffff 48%, #f2faf8 100%);
}

.case-heading {
  max-width: 1180px;
  margin: 0 auto 38px;
}

.case-heading h2 {
  max-width: 930px;
  margin: 0;
}

.commerce-cases {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
}

.commerce-case {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(195, 213, 222, 0.86);
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(24, 52, 88, 0.09);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.commerce-case:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 72px rgba(24, 52, 88, 0.13);
}

.commerce-visual {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
  background: #edf3f5;
  border-bottom: 1px solid rgba(195, 213, 222, 0.72);
}

.commerce-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.commerce-case:hover .commerce-visual img {
  transform: scale(1.025);
}

.store-visual {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #edf5ff 0%, #f7fbff 54%, #edf8f5 100%);
}

.store-window {
  width: 76%;
  min-height: 184px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(37, 99, 235, 0.15);
  border-radius: 7px;
  box-shadow: 0 22px 48px rgba(37, 99, 235, 0.13);
  animation: storeFocus 5.8s ease-in-out infinite;
}

.store-bar {
  display: flex;
  gap: 6px;
  align-items: center;
  height: 38px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(195, 213, 222, 0.66);
}

.store-bar > span {
  width: 7px;
  height: 7px;
  background: #cbd8df;
  border-radius: 50%;
}

.store-bar strong {
  margin-left: auto;
  color: #6a7882;
  font-size: 10px;
  letter-spacing: 0;
}

.store-content {
  display: grid;
  grid-template-columns: 1fr 1fr 0.86fr;
  gap: 12px;
  padding: 18px;
}

.product-mock {
  display: grid;
  align-content: end;
  gap: 7px;
  min-height: 108px;
  padding: 10px;
  background: #f4f8fb;
  border: 1px solid rgba(195, 213, 222, 0.58);
  border-radius: 5px;
}

.product-mock i {
  display: block;
  width: 42px;
  height: 52px;
  margin: 0 auto 4px;
  background: linear-gradient(145deg, #91b8de, #397ac7);
  border-radius: 18px 18px 7px 7px;
}

.product-two i {
  background: linear-gradient(145deg, #8fd3be, #1b8d72);
  border-radius: 8px 8px 18px 18px;
}

.product-mock span,
.product-mock em {
  display: block;
  height: 5px;
  background: #cad6dc;
  border-radius: 3px;
}

.product-mock em {
  width: 62%;
  background: #dce6ea;
}

.store-checks {
  display: grid;
  align-content: center;
  gap: 10px;
}

.store-checks span {
  position: relative;
  padding-left: 16px;
  color: #50606b;
  font-size: 11px;
  font-weight: 750;
}

.store-checks span::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(15, 138, 114, 0.35);
}

.visual-status,
.live-badge {
  position: absolute;
  display: grid;
  place-items: center;
  min-height: 32px;
  padding: 0 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(195, 213, 222, 0.74);
  border-radius: 6px;
  font-size: 11px;
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(24, 52, 88, 0.1);
}

.visual-status {
  right: 34px;
  bottom: 28px;
}

.live-visual {
  background: linear-gradient(135deg, #f6f8ff 0%, #eef5ff 46%, #eef9f6 100%);
}

.live-wave {
  position: absolute;
  top: 50%;
  left: 46%;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: liveWave 4.6s ease-out infinite;
}

.wave-one {
  width: 120px;
  height: 120px;
}

.wave-two {
  width: 190px;
  height: 190px;
  animation-delay: 1.1s;
}

.wave-three {
  width: 260px;
  height: 260px;
  animation-delay: 2.2s;
}

.live-core {
  position: absolute;
  top: 50%;
  left: 46%;
  display: grid;
  place-items: center;
  width: 114px;
  height: 82px;
  color: #ffffff;
  background: linear-gradient(135deg, #2563eb, #0f8a72);
  border-radius: 8px;
  box-shadow: 0 24px 54px rgba(37, 99, 235, 0.28);
  transform: translate(-50%, -50%);
}

.live-core svg {
  width: 74px;
}

.live-badge {
  top: 30px;
  right: 34px;
  grid-template-columns: 7px auto;
  gap: 7px;
  color: #d73a49;
}

.live-badge i {
  width: 7px;
  height: 7px;
  background: #ef4056;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(239, 64, 86, 0.55);
  animation: liveBlink 1.5s ease-in-out infinite;
}

.live-product {
  position: absolute;
  right: 34px;
  bottom: 30px;
  display: grid;
  grid-template-columns: 38px auto;
  gap: 5px 10px;
  align-items: center;
  min-width: 158px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(195, 213, 222, 0.74);
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(24, 52, 88, 0.1);
}

.live-product i {
  grid-row: 1 / 3;
  width: 38px;
  height: 42px;
  background: linear-gradient(145deg, #8fd3be, #1b8d72);
  border-radius: 12px 12px 5px 5px;
}

.live-product span,
.live-product em {
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.live-product em {
  color: var(--green);
}

.commerce-copy {
  min-height: 0;
  padding: 30px 34px 34px;
}

.case-kicker {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}

.case-kicker span {
  display: inline-flex;
  align-items: center;
  width: auto;
  height: auto;
  padding-right: 10px;
  color: var(--green);
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(15, 138, 114, 0.24);
  border-radius: 0;
  font-size: 12px;
  font-weight: 850;
}

.case-kicker small {
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.commerce-copy h3 {
  max-width: 470px;
  margin-bottom: 14px;
  font-size: 28px;
  line-height: 1.16;
}

.commerce-copy > p {
  max-width: 490px;
  margin: 0;
  color: #65727d;
  font-size: 16px;
}

.case-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 26px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(195, 213, 222, 0.72);
  list-style: none;
}

.case-points li {
  position: relative;
  padding-left: 13px;
  color: #42535f;
  font-size: 12px;
  font-weight: 750;
}

.case-points li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--green);
  border-radius: 50%;
}

@keyframes storeFocus {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 22px 48px rgba(37, 99, 235, 0.13);
  }
  50% {
    transform: translateY(-4px);
    box-shadow: 0 28px 60px rgba(37, 99, 235, 0.18);
  }
}

@keyframes liveWave {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.72);
  }
  30% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.12);
  }
}

@keyframes liveBlink {
  50% {
    opacity: 0.35;
  }
}

.faq-heading {
  max-width: 860px;
  margin-bottom: 24px;
  text-align: left;
}

.faq-heading h2 {
  font-size: 40px;
  line-height: 1.15;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 860px;
  margin: 0 auto;
}

details {
  padding: 22px 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

summary {
  cursor: pointer;
  font-weight: 800;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: 64px;
  align-items: start;
  justify-content: center;
  background: var(--paper);
}

.contact-copy {
  max-width: 440px;
  padding-top: 26px;
}

.contact-copy h2 {
  max-width: 430px;
  margin-top: 12px;
  font-size: 48px;
  line-height: 1.02;
}

.contact-copy > p {
  max-width: 420px;
  font-size: 17px;
}

.review-timing {
  display: grid;
  gap: 4px;
  margin-top: 26px;
  padding-left: 14px;
  border-left: 3px solid var(--green);
}

.review-timing strong {
  font-size: 14px;
}

.review-timing span {
  color: var(--muted);
  font-size: 14px;
}

.contact-methods a,
.contact-methods button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  font-size: 14px;
  font-weight: 720;
  cursor: pointer;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(24, 38, 51, 0.08);
}

label {
  display: grid;
  gap: 7px;
  color: #344650;
  font-size: 13px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fbfdfd;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  font-size: 15px;
}

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

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

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 28px;
  padding-bottom: 28px;
  color: #d9e3e7;
  background: var(--ink);
}

.site-footer div {
  display: grid;
  gap: 4px;
}

.site-footer span,
.site-footer a {
  color: #aebec5;
}

.floating-chat {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  min-width: 72px;
  height: 52px;
  padding: 0 18px;
  color: var(--white);
  background: var(--green);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(15, 138, 114, 0.28);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.tidio-loaded .floating-chat {
  display: none;
}

.chat-widget {
  position: fixed;
  right: 22px;
  bottom: 88px;
  z-index: 40;
  display: none;
  width: min(360px, calc(100vw - 36px));
}

.chat-widget.is-open {
  display: block;
}

.chat-card {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.chat-card p {
  margin: 0;
  color: var(--muted);
}

.chat-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--muted);
  background: #f2f6f6;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

@media (max-width: 1180px) and (min-width: 721px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav,
  .header-cta {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .site-header.is-open .nav {
    position: absolute;
    top: 72px;
    right: 18px;
    left: 18px;
    display: grid;
    gap: 0;
    padding: 10px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .site-header.is-open .nav a {
    padding: 14px;
  }

  .hero {
    grid-template-columns: minmax(280px, 0.86fr) minmax(340px, 1.14fr);
    gap: 28px;
    min-height: 660px;
    max-width: none;
    padding: 44px 24px 58px;
  }

  h1 {
    max-width: 470px;
    font-size: 46px;
  }

  h2 {
    font-size: 38px;
  }

  .hero-text {
    font-size: 17px;
  }

  .contact-section,
  .section-heading,
  .case-stage {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
    min-height: 66px;
    padding: 12px 18px;
  }

  .nav,
  .header-cta {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .site-header.is-open .nav {
    position: absolute;
    top: 66px;
    right: 18px;
    left: 18px;
    display: grid;
    gap: 0;
    padding: 10px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .site-header.is-open .nav a {
    padding: 14px;
  }

  .brand-logo {
    width: 124px;
  }

  h1 {
    font-size: 38px;
    line-height: 1.04;
  }

  h2 {
    font-size: 30px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    max-width: none;
    padding: 28px 18px 54px;
  }

  .service-grid,
  .case-grid,
  .signal-row,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .case-feature {
    min-height: auto;
  }

  .section,
  .case-section,
  .contact-section {
    padding-top: 54px;
    padding-bottom: 54px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .floating-chat {
    right: 16px;
    bottom: 16px;
  }

  .chat-widget {
    right: 16px;
    bottom: 80px;
  }
}

/* Let the secondary platform marks orbit loosely above the main three. */
.platform-mini-row {
  top: -2%;
  right: 5%;
  width: 430px;
  height: 142px;
  display: block;
  padding: 0;
}

.platform-mini-row span {
  position: absolute;
  width: 34px;
  height: 34px;
}

.platform-mini-row span:nth-child(1) { left: 2%; top: 47%; rotate: -9deg; }
.platform-mini-row span:nth-child(2) { left: 16%; top: 17%; rotate: 8deg; }
.platform-mini-row span:nth-child(3) { left: 35%; top: 1%; rotate: -6deg; }
.platform-mini-row span:nth-child(4) { left: 56%; top: 8%; rotate: 10deg; }
.platform-mini-row span:nth-child(5) { left: 76%; top: 28%; rotate: -8deg; }
.platform-mini-row span:nth-child(6) { left: 87%; top: 58%; rotate: 7deg; }
.platform-mini-row span:nth-child(7) { left: 61%; top: 78%; rotate: -5deg; }
.platform-mini-row span:nth-child(8) { left: 31%; top: 72%; rotate: 9deg; }

.platform-mini-row b {
  color: #0b6f72;
  font-size: 11px;
  font-weight: 800;
}

@media (max-width: 720px) {
  .platform-mini-row { top: 0; right: 3%; width: 300px; height: 110px; }
  .platform-mini-row span { width: 28px; height: 28px; }
  .platform-mini-row img { width: 23px; height: 23px; }
}

/* Desktop-locked layout: keep the page from reflowing when the browser is
   resized or zoomed on a computer. Narrow windows can scroll horizontally. */
.site-header {
  grid-template-columns: auto 1fr auto;
  justify-content: stretch;
  min-width: 1552px;
  padding: 14px 48px;
}

.nav {
  display: flex;
}

.header-cta {
  display: inline-flex;
}

.menu-button {
  display: none;
}

.site-header.is-open .nav {
  position: static;
  display: flex;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.site-header.is-open .nav a {
  padding: 0;
}

.hero {
  display: grid;
  align-items: center;
  width: 100%;
  min-width: 1552px;
  max-width: none;
  min-height: 680px;
  padding: 72px 48px;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 37%, rgba(255, 255, 255, 0.2) 68%, rgba(255, 255, 255, 0.05) 100%),
    url("assets/hero-operations-desk.png");
  background-position: center;
  background-size: cover;
}

.hero {
  background: linear-gradient(135deg, #f8fcff 0%, #edf7fb 52%, #e7f3f5 100%);
}

.hero::before {
  z-index: 1;
  background: linear-gradient(90deg, rgba(248, 252, 255, 0.9), rgba(248, 252, 255, 0.38) 58%, rgba(232, 247, 246, 0.12));
}

.hero-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.96;
}

.hero-copy {
  width: auto;
  max-width: 620px;
  margin-left: 74px;
  text-align: left;
}

h1 {
  max-width: none;
  font-size: 70px;
  line-height: 1;
}

.hero h1 {
  max-width: none;
  font-size: 58px;
  line-height: 1.04;
  white-space: nowrap;
}

h2 {
  font-size: 44px;
}

.hero-text {
  max-width: 600px;
  margin-right: 0;
  margin-left: 0;
  font-size: 18px;
}

.hero-offers {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

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

.stack-shell {
  display: block;
  max-width: 1180px;
}

.stack-copy {
  max-width: 720px;
  margin-bottom: 42px;
}

.review-visual.account-advantages {
  min-height: 0;
  padding: 0;
  background: transparent;
  border-top: 1px solid rgba(195, 213, 222, 0.88);
  border-bottom: 1px solid rgba(195, 213, 222, 0.88);
}

.review-visual.account-advantages::before,
.review-visual.account-advantages::after {
  display: none;
}

.account-advantage {
  min-height: 220px;
  padding: 32px 30px;
  background: rgba(255, 255, 255, 0.72);
}

.stack-shell {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 72px;
  align-items: start;
}

.stack-copy {
  max-width: 360px;
  margin: 88px 0 0;
}

.account-panel h2 {
  max-width: 720px;
  margin-bottom: 30px;
  font-size: 36px;
  white-space: nowrap;
}

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

.section,
.access-stack,
.case-section,
.contact-section {
  min-width: 1552px;
  padding-right: 48px;
  padding-left: 48px;
}

.section-heading {
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 0.58fr);
}

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

/* Slightly larger supporting type; display headings stay unchanged. */
.nav,
.header-cta {
  font-size: 15px;
}

.hero-copy > p {
  font-size: 19px;
}

.button,
.contact-methods a,
.contact-methods button {
  font-size: 16px;
}

.service-heading p,
.support-heading p {
  font-size: 18px;
}

.service-heading small,
.service-delivery,
.service-pricing-note {
  font-size: 14px;
}

.format-item {
  font-size: 15px;
}

.service-card p,
.review-grid p {
  font-size: 16px;
}

.review-heading p,
.support-copy p,
.contact-copy > p {
  font-size: 18px;
}

label {
  font-size: 14px;
}

.case-stage {
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
}

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

.contact-section {
  grid-template-columns: 420px 720px;
  gap: 60px;
  justify-content: center;
}

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

/* Campaign-style hero: bold, warm, and intentionally simpler than the inner pages. */
.hero {
  isolation: isolate;
  min-height: 700px;
  padding: 72px 48px 54px;
  color: #fff;
  background:
    radial-gradient(circle at 75% 44%, rgba(89, 240, 220, 0.3), transparent 23%),
    radial-gradient(circle at 18% 18%, rgba(57, 126, 230, 0.36), transparent 32%),
    linear-gradient(118deg, #102b50 0%, #145477 48%, #0d958f 100%);
}

.hero::before {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(9, 30, 65, 0.06), rgba(9, 30, 65, 0.02)),
    repeating-linear-gradient(120deg, transparent 0 130px, rgba(139, 247, 231, 0.07) 131px 133px, transparent 134px 270px);
  opacity: 0.9;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -8%;
  right: -2%;
  width: 920px;
  height: 820px;
  background:
    linear-gradient(124deg, transparent 0 35%, rgba(104, 247, 229, 0.12) 35.2% 35.8%, transparent 36% 48%, rgba(104, 247, 229, 0.2) 48.2% 48.7%, transparent 49%),
    repeating-linear-gradient(124deg, transparent 0 34px, rgba(154, 255, 239, 0.16) 35px 36px, transparent 37px 72px),
    linear-gradient(115deg, transparent 0 47%, rgba(153, 255, 240, 0.3) 47.2% 47.45%, transparent 47.7% 54%, rgba(153, 255, 240, 0.18) 54.2% 54.45%, transparent 54.7%),
    radial-gradient(ellipse at 54% 47%, rgba(98, 240, 220, 0.34), transparent 46%);
  filter: drop-shadow(0 0 28px rgba(93, 239, 220, 0.22));
  transform: skewX(-12deg) translateX(0);
  animation: hero-flow 18s ease-in-out infinite alternate;
  opacity: 0.82;
}

@keyframes hero-flow {
  from { transform: skewX(-12deg) translateX(0); }
  to { transform: skewX(-12deg) translateX(34px); }
}

.hero-copy {
  max-width: 800px;
  margin-left: 74px;
}

.hero-constellation {
  position: absolute;
  top: 50%;
  right: 7%;
  z-index: -1;
  width: 660px;
  height: 500px;
  transform: translateY(-50%);
  opacity: 0.92;
}

.hero-constellation::before,
.hero-constellation::after {
  content: "";
  position: absolute;
  inset: 18% 6% 18% 8%;
  border: 1px solid rgba(173, 255, 241, 0.32);
  clip-path: polygon(2% 68%, 27% 12%, 61% 31%, 89% 6%, 98% 75%, 67% 91%, 32% 72%, 2% 68%);
}

.hero-constellation::after {
  inset: 8% 16% 10% 18%;
  border-color: rgba(255, 177, 143, 0.26);
  clip-path: polygon(0 26%, 30% 58%, 70% 8%, 100% 74%);
  transform: translateX(18px);
}

.hero-node {
  position: absolute;
  width: 13px;
  height: 13px;
  background: #a8fff0;
  border: 3px solid rgba(226, 255, 250, 0.74);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(126, 246, 225, 0.1), 0 0 26px rgba(142, 255, 238, 0.85);
  animation: node-pulse 3.6s ease-in-out infinite;
}

.node-a { top: 22%; left: 17%; }
.node-b { top: 11%; left: 47%; animation-delay: -1.2s; }
.node-c { top: 34%; left: 76%; animation-delay: -2.4s; }
.node-d { top: 68%; left: 87%; animation-delay: -0.7s; }
.node-e { top: 79%; left: 50%; animation-delay: -2.1s; }
.node-f { top: 61%; left: 27%; animation-delay: -3s; }
.node-g { top: 45%; left: 55%; width: 20px; height: 20px; background: #ffab8b; border-color: #ffe0d1; animation-delay: -1.7s; }

.hero-scan {
  position: absolute;
  top: 5%;
  left: 26%;
  width: 2px;
  height: 90%;
  background: linear-gradient(180deg, transparent, rgba(172, 255, 239, 0.95), transparent);
  filter: drop-shadow(0 0 10px rgba(172, 255, 239, 0.8));
  transform: rotate(28deg);
  animation: scan-pass 6s ease-in-out infinite;
}

@keyframes node-pulse {
  0%, 100% { transform: scale(0.86); opacity: 0.64; }
  50% { transform: scale(1.18); opacity: 1; }
}

@keyframes scan-pass {
  0%, 100% { opacity: 0.05; transform: translateX(-80px) rotate(28deg); }
  45%, 60% { opacity: 0.86; }
  50% { transform: translateX(170px) rotate(28deg); }
}

.hero-kicker {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.hero h1 {
  max-width: 720px;
  color: #fff;
  font-size: 72px;
  line-height: 0.98;
  white-space: normal;
  text-wrap: balance;
}

.hero-lede {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 21px;
  line-height: 1.42;
}

.hero-deal-inline {
  display: inline-grid;
  grid-template-columns: auto auto;
  column-gap: 12px;
  align-items: end;
  margin-top: 30px;
  padding: 0 0 0 18px;
  color: #fff;
  background: transparent;
  border: 0;
  border-left: 3px solid #ff9f7a;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.hero-deal-inline strong {
  grid-row: span 2;
  color: #ffb18f;
  font-size: 58px;
  line-height: 0.82;
}

.hero-deal-inline span {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.hero-deal-inline small {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

.hero-businesses {
  max-width: 850px;
  margin-top: 36px;
  gap: 0;
}

.hero-businesses article {
  min-height: 72px;
  padding: 0 24px 0 0;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 0;
  box-shadow: none;
  animation: none;
}

.hero-businesses article:not(:first-child) {
  padding-left: 24px;
}

.hero-businesses article:last-child {
  border-right: 0;
}

.hero-businesses span,
.hero-businesses strong,
.hero-businesses small {
  color: #fff;
}

.hero-businesses span {
  font-size: 12px;
  opacity: 0.75;
}

.hero-businesses strong {
  font-size: 17px;
}

.hero-businesses small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.hero-actions {
  margin-top: 34px;
}

.hero .button.primary {
  color: #11365a;
  background: #ffad8c;
  box-shadow: 0 14px 32px rgba(3, 24, 58, 0.24);
}

.hero .button.secondary {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.62);
}

@media (max-width: 720px) {
  .hero {
    min-height: 760px;
    padding: 54px 18px 44px;
  }

  .hero-copy {
    margin-left: 0;
  }

  .hero h1 {
    font-size: 52px;
  }

  .hero-lede {
    font-size: 18px;
  }

  .hero-businesses {
    grid-template-columns: 1fr;
  }

  .hero-businesses article,
  .hero-businesses article:not(:first-child) {
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .hero::after {
    right: -55%;
    width: 680px;
    height: 700px;
  }

  .hero-constellation {
    top: auto;
    right: -36%;
    bottom: 2%;
    width: 520px;
    height: 380px;
    transform: none;
    opacity: 0.56;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero::after {
    animation: none;
  }

  .hero-node,
  .hero-scan {
    animation: none;
  }
}

/* Final hero direction: a bright digital network instead of a dark panel or static ribbons. */
.hero {
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 40%, rgba(52, 211, 191, 0.2), transparent 28%),
    radial-gradient(circle at 70% 78%, rgba(124, 92, 255, 0.13), transparent 24%),
    linear-gradient(135deg, #fbfdff 0%, #eef8fb 54%, #f7f2ff 100%);
}

.hero::before,
.hero::after,
.hero-constellation {
  display: none;
}

.hero-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.95;
}

.hero-copy {
  z-index: 2;
  width: 980px;
  max-width: none;
  margin-left: 138px;
}

.hero-kicker {
  color: #0b8f86;
}

.hero h1 {
  max-width: none;
  color: #0b6f72;
  white-space: nowrap;
}

.hero-lede {
  color: #52667b;
}

.hero-deal-inline {
  color: #102a4d;
  border-left-color: #ff8068;
}

.hero-deal-inline strong {
  color: #e95d4e;
}

.hero-deal-inline span {
  color: #102a4d;
}

.hero-deal-inline small {
  color: #6a7c8c;
}

.hero-businesses article {
  border-right-color: rgba(49, 105, 139, 0.22);
}

.hero-businesses span,
.hero-businesses strong {
  color: #102a4d;
}

.hero-businesses small {
  color: #607587;
}

.hero-businesses span {
  color: #0b8f86;
}

.hero .button.primary {
  color: #fff;
  background: #e96758;
  box-shadow: 0 14px 34px rgba(233, 103, 88, 0.25);
}

.hero .button.secondary {
  color: #102a4d;
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(49, 105, 139, 0.32);
}

.contact-note {
  margin-top: 18px;
  padding-left: 14px;
  color: #0b8f86;
  border-left: 3px solid #0fb4a5;
  font-size: 15px;
  font-weight: 750;
}

.form-privacy {
  color: #71818d;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}

.form-privacy a {
  color: #0b6f72;
  font-weight: 700;
}

.faq-section {
  background: #eef8fb;
}

.contact-section {
  background:
    linear-gradient(180deg, #eef8fb 0%, #f5f7ff 28%, #f8f5ff 100%);
}

.faq-heading h2 {
  color: #0b6f72;
}

.service-overview {
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  padding-top: 78px;
  padding-bottom: 96px;
  background:
    radial-gradient(circle at 13% 18%, rgba(128, 108, 244, 0.08), transparent 25%),
    radial-gradient(circle at 87% 72%, rgba(15, 180, 165, 0.1), transparent 28%),
    linear-gradient(180deg, #f4faff 0%, #f7f9ff 48%, #f7f2ff 100%);
}

.overview-heading,
.overview-grid {
  max-width: none;
  margin-right: 138px;
  margin-left: 138px;
}

.overview-heading {
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(300px, 0.8fr);
  gap: 56px;
  align-items: end;
  margin-bottom: 34px;
}

.overview-heading .section-kicker {
  grid-column: 1 / -1;
  margin: 0 0 -28px;
}

.overview-heading h2 {
  max-width: 580px;
  margin: 0;
  color: #0b6f72;
  font-size: 46px;
  line-height: 1.08;
}

.overview-heading p {
  max-width: 380px;
  margin: 0 0 5px;
  color: #64788a;
  font-size: 18px;
}

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

.overview-card {
  position: relative;
  display: flex;
  min-height: 264px;
  flex-direction: column;
  padding: 28px 28px 26px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #dce8eb;
  border-radius: 8px;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.overview-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 24px;
  left: 24px;
  height: 3px;
  background: var(--card-accent, #0fb4a5);
}

.overview-card:hover {
  border-color: rgba(15, 180, 165, 0.55);
  box-shadow: 0 18px 40px rgba(34, 77, 100, 0.1);
  transform: translateY(-5px);
}

.overview-account { --card-accent: #ef7865; }
.overview-creative { --card-accent: #806cf4; }
.overview-sourcing { --card-accent: #0fb4a5; }

.overview-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 42px;
}

.overview-top span {
  color: #0b8f86;
  font-size: 13px;
  font-weight: 850;
}

.overview-top i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--card-accent);
  background: #ffffff;
  border: 1px solid #dce8eb;
  border-radius: 50%;
  font-size: 18px;
  font-style: normal;
}

.overview-card h3 {
  max-width: 270px;
  margin: 0 0 12px;
  color: #102a4d;
  font-size: 24px;
  line-height: 1.12;
}

.overview-card p {
  max-width: 300px;
  margin: 0;
  color: #607587;
  font-size: 16px;
  line-height: 1.5;
}

.overview-card a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  padding-top: 24px;
  color: #102a4d;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.overview-card a span {
  color: var(--card-accent);
  font-size: 19px;
  transition: transform 180ms ease;
}

.overview-card a:hover span {
  transform: translateX(4px);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown > button {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.nav-dropdown > button span {
  color: #0b8f86;
  font-size: 16px;
  line-height: 1;
}

.nav-menu {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  display: grid;
  gap: 4px;
  width: 270px;
  padding: 10px;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #dce8eb;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(24, 52, 88, 0.14);
  opacity: 0;
  transform: translate(-50%, -5px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.nav-menu::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #fff;
  border-top: 1px solid #dce8eb;
  border-left: 1px solid #dce8eb;
  transform: translateX(-50%) rotate(45deg);
}

.nav-dropdown:hover .nav-menu,
.nav-dropdown:focus-within .nav-menu,
.nav-dropdown.is-open .nav-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

.nav-menu a {
  display: block;
  padding: 11px 12px;
  color: #102a4d;
  border-radius: 5px;
  font-size: 14px;
  text-decoration: none;
}

.nav-menu a:hover {
  color: #0b6f72;
  background: #eef8fb;
}

@media (max-width: 720px) {
  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown > button {
    width: 100%;
    justify-content: space-between;
  }

  .nav-menu {
    position: static;
    width: 100%;
    margin-top: 6px;
    visibility: visible;
    opacity: 1;
    transform: none;
    box-shadow: none;
  }

  .nav-dropdown:not(.is-open) .nav-menu {
    display: none;
  }
}

.subpage-body {
  min-width: 0;
  background: #f4f9fb;
}

.subpage-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 0.8fr;
  gap: 56px;
  min-height: 570px;
  overflow: hidden;
  padding: 86px max(48px, calc((100vw - 1180px) / 2)) 78px;
  background:
    radial-gradient(circle at 78% 42%, rgba(15, 180, 165, 0.2), transparent 30%),
    radial-gradient(circle at 55% 88%, rgba(128, 108, 244, 0.12), transparent 28%),
    linear-gradient(135deg, #fbfdff 0%, #eef8fb 56%, #f7f2ff 100%);
}

.subpage-hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 640px;
}

.back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #0b8f86;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.subpage-hero h1 {
  max-width: 620px;
  color: #0b6f72;
  font-size: 66px;
  line-height: 1.02;
}

.subpage-hero-copy > p {
  max-width: 560px;
  margin: 24px 0 0;
  color: #526b7e;
  font-size: 19px;
}

.subpage-actions {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 34px;
}

.subpage-actions > span {
  color: #71818d;
  font-size: 13px;
}

.subpage-network {
  position: relative;
  align-self: center;
  min-height: 350px;
  background:
    linear-gradient(28deg, transparent 49.7%, rgba(15, 180, 165, 0.22) 50%, transparent 50.3%),
    linear-gradient(142deg, transparent 49.7%, rgba(128, 108, 244, 0.2) 50%, transparent 50.3%),
    radial-gradient(circle, rgba(15, 180, 165, 0.62) 0 2px, transparent 2.6px) 0 0 / 28px 28px;
  transform: rotate(-7deg);
  opacity: 0.86;
}

.network-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  color: #ffffff;
  background: linear-gradient(135deg, #0b8f86, #806cf4);
  border-radius: 50%;
  box-shadow: 0 20px 50px rgba(14, 126, 144, 0.25);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  transform: translate(-50%, -50%) rotate(7deg);
}

.network-node {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #ef7865;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(239, 120, 101, 0.55);
}

.network-node::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 1px;
  background: rgba(15, 180, 165, 0.3);
  transform-origin: left center;
}

.node-1 { top: 13%; left: 30%; }
.node-1::after { transform: rotate(38deg); }
.node-2 { top: 20%; right: 17%; background: #806cf4; }
.node-2::after { transform: rotate(154deg); }
.node-3 { right: 9%; bottom: 26%; }
.node-3::after { transform: rotate(-157deg); }
.node-4 { bottom: 12%; left: 25%; background: #0fb4a5; }
.node-4::after { transform: rotate(-36deg); }
.node-5 { top: 57%; left: 8%; background: #806cf4; }
.node-5::after { transform: rotate(8deg); }

.subpage-section {
  padding: 92px max(48px, calc((100vw - 1180px) / 2));
}

.setup-overview {
  background: #ffffff;
}

.platform-section {
  background: #ffffff;
}

.platform-groups {
  display: grid;
  gap: 20px;
  max-width: 1180px;
  margin: 0 auto;
}

.platform-group {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 26px;
  align-items: start;
  padding: 22px 0;
  border-top: 1px solid #dce8eb;
}

.platform-group:last-child {
  border-bottom: 1px solid #dce8eb;
}

.platform-label {
  padding-top: 4px;
  color: #0b8f86;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.platform-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.platform-list span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  color: #102a4d;
  background: #f4f9fb;
  border: 1px solid #d9e8eb;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 750;
}

.platform-list span::before {
  display: none;
}

.platform-list span img,
.platform-list span b {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  object-fit: contain;
  color: #ffffff;
  border-radius: 5px;
  font-size: 8px;
  font-weight: 850;
  line-height: 1;
}

.platform-list span img {
  background: transparent;
  border-radius: 0;
}

.platform-list span b {
  background: #0fb4a5;
}

.platform-list span b {
  padding: 0 2px;
}

.platform-group:nth-child(2) .platform-list span b { background: #806cf4; }
.platform-group:nth-child(3) .platform-list span b { background: #ef7865; }

.platform-group:nth-child(2) .platform-list span::before { background: #806cf4; }
.platform-group:nth-child(3) .platform-list span::before { background: #ef7865; }

.platform-note {
  max-width: 1180px;
  margin: 22px auto 0;
  color: #748390;
  font-size: 13px;
}

.subpage-section-heading {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 72px;
  align-items: end;
  margin-bottom: 44px;
}

.subpage-section-heading h2,
.offer-panel h2,
.subpage-cta h2 {
  color: #0b6f72;
  font-size: 42px;
  line-height: 1.08;
}

.subpage-section-heading p {
  max-width: 380px;
  margin: 0;
  color: #64788a;
  font-size: 18px;
}

.setup-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #dce8eb;
  border-bottom: 1px solid #dce8eb;
}

.setup-grid article {
  min-height: 190px;
  padding: 24px 28px 26px 0;
  border-right: 1px solid #dce8eb;
}

.setup-grid article:not(:first-child) { padding-left: 28px; }
.setup-grid article:last-child { border-right: 0; }
.setup-grid article > span { color: #0fb4a5; font-size: 13px; font-weight: 850; }
.setup-grid article:nth-child(2) > span { color: #806cf4; }
.setup-grid article:nth-child(3) > span { color: #e96758; }
.setup-grid h3 { margin: 30px 0 10px; color: #102a4d; font-size: 22px; }
.setup-grid p { max-width: 300px; margin: 0; color: #64788a; font-size: 16px; }

.setup-fit {
  border-top: 1px solid rgba(220, 232, 235, 0.8);
  border-bottom: 1px solid rgba(220, 232, 235, 0.8);
}

.fit-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  gap: 86px;
  align-items: end;
}

.fit-layout h2 {
  max-width: 500px;
  margin: 12px 0 0;
  color: #0b6f72;
  font-size: 42px;
  line-height: 1.08;
}

.fit-copy > p {
  max-width: 520px;
  margin: 0 0 26px;
  color: #526b7e;
  font-size: 18px;
  line-height: 1.55;
}

.fit-types {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #dce8eb;
  border-left: 1px solid #dce8eb;
}

.fit-types span {
  padding: 15px 18px;
  color: #102a4d;
  border-right: 1px solid #dce8eb;
  border-bottom: 1px solid #dce8eb;
  font-size: 15px;
  font-weight: 800;
}

.setup-offer {
  background: #ffffff;
}

.offer-panel {
  display: grid;
  grid-template-columns: minmax(340px, 0.95fr) minmax(0, 1.45fr);
  gap: 52px;
  padding: 42px 48px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid #dce8eb;
  border-radius: 8px;
}

.offer-panel h2 { max-width: 440px; margin-top: 12px; font-size: 38px; }
.offer-points { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; align-items: stretch; }
.offer-points p { display: grid; align-content: center; gap: 7px; min-height: 92px; margin: 0; padding: 0 26px; border-left: 1px solid #dce8eb; }
.offer-points p:first-child { padding-left: 0; border-left: 0; }
.offer-points strong { color: #102a4d; font-size: 22px; }
.offer-points span { color: #64788a; font-size: 14px; }
.offer-points p:nth-child(2) strong { color: #e96758; }
.offer-points p:nth-child(3) strong { color: #0b8f86; }

.subpage-cta {
  padding: 90px 24px;
  color: #ffffff;
  background: #0b6f72;
  text-align: center;
}

.subpage-cta h2 { color: #ffffff; font-size: 42px; }
.subpage-cta p { margin: 14px 0 28px; color: rgba(255,255,255,0.78); font-size: 18px; }
.subpage-cta .button.primary { color: #0b6f72; background: #ffab8b; }

.campaign-visual {
  position: relative;
  min-height: 370px;
  overflow: hidden;
}

.campaign-visual::before,
.campaign-visual::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(15, 180, 165, 0.2);
  border-radius: 50%;
  transform: rotate(-14deg);
}

.campaign-visual::before {
  top: 15%;
  left: 17%;
  width: 290px;
  height: 190px;
}

.campaign-visual::after {
  top: 30%;
  left: 28%;
  width: 240px;
  height: 150px;
  border-color: rgba(128, 108, 244, 0.18);
}

.campaign-glow {
  position: absolute;
  top: 42%;
  left: 51%;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: 0 0 70px 34px rgba(15, 180, 165, 0.14), 0 0 100px 44px rgba(128, 108, 244, 0.1);
  transform: translate(-50%, -50%);
}

.campaign-platform {
  position: absolute;
  z-index: 2;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 15px 20px;
  color: #102a4d;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 14px;
  box-shadow: 0 18px 32px rgba(34, 77, 100, 0.1);
  animation: campaign-float 5.4s ease-in-out infinite;
}

.campaign-platform img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.campaign-platform strong {
  font-size: 20px;
}

.campaign-meta-platform { top: 22%; left: 13%; transform: rotate(-7deg); }
.campaign-instagram-platform { right: 11%; bottom: 22%; transform: rotate(7deg); animation-delay: -2.3s; }

.campaign-route {
  position: absolute;
  z-index: 1;
  height: 1px;
  background: rgba(15, 180, 165, 0.25);
  transform-origin: left center;
}

.route-one { top: 47%; left: 25%; width: 300px; transform: rotate(-19deg); }
.route-two { top: 58%; left: 29%; width: 270px; background: rgba(128, 108, 244, 0.24); transform: rotate(18deg); }
.route-three { top: 38%; left: 39%; width: 190px; background: rgba(233, 103, 88, 0.26); transform: rotate(74deg); }

.campaign-pill {
  position: absolute;
  z-index: 3;
  padding: 9px 13px;
  color: #0b6f72;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(15, 180, 165, 0.28);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.pill-live { top: 9%; right: 18%; color: #e96758; }
.pill-reach { bottom: 11%; left: 18%; }
.pill-leads { top: 49%; right: 4%; color: #5e55d8; border-color: rgba(128, 108, 244, 0.28); }

@keyframes campaign-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -8px; }
}

.campaign-type-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #dce8eb;
  border-left: 1px solid #dce8eb;
}

.campaign-type-list span {
  padding: 20px 22px;
  color: #102a4d;
  background: rgba(255, 255, 255, 0.38);
  border-right: 1px solid #dce8eb;
  border-bottom: 1px solid #dce8eb;
  font-size: 16px;
  font-weight: 800;
}

.campaign-work-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #dce8eb;
  border-bottom: 1px solid #dce8eb;
}

.campaign-work-grid article {
  min-height: 220px;
  padding: 24px 26px 28px 0;
  border-right: 1px solid #dce8eb;
}

.campaign-work-grid article:not(:first-child) { padding-left: 26px; }
.campaign-work-grid article:last-child { border-right: 0; }
.campaign-work-grid article > span { color: #0b8f86; font-size: 13px; font-weight: 850; }
.campaign-work-grid article:nth-child(2) > span { color: #806cf4; }
.campaign-work-grid article:nth-child(3) > span { color: #e96758; }
.campaign-work-grid article:nth-child(4) > span { color: #0b6f72; }
.campaign-work-grid h3 { margin: 30px 0 10px; color: #102a4d; font-size: 21px; }
.campaign-work-grid p { max-width: 250px; margin: 0; color: #64788a; font-size: 16px; line-height: 1.5; }

.campaign-prep {
  border-top: 1px solid rgba(220, 232, 235, 0.8);
  border-bottom: 1px solid rgba(220, 232, 235, 0.8);
}

.campaign-prep-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #dce8eb;
  border-left: 1px solid #dce8eb;
}

.campaign-prep-grid article {
  display: grid;
  gap: 9px;
  min-height: 130px;
  padding: 22px 26px;
  background: rgba(255, 255, 255, 0.34);
  border-right: 1px solid #dce8eb;
  border-bottom: 1px solid #dce8eb;
}

.campaign-prep-grid strong { color: #102a4d; font-size: 17px; }
.campaign-prep-grid span { color: #64788a; font-size: 15px; line-height: 1.45; }

.campaign-disclaimer {
  max-width: 760px;
  margin: 24px 0 0;
  color: #71818d;
  font-size: 13px;
  line-height: 1.5;
}

.campaign-reasons {
  border-top: 1px solid rgba(220, 232, 235, 0.8);
  border-bottom: 1px solid rgba(220, 232, 235, 0.8);
}

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

.campaign-reason-grid article {
  min-height: 340px;
  padding: 0 52px 0 0;
}

.campaign-reason-grid article + article {
  padding-right: 0;
  padding-left: 52px;
  border-left: 1px solid #dce8eb;
}

.campaign-reason-grid h2 {
  max-width: 440px;
  margin: 16px 0 18px;
  color: #0b6f72;
  font-size: 35px;
  line-height: 1.1;
}

.campaign-reason-grid p {
  max-width: 500px;
  margin: 0;
  color: #526b7e;
  font-size: 17px;
  line-height: 1.55;
}

.campaign-reason-grid ul {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.campaign-reason-grid li {
  position: relative;
  padding-left: 18px;
  color: #102a4d;
  font-size: 15px;
  font-weight: 750;
}

.campaign-reason-grid li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: #0fb4a5;
  border-radius: 50%;
}

.campaign-reason-grid article + article li::before { background: #e96758; }

.overview-campaign { --card-accent: #5e55d8; }

.service-card-featured {
  background: rgba(128, 108, 244, 0.06);
}

.service-card-featured::before {
  width: calc(100% - 56px);
  background: #806cf4;
}

.service-card-featured .service-price {
  color: #5e55d8;
}

.creative-visual {
  position: relative;
  min-height: 390px;
  overflow: hidden;
}

.creative-visual-media {
  position: absolute;
  inset: 10px 0 22px 22px;
  overflow: hidden;
  background: #d9e8e8;
  border-radius: 18px;
  box-shadow: 0 24px 48px rgba(34, 77, 100, 0.16);
  transform: rotate(2deg);
}

.creative-visual-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(8, 28, 48, 0.02) 45%, rgba(8, 28, 48, 0.5) 100%);
}

.creative-visual-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.creative-visual-tag,
.creative-visual-caption,
.creative-visual-badge {
  position: absolute;
  z-index: 1;
  font-weight: 850;
  letter-spacing: 0.06em;
}

.creative-visual-tag {
  top: 20px;
  left: 20px;
  padding: 8px 10px;
  color: #ffffff;
  background: rgba(11, 143, 134, 0.92);
  border-radius: 5px;
  font-size: 10px;
}

.creative-visual-caption {
  left: 22px;
  bottom: 18px;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0;
}

.creative-visual-badge {
  right: 2px;
  bottom: 6px;
  padding: 11px 15px;
  color: #0b6f72;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(135, 211, 207, 0.8);
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(34, 77, 100, 0.1);
  font-size: 11px;
  letter-spacing: 0;
}

/* Keep the older decorative selectors inert for pages that still reference them. */
.creative-frame,
.creative-chip,
.creative-line {
  position: absolute;
  display: none;
}

.creative-method,
.creative-brief {
  border-top: 1px solid rgba(220, 232, 235, 0.8);
  border-bottom: 1px solid rgba(220, 232, 235, 0.8);
}

.creative-method-grid,
.creative-brief-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #dce8eb;
  border-left: 1px solid #dce8eb;
}

.creative-method-grid article,
.creative-brief-grid article {
  display: grid;
  gap: 9px;
  min-height: 140px;
  padding: 24px 26px;
  background: rgba(255, 255, 255, 0.34);
  border-right: 1px solid #dce8eb;
  border-bottom: 1px solid #dce8eb;
}

.creative-method-grid strong,
.creative-brief-grid strong { color: #102a4d; font-size: 17px; }
.creative-method-grid span,
.creative-brief-grid span { color: #64788a; font-size: 15px; line-height: 1.5; }

.creative-disclaimer {
  max-width: 760px;
  margin: 24px 0 0;
  color: #71818d;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 720px) {
  .creative-visual { min-height: 300px; }
  .creative-visual-media { inset: 8px 0 20px 8px; }
  .creative-visual-caption { font-size: 13px; }
  .creative-visual-badge { right: 0; bottom: 3px; }
  .creative-method-grid,
  .creative-brief-grid { grid-template-columns: 1fr; }
  .creative-method-grid article,
  .creative-brief-grid article { min-height: auto; padding: 20px; }
}

@media (max-width: 720px) {
  .campaign-visual { min-height: 300px; }
  .campaign-visual::before { left: 6%; width: 230px; height: 150px; }
  .campaign-visual::after { left: 19%; width: 190px; height: 120px; }
  .campaign-meta-platform { left: 3%; }
  .campaign-instagram-platform { right: 3%; }
  .campaign-platform { padding: 12px 15px; }
  .campaign-platform img { width: 28px; height: 28px; }
  .campaign-platform strong { font-size: 17px; }
  .campaign-type-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .campaign-reason-grid { grid-template-columns: 1fr; gap: 48px; }
  .campaign-reason-grid article,
  .campaign-reason-grid article + article { min-height: auto; padding: 0; border-left: 0; }
  .campaign-reason-grid h2 { font-size: 31px; }
  .campaign-reason-grid p { font-size: 16px; }
  .campaign-type-list span { padding: 16px; }
  .campaign-work-grid { grid-template-columns: 1fr; }
  .campaign-work-grid article,
  .campaign-work-grid article:not(:first-child) { min-height: auto; padding: 22px 0; border-right: 0; border-bottom: 1px solid #dce8eb; }
  .campaign-work-grid article:last-child { border-bottom: 0; }
  .campaign-work-grid h3 { margin-top: 18px; }
  .campaign-prep-grid { grid-template-columns: 1fr; }
  .campaign-prep-grid article { min-height: auto; padding: 18px 20px; }
}

@media (max-width: 720px) {
  .subpage-hero { grid-template-columns: 1fr; min-height: auto; padding: 56px 18px 64px; }
  .subpage-hero h1 { font-size: 52px; }
  .subpage-actions { align-items: flex-start; flex-direction: column; }
  .subpage-network { min-height: 300px; }
  .subpage-section { padding: 64px 18px; }
  .subpage-section-heading { display: block; }
  .subpage-section-heading p { margin-top: 14px; }
  .setup-grid { grid-template-columns: 1fr; }
  .fit-layout { grid-template-columns: 1fr; gap: 28px; }
  .fit-layout h2 { font-size: 34px; }
  .fit-copy > p { font-size: 16px; }
  .setup-grid article, .setup-grid article:not(:first-child) { padding: 22px 0; border-right: 0; border-bottom: 1px solid #dce8eb; }
  .setup-grid article:last-child { border-bottom: 0; }
  .offer-panel { grid-template-columns: 1fr; gap: 34px; padding: 28px 24px; }
  .offer-points { grid-template-columns: 1fr; }
  .subpage-cta h2 { font-size: 34px; }
  .platform-group { grid-template-columns: 1fr; gap: 12px; }
.platform-note { margin-top: 18px; }
}

/* Keep the account setup page on one continuous light surface. */
.subpage-hero,
.setup-overview,
.platform-section,
.setup-offer {
  background:
    radial-gradient(circle at 78% 42%, rgba(15, 180, 165, 0.12), transparent 30%),
    radial-gradient(circle at 55% 88%, rgba(128, 108, 244, 0.08), transparent 28%),
    linear-gradient(135deg, #fbfdff 0%, #eef8fb 56%, #f7f2ff 100%);
}

.offer-panel {
  background: rgba(255, 255, 255, 0.62);
}

.subpage-network {
  min-height: 370px;
  background:
    linear-gradient(28deg, transparent 49.8%, rgba(15, 180, 165, 0.22) 50%, transparent 50.2%),
    linear-gradient(148deg, transparent 49.8%, rgba(128, 108, 244, 0.2) 50%, transparent 50.2%),
    radial-gradient(ellipse at center, rgba(52, 211, 191, 0.2), transparent 58%);
  transform: none;
}

.network-core {
  width: 190px;
  height: 112px;
  color: #0b6f72;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 180, 165, 0.4);
  box-shadow: 0 24px 58px rgba(34, 106, 126, 0.16), inset 0 0 26px rgba(128, 108, 244, 0.08);
  border-radius: 24px;
  font-size: 14px;
  letter-spacing: 0.08em;
  transform: translate(-50%, -50%);
}

.network-platform {
  position: absolute;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #cfe1e7;
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(34, 77, 100, 0.13);
  animation: platform-float 4.8s ease-in-out infinite;
}

.network-platform img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.subpage-network {
  min-height: 370px;
  background:
    radial-gradient(circle at 50% 50%, rgba(15, 180, 165, 0.2), transparent 38%),
    radial-gradient(circle at 22% 82%, rgba(128, 108, 244, 0.14), transparent 30%);
}

.platform-stage {
  position: relative;
  width: 100%;
  height: 370px;
}

.platform-mini-row {
  position: absolute;
  top: -1%;
  right: 7%;
  display: flex;
  gap: 22px;
  align-items: center;
  padding: 6px 0;
  opacity: 0.78;
}

.platform-mini-row span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  animation: mini-float 4.2s ease-in-out infinite;
}

.platform-mini-row span:nth-child(2) { animation-delay: -1.1s; }
.platform-mini-row span:nth-child(3) { animation-delay: -2.2s; }
.platform-mini-row span:nth-child(4) { animation-delay: -3.2s; }
.platform-mini-row span:nth-child(5) { animation-delay: -4.1s; }
.platform-mini-row span:nth-child(6) { animation-delay: -5s; }
.platform-mini-row span:nth-child(7) { animation-delay: -5.9s; }
.platform-mini-row span:nth-child(8) { animation-delay: -6.8s; }

.platform-mini-row img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: drop-shadow(0 5px 8px rgba(34, 77, 100, 0.14));
}

@keyframes mini-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

.platform-tile {
  position: absolute;
  display: flex;
  gap: 14px;
  align-items: center;
  width: 190px;
  height: 82px;
  padding: 0 22px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: rotate(-7deg);
  animation: tile-hover 5.5s ease-in-out infinite;
}

.platform-tile img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(34, 77, 100, 0.14));
}

.platform-tile strong {
  color: #102a4d;
  font-size: 20px;
}

.tile-meta { top: 20%; left: 10%; }
.tile-google { top: 9%; right: 12%; transform: rotate(7deg); animation-delay: -1.8s; }
.tile-tiktok { right: 21%; bottom: 14%; transform: rotate(-5deg); animation-delay: -3.3s; }
.tile-pinterest { top: 48%; left: 3%; transform: rotate(5deg); animation-delay: -2.4s; }
.tile-snapchat { right: 4%; bottom: 34%; transform: rotate(8deg); animation-delay: -4s; }

.platform-more {
  position: absolute;
  right: 8%;
  bottom: 10%;
  padding: 12px 16px;
  color: #0b6f72;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(15, 180, 165, 0.35);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

@keyframes tile-hover {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -8px; }
}

@media (max-width: 720px) {
  .subpage-network { min-height: 300px; }
  .platform-stage { height: 300px; }
  .platform-mini-row { top: 0; right: 2%; gap: 12px; }
  .platform-mini-row span { width: 28px; height: 28px; }
  .platform-mini-row img { width: 23px; height: 23px; }
  .platform-tile { width: 160px; height: 68px; padding: 0 16px; }
  .platform-tile img { width: 29px; height: 29px; }
  .platform-tile strong { font-size: 17px; }
  .tile-meta { left: 1%; }
  .tile-google { right: 1%; }
  .tile-tiktok { right: 15%; bottom: 8%; }
  .platform-more { right: 4%; bottom: 1%; }
}

.np-meta { top: 14%; left: 19%; }
.np-google { top: 10%; right: 18%; animation-delay: -1.1s; }
.np-tiktok { bottom: 12%; left: 46%; animation-delay: -2.2s; }

@keyframes platform-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@media (max-width: 720px) {
  .subpage-network { min-height: 300px; }
  .network-core { width: 120px; height: 120px; }
  .network-platform { width: 44px; height: 44px; border-radius: 11px; }
  .network-platform img { width: 24px; height: 24px; }
}

.trust-section {
  padding-top: 86px;
  padding-bottom: 92px;
  background: #ffffff;
}

.trust-heading,
.trust-grid {
  max-width: none;
  margin-right: 138px;
  margin-left: 138px;
}

.trust-heading {
  display: grid;
  grid-template-columns: minmax(460px, 0.95fr) minmax(300px, 0.8fr);
  gap: 56px;
  align-items: end;
  margin-bottom: 34px;
}

.trust-heading h2 {
  max-width: 620px;
  color: #0b6f72;
  font-size: 42px;
  line-height: 1.08;
}

.trust-heading p {
  max-width: 380px;
  margin: 0 0 4px;
  color: #64788a;
  font-size: 18px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #dce8eb;
  border-bottom: 1px solid #dce8eb;
}

.trust-grid article {
  min-height: 170px;
  padding: 24px 26px 24px 0;
  border-right: 1px solid #dce8eb;
}

.trust-grid article:not(:first-child) {
  padding-left: 26px;
}

.trust-grid article:last-child {
  border-right: 0;
}

.trust-number {
  color: #0fb4a5;
  font-size: 13px;
  font-weight: 850;
}

.trust-grid article:nth-child(2) .trust-number { color: #806cf4; }
.trust-grid article:nth-child(3) .trust-number { color: #e96758; }

.trust-grid h3 {
  max-width: 230px;
  margin: 28px 0 8px;
  color: #102a4d;
  font-size: 19px;
  line-height: 1.18;
}

.trust-grid p {
  max-width: 235px;
  margin: 0;
  color: #64788a;
  font-size: 15px;
  line-height: 1.45;
}

.trust-section {
  padding-top: 42px;
  padding-bottom: 42px;
  background:
    linear-gradient(180deg, #eef8fb 0%, #f5f8ff 50%, #f7f5ff 100%);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: none;
  margin-right: 138px;
  margin-left: 138px;
  padding: 22px 0;
  background: rgba(255, 255, 255, 0.22);
  border-top: 1px solid #dce8eb;
  border-bottom: 1px solid #dce8eb;
}

.trust-strip > div {
  display: grid;
  gap: 4px;
  padding: 0 24px;
  border-left: 3px solid #0fb4a5;
  border-right: 1px solid #dce8eb;
}

.trust-strip > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.trust-strip > div:last-child {
  border-right: 0;
}

.trust-strip strong {
  color: #102a4d;
  font-size: 17px;
  line-height: 1.2;
}

.trust-strip > div:nth-child(2) { border-left-color: #806cf4; }
.trust-strip > div:nth-child(3) { border-left-color: #e96758; }
.trust-strip > div:nth-child(4) { border-left-color: #35bfae; }

.trust-strip > div:nth-child(2) strong { color: #6655d5; }
.trust-strip > div:nth-child(3) strong { color: #df5d4f; }
.trust-strip > div:nth-child(4) strong { color: #087d7a; }

.process-section {
  padding-top: 82px;
  padding-bottom: 90px;
  background:
    radial-gradient(circle at 14% 20%, rgba(128, 108, 244, 0.08), transparent 25%),
    radial-gradient(circle at 86% 70%, rgba(15, 180, 165, 0.1), transparent 28%),
    linear-gradient(180deg, #f7f9ff 0%, #f7f5ff 100%);
}

.process-heading,
.process-grid {
  margin-right: 138px;
  margin-left: 138px;
}

.process-heading {
  display: grid;
  grid-template-columns: minmax(460px, 0.95fr) minmax(300px, 0.8fr);
  gap: 56px;
  align-items: end;
  margin-bottom: 46px;
}

.process-heading h2 {
  max-width: 560px;
  color: #0b6f72;
  font-size: 42px;
  line-height: 1.08;
}

.process-heading p {
  max-width: 360px;
  margin: 0 0 3px;
  color: #64788a;
  font-size: 18px;
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
}

.process-grid::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 16.5%;
  left: 16.5%;
  height: 1px;
  background: linear-gradient(90deg, #ef7865, #806cf4, #0fb4a5);
  opacity: 0.45;
}

.process-grid article {
  position: relative;
  z-index: 1;
  padding-right: 24px;
}

.process-marker {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  color: #0b8f86;
  background: #ffffff;
  border: 1px solid #9bded5;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 850;
}

.process-grid article:nth-child(1) .process-marker { color: #df5d4f; border-color: #f3b1a5; }
.process-grid article:nth-child(2) .process-marker { color: #6655d5; border-color: #c5bdf9; }

.process-grid h3 {
  max-width: 270px;
  margin: 0 0 10px;
  color: #102a4d;
  font-size: 20px;
}

.process-grid p {
  max-width: 320px;
  margin: 0;
  color: #64788a;
  font-size: 16px;
  line-height: 1.5;
}

.trust-strip span {
  color: #6a7d8e;
  font-size: 13px;
}

@media (max-width: 720px) {
  .hero-copy {
    width: auto;
    max-width: none;
    margin-left: 0;
  }

  .hero h1 {
    white-space: normal;
  }

  .overview-heading,
  .overview-grid {
    margin-right: 0;
    margin-left: 0;
  }

  .overview-heading {
    display: block;
  }

  .overview-heading .section-kicker {
    margin: 0 0 12px;
  }

  .overview-heading h2 {
    margin-top: 12px;
    font-size: 34px;
  }

  .overview-heading p {
    margin-top: 12px;
  }

  .overview-grid {
    grid-template-columns: 1fr;
  }

  .process-heading,
  .process-grid {
    margin-right: 0;
    margin-left: 0;
  }

  .process-heading {
    display: block;
  }

  .process-heading h2 {
    font-size: 34px;
  }

  .process-heading p {
    margin-top: 12px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .process-grid::before {
    top: 20px;
    right: auto;
    bottom: 20px;
    left: 20px;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, #ef7865, #806cf4, #0fb4a5);
  }

  .process-grid article {
    padding-left: 62px;
  }

  .process-marker {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }

  .trust-heading,
  .trust-grid {
    margin-right: 0;
    margin-left: 0;
  }

  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-right: 0;
    margin-left: 0;
    gap: 18px 0;
  }

  .trust-strip > div:nth-child(2) {
    border-right: 0;
  }

  .trust-strip > div:nth-child(3),
  .trust-strip > div:nth-child(4) {
    padding-top: 18px;
    border-top: 1px solid #dce8eb;
  }

  .trust-strip > div:nth-child(3) {
    padding-left: 0;
  }

  .trust-heading {
    display: block;
  }

  .trust-heading h2 {
    font-size: 34px;
  }

  .trust-heading p {
    margin-top: 12px;
  }

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

  .trust-grid article:nth-child(2) {
    border-right: 0;
  }

  .trust-grid article:nth-child(3),
  .trust-grid article:nth-child(4) {
    border-top: 1px solid #dce8eb;
  }
}

/* Final desktop alignment for the four homepage services. */
@media (min-width: 721px) {
  .hero-businesses {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 900px;
  }

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

  .overview-card {
    min-height: 278px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .overview-card h3 {
    font-size: 21px;
  }
}

/* Final placement for the loose secondary platform cluster. */
.platform-mini-row {
  top: -2%;
  right: 5%;
  width: 430px;
  height: 142px;
  display: block;
  gap: 0;
  padding: 0;
}

.platform-mini-row span {
  position: absolute;
  width: 34px;
  height: 34px;
}

.platform-mini-row span:nth-child(1) { left: 2%; top: 47%; rotate: -9deg; }
.platform-mini-row span:nth-child(2) { left: 16%; top: 17%; rotate: 8deg; }
.platform-mini-row span:nth-child(3) { left: 35%; top: 1%; rotate: -6deg; }
.platform-mini-row span:nth-child(4) { left: 56%; top: 8%; rotate: 10deg; }
.platform-mini-row span:nth-child(5) { left: 76%; top: 28%; rotate: -8deg; }
.platform-mini-row span:nth-child(6) { left: 87%; top: 58%; rotate: 7deg; }
.platform-mini-row span:nth-child(7) { left: 61%; top: 78%; rotate: -5deg; }
.platform-mini-row span:nth-child(8) { left: 31%; top: 72%; rotate: 9deg; }

.platform-mini-row b {
  color: #0b6f72;
  font-size: 11px;
  font-weight: 800;
}

@media (max-width: 720px) {
  .platform-mini-row { top: 0; right: 3%; width: 300px; height: 110px; }
  .platform-mini-row span { width: 28px; height: 28px; }
  .platform-mini-row img { width: 23px; height: 23px; }
}
