.home12-page {
  --home12-brand: #2e8fea;
  --home12-brand-strong: #1f6fc4;
  --home12-ink: #0d1326;
  --home12-copy: #435069;
  --home12-muted: #68748a;
  --home12-bg: #f4f7fb;
  --home12-surface: #ffffff;
  --home12-soft: #eaf4ff;
  --home12-border: #d8e2f1;
  --home12-shadow: 0 18px 50px rgba(13, 19, 38, 0.09);
  --home12-shadow-soft: 0 10px 30px rgba(13, 19, 38, 0.06);
  background: var(--home12-bg);
  color: var(--home12-ink);
  overflow: clip;
}

:root[data-theme='dark'] .home12-page {
  --home12-ink: #edf4ff;
  --home12-copy: #c7d3e5;
  --home12-muted: #aebbd0;
  --home12-bg: #0b1220;
  --home12-surface: #111b2e;
  --home12-soft: #17263d;
  --home12-border: #2b3d5d;
  --home12-shadow: 0 20px 54px rgba(1, 4, 11, 0.38);
  --home12-shadow-soft: 0 12px 32px rgba(1, 4, 11, 0.28);
}

.home12-page h1,
.home12-page h2,
.home12-page h3,
.home12-page strong {
  color: var(--home12-ink);
}

.home12-page p,
.home12-page li {
  color: var(--home12-copy);
}

.home12-page img {
  width: 100%;
}

.home12-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.home12-section {
  padding: 96px 0;
}

.home12-section-heading {
  max-width: 760px;
}

.home12-section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.home12-section-heading h2 {
  margin-top: 12px;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.home12-section-heading > p {
  margin-top: 18px;
  max-width: 65ch;
  font-size: 1.05rem;
  line-height: 1.75;
}

.home12-section-heading--center > p {
  margin-right: auto;
  margin-left: auto;
}

.home12-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 11px;
  border: 1px solid color-mix(in srgb, var(--home12-brand) 34%, var(--home12-border));
  border-radius: 999px;
  background: var(--home12-soft);
  color: var(--home12-brand-strong);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.home12-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.home12-page .btn {
  min-height: 50px;
  border-radius: 12px;
  padding: 0 20px;
  font-size: 0.94rem;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.home12-page .btn:hover {
  transform: translateY(-2px);
}

.home12-page .btn-brand {
  border: 1px solid var(--home12-brand);
  background: var(--home12-brand);
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(46, 143, 234, 0.24);
}

.home12-page .btn-brand:hover,
.home12-page .btn-brand:focus-visible {
  border-color: var(--home12-brand-strong);
  background: var(--home12-brand-strong);
  color: #ffffff !important;
  box-shadow: 0 14px 28px rgba(31, 111, 196, 0.26);
}

.home12-page .btn-ghost {
  border: 1px solid var(--home12-border);
  background: var(--home12-surface);
  color: var(--home12-ink) !important;
}

.home12-page .btn-ghost:hover,
.home12-page .btn-ghost:focus-visible {
  border-color: var(--home12-brand);
  background: var(--home12-soft);
  color: var(--home12-brand-strong) !important;
}

.home12-page .btn:focus-visible,
.home12-product-tab:focus-visible,
.home12-faq summary:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--home12-brand) 55%, transparent);
  outline-offset: 3px;
}

.home12-hero {
  padding: 92px 0 78px;
  border-bottom: 1px solid var(--home12-border);
  background: var(--home12-surface);
}

.home12-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
  gap: clamp(42px, 6vw, 78px);
  align-items: center;
}

.home12-hero__copy h1 {
  margin-top: 18px;
  max-width: 14ch;
  font-size: clamp(2.65rem, 5vw, 4.4rem);
  line-height: 1.01;
  letter-spacing: -0.052em;
}

.home12-lead {
  margin-top: 24px;
  max-width: 57ch;
  font-size: 1.13rem;
  line-height: 1.72;
}

.home12-hero .home12-actions {
  margin-top: 30px;
}

.home12-hero .btn {
  min-width: 166px;
}

.home12-microcopy {
  margin-top: 17px;
  font-size: 0.84rem;
  color: var(--home12-muted) !important;
}

.home12-hero__visual-wrap {
  position: relative;
  padding: 28px 28px 34px 10px;
}

