:root {
  --blue: #2563ff;
  --blue-2: #2f7bff;
  --blue-soft: #eaf3ff;
  --bg: #f8fbff;
  --white: #ffffff;
  --text: #111827;
  --muted: #667085;
  --body: #5b6472;
  --weak: #98a2b3;
  --line: #e5eaf2;
  --card: rgba(255, 255, 255, 0.92);
  --shadow: 0 20px 54px rgba(37, 99, 255, 0.1);
  --shadow-soft: 0 16px 40px rgba(37, 99, 255, 0.06);
  --container: 1180px;
  --section-x: 40px;
  --section-y: 96px;
  --heading-gap: 40px;
  --grid-gap: 24px;
  --radius-lg: 24px;
  --radius-md: 20px;
  --radius-btn: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 78% 12%, rgba(47, 123, 255, 0.1), transparent 31rem),
    radial-gradient(circle at 12% 28%, rgba(234, 243, 255, 0.58), transparent 27rem),
    linear-gradient(180deg, var(--white) 0%, var(--bg) 44%, var(--white) 100%);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "PingFang SC", "Inter", sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

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

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  width: min(var(--container), calc(100% - 80px));
  height: 72px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.nav-actions,
.hero-actions,
.trust-points,
.scene-row,
.footer-links,
.footer-social {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-size: 19px;
  font-weight: 750;
  letter-spacing: 0;
}

.brand img {
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(37, 99, 255, 0.18);
}

.nav-links {
  justify-content: center;
  gap: 48px;
  color: var(--text);
  font-size: 13px;
  font-weight: 650;
}

.nav-links a,
.login-link,
.footer-links a {
  transition: color 180ms ease;
}

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

.nav-actions {
  justify-content: flex-end;
  gap: 14px;
}

.login-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  min-height: 42px;
  border: 1px solid rgba(229, 234, 242, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--text);
  font-size: 13px;
  font-weight: 650;
  box-shadow: 0 10px 28px rgba(37, 99, 255, 0.05);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: var(--radius-btn);
  font-weight: 760;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:active {
  transform: translateY(0) scale(0.99);
}

.button-primary {
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  color: var(--white);
  box-shadow: 0 18px 36px rgba(37, 99, 255, 0.24);
}

.button-ghost {
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
  border-color: rgba(229, 234, 242, 0.95);
  box-shadow: var(--shadow-soft);
}

.nav-download {
  min-width: 120px;
  min-height: 42px;
  border-radius: 999px;
  font-size: 13px;
}

.button-large {
  min-width: 156px;
  min-height: 56px;
  padding: 0 22px;
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-notes span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(229, 234, 242, 0.92);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #475467;
  font-size: 13px;
  font-weight: 650;
  box-shadow: 0 10px 28px rgba(37, 99, 255, 0.05);
}

.button-mark {
  font-size: 20px;
  line-height: 1;
}

.play-mark {
  width: 22px;
  height: 22px;
  border: 2px solid #1f2937;
  border-radius: 999px;
  position: relative;
}

.play-mark::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 0;
  height: 0;
  border-left: 7px solid #1f2937;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.hero {
  position: relative;
  min-height: 748px;
  overflow: hidden;
  padding: 40px 0 0;
}

.hero-glow {
  position: absolute;
  top: 96px;
  right: -160px;
  width: 720px;
  height: 380px;
  border-radius: 48% 52% 46% 54%;
  background:
    radial-gradient(circle at 18% 32%, rgba(37, 99, 255, 0.14), transparent 42%),
    linear-gradient(135deg, rgba(234, 243, 255, 0.72), rgba(47, 123, 255, 0.08));
  filter: blur(4px);
  transform: rotate(-8deg);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(600px, 1.14fr);
  align-items: center;
  gap: 58px;
  width: min(var(--container), calc(100% - 80px));
  margin: 0 auto;
}

.hero-copy {
  padding-top: 12px;
}

.hero-pill,
.section-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 13px;
  border-radius: 999px;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 12px;
  line-height: 1;
  font-weight: 650;
}

.hero-copy h1 {
  max-width: 600px;
  margin: 26px 0 20px;
  font-size: 56px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
}

.hero-copy h1 span,
.section-heading h2 span {
  color: var(--blue);
}

.hero-subtitle {
  max-width: 560px;
  margin: 0 0 30px;
  color: var(--body);
  font-size: 17px;
  line-height: 1.8;
}

.hero-actions {
  gap: 18px;
  flex-wrap: wrap;
}

.system-note {
  display: block;
  margin: 10px 0 0 64px;
  color: var(--weak);
  font-size: 12px;
  line-height: 1;
}

.hero-product {
  position: relative;
  min-height: 520px;
}

.screenshot-stack {
  position: relative;
  width: min(790px, 100%);
  margin-left: -18px;
  padding: 24px 0 58px;
}

.screenshot-stack::before {
  content: "";
  position: absolute;
  inset: 7% -5% 13% 11%;
  border-radius: 44px;
  background:
    radial-gradient(circle at 48% 16%, rgba(47, 123, 255, 0.14), transparent 32%),
    linear-gradient(135deg, rgba(234, 243, 255, 0.62), rgba(255, 255, 255, 0.16));
  filter: blur(14px);
}

.screenshot-main,
.screenshot-float {
  position: relative;
  border: 1px solid rgba(229, 234, 242, 0.86);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 28px 72px rgba(37, 99, 255, 0.14);
}

.screenshot-main {
  width: 100%;
}

.screenshot-float {
  position: absolute;
  width: 39%;
}

.screenshot-float-left {
  left: -22px;
  bottom: 20px;
}

.screenshot-float-right {
  right: -10px;
  bottom: 8px;
}

.mock-window {
  position: relative;
  display: grid;
  grid-template-columns: 174px minmax(0, 1fr);
  width: 720px;
  min-height: 520px;
  margin-left: -20px;
  overflow: hidden;
  border: 1px solid rgba(229, 234, 242, 0.82);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 28px 72px rgba(37, 99, 255, 0.12);
  backdrop-filter: blur(16px);
}

.mock-sidebar {
  padding: 18px 16px;
  background: rgba(248, 251, 255, 0.9);
  border-right: 1px solid var(--line);
}

.traffic-lights {
  display: flex;
  gap: 7px;
  margin-bottom: 14px;
}

.traffic-lights span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.traffic-lights span:nth-child(1) { background: #ff6b5f; }
.traffic-lights span:nth-child(2) { background: #ffbf3f; }
.traffic-lights span:nth-child(3) { background: #35c96e; }

.mock-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  font-weight: 800;
}

.mock-brand img {
  border-radius: 8px;
}

.mock-menu {
  display: grid;
  gap: 8px;
}

.mock-menu span {
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.mock-menu .active {
  background: #edf4ff;
  color: var(--blue);
}

.mock-main {
  padding: 24px;
  background: rgba(255, 255, 255, 0.9);
}

.mock-topline,
.section-title,
.deal-row,
.feature-card h3,
.footer-brand {
  display: flex;
  align-items: center;
}

.mock-topline {
  justify-content: space-between;
  margin-bottom: 18px;
}

.mock-topline span,
.metric-grid span,
.section-title span,
.deal-row span,
.revenue-card span {
  color: var(--muted);
  font-size: 12px;
}

.mock-topline strong {
  display: block;
  margin-top: 4px;
  font-size: 18px;
}

.mock-topline button {
  min-height: 36px;
  padding: 0 14px;
  border: 0;
  border-radius: 12px;
  background: var(--blue);
  color: var(--white);
  font-weight: 760;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}

.metric-grid article {
  min-height: 92px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 14px 30px rgba(37, 99, 255, 0.06);
}

.metric-grid strong {
  display: block;
  margin-top: 12px;
  font-size: 22px;
  letter-spacing: 0;
}

.mock-content {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
}

.deal-list,
.calendar-card {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}

.section-title {
  justify-content: space-between;
  margin-bottom: 14px;
}

.deal-row {
  gap: 10px;
  padding: 11px 0;
  border-top: 1px solid #f0f4fa;
}

.deal-row:first-of-type {
  border-top: 0;
}

.deal-row img,
.contact-list img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
}

.deal-row div {
  min-width: 0;
  flex: 1;
}

.deal-row strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}

.deal-row em {
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 999px;
  background: #eef4ff;
  color: var(--blue);
  font-size: 11px;
  font-style: normal;
  font-weight: 760;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 7px;
  margin-bottom: 14px;
}

.calendar-grid span {
  aspect-ratio: 1;
  border-radius: 50%;
  background: #f3f7fd;
}

.calendar-grid .today {
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(37, 99, 255, 0.1);
}

.calendar-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.calendar-card li {
  display: flex;
  gap: 12px;
  color: var(--text);
  font-size: 12px;
}

.calendar-card time {
  color: #98a2b3;
}

.trust-points {
  position: relative;
  z-index: 3;
  gap: 22px;
  width: min(var(--container), calc(100% - 80px));
  margin: 34px auto 0;
}

.trust-points article {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-height: 100px;
  padding: 20px;
  border: 1px solid rgba(226, 232, 240, 0.82);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-soft);
}

.trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #d8e6fb;
  border-radius: 12px;
  color: var(--blue);
  background: var(--white);
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 900;
}

.trust-points strong {
  display: block;
  font-size: 15px;
  line-height: 1.35;
}

.trust-points p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.section {
  width: min(var(--container), calc(100% - 80px));
  margin: 0 auto;
  padding: var(--section-y) 0;
}

.section-heading {
  margin-bottom: var(--heading-gap);
}

.section-heading.center {
  text-align: center;
}

.section-heading h2 {
  margin: 16px 0 0;
  font-size: 36px;
  line-height: 1.25;
  font-weight: 750;
  letter-spacing: 0;
}

.features {
  width: 100%;
  max-width: none;
  padding: 76px max(var(--section-x), calc((100vw - var(--container)) / 2)) 88px;
  border-radius: 30px 30px 0 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(248, 251, 255, 0.96)),
    radial-gradient(circle at 50% 0%, rgba(47, 123, 255, 0.08), transparent 36rem);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--grid-gap);
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.feature-card {
  min-height: 288px;
  padding: 28px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: var(--radius-lg);
  background: var(--card);
  box-shadow: 0 16px 40px rgba(37, 99, 255, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 48px rgba(37, 99, 255, 0.09);
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--blue), #65a0ff);
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(37, 99, 255, 0.24);
}

