:root {
  --bg: #f5f5f7;
  --surface: #ffffff;
  --surface-soft: #fafafa;
  --ink: #1d1d1f;
  --ink-soft: #424245;
  --muted: #6e6e73;
  --line: #d8d8de;
  --line-soft: #ececf0;
  --accent: #007a5a;
  --accent-soft: #edf7f2;
  --warm: #ffb84d;
  --warm-soft: #fff4df;
  --violet: #7657d8;
  --violet-soft: #f2edff;
  --blue-soft: #edf4ff;
  --radius-xl: 40px;
  --radius-lg: 28px;
  --shadow-soft: 0 28px 80px rgba(0, 0, 0, 0.07);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 16% 4%, rgba(255, 184, 77, 0.2), rgba(255, 184, 77, 0) 28%),
    radial-gradient(circle at 84% 0%, rgba(0, 122, 90, 0.14), rgba(0, 122, 90, 0) 30%),
    radial-gradient(circle at 50% -10%, rgba(255, 255, 255, 0.92), rgba(245, 245, 247, 0) 34%),
    var(--bg);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.01em;
}

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

img {
  max-width: 100%;
}

code {
  padding: 2px 6px;
  border-radius: 7px;
  color: var(--ink);
  background: var(--line-soft);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.92em;
}

.ambient {
  display: none;
}

.site-nav {
  position: sticky;
  top: 12px;
  z-index: 20;
  width: min(1130px, calc(100% - 32px));
  height: 54px;
  margin: 14px auto 0;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.05);
  backdrop-filter: saturate(180%) blur(22px);
}

.nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 720;
  letter-spacing: -0.02em;
}

.nav-brand img {
  width: 126px;
  display: block;
}

.brand-mark {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), #0a4c3d);
  font-size: 14px;
  box-shadow: 0 8px 18px rgba(0, 122, 90, 0.2);
}

.brand-name {
  white-space: nowrap;
}

.nav-links {
  display: flex;
  gap: 2px;
  align-items: center;
}

.nav-links a {
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1;
  transition: background 180ms ease, color 180ms ease;
}

.nav-links a:hover {
  color: var(--ink);
  background: rgba(0, 0, 0, 0.055);
}

.page-shell {
  width: min(1130px, calc(100% - 32px));
  margin: 0 auto;
  padding: 38px 0 78px;
}

