/* Wave 1 homepage
   Page-specific selectors are intentionally namespaced with w1- so the
   shared content-page compatibility layer cannot restyle this homepage. */

:root {
  --w1-canvas: var(--bg);
  --w1-canvas-soft: var(--bg);
  --w1-canvas-border: var(--border);
  --w1-risk: #c13f3a;
  --w1-share-arrow-bg: #fff;
  --w1-share-arrow-border: #dedee5;
  --w1-share-arrow-ink: var(--accent);
  --w1-share-arrow-shadow: 0 2px 8px rgba(24, 24, 32, .08);
}

:root[data-theme="dark"] {
  --w1-risk: #f06a65;
  --w1-share-arrow-bg: #111116;
  --w1-share-arrow-border: rgba(255, 255, 255, .28);
  --w1-share-arrow-ink: #c5c1ff;
  --w1-share-arrow-shadow: 0 0 0 3px var(--bg), 0 3px 10px rgba(0, 0, 0, .32);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    --w1-risk: #f06a65;
    --w1-share-arrow-bg: #111116;
    --w1-share-arrow-border: rgba(255, 255, 255, .28);
    --w1-share-arrow-ink: #c5c1ff;
    --w1-share-arrow-shadow: 0 0 0 3px var(--bg), 0 3px 10px rgba(0, 0, 0, .32);
  }
}

/* This stylesheet is loaded only by the homepage, so the shared nav can join
   the hero canvas here without changing documentation and share pages. */
.nav {
  border-bottom-color: var(--w1-canvas-border);
  background: color-mix(in srgb, var(--w1-canvas) 92%, transparent);
}

.nav-links a:hover,
.gh:hover {
  background: var(--accent-soft);
}

.w1-wrap {
  width: min(1060px, 100%);
  margin-inline: auto;
  padding-inline: 24px;
}

.w1-hero,
.w1-feature,
.w1-testimonials,
.w1-trust,
.w1-switch,
.w1-release,
.w1-faq,
.w1-final {
  position: relative;
  padding: 96px 0 0;
}

.w1-hero {
  min-height: 0;
  padding: 44px 0 52px;
  overflow: hidden;
  background: var(--w1-canvas);
}

.w1-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(460px, .97fr);
  align-items: center;
  gap: clamp(48px, 5vw, 66px);
}

.w1-hero-copy {
  position: relative;
  z-index: 1;
}

.w1-hero-copy .pill {
  margin-bottom: 26px;
  border: 1px solid color-mix(in srgb, var(--accent) 14%, var(--w1-canvas-border));
  background: var(--accent-soft);
}

.w1-hero h1 {
  max-width: 720px;
  font-size: clamp(52px, 4.8vw, 68px);
  line-height: .99;
  letter-spacing: -.055em;
  font-weight: 680;
  text-wrap: balance;
}

.w1-hero h1 span {
  color: var(--accent);
}

.w1-lede {
  max-width: 540px;
  margin-top: 28px;
  color: var(--muted);
  font-size: clamp(18px, 1.75vw, 21px);
  line-height: 1.58;
  letter-spacing: -.012em;
}

.w1-hero .cta-row,
.w1-final .cta-row {
  margin-top: 34px;
}

.w1-source-btn svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: currentColor;
}

.w1-assure {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 20px;
  color: var(--faint);
  font-size: 13.5px;
}

.w1-assure span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--border2);
}

.w1-assure b {
  color: var(--muted);
  font-weight: 650;
}

.w1-switch-note {
  margin-top: 8px;
  color: var(--faint);
  font-size: 13px;
}

.w1-switch-note a {
  color: var(--accent);
  font-weight: 600;
}

.w1-switch-note a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.w1-hero-visual {
  min-width: 0;
}