.feature-card h3 {
  gap: 10px;
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 650;
}

.feature-card p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.mini-board,
.mini-schedule,
.revenue-card,
.contact-list,
.folder-tree {
  display: grid;
  gap: 8px;
  max-width: 248px;
  margin: 0 auto;
  padding: 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  box-shadow: inset 0 0 0 1px rgba(226, 232, 240, 0.68), 0 12px 28px rgba(37, 99, 255, 0.045);
}

.mini-board span,
.mini-schedule span,
.contact-list span,
.folder-tree span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-size: 12px;
}

.folder-tree span {
  min-height: 28px;
  padding: 0 12px;
  border-radius: 10px;
  background: rgba(234, 243, 255, 0.72);
}

.folder-tree span::before {
  content: "";
  width: 10px;
  height: 8px;
  border-radius: 3px;
  background: var(--blue);
  box-shadow: 4px -3px 0 rgba(37, 99, 255, 0.22);
}

.mini-board i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
}

.mini-board span:nth-child(2) i { background: #ff7a7a; }
.mini-board span:nth-child(3) i { background: #f59e0b; }
.mini-board span:nth-child(4) i { background: #22c55e; }

.mini-schedule strong {
  font-size: 13px;
  margin-bottom: 2px;
}

.mini-schedule time {
  width: 44px;
  color: #98a2b3;
}

.mini-assets {
  display: block;
}

.mini-assets img {
  width: 100%;
  aspect-ratio: 1.42;
  border: 1px solid rgba(229, 234, 242, 0.82);
  border-radius: 16px;
  object-fit: cover;
  object-position: top left;
  box-shadow: 0 12px 30px rgba(37, 99, 255, 0.06);
}

.status-lane {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  box-shadow: inset 0 0 0 1px rgba(226, 232, 240, 0.68), 0 12px 28px rgba(37, 99, 255, 0.045);
}

.status-lane span {
  display: grid;
  place-items: center;
  min-height: 66px;
  border-radius: 12px;
  background: #eef5ff;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.workflow {
  padding-top: 104px;
  padding-bottom: 86px;
}

.video-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 30px;
  align-items: center;
  padding: 26px;
  border: 1px solid rgba(226, 232, 240, 0.88);
  border-radius: 26px;
  background:
    radial-gradient(circle at 22% 22%, rgba(37, 99, 255, 0.08), transparent 21rem),
    rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-soft);
}

.video-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(229, 234, 242, 0.9);
  border-radius: 24px;
  background: #f4f8ff;
  box-shadow: 0 20px 54px rgba(37, 99, 255, 0.1);
}

.video-frame img {
  width: 100%;
  aspect-ratio: 1.58;
  object-fit: cover;
  object-position: top left;
}

.video-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(17, 24, 39, 0.08));
  pointer-events: none;
}

.video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border: 1px solid rgba(229, 234, 242, 0.92);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 40px rgba(37, 99, 255, 0.14);
  transform: translate(-50%, -50%);
}

.video-copy strong {
  display: block;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.35;
}

.video-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.tool-chips {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

.tool-chips span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #f2f6fc;
  color: var(--text);
  font-size: 12px;
  font-weight: 800;
}

.revenue-card {
  min-height: 166px;
  align-content: start;
}

.revenue-card strong {
  font-size: 28px;
}

.chart-line {
  height: 70px;
  margin-top: 8px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(47, 123, 255, 0.16), transparent),
    linear-gradient(135deg, transparent 7%, transparent 18%, rgba(37, 99, 255, 0.38) 18.4%, transparent 20%, transparent 34%, rgba(37, 99, 255, 0.46) 34.5%, transparent 37%, transparent 48%, rgba(37, 99, 255, 0.6) 48.5%, transparent 51%, transparent 64%, rgba(37, 99, 255, 0.78) 64.5%, transparent 67%);
}

.contact-list span {
  justify-content: flex-start;
}

.sync-visual {
  position: relative;
  height: 166px;
  border-radius: 20px;
  background: linear-gradient(180deg, #f2f7ff, #ffffff);
}

.laptop-shape,
.phone-shape {
  position: absolute;
  border: 4px solid #cfe0ff;
  background: rgba(255, 255, 255, 0.72);
}

.laptop-shape {
  left: 52px;
  bottom: 36px;
  width: 150px;
  height: 86px;
  border-radius: 18px 18px 8px 8px;
}

.laptop-shape::after {
  content: "";
  position: absolute;
  left: -22px;
  right: -22px;
  bottom: -18px;
  height: 12px;
  border-radius: 999px;
  background: #dfeaff;
}

.phone-shape {
  right: 52px;
  bottom: 28px;
  width: 58px;
  height: 106px;
  border-radius: 18px;
}

.sync-visual span {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  color: var(--blue);
  font-size: 36px;
}

.scenes {
  padding-top: 74px;
  padding-bottom: 48px;
}

.scene-row {
  justify-content: space-between;
  gap: 16px;
  margin-top: 34px;
  overflow-x: auto;
  padding: 4px 4px 14px;
}

.scene-row article {
  flex: 0 0 112px;
  display: grid;
  justify-items: center;
  gap: 10px;
  color: var(--text);
}

.scene-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #d8e6fb;
  border-radius: 16px;
  background: var(--white);
  color: var(--blue);
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(37, 99, 255, 0.06);
}

.faq {
  padding-top: 52px;
  padding-bottom: 76px;
}

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

.faq-list article {
  padding: 24px 28px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
}

.faq-list h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.35;
}

.faq-list p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.scene-row strong {
  font-size: 14px;
}

.download {
  padding-top: 48px;
  padding-bottom: 52px;
}