.home12-product-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--home12-border);
  border-radius: 20px;
  background: var(--home12-surface);
  box-shadow: var(--home12-shadow);
}

.home12-product-frame__bar {
  display: flex;
  gap: 6px;
  align-items: center;
  height: 34px;
  padding: 0 13px;
  border-bottom: 1px solid var(--home12-border);
  background: color-mix(in srgb, var(--home12-surface) 85%, var(--home12-soft));
}

.home12-product-frame__bar span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--home12-muted) 46%, transparent);
}

.home12-product-frame img {
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
}

.home12-product-frame figcaption {
  padding: 12px 15px;
  border-top: 1px solid var(--home12-border);
  color: var(--home12-muted);
  font-size: 0.78rem;
}

.home12-floating-point {
  position: absolute;
  display: grid;
  min-width: 132px;
  gap: 1px;
  padding: 11px 14px;
  border: 1px solid var(--home12-border);
  border-radius: 13px;
  background: var(--home12-surface);
  box-shadow: var(--home12-shadow-soft);
  animation: home12-float 5s ease-in-out infinite;
}

.home12-floating-point span {
  color: var(--home12-muted);
  font-size: 0.7rem;
}

.home12-floating-point strong {
  font-size: 0.9rem;
}

.home12-floating-point--1 {
  top: 4px;
  right: 0;
}

.home12-floating-point--2 {
  bottom: 4px;
  left: -18px;
  animation-delay: -1.7s;
}

.home12-floating-point--3 {
  right: -7px;
  bottom: 62px;
  animation-delay: -3.2s;
}

@keyframes home12-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.home12-proof {
  padding: 24px 0;
  border-bottom: 1px solid var(--home12-border);
  background: var(--home12-surface);
}

.home12-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home12-proof article {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  padding: 8px 22px;
  border-right: 1px solid var(--home12-border);
}

.home12-proof article:first-child {
  padding-left: 0;
}

.home12-proof article:last-child {
  padding-right: 0;
  border-right: 0;
}

.home12-proof__check {
  display: inline-grid;
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: var(--home12-soft);
  color: var(--home12-brand-strong);
  font-size: 0.8rem;
  font-weight: 800;
}

.home12-proof strong {
  display: block;
  font-size: 0.91rem;
}

.home12-proof p {
  margin-top: 3px;
  font-size: 0.76rem;
  line-height: 1.45;
}

.home12-outcomes {
  background: var(--home12-bg);
}

.home12-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 42px;
}

.home12-outcome-card {
  position: relative;
  min-height: 310px;
  padding: 28px;
  border: 1px solid var(--home12-border);
  border-radius: 20px;
  background: var(--home12-surface);
  box-shadow: var(--home12-shadow-soft);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.home12-outcome-card:hover {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--home12-brand) 46%, var(--home12-border));
  box-shadow: var(--home12-shadow);
}

.home12-icon {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--home12-brand) 30%, var(--home12-border));
  border-radius: 14px;
  background: var(--home12-soft);
  color: var(--home12-brand-strong);
}

.home12-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home12-card-number {
  position: absolute;
  top: 26px;
  right: 26px;
  color: color-mix(in srgb, var(--home12-muted) 42%, transparent);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.home12-outcome-card h3 {
  margin-top: 54px;
  font-size: 1.34rem;
  line-height: 1.28;
}

.home12-outcome-card p {
  margin-top: 13px;
  font-size: 0.94rem;
  line-height: 1.7;
}

.home12-product {
  border-top: 1px solid var(--home12-border);
  border-bottom: 1px solid var(--home12-border);
  background: var(--home12-surface);
}

.home12-product-demo {
  margin-top: 44px;
}

.home12-product-tabs {
  display: flex;
  width: fit-content;
  margin: 0 auto 18px;
  padding: 5px;
  border: 1px solid var(--home12-border);
  border-radius: 13px;
  background: var(--home12-bg);
}

.home12-product-tab {
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: var(--home12-muted);
  font: inherit;
  font-size: 0.87rem;
  font-weight: 700;
  cursor: pointer;
}

.home12-product-tab.is-active {
  background: var(--home12-surface);
  color: var(--home12-brand-strong);
  box-shadow: 0 6px 16px rgba(13, 19, 38, 0.08);
}

.home12-product-demo__layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.62fr) minmax(0, 1.38fr);
  gap: 22px;
  align-items: stretch;
  padding: 22px;
  border: 1px solid var(--home12-border);
  border-radius: 24px;
  background: var(--home12-bg);
}

