:root {
  --bg: #0c0c0d;
  --panel: #161719;
  --panel-soft: #202226;
  --paper: #f4efe7;
  --ink: #f8f4ea;
  --muted: #aaa69d;
  --line: rgba(255, 255, 255, 0.12);
  --blue: #4f7dff;
  --yellow: #f4c84a;
  --coral: #ff6a55;
  --green: #7bdca7;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #101113 0%, #0c0c0d 44%, #11100f 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

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

button {
  font: inherit;
}

input,
select,
textarea {
  width: 100%;
  color: inherit;
  font: inherit;
}

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

.site-header {
  position: sticky;
  top: 14px;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1200px, calc(100% - 28px));
  min-height: 66px;
  margin: 14px auto 0;
  padding: 10px 12px 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(16, 17, 19, 0.74);
  backdrop-filter: blur(22px);
  box-shadow: 0 22px 90px rgba(0, 0, 0, 0.35);
}

.brand,
.site-nav,
.hero-actions,
.request-actions,
.case-meta,
.tag-row {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-size: 18px;
  font-weight: 900;
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #101113;
  border-radius: 12px;
  background: var(--yellow);
  box-shadow: inset 0 0 0 2px #101113;
}

.site-nav {
  gap: 18px;
  overflow-x: auto;
  scrollbar-width: none;
  color: rgba(248, 244, 234, 0.72);
  font-size: 14px;
  font-weight: 800;
}

.site-nav::-webkit-scrollbar {
  display: none;
}

.site-nav a {
  flex: 0 0 auto;
}

.site-nav a:hover {
  color: var(--ink);
}

.nav-cta,
.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 950;
}

.nav-cta,
.primary-button {
  color: #101113;
  background: var(--yellow);
}

.secondary-button {
  color: var(--ink);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.07);
}

.hero-section,
.page-title-section,
.section,
.site-footer {
  width: min(1200px, calc(100% - 28px));
  margin: 0 auto;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(390px, 0.82fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: min(820px, calc(100vh - 90px));
  padding: 82px 0 76px;
}

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

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

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(54px, 8vw, 112px);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(34px, 5vw, 66px);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 22px;
}

p {
  color: var(--muted);
  line-height: 1.72;
}

.hero-subtitle {
  max-width: 560px;
  color: rgba(248, 244, 234, 0.74);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.58;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.live-section {
  padding-top: 10px;
}

.live-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(440px, 1fr);
  gap: clamp(20px, 4vw, 52px);
  align-items: stretch;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(244, 200, 74, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.32);
}

.live-copy {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: center;
}

.live-copy h2 {
  max-width: 560px;
  font-size: clamp(34px, 4.8vw, 60px);
}

.live-copy p:last-child {
  max-width: 520px;
  color: rgba(248, 244, 234, 0.7);
  font-size: 18px;
}

.live-screen {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 30px;
  background: rgba(6, 7, 8, 0.66);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.14),
    0 28px 80px rgba(0, 0, 0, 0.35);
}

.live-screen-head,
.live-feed-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.live-screen-head {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(248, 244, 234, 0.72);
  font-size: 14px;
  font-weight: 900;
}

.live-screen-head span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.live-screen-head i {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 8px rgba(123, 220, 167, 0.12);
}