.download-panel {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  min-height: 292px;
  padding: 58px 72px;
  border: 1px solid rgba(226, 232, 240, 0.86);
  border-radius: 30px;
  background:
    radial-gradient(circle at 82% 42%, rgba(37, 99, 255, 0.18), transparent 18rem),
    linear-gradient(135deg, #edf5ff, #ffffff 58%);
  box-shadow: 0 20px 54px rgba(37, 99, 255, 0.08);
}

.download-copy h2 {
  margin: 0 0 12px;
  font-size: 36px;
  line-height: 1.25;
  font-weight: 750;
}

.download-copy p {
  margin: 0 0 26px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.download-copy .system-note {
  margin-left: 68px;
}

.download-art {
  display: flex;
  justify-content: center;
}

.app-card-stack {
  position: relative;
  width: 260px;
  height: 210px;
}

.app-card {
  position: absolute;
  width: 178px;
  height: 178px;
  border-radius: 32px;
  box-shadow: 0 24px 52px rgba(37, 99, 255, 0.18);
}

.app-card.back {
  right: 6px;
  top: 10px;
  background: #dceaff;
  transform: rotate(10deg);
}

.app-card.mid {
  right: 42px;
  top: 20px;
  background: #cfe0ff;
  transform: rotate(5deg);
}

.app-card.front {
  left: 18px;
  top: 18px;
  padding: 26px;
  background: linear-gradient(135deg, var(--blue), #5fa0ff);
  transform: rotate(9deg);
}

.app-card.front img {
  width: 54px;
  border-radius: 16px;
}

.app-card.front span {
  display: block;
  width: 96px;
  height: 12px;
  margin-top: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.44);
}

.app-card.front span + span {
  width: 132px;
  margin-top: 12px;
}

.app-card.front strong {
  position: absolute;
  right: -20px;
  bottom: -20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: var(--white);
  color: var(--blue);
  font-size: 42px;
  box-shadow: 0 18px 40px rgba(37, 99, 255, 0.2);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 74px;
  width: min(var(--container), calc(100% - 80px));
  margin: 0 auto;
  padding: 48px 0 38px;
}

.footer-brand {
  align-items: flex-start;
  flex-direction: column;
  gap: 18px;
}

.footer-brand p {
  max-width: 270px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.footer-links {
  align-items: flex-start;
  gap: 74px;
}

.footer-links nav {
  display: grid;
  gap: 12px;
}

.footer-links strong {
  margin-bottom: 4px;
  font-size: 15px;
}

.footer-links a {
  color: var(--muted);
  font-size: 14px;
}

.footer-social {
  align-items: flex-end;
  flex-direction: column;
  gap: 16px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-left: 8px;
  border-radius: 50%;
  background: #f2f6fc;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.footer-social p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

.legal-page {
  width: min(920px, calc(100% - 80px));
  margin: 0 auto;
  padding: 72px 0 42px;
}

.legal-hero {
  padding: 54px 0 34px;
  border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
  margin: 18px 0 12px;
  font-size: 48px;
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: 0;
}

.legal-hero p {
  max-width: 760px;
  margin: 0 0 16px;
  color: var(--body);
  font-size: 17px;
  line-height: 1.8;
}

.legal-hero span {
  color: var(--weak);
  font-size: 13px;
}

.legal-content {
  display: grid;
  gap: 18px;
  padding: 34px 0 0;
}

.legal-content article {
  padding: 26px 30px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
}

.legal-content h2 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.35;
}

.legal-content p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.82;
}

.legal-content p + p {
  margin-top: 10px;
}

.legal-content a {
  color: var(--blue);
  font-weight: 650;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1100px) {
  :root {
    --section-x: 32px;
  }

  .site-header,
  .hero-inner,
  .trust-points,
  .section,
  .site-footer {
    width: min(100% - 64px, var(--container));
  }

  .site-header {
    gap: 18px;
  }

  .nav-links {
    gap: 26px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero {
    min-height: auto;
    padding-bottom: 44px;
  }

  .hero-product {
    min-height: auto;
  }

  .screenshot-stack {
    width: 100%;
    margin: 0;
  }

  .mock-window {
    width: 100%;
    margin: 0;
  }

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

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

  .site-footer {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-social {
    align-items: flex-start;
  }
}

@media (max-width: 760px) {
  :root {
    --section-x: 20px;
    --section-y: 72px;
    --heading-gap: 32px;
    --grid-gap: 18px;
  }

  .site-header {
    position: relative;
    grid-template-columns: 1fr auto;
    width: min(100% - 40px, var(--container));
    height: auto;
    padding: 16px 0;
  }

  .nav-links {
    grid-column: 1 / -1;
    order: 3;
    justify-content: space-between;
    gap: 12px;
    overflow-x: auto;
    padding: 4px 0;
    font-size: 13px;
  }

  .login-link {
    display: none;
  }

  .nav-download {
    min-width: 104px;
  }

  .hero {
    padding-top: 28px;
  }

  .hero-inner,
  .trust-points,
  .section,
  .site-footer {
    width: min(100% - 40px, var(--container));
  }

  .hero-copy h1 {
    font-size: 40px;
    line-height: 1.15;
  }

  .hero-subtitle {
    font-size: 15.5px;
    line-height: 1.75;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button-large {
    width: 100%;
  }

  .system-note {
    margin-left: 0;
    text-align: left;
  }

  .screenshot-stack {
    padding: 20px 0 56px;
  }

  .screenshot-main,
  .screenshot-float {
    border-radius: 18px;
  }

  .screenshot-float {
    width: 48%;
  }

  .screenshot-float-left {
    left: 6px;
  }

  .screenshot-float-right {
    right: 6px;
  }

  .mock-window {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .mock-sidebar {
    display: none;
  }

  .mock-main {
    padding: 18px;
  }

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

  .mock-content {
    grid-template-columns: 1fr;
  }

  .trust-points {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin-top: 24px;
  }

  .trust-points article {
    width: 100%;
  }

  .features {
    padding: 62px 20px 72px;
  }

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

  .section-heading h2 {
    font-size: 28px;
    line-height: 1.3;
  }

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

  .workflow {
    padding-top: 78px;
    padding-bottom: 66px;
  }

  .video-panel {
    padding: 18px;
    border-radius: 24px;
  }

  .video-copy strong {
    font-size: 21px;
  }

  .video-play {
    width: 58px;
    height: 58px;
  }

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

  .download-panel {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 34px 24px;
  }

  .download-copy h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  .download-copy .button {
    width: 100%;
  }

  .app-card-stack {
    transform: scale(0.86);
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 34px;
  }

  .faq-list article {
    padding: 22px 20px;
  }
}

/* Arco-aligned marketing refinements */
:root {
  --blue: #176bf2;
  --blue-2: #2f7bff;
  --blue-soft: rgba(23, 107, 242, 0.10);
  --bg: #f6f8fc;
  --text: #111827;
  --muted: #667085;
  --body: #5f6876;
  --weak: #98a2b3;
  --line: rgba(226, 232, 240, 0.92);
  --card: rgba(255, 255, 255, 0.94);
  --shadow: 0 10px 28px rgba(15, 23, 42, 0.055);
  --shadow-soft: 0 8px 22px rgba(15, 23, 42, 0.045);
  --container: 1120px;
  --section-y: 72px;
  --heading-gap: 24px;
  --grid-gap: 16px;
  --radius-lg: 12px;
  --radius-md: 10px;
  --radius-btn: 8px;
}

body {
  background:
    radial-gradient(circle at 76% 11%, rgba(23, 107, 242, 0.075), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 48%, #ffffff 100%);
}

.site-header {
  height: 64px;
  width: min(var(--container), calc(100% - 48px));
  background: rgba(255, 255, 255, 0.86);
}

.brand {
  font-size: 18px;
  font-weight: 700;
}

.brand img {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(23, 107, 242, 0.14);
}

.nav-links {
  gap: 36px;
  font-size: 13px;
  font-weight: 500;
  color: #344054;
}

.login-link,
.nav-download {
  min-height: 32px;
  min-width: auto;
  padding: 0 14px;
  border-radius: var(--radius-btn);
  font-size: 13px;
  font-weight: 500;
  box-shadow: none;
}

.button {
  border-radius: var(--radius-btn);
  font-weight: 600;
}

.button-primary {
  box-shadow: 0 8px 18px rgba(23, 107, 242, 0.18);
}

.button-ghost {
  box-shadow: var(--shadow-soft);
}

.button-large {
  min-width: 144px;
  min-height: 44px;
  padding: 0 18px;
  font-size: 14px;
}

.button-mark {
  font-size: 16px;
}

.play-mark {
  width: 18px;
  height: 18px;
  border-width: 1.5px;
}

.play-mark::after {
  left: 6px;
  top: 4px;
  border-left-width: 6px;
  border-top-width: 4px;
  border-bottom-width: 4px;
}

.hero {
  min-height: 708px;
  padding-top: 34px;
}

.hero-glow {
  top: 88px;
  right: -180px;
  width: 640px;
  height: 320px;
  opacity: 0.72;
}

.hero-inner {
  width: min(var(--container), calc(100% - 48px));
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
  gap: 48px;
}

.hero-copy {
  padding-top: 0;
}

.hero-pill,
.section-pill {
  min-height: 24px;
  padding: 0 8px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
}

.hero-copy h1 {
  max-width: 520px;
  margin: 20px 0 16px;
  font-size: 48px;
  line-height: 1.12;
  font-weight: 750;
}

.hero-subtitle {
  max-width: 520px;
  margin-bottom: 24px;
  color: var(--body);
  font-size: 15.5px;
  line-height: 1.76;
}

.hero-actions {
  gap: 12px;
}

.system-note {
  margin-top: 8px;
  margin-left: 54px;
  font-size: 12px;
  color: var(--weak);
}

.hero-product {
  min-height: 486px;
}

.screenshot-stack {
  width: min(748px, 100%);
  margin-left: -8px;
  padding: 16px 0 46px;
}

.screenshot-stack::before {
  opacity: 0.72;
  filter: blur(18px);
}

.screenshot-main,
.screenshot-float,
.video-frame {
  border-radius: 14px;
  border-color: var(--line);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.screenshot-float {
  width: 36%;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.075);
}

.screenshot-float-left {
  left: -12px;
  bottom: 18px;
}

.screenshot-float-right {
  right: 0;
  bottom: 8px;
}

.trust-points {
  width: min(var(--container), calc(100% - 48px));
  gap: 12px;
  margin-top: 26px;
}

.trust-points article {
  min-height: 86px;
  padding: 16px;
  gap: 12px;
  border-radius: 12px;
  border-color: var(--line);
  background: var(--card);
  box-shadow: var(--shadow-soft);
}

.trust-icon,
.feature-icon,
.scene-row span {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 650;
  box-shadow: none;
}

.trust-points strong {
  font-size: 15px;
  font-weight: 650;
}

.trust-points p {
  margin-top: 4px;
  font-size: 12.5px;
  line-height: 1.55;
}

.section {
  width: min(var(--container), calc(100% - 48px));
  padding: 72px 0;
}

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

.section-heading h2 {
  margin-top: 12px;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
}

.features {
  padding: 60px max(24px, calc((100vw - var(--container)) / 2)) 68px;
  border-radius: 18px 18px 0 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 248, 252, 0.98));
}

.feature-grid {
  gap: 16px;
}

.feature-card {
  min-height: 252px;
  padding: 16px;
  border-radius: 12px;
  border-color: var(--line);
  box-shadow: var(--shadow-soft);
}

.feature-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.feature-icon {
  margin-bottom: 12px;
  background: rgba(23, 107, 242, 0.12);
  color: var(--blue);
}

.feature-card h3 {
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 650;
}

.feature-card p {
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1.62;
}

.mini-board,
.mini-schedule,
.revenue-card,
.contact-list,
.folder-tree,
.status-lane {
  max-width: none;
  padding: 12px;
  border-radius: 10px;
  gap: 7px;
  background: #f8fafd;
  box-shadow: inset 0 0 0 1px rgba(226, 232, 240, 0.72);
}

.mini-board span,
.mini-schedule span,
.contact-list span,
.folder-tree span {
  font-size: 12px;
  line-height: 1.35;
}

.folder-tree span {
  min-height: 26px;
  border-radius: 8px;
  background: rgba(23, 107, 242, 0.075);
}

.status-lane span {
  min-height: 48px;
  border-radius: 8px;
  font-size: 12px;
  background: rgba(23, 107, 242, 0.075);
}

.mini-assets img {
  border-radius: 10px;
  box-shadow: none;
}

.revenue-card {
  min-height: 138px;
}

.revenue-card strong {
  font-size: 24px;
  font-weight: 650;
}

.chart-line {
  height: 54px;
  border-radius: 10px;
}

.workflow {
  padding-top: 76px;
  padding-bottom: 64px;
}

.video-panel {
  gap: 20px;
  padding: 16px;
  border-radius: 14px;
  border-color: var(--line);
  background: var(--card);
  box-shadow: var(--shadow-soft);
}

.video-copy strong {
  font-size: 17px;
  font-weight: 650;
}

.video-copy p {
  font-size: 13px;
  line-height: 1.68;
}

.video-play {
  width: 48px;
  height: 48px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12);
}

.scenes {
  padding-top: 52px;
  padding-bottom: 36px;
}

.scene-row {
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
  padding-bottom: 8px;
}

.scene-row article {
  flex: 0 0 96px;
  gap: 8px;
}

.scene-row strong {
  font-size: 12.5px;
  font-weight: 600;
}

.download {
  padding-top: 36px;
  padding-bottom: 36px;
}

.download-panel {
  min-height: 238px;
  padding: 36px 44px;
  border-radius: 14px;
  border-color: var(--line);
  background:
    radial-gradient(circle at 82% 42%, rgba(23, 107, 242, 0.11), transparent 15rem),
    linear-gradient(135deg, #edf5ff, #ffffff 62%);
  box-shadow: var(--shadow);
}

.download-copy h2 {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
}

.download-copy p {
  margin-bottom: 20px;
  font-size: 14px;
}

.app-card-stack {
  width: 220px;
  height: 174px;
}

.app-card {
  width: 146px;
  height: 146px;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(23, 107, 242, 0.14);
}

.app-card.front {
  padding: 20px;
}

.app-card.front img {
  width: 42px;
  border-radius: 10px;
}

.app-card.front strong {
  width: 52px;
  height: 52px;
  right: -12px;
  bottom: -12px;
  font-size: 28px;
  box-shadow: 0 10px 24px rgba(23, 107, 242, 0.16);
}

.faq {
  padding-top: 44px;
  padding-bottom: 56px;
}

.faq-list {
  gap: 10px;
  max-width: 820px;
}

.faq-list article {
  padding: 16px;
  border-radius: 12px;
  border-color: var(--line);
  box-shadow: var(--shadow-soft);
}

.faq-list h3 {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 650;
}

.faq-list p {
  font-size: 13px;
  line-height: 1.68;
}

.site-footer {
  width: min(var(--container), calc(100% - 48px));
  padding: 36px 0 32px;
}

.footer-brand p,
.footer-links a,
.footer-social p {
  font-size: 12.5px;
}

.footer-links strong {
  font-size: 13px;
}

.footer-social a {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  font-size: 12px;
}

@media (max-width: 1100px) {
  .site-header,
  .hero-inner,
  .trust-points,
  .section,
  .site-footer {
    width: min(100% - 40px, var(--container));
  }

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

@media (max-width: 760px) {
  :root {
    --section-y: 56px;
    --heading-gap: 22px;
    --grid-gap: 12px;
  }

  .site-header,
  .hero-inner,
  .trust-points,
  .section,
  .site-footer {
    width: min(100% - 32px, var(--container));
  }

  .site-header {
    padding: 12px 0;
  }

  .hero {
    padding-top: 18px;
  }

  .hero-copy h1 {
    font-size: 34px;
    line-height: 1.15;
  }

  .hero-subtitle {
    font-size: 14px;
    line-height: 1.72;
  }

  .button-large {
    min-height: 42px;
  }

  .trust-points article,
  .feature-card {
    padding: 14px;
  }

  .section-heading h2,
  .download-copy h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  .features {
    padding: 46px 16px 54px;
  }

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

  .workflow {
    padding-top: 58px;
    padding-bottom: 50px;
  }

  .video-panel,
  .download-panel {
    padding: 14px;
  }

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

  .faq {
    padding-top: 34px;
    padding-bottom: 42px;
  }
}

/* Hero-only premium refinement */
.hero {
  min-height: 748px;
  padding-top: 34px;
  background:
    radial-gradient(circle at 74% 20%, rgba(37, 99, 255, 0.10), transparent 28rem),
    radial-gradient(circle at 88% 54%, rgba(234, 243, 255, 0.72), transparent 22rem);
}

.hero-glow {
  top: 84px;
  right: -140px;
  width: 680px;
  height: 360px;
  opacity: 0.52;
  filter: blur(18px);
}

.hero-inner {
  width: min(1180px, calc(100% - 80px));
  grid-template-columns: minmax(0, 520px) minmax(600px, 1fr);
  gap: 56px;
}

.hero-copy {
  max-width: 520px;
}

.hero-pill {
  gap: 9px;
  min-height: 36px;
  padding: 0 15px 0 9px;
  border-radius: 999px;
  background: #eef6ff;
  color: #2563ff;
  font-size: 14px;
  line-height: 1;
  font-weight: 650;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 255, 0.08), 0 10px 26px rgba(37, 99, 255, 0.08);
}

.hero-pill img {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  box-shadow: 0 4px 10px rgba(37, 99, 255, 0.18);
}

.hero-copy h1 {
  max-width: 520px;
  margin: 24px 0 20px;
  color: #111827;
  font-size: 56px;
  line-height: 1.12;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.hero-copy h1 span {
  background: linear-gradient(120deg, #2563ff 0%, #2f7bff 54%, #60a5fa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle {
  max-width: 520px;
  margin-bottom: 30px;
  color: #5b6472;
  font-size: 17px;
  line-height: 1.8;
}

.hero-actions {
  gap: 14px;
}

.button-large {
  min-height: 52px;
  min-width: 150px;
  border-radius: 16px;
  padding: 0 22px;
  font-size: 15px;
}

.system-note {
  margin-top: 10px;
  margin-left: 58px;
  color: #98a2b3;
}

.hero-product {
  min-height: 526px;
}

.product-stage {
  position: relative;
  width: min(760px, 100%);
  margin-left: -12px;
  padding: 18px 0 88px;
}

.product-stage::before {
  content: "";
  position: absolute;
  inset: 2% -4% 18% 12%;
  border-radius: 44px;
  background:
    radial-gradient(circle at 52% 22%, rgba(47, 123, 255, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(234, 243, 255, 0.68), rgba(255, 255, 255, 0.10));
  filter: blur(22px);
  pointer-events: none;
}

.product-window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 34px 88px rgba(37, 99, 255, 0.16), 0 14px 34px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(18px);
}

.product-window::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
  pointer-events: none;
}

.product-window .screenshot-main {
  width: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.product-widget {
  position: absolute;
  z-index: 2;
  width: 176px;
  padding: 15px 16px;
  border: 1px solid rgba(226, 232, 240, 0.88);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(37, 99, 255, 0.11);
  backdrop-filter: blur(16px);
}

.widget-kicker {
  display: block;
  margin-bottom: 8px;
  color: #667085;
  font-size: 12px;
  line-height: 1;
  font-weight: 650;
}

.product-widget strong {
  display: block;
  color: #111827;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 750;
  letter-spacing: -0.02em;
}

.product-widget p {
  margin: 8px 0 0;
  color: #98a2b3;
  font-size: 12px;
  line-height: 1.35;
}

.widget-progress {
  left: -24px;
  bottom: 28px;
}

.widget-revenue {
  right: 128px;
  bottom: 4px;
}

.widget-revenue strong {
  color: #2563ff;
}

.widget-calendar {
  right: -18px;
  bottom: 46px;
}

.trust-points {
  width: min(1180px, calc(100% - 80px));
  gap: 18px;
  margin-top: 52px;
  align-items: stretch;
}

.trust-points article {
  min-height: 132px;
  padding: 24px 28px;
  gap: 16px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 50px rgba(37, 99, 255, 0.08);
}

.trust-icon {
  position: relative;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #eef6ff, #ffffff);
  box-shadow: inset 0 0 0 1px rgba(37, 99, 255, 0.12);
}

.trust-icon::before,
.trust-icon::after {
  content: "";
  position: absolute;
  border-color: #2563ff;
}

.trust-icon-create::before {
  left: 13px;
  top: 13px;
  width: 18px;
  height: 18px;
  border: 1.8px solid #2563ff;
  border-radius: 6px;
}

.trust-icon-create::after {
  left: 20px;
  top: 9px;
  width: 1.8px;
  height: 26px;
  background: #2563ff;
  box-shadow: -7px 7px 0 -0.2px #2563ff, 7px 7px 0 -0.2px #2563ff;
  transform: rotate(45deg);
}

.trust-icon-archive::before {
  left: 10px;
  top: 16px;
  width: 24px;
  height: 16px;
  border: 1.8px solid #2563ff;
  border-radius: 5px;
}

.trust-icon-archive::after {
  left: 12px;
  top: 11px;
  width: 12px;
  height: 7px;
  border: 1.8px solid #2563ff;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}

.trust-icon-revenue::before {
  left: 12px;
  top: 11px;
  width: 20px;
  height: 22px;
  border-left: 1.8px solid #2563ff;
  border-bottom: 1.8px solid #2563ff;
  border-radius: 0 0 0 4px;
}

.trust-icon-revenue::after {
  left: 15px;
  bottom: 13px;
  width: 19px;
  height: 12px;
  border-left: 1.8px solid #2563ff;
  border-top: 1.8px solid #2563ff;
  transform: skew(-22deg) rotate(-16deg);
}

.trust-points strong {
  display: block;
  color: #111827;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
}

.trust-points p {
  margin-top: 7px;
  color: #667085;
  font-size: 14px;
  line-height: 1.68;
}

@media (max-width: 1100px) {
  .hero {
    min-height: auto;
    padding-bottom: 42px;
  }

  .hero-inner,
  .trust-points {
    width: min(100% - 48px, 1180px);
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 620px;
  }

  .product-stage {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 760px) {
  .hero-inner,
  .trust-points {
    width: min(100% - 32px, 1180px);
  }

  .hero-pill {
    min-height: 34px;
    font-size: 13px;
  }

  .hero-copy h1 {
    font-size: 40px;
    line-height: 1.15;
    letter-spacing: -0.035em;
  }

  .hero-subtitle {
    font-size: 15.5px;
    line-height: 1.75;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button-large {
    width: 100%;
    min-height: 50px;
  }

  .system-note {
    margin-left: 0;
    text-align: center;
  }

  .product-stage {
    padding: 12px 0 126px;
  }

  .product-window {
    border-radius: 18px;
  }

  .product-widget {
    width: calc(50% - 8px);
    padding: 12px;
    border-radius: 14px;
  }

  .product-widget strong {
    font-size: 18px;
  }

  .widget-progress {
    left: 0;
    bottom: 54px;
  }

  .widget-revenue {
    right: 0;
    bottom: 54px;
  }

  .widget-calendar {
    left: 50%;
    right: auto;
    bottom: 0;
    transform: translateX(-50%);
  }

  .trust-points {
    flex-direction: column;
    gap: 14px;
    margin-top: 36px;
  }

  .trust-points article {
    min-height: auto;
    padding: 20px;
  }
}

/* Compact hero benefit strip */
.hero .trust-points {
  width: min(1180px, calc(100% - 80px));
  height: auto;
  max-height: 150px;
  gap: 16px;
  margin-top: 50px;
  align-items: stretch;
}

.hero .trust-points article {
  flex: 1 1 0;
  min-height: 118px;
  max-height: 132px;
  padding: 20px 24px;
  gap: 18px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 50px rgba(37, 99, 255, 0.08);
}

.hero .trust-icon {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 74% 20%, rgba(37, 99, 255, 0.12), transparent 28%),
    linear-gradient(145deg, #f5f9ff 0%, #eaf3ff 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    inset 0 0 0 1px rgba(37, 99, 255, 0.10),
    0 10px 24px rgba(37, 99, 255, 0.08);
}

.hero .trust-icon::before,
.hero .trust-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.hero .trust-icon-create::before {
  left: 13px;
  top: 12px;
  width: 20px;
  height: 20px;
  border: 2.2px solid #2563ff;
  border-radius: 50%;
  clip-path: polygon(0 0, 100% 0, 100% 78%, 64% 78%, 48% 100%, 38% 78%, 0 78%);
}

.hero .trust-icon-create::after {
  left: 25px;
  top: 10px;
  width: 12px;
  height: 12px;
  background:
    linear-gradient(#2563ff, #2563ff) center / 2px 12px no-repeat,
    linear-gradient(90deg, #2563ff, #2563ff) center / 12px 2px no-repeat;
  border-radius: 2px;
  transform: rotate(45deg);
}

.hero .trust-icon-archive::before {
  left: 10px;
  top: 16px;
  width: 26px;
  height: 18px;
  border: 2.2px solid #2563ff;
  border-radius: 5px;
}

.hero .trust-icon-archive::after {
  left: 12px;
  top: 12px;
  width: 13px;
  height: 7px;
  border: 2.2px solid #2563ff;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  box-shadow: 12px 10px 0 -9px #2563ff;
}

.hero .trust-icon-revenue::before {
  left: 11px;
  top: 22px;
  width: 24px;
  height: 14px;
  border-left: 2.2px solid rgba(37, 99, 255, 0.35);
  border-bottom: 2.2px solid rgba(37, 99, 255, 0.35);
  border-radius: 0 0 0 5px;
  background:
    linear-gradient(to top, rgba(37, 99, 255, 0.18) 0 12px, transparent 12px) 2px 4px / 5px 14px no-repeat,
    linear-gradient(to top, rgba(37, 99, 255, 0.22) 0 18px, transparent 18px) 11px -2px / 5px 20px no-repeat,
    linear-gradient(to top, rgba(37, 99, 255, 0.16) 0 9px, transparent 9px) 20px 7px / 5px 11px no-repeat;
}

.hero .trust-icon-revenue::after {
  left: 11px;
  top: 13px;
  width: 26px;
  height: 17px;
  border: 0;
  background:
    radial-gradient(circle at 100% 0%, #2563ff 0 4px, transparent 4.2px),
    linear-gradient(135deg, transparent 0 28%, #2563ff 28% 36%, transparent 36% 56%, #2563ff 56% 64%, transparent 64%);
  transform: none;
}

.hero .trust-points strong {
  margin-top: 1px;
  color: #111827;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 750;
}

.hero .trust-points p {
  display: -webkit-box;
  margin-top: 8px;
  overflow: hidden;
  color: #667085;
  font-size: 14px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 1100px) {
  .hero .trust-points {
    width: min(100% - 48px, 1180px);
    max-height: none;
  }

  .hero .trust-points article {
    min-height: 118px;
  }
}

@media (max-width: 760px) {
  .hero .trust-points {
    width: min(100% - 32px, 1180px);
    flex-direction: column;
    gap: 12px;
    margin-top: 34px;
  }

  .hero .trust-points article {
    min-height: 110px;
    max-height: none;
    padding: 18px 20px;
  }

  .hero .trust-icon {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
  }

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

  .hero .trust-points p {
    font-size: 14px;
  }
}

/* Core workflow feature module */
.features {
  width: 100%;
  max-width: none;
  padding: 34px max(40px, calc((100vw - 1180px) / 2)) 36px;
  border-radius: 30px 30px 0 0;
  background:
    radial-gradient(circle at 50% 4%, rgba(37, 99, 255, 0.075), transparent 32rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 251, 255, 0.98));
}

.features .section-heading {
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
}

.features .section-pill {
  margin: 0;
  min-height: 34px;
  padding: 0 18px;
  border-radius: 999px;
  background: #eef6ff;
  color: #2563ff;
  font-size: 15px;
  line-height: 34px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(37, 99, 255, 0.08);
}

.features .section-heading h2 {
  margin: 14px 0 0;
  color: #111827;
  font-size: 36px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.features .section-heading h2 span {
  background: linear-gradient(120deg, #2563ff 0%, #2f7bff 62%, #60a5fa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.features .section-subtitle {
  max-width: 680px;
  margin: 10px auto 0;
  color: #667085;
  font-size: 15.5px;
  line-height: 1.5;
}

.workflow-feature {
  display: grid;
  grid-template-columns: 388px minmax(0, 1fr);
  width: min(1180px, 100%);
  height: 420px;
  min-height: 420px;
  max-height: 420px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 28px 80px rgba(37, 99, 255, 0.08);
  backdrop-filter: blur(18px);
}

.workflow-steps {
  position: relative;
  display: grid;
  align-content: center;
  gap: 2px;
  padding: 13px 22px;
  border-right: 1px solid rgba(226, 232, 240, 0.88);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(248, 251, 255, 0.72));
}

.workflow-steps::before {
  content: "";
  position: absolute;
  left: 54px;
  top: 62px;
  bottom: 62px;
  width: 1px;
  background: linear-gradient(180deg, rgba(37, 99, 255, 0.28), rgba(37, 99, 255, 0.08));
}

.workflow-step {
  position: relative;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 64px;
  padding: 8px 16px 8px 0;
  border: 1px solid transparent;
  border-radius: 18px;
  background: transparent;
}

.workflow-step:not(.is-active) + .workflow-step:not(.is-active) {
  border-top-color: rgba(226, 232, 240, 0.56);
}

.workflow-step.is-active {
  padding-left: 14px;
  border-color: rgba(37, 99, 255, 0.92);
  background: linear-gradient(135deg, rgba(238, 246, 255, 0.94), rgba(255, 255, 255, 0.84));
  box-shadow: 0 16px 36px rgba(37, 99, 255, 0.08);
}

.workflow-step.is-active::after {
  content: "";
  position: absolute;
  right: -11px;
  top: 50%;
  width: 20px;
  height: 20px;
  border-top: 1px solid rgba(37, 99, 255, 0.92);
  border-right: 1px solid rgba(37, 99, 255, 0.92);
  background: rgba(255, 255, 255, 0.92);
  transform: translateY(-50%) rotate(45deg);
}

.workflow-step > span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  color: #98a2b3;
  background: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}

.workflow-step > span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d6e2f4;
  transform: translateX(-50%);
}

.workflow-step.is-active > span {
  color: #2563ff;
  background: transparent;
}

.workflow-step.is-active > span::after {
  background: #2563ff;
}

.workflow-step h3 {
  margin: 0;
  color: #111827;
  font-size: 16.5px;
  line-height: 1.32;
  font-weight: 760;
  letter-spacing: -0.015em;
}

.workflow-step.is-active h3 {
  color: #2563ff;
}

.workflow-step p {
  margin: 5px 0 0;
  color: #667085;
  font-size: 13.5px;
  line-height: 1.42;
}

.workflow-preview {
  margin: 14px;
  padding: 0 18px 18px;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 46px rgba(37, 99, 255, 0.07);
}

.preview-chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 34px;
  margin: 0 -18px 14px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(226, 232, 240, 0.78);
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.preview-chrome span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff8a80;
}

.preview-chrome span:nth-child(2) {
  background: #ffd166;
}

.preview-chrome span:nth-child(3) {
  background: #70d98b;
}

.preview-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
}

.preview-head h3 {
  margin: 0;
  color: #111827;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 760;
  letter-spacing: -0.02em;
}

.preview-head p {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 7px 0 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.2;
}

.preview-head strong {
  min-width: 64px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #eaf3ff;
  color: #2563ff;
  font-size: 13px;
  line-height: 1;
  text-align: center;
}

.preview-progress {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 14px;
  padding: 14px 16px 12px;
  border: 1px solid rgba(226, 232, 240, 0.82);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.preview-progress span {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 7px;
  color: #98a2b3;
  font-size: 12px;
  font-weight: 700;
}

.preview-progress span::before {
  content: "";
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 36%, transparent 37%),
    #edf4ff;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 255, 0.08);
}

.preview-progress span::after {
  content: "";
  position: absolute;
  top: 16px;
  left: calc(50% + 17px);
  width: calc(100% - 34px);
  height: 2px;
  background: #dfe9f8;
}

.preview-progress span:last-child::after {
  display: none;
}

.preview-progress .done,
.preview-progress .current {
  color: #2563ff;
}

.preview-progress .done::before {
  background: #eaf3ff;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 255, 0.22);
}

.preview-progress .done::after {
  background: #2563ff;
}

.preview-progress .current::before {
  background: #2563ff;
  box-shadow: 0 10px 24px rgba(37, 99, 255, 0.24);
}

.preview-progress span {
  --icon-color: #98a2b3;
}

.preview-progress .done,
.preview-progress .current {
  --icon-color: #2563ff;
}

.preview-progress span {
  background-repeat: no-repeat;
  background-position: center 8px;
  background-size: 18px 18px;
}

.preview-progress .current {
  background-position: center 9px;
}

.progress-outline {
  background-image:
    linear-gradient(var(--icon-color), var(--icon-color)),
    linear-gradient(var(--icon-color), var(--icon-color));
  background-size: 14px 2px, 2px 14px;
}

.progress-script {
  background-image:
    linear-gradient(var(--icon-color), var(--icon-color)),
    linear-gradient(var(--icon-color), var(--icon-color)),
    linear-gradient(var(--icon-color), var(--icon-color));
  background-position: center 8px, center 14px, center 20px;
  background-size: 16px 2px, 16px 2px, 12px 2px;
}

.progress-camera {
  background-image:
    radial-gradient(circle at 50% 54%, #ffffff 0 3px, transparent 3.2px),
    linear-gradient(#ffffff, #ffffff),
    linear-gradient(#ffffff, #ffffff);
  background-position: center 13px, center 13px, 18px 9px;
  background-size: 18px 13px, 18px 13px, 9px 4px;
}

.progress-cut {
  background-image:
    linear-gradient(45deg, transparent 0 42%, var(--icon-color) 42% 52%, transparent 52%),
    linear-gradient(-45deg, transparent 0 42%, var(--icon-color) 42% 52%, transparent 52%),
    radial-gradient(circle, var(--icon-color) 0 2px, transparent 2.2px),
    radial-gradient(circle, var(--icon-color) 0 2px, transparent 2.2px);
  background-position: center 12px, center 12px, 17px 9px, 29px 21px;
  background-size: 19px 19px, 19px 19px, 6px 6px, 6px 6px;
}

.progress-send {
  background-image:
    linear-gradient(35deg, transparent 0 47%, var(--icon-color) 47% 57%, transparent 57%),
    linear-gradient(145deg, transparent 0 42%, var(--icon-color) 42% 52%, transparent 52%);
  background-position: center 10px, center 10px;
  background-size: 20px 18px, 20px 18px;
}

.progress-pay {
  background-image:
    linear-gradient(var(--icon-color), var(--icon-color)),
    linear-gradient(90deg, var(--icon-color), var(--icon-color));
  background-position: center 14px, center 14px;
  background-size: 2px 14px, 14px 2px;
}

.preview-widgets {
  display: grid;
  grid-template-columns: 1.08fr 1.02fr 1fr;
  gap: 14px;
}

.preview-widget {
  min-height: 150px;
  padding: 14px;
  border: 1px solid rgba(226, 232, 240, 0.86);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
  box-shadow: 0 12px 30px rgba(37, 99, 255, 0.045);
}

.widget-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 8px;
}

.widget-title strong {
  color: #111827;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 760;
}

.widget-title span {
  color: #98a2b3;
  font-size: 12px;
  font-weight: 700;
}

.preview-widget p {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 21px;
  margin: 0;
  color: #4b5563;
  font-size: 11.5px;
  line-height: 1.25;
}

.preview-widget i {
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  border-radius: 4px;
  background: #2563ff;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.62);
}

.todo-widget time {
  margin-left: auto;
  padding: 4px 6px;
  border-radius: 999px;
  background: #fff2e5;
  color: #f97316;
  font-size: 10.5px;
  font-weight: 700;
}

.folder-widget i {
  width: 14px;
  height: 11px;
  border-radius: 4px;
  background: #60a5fa;
  box-shadow: 4px -3px 0 rgba(37, 99, 255, 0.2);
}

.folder-widget em {
  margin-left: auto;
  color: #667085;
  font-style: normal;
}

.revenue-widget small {
  display: block;
  margin-bottom: 8px;
  color: #98a2b3;
  font-size: 12px;
  font-weight: 700;
}

.revenue-widget > strong {
  display: block;
  color: #111827;
  font-size: 23px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.revenue-widget > p {
  min-height: auto;
  margin-top: 7px;
  color: #667085;
}

.revenue-spark {
  height: 26px;
  margin-top: 8px;
  border-radius: 12px;
  background:
    linear-gradient(135deg, transparent 0 13%, rgba(37, 99, 255, 0.9) 13% 16%, transparent 16% 31%, rgba(37, 99, 255, 0.72) 31% 34%, transparent 34% 51%, rgba(37, 99, 255, 0.9) 51% 54%, transparent 54% 70%, rgba(37, 99, 255, 0.72) 70% 73%, transparent 73%),
    linear-gradient(180deg, transparent 60%, rgba(37, 99, 255, 0.08));
}

@media (max-width: 1120px) {
  .features {
    padding-right: 32px;
    padding-left: 32px;
  }

  .workflow-feature {
    grid-template-columns: 360px minmax(0, 1fr);
    max-height: none;
  }

  .preview-widgets {
    grid-template-columns: 1fr;
  }

  .preview-widget {
    min-height: auto;
  }
}

@media (max-width: 860px) {
  .features {
    padding: 62px 20px 72px;
  }

  .features .section-heading h2 {
    font-size: 32px;
    line-height: 1.25;
  }

  .features .section-subtitle {
    font-size: 15.5px;
  }

  .workflow-feature {
    grid-template-columns: 1fr;
    height: auto;
    min-height: auto;
    max-height: none;
    overflow: visible;
  }

  .workflow-steps {
    border-right: 0;
    border-bottom: 1px solid rgba(226, 232, 240, 0.88);
  }

  .workflow-step.is-active::after {
    display: none;
  }

  .workflow-preview {
    margin: 18px;
  }
}

@media (max-width: 560px) {
  .features {
    padding: 48px 16px 58px;
  }

  .features .section-heading {
    margin-bottom: 30px;
  }

  .features .section-heading h2 {
    font-size: 27px;
  }

  .workflow-steps {
    padding: 14px;
  }

  .workflow-step {
    grid-template-columns: 48px minmax(0, 1fr);
    min-height: 68px;
    gap: 10px;
  }

  .workflow-step h3 {
    font-size: 15.5px;
  }

  .workflow-step p {
    font-size: 13px;
  }

  .workflow-preview {
    margin: 14px;
    padding: 0 14px 14px;
    border-radius: 20px;
  }

  .preview-chrome {
    margin-right: -14px;
    margin-left: -14px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .preview-head,
  .preview-head p {
    display: block;
  }

  .preview-head strong {
    display: inline-block;
    margin-top: 12px;
  }

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

  .preview-progress span:nth-child(3)::after,
  .preview-progress span:last-child::after {
    display: none;
  }
}

/* Audience and final CTA refinement */
#scenes.scenes {
  width: min(1180px, calc(100% - 80px));
  padding-top: 84px;
  padding-bottom: 0;
}

#scenes .section-heading {
  margin-bottom: 38px;
}

#scenes .section-pill {
  margin: 0;
  min-height: 34px;
  padding: 0 18px;
  border-radius: 999px;
  background: #eef6ff;
  color: #2563ff;
  font-size: 15px;
  line-height: 34px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(37, 99, 255, 0.08);
}

#scenes .section-heading h2 {
  margin-top: 24px;
  color: #111827;
  font-size: 40px;
  line-height: 1.25;
  font-weight: 780;
  letter-spacing: -0.03em;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
  width: min(1086px, 100%);
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  overflow: visible;
  padding: 0;
}

.audience-grid article {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  min-width: 0;
  min-height: 140px;
  padding: 16px 12px 14px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 40px rgba(37, 99, 255, 0.05);
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.audience-grid article:hover {
  border-color: rgba(37, 99, 255, 0.22);
  box-shadow: 0 18px 44px rgba(37, 99, 255, 0.07);
  transform: translateY(-2px);
}

.audience-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(190, 214, 249, 0.9);
  border-radius: 14px;
  background:
    radial-gradient(circle at 72% 20%, rgba(37, 99, 255, 0.12), transparent 32%),
    linear-gradient(145deg, #ffffff, #eef6ff);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 10px 22px rgba(37, 99, 255, 0.06);
}

.audience-icon::before,
.audience-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.audience-icon-camera::before {
  left: 12px;
  top: 17px;
  width: 24px;
  height: 18px;
  border: 2.2px solid #2563ff;
  border-radius: 5px;
}

.audience-icon-camera::after {
  left: 20px;
  top: 21px;
  width: 8px;
  height: 8px;
  border: 2px solid #2563ff;
  border-radius: 50%;
  box-shadow: -3px -8px 0 -2px #2563ff;
}

.audience-icon-cup::before {
  left: 13px;
  top: 19px;
  width: 20px;
  height: 14px;
  border: 2.2px solid #2563ff;
  border-top: 0;
  border-radius: 0 0 8px 8px;
}

.audience-icon-cup::after {
  left: 32px;
  top: 21px;
  width: 7px;
  height: 8px;
  border: 2px solid #2563ff;
  border-left: 0;
  border-radius: 0 8px 8px 0;
  box-shadow: -14px -10px 0 -7px #2563ff, -6px -10px 0 -7px #2563ff;
}

.audience-icon-tech::before {
  left: 12px;
  bottom: 12px;
  width: 5px;
  height: 18px;
  border-radius: 999px;
  background: #2563ff;
  box-shadow: 9px -8px 0 #2563ff, 18px -3px 0 #2563ff;
}

.audience-icon-tech::after {
  left: 10px;
  right: 10px;
  bottom: 10px;
  height: 2px;
  border-radius: 999px;
  background: rgba(37, 99, 255, 0.34);
}

.audience-icon-travel::before {
  left: 13px;
  top: 18px;
  width: 22px;
  height: 18px;
  border: 2.2px solid #2563ff;
  border-radius: 5px;
}

.audience-icon-travel::after {
  left: 19px;
  top: 13px;
  width: 10px;
  height: 7px;
  border: 2.2px solid #2563ff;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  box-shadow: -3px 23px 0 -5px #2563ff, 9px 23px 0 -5px #2563ff;
}

.audience-icon-baby::before {
  left: 16px;
  top: 14px;
  width: 16px;
  height: 25px;
  border: 2.2px solid #2563ff;
  border-radius: 8px 8px 10px 10px;
  transform: rotate(-24deg);
}

.audience-icon-baby::after {
  left: 20px;
  top: 12px;
  width: 10px;
  height: 6px;
  border: 2.2px solid #2563ff;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  transform: rotate(-24deg);
}

.audience-icon-book::before {
  left: 15px;
  top: 13px;
  width: 19px;
  height: 25px;
  border: 2.2px solid #2563ff;
  border-radius: 3px 8px 8px 3px;
}

.audience-icon-book::after {
  left: 20px;
  top: 18px;
  width: 9px;
  height: 9px;
  background:
    linear-gradient(135deg, transparent 0 38%, #2563ff 38% 55%, transparent 55%),
    linear-gradient(45deg, transparent 0 38%, #2563ff 38% 55%, transparent 55%);
}

.audience-icon-shop::before {
  left: 12px;
  top: 20px;
  width: 24px;
  height: 17px;
  border: 2.2px solid #2563ff;
  border-radius: 4px;
}

.audience-icon-shop::after {
  left: 11px;
  top: 13px;
  width: 26px;
  height: 10px;
  border: 2.2px solid #2563ff;
  border-radius: 7px 7px 3px 3px;
  background: linear-gradient(90deg, transparent 0 20%, rgba(37, 99, 255, 0.2) 20% 40%, transparent 40% 60%, rgba(37, 99, 255, 0.2) 60% 80%, transparent 80%);
}

.audience-grid strong {
  color: #111827;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 680;
}

.audience-grid p {
  max-width: 112px;
  margin: 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.5;
}

#download.download {
  width: min(1180px, calc(100% - 80px));
  padding-top: 66px;
  padding-bottom: 88px;
}

#download .download-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(360px, 0.45fr);
  align-items: center;
  min-height: 392px;
  overflow: hidden;
  padding: 28px 58px;
  border: 1px solid rgba(203, 213, 225, 0.85);
  border-radius: 32px;
  background: linear-gradient(135deg, #f4f8ff 0%, #ffffff 48%, #eaf3ff 100%);
  box-shadow: 0 28px 80px rgba(37, 99, 255, 0.08);
}

#download .download-panel::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 100%;
  background: radial-gradient(circle at 55% 42%, rgba(37, 99, 255, 0.14), transparent 19rem);
  pointer-events: none;
}

#download .download-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  margin: 0 0 16px;
  color: #1d4ed8;
  font-size: 15px;
  line-height: 1;
  font-weight: 760;
}

.download-eyebrow::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("assets/danmai-app-icon.png") center / contain no-repeat;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(37, 99, 255, 0.14);
}

#download .download-copy {
  position: relative;
  z-index: 1;
}

#download .download-copy h2 {
  max-width: 620px;
  margin: 0;
  color: #111827;
  font-size: 38px;
  line-height: 1.25;
  font-weight: 780;
  letter-spacing: -0.035em;
}

#download .download-copy > p:not(.download-eyebrow) {
  max-width: 620px;
  margin: 14px 0 20px;
  color: #5b6472;
  font-size: 16px;
  line-height: 1.62;
}

.download-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

#download .button-large {
  min-height: 52px;
  border-radius: 16px;
}

#download .button-primary {
  box-shadow: 0 16px 32px rgba(37, 99, 255, 0.18);
}

#download .button-ghost {
  min-width: 144px;
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(203, 213, 225, 0.92);
}

#download .download-copy .system-note {
  display: block;
  margin: 0 0 20px;
  color: #667085;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
}

.download-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 720px;
}

.download-trust article {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: flex-start;
}

.cta-trust-icon {
  position: relative;
  width: 24px;
  height: 24px;
  color: #2563ff;
}

.cta-trust-icon::before,
.cta-trust-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.cta-trust-shield::before {
  inset: 2px 4px 3px;
  border: 2px solid #2563ff;
  border-radius: 9px 9px 12px 12px;
  clip-path: polygon(50% 0, 100% 18%, 100% 58%, 50% 100%, 0 58%, 0 18%);
}

.cta-trust-shield::after {
  left: 8px;
  top: 9px;
  width: 8px;
  height: 5px;
  border-left: 2px solid #2563ff;
  border-bottom: 2px solid #2563ff;
  transform: rotate(-45deg);
}

.cta-trust-creator::before {
  left: 5px;
  top: 5px;
  width: 7px;
  height: 7px;
  border: 2px solid #2563ff;
  border-radius: 50%;
  box-shadow: 8px 8px 0 -2px rgba(37, 99, 255, 0.45);
}

.cta-trust-creator::after {
  left: 3px;
  bottom: 4px;
  width: 18px;
  height: 8px;
  border: 2px solid #2563ff;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}

.cta-trust-refresh::before {
  inset: 4px;
  border: 2px solid #2563ff;
  border-left-color: transparent;
  border-radius: 50%;
}

.cta-trust-refresh::after {
  right: 1px;
  top: 4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2563ff;
  border-right: 2px solid #2563ff;
  transform: rotate(36deg);
}

.download-trust strong {
  display: block;
  margin-bottom: 4px;
  color: #111827;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 720;
}

.download-trust p {
  margin: 0;
  color: #667085;
  font-size: 12.5px;
  line-height: 1.45;
}

#download .download-art {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.cta-visual-stage {
  position: relative;
  width: 360px;
  height: 270px;
}

.cta-base {
  position: absolute;
  left: 28px;
  right: 16px;
  bottom: 20px;
  height: 84px;
  border: 1px solid rgba(203, 213, 225, 0.55);
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(218, 232, 255, 0.72));
  box-shadow: 0 24px 44px rgba(37, 99, 255, 0.12);
  transform: perspective(520px) rotateX(62deg);
}

