:root {
  --v2-ink: #17191f;
  --v2-ink-soft: #30343b;
  --v2-muted: #626b76;
  --v2-line: #e0e4e8;
  --v2-line-strong: #cfd5dc;
  --v2-surface: #ffffff;
  --v2-wash: #f6f7f8;
  --v2-wash-2: #f6f7f8;
  --v2-dark: #17191f;
  --v2-action: #17191f;
  --v2-action-muted: #626b76;
  --v2-shadow: 0 12px 34px rgba(23, 25, 31, 0.08);
  --v2-shadow-soft: 0 6px 18px rgba(23, 25, 31, 0.05);
  --v2-radius: 8px;
  --v2-container: 1180px;
}

html.v2-public-page {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

html.v2-public-page body {
  background: var(--v2-wash);
  color: var(--v2-ink);
  font-family: "Inter", "Outfit", Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

html.v2-public-page #content {
  margin-top: 0;
}

html.v2-public-page nav {
  background: rgba(246, 247, 248, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--v2-line);
  box-shadow: none;
  height: 78px;
}

html.v2-public-page .nav-wrap {
  max-width: var(--v2-container);
  width: calc(100vw - 48px);
}

html.v2-public-page nav a {
  color: var(--v2-ink);
  margin-left: 0;
}

html.v2-public-page nav a::after {
  content: none;
}

html.v2-public-page nav .nav-logo {
  font-family: "Outfit", "Inter", Arial, sans-serif;
  gap: 10px;
}

html.v2-public-page nav .nav-logo span {
  color: var(--v2-ink);
  font-family: "Outfit", "Inter", Arial, sans-serif;
  font-size: 21px;
  font-weight: 700;
  padding: 0;
}

html.v2-public-page nav .nav-logo img {
  height: 34px;
  width: 34px;
}

html.v2-public-page nav .nav-links {
  flex: 1;
  justify-content: center;
  width: auto;
}

html.v2-public-page nav .nav-links ul {
  gap: 8px;
  justify-content: center;
  padding: 0;
}

html.v2-public-page nav .nav-links ul li a,
html.v2-public-page nav .nav-login > a:not(#nav-btn) {
  border-radius: var(--v2-radius);
  color: var(--v2-ink-soft);
  font-weight: 650;
  padding: 10px 12px;
}

html.v2-public-page nav .nav-links ul li a:hover,
html.v2-public-page nav .nav-login > a:not(#nav-btn):hover {
  background: var(--v2-surface);
  color: var(--v2-ink);
}

html.v2-public-page nav .nav-links .solutions-link .solutions-dropdown {
  background: var(--v2-surface);
  border-color: var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow-soft);
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  left: 50%;
  margin-top: 0;
  min-width: 430px;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  top: calc(100% + 10px);
  transform: translate(-50%, 8px);
  transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
  visibility: hidden;
  z-index: 1000;
}

html.v2-public-page nav .nav-links .solutions-link {
  overflow: visible;
  position: relative;
}

html.v2-public-page nav .nav-links .solutions-link::after {
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}

html.v2-public-page nav .nav-links .solutions-link:hover .solutions-dropdown,
html.v2-public-page nav .nav-links .solutions-link:focus-within .solutions-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

html.v2-public-page nav .nav-links .solutions-link:hover .fa-caret-up,
html.v2-public-page nav .nav-links .solutions-link:focus-within .fa-caret-up {
  transform: rotate(180deg);
}

html.v2-public-page nav .solutions-dropdown .col-1,
html.v2-public-page nav .solutions-dropdown .col-2 {
  display: grid;
  gap: 4px;
}

html.v2-public-page nav .solutions-dropdown a {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  line-height: 1.2;
  min-height: 38px;
  white-space: nowrap;
}

html.v2-public-page nav .solutions-dropdown a i {
  color: var(--v2-muted);
  flex: 0 0 16px;
  margin: 0;
}

html.v2-public-page nav .nav-login {
  gap: 10px;
  margin-right: 0;
}

html.v2-public-page nav .nav-login #nav-btn {
  align-items: center;
  background: var(--v2-dark);
  border-radius: var(--v2-radius);
  box-shadow: 0 8px 18px rgba(23, 25, 31, 0.14);
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  margin-left: 0;
  min-height: 42px;
  padding: 0 16px;
}

html.v2-public-page nav .nav-login #nav-btn:hover,
html.v2-public-page nav .nav-login #nav-btn:focus {
  box-shadow: 0 10px 22px rgba(23, 25, 31, 0.16);
}

html.v2-public-page footer {
  background: #111317;
  border-top: 0;
  color: #fff;
  margin: 0;
  opacity: 1;
  padding: 44px 0 24px;
  width: 100%;
}

html.v2-public-page footer a,
html.v2-public-page footer span,
html.v2-public-page footer i {
  color: #fff;
}

html.v2-public-page footer .footer-container {
  margin: 0 auto;
  max-width: var(--v2-container);
  width: min(var(--v2-container), 100% - 48px);
}

html.v2-public-page footer .footer-middle {
  gap: 32px;
}

html.v2-public-page footer .footer-head span {
  font-family: "Outfit", "Inter", Arial, sans-serif;
  font-weight: 700;
}

html.v2-public-page footer .footer-body-list {
  gap: 6px;
}

html.v2-public-page footer .footer-body-list a,
html.v2-public-page footer .copyright {
  color: rgba(255, 255, 255, 0.68);
}

html.v2-public-page footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 22px;
  padding-top: 20px;
}

.v2-home {
  background: var(--v2-wash);
  color: var(--v2-ink);
  max-width: 100vw;
  overflow: hidden;
}

.v2-home *,
.v2-home *::before,
.v2-home *::after {
  box-sizing: border-box;
}

.v2-home img {
  max-width: 100%;
}

.v2-home a {
  color: inherit;
  text-decoration: none;
}

.v2-home p {
  color: var(--v2-muted);
  line-height: 1.65;
  margin: 0;
}

.v2-home h1,
.v2-home h2,
.v2-home h3 {
  color: var(--v2-ink);
  font-family: "Outfit", "Inter", Arial, sans-serif;
  letter-spacing: 0;
  margin: 0;
}

.v2-home h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.08;
}

.v2-home h2 {
  font-size: 32px;
  font-weight: 650;
  line-height: 1.12;
}

.v2-home h3 {
  font-size: 19px;
  font-weight: 650;
  line-height: 1.2;
}

.v2-container {
  margin: 0 auto;
  max-width: var(--v2-container);
  width: calc(100vw - 48px);
}

.v2-btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: var(--v2-radius);
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
  white-space: nowrap;
}

.v2-btn:hover,
.v2-btn:focus-visible {
  outline: none;
  transform: translateY(-1px);
}

.v2-btn-dark {
  background: var(--v2-dark);
  box-shadow: 0 8px 18px rgba(23, 25, 31, 0.14);
  color: #fff;
}

.v2-home .v2-btn-dark {
  color: #fff;
}

.v2-home .v2-btn-light {
  color: var(--v2-ink);
}

.v2-btn-dark:hover,
.v2-btn-dark:focus-visible {
  background: #0c0d10;
  box-shadow: 0 10px 22px rgba(23, 25, 31, 0.16);
}

.v2-btn-light {
  background: var(--v2-surface);
  border-color: var(--v2-line);
  color: var(--v2-ink);
}

.v2-btn-light:hover,
.v2-btn-light:focus-visible {
  border-color: var(--v2-line-strong);
  box-shadow: var(--v2-shadow-soft);
}

.v2-hero {
  background: var(--v2-wash);
  border-bottom: 0;
  padding: 124px 0 48px;
}

.v2-hero-grid {
  align-items: center;
  display: grid;
  gap: 38px;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
}

.v2-hero-grid > *,
.v2-split > *,
.v2-cta-grid > *,
.v2-mailing-inner > * {
  min-width: 0;
}

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

.v2-hero-lead {
  color: var(--v2-ink-soft);
  font-size: 17px;
  margin-top: 18px;
  max-width: 570px;
}

.v2-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.v2-proof-row {
  border-top: 1px solid var(--v2-line);
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
  padding-top: 18px;
}

.v2-proof-row > div {
  align-items: start;
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 12px;
}

.v2-proof-row > div > div {
  min-width: 0;
}

.v2-proof-row .v2-proof-icon {
  align-items: center;
  background: var(--v2-wash);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  color: var(--v2-action);
  display: inline-flex;
  flex: 0 0 34px;
  font-size: 14px;
  height: 34px;
  justify-content: center;
  line-height: 1;
  text-align: center;
  width: 34px;
}

.v2-proof-row strong {
  display: block;
  font-size: 16px;
  line-height: 1.25;
}

.v2-proof-row span {
  color: var(--v2-muted);
  display: block;
  font-size: 14px;
  line-height: 1.45;
  margin-top: 5px;
}

.v2-hero-visual {
  min-height: 500px;
  position: relative;
}

.v2-hero-visual[data-v2-reveal] {
  opacity: 1;
  transform: none;
}

.v2-product-window {
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow);
  overflow: hidden;
  position: relative;
}

.v2-window-bar {
  align-items: center;
  background: var(--v2-surface);
  border-bottom: 1px solid var(--v2-line);
  display: flex;
  gap: 7px;
  height: 42px;
  padding: 0 14px;
}

.v2-window-bar span {
  border-radius: 999px;
  display: block;
  height: 10px;
  width: 10px;
}

.v2-window-bar span:nth-child(1) {
  background: var(--v2-line-strong);
}

.v2-window-bar span:nth-child(2) {
  background: var(--v2-line-strong);
}

.v2-window-bar span:nth-child(3) {
  background: var(--v2-line-strong);
}

.v2-window-bar p {
  color: var(--v2-muted);
  font-size: 13px;
  font-weight: 700;
  margin-left: 8px;
}