.w1-hero .w1-product-stage {
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.w1-hero .w1-product-shot {
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.w1-product-stage {
  position: relative;
  padding: 18px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--card);
  box-shadow: var(--shadow);
}

.w1-stage-label {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 2px 13px;
  color: var(--faint);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.w1-stage-label span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #43c383;
  box-shadow: 0 0 0 4px rgba(67, 195, 131, .12);
}

.w1-product-shot {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
}

.w1-hero-shot {
  max-height: 630px;
  object-fit: cover;
  object-position: top;
}

.w1-quick-path {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 11px;
  margin: 19px 8px 0;
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.w1-quick-path span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.w1-quick-path b {
  color: var(--accent);
  font-size: 10px;
  letter-spacing: .07em;
}

.w1-quick-path i {
  width: 100%;
  height: 1px;
  background: var(--border2);
}

.w1-feature {
  overflow: hidden;
}

.w1-share,
.w1-profiles,
.w1-trust,
.w1-release,
.w1-final {
  background: var(--bg);
}

.w1-share {
  padding-top: 56px;
}

.w1-split {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(60px, 8vw, 112px);
}

.w1-split-reverse {
  grid-template-columns: minmax(0, 1.13fr) minmax(320px, .87fr);
}

.w1-kicker {
  margin: 0 0 17px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.w1-feature h2,
.w1-testimonials h2,
.w1-trust h2,
.w1-switch h2,
.w1-release h2,
.w1-faq h2,
.w1-final h2 {
  margin: 0;
  font-size: clamp(36px, 4.1vw, 56px);
  line-height: 1.04;
  letter-spacing: -.045em;
  font-weight: 660;
  text-wrap: balance;
}

.w1-feature-lede {
  max-width: 520px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.w1-proof-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 650;
}

.w1-proof-line::before {
  content: "";
  width: 22px;
  height: 1px;
  background: var(--accent);
}

.w1-text-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 30px;
}

.w1-text-links a,
.w1-release-copy > a,
.w1-story-link a {
  color: var(--accent);
  font-size: 14px;
  font-weight: 650;
}

.w1-text-links a:hover,
.w1-release-copy > a:hover,
.w1-story-link a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.w1-share-head {
  display: block;
}

.w1-share-head > div:first-child {
  max-width: 640px;
}

.w1-share-intro {
  width: 100%;
  max-width: 680px;
  margin: 24px 0 0;
}

.w1-share-intro > p:first-child {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.w1-share-intro .w1-proof-line {
  margin-top: 18px;
}

.w1-share-flow {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.3fr) minmax(0, .85fr);
  gap: 18px;
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
}

.w1-share-step {
  position: relative;
  min-width: 0;
}

.w1-share-step-head {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  align-items: start;
}

.w1-share-step-number {
  color: var(--accent);
  font: 650 11px/1.5 ui-monospace, "SF Mono", Menlo, monospace;
  letter-spacing: .06em;
}

.w1-share-step-head small {
  display: block;
  margin-bottom: 2px;
  color: var(--faint);
  font-size: 11px;
  line-height: 1.35;
}

.w1-share-step h3 {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 670;
  letter-spacing: -.012em;
}

.w1-share-frame {
  position: relative;
  height: clamp(126px, 11.4vw, 145px);
  margin: 14px 0 0;
  padding: 0;
  overflow: visible;
}

.w1-share-frame-clip {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
}

.w1-share-frame img {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  background: #fff;
}

.w1-share-review {
  grid-template-columns: minmax(0, 1fr) 118px;
  place-items: stretch;
}

.w1-share-review-data {
  display: grid;
  grid-template-rows: auto auto repeat(2, minmax(0, 1fr)) auto minmax(0, 1fr);
  min-width: 0;
  padding: 10px 14px 9px;
  background: #fff;
  color: #17171b;
}

.w1-share-review-meta,
.w1-share-review-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  gap: 12px;
}

.w1-share-review-meta {
  padding-bottom: 4px;
}

.w1-share-review-meta strong {
  font-size: 11px;
  font-weight: 720;
  letter-spacing: -.01em;
}

.w1-share-review-meta > span {
  display: flex;
  gap: 4px;
}

.w1-share-review-meta b {
  padding: 3px 6px;
  border-radius: 999px;
  background: #eef5ff;
  color: #3978d9;
  font-size: 7px;
  font-weight: 600;
}

.w1-share-review-meta b + b {
  background: #f4f1ff;
  color: #6652df;
}

.w1-share-review-data > p {
  margin: 3px 0 0;
  color: #686b72;
  font-size: 8px;
  font-weight: 650;
  line-height: 1.2;
}

.w1-share-review-row {
  border-bottom: 1px solid #ececf0;
}

.w1-share-review-row:last-child {
  border-bottom: 0;
}

.w1-share-review-row code {
  min-width: 0;
  overflow: hidden;
  color: #23242a;
  font: 500 9px/1.2 ui-monospace, "SF Mono", Menlo, monospace;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w1-share-review-row code:last-child {
  color: #666a73;
}

.w1-share-review-row em {
  padding: 2px 5px;
  border-radius: 999px;
  background: #e7f6ed;
  color: #18784a;
  font-size: 7px;
  font-style: normal;
  font-weight: 700;
}

.w1-share-import-zone {
  display: grid;
  place-items: center;
  padding: 12px;
  border-left: 1px solid #e9e5ff;
  background: #f8f7ff;
}

.w1-share-import-zone span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 7px;
  background: #5a50dc;
  color: #fff;
  box-shadow: 0 6px 16px rgba(90, 80, 220, .18);
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.w1-share-step:not(:last-child) .w1-share-frame::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -20px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid var(--w1-share-arrow-border);
  border-radius: 50%;
  background: var(--w1-share-arrow-bg);
  color: var(--w1-share-arrow-ink);
  box-shadow: var(--w1-share-arrow-shadow);
  font: 560 11px/1 ui-sans-serif, system-ui, sans-serif;
  transform: translateY(-50%);
}

.w1-share-links {
  justify-content: center;
  margin-top: 28px;
}

.w1-share-proof {
  margin-top: 80px;
  padding-top: 0;
}

.w1-share-proof-copy {
  max-width: 680px;
  margin: 0 auto 36px;
  text-align: center;
}

.w1-share-proof-copy h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 3.3vw, 44px);
  font-weight: 660;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.w1-share-proof-copy > p:last-child {
  margin-top: 17px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.w1-share-proof .frag-demo {
  max-width: 880px;
}

.w1-filters {
  background: var(--w1-canvas-soft);
}

.w1-section-head {
  max-width: 760px;
  margin-bottom: 50px;
}

.w1-section-head .w1-feature-lede {
  max-width: 620px;
}

.w1-filter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
}

