.home-v2 .hero {
  display: flex;
  align-items: stretch;
  padding: 0;
}

.home-v2 .site-header {
  z-index: 90;
  background: linear-gradient(180deg, rgba(8, 8, 12, 0.98), rgba(8, 8, 12, 0.9));
}

.home-v2 .hero .container {
  width: min(1380px, calc(100% - (var(--page-pad) * 2)));
}

.home-v2 .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(560px, 1.08fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: center;
  min-height: calc(100svh - var(--header-height));
  box-sizing: border-box;
  padding: clamp(0px, 1vw, 10px) 0 clamp(22px, 4vw, 32px);
}

.home-v2 .hero-copy {
  max-width: 640px;
  padding-top: clamp(0px, 0.5vw, 4px);
}

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

.home-v2 .hero-copy h1 {
  max-width: 12.2ch;
}

.home-v2 .hero-title-base,
.home-v2 .hero-title-highlight-stack {
  display: block;
}

.home-v2 .hero-title-highlight-stack {
  position: relative;
  z-index: 0;
  display: inline-flex;
  flex-direction: column;
  margin-top: 0.1em;
  width: fit-content;
  color: #171321;
  padding: 0.21em 0.18em 0.12em 0.14em;
}

.home-v2 .hero-title-highlight-shape {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.home-v2 .hero-title-highlight-line {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.home-v2 .hero-title-highlight-line:first-child {
  padding-right: 0.16em;
}

.home-v2 .hero-title-highlight-line + .hero-title-highlight-line {
  margin-top: 0.08em;
}

.hero-demo-shell {
  position: relative;
  justify-self: end;
  width: min(100%, 780px);
  min-height: 608px;
  padding-top: clamp(10px, 1.8vw, 18px);
  z-index: 0;
}

.hero-demo-shell::before {
  content: "";
  position: absolute;
  inset: 12% 4% 18% 10%;
  border-radius: 48px;
  background:
    radial-gradient(circle at 32% 40%, rgba(164, 125, 255, 0.26), transparent 42%),
    radial-gradient(circle at 70% 46%, rgba(123, 183, 255, 0.18), transparent 46%);
  filter: blur(40px);
  pointer-events: none;
}

.hero-demo-stage {
  position: relative;
  min-height: 608px;
}

.hero-demo-monitor {
  position: absolute;
  top: -20px;
  right: 0;
  width: min(100%, 760px);
  border-radius: 34px;
  padding: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(12, 12, 18, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.46);
}

.hero-demo-chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
}

.demo-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
}

.hero-demo-caption {
  margin-left: 10px;
  font-family: var(--font-tech);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.68rem;
}

.hero-demo-desktop {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10.2;
  border-radius: 26px;
  background: linear-gradient(180deg, #73879b 0%, #647687 100%);
  isolation: isolate;
}

.hero-demo-wallpaper {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 66% 44%, rgba(11, 60, 191, 0.92), transparent 28%),
    radial-gradient(circle at 57% 56%, rgba(7, 30, 110, 0.88), transparent 22%),
    radial-gradient(circle at 48% 50%, rgba(29, 113, 255, 0.62), transparent 34%),
    linear-gradient(180deg, #8397aa 0%, #728699 100%);
}

.hero-demo-wallpaper::before,
.hero-demo-wallpaper::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(12px);
}

.hero-demo-wallpaper::before {
  width: 64%;
  height: 74%;
  left: 34%;
  top: 4%;
  background: radial-gradient(circle at 38% 40%, rgba(61, 132, 255, 0.94), rgba(5, 22, 88, 0.88) 42%, transparent 70%);
  transform: rotate(-12deg);
}

.hero-demo-wallpaper::after {
  width: 68%;
  height: 68%;
  left: 30%;
  top: 20%;
  background: radial-gradient(circle at 52% 50%, rgba(6, 16, 62, 0.98), transparent 62%);
}

.hero-demo-overlay {
  position: absolute;
  inset: 0;
  z-index: 16;
  background: rgba(4, 6, 11, var(--demo-dim-opacity, 0.56));
  transition: background-color 220ms ease;
  pointer-events: none;
}

.demo-window {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(224, 224, 229, 0.78);
  color: #1a1c23;
  text-align: left;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(3px);
  cursor: pointer;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease,
    opacity 220ms ease;
  z-index: 10;
}