.v2-product-window img {
  display: block;
  height: 482px;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.v2-hero-booking-ui {
  background: #f8fafc;
  display: grid;
  gap: 14px;
  min-height: 482px;
  padding: 18px;
}

.v2-booking-hero-head,
.v2-booking-service-panel,
.v2-booking-mini-calendar,
.v2-booking-details,
.v2-booking-confirm-row {
  border-radius: var(--v2-radius);
}

.v2-booking-hero-head {
  align-items: center;
  background: var(--v2-dark);
  color: #fff;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  min-height: 92px;
  padding: 18px;
}

.v2-booking-hero-head span,
.v2-booking-label,
.v2-booking-confirm-row span {
  color: var(--v2-muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.v2-booking-hero-head span {
  color: rgba(255, 255, 255, 0.66);
  margin-bottom: 7px;
}

.v2-booking-hero-head strong {
  color: #fff;
  display: block;
  font-family: "Outfit", "Inter", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.12;
}

.v2-booking-hero-head em {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  flex: 0 0 auto;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  padding: 8px 11px;
}

.v2-booking-hero-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1.08fr) minmax(190px, 0.92fr);
}

.v2-booking-service-panel,
.v2-booking-mini-calendar,
.v2-booking-details,
.v2-booking-confirm-row {
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
}

.v2-booking-service-panel,
.v2-booking-mini-calendar {
  min-height: 126px;
  padding: 16px;
}

.v2-booking-label {
  margin-bottom: 12px;
}

.v2-booking-service-row {
  align-items: center;
  display: flex;
  gap: 12px;
}

.v2-booking-service-row i {
  align-items: center;
  background: #eaf2ff;
  border-radius: var(--v2-radius);
  color: #1f5fbf;
  display: inline-flex;
  flex: 0 0 42px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.v2-booking-service-row strong,
.v2-booking-details strong,
.v2-booking-confirm-row strong {
  color: var(--v2-ink);
  display: block;
  font-family: "Outfit", "Inter", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.16;
}

.v2-booking-service-row span,
.v2-booking-details em {
  color: var(--v2-muted);
  display: block;
  font-size: 13px;
  font-style: normal;
  line-height: 1.4;
  margin-top: 5px;
}

.v2-calendar-title {
  align-items: baseline;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 12px;
}

.v2-calendar-title span {
  color: var(--v2-muted);
  font-size: 13px;
  font-weight: 800;
}

.v2-calendar-title strong {
  color: var(--v2-ink);
  font-size: 14px;
}

.v2-calendar-dates {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.v2-calendar-dates span,
.v2-booking-time-row span {
  align-items: center;
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  color: var(--v2-ink);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  min-height: 36px;
  padding: 8px;
  text-align: center;
}

.v2-calendar-dates span.is-active,
.v2-booking-time-row span.is-selected {
  background: var(--v2-dark);
  border-color: var(--v2-dark);
  color: #fff;
}

.v2-calendar-dates span.is-muted {
  background: var(--v2-wash);
  color: var(--v2-muted);
}

.v2-booking-time-row {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.v2-booking-time-row span {
  background: var(--v2-surface);
  min-height: 42px;
  white-space: nowrap;
}

.v2-booking-details {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.7fr);
  padding: 16px;
}

.v2-booking-detail-list {
  display: grid;
  gap: 8px;
}

.v2-booking-detail-list span {
  align-items: center;
  background: var(--v2-wash);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  color: var(--v2-ink-soft);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
  line-height: 1.25;
  min-height: 34px;
  padding: 8px 10px;
}

.v2-booking-detail-list i {
  color: #1f7a4f;
  flex: 0 0 auto;
}

.v2-booking-confirm-row {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 16px;
}

.v2-booking-confirm-row span {
  margin-bottom: 5px;
}

.v2-booking-confirm-pill {
  background: #dff5ea;
  border: 1px solid #b9e4cd;
  border-radius: 999px;
  color: #165c39 !important;
  flex: 0 0 auto;
  font-size: 13px !important;
  margin-bottom: 0 !important;
  padding: 10px 13px;
  text-transform: none !important;
}

.v2-section {
  padding: 68px 0;
}

.v2-section-tight {
  padding: 58px 0;
}

.v2-band {
  background: var(--v2-wash);
  border-bottom: 0;
  border-top: 0;
}

.v2-section-heading {
  margin-bottom: 24px;
  max-width: 700px;
}

.v2-section-heading span {
  color: var(--v2-action-muted);
  display: block;
  font-weight: 800;
  margin-bottom: 12px;
}

.v2-eyebrow,
.v2-kicker,
.v2-home .v2-kicker,
.v2-section-heading .v2-section-label {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--v2-muted);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 8px;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 12px;
  max-width: 100%;
  min-height: 0;
  padding: 0;
  text-transform: uppercase;
  width: fit-content;
}

.v2-eyebrow i,
.v2-kicker i,
.v2-home .v2-kicker i,
.v2-section-heading .v2-section-label i {
  align-items: center;
  background: transparent;
  border-radius: 0;
  color: var(--v2-action);
  display: inline-flex;
  flex: 0 0 16px;
  font-size: 13px;
  height: 16px;
  justify-content: center;
  line-height: 1;
  width: 16px;
}

.v2-eyebrow > span,
.v2-kicker > span,
.v2-home .v2-kicker > span,
.v2-section-heading .v2-section-label > span {
  align-items: center;
  color: inherit;
  display: inline-flex;
  font-size: inherit;
  font-weight: inherit;
  line-height: 16px;
  margin: 0;
  min-height: 16px;
  min-width: 0;
  text-transform: inherit;
}

.v2-heading-row {
  align-items: end;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  max-width: none;
}

.v2-text-link {
  align-items: center;
  color: var(--v2-action);
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 800;
  gap: 8px;
}

.v2-text-link:hover,
.v2-text-link:focus-visible {
  color: var(--v2-ink);
  outline: none;
}

.v2-flow-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.v2-flow-card,
.v2-price-card,
.v2-step,
.v2-metric,
.v2-showcase-grid figure {
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: 0 1px 0 rgba(23, 25, 31, 0.03);
}

.v2-flow-card {
  min-height: 220px;
  padding: 20px;
}

.v2-icon {
  align-items: center;
  border-radius: var(--v2-radius);
  color: #fff;
  display: flex;
  height: 46px;
  justify-content: center;
  margin-bottom: 18px;
  width: 46px;
}

.v2-icon-neutral {
  background: var(--v2-action);
}

.v2-flow-card p,
.v2-step p {
  margin-top: 14px;
}

.v2-split {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
}

.v2-split-copy {
  max-width: 720px;
}

.v2-split-copy p {
  color: var(--v2-ink-soft);
  font-size: 16px;
  margin-top: 18px;
}

.v2-check-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.v2-check-list span {
  align-items: center;
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  color: var(--v2-ink-soft);
  display: flex;
  font-weight: 700;
  gap: 10px;
  min-height: 48px;
  padding: 10px 12px;
}

.v2-check-list i {
  align-items: center;
  background: var(--v2-wash);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  color: var(--v2-action);
  display: inline-flex;
  flex: 0 0 32px;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.v2-price-card li i {
  color: var(--v2-action);
}

.v2-metric-stack {
  display: grid;
  gap: 14px;
}

.v2-metric {
  padding: 20px;
}

.v2-metric > i {
  align-items: center;
  background: var(--v2-dark);
  border-radius: var(--v2-radius);
  color: #fff;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  margin-bottom: 18px;
  width: 42px;
}

.v2-metric strong {
  display: block;
  font-family: "Outfit", "Inter", Arial, sans-serif;
  font-size: 30px;
  line-height: 1;
}

.v2-metric span {
  color: var(--v2-muted);
  display: block;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 8px;
}

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

.v2-showcase-grid figure {
  margin: 0;
  overflow: hidden;
}

.v2-showcase-preview {
  aspect-ratio: 16/10;
  background: #f8fafc;
  display: grid;
  gap: 10px;
  overflow: hidden;
  padding: 16px;
  position: relative;
  width: 100%;
}

.v2-showcase-top {
  align-items: center;
  display: grid;
  gap: 9px;
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.v2-showcase-top > span {
  background: var(--v2-dark);
  border-radius: var(--v2-radius);
  display: block;
  height: 24px;
  position: relative;
  width: 24px;
}

.v2-showcase-top > span::after {
  background: #fff;
  border-radius: 999px;
  content: "";
  height: 8px;
  left: 8px;
  position: absolute;
  top: 8px;
  width: 8px;
}

.v2-showcase-top strong,
.v2-showcase-service strong,
.v2-showcase-phone strong {
  color: var(--v2-ink);
  display: block;
  font-family: "Outfit", "Inter", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.16;
  min-width: 0;
}

.v2-showcase-top em,
.v2-showcase-service em,
.v2-showcase-phone em {
  border-radius: 999px;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
  white-space: nowrap;
}

.v2-showcase-top em {
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  color: var(--v2-muted);
  padding: 6px 9px;
}

.v2-showcase-service {
  align-items: center;
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  display: flex;
  gap: 10px;
  justify-content: space-between;
  min-width: 0;
  padding: 12px;
}

.v2-showcase-service span {
  color: var(--v2-muted);
  display: block;
  font-size: 11px;
  font-weight: 850;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.v2-showcase-service em {
  background: #eaf2ff;
  color: #1f5fbf;
  padding: 7px 9px;
}

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

.v2-showcase-slots span {
  align-items: center;
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  color: var(--v2-ink);
  display: flex;
  font-size: 13px;
  font-weight: 850;
  justify-content: center;
  min-height: 36px;
}

.v2-showcase-slots span.is-selected {
  background: var(--v2-dark);
  border-color: var(--v2-dark);
  color: #fff;
}

.v2-showcase-footer-row,
.v2-showcase-mobile-notes {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.v2-showcase-footer-row span,
.v2-showcase-mobile-notes span {
  align-items: center;
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  color: var(--v2-ink-soft);
  display: flex;
  font-size: 12px;
  font-weight: 850;
  gap: 7px;
  min-width: 0;
  padding: 8px 10px;
}

.v2-showcase-footer-row i,
.v2-showcase-mobile-notes i {
  color: #1f7a4f;
}

.v2-showcase-preview-premium {
  background: #fff7f8;
}

.v2-showcase-preview-premium .v2-showcase-top > span {
  background: #9f3855;
}

.v2-showcase-preview-premium .v2-showcase-top em {
  background: #2f333a;
  border-color: #2f333a;
  color: #fff;
}

.v2-showcase-theme-row {
  display: grid;
  gap: 8px;
  grid-template-columns: 1.1fr 0.9fr 0.7fr;
}

.v2-showcase-theme-row span {
  border-radius: var(--v2-radius);
  min-height: 24px;
}

.v2-showcase-theme-row span:nth-child(1) {
  background: #9f3855;
}

.v2-showcase-theme-row span:nth-child(2) {
  background: #f0c64f;
}

.v2-showcase-theme-row span:nth-child(3) {
  background: #2f333a;
}

.v2-showcase-preview-premium .v2-showcase-service em {
  background: #f9e2e7;
  color: #8d2f4b;
}

.v2-showcase-confirm {
  align-items: center;
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  color: var(--v2-ink-soft);
  display: flex;
  font-size: 13px;
  font-weight: 850;
  gap: 9px;
  min-height: 42px;
  padding: 10px 12px;
}

.v2-showcase-confirm i {
  align-items: center;
  background: #dff5ea;
  border-radius: 999px;
  color: #165c39;
  display: inline-flex;
  flex: 0 0 26px;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.v2-showcase-preview-mobile {
  align-items: center;
  background: #16191f;
  display: grid;
  grid-template-columns: minmax(112px, 0.68fr) minmax(0, 1fr);
}

.v2-showcase-phone {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.18);
  display: grid;
  gap: 9px;
  min-height: 100%;
  padding: 14px 12px;
}

.v2-showcase-phone-bar {
  background: #d9dee5;
  border-radius: 999px;
  height: 5px;
  margin: 0 auto 2px;
  width: 38px;
}

.v2-showcase-phone span {
  color: var(--v2-muted);
  font-size: 12px;
  font-weight: 750;
}

.v2-showcase-phone-slots {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v2-showcase-phone-slots span {
  background: #eef2f6;
  border-radius: 999px;
  height: 28px;
}

.v2-showcase-phone-slots span.is-active {
  background: var(--v2-dark);
}

.v2-showcase-phone em {
  align-items: center;
  background: #dff5ea;
  color: #165c39;
  display: flex;
  justify-content: center;
  min-height: 32px;
}

.v2-showcase-mobile-notes {
  grid-template-columns: 1fr;
}

.v2-showcase-mobile-notes span {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.v2-showcase-grid figcaption {
  border-top: 1px solid var(--v2-line);
  color: var(--v2-ink-soft);
  font-weight: 800;
  padding: 14px 16px;
}

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

.v2-step {
  min-height: 190px;
  padding: 20px;
}

.v2-step-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}

.v2-step-top span {
  color: var(--v2-action-muted);
  display: block;
  font-size: 14px;
  font-weight: 900;
}

.v2-step-top i {
  align-items: center;
  background: var(--v2-wash);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  color: var(--v2-action);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.v2-pricing-section {
  background: var(--v2-wash);
  border-top: 0;
}

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

.v2-price-card {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 22px;
  position: relative;
}

.v2-price-card-featured {
  border-color: var(--v2-ink);
  box-shadow: var(--v2-shadow-soft);
}

.v2-plan-badge {
  background: var(--v2-ink);
  border-radius: var(--v2-radius);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  padding: 6px 10px;
  position: absolute;
  right: 18px;
  top: 18px;
}

.v2-price-head h3 {
  margin-bottom: 18px;
}

.v2-price-head strong {
  display: block;
  font-family: "Outfit", "Inter", Arial, sans-serif;
  font-size: 34px;
  line-height: 1;
}

.v2-price-head span {
  color: var(--v2-muted);
  display: block;
  font-weight: 700;
  margin-top: 6px;
}

.v2-price-card ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 28px 0;
  padding: 0;
}

.v2-price-card li {
  align-items: center;
  color: var(--v2-ink-soft);
  display: flex;
  font-weight: 650;
  gap: 10px;
  line-height: 1.4;
}

.v2-price-card .v2-btn {
  margin-top: auto;
  width: 100%;
}

.v2-cta {
  background: var(--v2-wash);
  border-bottom: 0;
  border-top: 0;
  padding: 54px 0;
}

.v2-cta-grid {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.v2-cta p {
  color: var(--v2-ink-soft);
  font-size: 16px;
  margin-top: 16px;
  max-width: 650px;
}

.v2-cta-actions {
  display: flex;
  gap: 12px;
}

.v2-mailing {
  padding: 50px 0;
}

.v2-mailing-inner {
  align-items: center;
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.8fr);
  padding: 22px;
}

.v2-mailing-inner h2 {
  font-size: 24px;
}

.v2-mailing-inner p {
  margin-top: 10px;
}

.v2-mailing-form {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.v2-mailing-form input {
  background: var(--v2-wash);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  color: var(--v2-ink);
  font-family: inherit;
  min-height: 48px;
  outline: none;
  padding: 0 14px;
}

.v2-mailing-form input:focus {
  border-color: var(--v2-ink);
  box-shadow: 0 0 0 3px rgba(23, 25, 31, 0.12);
}

.v2-mailing-form button i {
  display: none;
}

.v2-mailing-form.is-loading button i {
  display: inline-block;
}

.v2-mailing-form.is-loading button span {
  display: none;
}

.v2-form-response {
  grid-column: 1/-1;
  min-height: 22px;
}

.v2-form-response.is-success {
  color: var(--v2-action);
  font-weight: 700;
}

.v2-form-response.is-error {
  color: var(--v2-ink-soft);
  font-weight: 700;
}

.v2-sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

[data-v2-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

@media (prefers-reduced-motion: reduce) {
  html.v2-public-page {
    scroll-behavior: auto;
  }
  .v2-btn,
  [data-v2-reveal] {
    transition: none;
  }
  [data-v2-reveal] {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 1080px) {
  .v2-home h1 {
    font-size: 42px;
  }
  .v2-home h2 {
    font-size: 30px;
  }
  .v2-hero-grid {
    grid-template-columns: 1fr;
  }
  .v2-hero-copy {
    max-width: 760px;
  }
  .v2-hero-visual {
    min-height: 0;
  }
  .v2-flow-grid,
  .v2-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .v2-split,
  .v2-cta-grid,
  .v2-mailing-inner {
    grid-template-columns: 1fr;
  }
  .v2-cta-actions {
    justify-content: flex-start;
  }
}
@media (max-width: 920px) {
  html.v2-public-page nav .nav-links,
  html.v2-public-page nav .nav-login {
    display: none;
  }
  html.v2-public-page .burger {
    align-items: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
    width: 44px;
    z-index: 1001;
  }
  html.v2-public-page .nav-wrap {
    width: calc(100vw - 40px);
  }
  html.v2-public-page .strip {
    display: grid;
    gap: 7px;
    width: 30px;
  }
  html.v2-public-page .strip div {
    background: var(--v2-ink);
    border-radius: 999px;
    height: 2px;
    margin: 0;
    transition: transform 180ms ease, opacity 180ms ease;
    width: 30px;
  }
  html.v2-public-page .burger.active .burger-strip-2 div:first-child {
    transform: translateY(9px) rotate(45deg);
  }
  html.v2-public-page .burger.active .burger-strip-2 div:nth-child(2) {
    opacity: 0;
  }
  html.v2-public-page .burger.active .burger-strip-2 div:last-child {
    transform: translateY(-9px) rotate(-45deg);
  }
  html.v2-public-page .mobile-dropdown {
    display: none;
  }
  html.v2-public-page .burger.active .mobile-dropdown {
    background: var(--v2-surface);
    border-bottom: 1px solid var(--v2-line);
    border-top: 1px solid var(--v2-line);
    box-shadow: var(--v2-shadow-soft);
    display: block;
    left: 0;
    max-height: calc(100vh - 78px);
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 78px;
    width: 100vw;
    z-index: 1000;
  }
  html.v2-public-page .mobile-dropdown ul {
    display: grid;
    gap: 6px;
    list-style: none;
    margin: 0 auto;
    max-width: var(--v2-container);
    padding: 12px 24px;
    width: min(var(--v2-container), 100vw - 48px);
  }
  html.v2-public-page .mobile-dropdown ul li {
    margin: 0;
  }
  html.v2-public-page .mobile-dropdown ul li a {
    border-radius: var(--v2-radius);
    color: var(--v2-ink);
    display: flex;
    font-weight: 700;
    margin: 0;
    min-height: 44px;
    padding: 0 12px;
    align-items: center;
  }
  html.v2-public-page .mobile-dropdown ul li a:hover,
  html.v2-public-page .mobile-dropdown ul li a:focus-visible {
    background: var(--v2-wash);
    outline: none;
  }
  html.v2-public-page .mobile-dropdown #nav-btn {
    background: var(--v2-dark);
    color: #fff;
    justify-content: center;
  }
}
@media (max-width: 860px) {
  .v2-proof-row,
  .v2-steps,
  .v2-pricing-grid,
  .v2-check-list {
    grid-template-columns: 1fr;
  }
  html.v2-public-page footer .footer-middle {
    flex-direction: column;
  }
  .v2-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .v2-flow-card,
  .v2-step {
    min-height: auto;
  }
  .v2-step-top {
    margin-bottom: 26px;
  }
}
@media (max-width: 760px) {
  .v2-flow-grid,
  .v2-showcase-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .v2-container,
  html.v2-public-page .nav-wrap,
  html.v2-public-page footer .footer-container {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    width: calc(100vw - 28px);
  }
  .v2-home h1 {
    font-size: 34px;
    line-height: 1.08;
  }
  .v2-home h2 {
    font-size: 28px;
  }
  .v2-hero {
    padding: 96px 0 36px;
  }
  .v2-section,
  .v2-section-tight {
    padding: 46px 0;
  }
  .v2-hero-lead,
  .v2-split-copy p,
  .v2-cta p {
    font-size: 16px;
  }
  .v2-hero-actions,
  .v2-cta-actions {
    flex-direction: column;
  }
  .v2-hero-actions .v2-btn,
  .v2-cta-actions .v2-btn,
  .v2-mailing-form .v2-btn {
    width: 100%;
  }
  .v2-hero-booking-ui {
    gap: 10px;
    min-height: 0;
    padding: 12px;
  }
  .v2-booking-hero-head {
    gap: 10px;
    min-height: 0;
    padding: 14px;
  }
  .v2-booking-hero-head strong {
    font-size: 19px;
  }
  .v2-booking-hero-head em {
    font-size: 11px;
    padding: 6px 8px;
  }
  .v2-booking-hero-grid {
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) minmax(112px, 0.7fr);
  }
  .v2-booking-details {
    grid-template-columns: 1fr;
  }
  .v2-booking-service-panel,
  .v2-booking-mini-calendar,
  .v2-booking-details,
  .v2-booking-confirm-row {
    padding: 12px;
  }
  .v2-booking-service-panel,
  .v2-booking-mini-calendar {
    min-height: 0;
  }
  .v2-booking-label {
    margin-bottom: 8px;
  }
  .v2-booking-service-row {
    gap: 10px;
  }
  .v2-booking-service-row i {
    flex-basis: 36px;
    height: 36px;
    width: 36px;
  }
  .v2-booking-service-row strong,
  .v2-booking-details strong,
  .v2-booking-confirm-row strong {
    font-size: 16px;
  }
  .v2-calendar-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 8px;
  }
  .v2-calendar-dates {
    gap: 5px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .v2-calendar-dates span,
  .v2-booking-time-row span {
    font-size: 12px;
    min-height: 30px;
    padding: 5px;
  }
  .v2-booking-time-row {
    gap: 7px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .v2-booking-confirm-row {
    align-items: center;
    flex-direction: row;
  }
  .v2-booking-confirm-pill {
    text-align: center;
  }
  .v2-mailing-form {
    grid-template-columns: 1fr;
  }
  .v2-price-card {
    min-height: auto;
  }
}
html.v2-public-page .main-wrap {
  margin: 0 auto;
  max-width: var(--v2-container);
  padding: 104px 0 56px;
  width: min(var(--v2-container), 100vw - 48px);
}

html.v2-public-page .v2-home + .main-wrap,
html.v2-public-page .v2-home .main-wrap {
  padding: 0;
}

html.v2-public-page .main-wrap h1,
html.v2-public-page .main-wrap h2,
html.v2-public-page .main-wrap h3,
html.v2-public-page .main-wrap h4 {
  color: var(--v2-ink);
  font-family: "Outfit", "Inter", Arial, sans-serif;
  letter-spacing: 0;
}

html.v2-public-page .main-wrap h1 {
  font-size: 2.75rem;
  line-height: 1.08;
}

html.v2-public-page .main-wrap h2 {
  font-size: 2rem;
  line-height: 1.12;
}

html.v2-public-page .main-wrap h3 {
  font-size: 1.2rem;
  line-height: 1.22;
}

html.v2-public-page .main-wrap p,
html.v2-public-page .main-wrap span,
html.v2-public-page .main-wrap li {
  color: var(--v2-muted);
  line-height: 1.62;
}

html.v2-public-page .main-wrap a {
  color: var(--v2-ink);
  font-weight: 700;
}

html.v2-public-page button,
html.v2-public-page input[type=submit],
html.v2-public-page .btn {
  background: var(--v2-dark);
  border: 1px solid var(--v2-dark);
  border-radius: var(--v2-radius);
  box-shadow: 0 8px 18px rgba(23, 25, 31, 0.12);
  color: #fff;
  font-family: "Inter", "Outfit", Arial, sans-serif;
  font-weight: 700;
  min-height: 44px;
  padding: 0 18px;
}

html.v2-public-page button:hover,
html.v2-public-page input[type=submit]:hover,
html.v2-public-page .btn:hover {
  box-shadow: 0 14px 30px rgba(23, 25, 31, 0.2);
  transform: translateY(-1px);
}

html.v2-public-page input[type=text],
html.v2-public-page input[type=email],
html.v2-public-page input[type=password],
html.v2-public-page input[type=tel],
html.v2-public-page input[type=number],
html.v2-public-page select,
html.v2-public-page textarea {
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-sizing: border-box;
  font-family: "Inter", "Outfit", Arial, sans-serif;
  min-height: 44px;
}

html.v2-public-page input:focus,
html.v2-public-page select:focus,
html.v2-public-page textarea:focus {
  border-color: var(--v2-ink);
  box-shadow: 0 0 0 3px rgba(23, 25, 31, 0.12);
}

html.v2-public-page .auth-wrapper {
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow-soft);
  box-sizing: border-box;
  margin: 112px auto 60px;
  max-width: 980px;
  padding: 28px;
  width: min(980px, 100vw - 48px);
}

html.v2-public-page .auth-wrapper > h1,
html.v2-public-page .auth-wrapper > h3 {
  margin: 0 0 22px;
  text-align: center;
}

html.v2-public-page .auth-wrapper .form,
html.v2-public-page .auth-wrapper form {
  margin: 0 auto;
  max-width: 430px;
}

html.v2-public-page .auth-wrapper form p {
  margin: 0 0 16px;
}

html.v2-public-page .auth-wrapper label {
  color: var(--v2-ink-soft);
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}

html.v2-public-page .auth-wrapper .messages,
html.v2-public-page .messages {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

html.v2-public-page .auth-wrapper .messages li,
html.v2-public-page .messages li {
  background: var(--v2-wash);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  color: var(--v2-ink-soft);
  margin-top: 8px;
  padding: 10px 12px;
}

html.v2-public-page .auth-wrapper .register-container {
  gap: 28px;
  max-width: 100%;
  overflow: hidden;
}

html.v2-public-page .auth-wrapper .register-intro {
  max-width: 48%;
  width: 48%;
}

html.v2-public-page .auth-wrapper .signup-features,
html.v2-public-page .auth-wrapper .plan-selection,
html.v2-public-page .auth-wrapper .form-wrapper {
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-sizing: border-box;
  margin: 0;
  padding: 18px;
  width: 100%;
}

html.v2-public-page .auth-wrapper .signup-features h1 {
  font-size: 1.55rem;
  line-height: 1.14;
  margin: 0 0 12px;
}

html.v2-public-page .auth-wrapper .signup-features ul,
html.v2-public-page .auth-wrapper .plan-selection ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

html.v2-public-page .auth-wrapper .signup-features li {
  align-items: center;
  border-top: 1px solid var(--v2-line);
  color: var(--v2-ink-soft);
  display: flex;
  font-weight: 650;
  gap: 10px;
  line-height: 1.28;
  overflow-wrap: anywhere;
  padding: 10px 0;
}

html.v2-public-page .auth-wrapper .signup-features li i {
  color: var(--v2-action);
  flex: 0 0 auto;
}

html.v2-public-page .auth-wrapper .form-group {
  max-width: 100%;
  width: min(420px, 100%);
}

html.v2-public-page .auth-wrapper .form-field {
  margin-bottom: 14px;
}

html.v2-public-page .auth-wrapper .register-content {
  gap: 24px;
}

html.v2-public-page .auth-wrapper .plans-toggle div,
html.v2-public-page .auth-wrapper .plan {
  border-color: var(--v2-line);
  border-radius: var(--v2-radius);
}

html.v2-public-page .auth-wrapper .plans-toggle div.selected,
html.v2-public-page .auth-wrapper .plan.selected {
  background: var(--v2-dark);
  border-color: var(--v2-dark);
  color: #fff;
}

html.v2-public-page .auth-wrapper .plans-toggle div.selected *,
html.v2-public-page .auth-wrapper .plan.selected * {
  color: #fff;
}

html.v2-public-page .auth-wrapper .plan-tag {
  background: var(--v2-dark);
  border-radius: var(--v2-radius);
}

html.v2-public-page .plans-container {
  margin: 0 auto;
  max-width: var(--v2-container);
}

html.v2-public-page .plans-container > h2 {
  margin: 0 0 24px;
  text-align: left;
}

html.v2-public-page .plans-table {
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-collapse: separate;
  border-radius: var(--v2-radius);
  border-spacing: 0;
  box-shadow: var(--v2-shadow-soft);
  overflow: hidden;
  width: 100%;
}

html.v2-public-page .plans-table th,
html.v2-public-page .plans-table td {
  border-color: var(--v2-line);
  color: var(--v2-ink-soft);
  padding: 14px 16px;
}

html.v2-public-page .plans-table th {
  background: var(--v2-surface);
  color: var(--v2-ink);
}

html.v2-public-page .plans-table .section-header {
  background: var(--v2-dark);
  color: #fff;
  font-weight: 800;
}

html.v2-public-page .plans-table i {
  color: var(--v2-ink);
}

html.v2-public-page .cta-1 {
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow-soft);
  width: min(980px, 100%);
}

html.v2-public-page .cta-1 #cta-button {
  background: var(--v2-dark);
  border-radius: var(--v2-radius);
  color: #fff;
  font-weight: 800;
}

html.v2-public-page .mailing-list-container {
  align-items: center;
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow-soft);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 24px auto;
  max-width: 760px;
  padding: 22px;
  text-align: center;
  width: min(760px, 100vw - 48px);
}

html.v2-public-page .mailing-list-container > span,
html.v2-public-page .mailing-list-container h4 {
  color: var(--v2-ink-soft);
  font-weight: 650;
  margin: 0;
}

html.v2-public-page .mailing-list-entry {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  width: min(520px, 100%);
}

html.v2-public-page .mailing-list-entry input {
  width: 100%;
}

html.v2-public-page .solutions-main {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0;
  text-align: center;
}

html.v2-public-page .solutions-main > h1 {
  margin: 0 auto 14px !important;
  max-width: 850px !important;
}

html.v2-public-page .solutions-intro {
  color: var(--v2-muted);
  font-size: 16px !important;
  max-width: 860px;
  padding: 0 !important;
}

html.v2-public-page .solutions-individual,
html.v2-public-page .solutions-slider-container {
  margin: 24px auto;
  width: 100%;
}

html.v2-public-page .solutions-individual img,
html.v2-public-page .solutions-slide,
html.v2-public-page .features-grid li,
html.v2-public-page .features-section,
html.v2-public-page .use-cases,
html.v2-public-page .step-img-container img {
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow-soft);
}

html.v2-public-page .solutions-features,
html.v2-public-page .main-features,
html.v2-public-page .features-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
}

html.v2-public-page .features-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html.v2-public-page .solutions-features .feature,
html.v2-public-page .main-features .feature,
html.v2-public-page .features-grid li {
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: none;
  box-sizing: border-box;
  margin: 0;
  max-width: none;
  min-width: 0;
  padding: 20px;
  text-align: left;
}

html.v2-public-page .feature-head {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

html.v2-public-page .feature-head h4,
html.v2-public-page .features-grid .li-top {
  color: var(--v2-ink);
  font-weight: 800;
  margin: 0 0 10px;
}

html.v2-public-page .feature-head i,
html.v2-public-page .features-grid i {
  color: var(--v2-action);
}

html.v2-public-page .solution-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 8px !important;
}

html.v2-public-page .solution-cta a {
  background: var(--v2-dark);
  border-radius: var(--v2-radius);
  box-shadow: 0 8px 18px rgba(23, 25, 31, 0.12);
  color: #fff;
  margin: 0;
  padding: 12px 18px;
}

html.v2-public-page .main-break {
  background: var(--v2-wash);
  margin: 24px 0;
}

html.v2-public-page .main-break h1,
html.v2-public-page .main-break h2,
html.v2-public-page .main-break h3 {
  color: var(--v2-ink) !important;
}

html.v2-public-page .use-cases {
  align-items: stretch;
  box-shadow: var(--v2-shadow-soft);
  margin: 24px 0;
  padding: 20px;
}

html.v2-public-page .use-cases .use-case {
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-sizing: border-box;
}

html.v2-public-page .content-main .resources-main {
  align-items: flex-start;
  gap: 24px;
  justify-content: center;
  margin: 0;
}

html.v2-public-page .content-main .posts {
  margin: 0;
  max-width: 760px;
  width: 100%;
}

html.v2-public-page .content-main .post {
  align-items: center;
  border-color: var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow-soft);
  display: flex;
  gap: 12px;
  margin: 0 0 12px;
  padding: 18px;
}

html.v2-public-page .content-main .post a {
  text-decoration: none;
}

html.v2-public-page .content-main .categories {
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow-soft);
  margin: 0;
  min-width: 220px;
  padding: 10px;
}

html.v2-public-page .content-main .category {
  border-radius: var(--v2-radius);
  color: var(--v2-ink-soft);
  font-weight: 700;
}

html.v2-public-page .content-main .category.active {
  background: var(--v2-dark);
  color: #fff;
}

html.v2-public-page .content-main .post-main {
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow-soft);
  padding: 22px;
}

html.v2-public-page .content-main .post-main .title {
  background: transparent;
  box-shadow: none;
  margin: 0 0 18px;
  padding: 0;
}

html.v2-public-page .content-main .post-main .title h1,
html.v2-public-page .content-main .post-main .title span {
  color: var(--v2-ink);
}

html.v2-public-page .tos,
html.v2-public-page .pp {
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow-soft);
  margin: 0 auto;
  max-width: 900px;
  padding: 28px;
}