.home12-product-demo__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(14px, 3vw, 34px);
}

.home12-product-demo__index {
  color: var(--home12-brand-strong);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.home12-product-demo__copy h3 {
  margin-top: 14px;
  font-size: clamp(1.55rem, 2.7vw, 2.35rem);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.home12-product-demo__copy p {
  margin-top: 16px;
  line-height: 1.75;
}

.home12-inline-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  width: fit-content;
  margin-top: 22px;
  color: var(--home12-brand-strong);
  font-size: 0.91rem;
  font-weight: 750;
}

.home12-inline-link:hover {
  color: var(--home12-brand);
}

.home12-product-frame--demo {
  box-shadow: var(--home12-shadow-soft);
}

.home12-product-frame--demo img.is-switching {
  opacity: 0.25;
  transform: scale(0.99);
}

.home12-product-frame--demo img {
  transition: opacity 160ms ease, transform 160ms ease;
}

.home12-steps {
  background: var(--home12-soft);
}

.home12-steps__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(42px, 8vw, 92px);
  align-items: start;
}

.home12-steps .home12-section-heading .btn {
  margin-top: 26px;
}

.home12-step-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home12-step-list li {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px;
  border: 1px solid var(--home12-border);
  border-radius: 16px;
  background: var(--home12-surface);
}

.home12-step-list > li > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 13px;
  background: var(--home12-bg);
  color: var(--home12-brand-strong);
  font-size: 0.82rem;
  font-weight: 800;
}

.home12-step-list h3 {
  font-size: 1.08rem;
}

.home12-step-list p {
  margin-top: 7px;
  font-size: 0.9rem;
  line-height: 1.65;
}

.home12-page .home4-section--pricing {
  width: 100%;
  margin: 0;
  padding: 96px 0;
  border: 0;
  background: var(--home12-surface);
}

.home12-page .home4-section--pricing .home4-inner {
  width: min(1180px, calc(100% - 48px));
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

.home12-page .home4-section--pricing .home4-intro {
  max-width: 760px;
}

.home12-page .home4-section--pricing .home4-intro h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.home12-page .home4-section--pricing .home4-intro p {
  margin-top: 18px;
  color: var(--home12-copy);
  font-size: 1.02rem;
  line-height: 1.7;
}

.home12-page .home4-billing-toggle {
  margin-top: 28px;
  border-color: var(--home12-border);
  background: var(--home12-bg);
}

.home12-page .home4-billing-toggle__item {
  cursor: pointer;
}

.home12-page .home4-billing-toggle__item.is-active {
  background: var(--home12-surface);
  color: var(--home12-brand-strong);
}

.home12-page .home4-pricing-grid {
  gap: 18px;
  margin-top: 28px;
}

.home12-page .home4-pricing-card {
  overflow: hidden;
  border-color: var(--home12-border);
  border-radius: 20px;
  background: var(--home12-surface);
  box-shadow: var(--home12-shadow-soft);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.home12-page .home4-pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--home12-shadow);
}

.home12-page .home4-pricing-card.is-featured {
  border-color: var(--home12-brand);
  box-shadow: 0 18px 48px rgba(46, 143, 234, 0.16);
}

.home12-page .home4-pricing-card__content {
  padding: 26px 24px 18px;
}

.home12-page .home4-pricing-card h3 {
  font-size: 1.25rem;
}

.home12-page .home4-pricing-card__regular-price {
  margin-top: 20px;
  color: var(--home12-muted);
  font-size: 0.8rem;
  text-decoration: line-through;
}

.home12-page .home4-pricing-card__price {
  margin-top: 5px;
  font-size: 2.5rem;
  letter-spacing: -0.04em;
}

.home12-page .home4-pricing-card__price span {
  font-size: 0.84rem;
  color: var(--home12-muted);
}

.home12-page .home4-pricing-card__renewal,
.home12-page .home4-pricing-card__description,
.home12-page .home4-pricing-card li,
.home12-page .home4-pricing-note {
  color: var(--home12-copy);
}