.w1-filter-card {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 20px 20px 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--card);
}

.w1-filter-card-emphasis {
  border-color: color-mix(in srgb, var(--accent) 28%, var(--border));
  background: var(--card);
}

.w1-filter-card figcaption {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding: 0 2px 20px;
}

.w1-filter-card figcaption span {
  color: var(--ink);
  font-size: 15px;
  font-weight: 680;
  letter-spacing: -.01em;
}

.w1-filter-card figcaption small {
  color: var(--faint);
  font-size: 12px;
  text-align: right;
}

.w1-shot-surface {
  flex: 1;
  height: auto;
  overflow: hidden;
  border: 0;
  border-radius: 10px 10px 0 0;
  background: #fff;
}

.w1-shot-surface img {
  display: block;
  width: 100%;
  height: auto;
}

.w1-filter-notes {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 22px;
  color: var(--faint);
  font-size: 12.5px;
}

.w1-filter-notes p {
  margin: 0;
}

.w1-filter-notes span {
  margin-right: 5px;
  color: var(--accent);
}

.w1-profile-visual {
  min-width: 0;
}

.w1-product-stage-compact {
  padding: 16px;
}

.w1-product-stage-compact .w1-product-shot {
  max-height: 560px;
  object-fit: cover;
  object-position: top;
  border: 0;
}

.w1-profile-status {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin: -18px 22px 0;
  position: relative;
  z-index: 2;
}

.w1-profile-status span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--card);
  color: var(--muted);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .07);
  font-size: 11px;
  white-space: nowrap;
}

.w1-profile-status i {
  width: 6px;
  height: 6px;
  border: 1px solid var(--faint);
  border-radius: 50%;
}

.w1-profile-status i.is-live {
  border-color: #43c383;
  background: #43c383;
}

.w1-plain-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.w1-plain-list li {
  display: grid;
  grid-template-columns: 19px 1fr;
  gap: 10px;
  color: var(--muted);
  font-size: 15px;
}