html.v2-public-page .tos h3,
html.v2-public-page .pp h3 {
  margin: 24px 0 10px;
}

html.v2-public-page .tos h3:first-child,
html.v2-public-page .pp h3:first-child {
  font-size: 1.65rem;
  margin-top: 0;
}

html.v2-public-page .tos p,
html.v2-public-page .pp p,
html.v2-public-page .tos li,
html.v2-public-page .pp li {
  color: var(--v2-ink-soft);
}

html.v2-public-page .roadmap-container {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}

html.v2-public-page .roadmap-container .plan {
  background: var(--v2-surface) !important;
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow-soft);
  color: var(--v2-ink);
  margin: 18px 0;
}

html.v2-public-page .roadmap-container .plan-left,
html.v2-public-page .roadmap-container .plan-right {
  color: var(--v2-ink);
}

html.v2-public-page .roadmap-container img {
  filter: grayscale(1);
  opacity: 0.36;
}

html.v2-public-page .directory-main .coming-soon,
html.v2-public-page .error-container,
html.v2-public-page .ics-converter-container {
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow-soft);
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 820px;
  padding: 28px;
}

html.v2-public-page .coming-soon .top {
  border-color: var(--v2-line);
  border-radius: var(--v2-radius);
}

html.v2-public-page .ics-converter-container #ics-help-txt,
html.v2-public-page .ics-converter-container .drop-zone,
html.v2-public-page .ics-converter-container .events-container {
  border-color: var(--v2-line);
  border-radius: var(--v2-radius);
}

html.v2-public-page .ics-converter-container .drop-zone.dragover {
  background: var(--v2-surface);
  border-color: var(--v2-ink);
}

html.v2-public-page .v2-solutions-page,
html.v2-public-page .v2-solution-detail {
  display: grid;
  gap: 48px;
}

html.v2-public-page .v2-solutions-page [data-v2-reveal] {
  opacity: 1;
  transform: none;
}

html.v2-public-page .v2-solution-hero {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  min-height: 520px;
}

html.v2-public-page .v2-solution-hero-copy p,
html.v2-public-page .v2-section-heading p {
  color: var(--v2-muted);
  font-size: 16px;
  margin: 14px 0 0;
  max-width: 680px;
}

html.v2-public-page .v2-solution-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

html.v2-public-page .v2-primary-link,
html.v2-public-page .v2-secondary-link,
html.v2-public-page .v2-solution-final-cta > a {
  align-items: center;
  border-radius: var(--v2-radius);
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  text-decoration: none;
}

html.v2-public-page .v2-primary-link,
html.v2-public-page .v2-solution-final-cta > a {
  background: var(--v2-dark);
  box-shadow: 0 8px 18px rgba(23, 25, 31, 0.12);
  color: #fff;
}

html.v2-public-page .main-wrap .v2-primary-link {
  color: #fff;
}

html.v2-public-page .v2-secondary-link {
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  color: var(--v2-ink);
}

html.v2-public-page .v2-solution-proof {
  border-top: 1px solid var(--v2-line);
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
  padding-top: 18px;
}

html.v2-public-page .v2-solution-proof strong {
  color: var(--v2-ink);
  display: block;
  font-family: "Outfit", "Inter", Arial, sans-serif;
  font-size: 16px;
}

html.v2-public-page .v2-solution-proof span {
  color: var(--v2-muted);
  display: block;
  font-size: 14px;
  margin-top: 4px;
}

html.v2-public-page .v2-solution-preview {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) 150px;
  min-width: 0;
}

html.v2-public-page .v2-solution-preview-main,
html.v2-public-page .v2-solution-preview-stack img,
html.v2-public-page .v2-solution-detail .solutions-individual img {
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow-soft);
  overflow: hidden;
}