.cta-visual-stage .app-card {
  position: absolute;
  width: 184px;
  height: 184px;
  border-radius: 30px;
  box-shadow: 0 28px 56px rgba(37, 99, 255, 0.18);
}

.cta-visual-stage .app-card.back {
  right: 28px;
  top: 44px;
  background: rgba(219, 234, 254, 0.72);
  transform: rotate(10deg);
}

.cta-visual-stage .app-card.mid {
  right: 64px;
  top: 31px;
  background: rgba(191, 219, 254, 0.74);
  transform: rotate(6deg);
}

.cta-visual-stage .app-card.front {
  left: 76px;
  top: 28px;
  padding: 28px;
  background: linear-gradient(135deg, #2563ff, #2f7bff 55%, #60a5fa);
  transform: rotate(8deg);
}

.cta-visual-stage .app-card.front img {
  width: 56px;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.cta-visual-stage .app-card.front span {
  display: block;
  width: 108px;
  height: 12px;
  margin-top: 26px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.44);
}

.cta-visual-stage .app-card.front span + span {
  width: 128px;
  margin-top: 12px;
}

.cta-visual-stage .app-card.front strong {
  position: absolute;
  right: -20px;
  bottom: -18px;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #ffffff;
  color: #2563ff;
  font-size: 38px;
  box-shadow: 0 18px 38px rgba(37, 99, 255, 0.18);
}

.spark {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
}

.spark::before,
.spark::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 999px;
  background: rgba(37, 99, 255, 0.14);
}