.w1-plain-list li::before,
.w1-switch-checks li::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
}

.w1-testimonials {
  padding: 96px 0 0;
  background: var(--bg);
}

.w1-section-title {
  max-width: 640px;
}

.w1-quote-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 46px;
}

.w1-quote-grid blockquote {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--card);
  color: var(--ink);
}

.w1-quote-content {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.w1-quote-person {
  padding-right: 38px;
}

.w1-quote-mark {
  position: absolute;
  top: 24px;
  right: 23px;
  color: var(--accent);
  font: 700 32px/1 Georgia, serif;
}

.w1-quote-grid blockquote p {
  margin-top: 20px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
}

.w1-quote-grid cite {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-style: normal;
}

.w1-quote-grid cite b {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 680;
}

.w1-quote-grid cite span {
  color: var(--faint);
  font-size: 13px;
}

.w1-story-link {
  margin-top: 25px;
  color: var(--muted);
  font-size: 13.5px;
  text-align: center;
}

.w1-trust {
  padding: 100px 0;
}

.w1-trust-intro {
  display: grid;
  grid-template-columns: .5fr .9fr 1fr;
  align-items: end;
  gap: 36px;
}

.w1-trust-intro .w1-kicker {
  margin-bottom: 7px;
}

.w1-trust-intro h2 {
  font-size: clamp(32px, 3.35vw, 45px);
}

.w1-trust-intro > p:last-child {
  margin: 0 0 3px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.w1-trust-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 44px;
  border-top: 1px solid var(--border2);
  border-bottom: 1px solid var(--border2);
}

.w1-trust-rail > * {
  position: relative;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 3px 14px;
  padding: 25px 27px;
  border-left: 1px solid var(--border);
  color: inherit;
}

.w1-trust-rail > *:first-child {
  border-left: 0;
}

.w1-trust-rail a::after {
  content: "↗";
  position: absolute;
  top: 22px;
  right: 22px;
  color: var(--faint);
  font-size: 13px;
}

.w1-trust-index {
  grid-row: span 2;
  color: var(--faint);
  font: 600 10px/1.7 ui-monospace, "SF Mono", Menlo, monospace;
}

.w1-trust-rail b {
  color: var(--ink);
  font-size: 14px;
  font-weight: 680;
}

.w1-trust-rail small {
  color: var(--muted);
  font-size: 12px;
}

.w1-trust-rail a:hover b {
  color: var(--accent);
}

.w1-switch {
  padding: 88px 0 0;
  overflow: hidden;
  background: var(--bg);
  color: var(--ink);
}

.w1-switch-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(460px, 1.18fr);
  align-items: center;
  gap: 52px;
  padding: 0;
}

.w1-switch .w1-kicker {
  color: var(--accent);
}

.w1-switch h2 {
  max-width: 540px;
  font-size: clamp(34px, 4.1vw, 50px);
}

.w1-switch-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}

.w1-switch-checks li {
  display: grid;
  grid-template-columns: 19px auto;
  gap: 10px;
  color: var(--muted);
  font-size: 15px;
}

.w1-switch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
}

.w1-compare-art {
  min-width: 0;
  margin: 0;
}

.w1-compare-svg {
  display: block;
  width: 100%;
  height: auto;
}

.w1-release {
  padding: 94px 0;
}

.w1-release-card {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 260px;
  align-items: center;
  gap: 46px;
  padding: 46px 50px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg);
}

.w1-release-number {
  color: var(--accent);
  font-size: 92px;
  font-weight: 720;
  line-height: .8;
  letter-spacing: -.08em;
}

.w1-release h2 {
  font-size: clamp(29px, 3.1vw, 42px);
}

.w1-release-copy > p:not(.w1-kicker) {
  margin-top: 17px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.w1-release-copy > a {
  display: inline-block;
  margin-top: 20px;
}

.w1-release-tags {
  display: grid;
  gap: 8px;
}

.w1-release-tags span {
  padding: 8px 11px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--bg);
  color: var(--muted);
  font-size: 12px;
}

.w1-faq {
  background: var(--bg);
}