.home12-page .home4-pricing-card__renewal {
  margin-top: 5px;
  font-size: 0.82rem;
  font-weight: 650;
}

.home12-page .home4-pricing-card__description {
  min-height: 70px;
  margin-top: 16px;
  font-size: 0.9rem;
  line-height: 1.6;
}

.home12-page .home4-pricing-card ul {
  margin-top: 18px;
  padding: 18px 0 0;
  border-top: 1px solid var(--home12-border);
  list-style: none;
}

.home12-page .home4-pricing-card li {
  position: relative;
  padding-left: 23px;
  line-height: 1.5;
}

.home12-page .home4-pricing-card li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--home12-brand-strong);
  font-weight: 800;
}

.home12-page .home4-pricing-card__label {
  top: 20px;
  right: 20px;
  transform: none;
  border: 1px solid color-mix(in srgb, var(--home12-brand) 35%, var(--home12-border));
  background: var(--home12-soft);
  color: var(--home12-brand-strong);
  box-shadow: none;
}

.home12-page .home4-pricing-card__cta {
  min-height: 50px;
  margin: 0 24px 24px;
  width: calc(100% - 48px);
  border-radius: 12px;
}

.home12-page .home4-pricing-note {
  margin-top: 18px;
  font-size: 0.82rem;
  line-height: 1.55;
}

.home12-profiles {
  border-top: 1px solid var(--home12-border);
  background: var(--home12-bg);
}

.home12-profile-list {
  display: grid;
  gap: 28px;
  margin-top: 48px;
}

.home12-profile {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: 34px;
  align-items: center;
  padding: 30px;
  border: 1px solid var(--home12-border);
  border-radius: 24px;
  background: var(--home12-surface);
  box-shadow: var(--home12-shadow-soft);
  scroll-margin-top: 110px;
}

.home12-profile--reverse .home12-profile__copy {
  order: 2;
}

.home12-profile--reverse .home12-profile__visual {
  order: 1;
}

.home12-profile__copy {
  padding: clamp(6px, 2vw, 22px);
}

.home12-profile__copy h3 {
  margin-top: 14px;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  line-height: 1.13;
  letter-spacing: -0.025em;
}

.home12-profile__copy > p {
  margin-top: 16px;
  line-height: 1.7;
}

.home12-profile__copy ul {
  display: grid;
  gap: 9px;
  margin: 19px 0 0;
  padding: 0;
  list-style: none;
}

.home12-profile__copy li {
  position: relative;
  padding-left: 24px;
  font-size: 0.91rem;
}

.home12-profile__copy li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--home12-brand-strong);
  font-weight: 800;
}

.home12-profile__copy .btn {
  margin-top: 24px;
}

.home12-profile__visual {
  overflow: hidden;
  border: 1px solid var(--home12-border);
  border-radius: 18px;
  background: var(--home12-bg);
}

.home12-profile__visual img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
}

.home12-compliance {
  border-top: 1px solid var(--home12-border);
  border-bottom: 1px solid var(--home12-border);
  background: var(--home12-surface);
}

.home12-compliance__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: clamp(42px, 7vw, 78px);
  align-items: center;
}

.home12-compliance__copy h2 {
  margin-top: 14px;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.home12-compliance__copy > p {
  margin-top: 18px;
  line-height: 1.75;
}

.home12-compliance__items {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.home12-compliance__items article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
}

.home12-compliance__items article > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  background: var(--home12-soft);
  color: var(--home12-brand-strong);
  font-weight: 800;
}

.home12-compliance__items h3 {
  font-size: 1rem;
}

.home12-compliance__items p {
  margin-top: 4px;
  font-size: 0.88rem;
  line-height: 1.55;
}

.home12-compliance__visual {
  margin: 0;
  padding: 22px;
  border: 1px solid var(--home12-border);
  border-radius: 24px;
  background: var(--home12-bg);
}

.home12-compliance__visual img {
  border-radius: 16px;
}

.home12-demo {
  background: var(--home12-soft);
}

.home12-demo__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(420px, 1.16fr);
  gap: clamp(42px, 7vw, 82px);
  align-items: start;
}

.home12-demo__copy {
  position: sticky;
  top: 112px;
}