.spark::before {
  width: 4px;
  height: 18px;
}

.spark::after {
  width: 18px;
  height: 4px;
}

.spark-one {
  left: 26px;
  top: 82px;
}

.spark-two {
  right: 18px;
  top: 152px;
}

@media (max-width: 1120px) {
  .audience-grid {
    grid-template-columns: repeat(4, minmax(132px, 1fr));
  }

  #download .download-panel {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: auto;
  }

  #download .download-panel::before {
    width: 100%;
  }

  #download .download-art {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  #scenes.scenes {
    width: min(100% - 32px, 1180px);
    padding-top: 64px;
  }

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

  #scenes .section-heading h2 {
    font-size: 28px;
  }

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

  .audience-grid article {
    min-height: 140px;
  }

  #download.download {
    width: min(100% - 32px, 1180px);
    padding-top: 56px;
    padding-bottom: 72px;
  }

  #download .download-panel {
    padding: 30px 22px;
    border-radius: 26px;
  }

  #download .download-copy h2 {
    font-size: 30px;
  }

  #download .download-copy > p:not(.download-eyebrow) {
    font-size: 15.5px;
    line-height: 1.7;
  }

  .download-actions {
    align-items: stretch;
    flex-direction: column;
  }

  #download .download-actions .button {
    width: 100%;
  }

  .download-trust {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cta-visual-stage {
    width: min(100%, 340px);
    height: 254px;
    margin: 0 auto;
  }

  .cta-visual-stage .app-card {
    width: 170px;
    height: 170px;
    border-radius: 28px;
  }

  .cta-visual-stage .app-card.front {
    left: 58px;
    padding: 26px;
  }

  .cta-visual-stage .app-card.front strong {
    width: 64px;
    height: 64px;
    font-size: 36px;
  }
}