.hero {
  min-height: 620px;
  padding: clamp(34px, 5vw, 68px);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: var(--radius-xl);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 312px;
  gap: clamp(30px, 5vw, 58px);
  align-items: center;
  background:
    radial-gradient(circle at 86% 12%, rgba(0, 122, 90, 0.16), transparent 32%),
    radial-gradient(circle at 64% 92%, rgba(255, 184, 77, 0.2), transparent 30%),
    linear-gradient(145deg, #fff 0%, #fbfbfd 52%, #eff3f0 100%);
  box-shadow: var(--shadow-soft);
}

.reveal-card,
.dash-card,
.feature-card,
.workflow-section,
.report-section,
.ios-section,
.audience-card,
.final-cta {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.hero-copy {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-copy::before,
.hero-copy::after,
.qr-panel::after,
.feature-card::after {
  display: none;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  color: var(--ink);
  letter-spacing: -0.045em;
}

h1 {
  max-width: 740px;
  margin-bottom: 22px;
  font-size: clamp(34px, 4.6vw, 52px);
  line-height: 1.06;
  font-weight: 720;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(24px, 3.2vw, 34px);
  line-height: 1.13;
  font-weight: 700;
}

h3 {
  margin-bottom: 8px;
  font-size: 19px;
  line-height: 1.24;
  font-weight: 700;
}

.hero-lead,
.section-heading p,
.report-copy p,
.ios-copy p,
.final-cta p {
  color: var(--muted);
  line-height: 1.72;
}

.hero-lead {
  max-width: 680px;
  margin-bottom: 30px;
  font-size: clamp(16px, 1.7vw, 19px);
}

.hero-actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button-primary,
.button-ghost,
.button-disabled,
.link-button {
  display: inline-flex;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button-primary {
  color: #fff;
  background: var(--ink);
}

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

.link-button {
  color: var(--accent);
  padding-inline: 6px;
}

.button-primary:hover,
.button-ghost:hover {
  transform: translateY(-1px);
}

.button-ghost:hover {
  border-color: #b6b6bd;
}

.hero-stats {
  width: min(100%, 560px);
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.hero-stats div {
  padding: 18px 16px 18px 0;
}

.hero-stats div + div {
  padding-left: 16px;
  border-left: 1px solid var(--line);
}

.hero-stats strong {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 720;
}

.hero-stats span {
  color: var(--muted);
  font-size: 12px;
}

.qr-panel {
  padding: 22px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.72)),
    var(--accent-soft);
  backdrop-filter: blur(18px);
}

.qr-topline {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.qr-topline b {
  color: var(--ink);
}

.qr-frame {
  padding: 14px;
  border: 1px solid var(--line-soft);
  border-radius: 24px;
  background: #fff;
}

.qr-frame img {
  width: 100%;
  display: block;
  border-radius: 16px;
}

.qr-frame::before,
.qr-frame::after {
  display: none;
}

.qr-panel h2 {
  margin-bottom: 0;
  font-size: 21px;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.qr-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}

.visual-strip {
  margin-top: 18px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 34px;
  display: grid;
  grid-template-columns: 1.16fr 0.92fr 0.92fr;
  overflow: hidden;
  background: var(--surface);
}

.dash-card {
  min-height: 184px;
  padding: 28px;
  border-radius: 0;
}

.dash-card.large {
  color: #fff;
  background: linear-gradient(135deg, #007a5a, #053d32);
}

.dash-card.score {
  background: var(--warm-soft);
}

.dash-card.ticket {
  background: var(--violet-soft);
}

.dash-card + .dash-card {
  border-left: 1px solid var(--line-soft);
}

.dash-label,
.metric small,
.score-copy span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.dash-card.large .dash-label,
.dash-card.large .dash-grid small {
  color: rgba(255, 255, 255, 0.72);
}

.dash-title {
  margin: 14px 0 18px;
  font-size: 25px;
  line-height: 1.08;
  font-weight: 720;
  letter-spacing: -0.04em;
}

.progress-track {
  height: 7px;
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--line-soft);
}

.dash-card.large .progress-track {
  background: rgba(255, 255, 255, 0.22);
}

.progress-track span {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: var(--ink);
}

.dash-card.large .progress-track span {
  background: #fff;
}

.dash-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.dash-grid strong {
  display: grid;
  gap: 3px;
  font-size: 20px;
}

.dash-grid small,
.ticket-meta {
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}

.bar-row {
  display: grid;
  grid-template-columns: 1fr 42px;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
  color: var(--muted);
  font-size: 13px;
}

.bar-row i {
  height: 8px;
  border-radius: 999px;
  background: var(--ink);
}

.bar-row b {
  color: var(--ink-soft);
  font-weight: 600;
}

.ticket-face {
  min-height: 112px;
  margin-top: 17px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ink);
  background: transparent;
}

.ticket-face strong {
  font-size: 24px;
  letter-spacing: -0.05em;
}

.ticket-face span {
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--accent);
  background: var(--accent-soft);
  font-size: 13px;
  font-weight: 700;
}

.dash-card.ticket .ticket-face span {
  color: var(--violet);
  background: #fff;
}

.photo-section {
  margin-top: 104px;
  padding: clamp(34px, 5vw, 56px);
  border-radius: var(--radius-xl);
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(30px, 5vw, 58px);
  align-items: center;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 184, 77, 0.22), transparent 28%),
    radial-gradient(circle at 90% 80%, rgba(0, 122, 90, 0.16), transparent 30%),
    #ffffff;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.photo-copy p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.photo-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: 170px 170px;
  gap: 14px;
}

.photo-card {
  margin: 0;
  border-radius: 28px;
  position: relative;
  overflow: hidden;
  background: var(--line-soft);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
}

.photo-large {
  grid-row: span 2;
}

.photo-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.photo-card::after {
  display: none;
}

.photo-card figcaption {
  display: none;
}

.photo-warm::before,
.photo-green::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: soft-light;
}

.photo-warm::before {
  background: rgba(255, 184, 77, 0.18);
}

.photo-green::before {
  background: rgba(0, 122, 90, 0.16);
}

.brand-story {
  margin-top: 104px;
  padding: clamp(34px, 5vw, 56px);
  border-radius: var(--radius-xl);
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(30px, 5vw, 56px);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.76)),
    radial-gradient(circle at 18% 20%, rgba(255, 184, 77, 0.2), transparent 34%),
    radial-gradient(circle at 82% 70%, rgba(0, 122, 90, 0.18), transparent 38%),
    var(--surface);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.story-copy p:not(.eyebrow) {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.story-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.story-tags span {
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 650;
}

.story-art {
  margin: 0;
}

.story-art img {
  width: 100%;
  display: block;
  border-radius: 30px;
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.12);
}