.demo-window:hover,
.demo-window:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(164, 125, 255, 0.56);
  outline: none;
}

.demo-window.is-focused {
  z-index: 26;
  background: rgba(246, 246, 250, 0.96);
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
  transform: translateY(-6px) scale(1.012);
}

.demo-window.is-active-window {
  z-index: 14;
}

.hero-demo-shell[data-mode="dim"] .demo-window.is-active-window {
  z-index: 14;
  transform: none;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.hero-demo-shell[data-mode="dim"] .demo-window {
  filter: brightness(0.78) saturate(0.88);
}

.hero-demo-shell[data-mode="dim"] .demo-window.is-focused {
  background: rgba(224, 224, 229, 0.78);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  transform: none;
}

.demo-window-titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.42);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 0.72rem;
  font-weight: 700;
}

.demo-window-actions {
  display: inline-flex;
  gap: 4px;
}

.demo-window-actions i {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.22);
}

.demo-window-body {
  display: grid;
  gap: 10px;
  padding: 14px 14px 16px;
}

.demo-pill-line,
.demo-copy-line,
.demo-avatar-row,
.demo-check-row {
  display: block;
  border-radius: 999px;
  background: rgba(38, 46, 66, 0.16);
}

.demo-pill-line {
  height: 18px;
  width: 46%;
}

.demo-pill-line--wide {
  width: 58%;
}

.demo-copy-line {
  height: 10px;
}

.demo-copy-line--long {
  width: 100%;
}

.demo-copy-line--medium {
  width: 78%;
}

.demo-copy-line--short {
  width: 52%;
}

.demo-avatar-row {
  width: 48px;
  height: 48px;
  border-radius: 14px;
}

.demo-check-row {
  width: 82%;
  height: 12px;
  position: relative;
  padding-left: 18px;
}

.demo-check-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: rgba(38, 46, 66, 0.18);
}

.demo-check-row--short {
  width: 62%;
}

.demo-window--browser {
  left: 6%;
  top: 18%;
  width: 40%;
  min-height: 42%;
}

.demo-window--notes {
  right: 9%;
  top: 11%;
  width: 38%;
  min-height: 48%;
}

.demo-window--chat {
  right: 22%;
  bottom: 12%;
  width: 26%;
  min-height: 24%;
}

.demo-window--tasks {
  left: 16%;
  bottom: 14%;
  width: 24%;
  min-height: 22%;
}

.hero-demo-panel {
  position: absolute;
  left: -10px;
  bottom: -2px;
  width: min(340px, 52%);
  z-index: 18;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)),
    rgba(12, 12, 18, 0.96);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
  overflow: hidden;
}

.hero-demo-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 18px 0;
}

.hero-demo-kicker {
  display: inline-block;
  margin-bottom: 4px;
  color: var(--accent-soft);
  font-family: var(--font-tech);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-demo-panel-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.4rem;
  line-height: 1;
}

.hero-demo-panel-head p {
  margin: 4px 0 0;
  color: var(--accent-soft);
  opacity: 0.82;
  font-size: 0.84rem;
}

.hero-demo-live-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(164, 125, 255, 0.28);
  background: rgba(164, 125, 255, 0.12);
  color: var(--accent-soft);
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-demo-card {
  margin: 16px;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(37, 37, 47, 0.9);
}

.hero-demo-mode-row {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  width: 100%;
  padding: 4px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(19, 19, 27, 0.72);
}

.hero-demo-mode {
  min-height: 40px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--text-med);
  font-weight: 700;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.hero-demo-mode.is-active {
  background: linear-gradient(180deg, #b493ff, #9f76ff);
  color: #0e0c14;
  box-shadow: 0 10px 24px rgba(164, 125, 255, 0.24);
}

.hero-demo-slider-wrap {
  margin-top: 16px;
}

.hero-demo-slider-head,
.hero-demo-readout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hero-demo-slider-head span,
.hero-demo-readout span {
  color: var(--text-low);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-demo-slider-head strong,
.hero-demo-readout strong {
  color: var(--accent-soft);
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1;
}

.hero-demo-slider {
  width: 100%;
  margin-top: 12px;
  appearance: none;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent) var(--slider-fill, 62%), #050507 var(--slider-fill, 62%), #050507 100%);
  outline: none;
}

.hero-demo-slider::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #f8f5ff;
  border: 2px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 4px rgba(164, 125, 255, 0.15);
  cursor: pointer;
}