@media (max-width: 430px) {
  .audience-grid {
    grid-template-columns: 1fr;
  }

  .audience-grid article {
    min-height: 128px;
  }
}

/* Section rhythm tightening */
#features.features {
  padding-bottom: 24px;
}

#workflow.workflow {
  padding-top: 40px;
  padding-bottom: 30px;
}

#workflow .section-heading {
  margin-bottom: 16px;
}

#scenes.scenes {
  padding-top: 42px;
}

#download.download {
  padding-top: 48px;
  padding-bottom: 52px;
}

#faq.faq {
  padding-top: 28px;
}

@media (max-width: 760px) {
  #features.features {
    padding-bottom: 24px;
  }

  #workflow.workflow {
    padding-top: 36px;
    padding-bottom: 30px;
  }

  #workflow .section-heading {
    margin-bottom: 16px;
  }

  #scenes.scenes {
    padding-top: 38px;
  }

  #download.download {
    padding-top: 42px;
    padding-bottom: 48px;
  }

  #faq.faq {
    padding-top: 26px;
  }
}

/* Core preview proportion polish */
@media (min-width: 1121px) {
  #features.features {
    padding-right: max(32px, calc((100vw - 1240px) / 2));
    padding-left: max(32px, calc((100vw - 1240px) / 2));
  }

  #features .workflow-feature {
    grid-template-columns: 382px minmax(0, 1fr);
    width: min(1240px, 100%);
  }

  #features .workflow-steps {
    min-height: 0;
    overflow: hidden;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  #features .workflow-step {
    min-height: 62px;
  }

  #features .workflow-preview {
    margin: 14px 16px 14px 12px;
  }
}