.w1-faq .w1-section-title {
  margin-bottom: 28px;
}

.w1-faq-list {
  max-width: 880px;
  margin-left: auto;
}

.w1-faq-list details {
  border: 0;
}

.w1-faq-list details + details {
  border-top: 1px solid var(--border);
}

.w1-faq-list summary {
  position: relative;
  padding: 24px 52px 24px 0;
  cursor: pointer;
  list-style: none;
  color: var(--ink);
  font-size: 17px;
  font-weight: 640;
}

.w1-faq-list summary::-webkit-details-marker {
  display: none;
}

.w1-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 21px;
  right: 5px;
  color: var(--accent);
  font-size: 24px;
  font-weight: 400;
}

.w1-faq-list details[open] summary::after {
  content: "–";
}

.w1-faq-list details p {
  max-width: 720px;
  padding: 0 52px 25px 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.w1-faq-list details p a {
  color: var(--accent);
  font-weight: 650;
}

.w1-faq-list details p a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.w1-final {
  padding: 96px 0 88px;
  border-top: 0;
}

.w1-final-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 34px;
  border: 0;
  border-radius: 0;
  background: var(--w1-canvas);
  text-align: center;
}

.w1-final-card > img {
  margin-bottom: 20px;
  border-radius: 12px;
}

.w1-final h2 {
  font-size: clamp(36px, 4.1vw, 52px);
}

.w1-final-card > p {
  margin-top: 15px;
  color: var(--muted);
  font-size: 17px;
}