.hero-demo-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #f8f5ff;
  border: 2px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 4px rgba(164, 125, 255, 0.15);
  cursor: pointer;
}

.hero-demo-readout {
  margin-top: 16px;
}

.v2-proof-section,
.v2-modes-section,
.v2-highlight-section,
.v2-workflow-section,
 .v2-cta-section {
  padding-bottom: clamp(72px, 9vw, 118px);
}

.v2-section-head {
  max-width: 720px;
}

.home-v2 .section-head h2 {
  font-size: clamp(1.78rem, 3vw, 2.72rem);
}

.v2-section-head p,
.v2-section-copy p {
  max-width: 620px;
}

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

.v2-proof-card {
  padding: 24px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    rgba(18, 18, 26, 0.9);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.25);
}

.v2-proof-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(164, 125, 255, 0.12);
  border: 1px solid rgba(164, 125, 255, 0.22);
  color: var(--accent-soft);
  font-size: 0.8rem;
  font-weight: 700;
}

.v2-proof-card h3 {
  margin: 16px 0 0;
  font-family: var(--font-display);
  font-size: 1.55rem;
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.v2-modes-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.v2-modes-grid .v2-section-copy {
  max-width: 760px;
}

.v2-highlight-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: start;
}

.v2-showcase,
.v2-highlight-visual,
.v2-workflow-card {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    rgba(12, 12, 18, 0.95);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.26);
}

.v2-showcase {
  padding: 18px;
}

.v2-showcase.is-swapping .v2-showcase-frame img {
  opacity: 0.82;
  transform: scale(0.992);
}

.v2-showcase-frame,
.v2-shot-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: zoom-in;
}

.v2-showcase-frame {
  overflow: hidden;
  border-radius: 22px;
}

.v2-showcase-frame img,
.v2-highlight-visual img,
.v2-workflow-shot img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: opacity 180ms ease, transform 220ms ease;
}

.v2-showcase-frame:hover img,
.v2-showcase-frame:focus-visible img,
.v2-shot-button:hover img,
.v2-shot-button:focus-visible img {
  transform: scale(1.01);
}

.v2-showcase-frame:focus-visible,
.v2-shot-button:focus-visible {
  outline: 2px solid rgba(164, 125, 255, 0.62);
  outline-offset: 4px;
}

.v2-showcase-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 4px 4px;
}

.v2-showcase-copy {
  display: grid;
  gap: 8px;
}

.v2-showcase-copy strong {
  font-family: var(--font-display);
  font-size: 1.28rem;
  font-weight: 600;
}

.v2-showcase-copy span {
  color: var(--text-med);
  font-size: 1rem;
}

.v2-showcase-dots {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 4px;
}

.v2-showcase-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  cursor: pointer;
  transition: width 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.v2-showcase-dot.is-active {
  width: 30px;
  background: linear-gradient(180deg, #b493ff, #9f76ff);
  box-shadow: 0 10px 20px rgba(164, 125, 255, 0.22);
}

.v2-section-copy h2 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(1.96rem, 3.4vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 500;
}

.v2-section-copy p {
  margin: 0;
  color: var(--text-med);
  font-size: 1.02rem;
}

.v2-highlight-grid .v2-section-copy {
  max-width: none;
  width: 100%;
}

.v2-highlight-visual {
  max-width: none;
  width: 100%;
}

.v2-point-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.v2-point-list li {
  position: relative;
  min-width: 0;
  min-height: 100%;
  padding: 14px 16px 14px 40px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-med);
  font-size: 0.94rem;
}

.v2-point-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 17px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: radial-gradient(circle, var(--accent-soft), var(--accent));
  box-shadow: 0 0 18px var(--accent-glow);
}

.v2-highlight-visual img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

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

.v2-workflow-card {
  padding: 0;
}

.v2-workflow-shot {
  margin: 0;
  overflow: hidden;
}

.v2-workflow-card h3 {
  margin: 18px 18px 6px;
  font-family: var(--font-display);
  font-size: 1.22rem;
  font-weight: 600;
}