.live-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.live-stats article {
  min-height: 150px;
  padding: 22px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.live-stats article:last-child {
  border-right: 0;
}

.live-stats span,
.live-stats small,
.live-feed-item small {
  color: rgba(248, 244, 234, 0.56);
  font-size: 13px;
  font-weight: 800;
}

.live-stats strong {
  display: block;
  margin: 14px 0 8px;
  color: var(--yellow);
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1;
  transition: transform 220ms ease, color 220ms ease;
}

.live-stats strong.is-bumping {
  color: #ffe38a;
  transform: translateY(-2px) scale(1.035);
}

.live-feed {
  display: grid;
  min-height: 272px;
  gap: 10px;
  padding: 16px;
}

.live-feed-item {
  min-height: 58px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  animation: liveItemIn 420ms ease both;
}

.live-feed-item > span {
  display: grid;
  flex: 0 0 46px;
  min-height: 32px;
  place-items: center;
  color: #101113;
  border-radius: 999px;
  background: var(--paper);
  font-size: 13px;
  font-weight: 950;
}

.live-feed-item div {
  min-width: 0;
  flex: 1;
}

.live-feed-item strong {
  display: block;
  margin-bottom: 2px;
  font-size: 15px;
}

.live-feed-item p {
  overflow: hidden;
  margin: 0;
  color: rgba(248, 244, 234, 0.74);
  font-size: 14px;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@keyframes liveItemIn {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-title-section {
  padding: clamp(82px, 12vw, 150px) 0 30px;
}

.page-title-section h1 {
  max-width: 980px;
  font-size: clamp(48px, 7.4vw, 96px);
}

.page-title-section p:last-child {
  max-width: 820px;
  color: rgba(248, 244, 234, 0.72);
  font-size: clamp(18px, 2.2vw, 24px);
}

.portal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
}

.portal-card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.07);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.portal-card:hover {
  border-color: rgba(244, 200, 74, 0.72);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.portal-card.is-primary {
  color: #111;
  background: var(--paper);
}

.portal-card span {
  color: var(--green);
  font-size: 13px;
  font-weight: 950;
}

.portal-card.is-primary span,
.portal-card.is-primary p {
  color: #5d5548;
}

.portal-card h3 {
  margin-top: 18px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.05;
}

.portal-card p {
  margin-bottom: 22px;
}

.portal-card strong {
  color: var(--yellow);
  font-size: 15px;
  font-weight: 950;
}

.portal-card.is-primary strong {
  color: #111;
}

.case-placeholder,
.demo-cover {
  position: relative;
  overflow: hidden;
}

.hero-case-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 34px;
  background: var(--paper);
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.36);
}

.hero-case-copy {
  padding: 24px;
  color: #111;
}

.hero-case-copy span {
  display: block;
  margin-bottom: 12px;
  color: #5d5548;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-case-copy h2 {
  max-width: 520px;
  color: #111;
  font-size: clamp(30px, 4vw, 48px);
}

.hero-case-copy p,
.hero-case-copy small {
  color: #4f4b44;
}

.hero-case-copy small {
  display: block;
  margin-top: 14px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
}

.section {
  padding: 84px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.wide-heading {
  max-width: 900px;
}

.section-heading p {
  font-size: 18px;
}

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

.price-card {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.07);
}

.price-card.is-featured {
  color: #111;
  background: var(--paper);
}

.price-card span {
  color: var(--green);
  font-size: 13px;
  font-weight: 950;
}

.price-card.is-featured span,
.price-card.is-featured p {
  color: #5d5548;
}

.price-card h3 {
  margin: 18px 0 12px;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1;
}

.price-detail-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  color: rgba(248, 244, 234, 0.74);
  list-style: none;
}

.price-detail-list li {
  position: relative;
  padding-left: 18px;
  line-height: 1.55;
}

.price-detail-list li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--green);
  content: "";
}

.price-card.is-featured .price-detail-list {
  color: #4f4b44;
}

.price-card .primary-button,
.price-card .secondary-button {
  width: 100%;
  margin-top: 22px;
}

.pricing-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.pricing-notes article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
}

.pricing-notes strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.pricing-notes p {
  margin-bottom: 0;
}

.anchor-target {
  position: relative;
  top: -110px;
  display: block;
  visibility: hidden;
}

.demo-grid {
  overflow: hidden;
  width: 100%;
  padding: 6px 0 18px;
}

.demo-carousel {
  position: relative;
  overflow: hidden;
  margin-inline: calc((100vw - min(1200px, calc(100vw - 28px))) / -2);
  padding: 0 calc((100vw - min(1200px, calc(100vw - 28px))) / 2);
}

.demo-carousel::before,
.demo-carousel::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: min(120px, 10vw);
  pointer-events: none;
  content: "";
}