@media (max-width: 1040px) {
  .w1-hero-grid {
    grid-template-columns: minmax(0, .92fr) minmax(400px, 1.08fr);
    gap: 48px;
  }

  .w1-quick-path {
    white-space: normal;
  }

  .w1-release-card {
    grid-template-columns: 130px 1fr;
  }

  .w1-release-tags {
    grid-column: 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 940px) {
  .w1-share-proof .frag-demo {
    overflow: hidden;
  }

  .w1-share-proof .frag-demo svg {
    width: 100%;
    min-width: 0;
    height: auto;
  }

  .w1-wrap {
    width: min(100%, 680px);
    padding-inline: 20px;
  }

  .w1-hero,
  .w1-feature,
  .w1-testimonials,
  .w1-trust,
  .w1-switch,
  .w1-release,
  .w1-faq,
  .w1-final {
    padding: 72px 0 0;
  }

  .w1-hero {
    padding: 54px 0 56px;
  }

  .w1-share {
    padding-top: 52px;
  }

  .w1-testimonials {
    padding: 72px 0 0;
  }

  .w1-switch {
    padding: 72px 0 0;
  }

  .w1-switch-card {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 32px;
  }

  .w1-final {
    padding: 72px 0 64px;
  }

  .w1-hero-grid,
  .w1-split,
  .w1-split-reverse {
    grid-template-columns: minmax(0, 1fr);
  }

  .w1-hero-grid {
    gap: 52px;
  }

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

  .w1-hero h1 {
    font-size: clamp(48px, 10.5vw, 68px);
  }

  .w1-lede {
    max-width: 590px;
  }

  .w1-hero-visual {
    width: min(100%, 590px);
    margin-inline: auto;
  }

  .w1-split {
    gap: 55px;
  }

  .w1-share-intro {
    max-width: 580px;
  }

  .w1-share-flow {
    grid-template-columns: 1fr;
  }

  .w1-share-flow {
    row-gap: 38px;
  }

  .w1-share-frame {
    height: auto;
  }

  .w1-share-frame img {
    height: auto;
  }

  .w1-share-step:not(:last-child) .w1-share-frame::after {
    content: "↓";
    top: auto;
    right: 50%;
    bottom: -32px;
    transform: translateX(50%);
  }

  .w1-section-head {
    margin-bottom: 36px;
  }

  .w1-filter-grid {
    grid-template-columns: 1fr;
  }

  .w1-filter-card {
    max-width: 640px;
    width: 100%;
    margin-inline: auto;
  }

  .w1-filter-notes,
  .w1-trust-intro {
    grid-template-columns: 1fr;
  }

  .w1-filter-notes {
    flex-direction: column;
    gap: 8px;
  }

  .w1-split-reverse .w1-feature-copy {
    grid-row: 1;
  }

  .w1-profile-visual {
    grid-row: 2;
  }

  .w1-quote-grid {
    grid-template-columns: 1fr;
  }

  .w1-quote-grid blockquote {
    min-height: 0;
  }

  .w1-trust-intro {
    display: grid;
    gap: 10px;
  }

  .w1-trust-intro > p:last-child {
    max-width: 580px;
    margin-top: 9px;
  }

  .w1-trust-rail {
    grid-template-columns: 1fr;
  }

  .w1-trust-rail > * {
    border-top: 1px solid var(--border);
    border-left: 0;
  }

  .w1-trust-rail > *:first-child {
    border-top: 0;
  }

  .w1-release-card {
    grid-template-columns: 110px 1fr;
    gap: 32px;
    padding: 38px;
  }
}

@media (max-width: 620px) {
  .w1-wrap {
    width: 100%;
    padding-inline: 16px;
  }

  .w1-hero,
  .w1-feature,
  .w1-testimonials,
  .w1-trust,
  .w1-switch,
  .w1-release,
  .w1-faq,
  .w1-final {
    padding: 56px 0 0;
  }

  .w1-hero {
    padding: 54px 0 48px;
  }

  .w1-share-review {
    grid-template-columns: 1fr;
  }

  .w1-share-review-data {
    min-height: 132px;
  }

  .w1-share-import-zone {
    min-height: 58px;
    border-top: 1px solid #e9e5ff;
    border-left: 0;
  }

  .w1-share {
    padding-top: 48px;
  }

  .w1-testimonials {
    padding: 56px 0 0;
  }

  .w1-switch {
    padding: 56px 0 0;
  }

  .w1-switch-card {
    gap: 28px;
    padding: 0;
  }

  .w1-hero h1 {
    font-size: clamp(43px, 13.5vw, 58px);
  }

  .w1-lede,
  .w1-feature-lede {
    font-size: 17px;
  }

  .w1-hero .cta-row,
  .w1-final .cta-row {
    display: flex;
    align-items: flex-start;
    width: 100%;
  }

  .w1-hero .cta-row .btn,
  .w1-final .cta-row .btn {
    flex: 0 1 auto;
    width: auto;
    max-width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 11px clamp(16px, 4.5vw, 22px);
    font-size: 15.5px;
  }

  .w1-assure {
    flex-wrap: wrap;
  }

  .w1-product-stage {
    padding: 14px;
    border-radius: 14px;
  }

  .w1-product-shot {
    border-radius: 9px;
  }

  .w1-quick-path {
    grid-template-columns: 1fr;
    gap: 5px;
    margin-left: 3px;
  }

  .w1-quick-path i {
    display: none;
  }

  .w1-feature h2,
  .w1-testimonials h2,
  .w1-switch h2,
  .w1-faq h2 {
    font-size: 38px;
  }

  .w1-text-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .w1-share-proof {
    margin-top: 56px;
    padding-top: 0;
  }

  .w1-filter-card {
    padding: 18px 18px 0;
    border-radius: 19px;
  }

  .w1-filter-card figcaption {
    display: grid;
    gap: 2px;
  }

  .w1-filter-card figcaption small {
    text-align: left;
  }

  .w1-profile-status {
    justify-content: flex-start;
    margin-left: 10px;
    margin-right: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .w1-profile-status::-webkit-scrollbar {
    display: none;
  }

  .w1-quote-grid blockquote {
    min-height: 0;
    padding: 0;
  }

  .w1-quote-grid blockquote p {
    font-size: 16px;
  }

  .w1-trust-rail > * {
    padding-left: 9px;
    padding-right: 9px;
  }

  .w1-release-card {
    grid-template-columns: 1fr;
    gap: 27px;
    padding: 29px 25px;
  }

  .w1-release-number {
    font-size: 74px;
  }

  .w1-release-tags {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .w1-faq-list {
    margin-left: 0;
  }

  .w1-final-card {
    padding: 0 22px;
  }

  .w1-final {
    padding: 56px 0;
  }
}