html.v2-public-page .v2-solution-preview-main img,
html.v2-public-page .v2-solution-preview-stack img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

html.v2-public-page .v2-solution-preview-main {
  aspect-ratio: 0.76;
}

html.v2-public-page .v2-solution-preview-stack {
  display: grid;
  gap: 14px;
}

html.v2-public-page .v2-solution-preview-stack img {
  aspect-ratio: 0.72;
}

html.v2-public-page .v2-solution-section {
  display: grid;
  gap: 22px;
}

html.v2-public-page .v2-solution-card-grid,
html.v2-public-page .v2-solution-system-grid,
html.v2-public-page .v2-solution-detail .why-choose-container {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

html.v2-public-page .v2-solution-card,
html.v2-public-page .v2-solution-system article,
html.v2-public-page .v2-solution-detail .why-item {
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: none;
  min-width: 0;
  padding: 18px;
  text-decoration: none;
}

html.v2-public-page .v2-solution-card {
  display: grid;
  gap: 10px;
  min-height: 170px;
}

html.v2-public-page .v2-solution-card:hover,
html.v2-public-page .v2-solution-card:focus-visible,
html.v2-public-page .v2-secondary-link:hover,
html.v2-public-page .v2-secondary-link:focus-visible {
  border-color: var(--v2-line-strong);
  outline: none;
  transform: translateY(-2px);
}

html.v2-public-page .v2-solution-card i,
html.v2-public-page .v2-solution-system article i {
  align-items: center;
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  color: var(--v2-ink);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

html.v2-public-page .v2-solution-card strong {
  color: var(--v2-ink);
  font-family: "Outfit", "Inter", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.15;
}

html.v2-public-page .v2-solution-card span,
html.v2-public-page .v2-solution-system article p,
html.v2-public-page .v2-solution-detail .why-item p {
  color: var(--v2-muted);
  margin: 0;
}

html.v2-public-page .v2-solution-system-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

html.v2-public-page .v2-solution-system article {
  display: grid;
  gap: 12px;
}

html.v2-public-page .v2-solution-system article h3,
html.v2-public-page .v2-solution-detail .why-item h3 {
  margin: 0;
}

html.v2-public-page .v2-solution-how .step-img-container,
html.v2-public-page .v2-solution-detail .step-img-container {
  display: grid;
  gap: 14px;
  margin: 0;
}

html.v2-public-page .v2-solution-how .step-img-container > div,
html.v2-public-page .v2-solution-detail .step-img-container > div {
  align-items: center;
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: none;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 0.9fr) minmax(240px, 0.55fr);
  padding: 20px;
}

html.v2-public-page .v2-solution-how .step-img-container > .block-2,
html.v2-public-page .v2-solution-detail .step-img-container > .block-2 {
  grid-template-columns: minmax(240px, 0.55fr) minmax(0, 0.9fr);
}

html.v2-public-page .v2-solution-how .step-img-container img,
html.v2-public-page .v2-solution-detail .step-img-container img {
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  height: auto;
  max-height: 260px;
  object-fit: contain;
  padding: 12px;
  width: 100%;
}

html.v2-public-page .v2-solution-final-cta {
  align-items: center;
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  color: var(--v2-ink);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 22px;
}

html.v2-public-page .v2-solution-final-cta h2,
html.v2-public-page .v2-solution-final-cta span {
  color: var(--v2-ink);
  margin: 0;
}

html.v2-public-page .v2-solution-final-cta span {
  display: block;
  font-weight: 800;
  margin-bottom: 8px;
}

html.v2-public-page .v2-solution-final-cta > a {
  background: var(--v2-dark);
  color: #fff;
}

html.v2-public-page .v2-solution-mailing {
  max-width: none;
}

html.v2-public-page .v2-solution-detail .solutions-main {
  align-items: center;
  display: grid;
  gap: 24px 36px;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  margin: 0;
  padding: 0;
  text-align: left;
}

html.v2-public-page .v2-solution-detail .solutions-main h1 {
  grid-column: 1;
  margin: 0 !important;
}

html.v2-public-page .v2-solution-detail .solutions-main h1::before {
  color: var(--v2-action-muted);
  content: "Solution";
  display: block;
  font-family: "Inter", "Outfit", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 12px;
  text-transform: uppercase;
}

html.v2-public-page .v2-solution-detail .solutions-intro {
  grid-column: 1;
  margin: 0;
  max-width: 620px;
  text-align: left;
}

html.v2-public-page .v2-solution-detail .solutions-individual {
  grid-column: 2;
  grid-row: 1/span 3;
  margin: 0;
}

html.v2-public-page .v2-solution-detail .solutions-individual img {
  display: block;
  max-height: 560px;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

html.v2-public-page .v2-solution-detail .solution-cta {
  grid-column: 1;
  justify-content: flex-start;
  margin-top: 0 !important;
}

html.v2-public-page .v2-solution-detail .features-main,
html.v2-public-page .v2-solution-detail .why-choose-main,
html.v2-public-page .v2-solution-detail .plans-main,
html.v2-public-page .v2-solutions-page .features-section,
html.v2-public-page .v2-solution-detail .features-section {
  margin: 0;
}

html.v2-public-page .v2-solution-detail > br {
  display: none;
}

html.v2-public-page .v2-solution-detail .features-main > h2,
html.v2-public-page .v2-solution-detail .why-choose-main > h2,
html.v2-public-page .v2-solution-detail > h2 {
  margin: 0 0 22px;
  text-align: left !important;
}

html.v2-public-page .v2-solution-detail .why-choose-container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html.v2-public-page .v2-solutions-page .features-section,
html.v2-public-page .v2-solution-detail .features-section {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

html.v2-public-page .v2-solutions-page .features-slider,
html.v2-public-page .v2-solution-detail .features-slider {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: auto;
  position: static;
}

html.v2-public-page .v2-solutions-page .feature-slide,
html.v2-public-page .v2-solution-detail .feature-slide {
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: none;
  box-sizing: border-box;
  display: block;
  height: auto;
  min-height: 180px;
  opacity: 1;
  padding: 18px;
  position: static;
  width: auto;
}

html.v2-public-page .v2-solutions-page .slider-nav,
html.v2-public-page .v2-solution-detail .slider-nav {
  display: none;
}

@media (max-width: 1080px) {
  html.v2-public-page .v2-solution-hero,
  html.v2-public-page .v2-solution-detail .solutions-main {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  html.v2-public-page .v2-solution-detail .solutions-individual {
    grid-column: 1;
    grid-row: auto;
  }
  html.v2-public-page .v2-solution-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  html.v2-public-page .v2-solutions-page .features-slider,
  html.v2-public-page .v2-solution-detail .features-slider {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  html.v2-public-page .solutions-features,
  html.v2-public-page .main-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  html.v2-public-page nav .nav-links .solutions-link .solutions-dropdown {
    display: none;
  }
  html.v2-public-page .main-wrap {
    padding: 94px 0 44px;
    width: calc(100vw - 28px);
  }
  html.v2-public-page .main-wrap h1 {
    font-size: 2.15rem;
  }
  html.v2-public-page .main-wrap h2 {
    font-size: 1.65rem;
  }
  html.v2-public-page .auth-wrapper {
    margin: 108px auto 54px;
    padding: 18px;
    max-width: calc(100vw - 48px);
    width: calc(100vw - 48px) !important;
  }
  html.v2-public-page .auth-wrapper .register-container,
  html.v2-public-page .auth-wrapper .register-content {
    flex-direction: column;
  }
  html.v2-public-page .auth-wrapper .register-intro,
  html.v2-public-page .auth-wrapper .plan-selection,
  html.v2-public-page .auth-wrapper .form-wrapper {
    max-width: 100% !important;
    width: 100% !important;
  }
  html.v2-public-page .auth-wrapper form,
  html.v2-public-page .auth-wrapper .form,
  html.v2-public-page .auth-wrapper .form-group {
    max-width: 300px;
    width: calc(100% - 28px) !important;
  }
  html.v2-public-page .auth-wrapper form p,
  html.v2-public-page .auth-wrapper form input,
  html.v2-public-page .auth-wrapper form button {
    max-width: 300px;
    width: 100% !important;
  }
  html.v2-public-page .auth-wrapper .signup-features {
    max-width: 300px;
    width: calc(100% - 28px) !important;
  }
  html.v2-public-page .auth-wrapper .signup-features h1 {
    font-size: 1.45rem;
  }
  html.v2-public-page .auth-wrapper .signup-features li {
    font-size: 17px;
  }
  html.v2-public-page .solutions-features,
  html.v2-public-page .main-features,
  html.v2-public-page .features-grid {
    grid-template-columns: 1fr;
  }
  html.v2-public-page .v2-solutions-page,
  html.v2-public-page .v2-solution-detail {
    gap: 36px;
  }
  html.v2-public-page .v2-solution-proof,
  html.v2-public-page .v2-solution-preview,
  html.v2-public-page .v2-solution-card-grid,
  html.v2-public-page .v2-solution-system-grid,
  html.v2-public-page .v2-solution-detail .why-choose-container,
  html.v2-public-page .v2-solutions-page .features-slider,
  html.v2-public-page .v2-solution-detail .features-slider,
  html.v2-public-page .v2-solution-how .step-img-container > div,
  html.v2-public-page .v2-solution-detail .step-img-container > div,
  html.v2-public-page .v2-solution-how .step-img-container > .block-2,
  html.v2-public-page .v2-solution-detail .step-img-container > .block-2,
  html.v2-public-page .v2-solution-final-cta {
    grid-template-columns: 1fr;
  }
  html.v2-public-page .v2-solution-hero {
    gap: 24px;
  }
  html.v2-public-page .v2-solution-preview-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  html.v2-public-page .v2-solution-card,
  html.v2-public-page .v2-solution-system article,
  html.v2-public-page .v2-solution-detail .why-item,
  html.v2-public-page .v2-solutions-page .feature-slide,
  html.v2-public-page .v2-solution-detail .feature-slide {
    min-height: auto;
    padding: 18px;
  }
  html.v2-public-page .v2-solution-final-cta {
    align-items: start;
    padding: 18px;
  }
  html.v2-public-page .mailing-list-container {
    width: calc(100vw - 28px);
  }
  html.v2-public-page .mailing-list-entry {
    grid-template-columns: 1fr;
  }
  html.v2-public-page .content-main .resources-main {
    flex-direction: column-reverse;
  }
  html.v2-public-page .content-main .categories,
  html.v2-public-page .content-main .posts {
    max-width: none;
    width: 100%;
  }
  html.v2-public-page .tos,
  html.v2-public-page .pp,
  html.v2-public-page .directory-main .coming-soon,
  html.v2-public-page .error-container,
  html.v2-public-page .ics-converter-container {
    padding: 22px;
  }
}
html.v2-public-page nav.public-nav {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--v2-line);
  box-shadow: none;
  height: 70px;
  z-index: 1002;
}
html.v2-public-page .public-nav-content {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--v2-container);
  position: relative;
  width: min(var(--v2-container), 100vw - 48px);
}
html.v2-public-page nav.public-nav a::after {
  content: none;
}
html.v2-public-page nav.public-nav .public-nav-logo {
  position: relative;
  z-index: 1003;
}
html.v2-public-page nav.public-nav .nav-logo {
  align-items: center;
  display: flex;
  gap: 10px;
}
html.v2-public-page nav.public-nav .nav-logo img {
  height: 34px;
  width: 34px;
}
html.v2-public-page nav.public-nav .nav-logo span {
  color: var(--v2-ink);
  font-family: "Outfit", "Inter", Arial, sans-serif;
  font-size: 21px;
  font-weight: 760;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}
html.v2-public-page nav.public-nav .nav-links {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
html.v2-public-page nav.public-nav .nav-center {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
html.v2-public-page nav.public-nav .nav-pill-dropdown {
  overflow: visible;
  padding: 16px 0;
  position: relative;
}
html.v2-public-page nav.public-nav .nav-pill-dropdown::after {
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  right: 0;
  top: calc(100% - 2px);
}
html.v2-public-page nav.public-nav .nav-link-pill {
  align-items: center;
  background: var(--v2-wash);
  border: 1px solid var(--v2-line);
  border-radius: 999px;
  color: var(--v2-ink-soft);
  display: inline-flex;
  font-size: 13px;
  font-weight: 720;
  gap: 6px;
  line-height: 1;
  margin: 0;
  min-height: 32px;
  padding: 0 12px;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
  white-space: nowrap;
}
html.v2-public-page nav.public-nav .nav-link-pill i {
  color: currentColor;
  font-size: 12px;
  line-height: 1;
  margin: 0;
}
html.v2-public-page nav.public-nav .nav-link-pill:hover,
html.v2-public-page nav.public-nav .nav-link-pill:focus-visible,
html.v2-public-page nav.public-nav .nav-pill-dropdown:hover .nav-link-pill,
html.v2-public-page nav.public-nav .nav-pill-dropdown:focus-within .nav-link-pill {
  background: var(--v2-surface);
  border-color: var(--v2-line-strong);
  color: var(--v2-ink);
  outline: none;
  transform: translateY(-1px);
}
html.v2-public-page nav.public-nav .pill-chevron {
  color: var(--v2-muted);
  font-size: 10px;
  opacity: 0.72;
  transition: opacity 160ms ease, transform 160ms ease;
}
html.v2-public-page nav.public-nav .nav-pill-dropdown:hover .pill-chevron,
html.v2-public-page nav.public-nav .nav-pill-dropdown:focus-within .pill-chevron {
  opacity: 1;
  transform: rotate(180deg);
}
html.v2-public-page nav.public-nav .pill-dropdown-menu {
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: 12px;
  box-shadow: 0 20px 42px rgba(23, 25, 31, 0.14);
  display: grid;
  gap: 2px;
  left: 50%;
  margin: 0;
  min-width: 222px;
  opacity: 0;
  padding: 6px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transform: translateX(-50%) translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  visibility: hidden;
  z-index: 1003;
}
html.v2-public-page nav.public-nav .pill-dropdown-cols {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 430px;
}
html.v2-public-page nav.public-nav .nav-pill-dropdown:hover .pill-dropdown-menu,
html.v2-public-page nav.public-nav .nav-pill-dropdown:focus-within .pill-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  visibility: visible;
}
html.v2-public-page nav.public-nav .pill-dropdown-item {
  align-items: center;
  border-radius: 8px;
  color: var(--v2-ink);
  display: flex;
  gap: 10px;
  line-height: 1.2;
  margin: 0;
  min-height: 40px;
  min-width: 0;
  padding: 7px 9px;
  text-decoration: none;
  transition: background 140ms ease, color 140ms ease;
  white-space: nowrap;
}
html.v2-public-page nav.public-nav .pill-dropdown-item:hover,
html.v2-public-page nav.public-nav .pill-dropdown-item:focus-visible {
  background: var(--v2-wash);
  color: var(--v2-ink);
  outline: none;
}
html.v2-public-page nav.public-nav .nav-icon-box {
  align-items: center;
  background: var(--v2-wash);
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  color: var(--v2-ink-soft);
  display: inline-flex;
  flex: 0 0 28px;
  height: 28px;
  justify-content: center;
  width: 28px;
}
html.v2-public-page nav.public-nav .nav-icon-box i {
  font-size: 13px;
  margin: 0;
}
html.v2-public-page nav.public-nav .pill-item-text {
  color: var(--v2-ink);
  font-size: 13px;
  font-weight: 650;
  min-width: 0;
}
html.v2-public-page nav.public-nav .pill-item-badge {
  background: var(--v2-wash);
  border: 1px solid var(--v2-line);
  border-radius: 999px;
  color: var(--v2-muted);
  font-size: 10px;
  font-weight: 800;
  margin-left: auto;
  padding: 3px 7px;
  text-transform: uppercase;
}
html.v2-public-page nav.public-nav .nav-login {
  align-items: center;
  display: flex;
  gap: 10px;
  margin: 0;
  position: relative;
  z-index: 1003;
}
html.v2-public-page nav.public-nav .nav-login > a {
  margin: 0;
}
html.v2-public-page nav.public-nav .nav-auth-link {
  border-radius: 999px;
  color: var(--v2-ink-soft);
  font-size: 14px;
  font-weight: 720;
  padding: 9px 10px;
  text-decoration: none;
  transition: background 150ms ease, color 150ms ease;
}
html.v2-public-page nav.public-nav .nav-auth-link:hover,
html.v2-public-page nav.public-nav .nav-auth-link:focus-visible {
  background: var(--v2-wash);
  color: var(--v2-ink);
  outline: none;
}
html.v2-public-page nav.public-nav .nav-login #nav-btn,
html.v2-public-page nav.public-nav .mobile-dropdown #nav-btn {
  align-items: center;
  background: var(--v2-dark);
  border: 1px solid var(--v2-dark);
  border-radius: 9px;
  box-shadow: 0 10px 22px rgba(23, 25, 31, 0.16);
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  text-decoration: none;
}
html.v2-public-page nav.public-nav .burger {
  display: none;
}
@media (max-width: 1060px) {
  html.v2-public-page nav.public-nav .nav-link-pill {
    padding: 0 10px;
  }
  html.v2-public-page nav.public-nav .nav-logo span {
    font-size: 19px;
  }
}
@media (max-width: 920px) {
  html.v2-public-page nav.public-nav .nav-links,
  html.v2-public-page nav.public-nav .nav-login {
    display: none;
  }
  html.v2-public-page nav.public-nav .public-nav-content {
    width: calc(100vw - 40px);
  }
  html.v2-public-page nav.public-nav .burger {
    align-items: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
    width: 44px;
    z-index: 1003;
  }
  html.v2-public-page nav.public-nav .strip {
    display: grid;
    gap: 7px;
    width: 30px;
  }
  html.v2-public-page nav.public-nav .strip div {
    background: var(--v2-ink);
    border-radius: 999px;
    height: 2px;
    margin: 0;
    transition: transform 180ms ease, opacity 180ms ease;
    width: 30px;
  }
  html.v2-public-page nav.public-nav .burger.active .burger-strip-2 div:first-child {
    transform: translateY(9px) rotate(45deg);
  }
  html.v2-public-page nav.public-nav .burger.active .burger-strip-2 div:nth-child(2) {
    opacity: 0;
  }
  html.v2-public-page nav.public-nav .burger.active .burger-strip-2 div:last-child {
    transform: translateY(-9px) rotate(-45deg);
  }
  html.v2-public-page nav.public-nav .mobile-dropdown {
    display: none;
  }
  html.v2-public-page nav.public-nav .burger.active .mobile-dropdown {
    background: var(--v2-surface);
    border-bottom: 1px solid var(--v2-line);
    border-top: 1px solid var(--v2-line);
    bottom: 0;
    box-shadow: var(--v2-shadow-soft);
    display: block;
    height: calc(100vh - 70px);
    left: 0;
    max-height: none;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 70px;
    width: 100vw;
    z-index: 1002;
  }
  html.v2-public-page nav.public-nav .mobile-dropdown ul {
    display: grid;
    gap: 6px;
    list-style: none;
    margin: 0 auto;
    max-width: var(--v2-container);
    padding: 14px 20px 18px;
    width: min(var(--v2-container), 100vw - 40px);
  }
  html.v2-public-page nav.public-nav .mobile-dropdown li {
    margin: 0;
    min-width: 0;
  }
  html.v2-public-page nav.public-nav .mobile-dropdown a {
    align-items: center;
    border-radius: 9px;
    box-sizing: border-box;
    color: var(--v2-ink);
    display: flex;
    font-size: 15px;
    font-weight: 750;
    gap: 10px;
    margin: 0;
    min-height: 44px;
    padding: 0 12px;
    text-decoration: none;
  }
  html.v2-public-page nav.public-nav .mobile-dropdown a:hover,
  html.v2-public-page nav.public-nav .mobile-dropdown a:focus-visible {
    background: var(--v2-wash);
    outline: none;
  }
  html.v2-public-page nav.public-nav .mobile-dropdown a i {
    color: var(--v2-muted);
    flex: 0 0 18px;
    margin: 0;
    text-align: center;
  }
  html.v2-public-page nav.public-nav .mobile-dropdown #nav-btn {
    margin-top: 4px;
    width: 100%;
  }
}

html.v2-public-page footer {
  background: var(--v2-wash);
  border-top: 1px solid var(--v2-line);
  color: var(--v2-ink);
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 0 24px;
  width: 100% !important;
}
html.v2-public-page footer a,
html.v2-public-page footer span,
html.v2-public-page footer i {
  color: var(--v2-muted);
}
html.v2-public-page footer a:hover,
html.v2-public-page footer a:focus-visible {
  color: var(--v2-ink);
}
html.v2-public-page footer .footer-head span,
html.v2-public-page footer #footer-title {
  color: var(--v2-ink);
}
html.v2-public-page footer .footer-body-list a,
html.v2-public-page footer .copyright {
  color: var(--v2-muted);
}
html.v2-public-page footer .footer-logo a {
  color: var(--v2-ink);
}
html.v2-public-page footer .socials a {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
html.v2-public-page footer .socials a i {
  color: var(--v2-ink);
}
html.v2-public-page footer .footer-bottom {
  border-top: 1px solid var(--v2-line);
}

html.v2-public-page .v2-page-kicker {
  color: var(--v2-muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 12px;
  text-transform: uppercase;
}
html.v2-public-page .v2-solutions-page,
html.v2-public-page .v2-solution-detail-page {
  display: grid;
  gap: 54px;
  min-width: 0;
  padding-top: 112px;
}
html.v2-public-page .v2-solutions-hero,
html.v2-public-page .v2-solution-detail-hero {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  min-width: 0;
}
html.v2-public-page .v2-solutions-copy,
html.v2-public-page .v2-solution-detail-copy {
  max-width: 620px;
  min-width: 0;
}
html.v2-public-page .v2-solutions-copy h1,
html.v2-public-page .v2-solution-detail-copy h1 {
  font-size: 42px;
  line-height: 1.08;
  margin: 0;
  max-width: 680px;
  overflow-wrap: break-word;
}
html.v2-public-page .v2-solutions-copy p,
html.v2-public-page .v2-solution-detail-copy p {
  color: var(--v2-muted);
  font-size: 16px;
  line-height: 1.65;
  margin: 18px 0 0;
  max-width: 600px;
  overflow-wrap: break-word;
}
html.v2-public-page .v2-solution-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
html.v2-public-page .v2-primary-link,
html.v2-public-page .v2-secondary-link,
html.v2-public-page .v2-solution-inline-cta > a {
  align-items: center;
  border-radius: var(--v2-radius);
  box-sizing: border-box;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  text-decoration: none;
}
html.v2-public-page .main-wrap .v2-primary-link,
html.v2-public-page .v2-solution-inline-cta > a {
  background: var(--v2-dark);
  border: 1px solid var(--v2-dark);
  box-shadow: 0 8px 18px rgba(23, 25, 31, 0.12);
  color: #fff;
}
html.v2-public-page .main-wrap .v2-secondary-link {
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  color: var(--v2-ink);
}
html.v2-public-page .v2-solutions-preview,
html.v2-public-page .v2-solution-detail-visual {
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow-soft);
  margin: 0;
  min-width: 0;
  overflow: hidden;
}
html.v2-public-page .v2-solutions-preview {
  box-sizing: border-box;
  display: grid;
  gap: 14px;
  justify-self: end;
  max-width: 560px;
  padding: 18px;
  width: 100%;
}
html.v2-public-page .v2-solution-detail-visual {
  box-sizing: border-box;
  justify-self: end;
  max-width: 560px;
  padding: 16px;
  width: 100%;
}
html.v2-public-page .v2-solution-demo {
  --v2-demo-accent: #2f6b5f;
  --v2-demo-accent-strong: #173d36;
  --v2-demo-tint: #eef7f3;
  --v2-demo-chip: #f6fbf8;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)), radial-gradient(circle at top right, var(--v2-demo-tint), transparent 58%);
  display: grid;
  gap: 14px;
  min-height: 500px;
}
html.v2-public-page .v2-solution-demo-local {
  --v2-demo-accent: #2f6b5f;
  --v2-demo-accent-strong: #173d36;
  --v2-demo-tint: #eaf6f0;
  --v2-demo-chip: #f5fbf8;
}
html.v2-public-page .v2-solution-demo-field {
  --v2-demo-accent: #87621e;
  --v2-demo-accent-strong: #423015;
  --v2-demo-tint: #f7f0df;
  --v2-demo-chip: #fbf8ef;
}
html.v2-public-page .v2-solution-demo-beauty {
  --v2-demo-accent: #9d4c6c;
  --v2-demo-accent-strong: #512237;
  --v2-demo-tint: #f8edf2;
  --v2-demo-chip: #fcf6f9;
}
html.v2-public-page .v2-solution-demo-studio {
  --v2-demo-accent: #425f91;
  --v2-demo-accent-strong: #1f304e;
  --v2-demo-tint: #edf2fb;
  --v2-demo-chip: #f6f8fd;
}
html.v2-public-page .v2-solution-demo-fitness {
  --v2-demo-accent: #31706b;
  --v2-demo-accent-strong: #183f3c;
  --v2-demo-tint: #eaf5f4;
  --v2-demo-chip: #f5fbfa;
}
html.v2-public-page .v2-solution-demo-care {
  --v2-demo-accent: #5d65a8;
  --v2-demo-accent-strong: #2d3158;
  --v2-demo-tint: #eff0fb;
  --v2-demo-chip: #f7f8fe;
}
html.v2-public-page .v2-solution-demo-learning {
  --v2-demo-accent: #626a2f;
  --v2-demo-accent-strong: #313718;
  --v2-demo-tint: #f0f4df;
  --v2-demo-chip: #f8faf0;
}
html.v2-public-page .v2-solution-demo-home {
  --v2-demo-accent: #347086;
  --v2-demo-accent-strong: #173b48;
  --v2-demo-tint: #e8f4f7;
  --v2-demo-chip: #f4fafb;
}
html.v2-public-page .v2-demo-windowbar {
  align-items: center;
  border-bottom: 1px solid var(--v2-line);
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(3, 8px) minmax(0, 1fr);
  padding-bottom: 13px;
}
html.v2-public-page .v2-demo-windowbar span {
  background: color-mix(in srgb, var(--v2-demo-accent) 24%, #fff);
  border-radius: 999px;
  height: 8px;
  width: 8px;
}
html.v2-public-page .v2-demo-windowbar strong {
  color: var(--v2-muted);
  font-size: 12px;
  font-weight: 900;
  justify-self: end;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
html.v2-public-page .v2-demo-hero-card {
  align-items: center;
  background: var(--v2-demo-tint);
  border: 1px solid color-mix(in srgb, var(--v2-demo-accent) 18%, var(--v2-line));
  border-radius: var(--v2-radius);
  display: grid;
  gap: 14px;
  grid-template-columns: 54px minmax(0, 1fr);
  padding: 16px;
}
html.v2-public-page .v2-demo-hero-card span {
  color: var(--v2-demo-accent-strong);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 5px;
  text-transform: uppercase;
}
html.v2-public-page .v2-demo-hero-card strong {
  color: var(--v2-ink);
  display: block;
  font-family: "Outfit", "Inter", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.08;
  min-width: 0;
}
html.v2-public-page .v2-demo-icon {
  align-items: center;
  background: var(--v2-demo-accent);
  border-radius: var(--v2-radius);
  color: #fff;
  display: inline-flex;
  height: 54px;
  justify-content: center;
  width: 54px;
}
html.v2-public-page .v2-demo-icon i {
  font-size: 20px;
}
html.v2-public-page .v2-demo-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}
html.v2-public-page .v2-demo-panel {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 14px;
}
html.v2-public-page .v2-demo-panel > span {
  color: var(--v2-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
html.v2-public-page .v2-demo-service {
  align-items: center;
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  display: flex;
  gap: 10px;
  justify-content: space-between;
  min-width: 0;
  padding: 12px;
}
html.v2-public-page .v2-demo-service.is-active {
  background: var(--v2-demo-chip);
  border-color: color-mix(in srgb, var(--v2-demo-accent) 36%, var(--v2-line));
  box-shadow: 0 8px 18px rgba(23, 25, 31, 0.08);
}
html.v2-public-page .v2-demo-service strong {
  color: var(--v2-ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  min-width: 0;
}
html.v2-public-page .v2-demo-service em {
  border: 1px solid var(--v2-line);
  border-radius: 999px;
  color: var(--v2-muted);
  flex: 0 0 auto;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  padding: 6px 8px;
  white-space: nowrap;
}
html.v2-public-page .v2-demo-date-row,
html.v2-public-page .v2-demo-time-row {
  display: grid;
  gap: 8px;
}
html.v2-public-page .v2-demo-date-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
html.v2-public-page .v2-demo-date-row strong {
  background: var(--v2-demo-chip);
  border: 1px solid color-mix(in srgb, var(--v2-demo-accent) 22%, var(--v2-line));
  border-radius: var(--v2-radius);
  color: var(--v2-demo-accent-strong);
  font-size: 13px;
  padding: 11px 8px;
  text-align: center;
}
html.v2-public-page .v2-demo-time-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
html.v2-public-page .v2-demo-time-row span {
  background: var(--v2-demo-accent);
  border-radius: var(--v2-radius);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  padding: 12px 8px;
  text-align: center;
  white-space: nowrap;
}
html.v2-public-page .v2-demo-time-row span.is-muted {
  background: #fff;
  border: 1px solid var(--v2-line);
  color: var(--v2-muted);
}
html.v2-public-page .v2-demo-summary {
  align-items: center;
  background: var(--v2-dark);
  border-radius: var(--v2-radius);
  color: #fff;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: auto;
  min-width: 0;
  padding: 16px;
}
html.v2-public-page .v2-demo-summary span {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 4px;
  text-transform: uppercase;
}
html.v2-public-page .v2-demo-summary strong {
  color: #fff;
  display: block;
  font-family: "Outfit", "Inter", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.16;
  min-width: 0;
}
html.v2-public-page .v2-demo-summary em {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  max-width: 190px;
  text-align: right;
}
html.v2-public-page .v2-preview-header,
html.v2-public-page .v2-preview-service,
html.v2-public-page .v2-preview-client div,
html.v2-public-page .v2-preview-confirmation {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
html.v2-public-page .v2-preview-header {
  border-bottom: 1px solid var(--v2-line);
  padding: 0 0 14px;
}
html.v2-public-page .v2-preview-header span {
  color: var(--v2-muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
html.v2-public-page .v2-preview-header strong {
  color: var(--v2-ink);
  font-family: "Outfit", "Inter", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}
html.v2-public-page .v2-preview-service {
  background: var(--v2-wash);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  gap: 18px;
  padding: 16px;
}
html.v2-public-page .v2-preview-service div span {
  color: var(--v2-muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 6px;
  text-transform: uppercase;
}
html.v2-public-page .v2-preview-service div strong {
  color: var(--v2-ink);
  font-family: "Outfit", "Inter", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}
html.v2-public-page .v2-preview-service > span {
  border: 1px solid var(--v2-line);
  border-radius: 999px;
  color: var(--v2-ink);
  font-size: 13px;
  font-weight: 800;
  padding: 8px 10px;
  white-space: nowrap;
}
html.v2-public-page .v2-preview-slots {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
html.v2-public-page .v2-preview-slots span {
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  color: var(--v2-ink);
  font-size: 13px;
  font-weight: 800;
  min-width: 0;
  padding: 11px 8px;
  text-align: center;
}
html.v2-public-page .v2-preview-slots span.is-selected {
  background: var(--v2-dark);
  border-color: var(--v2-dark);
  color: #fff;
}
html.v2-public-page .v2-preview-client {
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  overflow: hidden;
}
html.v2-public-page .v2-preview-client > span {
  color: var(--v2-muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
  padding: 14px 14px 4px;
  text-transform: uppercase;
}
html.v2-public-page .v2-preview-client div {
  border-top: 1px solid var(--v2-line);
  gap: 16px;
  padding: 12px 14px;
}
html.v2-public-page .v2-preview-client strong {
  color: var(--v2-ink);
  font-size: 14px;
  font-weight: 800;
}
html.v2-public-page .v2-preview-client em {
  color: var(--v2-muted);
  font-size: 14px;
  font-style: normal;
  text-align: right;
}
html.v2-public-page .v2-preview-confirmation {
  background: var(--v2-wash);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  justify-content: flex-start;
  gap: 12px;
  padding: 14px;
}
html.v2-public-page .v2-preview-confirmation i {
  align-items: center;
  background: var(--v2-dark);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 32px;
  height: 32px;
  justify-content: center;
  width: 32px;
}
html.v2-public-page .v2-preview-confirmation span {
  color: var(--v2-muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 3px;
  text-transform: uppercase;
}
html.v2-public-page .v2-preview-confirmation strong {
  color: var(--v2-ink);
  font-family: "Outfit", "Inter", Arial, sans-serif;
  font-size: 18px;
}
html.v2-public-page .v2-section-heading {
  margin: 0 0 22px;
  max-width: 720px;
}
html.v2-public-page .v2-section-heading > span:not(.v2-kicker),
html.v2-public-page .v2-section-heading > div > span:not(.v2-kicker) {
  color: var(--v2-muted);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}
html.v2-public-page .v2-section-heading h2 {
  font-size: 28px;
  line-height: 1.12;
  margin: 0;
}
html.v2-public-page .v2-solutions-list {
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
}
html.v2-public-page .v2-solutions-list a {
  align-items: flex-start;
  border-bottom: 1px solid var(--v2-line);
  color: var(--v2-ink);
  display: grid;
  gap: 14px;
  grid-template-columns: 34px minmax(0, 1fr);
  min-height: 94px;
  padding: 18px;
  text-decoration: none;
}
html.v2-public-page .v2-solutions-list a:nth-child(odd) {
  border-right: 1px solid var(--v2-line);
}
html.v2-public-page .v2-solutions-list a:nth-last-child(-n+2) {
  border-bottom: 0;
}
html.v2-public-page .v2-solutions-list a:hover, html.v2-public-page .v2-solutions-list a:focus-visible {
  background: var(--v2-wash);
  outline: none;
}
html.v2-public-page .v2-solutions-list i {
  align-items: center;
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  color: var(--v2-ink);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}
html.v2-public-page .v2-solutions-list strong {
  color: var(--v2-ink);
  display: block;
  font-family: "Outfit", "Inter", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 4px;
}
html.v2-public-page .v2-solutions-list span {
  color: var(--v2-muted);
  line-height: 1.45;
}
html.v2-public-page .v2-solutions-workflow-grid,
html.v2-public-page .v2-solution-detail-strip,
html.v2-public-page .v2-solution-feature-list,
html.v2-public-page .v2-solution-steps {
  display: grid;
  gap: 14px;
}
html.v2-public-page .v2-solutions-workflow-grid,
html.v2-public-page .v2-solution-detail-strip,
html.v2-public-page .v2-solution-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
html.v2-public-page .v2-solution-feature-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
html.v2-public-page .v2-solutions-workflow-grid article,
html.v2-public-page .v2-solution-detail-strip article,
html.v2-public-page .v2-solution-feature-list article,
html.v2-public-page .v2-solution-steps > div {
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  min-width: 0;
  padding: 18px;
}
html.v2-public-page .v2-solutions-workflow-grid span,
html.v2-public-page .v2-solution-detail-strip span,
html.v2-public-page .v2-solution-steps span {
  color: var(--v2-muted);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 14px;
  text-transform: uppercase;
}
html.v2-public-page .v2-solutions-workflow-grid h3,
html.v2-public-page .v2-solution-detail-strip h2,
html.v2-public-page .v2-solution-feature-list h3 {
  color: var(--v2-ink);
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 8px;
}
html.v2-public-page .v2-solutions-workflow-grid p,
html.v2-public-page .v2-solution-detail-strip p,
html.v2-public-page .v2-solution-feature-list p,
html.v2-public-page .v2-solution-steps p {
  color: var(--v2-muted);
  line-height: 1.55;
  margin: 0;
}
html.v2-public-page .v2-solution-feature-list i {
  color: var(--v2-ink);
  display: block;
  margin-bottom: 14px;
}
html.v2-public-page .v2-solution-inline-cta {
  align-items: center;
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 22px;
}
html.v2-public-page .v2-solution-inline-cta span {
  color: var(--v2-muted);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}
html.v2-public-page .v2-solution-inline-cta h2 {
  font-size: 24px;
  line-height: 1.16;
  margin: 0;
  max-width: 760px;
}
html.v2-public-page .v2-solution-compact-section {
  display: grid;
  gap: 0;
}
@media (max-width: 1080px) {
  html.v2-public-page .v2-solutions-hero,
  html.v2-public-page .v2-solution-detail-hero {
    grid-template-columns: 1fr;
  }
  html.v2-public-page .v2-solutions-copy,
  html.v2-public-page .v2-solution-detail-copy {
    max-width: 760px;
  }
  html.v2-public-page .v2-solutions-preview,
  html.v2-public-page .v2-solution-detail-visual {
    justify-self: stretch;
    max-width: none;
  }
}
@media (max-width: 768px) {
  html.v2-public-page .v2-solutions-page,
  html.v2-public-page .v2-solution-detail-page {
    gap: 36px;
    padding-top: 94px;
  }
  html.v2-public-page .v2-solutions-copy h1,
  html.v2-public-page .v2-solution-detail-copy h1 {
    font-size: 32px;
  }
  html.v2-public-page .v2-preview-slots {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  html.v2-public-page .v2-solutions-preview,
  html.v2-public-page .v2-solution-detail-visual {
    gap: 12px;
    padding: 14px;
  }
  html.v2-public-page .v2-solution-demo {
    min-height: auto;
  }
  html.v2-public-page .v2-demo-grid,
  html.v2-public-page .v2-demo-summary {
    grid-template-columns: 1fr;
  }
  html.v2-public-page .v2-demo-summary em {
    max-width: none;
    text-align: left;
  }
  html.v2-public-page .v2-demo-service {
    align-items: flex-start;
    flex-direction: column;
  }
  html.v2-public-page .v2-preview-service,
  html.v2-public-page .v2-preview-client div,
  html.v2-public-page .v2-preview-confirmation {
    padding-left: 12px;
    padding-right: 12px;
  }
  html.v2-public-page .v2-solutions-list,
  html.v2-public-page .v2-solutions-workflow-grid,
  html.v2-public-page .v2-solution-detail-strip,
  html.v2-public-page .v2-solution-feature-list,
  html.v2-public-page .v2-solution-steps,
  html.v2-public-page .v2-solution-inline-cta {
    grid-template-columns: 1fr;
  }
  html.v2-public-page .v2-solutions-list a,
  html.v2-public-page .v2-solutions-list a:nth-child(odd),
  html.v2-public-page .v2-solutions-list a:nth-last-child(-n+2) {
    border-bottom: 1px solid var(--v2-line);
    border-right: 0;
  }
  html.v2-public-page .v2-solutions-list a:last-child {
    border-bottom: 0;
  }
  html.v2-public-page .v2-solution-actions {
    flex-direction: column;
  }
  html.v2-public-page .v2-primary-link,
  html.v2-public-page .v2-secondary-link,
  html.v2-public-page .v2-solution-inline-cta > a {
    width: 100%;
  }
}
@media (max-width: 520px) {
  html.v2-public-page .v2-demo-hero-card {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 14px;
  }
  html.v2-public-page .v2-demo-hero-card strong {
    font-size: 21px;
  }
  html.v2-public-page .v2-demo-icon {
    height: 44px;
    width: 44px;
  }
  html.v2-public-page .v2-demo-time-row {
    grid-template-columns: 1fr;
  }
}

html.v2-public-page body.v2-content-shell .main-wrap,
html.v2-public-page body.v2-content-shell .content-main,
html.v2-public-page body.v2-content-shell .content-main .post-main,
html.v2-public-page body.v2-content-shell .content-main .post-main .body,
html.v2-public-page body.v2-content-shell .content-main .post-main .main {
  box-sizing: border-box;
  min-width: 0;
}
html.v2-public-page body.v2-content-shell .content-main {
  display: block;
  max-width: 100%;
}
html.v2-public-page body.v2-content-shell .content-main .post-main {
  align-items: start;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 760px) 240px;
  justify-content: center;
  max-width: 100%;
  padding: 0;
  width: 100%;
}
html.v2-public-page body.v2-content-shell .content-main .post-main .body {
  margin-right: 0;
}
html.v2-public-page body.v2-content-shell .content-main .post-main .main {
  padding: 0;
}
html.v2-public-page body.v2-content-shell .content-main .post-main .title {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--v2-line);
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 28px;
  padding: 0 0 24px;
}
html.v2-public-page body.v2-content-shell .content-main .post-main .title h1 {
  color: var(--v2-ink);
  font-size: 44px;
  line-height: 1.05;
  margin: 0 0 14px;
  overflow-wrap: anywhere;
}
html.v2-public-page body.v2-content-shell .content-main .post-main .title span {
  align-items: center;
  background: var(--v2-wash);
  border: 1px solid var(--v2-line);
  border-radius: 999px;
  color: var(--v2-muted);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  padding: 8px 10px;
  text-transform: uppercase;
}
html.v2-public-page body.v2-content-shell .content-main .post-main .main {
  color: var(--v2-ink);
}
html.v2-public-page body.v2-content-shell .content-main .post-main .main h2,
html.v2-public-page body.v2-content-shell .content-main .post-main .main h3,
html.v2-public-page body.v2-content-shell .content-main .post-main .main h4 {
  color: var(--v2-ink);
  margin: 34px 0 12px;
}
html.v2-public-page body.v2-content-shell .content-main .post-main .main h2 {
  font-size: 28px;
  line-height: 1.14;
}
html.v2-public-page body.v2-content-shell .content-main .post-main .main h3 {
  font-size: 21px;
  line-height: 1.2;
}
html.v2-public-page body.v2-content-shell .content-main .post-main .main p,
html.v2-public-page body.v2-content-shell .content-main .post-main .main li {
  color: var(--v2-muted);
  font-size: 17px;
  line-height: 1.72;
}
html.v2-public-page body.v2-content-shell .content-main .post-main .main p {
  margin: 0 0 18px;
  padding: 0;
}
html.v2-public-page body.v2-content-shell .content-main .post-main .main ul,
html.v2-public-page body.v2-content-shell .content-main .post-main .main ol {
  display: grid;
  gap: 8px;
  margin: 0 0 20px;
  padding-left: 22px;
}
html.v2-public-page body.v2-content-shell .content-main .post-main .main a:not(.anchor) {
  background: transparent;
  border-bottom: 1px solid var(--v2-line-strong);
  border-radius: 0;
  color: var(--v2-ink);
  padding: 0;
  text-decoration: none;
}
html.v2-public-page body.v2-content-shell .content-main .post-main .main a:not(.anchor):hover {
  background: transparent;
  border-bottom-color: var(--v2-ink);
  color: var(--v2-ink);
}
html.v2-public-page body.v2-content-shell .content-main .post-main pre,
html.v2-public-page body.v2-content-shell .content-main .post-main #snip,
html.v2-public-page body.v2-content-shell .content-main .post-main #notice {
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: none;
}
html.v2-public-page body.v2-content-shell .content-main .post-main #snip,
html.v2-public-page body.v2-content-shell .content-main .post-main #notice {
  background: var(--v2-surface);
  border-left: 3px solid var(--v2-ink);
  max-width: 100%;
}
html.v2-public-page body.v2-content-shell .content-main .post-main img {
  border-radius: var(--v2-radius);
  max-width: 100%;
}
html.v2-public-page body.v2-content-shell .toc {
  align-self: start;
  background: transparent;
  border-left: 1px solid var(--v2-line);
  box-sizing: border-box;
  min-width: 0;
  max-height: calc(100vh - 120px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 4px 0 4px 16px;
  position: sticky;
  scrollbar-color: var(--v2-line-strong) transparent;
  scrollbar-width: thin;
  top: 104px;
  width: 100%;
}
html.v2-public-page body.v2-content-shell .toc::-webkit-scrollbar {
  width: 6px;
}
html.v2-public-page body.v2-content-shell .toc::-webkit-scrollbar-track {
  background: transparent;
}
html.v2-public-page body.v2-content-shell .toc::-webkit-scrollbar-thumb {
  background: var(--v2-line-strong);
  border-radius: 999px;
}
html.v2-public-page body.v2-content-shell .toc p {
  color: var(--v2-ink);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  margin: 0 0 8px;
  text-transform: uppercase;
}
html.v2-public-page body.v2-content-shell #toc ul {
  background: transparent;
  border: 0;
  display: grid;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
}
html.v2-public-page body.v2-content-shell #toc ul li {
  display: block;
  margin: 0;
}
html.v2-public-page body.v2-content-shell #toc ul li .toc-link {
  border-radius: 6px;
  color: var(--v2-muted);
  display: block;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
  margin: 0;
  padding: 7px 8px;
  top: auto;
  width: 100%;
  text-decoration: none !important;
}
html.v2-public-page body.v2-content-shell #toc ul li.level-3 .toc-link {
  padding-left: 18px;
}
html.v2-public-page body.v2-content-shell #toc ul li .toc-link:hover,
html.v2-public-page body.v2-content-shell #toc ul li .toc-link.activetoc {
  background: var(--v2-surface);
  box-shadow: inset 0 0 0 1px var(--v2-line);
  color: var(--v2-ink) !important;
}
html.v2-public-page body.v2-content-shell .mailing-list-spinner {
  display: none;
  margin-right: 6px;
}
html.v2-public-page body.v2-content-shell #add-list-member.is-loading .mailing-list-spinner {
  display: inline-block;
}
html.v2-public-page body.v2-content-shell .response.is-visible {
  display: block;
}
html.v2-public-page body.v2-content-shell .v2-article-cta,
html.v2-public-page body.v2-content-shell .v2-mailing-card {
  box-sizing: border-box;
  margin: 28px auto 0;
  width: min(960px, 100%);
}
html.v2-public-page body.v2-content-shell .v2-article-cta {
  align-items: center;
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow-soft);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  padding: 20px;
}
html.v2-public-page body.v2-content-shell .v2-content-kicker {
  color: var(--v2-muted);
  display: block;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  margin: 0 0 7px;
  text-transform: uppercase;
}
html.v2-public-page body.v2-content-shell .v2-article-cta h2,
html.v2-public-page body.v2-content-shell .v2-mailing-card h2 {
  color: var(--v2-ink);
  font-size: 24px;
  line-height: 1.12;
  margin: 0;
}
html.v2-public-page body.v2-content-shell .v2-article-cta p,
html.v2-public-page body.v2-content-shell .v2-mailing-card p {
  color: var(--v2-muted);
  font-size: 15px;
  line-height: 1.5;
  margin: 7px 0 0;
  max-width: 620px;
}
html.v2-public-page body.v2-content-shell .v2-article-cta-button {
  align-items: center;
  background: var(--v2-dark);
  border: 1px solid var(--v2-dark);
  border-radius: var(--v2-radius);
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 9px;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  text-decoration: none;
}
html.v2-public-page body.v2-content-shell .v2-article-cta-button i {
  font-size: 12px;
}
html.v2-public-page body.v2-content-shell .v2-mailing-card.mailing-list-container {
  align-items: stretch;
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow-soft);
  display: grid;
  gap: 16px;
  max-width: none;
  padding: 20px;
  text-align: left;
}
html.v2-public-page body.v2-content-shell .v2-mailing-card .mailing-list-entry {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  width: min(560px, 100%);
}
html.v2-public-page body.v2-content-shell .v2-mailing-card .mailing-list-entry input {
  background: var(--v2-wash);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: none;
  color: var(--v2-ink);
  min-height: 42px;
  padding: 0 12px;
}
html.v2-public-page body.v2-content-shell .v2-mailing-card .mailing-list-entry input:focus {
  border-color: var(--v2-dark);
  box-shadow: 0 0 0 3px rgba(23, 25, 31, 0.1);
  outline: none;
}
html.v2-public-page body.v2-content-shell .v2-mailing-card .mailing-list-entry button {
  align-items: center;
  background: var(--v2-dark);
  border: 1px solid var(--v2-dark);
  border-radius: var(--v2-radius);
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
}
html.v2-public-page body.v2-content-shell .v2-mailing-card .response {
  color: var(--v2-muted);
  display: none;
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}
html.v2-public-page .v2-resource-guide {
  color: var(--v2-ink);
  display: grid;
  gap: 28px;
  min-width: 0;
}
html.v2-public-page .v2-resource-lead {
  color: var(--v2-ink-soft);
  font-size: 17px;
  line-height: 1.62;
  margin: 0;
  max-width: 760px;
}
html.v2-public-page .v2-resource-section {
  display: grid;
  gap: 14px;
  min-width: 0;
}
html.v2-public-page .v2-resource-section h2 {
  color: var(--v2-ink);
  font-size: 25px;
  line-height: 1.14;
  margin: 0;
}
html.v2-public-page .v2-resource-section h3 {
  color: var(--v2-ink);
  font-size: 18px;
  line-height: 1.22;
  margin: 0 0 7px;
}
html.v2-public-page .v2-resource-section p {
  color: var(--v2-muted);
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}
html.v2-public-page .v2-faq-list,
html.v2-public-page .v2-resource-grid {
  display: grid;
  gap: 0;
}
html.v2-public-page .v2-resource-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
html.v2-public-page .v2-faq-list article,
html.v2-public-page .v2-resource-grid article {
  border-top: 1px solid var(--v2-line);
  min-width: 0;
  padding: 16px 0;
}
html.v2-public-page .v2-faq-list article:first-child,
html.v2-public-page .v2-resource-grid article:first-child {
  border-top: 0;
  padding-top: 0;
}
html.v2-public-page .v2-resource-grid article:nth-child(-n+3) {
  padding-top: 0;
}
html.v2-public-page .v2-resource-grid article {
  border-top: 0;
  padding-right: 18px;
}
html.v2-public-page .v2-resource-checklist,
html.v2-public-page .v2-resource-note {
  background: var(--v2-wash);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-sizing: border-box;
  color: var(--v2-ink);
  padding: 16px;
}
html.v2-public-page .v2-resource-checklist span,
html.v2-public-page .v2-resource-note strong {
  color: var(--v2-ink);
  display: block;
  font-size: 14px;
  font-weight: 850;
  margin-bottom: 8px;
}
html.v2-public-page .v2-resource-checklist ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 19px;
}
html.v2-public-page .v2-resource-checklist li,
html.v2-public-page .v2-resource-note span,
html.v2-public-page .v2-resource-steps span {
  color: var(--v2-muted);
  font-size: 15px;
  line-height: 1.58;
}
html.v2-public-page .v2-resource-note {
  display: grid;
  gap: 0;
}
html.v2-public-page .v2-resource-formula {
  align-items: start;
  background: var(--v2-wash);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-sizing: border-box;
  display: grid;
  gap: 8px;
  padding: 16px;
}
html.v2-public-page .v2-resource-formula span {
  color: var(--v2-ink);
  display: block;
  font-size: 14px;
  font-weight: 850;
}
html.v2-public-page .v2-resource-formula code {
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: 6px;
  color: var(--v2-ink);
  display: block;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 14px;
  line-height: 1.5;
  overflow-wrap: anywhere;
  padding: 10px 12px;
}
html.v2-public-page .v2-resource-fee-table {
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  display: grid;
  overflow: hidden;
}
html.v2-public-page .v2-resource-fee-table [role=row] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
html.v2-public-page .v2-resource-fee-table [role=row]:not(:first-child) {
  border-top: 1px solid var(--v2-line);
}
html.v2-public-page .v2-resource-fee-table [role=columnheader],
html.v2-public-page .v2-resource-fee-table [role=cell] {
  color: var(--v2-muted);
  font-size: 15px;
  line-height: 1.5;
  padding: 12px 14px;
}
html.v2-public-page .v2-resource-fee-table [role=columnheader]:not(:first-child),
html.v2-public-page .v2-resource-fee-table [role=cell]:not(:first-child) {
  border-left: 1px solid var(--v2-line);
}
html.v2-public-page .v2-resource-fee-table [role=columnheader] {
  background: var(--v2-wash);
  color: var(--v2-ink);
  font-weight: 850;
}
html.v2-public-page .v2-resource-steps {
  counter-reset: resource-step;
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
html.v2-public-page .v2-resource-steps li {
  border-left: 2px solid var(--v2-line-strong);
  display: grid;
  gap: 4px;
  padding-left: 14px;
}
html.v2-public-page .v2-resource-steps strong {
  color: var(--v2-ink);
  font-size: 16px;
  font-weight: 850;
}
html.v2-public-page .content-main .post i.post-icon {
  color: var(--v2-muted);
  flex: 0 0 auto;
  font-size: 22px;
  margin: 0;
  text-align: center;
  width: 28px;
}
@media (max-width: 768px) {
  html.v2-public-page body.v2-content-shell .content-main .post-main {
    display: grid;
    gap: 26px;
    grid-template-columns: 1fr;
    padding: 0;
  }
  html.v2-public-page body.v2-content-shell .content-main .post-main .title h1 {
    font-size: 34px;
  }
  html.v2-public-page body.v2-content-shell .toc {
    max-height: none;
    position: static;
  }
  html.v2-public-page body.v2-content-shell .v2-article-cta {
    align-items: stretch;
    flex-direction: column;
  }
  html.v2-public-page body.v2-content-shell .v2-article-cta-button {
    width: 100%;
  }
  html.v2-public-page body.v2-content-shell .v2-mailing-card .mailing-list-entry {
    grid-template-columns: 1fr;
  }
  html.v2-public-page body.v2-content-shell .v2-mailing-card .mailing-list-entry button {
    width: 100%;
  }
  html.v2-public-page .v2-resource-guide {
    gap: 24px;
  }
  html.v2-public-page .v2-resource-section h2 {
    font-size: 22px;
  }
  html.v2-public-page .v2-resource-grid {
    grid-template-columns: 1fr;
  }
  html.v2-public-page .v2-resource-grid article,
  html.v2-public-page .v2-resource-grid article:nth-child(-n+3) {
    border-top: 1px solid var(--v2-line);
    padding: 16px 0;
    padding-right: 0;
  }
  html.v2-public-page .v2-resource-grid article:first-child {
    border-top: 0;
    padding-top: 0;
  }
}

html.v2-public-page body.auth-page {
  background: var(--v2-wash);
  min-height: 100vh;
}
html.v2-public-page body.auth-page nav,
html.v2-public-page body.auth-page footer {
  display: none;
}
html.v2-public-page body.auth-page #content {
  min-height: 100vh;
}
html.v2-public-page .auth-page-shell {
  align-items: center;
  background: linear-gradient(180deg, #fff 0%, var(--v2-wash) 100%);
  display: flex;
  justify-content: center;
  min-height: 100vh;
  overflow-x: hidden;
  padding: 32px 16px;
  position: relative;
}
html.v2-public-page .auth-page-shell-wide {
  align-items: flex-start;
}
html.v2-public-page .auth-page-shell::before {
  background-image: linear-gradient(rgba(98, 107, 118, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(98, 107, 118, 0.08) 1px, transparent 1px);
  background-size: 60px 60px;
  content: "";
  inset: 0;
  mask-image: radial-gradient(ellipse 120% 70% at 50% 0%, #000 20%, transparent 70%);
  pointer-events: none;
  position: absolute;
}
html.v2-public-page .auth-page-shell::after {
  background: radial-gradient(circle, rgba(23, 25, 31, 0.08) 0%, transparent 70%);
  content: "";
  filter: blur(60px);
  height: 600px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: -20%;
  transform: translateX(-50%);
  width: 800px;
}
html.v2-public-page body.auth-page .auth-wrapper,
html.v2-public-page body.auth-page .auth-card {
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: 0 22px 46px rgba(23, 25, 31, 0.1);
  box-sizing: border-box;
  margin: 0;
  max-width: 416px;
  padding: 32px;
  position: relative;
  width: min(416px, 100%);
  z-index: 1;
}
html.v2-public-page body.auth-page .auth-card-wide {
  max-width: 900px;
  width: min(900px, 100%);
}
html.v2-public-page body.auth-page .auth-wrapper *,
html.v2-public-page body.auth-page .auth-wrapper *::before,
html.v2-public-page body.auth-page .auth-wrapper *::after {
  box-sizing: border-box;
}
html.v2-public-page .auth-logo {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 8px;
  text-decoration: none;
}
html.v2-public-page .auth-logo img {
  display: block;
  height: 32px;
  width: 32px;
}
html.v2-public-page .auth-logo span {
  color: var(--v2-ink);
  font-family: "Outfit", "Inter", Arial, sans-serif;
  font-size: 18px;
  font-weight: 750;
  line-height: 1;
}
html.v2-public-page .auth-title {
  color: var(--v2-ink);
  font-family: "Outfit", "Inter", Arial, sans-serif;
  font-size: 24px;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 6px;
  text-align: center;
}
html.v2-public-page .auth-subtitle {
  color: var(--v2-muted);
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 36px;
  text-align: center;
}
html.v2-public-page body.auth-page .auth-title {
  margin: 0 0 6px;
}
html.v2-public-page .auth-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
  max-width: none !important;
  width: 100% !important;
}
html.v2-public-page .auth-form p {
  margin: 0;
}
html.v2-public-page body.auth-page .form-field,
html.v2-public-page body.auth-page .auth-form p:not(.terms-agree) {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
}
html.v2-public-page body.auth-page label {
  color: var(--v2-ink);
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
html.v2-public-page body.auth-page input[type=text],
html.v2-public-page body.auth-page input[type=email],
html.v2-public-page body.auth-page input[type=password] {
  background: var(--v2-wash);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  color: var(--v2-ink);
  font-size: 14px;
  min-height: 42px;
  outline: none;
  padding: 10px 14px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
  width: 100%;
}
html.v2-public-page body.auth-page input[type=text]::placeholder,
html.v2-public-page body.auth-page input[type=email]::placeholder,
html.v2-public-page body.auth-page input[type=password]::placeholder {
  color: var(--v2-muted);
}
html.v2-public-page body.auth-page input[type=text]:focus,
html.v2-public-page body.auth-page input[type=email]:focus,
html.v2-public-page body.auth-page input[type=password]:focus {
  background: var(--v2-surface);
  border-color: var(--v2-ink);
  box-shadow: 0 0 0 3px rgba(23, 25, 31, 0.1);
}
html.v2-public-page body.auth-page input[type=text].invalid,
html.v2-public-page body.auth-page input[type=email].invalid,
html.v2-public-page body.auth-page input[type=password].invalid {
  border-color: #c94040;
}
html.v2-public-page .input-wrapper {
  position: relative;
  width: 100%;
}
html.v2-public-page .form-help,
html.v2-public-page .error,
html.v2-public-page .forgot-password-link,
html.v2-public-page .terms-agree {
  font-size: 12px;
  line-height: 1.45;
}
html.v2-public-page .form-help {
  color: var(--v2-muted);
}
html.v2-public-page .error {
  color: #c94040;
  display: block;
  margin: 0;
  min-height: 0;
}
html.v2-public-page .exclamation {
  color: #c94040;
  display: none;
  font-size: 14px;
  font-weight: 800;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
html.v2-public-page .forgot-password-link {
  color: var(--v2-muted);
  display: inline-block;
  font-weight: 650;
  margin-top: 2px;
  text-decoration: none;
  width: fit-content;
}
html.v2-public-page .forgot-password-link:hover, html.v2-public-page .forgot-password-link:focus-visible {
  color: var(--v2-ink);
  text-decoration: underline;
}
html.v2-public-page .terms-agree {
  color: var(--v2-muted);
  display: block;
  margin: 2px 0 0;
  text-align: center;
}
html.v2-public-page .terms-agree a {
  color: var(--v2-ink);
  font-size: inherit;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
html.v2-public-page .terms-agree a:hover, html.v2-public-page .terms-agree a:focus-visible {
  text-decoration: underline;
}
html.v2-public-page body.auth-page .auth-submit,
html.v2-public-page body.auth-page .auth-form button[type=submit],
html.v2-public-page body.auth-page #submit-btn {
  align-items: center;
  background: var(--v2-dark);
  border: 1px solid var(--v2-dark);
  border-radius: var(--v2-radius);
  box-shadow: 0 8px 18px rgba(23, 25, 31, 0.16);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 750;
  gap: 8px;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  width: 100%;
}
html.v2-public-page body.auth-page .auth-submit:hover, html.v2-public-page body.auth-page .auth-submit:focus-visible,
html.v2-public-page body.auth-page .auth-form button[type=submit]:hover,
html.v2-public-page body.auth-page .auth-form button[type=submit]:focus-visible,
html.v2-public-page body.auth-page #submit-btn:hover,
html.v2-public-page body.auth-page #submit-btn:focus-visible {
  background: #0c0d10;
  box-shadow: 0 10px 22px rgba(23, 25, 31, 0.2);
  outline: none;
  transform: translateY(-1px);
}
html.v2-public-page body.auth-page .auth-submit:disabled,
html.v2-public-page body.auth-page .auth-form button[type=submit]:disabled,
html.v2-public-page body.auth-page #submit-btn:disabled {
  cursor: not-allowed;
  opacity: 0.62;
  transform: none;
}
html.v2-public-page body.auth-page .messages {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
html.v2-public-page body.auth-page .messages:empty {
  display: none;
}
html.v2-public-page body.auth-page .messages li {
  background: rgba(201, 64, 64, 0.08);
  border: 1px solid rgba(201, 64, 64, 0.18);
  border-radius: var(--v2-radius);
  color: #9f2f2f;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 0;
  padding: 10px 12px;
}
html.v2-public-page .auth-footer {
  border-top: 1px solid var(--v2-line);
  margin-top: 18px;
  padding-top: 16px;
  text-align: center;
}
html.v2-public-page .auth-footer p {
  color: var(--v2-muted);
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}
html.v2-public-page .auth-footer a {
  color: var(--v2-ink);
  font-size: inherit;
  font-weight: 750;
  line-height: inherit;
  text-decoration: none;
}
html.v2-public-page .auth-footer a:hover, html.v2-public-page .auth-footer a:focus-visible {
  text-decoration: underline;
}
html.v2-public-page .honeypot-field {
  display: none;
}
html.v2-public-page body.auth-page .register-container {
  margin: 0;
  max-width: none;
  padding: 0;
}
html.v2-public-page body.auth-page .register-content {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
html.v2-public-page body.auth-page .plan-selection,
html.v2-public-page body.auth-page .form-wrapper {
  background: transparent;
  border: 0;
  box-shadow: none;
  box-sizing: border-box;
  margin: 0;
  max-width: none !important;
  padding: 0;
  width: 100% !important;
}
html.v2-public-page body.auth-page .plan-selection h3,
html.v2-public-page body.auth-page .form-wrapper h3 {
  color: var(--v2-ink);
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 12px;
  text-align: left;
}
html.v2-public-page body.auth-page .plans-toggle {
  background: var(--v2-wash);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 12px;
  overflow: hidden;
  padding: 3px;
}
html.v2-public-page body.auth-page .plans-toggle div {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: calc(var(--v2-radius) - 2px);
  color: var(--v2-muted);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  min-height: 36px;
  padding: 0 10px;
}
html.v2-public-page body.auth-page .plans-toggle div.selected {
  background: var(--v2-surface);
  box-shadow: 0 1px 4px rgba(23, 25, 31, 0.1);
  color: var(--v2-ink);
}
html.v2-public-page body.auth-page .save-notice {
  align-items: center;
  color: var(--v2-muted);
  display: flex;
  gap: 8px;
  margin: 0 0 12px;
}
html.v2-public-page body.auth-page .save-notice i,
html.v2-public-page body.auth-page .save-notice span {
  color: var(--v2-muted);
  font-size: 13px;
}
html.v2-public-page body.auth-page .plan {
  background: var(--v2-wash);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-sizing: border-box;
  color: var(--v2-ink);
  cursor: pointer;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0 0 10px;
  padding: 14px;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}
html.v2-public-page body.auth-page .plan:hover {
  background: var(--v2-surface);
  border-color: var(--v2-line-strong);
}
html.v2-public-page body.auth-page .plan.selected {
  background: var(--v2-dark);
  border-color: var(--v2-dark);
  color: #fff;
}
html.v2-public-page body.auth-page .plan.selected * {
  color: #fff;
}
html.v2-public-page body.auth-page .plan.selected .plan-tag {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.24);
}
html.v2-public-page body.auth-page .plan-info {
  max-width: none;
  padding: 0;
}
html.v2-public-page body.auth-page .plan-info h3 {
  margin: 0;
}
html.v2-public-page body.auth-page .plan-info span {
  color: var(--v2-muted);
  display: block;
  font-size: 13px;
  line-height: 1.45;
  margin-top: 6px;
}
html.v2-public-page body.auth-page .plan-title {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
html.v2-public-page body.auth-page .plan-tag {
  align-items: center;
  background: rgba(23, 25, 31, 0.06);
  border: 1px solid rgba(23, 25, 31, 0.1);
  border-radius: 999px;
  color: var(--v2-ink);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
  padding: 6px 9px;
  transform: translateY(-1px);
}
html.v2-public-page body.auth-page .plan-tag span {
  color: inherit;
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}
html.v2-public-page body.auth-page .plan-price {
  align-items: end;
  color: var(--v2-ink);
  display: flex;
  flex-direction: column;
  min-width: 96px;
  text-align: right;
}
html.v2-public-page body.auth-page .plan-price span {
  color: inherit;
  font-size: 13px;
  line-height: 1.35;
}
html.v2-public-page body.auth-page .stripe {
  display: grid;
  gap: 10px;
  margin-top: 2px;
}
html.v2-public-page body.auth-page .stripe fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
html.v2-public-page body.auth-page .stripe input {
  margin: 0;
}
html.v2-public-page body.auth-page .stripe .StripeElement {
  background: var(--v2-wash);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-sizing: border-box;
  min-height: 42px;
  padding: 12px 14px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
html.v2-public-page body.auth-page .stripe .StripeElement--focus {
  background: var(--v2-surface);
  border-color: var(--v2-ink);
  box-shadow: 0 0 0 3px rgba(23, 25, 31, 0.1);
}
html.v2-public-page body.auth-page #standard-price-annual,
html.v2-public-page body.auth-page #pro-price-annual,
html.v2-public-page body.auth-page #error-message,
html.v2-public-page body.auth-page #submit-btn i {
  display: none;
}
html.v2-public-page body.auth-page #selected-text {
  color: var(--v2-muted);
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}
html.v2-public-page body.auth-page #selected-text span {
  color: var(--v2-ink);
  font-weight: 750;
}
html.v2-public-page body.auth-page #payment-notice {
  color: var(--v2-muted);
  display: block;
  font-size: 12px;
  line-height: 1.45;
  margin: 0;
  text-align: center;
}
html.v2-public-page body.auth-page #payment-notice a {
  color: var(--v2-ink);
  font-weight: 750;
}
html.v2-public-page body.auth-page .auth-card > p:not(.auth-subtitle) {
  color: var(--v2-ink-soft);
  font-size: 14px;
  line-height: 1.6;
  margin: 18px 0 0;
  text-align: center;
}
html.v2-public-page body.auth-page .auth-card > p:not(.auth-subtitle) a {
  color: var(--v2-ink);
  font-weight: 750;
}
@media (max-width: 768px) {
  html.v2-public-page .auth-page-shell {
    align-items: flex-start;
    padding: 24px 16px;
  }
  html.v2-public-page body.auth-page .auth-wrapper,
  html.v2-public-page body.auth-page .auth-card {
    max-width: 342px;
    padding: 26px 22px;
    width: min(342px, 100vw - 48px) !important;
  }
  html.v2-public-page body.auth-page .auth-wrapper form,
  html.v2-public-page body.auth-page .auth-wrapper .auth-form,
  html.v2-public-page body.auth-page .auth-wrapper form input,
  html.v2-public-page body.auth-page .auth-wrapper form button {
    max-width: none;
    width: 100% !important;
  }
  html.v2-public-page body.auth-page .auth-wrapper .auth-form {
    margin: 0 auto;
    width: calc(100% - 22px) !important;
  }
  html.v2-public-page body.auth-page .register-content {
    grid-template-columns: 1fr;
  }
}

html.v2-public-page body.v2-plans-page {
  background: var(--v2-wash);
}

.v2-plans {
  color: var(--v2-ink);
}

.v2-plans *,
.v2-plans *::before,
.v2-plans *::after {
  box-sizing: border-box;
}

.v2-plans h1,
.v2-plans h2,
.v2-plans h3 {
  color: var(--v2-ink);
  font-family: "Outfit", "Inter", Arial, sans-serif;
  font-weight: 650;
  letter-spacing: 0;
  margin: 0;
}

.v2-plans h1 {
  font-size: 48px;
  line-height: 1.06;
  max-width: 780px;
  overflow-wrap: break-word;
}

.v2-plans h2 {
  font-size: 36px;
  line-height: 1.12;
}

.v2-plans p {
  color: var(--v2-ink-soft);
  line-height: 1.65;
  margin: 0;
}

.v2-plans-hero {
  background: var(--v2-wash);
  padding: 108px 0 46px;
}

.v2-plans-hero-grid {
  align-items: end;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
}

.v2-plans-hero-grid > * {
  min-width: 0;
}

.v2-plans-hero-copy {
  display: grid;
  gap: 20px;
}

.v2-plans-hero-copy p {
  font-size: 18px;
  max-width: 720px;
}

.v2-plans-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.v2-plans-snapshot {
  background: var(--v2-dark);
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow);
  color: #fff;
  display: grid;
  gap: 10px;
  padding: 12px;
}

.v2-plans-snapshot > div {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--v2-radius);
  display: grid;
  gap: 6px;
  min-height: 92px;
  padding: 16px;
}