.section-block,
.workflow-section,
.report-section,
.ios-section,
.audience-section,
.final-cta {
  margin-top: 104px;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading p {
  margin-bottom: 0;
  font-size: 16px;
}

.feature-showcase {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 18px;
  align-items: stretch;
}

.feature-panel {
  min-height: 448px;
  padding: 34px;
  border-radius: 36px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 26% 24%, rgba(255, 184, 77, 0.44), transparent 30%),
    radial-gradient(circle at 78% 82%, rgba(0, 122, 90, 0.76), transparent 42%),
    linear-gradient(145deg, #1d1d1f 0%, #15372f 100%);
  box-shadow: var(--shadow-soft);
}

.feature-panel::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  pointer-events: none;
}

.panel-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 700;
}

.feature-panel strong {
  display: block;
  max-width: 320px;
  font-size: 28px;
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.panel-orbit {
  width: 220px;
  height: 220px;
  margin: 42px auto 34px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  background: rgba(255, 255, 255, 0.08);
}

.panel-orbit::before,
.panel-orbit::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.panel-orbit::before {
  inset: 28px;
}

.panel-orbit::after {
  inset: 58px;
}

.orbit-main {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #1d1d1f;
  background: #fff;
  font-size: 32px;
  font-weight: 800;
  z-index: 1;
}

.orbit-dot {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--warm);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}

.orbit-dot.one {
  top: 28px;
  right: 42px;
}

.orbit-dot.two {
  left: 28px;
  bottom: 58px;
  background: #62d3a5;
}

.orbit-dot.three {
  right: 34px;
  bottom: 36px;
  background: #8da2ff;
}

.panel-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  position: relative;
  z-index: 1;
}

.panel-metrics span {
  padding: 14px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
}

.panel-metrics b {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 18px;
}

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

.feature-card {
  min-height: 146px;
  padding: 22px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 26px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: 16px;
  align-content: start;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.045);
}

.feature-card:nth-child(3n + 1) {
  background: linear-gradient(145deg, #ffffff 0%, #eff9f4 100%);
}

.feature-card:nth-child(3n + 2) {
  background: linear-gradient(145deg, #ffffff 0%, #fff5e3 100%);
}

.feature-card:nth-child(3n) {
  background: linear-gradient(145deg, #ffffff 0%, #f3efff 100%);
}

.feature-icon {
  grid-row: 1 / span 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: var(--accent);
  font-size: 12px;
  font-weight: 760;
  box-shadow: 0 10px 22px rgba(0, 122, 90, 0.18);
}

.feature-card:nth-child(3n + 2) .feature-icon {
  background: #d98920;
  box-shadow: 0 10px 22px rgba(217, 137, 32, 0.18);
}

.feature-card:nth-child(3n) .feature-icon {
  background: var(--violet);
  box-shadow: 0 10px 22px rgba(118, 87, 216, 0.18);
}

.feature-card p,
.workflow-step p,
.audience-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.66;
}

.workflow-section {
  padding: 0;
}

.workflow-shell {
  padding: clamp(34px, 5vw, 54px);
  border-radius: var(--radius-xl);
  color: #fff;
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 184, 77, 0.3), transparent 30%),
    radial-gradient(circle at 86% 78%, rgba(0, 122, 90, 0.56), transparent 34%),
    linear-gradient(135deg, #1d1d1f 0%, #27312d 100%);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.section-heading.compact {
  margin-bottom: 28px;
}

.workflow-heading h2,
.workflow-heading .eyebrow,
.workflow-heading p {
  color: #fff;
}

.workflow-heading .eyebrow {
  opacity: 0.62;
}

.workflow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  position: relative;
}

.workflow::before {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 38px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
}

.workflow-step {
  min-height: 198px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  position: relative;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.workflow-step::before {
  content: "";
  position: absolute;
  top: 31px;
  right: -8px;
  width: 16px;
  height: 16px;
  border-top: 2px solid rgba(255, 255, 255, 0.42);
  border-right: 2px solid rgba(255, 255, 255, 0.42);
  transform: rotate(45deg);
}

.workflow-step:last-child::before {
  display: none;
}

.workflow-step b {
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  color: #1d1d1f;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
}

.workflow-step h3 {
  color: #fff;
}

.workflow-step p {
  color: rgba(255, 255, 255, 0.66);
}

.report-section,
.ios-section {
  padding: clamp(34px, 5vw, 54px);
  border-radius: var(--radius-xl);
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(32px, 5vw, 58px);
  align-items: center;
  background:
    radial-gradient(circle at 12% 18%, rgba(118, 87, 216, 0.1), transparent 28%),
    radial-gradient(circle at 88% 80%, rgba(0, 122, 90, 0.13), transparent 32%),
    var(--surface);
}

.report-section {
  box-shadow: var(--shadow-soft);
}

.report-board {
  padding: 0;
  background: transparent;
}

.map-mini {
  min-height: 206px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(0, 122, 90, 0.11), rgba(0, 0, 0, 0.02)),
    #f6f6f8;
}

