.market360-page {
  background: #fffdf8;
  color: var(--ink);
}

.market360-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: center;
  padding: 14px clamp(18px, 4vw, 54px);
  border-bottom: 1px solid rgba(220, 229, 226, 0.84);
  background: rgba(255, 253, 248, 0.94);
  backdrop-filter: blur(18px);
}

.market360-nav {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  color: #314646;
  font-size: 14px;
  font-weight: 800;
}

.market360-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  padding: clamp(48px, 8vw, 104px) clamp(18px, 5vw, 70px);
  color: #fff;
  background:
    radial-gradient(circle at 78% 12%, rgba(230, 173, 48, 0.42), transparent 32%),
    linear-gradient(90deg, rgba(6, 32, 34, 0.96), rgba(11, 88, 86, 0.76)),
    url("../../assets/hero-business-malaysia.png") center/cover;
}

.market360-hero-copy {
  display: grid;
  gap: 18px;
  max-width: 900px;
}

.market360-hero h1 {
  margin: 0;
  max-width: 920px;
  font-size: clamp(44px, 7vw, 90px);
  line-height: 0.98;
  letter-spacing: 0;
}

.market360-hero p:not(.eyebrow) {
  margin: 0;
  max-width: 820px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  line-height: 1.76;
}

.market360-actions,
.market360-source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.primary-action,
.secondary-action,
.market360-source-links a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 20px;
  font-weight: 950;
}

.primary-action {
  border: 0;
  background: #e6ad30;
  color: #17130b;
}

.secondary-action,
.market360-source-links a {
  border: 1px solid rgba(255, 255, 255, 0.38);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.market360-demo {
  display: grid;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  padding: clamp(22px, 4vw, 34px);
  backdrop-filter: blur(16px);
}

.demo-browser {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
}

.demo-browser span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e6ad30;
}

.demo-browser span:nth-child(2) {
  background: #9ed8c7;
}

.demo-browser span:nth-child(3) {
  background: #fff;
}

.demo-browser strong {
  margin-left: auto;
  font-size: 13px;
}

.demo-card {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 18px;
  align-items: center;
  border-radius: 24px;
  background: #fff;
  color: var(--ink);
  padding: 22px;
}

.demo-logo {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: var(--teal);
  color: #fff;
  font-size: 36px;
  font-weight: 950;
}

.demo-card p {
  margin: 0 0 6px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.demo-card h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.05;
}

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

.demo-grid span {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  padding: 16px;
  color: #fff;
  font-weight: 850;
}

.market360-section {
  padding: clamp(56px, 7vw, 92px) clamp(18px, 5vw, 70px);
}

.market360-section .section-heading {
  max-width: 940px;
}

.market360-section .section-heading h2,
.market360-fit h2,
.market360-cta h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.04;
  letter-spacing: 0;
}

.market360-section .section-heading p:not(.eyebrow),
.market360-fit p,
.market360-cta p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.market360-problem-grid,
.market360-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.market360-problem-grid article,
.market360-feature-grid article,
.market360-fit,
.market360-flow,
.market360-cta {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 36px rgba(18, 32, 33, 0.06);
}

.market360-problem-grid article,
.market360-feature-grid article {
  padding: 24px;
}

.market360-problem-grid span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--mint);
  color: var(--teal-dark);
  font-weight: 950;
}

.market360-problem-grid h3,
.market360-feature-grid strong {
  display: block;
  margin: 20px 0 10px;
  font-size: 22px;
}

.market360-problem-grid p,
.market360-feature-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.market360-fit {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  margin: 0 clamp(18px, 5vw, 70px);
  padding: clamp(28px, 4vw, 46px);
}

.fit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-content: center;
}

.fit-list span {
  border-radius: 999px;
  background: #edf5f2;
  color: var(--teal-dark);
  padding: 11px 14px;
  font-weight: 900;
}

.market360-flow {
  margin: clamp(56px, 7vw, 92px) clamp(18px, 5vw, 70px);
  padding: clamp(28px, 4vw, 46px);
}

.market360-flow ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
  counter-reset: market360-step;
}

.market360-flow li {
  counter-increment: market360-step;
  border-radius: 20px;
  background: #f7f4ec;
  padding: 20px;
}

.market360-flow li::before {
  content: "0" counter(market360-step);
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-weight: 950;
  margin-bottom: 16px;
}

.market360-flow strong,
.market360-flow span {
  display: block;
}

.market360-flow span {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.6;
}

.market360-cta {
  margin: 0 clamp(18px, 5vw, 70px) clamp(56px, 7vw, 92px);
  padding: clamp(34px, 5vw, 58px);
  background:
    radial-gradient(circle at 78% 4%, rgba(230, 173, 48, 0.22), transparent 34%),
    #fff;
}

.market360-cta .secondary-action,
.market360-source-links a {
  border-color: var(--line);
  color: var(--teal-dark);
  background: #fff;
}

@media (max-width: 900px) {
  .market360-header {
    grid-template-columns: 1fr;
  }

  .market360-nav {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .market360-hero,
  .market360-fit {
    grid-template-columns: 1fr;
  }

  .market360-problem-grid,
  .market360-feature-grid,
  .market360-flow ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .market360-hero {
    padding-block: 42px;
  }

  .market360-actions a,
  .market360-source-links a,
  .market360-cta .primary-action {
    width: 100%;
  }

  .demo-card,
  .market360-problem-grid,
  .market360-feature-grid,
  .market360-flow ol,
  .demo-grid {
    grid-template-columns: 1fr;
  }
}