/* Core workflow demo upgrade */
#features.features {
  padding-top: 42px;
  padding-bottom: 34px;
}

#features .section-heading {
  margin-bottom: 44px;
}

#features .workflow-feature {
  grid-template-columns: 336px minmax(0, 1fr);
  width: min(1240px, 100%);
  height: 620px;
  min-height: 620px;
  max-height: 680px;
  border-radius: 30px;
}

#features .workflow-steps {
  align-content: center;
  gap: 4px;
  min-height: 0;
  overflow: visible;
  padding: 24px 18px 24px 22px;
}

#features .workflow-steps::before {
  left: 50px;
  top: 78px;
  bottom: 78px;
  background: rgba(216, 229, 255, 0.7);
}

#features .workflow-step {
  grid-template-columns: 40px 46px minmax(0, 1fr);
  gap: 12px;
  min-height: 80px;
  padding: 10px 12px 10px 0;
  border-radius: 18px;
}

#features .workflow-step.is-active {
  min-height: 92px;
  padding-left: 10px;
  border-color: rgba(37, 99, 255, 0.92);
  background: linear-gradient(135deg, rgba(238, 246, 255, 0.98), rgba(255, 255, 255, 0.9));
}

#features .workflow-step.is-active::after {
  right: -10px;
  width: 18px;
  height: 18px;
}

#features .workflow-step > span:first-child {
  width: 34px;
  height: 34px;
  color: #98a2b3;
  background: transparent;
  font-size: 17px;
}

#features .workflow-step > span:first-child::after {
  bottom: -2px;
}

#features .workflow-step.is-active > span:first-child {
  color: #2563ff;
}