.home12-demo__copy h2 {
  margin-top: 14px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.home12-demo__copy > p {
  margin-top: 18px;
  line-height: 1.75;
}

.home12-demo__copy ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.home12-demo__copy li {
  position: relative;
  padding-left: 25px;
}

.home12-demo__copy li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--home12-brand-strong);
  font-weight: 800;
}

.home12-demo__form {
  padding: 28px;
  border: 1px solid var(--home12-border);
  border-radius: 22px;
  background: var(--home12-surface);
  box-shadow: var(--home12-shadow-soft);
}

.home12-demo__form .lead-form,
.home12-demo__form .lead-form__content {
  background: transparent;
  box-shadow: none;
}

.home12-demo__form .lead-form__content {
  padding: 0;
}

.home12-demo__form .lead-form__content > h3 {
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.home12-demo__form .form-label {
  color: var(--home12-ink);
}

.home12-demo__form .form-control {
  border-color: var(--home12-border);
  background: var(--home12-bg);
  color: var(--home12-ink);
}

.home12-demo__form .form-control:focus {
  border-color: var(--home12-brand);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--home12-brand) 16%, transparent);
}

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

.home12-faq__layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(40px, 7vw, 82px);
  align-items: start;
}

.home12-faq__list {
  display: grid;
  gap: 11px;
}

.home12-faq details {
  border: 1px solid var(--home12-border);
  border-radius: 15px;
  background: var(--home12-surface);
  box-shadow: 0 6px 18px rgba(13, 19, 38, 0.035);
}

.home12-faq summary {
  position: relative;
  padding: 20px 54px 20px 20px;
  color: var(--home12-ink);
  font-size: 0.98rem;
  font-weight: 720;
  cursor: pointer;
  list-style: none;
}

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

.home12-faq summary::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 27px;
  height: 27px;
  transform: translateY(-50%);
  border-radius: 8px;
  background: var(--home12-soft);
  color: var(--home12-brand-strong);
  text-align: center;
  line-height: 27px;
}

.home12-faq details[open] summary::after {
  content: '−';
}

.home12-faq details p {
  padding: 0 20px 20px;
  font-size: 0.91rem;
  line-height: 1.7;
}

.home12-final-cta {
  padding: 72px 0;
  border-top: 1px solid var(--home12-border);
  background: var(--home12-surface);
}

.home12-final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 42px;
  align-items: center;
  padding: 42px;
  border: 1px solid var(--home12-border);
  border-radius: 24px;
  background: var(--home12-soft);
}