.map-mini::before {
  content: "";
  position: absolute;
  inset: 32px 42px;
  border: 1px solid rgba(0, 122, 90, 0.16);
  border-radius: 48% 52% 58% 42%;
}

.bubble {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--accent);
  font-size: 12px;
  font-weight: 700;
}

.bubble::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-shadow: 0 0 0 10px rgba(0, 122, 90, 0.08);
}

.bubble.bj {
  width: 66px;
  height: 66px;
  left: 42%;
  top: 28%;
}

.bubble.sz {
  width: 42px;
  height: 42px;
  right: 22%;
  bottom: 22%;
}

.bubble.sh {
  width: 36px;
  height: 36px;
  right: 27%;
  top: 26%;
}

.bubble.cd {
  width: 30px;
  height: 30px;
  left: 20%;
  bottom: 28%;
}

.keyword-cloud {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1.35fr 0.9fr 0.9fr;
  gap: 10px;
}

.keyword-cloud span {
  min-height: 62px;
  padding: 13px;
  border: 1px solid var(--line-soft);
  border-radius: 18px;
  display: flex;
  align-items: flex-end;
  color: var(--ink);
  background: #fff;
  font-weight: 650;
}

.keyword-cloud .xl {
  grid-row: span 2;
  min-height: 134px;
  color: #fff;
  background: var(--ink);
  font-size: 24px;
}

.keyword-cloud .lg {
  color: var(--accent);
  background: var(--accent-soft);
  font-size: 19px;
}

.keyword-cloud .md {
  font-size: 17px;
}

.ios-section {
  background:
    radial-gradient(circle at 82% 24%, rgba(90, 130, 255, 0.14), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f4f6fb 100%);
  box-shadow: var(--shadow-soft);
}

.ios-roadmap {
  margin-top: 26px;
  border-top: 1px solid var(--line);
}

.ios-roadmap span {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid var(--line-soft);
  color: var(--ink-soft);
  font-size: 15px;
}

.ios-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
}