.workflow-step-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(190, 214, 249, 0.72);
  border-radius: 14px;
  background:
    radial-gradient(circle at 72% 20%, rgba(37, 99, 255, 0.12), transparent 32%),
    linear-gradient(145deg, #ffffff, #eef6ff);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.workflow-step-icon::before,
.workflow-step-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.step-create .workflow-step-icon::before {
  left: 14px;
  top: 12px;
  width: 18px;
  height: 22px;
  border: 2px solid #2563ff;
  border-radius: 4px;
}

.step-create .workflow-step-icon::after {
  left: 22px;
  top: 18px;
  width: 2px;
  height: 11px;
  background: #2563ff;
  box-shadow: -5px 4px 0 #2563ff, 5px 4px 0 #2563ff;
}

.step-folder .workflow-step-icon::before {
  left: 11px;
  top: 18px;
  width: 25px;
  height: 17px;
  border: 2px solid #2563ff;
  border-radius: 5px;
}

.step-folder .workflow-step-icon::after {
  left: 13px;
  top: 13px;
  width: 12px;
  height: 7px;
  border: 2px solid #2563ff;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}

.step-flow .workflow-step-icon::before {
  left: 12px;
  top: 15px;
  width: 22px;
  height: 16px;
  background:
    linear-gradient(135deg, transparent 0 42%, #2563ff 42% 52%, transparent 52%),
    linear-gradient(45deg, transparent 0 42%, #2563ff 42% 52%, transparent 52%);
}

.step-flow .workflow-step-icon::after {
  left: 11px;
  top: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2563ff;
  box-shadow: 18px 0 0 #2563ff;
}

.step-todo .workflow-step-icon::before {
  left: 15px;
  top: 12px;
  width: 16px;
  height: 21px;
  border: 2px solid #2563ff;
  border-radius: 10px 10px 8px 8px;
}

.step-todo .workflow-step-icon::after {
  left: 18px;
  top: 31px;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: #2563ff;
}

.step-material .workflow-step-icon::before {
  left: 12px;
  top: 14px;
  width: 23px;
  height: 19px;
  border: 2px solid #2563ff;
  border-radius: 5px;
}

.step-material .workflow-step-icon::after {
  left: 16px;
  top: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2563ff;
  box-shadow: 8px 8px 0 -1px #2563ff;
}

.step-revenue .workflow-step-icon::before {
  left: 12px;
  top: 12px;
  width: 23px;
  height: 23px;
  border: 2px solid #2563ff;
  border-radius: 50%;
}

.step-revenue .workflow-step-icon::after {
  left: 22px;
  top: 17px;
  width: 2px;
  height: 13px;
  background: #2563ff;
  box-shadow: -5px 5px 0 -1px #2563ff, 5px 5px 0 -1px #2563ff;
}

#features .workflow-step h3 {
  font-size: 16.5px;
  font-weight: 680;
}

#features .workflow-step p {
  font-size: 13.5px;
  line-height: 1.5;
}

#features .workflow-preview {
  margin: 24px 26px 24px 0;
  padding: 0 34px 34px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 28px 80px rgba(37, 99, 255, 0.08);
}

#features .preview-chrome {
  height: 46px;
  margin: 0 -34px 24px;
  padding: 0 34px;
}

#features .preview-head {
  align-items: center;
  margin-bottom: 24px;
}

#features .preview-head h3 {
  font-size: 21px;
}

#features .preview-head p {
  gap: 14px;
  margin-top: 11px;
}

#features .preview-progress {
  min-height: 144px;
  margin-bottom: 22px;
  padding: 24px 24px 20px;
  border-radius: 22px;
  background: rgba(248, 251, 255, 0.9);
}

#features .preview-progress span {
  gap: 8px;
  background-position: center 12px;
  background-size: 20px 20px;
}

#features .preview-progress span::before {
  width: 44px;
  height: 44px;
}

#features .preview-progress .current::before {
  width: 52px;
  height: 52px;
  margin-top: -4px;
  margin-bottom: -4px;
  background: linear-gradient(135deg, #2563ff, #2f7bff);
}

#features .preview-progress span::after {
  top: 22px;
  left: calc(50% + 22px);
  width: calc(100% - 44px);
}

#features .preview-progress .current::after {
  left: calc(50% + 26px);
  width: calc(100% - 48px);
}

#features .preview-progress strong {
  display: block;
  color: #111827;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 760;
}

#features .preview-progress small {
  display: block;
  color: #98a2b3;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 650;
}

#features .preview-progress .current strong,
#features .preview-progress .current small,
#features .preview-progress .done strong {
  color: #2563ff;
}

#features .progress-camera {
  background-position: center 14px;
}

#features .preview-widgets {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

#features .preview-widget {
  height: 196px;
  min-height: 196px;
  padding: 22px;
  border-radius: 21px;
}

#features .widget-title {
  margin-bottom: 18px;
}

#features .widget-title strong {
  font-size: 16px;
}

#features .preview-widget p {
  min-height: 30px;
  font-size: 13px;
}

#features .revenue-widget > strong {
  font-size: 30px;
}

#features .revenue-spark {
  height: 48px;
  margin-top: 18px;
}

@media (max-width: 1120px) {
  #features .workflow-feature {
    grid-template-columns: 320px minmax(0, 1fr);
    height: 600px;
  }

  #features .workflow-step {
    grid-template-columns: 36px 42px minmax(0, 1fr);
  }

  #features .workflow-step-icon {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 860px) {
  #features .workflow-feature {
    grid-template-columns: 1fr;
    height: auto;
    max-height: none;
  }

  #features .workflow-steps {
    display: flex;
    align-content: initial;
    gap: 10px;
    overflow-x: auto;
    padding: 18px;
  }

  #features .workflow-steps::before,
  #features .workflow-step.is-active::after,
  #features .workflow-step-icon {
    display: none;
  }

  #features .workflow-step {
    grid-template-columns: 32px minmax(130px, 1fr);
    flex: 0 0 210px;
    min-height: 86px;
    padding: 14px;
  }

  #features .workflow-preview {
    margin: 18px;
    padding: 0 18px 22px;
  }

  #features .preview-chrome {
    margin-right: -18px;
    margin-left: -18px;
    padding-right: 18px;
    padding-left: 18px;
  }

  #features .preview-progress {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 18px;
  }

  #features .preview-progress span:nth-child(3)::after,
  #features .preview-progress span:last-child::after {
    display: none;
  }

  #features .preview-widgets {
    grid-template-columns: 1fr;
  }
}

/* Final UI polish pass */
.product-stage {
  width: min(760px, 112%);
  margin-left: -8px;
  padding-bottom: 86px;
}

.product-window {
  box-shadow:
    0 34px 92px rgba(37, 99, 255, 0.18),
    0 10px 28px rgba(37, 99, 255, 0.08);
  transform: scale(1.055);
  transform-origin: center;
}

.product-window .screenshot-main {
  transform: none;
}

.product-widget {
  box-shadow: 0 18px 42px rgba(37, 99, 255, 0.12);
}

.widget-progress {
  left: -10px;
  bottom: 28px;
}

.widget-revenue {
  right: 48px;
  bottom: 8px;
}

.hero .trust-points {
  margin-top: 38px;
}

#features .preview-progress .current::before {
  background: linear-gradient(135deg, #2563ff 0%, #2f7bff 62%, #60a5fa 100%);
  box-shadow: 0 14px 28px rgba(37, 99, 255, 0.28);
}

#features .preview-progress span:not(.done):not(.current)::before {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.72) 0 35%, transparent 36%),
    #eef3f9;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.16);
}

#features .preview-progress span:not(.done):not(.current) {
  --icon-color: #98a2b3;
}

#features .preview-progress span:not(.done):not(.current) strong,
#features .preview-progress span:not(.done):not(.current) small {
  color: #98a2b3;
}

#features .preview-widget p {
  font-size: 13.5px;
  line-height: 1.38;
}

#features .widget-title strong {
  font-size: 16.5px;
}

#workflow .video-panel {
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

#workflow .video-panel:hover {
  border-color: rgba(37, 99, 255, 0.18);
  box-shadow: 0 22px 58px rgba(37, 99, 255, 0.1);
  transform: translateY(-2px);
}

#workflow .video-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.20), transparent 32%);
  pointer-events: none;
}

#workflow .video-play {
  z-index: 3;
  width: 78px;
  height: 78px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 46px rgba(37, 99, 255, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

#workflow .video-panel:hover .video-play {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 52px rgba(37, 99, 255, 0.22);
  transform: translate(-50%, -50%) scale(1.04);
}

#workflow .video-play .play-mark {
  width: 28px;
  height: 28px;
}

#workflow .video-copy strong {
  display: block;
  color: #111827;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 760;
  letter-spacing: -0.02em;
}

#workflow .video-copy ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

#workflow .video-copy li {
  position: relative;
  padding-left: 24px;
  color: #667085;
  font-size: 15px;
  line-height: 1.55;
}

#workflow .video-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2563ff;
  box-shadow: 0 0 0 5px rgba(37, 99, 255, 0.1);
}

.audience-grid article {
  gap: 10px;
  min-height: 136px;
  padding-top: 17px;
  padding-bottom: 15px;
}

.audience-grid p {
  font-size: 13px;
  line-height: 1.35;
}

#download .button-primary {
  min-width: 172px;
  box-shadow: 0 20px 38px rgba(37, 99, 255, 0.24);
}

#download .download-copy .system-note {
  margin-bottom: 18px;
}

.download-trust {
  gap: 14px;
  opacity: 0.78;
}

.download-trust article {
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 8px;
}

.cta-trust-icon {
  width: 21px;
  height: 21px;
}

.download-trust strong {
  margin-bottom: 2px;
  font-size: 13.5px;
}

.download-trust p {
  font-size: 12px;
  line-height: 1.3;
}

#faq.faq {
  padding-top: 18px;
  padding-bottom: 38px;
}

#faq .section-heading {
  margin-bottom: 24px;
}

#faq .section-heading h2 {
  margin-top: 14px;
  font-size: 32px;
}

#faq .faq-list {
  gap: 10px;
}

#faq .faq-list article {
  padding: 18px 24px;
  border-radius: 18px;
}

#faq .faq-list h3 {
  margin-bottom: 8px;
  font-size: 16px;
}

#faq .faq-list p {
  font-size: 13.5px;
  line-height: 1.62;
}

@media (max-width: 760px) {
  .product-stage {
    width: 100%;
    margin-left: 0;
    padding-bottom: 92px;
  }

  .product-window {
    transform: none;
  }

  .widget-revenue {
    right: 0;
    bottom: 54px;
  }

  #workflow .video-play {
    width: 64px;
    height: 64px;
  }

  #workflow .video-copy strong {
    font-size: 21px;
  }

  #faq .section-heading h2 {
    font-size: 26px;
  }
}

/* Launch cleanup: the workflow block is a static product screenshot, not a video CTA. */
#workflow .static-showcase {
  cursor: default;
}

#workflow .static-showcase:hover {
  border-color: rgba(226, 232, 240, 0.88);
  box-shadow: var(--shadow-soft);
  transform: none;
}

#workflow .static-showcase .video-frame::before {
  display: none;
}

#workflow .static-showcase .video-frame::after {
  background: linear-gradient(180deg, transparent 58%, rgba(17, 24, 39, 0.04));
}

#workflow .static-showcase .video-copy strong {
  letter-spacing: 0;
}

@media (max-width: 760px) {
  .hero-notes {
    margin-top: 22px;
  }

  .hero-notes span {
    width: 100%;
    justify-content: center;
  }
}