.v2-workflow-card p {
  margin: 0 18px 18px;
  color: var(--text-med);
  font-size: 0.98rem;
}

.v2-workflow-card:last-child {
  grid-column: 1 / -1;
}

.v2-workflow-card:last-child .v2-workflow-shot img {
  aspect-ratio: 16 / 8.6;
}

.v2-workflow-card--local .v2-workflow-shot img {
  object-position: center 68%;
}

.v2-cta-panel {
  padding: clamp(28px, 5vw, 42px);
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 20% 20%, rgba(164, 125, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    rgba(13, 13, 20, 0.96);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.28);
}

.v2-cta-section {
  padding-top: clamp(12px, 2vw, 20px);
}

.v2-cta-panel h2 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 500;
}

.v2-cta-panel p {
  margin: 0;
  color: var(--text-med);
  font-size: 1.04rem;
}

.shot-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: clamp(20px, 4vw, 40px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.shot-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.shot-lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(4, 6, 11, 0.72);
  backdrop-filter: blur(12px);
  cursor: zoom-out;
}

.shot-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0)),
    rgba(11, 11, 17, 0.96);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transform: translateY(16px) scale(0.98);
  transition: transform 220ms ease;
}

.shot-lightbox.is-open .shot-lightbox-dialog {
  transform: translateY(0) scale(1);
}

.shot-lightbox-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(8, 8, 12, 0.64);
  color: var(--text-high);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.shot-lightbox-image {
  width: 100%;
  max-height: min(78vh, 920px);
  object-fit: contain;
  background: #0a0a0f;
}

.shot-lightbox-caption {
  padding: 16px 22px 20px;
  color: var(--text-med);
  font-size: 0.98rem;
}

body.is-lightbox-open {
  overflow: hidden;
}

@media (max-width: 1180px) {
  .home-v2 .hero .container {
    width: min(var(--max-width), calc(100% - (var(--page-pad) * 2)));
  }

  .home-v2 .hero-grid,
  .v2-modes-grid,
  .v2-highlight-grid,
  .v2-workflow-grid,
    .v2-proof-grid {
    grid-template-columns: 1fr;
  }

  .home-v2 .hero-grid {
    min-height: auto;
    padding: clamp(24px, 4vw, 34px) 0 clamp(34px, 5vw, 42px);
  }

  .hero-demo-shell {
    justify-self: stretch;
    width: 100%;
    min-height: 720px;
  }

  .hero-demo-monitor {
    width: 100%;
  }

  .hero-demo-panel {
    width: min(380px, 52%);
  }

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

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

@media (max-width: 920px) {
  .hero-demo-shell {
    min-height: auto;
  }

  .hero-demo-stage {
    min-height: auto;
    display: grid;
    gap: 18px;
  }

  .hero-demo-monitor,
  .hero-demo-panel {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
  }

  .hero-demo-panel {
    border-radius: 26px;
  }

  .v2-showcase-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .v2-showcase-dots {
    padding: 0;
  }

  .v2-point-list li {
    min-height: 0;
  }

  .v2-point-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .home-v2 .hero-grid {
    padding-top: 32px;
  }

  .hero-demo-shell {
    width: 100%;
  }

  .hero-demo-monitor {
    border-radius: 26px;
    padding: 10px;
  }

  .hero-demo-desktop {
    aspect-ratio: 4 / 3.2;
    border-radius: 20px;
  }

  .demo-window--browser {
    left: 4%;
    top: 18%;
    width: 44%;
  }

  .demo-window--notes {
    right: 5%;
    top: 10%;
    width: 42%;
  }

  .demo-window--chat {
    right: 16%;
    width: 32%;
  }

  .demo-window--tasks {
    left: 10%;
    width: 30%;
  }

  .hero-demo-card {
    margin: 14px;
    padding: 14px;
  }

  .v2-media-grid,
  .v2-workflow-grid,
  .v2-proof-grid {
    grid-template-columns: 1fr;
  }

  .shot-lightbox {
    padding: 14px;
  }

  .shot-lightbox-dialog {
    border-radius: 22px;
  }
}
.hero-demo-shell[data-mode="highlight"] .demo-window.is-active-window {
  z-index: 22;
}