.demo-carousel::before {
  left: 0;
  background: linear-gradient(90deg, #0c0c0d, rgba(12, 12, 13, 0));
}

.demo-carousel::after {
  right: 0;
  background: linear-gradient(270deg, #0c0c0d, rgba(12, 12, 13, 0));
}

.demo-track {
  display: flex;
  width: max-content;
  gap: 18px;
  padding: 10px 0;
  animation: demoSlideRight 54s linear infinite;
  will-change: transform;
}

.demo-carousel:hover .demo-track {
  animation-play-state: paused;
}

.demo-card {
  flex: 0 0 clamp(320px, 42vw, 560px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.28);
}

.demo-card > div:last-child {
  min-height: 178px;
  padding: 22px;
}

.demo-card span {
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
}

.demo-card h3 {
  margin-top: 8px;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.08;
}

.demo-card p {
  margin-bottom: 0;
  font-size: 16px;
}

.demo-cover {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #1b1c1f;
}

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

@keyframes demoSlideRight {
  from {
    transform: translateX(0);
  }

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

.case-filter,
.tool-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 14px;
  margin-bottom: 20px;
  scrollbar-width: none;
}

.tool-tabs {
  flex-direction: column;
  overflow: visible;
}

.tool-tab-group,
.tool-tab-sub {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}

.tool-tab-group::-webkit-scrollbar,
.tool-tab-sub::-webkit-scrollbar {
  display: none;
}

.tool-tab-sub button {
  min-height: 36px;
  padding: 8px 13px;
  color: rgba(248, 244, 234, 0.78);
  font-size: 13px;
}

.tool-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 18px;
}

.tool-overview article {
  min-height: 116px;
  padding: 18px;
  border: 1px solid rgba(244, 200, 74, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
}

.tool-overview strong {
  display: block;
  color: var(--yellow);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 0.94;
}

.tool-overview span,
.tool-overview small {
  display: block;
  font-weight: 900;
}

.tool-overview span {
  margin-top: 10px;
  color: var(--ink);
}

.tool-overview small {
  margin-top: 4px;
  color: rgba(248, 244, 234, 0.56);
}

.case-filter::-webkit-scrollbar,
.tool-tabs::-webkit-scrollbar {
  display: none;
}

.case-filter button,
.tool-tabs button {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 10px 16px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  cursor: pointer;
  font-weight: 900;
}

.case-filter button.is-active,
.tool-tabs button.is-active {
  color: #101113;
  background: var(--yellow);
}

.case-grid {
  column-count: 3;
  column-gap: 18px;
}

.case-card {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  margin: 0 0 18px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #f7f2e9;
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.24);
}

.case-placeholder {
  width: 100%;
  aspect-ratio: 4 / 3.15;
}

.case-image {
  width: 100%;
  height: auto;
  background: #121315;
  object-fit: contain;
}

.order-scene-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 18px;
}

.demand-form,
.demand-output {
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.07);
}

.demand-form {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.demand-form label {
  display: grid;
  gap: 8px;
}

.demand-form label span {
  color: rgba(248, 244, 234, 0.76);
  font-size: 13px;
  font-weight: 900;
}

.demand-form input,
.demand-form select,
.demand-form textarea {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  outline: none;
  background: rgba(0, 0, 0, 0.22);
  padding: 14px 15px;
}

.demand-form textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.7;
}

.demand-output {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(244, 200, 74, 0.14), transparent 42%),
    rgba(255, 255, 255, 0.07);
}

.demand-output span {
  color: var(--green);
  font-size: 13px;
  font-weight: 950;
}

.demand-output strong {
  display: block;
  margin: 12px 0 14px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
}

.demand-output small {
  display: block;
  color: rgba(248, 244, 234, 0.68);
  font-size: 15px;
  line-height: 1.65;
}

.demand-output.is-ready {
  border-color: rgba(244, 200, 74, 0.42);
  background:
    linear-gradient(135deg, rgba(244, 200, 74, 0.22), rgba(79, 125, 255, 0.12)),
    rgba(255, 255, 255, 0.08);
}