.button-disabled {
  color: #8f8f97;
  min-width: 148px;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid #d9d9de;
  border-radius: 18px;
  background: linear-gradient(180deg, #f2f2f5 0%, #e5e5ea 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 10px 22px rgba(0, 0, 0, 0.045);
  cursor: not-allowed;
  font-size: 16px;
  letter-spacing: -0.02em;
  opacity: 0.92;
  pointer-events: none;
}

.coming-soon {
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.phone-preview {
  width: min(100%, 360px);
  min-height: 0;
  margin-left: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.phone-preview img {
  width: 100%;
  display: block;
  filter: drop-shadow(0 26px 34px rgba(0, 0, 0, 0.16));
}

.phone-top {
  width: 96px;
  height: 20px;
  margin: 0 auto 18px;
  border-radius: 999px;
  background: #080808;
}

.phone-screen {
  min-height: 528px;
  padding: 26px 20px;
  border-radius: 32px;
  background: linear-gradient(180deg, #fff 0%, #f5f5f7 100%);
}

.ios-title-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 18px;
}

.ios-title-row span {
  font-size: 21px;
  font-weight: 720;
}

.ios-title-row small {
  color: var(--muted);
  font-size: 12px;
}

.event-preview-card {
  padding: 16px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.07);
}

.event-preview-image {
  height: 138px;
  margin-bottom: 16px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 28% 34%, rgba(255, 255, 255, 0.94) 0 10%, transparent 11%),
    linear-gradient(135deg, #d9d7cf, #7a8a7f);
}

.event-preview-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.event-preview-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.ios-mini-card {
  height: 58px;
  margin-top: 14px;
  border-radius: 19px;
  background: #fff;
}

.ios-mini-card.short {
  width: 74%;
}

.audience-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.audience-card {
  padding: 30px 28px 30px 0;
}

.audience-card + .audience-card {
  padding-left: 28px;
  border-left: 1px solid var(--line-soft);
}

.final-cta {
  padding: 70px 0 0;
  border-top: 1px solid var(--line);
  text-align: center;
}

.final-cta p {
  max-width: 640px;
  margin: 0 auto 24px;
}

@media (max-width: 920px) {
  .hero,
  .photo-section,
  .feature-showcase,
  .brand-story,
  .report-section,
  .ios-section {
    grid-template-columns: 1fr;
  }

  .qr-panel {
    width: min(100%, 440px);
  }

  .visual-strip,
  .photo-grid,
  .workflow,
  .audience-section {
    grid-template-columns: 1fr 1fr;
  }

  .photo-section {
    align-items: start;
  }

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

  .feature-panel {
    min-height: 380px;
  }

  .workflow::before,
  .workflow-step::before {
    display: none;
  }

  .dash-card:nth-child(3) {
    grid-column: span 2;
    border-top: 1px solid var(--line-soft);
    border-left: 0;
  }

  .phone-preview {
    margin: 0 auto;
  }
}

@media (max-width: 680px) {
  .site-nav {
    height: auto;
    padding: 12px 14px;
    align-items: center;
    border-radius: 24px;
  }

  .nav-links {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .nav-links a {
    padding: 7px 8px;
    font-size: 12px;
  }

  .page-shell {
    width: min(100% - 24px, 1130px);
    padding-top: 24px;
  }

  .hero {
    min-height: auto;
    padding: 32px 22px;
    border-radius: 30px;
  }

  .hero-actions,
  .ios-actions {
    align-items: stretch;
  }

  .hero-actions .button,
  .ios-actions .button {
    width: 100%;
  }

  .qr-panel {
    width: 100%;
  }

  .qr-frame {
    max-width: 280px;
    margin: 0 auto;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 25px;
  }

  .hero-stats,
  .visual-strip,
  .feature-grid,
  .workflow,
  .audience-section {
    grid-template-columns: 1fr;
  }

  .hero-stats div + div,
  .dash-card + .dash-card,
  .audience-card + .audience-card {
    border-left: 0;
  }

  .hero-stats div + div,
  .dash-card + .dash-card,
  .audience-card + .audience-card {
    border-top: 1px solid var(--line-soft);
    padding-left: 0;
  }

  .visual-strip {
    border-radius: 28px;
  }

  .dash-card:nth-child(3) {
    grid-column: auto;
  }

  .section-block,
  .photo-section,
  .brand-story,
  .workflow-section,
  .report-section,
  .ios-section,
  .audience-section,
  .final-cta {
    margin-top: 70px;
  }

  .brand-story {
    padding: 28px 22px;
    border-radius: 30px;
  }

  .photo-section {
    padding: 28px 22px;
    border-radius: 30px;
  }

  .feature-panel,
  .workflow-shell {
    padding: 28px 22px;
    border-radius: 30px;
  }

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

  .feature-panel strong {
    font-size: 24px;
  }

  .panel-orbit {
    width: 186px;
    height: 186px;
    margin: 28px auto;
  }

  .orbit-main {
    width: 78px;
    height: 78px;
    font-size: 27px;
  }

  .panel-metrics {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 0;
  }

  .photo-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 250px 190px 190px;
  }

  .photo-large {
    grid-row: auto;
  }

  .report-section {
    padding: 28px 22px;
    border-radius: 30px;
  }

  .ios-section {
    padding: 28px 22px;
    border-radius: 30px;
  }

  .keyword-cloud {
    grid-template-columns: 1fr 1fr;
  }

  .keyword-cloud .xl {
    grid-column: span 2;
  }
}

@media (max-width: 480px) {
  .site-nav {
    position: static;
    width: min(100% - 20px, 1130px);
    margin-top: 10px;
    flex-direction: column;
    gap: 10px;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
  }

  .nav-links a {
    flex: 1;
    text-align: center;
  }

  .page-shell {
    width: min(100% - 20px, 1130px);
    padding-top: 18px;
  }

  .hero,
  .photo-section,
  .brand-story,
  .workflow-shell,
  .report-section,
  .ios-section {
    padding: 24px 18px;
    border-radius: 26px;
  }

  h1 {
    font-size: 29px;
  }

  h2 {
    font-size: 23px;
  }

  .hero-stats {
    margin-top: 28px;
  }

  .dash-card,
  .feature-card,
  .workflow-step {
    padding: 20px;
    border-radius: 22px;
  }

  .feature-card {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .photo-grid {
    grid-template-rows: 220px 170px 170px;
  }

  .photo-card {
    border-radius: 22px;
  }

  .phone-preview {
    width: min(100%, 300px);
  }
}