.v2-plans-snapshot > div.is-featured {
  background: #fff;
  border-color: #fff;
  color: var(--v2-ink);
}

.v2-plans-snapshot span {
  color: inherit;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.v2-plans-snapshot strong {
  display: block;
  font-family: "Outfit", "Inter", Arial, sans-serif;
  font-size: 32px;
  line-height: 1;
}

.v2-plans-snapshot em {
  color: inherit;
  font-style: normal;
  font-weight: 650;
  opacity: 0.78;
}

.v2-plans-comparison {
  background: var(--v2-surface);
  border-bottom: 1px solid var(--v2-line);
  border-top: 1px solid var(--v2-line);
}

html.v2-public-page .plans-container {
  max-width: var(--v2-container);
  width: min(var(--v2-container), 100vw - 48px);
}

html.v2-public-page .plans-container .v2-section-heading {
  margin-bottom: 26px;
}

html.v2-public-page .plans-container .v2-section-heading h2 {
  text-align: left;
}

html.v2-public-page .plans-container .v2-section-heading p {
  max-width: 680px;
}

html.v2-public-page .v2-plans-comparison {
  padding: 56px 0 68px;
}

html.v2-public-page .plans-table-shell {
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow-soft);
  overflow-x: auto;
}

html.v2-public-page .plans-table {
  background: transparent;
  border: 0;
  border-collapse: separate;
  border-radius: 0;
  border-spacing: 0;
  box-shadow: none;
  min-width: 900px;
  overflow: visible;
  width: 100%;
}