.case-placeholder {
  display: grid;
  min-height: 300px;
  place-items: center;
  padding: 28px;
  text-align: center;
  background: linear-gradient(135deg, #f5efe5, #d8d2c8);
}

.case-placeholder span {
  color: #111;
  font-size: clamp(28px, 6vw, 58px);
  font-weight: 950;
  line-height: 1;
}

.case-placeholder small {
  display: block;
  margin-top: 14px;
  color: rgba(17, 17, 17, 0.58);
  font-size: 13px;
  font-weight: 900;
}

.case-placeholder.is-hero {
  aspect-ratio: 4 / 3.2;
  min-height: 420px;
}

.placeholder-产品概念图 {
  background: linear-gradient(135deg, #f7ecd4, #b9c8ff);
}

.placeholder-海报视觉 {
  background: linear-gradient(135deg, #f7efe6, #f2b9a7);
}

.placeholder-页面原型 {
  background: linear-gradient(135deg, #e9edf5, #9fb7f7);
}

.placeholder-包装设计 {
  background: linear-gradient(135deg, #efe6d5, #bcd9c0);
}

.placeholder-短视频首帧 {
  background: linear-gradient(135deg, #17191d, #466df0);
}

.placeholder-短视频首帧 span,
.placeholder-短视频首帧 small {
  color: #f8f4ea;
}

.placeholder-品牌视觉 {
  background: linear-gradient(135deg, #eee6d8, #cfc0a5);
}

.placeholder-电商素材 {
  background: linear-gradient(135deg, #f7f0df, #f4c84a);
}

.case-copy {
  padding: 22px;
  color: #111;
}

.case-copy p,
.case-copy dd {
  color: #4f4b44;
}

.case-meta {
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.case-meta span {
  color: #111;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.case-copy h3 {
  font-size: 26px;
}

.case-copy dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

.case-copy dt {
  margin-bottom: 4px;
  color: #111;
  font-size: 12px;
  font-weight: 950;
}

.case-copy dd {
  margin: 0;
  line-height: 1.68;
}

.service-panel {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  padding: clamp(24px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

.service-steps {
  display: grid;
  gap: 14px;
}

.service-steps article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
}

.service-steps span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 24px;
  color: #111;
  border-radius: 999px;
  background: var(--yellow);
  font-weight: 950;
}

.service-steps strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
}

.boundary-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.boundary-panel article {
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.065);
}

.boundary-panel span {
  color: var(--green);
  font-size: 13px;
  font-weight: 950;
}

.boundary-panel strong {
  display: block;
  margin: 16px 0 10px;
  font-size: 24px;
  line-height: 1.18;
}

.boundary-panel p {
  margin-bottom: 0;
}

.data-hero h1 {
  max-width: 1080px;
}

.data-market-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.46fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  width: min(1200px, calc(100% - 28px));
  min-height: min(780px, calc(100vh - 90px));
  margin: 0 auto;
  padding: 76px 0 58px;
}

.data-market-copy h1 {
  max-width: 920px;
}

.data-type-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.data-type-row span {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: rgba(248, 244, 234, 0.76);
  background: rgba(255, 255, 255, 0.07);
  font-size: 13px;
  font-weight: 900;
}

.data-market-panel {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(244, 200, 74, 0.22);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(244, 200, 74, 0.12), rgba(79, 125, 255, 0.08)),
    rgba(255, 255, 255, 0.07);
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.28);
}

.panel-row {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.18);
}

.panel-row span {
  display: block;
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
}

.panel-row strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.08;
}

.data-market-panel p {
  margin-bottom: 0;
}

.data-market-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding-top: 22px;
}

.data-market-overview article {
  min-height: 132px;
  padding: 18px;
  border: 1px solid rgba(244, 200, 74, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
}

.data-market-overview strong {
  display: block;
  color: var(--yellow);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 0.95;
}

.data-market-overview span,
.data-market-overview small {
  display: block;
  font-weight: 900;
}

.data-market-overview span {
  margin-top: 12px;
}

.data-market-overview small {
  margin-top: 4px;
  color: rgba(248, 244, 234, 0.56);
}

.market-heading-row {
  display: flex;
  gap: 18px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 24px;
}

.market-heading-row h2 {
  margin-bottom: 0;
}

.market-toolbar {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 180px 180px;
  gap: 10px;
  margin-bottom: 16px;
}

.market-toolbar input,
.market-toolbar select {
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 999px;
  outline: none;
  background: rgba(255, 255, 255, 0.08);
  padding: 0 16px;
}

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

.dataset-card {
  display: flex;
  min-height: 410px;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.07);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.dataset-card:hover {
  border-color: rgba(244, 200, 74, 0.72);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.dataset-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.dataset-card-top span {
  padding: 6px 9px;
  border-radius: 999px;
  color: #111;
  background: var(--yellow);
  font-size: 12px;
  font-weight: 950;
}

.dataset-card-top strong {
  color: var(--green);
  font-size: 18px;
}

.dataset-card h3 {
  font-size: clamp(24px, 3vw, 30px);
  line-height: 1.12;
}

.dataset-card p {
  min-height: 78px;
}

.dataset-card dl {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.dataset-card dl div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px;
}

.dataset-card dt {
  color: rgba(248, 244, 234, 0.48);
  font-size: 12px;
  font-weight: 900;
}

.dataset-card dd {
  margin: 0;
  color: rgba(248, 244, 234, 0.82);
  font-size: 13px;
  font-weight: 800;
}

.dataset-card .tool-link-label {
  width: fit-content;
  margin-top: auto;
}

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

.market-category-grid a {
  min-height: 150px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.07);
}

.market-category-grid strong,
.market-category-grid span {
  display: block;
}

.market-category-grid strong {
  margin-bottom: 10px;
  color: var(--yellow);
  font-size: 24px;
}

.market-category-grid span {
  color: rgba(248, 244, 234, 0.68);
  line-height: 1.55;
}

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

.provider-strip article {
  min-height: 150px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(244, 200, 74, 0.1), rgba(123, 220, 167, 0.06)),
    rgba(255, 255, 255, 0.07);
}

.provider-strip span {
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
}

.provider-strip strong {
  display: block;
  margin-top: 18px;
  font-size: 20px;
  line-height: 1.18;
}

.data-request-card {
  background:
    linear-gradient(135deg, rgba(244, 200, 74, 0.92), rgba(248, 244, 234, 0.96));
}

.data-value-grid,
.data-step-grid,
.dataset-grid {
  display: grid;
  gap: 14px;
}

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

.data-value-grid article,
.data-step-grid article,
.dataset-grid article,
.fee-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.07);
}