.home12-final-cta h2 {
  max-width: 18ch;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.home12-final-cta__inner > div:first-child > p {
  margin-top: 15px;
  max-width: 58ch;
  line-height: 1.7;
}

.home12-final-cta__actions {
  min-width: 330px;
}

.home12-final-cta__actions > p {
  margin-top: 12px;
  color: var(--home12-muted);
  font-size: 0.78rem;
  text-align: right;
}

.home12-mobile-cta {
  display: none;
}

.home12-page [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
  transition-delay: var(--home12-reveal-delay, 0ms);
}

.home12-page [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .home12-hero__layout,
  .home12-compliance__layout {
    grid-template-columns: 1fr;
  }

  .home12-hero__copy {
    max-width: 760px;
  }

  .home12-hero__copy h1 {
    max-width: 17ch;
  }

  .home12-hero__visual-wrap {
    width: min(820px, 100%);
    margin: 0 auto;
  }

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

  .home12-proof article:nth-child(2) {
    border-right: 0;
  }

  .home12-proof article:nth-child(3) {
    padding-left: 0;
  }

  .home12-steps__layout,
  .home12-demo__layout,
  .home12-faq__layout {
    grid-template-columns: 1fr;
  }

  .home12-demo__copy {
    position: static;
  }

  .home12-profile {
    grid-template-columns: 1fr;
  }

  .home12-profile--reverse .home12-profile__copy,
  .home12-profile--reverse .home12-profile__visual {
    order: initial;
  }

  .home12-final-cta__inner {
    grid-template-columns: 1fr;
  }

  .home12-final-cta__actions {
    min-width: 0;
  }

  .home12-final-cta__actions > p {
    text-align: left;
  }
}

@media (max-width: 820px) {
  .home12-shell,
  .home12-page .home4-section--pricing .home4-inner {
    width: min(100% - 32px, 1180px);
  }

  .home12-section,
  .home12-page .home4-section--pricing {
    padding: 72px 0;
  }

  .home12-hero {
    padding: 64px 0 56px;
  }

  .home12-hero__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
  }

  .home12-hero__visual-wrap {
    padding: 22px 16px 30px;
  }

  .home12-outcome-grid,
  .home12-page .home4-pricing-grid {
    grid-template-columns: 1fr;
  }

  .home12-outcome-card {
    min-height: 0;
  }

  .home12-product-demo__layout {
    grid-template-columns: 1fr;
  }

  .home12-product-demo__copy {
    padding: 12px 8px 22px;
  }

  .home12-steps__layout {
    grid-template-columns: 1fr;
  }

  .home12-profile {
    padding: 20px;
  }

  .home12-compliance__layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 620px) {
  .home12-page {
    padding-bottom: 82px;
  }

  .home12-shell,
  .home12-page .home4-section--pricing .home4-inner {
    width: min(100% - 24px, 1180px);
  }

  .home12-section,
  .home12-page .home4-section--pricing {
    padding: 58px 0;
  }

  .home12-section-heading h2,
  .home12-page .home4-section--pricing .home4-intro h2 {
    font-size: clamp(1.85rem, 9vw, 2.55rem);
  }

  .home12-hero {
    padding: 48px 0 44px;
  }

  .home12-hero__copy h1 {
    font-size: clamp(2.25rem, 11.5vw, 3.15rem);
  }

  .home12-lead {
    margin-top: 19px;
    font-size: 1rem;
  }

  .home12-actions,
  .home12-actions .btn {
    width: 100%;
  }

  .home12-hero__visual-wrap {
    padding-right: 0;
    padding-left: 0;
  }

  .home12-floating-point {
    display: none;
  }

  .home12-product-frame {
    border-radius: 15px;
  }

  .home12-proof__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .home12-proof article,
  .home12-proof article:first-child,
  .home12-proof article:nth-child(3),
  .home12-proof article:last-child {
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid var(--home12-border);
  }

  .home12-proof article:last-child {
    border-bottom: 0;
  }

  .home12-outcome-card {
    padding: 23px;
  }

  .home12-outcome-card h3 {
    margin-top: 36px;
  }

  .home12-product-tabs {
    width: 100%;
  }

  .home12-product-tab {
    flex: 1;
    padding: 0 8px;
    font-size: 0.78rem;
  }

  .home12-product-demo__layout,
  .home12-profile,
  .home12-compliance__visual,
  .home12-demo__form,
  .home12-final-cta__inner {
    padding: 16px;
    border-radius: 18px;
  }

  .home12-step-list li {
    grid-template-columns: 42px 1fr;
    gap: 13px;
    padding: 17px;
  }

  .home12-step-list > li > span {
    width: 42px;
    height: 42px;
  }

  .home12-page .home4-billing-toggle {
    display: flex;
    width: 100%;
  }

  .home12-page .home4-billing-toggle__item {
    flex: 1;
  }

  .home12-page .home4-pricing-card__content {
    padding: 22px 20px 16px;
  }

  .home12-page .home4-pricing-card__cta {
    width: calc(100% - 40px);
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .home12-profile__copy {
    padding: 8px 2px 12px;
  }

  .home12-profile__copy h3,
  .home12-compliance__copy h2,
  .home12-demo__copy h2,
  .home12-final-cta h2 {
    font-size: clamp(1.85rem, 9vw, 2.45rem);
  }

  .home12-final-cta {
    padding: 52px 0;
  }

  .home12-mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 65;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--home12-border);
    background: color-mix(in srgb, var(--home12-surface) 94%, transparent);
    box-shadow: 0 -12px 30px rgba(13, 19, 38, 0.1);
    backdrop-filter: blur(12px);
  }

  .home12-mobile-cta > div {
    display: grid;
  }

  .home12-mobile-cta strong {
    font-size: 0.84rem;
  }

  .home12-mobile-cta span {
    color: var(--home12-muted);
    font-size: 0.72rem;
  }

  .home12-mobile-cta .btn {
    width: auto;
    min-height: 44px;
    padding: 0 15px;
    font-size: 0.82rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home12-page *,
  .home12-page *::before,
  .home12-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .home12-page [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