html.v2-public-page .plans-table th,
html.v2-public-page .plans-table td {
  border: 0;
  border-bottom: 1px solid var(--v2-line);
  color: var(--v2-ink-soft);
  padding: 16px 18px;
  vertical-align: middle;
}

html.v2-public-page .plans-table thead th {
  background: var(--v2-surface);
  border-bottom-color: var(--v2-line-strong);
  text-align: center;
  vertical-align: bottom;
}

html.v2-public-page .plans-table thead th + th,
html.v2-public-page .plans-table tbody td {
  border-left: 1px solid var(--v2-line);
}

html.v2-public-page .plans-table .plans-feature-col {
  color: var(--v2-muted);
  font-size: 12px;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  width: 31%;
}

html.v2-public-page .plans-table tbody th {
  background: var(--v2-surface);
  color: var(--v2-ink);
  font-weight: 700;
  text-align: left;
}

html.v2-public-page .plans-table tbody td {
  text-align: center;
}

html.v2-public-page .plans-table tbody tr:not(.plans-section-row):hover th,
html.v2-public-page .plans-table tbody tr:not(.plans-section-row):hover td {
  background: #fafbfc;
}

html.v2-public-page .plans-table tr:last-child th,
html.v2-public-page .plans-table tr:last-child td {
  border-bottom: 0;
}