.data-value-grid article {
  min-height: 280px;
  padding: 26px;
  border-radius: 30px;
}

.data-value-grid span,
.data-step-grid span,
.dataset-grid span,
.fee-card span {
  color: var(--green);
  font-size: 13px;
  font-weight: 950;
}

.data-value-grid strong {
  display: block;
  margin: 18px 0 12px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
}

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

.data-step-grid article {
  min-height: 260px;
  padding: 22px;
  border-radius: 26px;
}

.data-step-grid span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 26px;
  color: #111;
  border-radius: 999px;
  background: var(--yellow);
}

.data-step-grid strong,
.dataset-grid h3 {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.16;
}

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

.dataset-grid article {
  min-height: 330px;
  padding: 24px;
  border-radius: 28px;
}

.dataset-grid small {
  display: block;
  margin-top: 20px;
  color: rgba(244, 200, 74, 0.82);
  font-weight: 900;
  line-height: 1.55;
}

.data-submit-panel {
  align-items: start;
}

.fee-card {
  margin-top: 20px;
  padding: 20px;
  border-radius: 24px;
}

.fee-card strong {
  display: block;
  margin: 10px 0 8px;
  color: var(--yellow);
  font-size: clamp(34px, 5vw, 54px);
  line-height: 0.95;
}

.fee-card p {
  margin: 0;
}

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

.tool-card {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.07);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.tool-card:hover {
  border-color: rgba(244, 200, 74, 0.78);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.tool-card.is-featured {
  background: linear-gradient(135deg, rgba(244, 200, 74, 0.18), rgba(79, 125, 255, 0.16));
}

.tool-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 14px;
}

.tool-card-badges b {
  display: inline-grid;
  min-width: 34px;
  min-height: 28px;
  place-items: center;
  color: #111;
  border-radius: 999px;
  background: var(--yellow);
  font-size: 13px;
  font-weight: 950;
}

.tool-card span {
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
}

.tool-card-badges small {
  padding: 5px 8px;
  border: 1px solid rgba(244, 200, 74, 0.28);
  border-radius: 999px;
  color: rgba(244, 200, 74, 0.9);
  background: rgba(244, 200, 74, 0.08);
  font-size: 12px;
  font-weight: 900;
}

.tool-card p {
  margin-bottom: 0;
}

.tool-source {
  margin-top: 14px;
  color: rgba(248, 244, 234, 0.52);
  font-size: 13px;
  font-weight: 800;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.tag-row small {
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: rgba(248, 244, 234, 0.72);
  font-weight: 800;
}

.tool-link-label {
  display: inline-grid;
  min-height: 38px;
  place-items: center;
  padding: 0 14px;
  margin-top: 18px;
  color: #111;
  border-radius: 999px;
  background: var(--yellow);
  font-size: 14px;
  font-weight: 950;
}

.yellowpages-partner {
  display: grid;
  grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1.24fr);
  gap: 24px;
  margin-top: 34px;
  padding: clamp(22px, 4vw, 40px);
  border: 1px solid rgba(244, 200, 74, 0.22);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(244, 200, 74, 0.16), rgba(123, 220, 167, 0.06)),
    rgba(255, 255, 255, 0.06);
}

