.v1-direct {
  background: #f6f3ef;
  color: #100a0d;
}

.v1-route {
  overflow-x: hidden;
}

.v1-hero {
  position: relative;
  overflow: hidden;
  padding: 42px 0 64px;
  background:
    radial-gradient(circle at 80% 30%, rgba(73, 194, 255, 0.24), transparent 22%),
    radial-gradient(circle at 90% 18%, rgba(51, 30, 121, 0.16), transparent 18%),
    linear-gradient(180deg, #f2eee8 0%, #f6f3ef 100%);
}

.v1-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 28%),
    radial-gradient(circle at 88% 34%, rgba(16, 10, 13, 0.06), transparent 18%);
  pointer-events: none;
}

.v1-hero-inner,
.v1-authority-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(460px, 0.9fr);
  gap: 28px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.v1-hero-inner {
  width: min(calc(100% - 32px), var(--max));
}

.v1-title {
  margin: 18px 0 0;
  text-align: left;
  font-size: clamp(34px, 5vw, 62px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.v1-title span {
  display: block;
  background: linear-gradient(134deg, #49c2ff 0%, #331e79 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.v1-copy {
  max-width: 650px;
}

.v1-copy-stack {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.v1-copy-stack p {
  margin: 0;
  text-align: left;
  color: rgba(16, 10, 13, 0.8);
  font-size: clamp(17px, 2vw, 23px);
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.v1-copy-stack p strong {
  background: linear-gradient(134deg, #ff9500 0%, #ce5601 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.v1-hero-bullets {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.v1-hero-bullets li {
  position: relative;
  padding-left: 28px;
  color: rgba(16, 10, 13, 0.78);
  font-size: 16px;
  line-height: 1.55;
}

.v1-hero-bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #089f4e;
  font-weight: 900;
}

.v1-hero-actions {
  display: grid;
  justify-items: start;
  gap: 10px;
  margin-top: 26px;
}

.v1-hero-image {
  margin: 0;
}

.v1-hero-image img {
  width: 100%;
  height: auto;
}

.v1-hero-image picture {
  display: block;
}

.v1-hero-image--desktop {
  width: calc(100% + ((100vw - min(calc(100vw - 32px), var(--max))) / 2));
  margin-right: calc(((100vw - min(calc(100vw - 32px), var(--max))) / 2) * -1);
  align-self: center;
  transform: translateY(75px);
}

.v1-hero-image--desktop img {
  border-radius: 0;
  box-shadow: none;
}

.v1-hero-image--mobile {
  display: none;
}

.v1-ai-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.v1-ai-row span {
  padding: 12px 16px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 2px 18px 0 rgba(16, 10, 13, 0.14);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.v1-offer-card {
  margin-top: 6px;
  padding: 18px 18px 24px;
  border: 1.5px solid rgba(16, 10, 13, 0.06);
  border-radius: 12px;
  background: rgba(219, 219, 219, 0.24);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.v1-date-box {
  display: grid;
  gap: 14px;
  padding: 18px 18px 72px;
  border: 1.5px solid rgba(16, 10, 13, 0.06);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.36);
}

.v1-date-box strong {
  display: block;
  margin-bottom: 2px;
  font-size: 22px;
  text-transform: uppercase;
}

.v1-date-box span {
  color: rgba(16, 10, 13, 0.72);
  line-height: 1.5;
}

.v1-cta-wrap {
  position: relative;
  z-index: 2;
  margin-top: -54px;
  display: grid;
  justify-items: center;
  gap: 8px;
}

.v1-price-kicker {
  margin: 0;
  color: rgba(16, 10, 13, 0.48);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.v1-price-kicker span {
  color: #0b5cff;
  font-weight: 900;
}

.v1-buy-button {
  width: 100%;
  max-width: 440px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 16px 18px;
  border: 1.5px solid transparent;
  border-radius: 8px;
  background: linear-gradient(134deg, #06c05d 0%, #089f4e 100%);
  box-shadow: 0 16px 32px -24px rgba(16, 10, 13, 0.64);
  color: #fff;
  cursor: pointer;
}

.v1-buy-button span {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.v1-buy-button small {
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.v1-buy-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 18px;
}

.v1-hero-note {
  position: relative;
  z-index: 1;
  max-width: 360px;
  margin-top: 22px;
  padding: 16px 18px;
  border: 1.5px solid rgba(16, 10, 13, 0.16);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 18px 0 rgba(16, 10, 13, 0.24);
}

.v1-hero-note p {
  margin: 0;
  color: rgba(16, 10, 13, 0.84);
  line-height: 1.5;
}

.v1-hero-note span {
  color: rgba(16, 10, 13, 0.52);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.v1-note-left {
  margin-left: auto;
}

.v1-note-right {
  margin-top: 18px;
}

.v1-note-right strong {
  color: #100a0d;
}

.v1-recommended {
  position: relative;
  overflow: hidden;
  padding: 58px 0 56px;
  background: #100a0d;
}

.v1-method-fold {
  background: #f6f3ef;
}

.v1-method-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  gap: 28px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(16, 10, 13, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(73, 194, 255, 0.16), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f2f7ff 100%);
  box-shadow: 0 24px 60px rgba(16, 10, 13, 0.08);
}

.v1-method-card .eyebrow {
  margin-bottom: 12px;
}

.v1-method-card h2 {
  margin: 0;
  font-size: clamp(30px, 3.8vw, 52px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.v1-method-card .v1-copy-stack p {
  font-size: clamp(18px, 2vw, 24px);
}

.v1-method-bullets {
  margin-top: 0;
  padding: 22px;
  border: 1px solid rgba(73, 194, 255, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
}

.v1-recommended::before {
  content: "";
  position: absolute;
  left: 40%;
  top: -420px;
  width: 980px;
  height: 980px;
  border-radius: 50%;
  background: rgba(69, 170, 236, 0.22);
  filter: blur(240px);
}

.v1-recommended h2,
.v1-schedule h2,
.v1-authority h2,
.v1-proof h2,
.v1-artifacts h2,
.v1-faq h2 {
  margin: 0;
  text-align: center;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.v1-recommended h2 {
  color: #fff;
}

.v1-story-stack {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  max-width: 860px;
  margin: 28px auto 0;
}

.v1-story-stack p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2.1vw, 26px);
  line-height: 1.45;
  text-align: center;
}

.v1-recommended-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.v1-recommended-grid article {
  display: flex;
  align-items: center;
  min-height: 92px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 16px;
  background: rgba(70, 171, 236, 0.04);
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  line-height: 1.45;
}

.v1-recommended-grid article::before {
  content: "✓";
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-right: 16px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.12);
  color: #46abec;
  font-weight: 900;
}

.v1-inline-offer {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-top: 26px;
}

.v1-inline-offer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 24px;
  text-transform: uppercase;
}

.v1-inline-offer p strong {
  color: #49c2ff;
}

.v1-inline-offer small {
  color: rgba(255, 255, 255, 0.58);
  text-align: center;
  font-size: 15px;
}

.v1-buy-button--full {
  max-width: 520px;
}

.v1-schedule,
.v1-proof,
.v1-artifacts,
.v1-faq {
  background: #f6f3ef;
}

.v1-section-lead {
  margin: 12px auto 0;
  max-width: 780px;
  text-align: center;
  color: rgba(16, 10, 13, 0.72);
  font-size: 20px;
  line-height: 1.5;
}

.v1-schedule-grid,
.v1-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 30px;
}

.v1-day-card,
.v1-proof-card {
  padding: 28px;
  border: 1px solid rgba(16, 10, 13, 0.08);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(16, 10, 13, 0.06);
}

.v1-day-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(73, 194, 255, 0.12);
  color: #2c63c5;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.v1-day-card h3,
.v1-proof-card h3 {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.15;
}

.v1-day-card ul,
.v1-proof-card p {
  margin: 0;
  color: rgba(16, 10, 13, 0.78);
  line-height: 1.7;
}

.v1-day-card li + li {
  margin-top: 10px;
}

.v1-path-grid,
.v1-build-grid,
.v1-bonus-grid {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

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

.v1-path-grid article {
  min-height: 112px;
  display: flex;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(16, 10, 13, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 10, 13, 0.05);
  color: rgba(16, 10, 13, 0.78);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
}

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

.v1-build-grid article {
  display: grid;
  gap: 8px;
  padding: 22px;
  border: 1px solid rgba(16, 10, 13, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.v1-build-grid strong {
  color: #123b74;
  font-size: 18px;
  line-height: 1.25;
}

.v1-build-grid span {
  color: rgba(16, 10, 13, 0.72);
  line-height: 1.55;
}

.v1-authority {
  background: #ffffff;
}

.v1-authority-grid {
  align-items: center;
}

.v1-authority h2 {
  text-align: left;
  margin-bottom: 14px;
}

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

.v1-recognition div {
  padding: 26px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
  border: 1px solid rgba(73, 194, 255, 0.22);
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  color: #123b74;
}

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

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

.v1-demo-box {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid rgba(73, 194, 255, 0.32);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #eef7ff 100%);
}

.v1-demo-box p {
  margin: 0;
  color: rgba(16, 10, 13, 0.82);
  font-size: 18px;
  line-height: 1.7;
}

.v1-demo-box small {
  display: block;
  margin-top: 12px;
  color: rgba(16, 10, 13, 0.58);
  font-size: 14px;
  line-height: 1.5;
}

.v1-artifacts {
  position: relative;
  overflow: hidden;
}

.v1-artifacts::before {
  content: "";
  position: absolute;
  right: -220px;
  top: 120px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(73, 194, 255, 0.18);
  filter: blur(120px);
  pointer-events: none;
}

.v1-artifacts .container {
  position: relative;
  z-index: 1;
}

.v1-artifacts .eyebrow {
  text-align: center;
}

.v1-artifact-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.v1-artifact-card {
  display: grid;
  gap: 14px;
  grid-column: span 3;
  align-content: start;
  padding: 16px;
  border: 1px solid rgba(16, 10, 13, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 46px rgba(16, 10, 13, 0.07);
}

.v1-artifact-card--feature {
  grid-column: 1 / -1;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  padding: 22px;
}

.v1-artifact-card--compact {
  grid-column: span 2;
}

.v1-artifact-copy {
  display: grid;
  align-content: center;
}

.v1-artifact-card h3 {
  margin: 0;
  color: #100a0d;
  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.v1-artifact-card p {
  margin: 0;
  color: rgba(16, 10, 13, 0.72);
  line-height: 1.6;
}

.v1-artifact-frame {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(16, 10, 13, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(73, 194, 255, 0.14), rgba(51, 30, 121, 0.08)),
    #f8fbff;
  color: inherit;
  text-decoration: none;
}

.v1-artifact-frame--dashboard {
  aspect-ratio: 16 / 9;
}

.v1-artifact-frame--wide,
.v1-artifact-frame--tool {
  aspect-ratio: 2.1 / 1;
}

.v1-artifact-frame picture,
.v1-artifact-frame img {
  display: block;
  width: 100%;
  height: 100%;
}

.v1-artifact-frame img {
  object-fit: contain;
  object-position: top center;
}

.v1-artifact-frame span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(16, 10, 13, 0.76);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.v1-invisible-work {
  display: grid;
  gap: 8px;
  max-width: 920px;
  margin: 22px auto 0;
  padding: 22px;
  border: 1px solid rgba(73, 194, 255, 0.28);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #eff8ff 100%);
  text-align: center;
}

.v1-invisible-work strong {
  color: #123b74;
  font-size: 22px;
  line-height: 1.2;
}

.v1-invisible-work p {
  margin: 0;
  color: rgba(16, 10, 13, 0.74);
  line-height: 1.65;
}

.v1-risk {
  padding: 24px 0 10px;
  background: #f6f3ef;
}

.v1-risk-box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: 26px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(16, 10, 13, 0.08);
}

.v1-risk-box h2 {
  margin: 0 0 10px;
  text-align: left;
  font-size: 34px;
}

.v1-risk-box p {
  margin: 0;
  color: rgba(16, 10, 13, 0.76);
  line-height: 1.7;
}

.v1-faq-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.v1-faq-list details {
  padding: 20px 22px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(16, 10, 13, 0.1);
}

.v1-faq-list summary {
  cursor: pointer;
  list-style: none;
  font-size: 22px;
  font-weight: 600;
}

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

.v1-faq-list p {
  margin: 14px 0 0;
  color: rgba(16, 10, 13, 0.76);
  line-height: 1.7;
}

.v1-final-cta {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-top: 30px;
  padding: 30px 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f7ff 100%);
  border: 1px solid rgba(16, 10, 13, 0.08);
}

.v1-final-cta h2 {
  margin: 0;
}

.v1-final-cta p,
.v1-final-cta small {
  margin: 0;
  text-align: center;
  max-width: 860px;
  line-height: 1.65;
}

.v1-buy-button--large {
  max-width: 520px;
}

.price-line {
  display: grid;
  justify-items: center;
  gap: 0;
}

.price-old,
.price-new {
  display: block;
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.price-old {
  color: rgba(16, 10, 13, 0.34);
  text-decoration: line-through;
  text-decoration-thickness: 0.08em;
}

.price-new {
  color: #089f4e;
}

.v1-trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 760px;
}

.v1-trust-row span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(8, 159, 78, 0.2);
  border-radius: 999px;
  background: rgba(8, 159, 78, 0.08);
  color: #087a40;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.v1-bonus-grid {
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.v1-bonus-grid article {
  display: grid;
  gap: 8px;
  padding: 22px;
  border: 1px solid rgba(16, 10, 13, 0.08);
  border-radius: 18px;
  background: #fff;
  text-align: left;
}

.v1-bonus-grid span {
  width: max-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(73, 194, 255, 0.12);
  color: #2c63c5;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v1-bonus-grid strong {
  color: #100a0d;
  font-size: 20px;
  line-height: 1.25;
}

.v1-bonus-grid p {
  text-align: left;
  color: rgba(16, 10, 13, 0.74);
}

.v1-faq-title {
  margin-top: 42px !important;
}

@media (max-width: 980px) {
  .v1-hero-inner,
  .v1-authority-grid,
  .v1-method-card,
  .v1-recommended-grid,
  .v1-schedule-grid,
  .v1-proof-grid,
  .v1-risk-box,
  .v1-path-grid,
  .v1-build-grid,
  .v1-artifact-grid,
  .v1-bonus-grid {
    grid-template-columns: 1fr;
  }

  .v1-artifact-card,
  .v1-artifact-card--feature,
  .v1-artifact-card--compact {
    grid-column: 1;
  }

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

  .v1-copy {
    max-width: none;
  }

  .v1-title,
  .v1-copy-stack p,
  .v1-method-card h2 {
    text-align: center;
  }

  .v1-hero-actions {
    justify-items: center;
  }

  .v1-hero-bullets {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }

  .v1-hero-image--desktop {
    display: none;
  }

  .v1-hero-image--mobile {
    display: block;
    width: 100vw;
    margin: 18px calc(50% - 50vw) 18px;
  }

  .v1-hero-image--mobile img {
    width: 100vw;
    max-width: none;
    border-radius: 0;
  }

  .v1-note-left,
  .v1-note-right {
    margin-left: auto;
    margin-right: auto;
  }

  .v1-authority h2,
  .v1-risk-box h2 {
    text-align: center;
  }
}

@media (max-width: 699px) {
  .v1-hero {
    padding-top: 28px;
  }

  .v1-route .eyebrow,
  .v1-route h2,
  .v1-route h3,
  .v1-copy-stack p,
  .v1-section-lead,
  .v1-story-stack p,
  .v1-authority h2,
  .v1-risk-box h2,
  .v1-artifacts .eyebrow,
  .v1-final-cta h2,
  .v1-final-cta p,
  .v1-final-cta small,
  .v1-faq-list summary,
  .v1-faq-list p {
    text-align: left;
  }

  .v1-title {
    text-align: center;
  }

  .v1-section-lead,
  .v1-story-stack {
    margin-left: 0;
    margin-right: 0;
  }

  .v1-final-cta {
    justify-items: stretch;
  }

  .v1-final-cta .price-line,
  .v1-final-cta .v1-trust-row,
  .v1-final-cta .micro,
  .v1-final-cta .v1-buy-button {
    justify-self: center;
    text-align: center;
  }

  .v1-final-cta .micro {
    max-width: 520px;
  }

  .v1-invisible-work {
    text-align: left;
  }

  .v1-copy-stack p,
  .v1-progress p,
  .v1-recommended-grid article,
  .v1-section-lead {
    font-size: 17px;
  }

  .v1-offer-card {
    padding: 14px;
  }

  .v1-date-box {
    padding: 16px 16px 68px;
  }

  .v1-price-kicker {
    font-size: 18px;
  }

  .v1-buy-button {
    padding: 14px 16px;
  }

  .v1-buy-button span,
  .v1-buy-button small {
    font-size: 14px;
  }

  .v1-brand {
    font-size: 15px;
  }

  .v1-title {
    font-size: clamp(32px, 11vw, 48px);
  }

  .v1-ai-row span {
    font-size: 12px;
  }

  .v1-recognition {
    grid-template-columns: 1fr;
  }

  .v1-faq-list summary {
    font-size: 18px;
  }

  .v1-artifact-grid {
    gap: 14px;
  }

  .v1-artifact-card {
    padding: 12px;
    border-radius: 20px;
  }

  .v1-artifact-frame--wide,
  .v1-artifact-frame--tool {
    aspect-ratio: 16 / 9;
  }

  .v1-artifact-frame span {
    position: static;
    display: block;
    border-radius: 0;
    text-align: center;
  }

  .v1-trust-row {
    gap: 8px;
  }

  .v1-trust-row span {
    width: 100%;
    justify-content: center;
  }
}