html.v2-public-page .plans-plan-head {
  align-items: center;
  border: 1px solid transparent;
  border-radius: var(--v2-radius);
  display: grid;
  gap: 8px;
  justify-items: center;
  min-height: 166px;
  padding: 14px 10px;
  position: relative;
}

html.v2-public-page .plans-plan-head.is-featured {
  border-color: var(--v2-ink);
  box-shadow: var(--v2-shadow-soft);
}

html.v2-public-page .plans-plan-name {
  color: var(--v2-ink);
  font-size: 18px;
  font-weight: 800;
}

html.v2-public-page .plans-plan-head strong {
  color: var(--v2-ink);
  display: block;
  font-family: "Outfit", "Inter", Arial, sans-serif;
  font-size: 34px;
  line-height: 1;
}

html.v2-public-page .plans-plan-meta {
  color: var(--v2-muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
  min-height: 32px;
}

html.v2-public-page .plans-plan-head a {
  align-items: center;
  background: var(--v2-dark);
  border-radius: var(--v2-radius);
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  min-height: 36px;
  padding: 0 13px;
}

html.v2-public-page .plans-plan-head a:hover,
html.v2-public-page .plans-plan-head a:focus-visible {
  background: #0c0d10;
  outline: none;
}

html.v2-public-page .plans-plan-badge {
  background: var(--v2-ink);
  border-radius: var(--v2-radius);
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  padding: 5px 8px;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: 10px;
}

html.v2-public-page .plans-section-row th {
  background: var(--v2-wash);
  border-left: 0;
  color: var(--v2-muted);
  font-size: 12px;
  font-weight: 850;
  padding: 12px 18px;
  text-transform: uppercase;
}

html.v2-public-page .plans-check,
html.v2-public-page .plans-missing,
html.v2-public-page .plans-limit {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 28px;
}

html.v2-public-page .plans-check {
  background: #dff5ea;
  color: #165c39;
  width: 28px;
}

html.v2-public-page .plans-check i {
  color: #165c39;
  font-size: 13px;
}

html.v2-public-page .plans-limit {
  background: #f0f3f6;
  color: var(--v2-ink);
  min-width: 52px;
  padding: 0 12px;
}

html.v2-public-page .plans-missing {
  background: #f3f4f5;
  color: var(--v2-muted);
  min-width: 28px;
  padding: 0 10px;
}

@media (max-width: 980px) {
  .v2-plans h1 {
    font-size: 42px;
  }
  .v2-plans-hero-grid {
    align-items: start;
    grid-template-columns: 1fr;
  }
  .v2-plans-snapshot {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  html.v2-public-page .plans-table-shell {
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: visible;
  }
  html.v2-public-page .plans-table {
    display: block;
    min-width: 0;
  }
  html.v2-public-page .plans-table thead {
    display: none;
  }
  html.v2-public-page .plans-table tbody,
  html.v2-public-page .plans-table tr,
  html.v2-public-page .plans-table th,
  html.v2-public-page .plans-table td {
    display: block;
    width: 100%;
  }
  html.v2-public-page .plans-table tbody tr:not(.plans-section-row) {
    background: var(--v2-surface);
    border: 1px solid var(--v2-line);
    border-radius: var(--v2-radius);
    box-shadow: var(--v2-shadow-soft);
    margin-bottom: 12px;
    overflow: hidden;
  }
  html.v2-public-page .plans-table tbody th,
  html.v2-public-page .plans-table tbody td {
    border: 0;
    border-bottom: 1px solid var(--v2-line);
    box-sizing: border-box;
    padding: 12px 14px;
  }
  html.v2-public-page .plans-table tbody tr:not(.plans-section-row) th {
    background: var(--v2-wash);
  }
  html.v2-public-page .plans-table tbody tr:not(.plans-section-row) td {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    text-align: right;
  }
  html.v2-public-page .plans-table tbody tr:not(.plans-section-row) td::before {
    color: var(--v2-muted);
    content: attr(data-plan);
    font-size: 13px;
    font-weight: 800;
    text-align: left;
  }
  html.v2-public-page .plans-table tbody tr:not(.plans-section-row) td:last-child {
    border-bottom: 0;
  }
  html.v2-public-page .plans-table .plans-section-row th {
    border: 0;
    border-radius: var(--v2-radius);
    margin: 22px 0 10px;
  }
  html.v2-public-page .plans-table .plans-section-row:first-child th {
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .v2-plans h1 {
    font-size: 34px;
    line-height: 1.08;
  }
  .v2-plans h2 {
    font-size: 28px;
  }
  .v2-plans-hero {
    padding: 96px 0 38px;
  }
  .v2-plans-hero-actions {
    flex-direction: column;
  }
  .v2-plans-hero-actions .v2-btn {
    width: 100%;
  }
  .v2-plans-snapshot {
    grid-template-columns: 1fr;
  }
  html.v2-public-page .plans-container {
    width: calc(100vw - 28px);
  }
}