.yellowpages-partner h3 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.02;
}

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

.partner-form label {
  display: grid;
  gap: 8px;
}

.partner-form label span {
  color: rgba(248, 244, 234, 0.74);
  font-size: 13px;
  font-weight: 900;
}

.partner-form input,
.partner-form select,
.partner-form textarea {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  outline: none;
  background: rgba(0, 0, 0, 0.24);
  padding: 13px 14px;
}

.partner-form textarea {
  resize: vertical;
  min-height: 110px;
  line-height: 1.7;
}

.partner-form .wide-field,
.partner-form button,
.partner-result {
  grid-column: 1 / -1;
}

.partner-result {
  min-height: 64px;
  padding: 14px 16px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.18);
  color: rgba(248, 244, 234, 0.7);
  font-size: 14px;
}

.partner-result.is-ready {
  border-color: rgba(244, 200, 74, 0.48);
  color: var(--ink);
  background: rgba(244, 200, 74, 0.1);
}

.request-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: clamp(24px, 5vw, 52px);
  border-radius: 36px;
  color: #111;
  background: var(--paper);
}

.request-card .eyebrow,
.request-card p {
  color: #5d5548;
}

.request-card h2 {
  color: #111;
}

.request-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.request-card .secondary-button {
  color: #111;
  border-color: rgba(17, 17, 17, 0.16);
  background: rgba(17, 17, 17, 0.04);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 34px 0 44px;
  color: rgba(248, 244, 234, 0.6);
}

@media (max-width: 980px) {
  .hero-section,
  .data-market-hero,
  .service-panel,
  .request-card,
  .live-panel,
  .order-scene-grid,
  .yellowpages-partner {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: auto;
    padding-top: 58px;
  }

  .live-copy {
    min-height: auto;
  }

  .site-header {
    border-radius: 28px;
  }

  .site-nav {
    order: 3;
    width: 100%;
    padding: 2px 4px 4px;
  }

  .case-grid {
    column-count: 2;
  }

	  .demo-grid,
	  .tool-overview,
	  .tool-grid,
  .data-market-overview,
  .market-dataset-grid,
  .market-category-grid,
  .provider-strip,
	  .portal-grid,
	  .pricing-grid,
  .data-value-grid,
  .data-step-grid,
  .dataset-grid,
	  .boundary-panel,
	  .pricing-notes {
    grid-template-columns: 1fr 1fr;
  }

  .market-toolbar {
    grid-template-columns: 1fr;
  }

  .market-heading-row {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .site-header {
    width: calc(100% - 18px);
    top: 8px;
    min-height: 58px;
    padding: 9px;
  }

  .brand span:last-child {
    display: none;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .nav-cta {
    min-height: 40px;
    padding: 10px 14px;
    font-size: 14px;
  }

  .hero-section,
  .section,
  .site-footer {
    width: calc(100% - 18px);
  }

  .hero-section {
    gap: 26px;
    padding: 46px 0 44px;
  }

  h1 {
    font-size: clamp(48px, 16vw, 72px);
  }

  h2 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .hero-subtitle,
  .section-heading p {
    font-size: 17px;
  }

  .live-panel {
    border-radius: 28px;
    padding: 18px;
  }

  .live-stats {
    grid-template-columns: 1fr;
  }

  .live-stats article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .live-stats article:last-child {
    border-bottom: 0;
  }

  .live-feed-item {
    align-items: flex-start;
  }

  .live-feed-item p {
    white-space: normal;
  }

  .section {
    padding: 58px 0;
  }

	  .demo-grid,
	  .tool-overview,
	  .tool-grid,
  .data-market-overview,
  .market-dataset-grid,
  .market-category-grid,
  .provider-strip,
	  .portal-grid,
	  .pricing-grid,
  .data-value-grid,
  .data-step-grid,
  .dataset-grid,
	  .boundary-panel,
  .pricing-notes,
  .partner-form {
    grid-template-columns: 1fr;
  }

  .case-grid {
    column-count: 1;
  }

  .case-copy {
    padding: 20px;
  }

  .case-copy h3 {
    font-size: 24px;
  }

  .service-panel,
  .request-card {
    border-radius: 28px;
  }

  .site-footer {
    flex-direction: column;
  }
}
