:root {
  --bg: #fcf7f2;
  --surface: #ffffff;
  --surface-soft: #fff5ec;
  --text: #16151d;
  --muted: #6f6b76;
  --line: #eee4dc;
  --orange: #ff5a0a;
  --orange-dark: #f14f00;
  --orange-soft: #fff0e5;
  --shadow: 0 18px 44px rgba(32, 18, 8, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 90, 10, 0.06), transparent 18%),
    linear-gradient(180deg, #fffdfa 0%, var(--bg) 100%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.page-shell {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 28px;
  position: relative;
}

.site-header {
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 28px;
}

.brand-logo {
  width: 162px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 12px;
  font-weight: 600;
}

.header-actions,
.hero-actions,
.pricing-heading-row,
.billing-toggle,
.pricing-bottom,
.social-proof,
.final-cta-actions,
.footer-top,
.footer-bottom,
.footer-legal,
.signup-actions,
.topbar,
.topbar-actions,
.flow-summary,
.flow-actions,
.logged-topbar,
.logged-user-row {
  display: flex;
}

.header-actions,
.hero-actions,
.final-cta-actions,
.signup-actions,
.topbar-actions {
  align-items: center;
  gap: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:disabled,
.btn[disabled] {
  background: #d8d1cb !important;
  color: #8a827b !important;
  border-color: #d8d1cb !important;
  box-shadow: none !important;
  cursor: not-allowed;
  transform: none !important;
}

.btn-header-light,
.btn-header-primary,
.btn-light,
.btn-primary,
.btn-outline {
  height: 42px;
  padding: 0 16px;
  font-size: 13px;
}

.btn-header-light,
.btn-light {
  background: #fff;
  color: var(--orange);
  border-color: rgba(255, 90, 10, 0.18);
}

.btn-header-primary,
.btn-primary,
.btn-referral {
  background: linear-gradient(180deg, #ff6a1d 0%, var(--orange) 100%);
  color: #fff;
  box-shadow: 0 12px 24px rgba(255, 90, 10, 0.16);
}

.btn-outline {
  background: #fff;
  color: var(--orange);
  border-color: rgba(255, 90, 10, 0.72);
}

.btn-transparent {
  height: 42px;
  padding: 0 16px;
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.btn-large {
  min-width: 214px;
  height: 56px;
  padding: 0 24px;
  font-size: 15px;
}

.btn-card {
  width: 100%;
  height: 46px;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.btn-card-outline {
  color: var(--orange);
  background: #fff;
  border-color: rgba(255, 90, 10, 0.7);
}

.btn-form {
  width: 100%;
  height: 44px;
  font-size: 13px;
}

.hero {
  display: grid;
  grid-template-columns: 470px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 0 0 0 28px;
}

.hero-copy {
  padding-top: 56px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  background: var(--orange-soft);
  color: var(--orange);
  font-size: 11px;
  font-weight: 600;
}

.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1.5px solid currentColor;
  position: relative;
}

.eyebrow-dot::after {
  content: "";
  position: absolute;
  inset: 1.5px;
  border-radius: 50%;
  background: currentColor;
}

.hero-copy h1 {
  margin: 69px 0 16px;
  font-size: 62px;
  line-height: 1;
  letter-spacing: -0.06em;
}

.hero-copy h1 span,
.metrics-band strong,
.features-section h2 span,
.section-heading h2 span {
  color: var(--orange);
}

.hero-copy p {
  max-width: 412px;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.social-proof {
  align-items: center;
  gap: 14px;
  margin-top: 26px;
}

.avatars {
  display: flex;
}

.avatar,
.testimonial-photo {
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(17, 17, 24, 0.08);
}

.avatar {
  width: 38px;
  height: 38px;
  border: 3px solid #fff;
  margin-left: -7px;
}

.avatar:first-child {
  margin-left: 0;
}

.avatar-one,
.testimonial-photo.one {
  background:
    radial-gradient(circle at 50% 35%, #f0c39d 0 22%, transparent 23%),
    radial-gradient(circle at 50% 24%, #2a2d34 0 31%, transparent 32%),
    linear-gradient(180deg, #555a64 0 48%, #ff7920 48% 100%);
}

.avatar-two,
.testimonial-photo.two {
  background:
    radial-gradient(circle at 50% 35%, #f4cab0 0 22%, transparent 23%),
    radial-gradient(circle at 50% 24%, #443126 0 31%, transparent 32%),
    linear-gradient(180deg, #262a31 0 48%, #17181d 48% 100%);
}

.avatar-three,
.testimonial-photo.three {
  background:
    radial-gradient(circle at 50% 35%, #efc19c 0 22%, transparent 23%),
    radial-gradient(circle at 50% 24%, #3b2e22 0 31%, transparent 32%),
    linear-gradient(180deg, #2b2d33 0 48%, #ff6717 48% 100%);
}

.avatar-four {
  background:
    radial-gradient(circle at 50% 35%, #f3cbaa 0 22%, transparent 23%),
    radial-gradient(circle at 50% 24%, #35363d 0 31%, transparent 32%),
    linear-gradient(180deg, #2f3139 0 48%, #d93030 48% 100%);
}

.proof-copy {
  display: grid;
  gap: 4px;
}

.stars,
.testimonial-stars {
  color: #ffaf18;
  letter-spacing: 0.16em;
}

.stars {
  font-size: 16px;
}

.proof-copy p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}

.hero-store-links {
  display: grid;
  gap: 12px;
  max-width: 440px;
  margin-top: 28px;
  justify-items: center;
}

.hero-copy .hero-store-links-label {
  margin: 0;
  width: 100%;
  max-width: none;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.hero-store-links-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.hero-store-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.hero-store-link:hover,
.hero-store-link:focus-visible {
  transform: translateY(-1px);
  opacity: 0.96;
}

.hero-store-link img {
  width: auto;
  height: 52px;
  max-width: 100%;
}

.hero-visual {
  position: relative;
  min-height: 720px;
  overflow: hidden;
}

.hero-background,
.login-bg {
  position: absolute;
  top: -18px;
  right: 0px;
  width: 830px;
  max-width: none;
  z-index: 1;
}

.hero-devices,
.login-devices {
    position: absolute;
    top: 165px;
    right: -92px;
    width: 770px;
    max-width: none;
    z-index: 2;
}

.hero-video-callout {
  position: absolute;
  left: 386px;
  right: 18px;
  bottom: 76px;
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 14px;
  align-items: center;
  color: #fff;
  z-index: 3;
}

.play-button {
  width: 54px;
  height: 54px;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  position: relative;
}

.play-button::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 21px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #fff;
}

.hero-video-callout p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}

.callout-arrow {
  font-size: 62px;
  line-height: 1;
  transform: rotate(-18deg);
}

.content-shell,
.site-footer-inner,
.page-title,
.logged-shell,
.login-layout,
.flow-shell,
.topbar {
    width: min(100%, 1325px);
    margin: 0 auto;
}

.metrics-band {
  width: min(100%, 1180px);
  margin: -12px auto 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(255, 255, 255, 0.98);
  border-radius: 22px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.metrics-band article {
  position: relative;
  padding: 22px 12px;
  text-align: center;
}

.metrics-band article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 19px;
  right: 0;
  width: 1px;
  height: calc(100% - 38px);
  background: var(--line);
}

.metrics-band strong {
  display: block;
  margin-bottom: 7px;
  font-size: 22px;
}

.metrics-band span {
  color: var(--muted);
  font-size: 12px;
}

.section-block,
.testimonials-section,
.faq-section {
  padding-inline: 28px;
}

.section-label {
  margin-bottom: 10px;
}

.section-heading h2,
.features-section h2,
.pricing-section h2,
.faq-section h2,
.signup-section h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.05em;
}

.section-heading p,
.faq-intro,
.signup-copy p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.feature-card,
.testimonial-real,
.flow-card,
.logged-card,
.login-card {
  border: 1px solid #ece1d8;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 26px rgba(30, 18, 10, 0.04);
}

.feature-card {
  min-height: 138px;
  padding: 18px 16px;
  border-radius: 18px;
}

.feature-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 12px;
  background: var(--orange-soft);
  color: var(--orange);
}

.feature-icon svg {
  width: 22px;
  height: 22px;
}

.feature-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.testimonial-real {
  min-width: 0;
  padding: 16px;
  border-radius: 18px;
}

.testimonial-real-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.testimonial-photo {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}

.testimonial-real-head strong {
  display: block;
  font-size: 13px;
}

.testimonial-real-head span {
  color: var(--muted);
  font-size: 11px;
}

.testimonial-real p {
  margin: 0;
  color: #534f59;
  font-size: 12px;
  line-height: 1.7;
}

.pricing-section {
  padding-top: 34px;
}

.pricing-heading-row {
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.billing-toggle {
  align-items: center;
  gap: 10px;
  padding-top: 20px;
}

.billing-label {
  color: #55525c;
  font-size: 13px;
  font-weight: 600;
}

.billing-label em {
  color: var(--orange);
  font-style: normal;
  font-size: 12px;
}

.billing-label.is-active {
  color: var(--text);
}

.toggle-button {
  width: 46px;
  height: 26px;
  padding: 3px;
  border: 0;
  border-radius: 999px;
  background: #ffe6d4;
  cursor: pointer;
}

.toggle-thumb {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--orange);
  transition: transform 0.2s ease;
}

.toggle-button.is-yearly .toggle-thumb {
  transform: translateX(20px);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.pricing-carousel-shell {
  position: relative;
}

.pricing-carousel-arrow,
.pricing-carousel-dots {
  display: none;
}

.create-user-billing-toggle {
  margin: 0 0 18px;
  justify-content: end;
}

.create-user-plan-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 320px));
  justify-content: center;
  align-items: stretch;
}

.create-user-plan-grid .plan-card {
  min-width: 0;
  width: 100%;
}

.create-user-plan-grid .price-row {
  flex-wrap: wrap;
  row-gap: 6px;
}

.plan-card {
  position: relative;
  min-height: 404px;
  padding: 18px 16px 16px;
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  border: 1px solid #eee2d9;
  background: #fff;
  box-shadow: 0 10px 24px rgba(26, 17, 10, 0.03);
}

.plan-card.is-clickable {
  cursor: pointer;
}

.plan-card.is-clickable:focus-visible {
  outline: 2px solid rgba(255, 90, 10, 0.42);
  outline-offset: 3px;
}

.plan-card.featured {
  border-color: rgba(255, 90, 10, 0.76);
  box-shadow: 0 18px 36px rgba(255, 90, 10, 0.08);
}

.featured-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  height: 24px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
}

.plan-label {
  margin-bottom: 10px;
  color: #ff8b52;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.plan-card h3 {
  margin: 0;
  font-size: 16px;
}

.plan-card > p {
  margin: 8px 0 16px;
  color: var(--muted);
  font-size: 12px;
}

.price-row {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  min-height: 44px;
}

.currency,
.period {
  font-size: 13px;
  font-weight: 600;
}

.price-row strong {
  font-size: 38px;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.price-row-custom {
  align-items: center;
}

.custom-price {
  font-size: 30px;
  letter-spacing: -0.05em;
}

.price-savings {
  min-height: 18px;
  margin: 6px 0 14px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
}

.price-secondary {
  min-height: 16px;
  color: #7a736f;
  font-size: 11px;
  line-height: 1.5;
}

.plan-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: grid;
  gap: 10px;
}

.plan-card .btn-card {
  margin-top: auto;
}

.plan-card.featured .btn-card-outline {
  background: var(--orange);
  color: #fff;
  border-color: var(--orange);
}

.plan-card.featured .btn-card-outline:hover,
.plan-card.featured .btn-card-outline:focus-visible {
  background: #e44f00;
  color: #fff;
  border-color: #e44f00;
}

.create-user-plan-select {
  margin: 8px 0 14px;
}

.create-user-plan-select select {
  width: 100%;
}

.create-user-plus-panel {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 22px;
  margin-top: 18px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 90, 10, 0.18);
  background:
    radial-gradient(circle at top left, rgba(255, 151, 90, 0.18), transparent 40%),
    linear-gradient(135deg, #fffaf5, #ffffff 58%);
}

.create-user-plus-visual {
  display: grid;
  align-items: center;
}

.create-user-plus-visual img {
  width: 100%;
  max-width: 260px;
  justify-self: center;
}

.create-user-plus-content,
.create-user-plus-benefits,
.create-user-plus-options {
  display: grid;
  gap: 14px;
}

.create-user-plus-copy h4 {
  margin: 0 0 6px;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.create-user-plus-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.create-user-plus-options {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.create-user-plus-option {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid #eadfd7;
  background: #fff;
  color: var(--text);
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.create-user-plus-option strong {
  font-size: 14px;
}

.create-user-plus-option span {
  color: #7a736f;
  font-size: 11px;
  line-height: 1.5;
}

.create-user-plus-option:hover,
.create-user-plus-option:focus-visible {
  border-color: rgba(255, 90, 10, 0.45);
  box-shadow: 0 12px 24px rgba(255, 90, 10, 0.1);
  transform: translateY(-1px);
}

.create-user-plus-option.is-selected {
  border-color: rgba(255, 90, 10, 0.72);
  background: #fff6ef;
  box-shadow: 0 14px 26px rgba(255, 90, 10, 0.12);
}

.create-user-plus-benefits {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.create-user-plus-benefits article {
  display: grid;
  gap: 6px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(238, 226, 217, 0.9);
}

.create-user-plus-benefits strong {
  font-size: 13px;
}

.create-user-plus-benefits span {
  color: #6e6863;
  font-size: 11px;
  line-height: 1.55;
}

.plan-card li {
  position: relative;
  padding-left: 18px;
  font-size: 12px;
  line-height: 1.45;
}

.plan-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--orange);
  font-weight: 800;
}

.pricing-addon {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-top: 16px;
  padding: 16px 24px;
  border: 1.5px solid rgba(255, 90, 10, 0.22);
  border-radius: 22px;
  background: linear-gradient(180deg, #fffaf6 0%, #fff6f0 100%);
}

.pricing-addon.has-selector {
  grid-template-columns: 74px minmax(0, 1fr) minmax(220px, 280px) auto;
}

.pricing-addon-copy {
  min-width: 0;
}

.pricing-addon-icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(180deg, #ff6c20 0%, var(--orange) 100%);
  box-shadow: 0 14px 24px rgba(255, 90, 10, 0.18);
  font-size: 24px;
}

.pricing-addon-icon svg {
  display: block;
}

.pricing-addon-copy strong {
  display: block;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.pricing-addon-copy strong span {
  color: inherit;
}

.pricing-addon-copy p {
  margin: 0;
  color: #755f55;
  font-size: 13px;
  line-height: 1.45;
}

.pricing-addon-copy p + p {
  margin-top: 6px;
}

.pricing-addon-copy .pricing-addon-detail {
  color: #5f4d45;
}

.pricing-addon-price {
  text-align: right;
  white-space: nowrap;
}

.pricing-addon-control {
  margin: 0;
  min-width: 0;
}

.pricing-addon-control label {
  font-size: 11px;
}

.pricing-addon-control select {
  width: 100%;
  background: #fff;
}

.pricing-addon-price strong {
  display: block;
  color: var(--orange);
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.pricing-addon-price span {
  color: #9a7b68;
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 1260px) {
  .pricing-addon.has-selector {
    grid-template-columns: 74px minmax(0, 1fr) auto;
    grid-template-areas:
      "icon copy price"
      "icon control price";
    align-items: start;
  }

  .pricing-addon.has-selector .pricing-addon-icon {
    grid-area: icon;
  }

  .pricing-addon.has-selector .pricing-addon-copy {
    grid-area: copy;
  }

  .pricing-addon.has-selector .pricing-addon-control {
    grid-area: control;
    max-width: 280px;
  }

  .pricing-addon.has-selector .pricing-addon-price {
    grid-area: price;
    align-self: center;
  }
}

.pricing-bottom {
  justify-content: center;
  gap: 28px;
  margin-top: 16px;
  color: #4e4b55;
  font-size: 12px;
  font-weight: 500;
}

.pricing-bottom span {
  position: relative;
  padding-left: 16px;
}

.pricing-bottom span::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1.5px solid var(--orange);
  border-radius: 50%;
}

.benefits-section {
  margin-top: 24px;
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ff6814 0%, var(--orange) 100%);
  color: #fff;
}

.benefits-layout {
  display: grid;
  grid-template-columns: 1.15fr 330px;
  gap: 16px;
}

.benefits-copy h2 {
  max-width: 300px;
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.05em;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.benefits-grid article {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: 12px;
}

.benefits-grid article:first-child {
  border-left: 0;
  padding-left: 0;
}

.benefits-grid strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 13px;
}

.benefits-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  line-height: 1.5;
}

.testimonial-card-inner {
  height: 100%;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 18px rgba(64, 20, 0, 0.12);
  color: var(--text);
}

.testimonial-card-inner p {
  margin: 10px 0 14px;
  color: #47434e;
  font-size: 11px;
  line-height: 1.65;
}

.testimonial-card-inner strong,
.testimonial-card-inner span {
  display: block;
  font-size: 11px;
}

.testimonial-card-inner span {
  color: var(--muted);
}

.signup-section {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 280px 1fr 330px;
  gap: 14px;
  align-items: center;
  padding: 18px 18px 0;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff4eb 0%, #ffeedf 100%);
  overflow: hidden;
}

.signup-copy h2 {
  margin-bottom: 10px;
  font-size: 18px;
}

.signup-copy p {
  margin: 0 0 16px;
  color: #4f4c56;
  font-size: 11px;
  line-height: 1.7;
}

.signup-visual {
  min-height: 170px;
  display: flex;
  align-items: end;
  justify-content: center;
}

.signup-visual img {
  width: 320px;
}

.signup-form-card {
  margin-bottom: 18px;
  padding: 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #eadfd7;
}

.signup-form-card h3 {
  margin: 0 0 12px;
  font-size: 14px;
}

.form-step-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 8px 10px;
  border-radius: 999px;
  background: #fff7f0;
  color: var(--orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.form-grid,
.input-row,
.flow-steps,
.flow-main,
.flow-list,
.logged-nav,
.logged-main,
.logged-list,
.logged-users,
.login-form {
  display: grid;
  gap: 10px;
}

.form-field,
.modal-field {
  display: grid;
  gap: 6px;
}

.form-field label,
.modal-field label {
  font-size: 11px;
  font-weight: 600;
  color: #4b4751;
}

.required-marker {
  margin-left: 3px;
  color: #d84f1a;
  font-weight: 800;
}

.create-user-inline-help {
  margin-left: 8px;
  color: #7a736f;
  font-size: 10px;
  font-weight: 500;
}

.create-user-password-input {
  position: relative;
}

.create-user-password-field {
  position: relative;
}

.create-user-password-input input {
  width: 100%;
  padding-right: 92px;
}

.create-user-password-toggle {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #d84f1a;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.create-user-password-toggle:disabled {
  color: #9c948d;
  cursor: default;
}

.create-user-password-card {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 8;
  display: grid;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff8f2;
  border: 1px solid #f0e3d9;
  box-shadow: 0 16px 32px rgba(79, 36, 16, 0.12);
  pointer-events: none;
}

.create-user-password-card strong {
  font-size: 11px;
  color: #4b4751;
}

.create-user-password-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.create-user-password-card li {
  font-size: 11px;
  line-height: 1.45;
  color: #7a736f;
}

.create-user-password-card li.is-valid {
  color: #1f7a45;
}

.create-user-password-card li.is-pending {
  color: #8a5b3d;
}

.form-field input,
.form-field select,
.modal-field input,
.modal-field select,
.login-form input,
.plate-search input {
  height: 40px;
  border: 1px solid #e6dad1;
  border-radius: 10px;
  padding: 0 12px;
  background: #fff;
  font-size: 12px;
  color: var(--text);
}

.form-field input[readonly] {
  background: #f8f3ef;
  color: #5f5963;
}

.form-field input.field-error,
.form-field select.field-error {
  border-color: #d84f1a;
  box-shadow: 0 0 0 3px rgba(216, 79, 26, 0.12);
}

.form-help,
.form-step-note,
.login-help,
.logged-sidebar-note,
.logged-payment-note {
  color: #7a736f;
  font-size: 10px;
  line-height: 1.6;
}

.login-link-button {
  justify-self: start;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--orange);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.login-link-button:hover,
.login-link-button:focus-visible {
  text-decoration: underline;
}

.login-link-button:disabled {
  color: #9c948d;
  cursor: default;
  text-decoration: none;
}

.login-forgot-modal,
.reset-password-request-form {
  display: grid;
  gap: 14px;
}

.create-user-auth-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 10px;
}

.create-user-payment-document-actions {
  justify-content: flex-start;
  margin-top: 8px;
}

.create-user-inline-warning {
  display: grid;
  gap: 6px;
  width: 100%;
  min-width: 0;
  margin: 0 0 14px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 102, 0, 0.18);
  border-radius: 16px;
  background: #fff6f1;
  color: #7a5d4a;
  box-sizing: border-box;
  overflow-wrap: anywhere;
}

.create-user-inline-warning strong {
  color: #9a3e00;
  font-size: 13px;
  line-height: 1.35;
}

.create-user-inline-warning span {
  font-size: 13px;
  line-height: 1.6;
}

.create-user-grid-1 {
  grid-template-columns: 1fr;
}

.create-user-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.create-user-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.create-user-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.create-user-address-grid {
  grid-template-columns: minmax(0, 2fr) minmax(160px, 0.8fr);
}

.create-user-address-span {
  min-width: 0;
}

.flow-panel .create-user-grid-1,
.flow-panel .create-user-grid-2,
.flow-panel .create-user-grid-3,
.flow-panel .create-user-grid-4,
.flow-panel .create-user-address-grid {
  gap: 12px;
}

.flow-panel .create-user-grid-1 + .create-user-grid-1,
.flow-panel .create-user-grid-1 + .create-user-grid-2,
.flow-panel .create-user-grid-1 + .create-user-grid-3,
.flow-panel .create-user-grid-1 + .create-user-grid-4,
.flow-panel .create-user-grid-1 + .create-user-address-grid,
.flow-panel .create-user-grid-2 + .create-user-grid-1,
.flow-panel .create-user-grid-2 + .create-user-grid-2,
.flow-panel .create-user-grid-2 + .create-user-grid-3,
.flow-panel .create-user-grid-2 + .create-user-grid-4,
.flow-panel .create-user-grid-2 + .create-user-address-grid,
.flow-panel .create-user-grid-3 + .create-user-grid-1,
.flow-panel .create-user-grid-3 + .create-user-grid-2,
.flow-panel .create-user-grid-3 + .create-user-grid-3,
.flow-panel .create-user-grid-3 + .create-user-grid-4,
.flow-panel .create-user-grid-3 + .create-user-address-grid,
.flow-panel .create-user-grid-4 + .create-user-grid-1,
.flow-panel .create-user-grid-4 + .create-user-grid-2,
.flow-panel .create-user-grid-4 + .create-user-grid-3,
.flow-panel .create-user-grid-4 + .create-user-grid-4,
.flow-panel .create-user-grid-4 + .create-user-address-grid,
.flow-panel .create-user-address-grid + .create-user-grid-1,
.flow-panel .create-user-address-grid + .create-user-grid-2,
.flow-panel .create-user-address-grid + .create-user-grid-3,
.flow-panel .create-user-address-grid + .create-user-grid-4,
.flow-panel .create-user-address-grid + .create-user-address-grid {
  margin-top: 6px;
}

.create-user-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.testimonials-section {
  margin-top: 24px;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.faq-item {
  border: 1px solid #ece1d8;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 18px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 13px;
  color: var(--orange);
  font-size: 22px;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-answer {
    padding: 18px 28px 22px;
    font-size: 14px;
    line-height: 1.7;
    color: var(--muted);
    border-top: 1px solid var(--line);
}

.final-cta {
  position: relative;
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 148px;
  padding: 22px 260px 22px 28px;
  background: linear-gradient(180deg, #ff6813 0%, var(--orange) 100%);
  overflow: hidden;
}

.final-cta-copy h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 24px;
  line-height: 1.07;
  letter-spacing: -0.05em;
}

.final-cta-copy p {
  max-width: 360px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  line-height: 1.55;
}

.car-wrap {
  position: absolute;
  right: -16px;
  bottom: -10px;
  width: 240px;
}

.car-wrap img {
  transform: scaleX(-1);
}

.site-footer {
  background: #fff;
  padding: 14px 28px 0;
}

.footer-top {
  justify-content: space-between;
  gap: 20px;
  padding: 0 0 16px;
}

.footer-brand {
  max-width: 220px;
}

.footer-logo {
  width: 122px;
}

.footer-brand p {
  margin: 10px 0 12px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.65;
}

.footer-socials {
  display: flex;
  gap: 8px;
}

.footer-socials span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #a9a4ae;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 8px;
}

.footer-column h4 {
  margin: 0 0 4px;
  font-size: 11px;
}

.footer-column a,
.footer-bottom {
  color: #706d77;
  font-size: 10px;
}

.footer-link-button {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: #706d77;
  font: inherit;
  font-size: 10px;
  text-align: left;
  cursor: pointer;
}

.footer-link-button:hover,
.footer-link-button:focus-visible {
  color: var(--accent);
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 12px 0 16px;
  border-top: 1px solid var(--line);
}

.footer-legal {
  gap: 26px;
}

.login-page,
.area-page,
.flow-page {
  min-height: 100vh;
  padding: 24px 28px 32px;
}

.topbar {
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.login-layout {
  display: grid;
  grid-template-columns: minmax(0, 690px) minmax(0, 1fr);
  gap: 26px;
  align-items: center;
}

.login-panels {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(236px, 252px);
  gap: 18px;
  align-items: start;
}

.login-card {
  display: grid;
  align-content: start;
  min-width: 0;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}

.login-card h1,
.page-title h1 {
  margin: 16px 0 10px;
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.login-card p,
.page-title p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.login-card-primary {
  min-width: 0;
}

.login-step-note {
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 90, 10, 0.18);
  background: #fff7f0;
  color: #8a5b3d;
  font-size: 12px;
  line-height: 1.6;
}

.login-card-secondary {
  gap: 18px;
  align-content: start;
  align-self: start;
  border: 1px solid #f0e3d9;
  background: linear-gradient(180deg, #fffaf6 0%, #fff4eb 100%);
  box-shadow: 0 16px 34px rgba(34, 18, 10, 0.08);
}

.login-card-secondary-copy {
  display: grid;
  gap: 12px;
}

.login-card-chip {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #f2dfd0;
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
}

.login-card-secondary h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.login-card-secondary p {
  margin: 0;
  max-width: none;
}

.login-platform-button {
  width: auto;
  min-width: 0;
  justify-self: start;
  justify-content: center;
  padding-inline: 22px;
}

.login-side {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 28px;
}

.login-bg {
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: none;
}

.login-devices {
  top: 180px;
  right: -32px;
  width: min(92%, 680px);
  max-width: none;
}

.login-note {
  position: absolute;
  left: 30px;
  bottom: 28px;
  z-index: 3;
  max-width: 320px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 26px rgba(34, 18, 10, 0.1);
}

.login-note strong {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
}

.login-note p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 1220px) {
  .login-layout {
    grid-template-columns: minmax(0, 620px) minmax(0, 1fr);
  }

  .login-panels {
    grid-template-columns: 1fr;
  }

  .login-card-secondary p {
    max-width: none;
  }
}

.flow-shell {
  display: grid;
  gap: 18px;
}

.flow-card {
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.flow-step {
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid #efdfd2;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  color: #4d4a53;
  cursor: pointer;
}

.flow-step small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 500;
}

.flow-step.is-active {
  color: var(--orange);
  border-color: rgba(255, 90, 10, 0.24);
  box-shadow: 0 10px 18px rgba(255, 90, 10, 0.08);
}

.create-user-steps .flow-step {
  cursor: default;
}

.create-user-steps .flow-step.is-complete {
  border-color: rgba(255, 90, 10, 0.18);
  background: #fff7f1;
  color: #7f5b47;
}

.flow-main {
  gap: 14px;
}

.flow-shell-final {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.flow-summary,
.logged-topbar {
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #fffaf6;
  border: 1px solid #f0e3d9;
}

.flow-summary-final {
  display: flex;
}

.flow-summary-final h2 {
  margin: 10px 0 8px;
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: -0.05em;
}

.flow-summary-side {
  display: grid;
  gap: 12px;
  justify-items: end;
}

.flow-customer-card {
  display: grid;
  gap: 4px;
  min-width: 260px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #f0e3d9;
}

.flow-customer-card strong {
  font-size: 14px;
  color: #302d34;
}

.flow-customer-card span {
  color: var(--muted);
  font-size: 12px;
}

.flow-summary h2,
.logged-topbar h3 {
  margin: 0 0 4px;
  font-size: 16px;
}

.flow-summary p,
.logged-topbar p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.flow-chip,
.logged-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #f2dfd0;
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
}

.flow-card,
.logged-shell {
  padding: 18px;
}

.flow-progress-card {
  display: grid;
  gap: 16px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff 0%, #fffaf6 100%);
  border: 1px solid #f0e3d9;
  box-shadow: var(--shadow);
}

.flow-progress-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.flow-progress-head strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  color: #302d34;
}

.flow-progress-head span {
  color: var(--muted);
  font-size: 12px;
}

.flow-progress-meter {
  width: min(280px, 100%);
  height: 10px;
  border-radius: 999px;
  background: #f3e5d8;
  overflow: hidden;
}

.flow-progress-meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff6d1a 0%, #f04f12 100%);
}

.flow-steps-inline {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.flow-steps-inline .flow-step {
  min-height: 72px;
  text-align: left;
}

.flow-card-final {
  padding: 24px;
}

.flow-panel {
  display: none;
}

.flow-panel.is-active {
  display: block;
}

.flow-panel h3 {
  margin: 0 0 10px;
  font-size: 20px;
  letter-spacing: -0.03em;
}

.flow-panel p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.flow-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.flow-list li {
  padding: 12px 14px 12px 30px;
  position: relative;
  border-radius: 14px;
  border: 1px solid #efe3d8;
  background: #fff9f4;
  font-size: 12px;
  line-height: 1.6;
  color: #4f4b55;
}

.flow-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
}

.inline-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0;
}

.inline-badge {
  padding: 8px 10px;
  border-radius: 999px;
  background: #fff7f0;
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
}

.terms-box,
.plate-box {
  padding: 14px;
  border-radius: 16px;
  background: #fffaf6;
  border: 1px solid #f0e3d9;
  display: grid;
  gap: 10px;
  margin: 14px 0;
}

.checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px;
  font-size: 12px;
  color: #4f4b55;
}

.pay-options {
  display: flex;
  gap: 10px;
  margin: 18px 0;
}

.pay-option {
  position: relative;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid #eaded4;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(26, 17, 10, 0.03);
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.pay-option:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 90, 10, 0.24);
  box-shadow: 0 16px 30px rgba(255, 90, 10, 0.08);
}

.pay-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pay-option-marker {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1.5px solid #d7c6b8;
  background: #fff;
  box-shadow: inset 0 0 0 5px #fff;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.pay-option-copy {
  display: grid;
  gap: 4px;
}

.pay-option-label {
  color: #9b816d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pay-option.is-recommended {
  border-color: rgba(255, 90, 10, 0.34);
  background: linear-gradient(180deg, #fffaf6 0%, #fff3ea 100%);
  box-shadow: 0 18px 34px rgba(255, 90, 10, 0.1);
}

.pay-option.is-recommended .pay-option-marker {
  border-color: var(--orange);
  background: var(--orange);
  box-shadow: inset 0 0 0 5px #fff;
}

.pay-option strong {
  display: block;
  font-size: 14px;
  color: #2c2930;
}

.pay-option-copy span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.pay-option-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 106px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff6ef;
  color: #b55e2c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  border: 1px solid #f1dfd1;
}

.pay-option.is-recommended .pay-option-tag {
  background: linear-gradient(180deg, #ff7a2b 0%, var(--orange) 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 18px rgba(255, 90, 10, 0.18);
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0;
}

.summary-item {
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff9f4;
  border: 1px solid #efe2d8;
}

.summary-item small {
  display: block;
  color: #7a736f;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 5px;
}

.summary-item strong {
  font-size: 12px;
}

.plate-box {
  padding: 18px;
  background: linear-gradient(180deg, #fff8f2 0%, #fff2e8 100%);
}

.plate-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-top: 12px;
}

.plate-search input {
  height: 48px;
  border-radius: 12px;
  padding: 0 14px;
  font-size: 13px;
}

.tooltip-card {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #efe2d8;
  color: #4f4b55;
  font-size: 12px;
  line-height: 1.6;
}

.flow-actions {
  justify-content: flex-start;
  gap: 10px;
  margin-top: 18px;
  align-items: center;
}

.flow-actions > .btn-primary {
  margin-left: auto;
}

.create-user-action-alert {
  flex: 1;
  min-width: 0;
  padding: 10px 14px;
  border: 1px solid rgba(216, 79, 26, 0.28);
  border-radius: 12px;
  background: #fff6f1;
  color: #9f3f18;
  display: grid;
  gap: 2px;
}

.create-user-action-alert strong {
  font-size: 12px;
  line-height: 1.2;
}

.create-user-action-alert span {
  font-size: 11px;
  line-height: 1.45;
}

.create-user-payment-alert {
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(216, 79, 26, 0.34);
  border-radius: 16px;
  background: linear-gradient(180deg, #fff4ee 0%, #fff8f4 100%);
  color: #9f3f18;
  display: grid;
  gap: 4px;
  box-shadow: 0 12px 24px rgba(216, 79, 26, 0.08);
}

.create-user-payment-plan-summary {
  margin-bottom: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 90, 10, 0.2);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff9f4 0%, #fffdfb 100%);
  box-shadow: 0 12px 28px rgba(216, 79, 26, 0.08);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.create-user-payment-plan-summary-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.create-user-payment-plan-summary-copy small {
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b76c47;
}

.create-user-payment-plan-summary-copy strong {
  font-size: 24px;
  line-height: 1;
  color: #1d1a19;
}

.create-user-payment-plan-summary-copy span {
  font-size: 13px;
  line-height: 1.5;
  color: #6f5850;
}

.create-user-payment-plan-summary-price {
  min-width: 0;
  display: grid;
  gap: 4px;
  justify-items: end;
  text-align: right;
}

.create-user-payment-plan-summary-price-row {
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: #ff5a0a;
}

.create-user-payment-plan-summary-price-row strong {
  font-size: 32px;
  line-height: 0.95;
}

.create-user-payment-plan-summary-price-row span {
  font-size: 13px;
  font-weight: 700;
}

.create-user-payment-plan-summary-price small {
  font-size: 12px;
  line-height: 1.45;
  color: #8b644f;
}

@media (max-width: 640px) {
  .create-user-payment-plan-summary {
    grid-template-columns: 1fr;
    justify-items: start;
    text-align: left;
  }

  .create-user-payment-plan-summary-price {
    justify-items: start;
    text-align: left;
  }

  .create-user-payment-plan-summary-price-row strong {
    font-size: 28px;
  }
}

.create-user-payment-alert strong {
  font-size: 14px;
  line-height: 1.2;
}

.create-user-payment-alert span {
  font-size: 12px;
  line-height: 1.55;
}

.terms-modal-backdrop {
  z-index: 140;
}

.create-user-entry-backdrop {
  z-index: 150;
}

.create-user-entry-card {
  width: min(100%, 520px);
  max-height: calc(100vh - 40px);
  overflow: auto;
  display: grid;
  gap: 16px;
  box-sizing: border-box;
}

.create-user-missing-registration-section {
  display: grid;
  gap: 14px;
}

.create-user-missing-registration-card .form-grid {
  gap: 12px 14px;
}

.create-user-missing-registration-card .form-field {
  min-width: 0;
}

.create-user-missing-registration-card .form-field input,
.create-user-missing-registration-card .form-field select {
  width: 100%;
  min-width: 0;
}

.create-user-missing-registration-card .create-user-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.create-user-missing-registration-card .create-user-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.create-user-missing-registration-card .create-user-address-grid {
  grid-template-columns: minmax(0, 1.7fr) minmax(150px, 0.7fr);
}

@media (max-width: 760px) {
  .create-user-missing-registration-card .create-user-grid-2,
  .create-user-missing-registration-card .create-user-grid-3,
  .create-user-missing-registration-card .create-user-address-grid {
    grid-template-columns: 1fr;
  }
}

.create-user-entry-alert {
  padding: 12px 14px;
  border: 1px solid rgba(255, 90, 10, 0.22);
  border-radius: 14px;
  background: #fff7f1;
  color: #8e431a;
  display: grid;
  gap: 4px;
}

.create-user-entry-alert strong {
  font-size: 13px;
}

.create-user-entry-alert span {
  font-size: 12px;
  line-height: 1.55;
}

.create-user-entry-actions {
  justify-content: flex-end;
}

.create-user-loading-backdrop {
  z-index: 170;
  background: rgba(22, 21, 29, 0.4);
  backdrop-filter: blur(3px);
}

.create-user-loading-card {
  width: min(100%, 420px);
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.create-user-loading-card h3 {
  margin: 0;
  font-size: 20px;
  letter-spacing: -0.03em;
}

.create-user-loading-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.create-user-loading-spinner {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 4px solid rgba(255, 90, 10, 0.18);
  border-top-color: var(--orange);
  animation: create-user-spin 0.8s linear infinite;
}

.create-user-payment-status-backdrop {
  z-index: 168;
}

.create-user-alert-backdrop {
  z-index: 172;
}

.create-user-alert-card {
  width: min(100%, 520px);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  overflow-x: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: stretch;
  gap: 18px;
  text-align: center;
  box-sizing: border-box;
}

.create-user-alert-icon {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  justify-self: center;
  background: #fff1f1;
  color: #c34e14;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.create-user-alert-copy {
  display: grid;
  gap: 8px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.create-user-alert-copy h3 {
  margin: 0;
  font-size: 22px;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.create-user-alert-copy p {
  margin: 0;
  color: var(--ink);
  line-height: 1.65;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.create-user-alert-copy small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.create-user-alert-actions {
  justify-content: center;
}

.create-user-payment-status-card {
  width: min(100%, 520px);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  overflow-x: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: stretch;
  gap: 18px;
  text-align: center;
  box-sizing: border-box;
}

.create-user-payment-status-icon {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  justify-self: center;
}

.create-user-payment-status-icon.is-pending {
  background: #fff7f1;
  color: var(--orange);
}

.create-user-payment-status-icon.is-success {
  background: #eefaf1;
  color: #1f8f4c;
}

.create-user-payment-status-icon.is-error {
  background: #fff1f1;
  color: #c34e14;
}

.create-user-payment-status-icon strong {
  font-size: 28px;
  line-height: 1;
}

.create-user-payment-status-copy {
  display: grid;
  gap: 8px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.create-user-payment-status-copy h3 {
  margin: 0;
  font-size: 22px;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.create-user-payment-status-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.create-user-payment-status-copy small {
  color: #7a736f;
  font-size: 12px;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.create-user-payment-status-actions {
  justify-content: center;
}

.create-user-pix-backdrop {
  z-index: 165;
}

.create-user-pix-card {
  width: min(100%, 920px);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  overflow-x: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: stretch;
  gap: 18px;
  box-sizing: border-box;
}

.create-user-pix-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 18px;
  align-items: stretch;
}

.create-user-pix-qr,
.create-user-pix-copy,
.create-user-pix-status {
  min-width: 0;
  border-radius: 18px;
  border: 1px solid #efe2d8;
  background: #fffaf6;
}

.create-user-pix-qr {
  min-height: 320px;
  padding: 18px;
  display: grid;
  place-items: center;
}

.create-user-pix-qr img {
  display: block;
  width: min(100%, 260px);
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(44, 34, 22, 0.08);
}

.create-user-pix-qr-placeholder {
  color: #7a736f;
  font-size: 12px;
  text-align: center;
}

.create-user-pix-copy {
  padding: 18px;
  display: grid;
  gap: 12px;
  min-width: 0;
  overflow: hidden;
}

.create-user-pix-copy strong {
  color: var(--ink);
  font-size: 14px;
}

.create-user-pix-copy textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 190px;
  padding: 14px;
  border: 1px solid #e6dad1;
  border-radius: 14px;
  background: #fff;
  box-sizing: border-box;
  color: var(--text);
  font-size: 12px;
  line-height: 1.6;
  resize: none;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
}

.create-user-pix-copy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.create-user-pix-status {
  padding: 16px 18px;
  display: grid;
  gap: 4px;
}

.create-user-pix-status strong {
  color: #8e431a;
  font-size: 14px;
}

.create-user-pix-status span {
  color: #4f4b55;
  font-size: 12px;
  line-height: 1.6;
}

.create-user-pix-status small {
  color: #7a736f;
  font-size: 11px;
}

.create-user-pix-actions {
  display: none;
}

@keyframes create-user-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 900px) {
  .create-user-pix-qr {
    min-height: 260px;
  }

  .create-user-pix-copy textarea {
    min-height: 160px;
  }
}

.terms-modal-card {
  width: min(100%, 920px);
  max-height: calc(100dvh - 40px);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  gap: 16px;
  box-sizing: border-box;
}

.terms-modal-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  color: var(--muted);
}

.terms-modal-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff4eb;
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.terms-modal-content {
  min-height: 0;
  max-height: none;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  gap: 12px;
  line-height: 1.65;
  margin: 0;
}

.terms-modal-content strong {
  color: var(--ink);
  font-size: 14px;
}

.terms-modal-content span {
  color: #5c545f;
  font-size: 13px;
}

.terms-html {
  color: #3f3943;
  font-size: 14px;
  line-height: 1.72;
  overflow-wrap: anywhere;
}

.terms-html h1,
.terms-html h2,
.terms-html h3,
.terms-html h4 {
  margin: 0 0 12px;
  color: #1f1b24;
  line-height: 1.25;
}

.terms-html p,
.terms-html div,
.terms-html li {
  font-size: 14px;
  line-height: 1.72;
}

.terms-html *,
.terms-html img,
.terms-html table,
.terms-html iframe {
  max-width: 100%;
  box-sizing: border-box;
}

.terms-html p,
.terms-html ul,
.terms-html ol {
  margin: 0 0 12px;
}

.terms-html table {
  display: block;
  overflow-x: auto;
}

.terms-html img {
  max-width: 100%;
  height: auto;
}

.terms-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.terms-modal-footer {
  display: grid;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid #f0e3d9;
  background: #fff;
}

.terms-modal-checkbox {
  margin-top: 0;
}

.home-legal-card {
  width: min(100%, 960px);
  max-height: calc(100dvh - 40px);
  overflow: hidden;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 16px;
}

.home-legal-content {
  min-height: 0;
  max-height: none;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding-right: 4px;
}

.home-legal-loading {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.hidden {
  display: none !important;
}

.page-title {
  margin-bottom: 18px;
}

.logged-shell {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 16px;
  border: 1px solid #ece1d8;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.logged-sidebar {
  padding: 12px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff7f0 0%, #fff1e7 100%);
  border: 1px solid #f2e2d4;
}

.logged-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.logged-brand-badge {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(180deg, #ff6a1d 0%, var(--orange) 100%);
  color: #fff;
  font-size: 18px;
  box-shadow: 0 12px 20px rgba(255, 90, 10, 0.18);
}

.logged-brand-copy strong {
  display: block;
  font-size: 14px;
}

.logged-brand-copy span {
  color: var(--muted);
  font-size: 11px;
}

.logged-nav {
  margin-bottom: 18px;
}

.logged-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #efdfd2;
  font-size: 12px;
  font-weight: 600;
  color: #4d4a53;
  cursor: default;
}

.logged-nav-item.is-active {
  color: var(--orange);
  border-color: rgba(255, 90, 10, 0.25);
  box-shadow: 0 10px 18px rgba(255, 90, 10, 0.08);
}

.logged-nav-item.is-plus-active {
  color: var(--orange);
  border-color: rgba(255, 90, 10, 0.25);
  background: #fff8f2;
}

.logged-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.28fr) minmax(0, 0.9fr);
  gap: 14px;
  align-items: start;
}

.logged-card {
  padding: 16px;
  border-radius: 18px;
}

.logged-inline-alert {
  width: min(100%, 1325px);
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid rgba(195, 78, 20, 0.22);
  background: linear-gradient(180deg, #fff7f1 0%, #fffdfb 100%);
}

.logged-inline-alert-copy {
  display: grid;
  gap: 4px;
}

.logged-inline-alert-copy h4 {
  margin: 0;
  color: #9f3f18;
}

.logged-inline-alert-copy p {
  margin: 0;
  color: #6d625e;
  font-size: 12px;
  line-height: 1.55;
}

.logged-card h4 {
  margin: 0 0 12px;
  font-size: 15px;
  letter-spacing: -0.02em;
}

.logged-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.logged-list li {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff9f4;
  border: 1px solid #f2e4d8;
  font-size: 12px;
}

.logged-label {
  color: #746d68;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.logged-value {
  color: var(--text);
  font-weight: 700;
  text-align: right;
  overflow-wrap: anywhere;
}

.logged-inline-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--orange);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.logged-inline-button:hover {
  text-decoration: underline;
}

.logged-user-row {
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #f0e4d9;
  background: #fff;
}

.logged-user-row.is-plus-user {
  border-color: rgba(255, 90, 10, 0.28);
  background: linear-gradient(180deg, #fffaf6 0%, #fff 100%);
  box-shadow: 0 12px 20px rgba(255, 90, 10, 0.06);
}

.logged-user-name {
  display: grid;
  gap: 3px;
  font-size: 12px;
}

.logged-user-name span {
  color: var(--muted);
  font-size: 11px;
}

.logged-user-plus-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  background: #fff1e7;
  color: var(--orange);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.logged-user-actions,
.modal-actions {
  display: flex;
  gap: 8px;
}

.modal-actions-centered {
  justify-content: center;
}

.logged-action,
.modal-close {
  height: 30px;
  padding: 0 10px;
  border-radius: 10px;
  border: 1px solid #eedfd2;
  background: #fff8f2;
  color: #5b5650;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.logged-action-primary {
  border-color: rgba(255, 90, 10, 0.22);
  color: var(--orange);
  background: #fff;
}

.logged-action-disabled-cursor {
    cursor: default;
}
.logged-action-disabled,
.logged-action:disabled {
    cursor: default;
    opacity: 0.55;
    background: #f3f4f6;
    color: #8a8f98;
    border-color: #e4e7ec;
}

.logged-payment-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: #effaf2;
  color: #23854a;
  font-size: 11px;
  font-weight: 700;
}
    .logged-payment-status.is-active {
        background: #effaf2;
        color: #23854a;
    }

    .logged-payment-status.is-inactive {
        background: #fff0f0;
        color: #b42318;
    }

    .logged-payment-status.is-pending {
        background: #fff7e6;
        color: #b45f06;
    }

    .logged-payment-status.is-unlinked {
        background: #f3f4f6;
        color: #667085;
    }

    .logged-payment-status.is-unavailable {
        background: #f4f4f5;
        color: #52525b;
    }

.billing-shell {
  display: grid;
  gap: 16px;
  padding: 0 24px 24px;
}

.billing-hero {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.billing-hero h2,
.billing-main-card h3,
.billing-side-card h3,
.billing-request-block h4 {
  margin: 0;
}

.billing-hero p,
.billing-section-head p,
.billing-helper,
.billing-side-note p {
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.billing-kicker {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff4eb;
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.billing-hero-status {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-width: min(100%, 340px);
}

.billing-stat {
  padding: 14px;
  border: 1px solid #efdfd2;
  border-radius: 16px;
  background: #fff;
}

.billing-stat small,
.billing-card-preview small {
  display: block;
  color: #746d68;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.billing-stat strong,
.billing-card-preview strong {
  display: block;
  margin-top: 6px;
  font-size: 16px;
}

.billing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.75fr);
  gap: 16px;
  align-items: start;
}

.billing-cancellation-reason {
  display: grid;
  gap: 8px;
}

.billing-cancellation-modal-card {
  width: min(100%, 540px);
  padding: 22px 22px 20px;
}

.billing-cancellation-actions {
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.billing-cancellation-actions .btn {
  min-width: 170px;
}

.billing-cancellation-reason label {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
}

.billing-cancellation-reason-input {
  width: 100%;
  min-height: 108px;
  resize: vertical;
  padding: 12px 14px;
  border: 1px solid #efdfd2;
  border-radius: 18px;
  background: #fff;
  color: var(--text);
  font: inherit;
  line-height: 1.5;
}

.billing-cancellation-reason-input:focus {
  outline: none;
  border-color: #ff8a4c;
  box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.12);
}

.billing-plan-grid {
  justify-content: center;
}

.billing-content-stack {
  display: grid;
  gap: 16px;
}

.billing-main-card,
.billing-side-card {
  display: grid;
  gap: 18px;
}

.billing-change-overview-card,
.billing-plan-action-card {
  background: linear-gradient(180deg, #fffdfb 0%, #fff8f3 100%);
  border-color: #efe3d8;
}

.billing-change-overview-card h3,
.billing-plan-action-card h3 {
  font-size: 22px;
  letter-spacing: -0.02em;
}

.billing-current-plan-card {
  border: 1px solid rgba(245, 82, 0, 0.22);
  background: linear-gradient(180deg, #fff9f4 0%, #fff2e8 100%);
  box-shadow: 0 18px 34px rgba(245, 82, 0, 0.08);
}

.billing-current-plan-card h3 {
  font-size: 30px;
  letter-spacing: -0.04em;
}

.billing-side-card {
  position: sticky;
  top: 20px;
}

.billing-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.billing-action-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.billing-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.billing-plan-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid #efdfd2;
  border-radius: 18px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.billing-plan-card:hover:not(:disabled) {
  transform: translateY(-2px);
  border-color: rgba(255, 90, 10, 0.28);
  box-shadow: 0 14px 24px rgba(255, 90, 10, 0.08);
}

.billing-plan-card:disabled {
  cursor: default;
}

.billing-plan-card.is-current {
  border-color: rgba(255, 90, 10, 0.3);
  background: linear-gradient(180deg, #fff7f1 0%, #fff 100%);
  box-shadow: 0 16px 30px rgba(255, 90, 10, 0.08);
}

.billing-plan-card.is-selected:not(.is-current) {
  border-color: rgba(255, 90, 10, 0.35);
  background: #fffaf6;
  box-shadow: 0 14px 24px rgba(255, 90, 10, 0.08);
}

.billing-plan-card-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.billing-plan-card-top strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}

.billing-plan-card-top span,
.billing-plan-meta,
.billing-selected-plan span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.billing-plan-badge {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 90, 10, 0.1);
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.billing-plan-price {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--text);
}

.billing-selected-plan {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid #efdfd2;
  background: #fff;
}

.billing-selected-plan small {
  display: block;
  margin-bottom: 6px;
  color: #746d68;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.billing-selected-plan strong {
  display: block;
  margin-bottom: 4px;
}

.billing-action-tile,
.billing-plan-option {
  border: 1px solid #efdfd2;
  border-radius: 16px;
  background: #fff;
  padding: 14px;
  text-align: left;
  cursor: pointer;
}

.billing-action-tile strong,
.billing-plan-option strong {
  display: block;
}

.billing-action-tile span,
.billing-plan-option span,
.billing-plan-option small,
.billing-card-preview span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.billing-action-tile.is-active,
.billing-plan-option.is-selected {
  border-color: rgba(255, 90, 10, 0.32);
  box-shadow: 0 14px 24px rgba(255, 90, 10, 0.08);
  background: #fffaf6;
}

.billing-request-block {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid #f0e4d9;
  background: #fffaf6;
}

.billing-side-note {
  padding-top: 2px;
  border-top: 1px solid #f0e4d9;
}

.billing-upload-list,
.billing-plan-list {
  display: grid;
  gap: 10px;
}

.billing-upload-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #efdfd2;
}

.billing-plan-option {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
}

.billing-plan-option input {
  margin: 0;
}

.billing-card-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.billing-textarea {
  min-height: 108px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid #e7d9cb;
  background: #fff;
  resize: vertical;
  font: inherit;
  color: var(--text);
}

.billing-checkbox-row {
  margin: 0;
}

.billing-card-preview {
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, #201510 0%, #4f2e1d 100%);
  color: #fff;
}

.billing-card-preview span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.76);
}

.billing-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.billing-success {
  margin: 0;
  padding: 12px 14px;
  border-radius: 14px;
  background: #effaf2;
  color: #23854a;
  font-size: 13px;
  font-weight: 700;
}

.billing-side-note {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #efdfd2;
  background: #fffaf4;
}

.billing-cancel-card {
  display: grid;
  gap: 16px;
}

.billing-request-block-danger {
  border-color: rgba(195, 78, 20, 0.22);
  background: #fff8f5;
}

.billing-danger-button {
  border-color: rgba(195, 78, 20, 0.28);
  background: #c34e14;
}

.billing-danger-button:hover {
  background: #ac4310;
}

.loading-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.loading-indicator.is-overlay {
  position: fixed;
  inset: 0;
  padding: 20px;
  background: rgba(20, 14, 10, 0.36);
  z-index: 160;
}

.loading-indicator-card {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 16px;
  border: 1px solid #efdfd2;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 30px rgba(26, 17, 10, 0.12);
}

.loading-indicator-spinner {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(255, 90, 10, 0.18);
  border-top-color: var(--orange);
  animation: loading-spin .8s linear infinite;
}

.loading-indicator-text {
  color: #4f4b55;
  font-size: 12px;
  font-weight: 700;
}

@keyframes loading-spin {
  to {
    transform: rotate(360deg);
  }
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: auto;
  background: rgba(20, 14, 10, 0.45);
  z-index: 100;
}

.modal-backdrop.is-open {
  display: flex;
}

.modal-card {
  width: min(100%, 460px);
  padding: 18px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 22px 40px rgba(18, 14, 10, 0.2);
}

.modal-card.create-user-missing-registration-card {
  width: min(100%, 860px);
  max-width: 860px;
  max-height: calc(100vh - 40px);
  overflow-x: hidden;
  overflow-y: auto;
  display: grid;
  gap: 16px;
  box-sizing: border-box;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.modal-header h3 {
  margin: 0 0 6px;
  font-size: 18px;
  letter-spacing: -0.03em;
}

.modal-header p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.home-enterprise-card {
  width: min(100%, 560px);
}

.enterprise-contact-form {
  display: grid;
  gap: 14px;
}

.enterprise-contact-field-full {
  grid-column: 1 / -1;
}

.home-enterprise-success {
  padding: 12px 14px;
  border: 1px solid rgba(41, 122, 71, 0.2);
  border-radius: 14px;
  background: #f3fbf5;
  color: #25613d;
  display: grid;
  gap: 4px;
}

.home-enterprise-success strong {
  font-size: 13px;
}

.home-enterprise-success span {
  font-size: 12px;
  line-height: 1.55;
}

.shell,
.content-shell {
  width: min(100%, 1200px);
  margin: 0 auto;
}

body,
nav,
button,
input,
select,
label,
p,
.eyebrow,
.section-label,
.btn {
  font-family: "Plus Jakarta Sans", sans-serif;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
}

h1,
h2,
h3,
.plan-card h3,
.metrics-band strong,
.final-cta-copy h2,
.signup-form-card h3,
.benefits-copy h2,
.price-row strong,
.price-row-custom strong.custom-price,
.pricing-addon-price strong {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.page-shell {
  padding: 0 0 40px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 76px;
  padding: 0 40px;
  gap: 24px;
  background: rgba(250, 248, 245, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(20, 10, 4, 0.04);
}

.brand-logo {
  width: 148px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
}

.site-nav a:hover {
  color: var(--orange);
}

.header-actions {
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1.5px solid transparent;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  letter-spacing: 0.01em;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-sm {
  height: 40px;
  padding: 0 18px;
  font-size: 13px;
}

.btn-md {
  height: 48px;
  padding: 0 24px;
  font-size: 15px;
}

.btn-lg,
.btn-large {
  height: 58px;
  min-width: 214px;
  padding: 0 32px;
  font-size: 16px;
}

.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--line);
}

.btn-ghost:hover {
  background: #fff;
  border-color: rgba(245, 82, 0, 0.3);
  color: var(--orange);
}

.btn-primary,
.btn-header-primary,
.btn-referral {
  background: #f55200;
  color: #fff;
  box-shadow: 0 8px 24px rgba(245, 82, 0, 0.28);
}

.btn-primary:hover,
.btn-header-primary:hover,
.btn-referral:hover {
  background: #d94800;
  box-shadow: 0 14px 32px rgba(245, 82, 0, 0.36);
}

.btn-outline,
.btn-light,
.btn-header-light {
  background: #fff;
  color: var(--orange);
  border-color: rgba(245, 82, 0, 0.5);
}

.btn-card {
  width: 100%;
  height: 48px;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--orange);
  background: #fff;
  border-color: rgba(245, 82, 0, 0.5);
}

.btn-card-ghost {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.85rem;
}

.btn-card-primary {
  background: linear-gradient(180deg, #ff6a1d 0%, var(--orange) 100%);
  color: #fff;
  border: none;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(255, 90, 10, 0.22);
}

.btn-card-primary:hover {
  opacity: 0.9;
}

.btn-form {
  width: 100%;
  height: 52px;
  font-size: 15px;
}

.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 540px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 76px 40px 56px;
}

.hero-copy {
  padding-top: 24px;
}

.hero-copy h1 {
  margin: 0 0 24px;
  font-size: 96px;
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.hero-copy .lead {
  max-width: 440px;
  margin: 0 0 36px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--muted);
}

.hero-actions {
  gap: 14px;
}

.social-proof {
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.proof-copy p {
  font-size: 14px;
  color: var(--text);
}

.hero-visual {
  min-height: 720px;
}

.hero-background {
  top: 24px;
  right: 12px;
  width: 820px;
}

.hero-devices {
  top: 192px;
  right: -74px;
  width: 760px;
}

.hero-video-callout {
  left: 350px;
  right: 24px;
  bottom: 72px;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 8px;
}

.metrics-band {
  width: min(100% - 80px, 1200px);
  margin: -18px auto 0;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 18px 44px rgba(32, 18, 8, 0.08);
}

.metrics-band article {
  padding: 36px 24px;
  text-align: center;
}

.metrics-band strong {
  display: block;
  margin-bottom: 6px;
  font-size: 44px;
  font-weight: 900;
  color: var(--orange);
  letter-spacing: 0.01em;
}

.metrics-band span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

.section {
  padding: 100px 40px;
}

.section-sm {
  padding: 70px 40px;
}

.section-heading {
  margin-bottom: 56px;
}

.section-label {
  margin-bottom: 16px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: 62px;
  font-weight: 900;
  line-height: 0.97;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.section-heading h2 span,
.benefits-copy h2 span,
.final-cta-copy h2 span,
.signup-copy h2 span {
  color: var(--orange);
}

.section-heading p,
.faq-intro,
.signup-copy p {
  max-width: 560px;
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--muted);
}

.features-grid,
.testimonials-grid {
  gap: 24px;
  margin-top: 0;
}

.feature-card {
  min-height: 0;
  padding: 32px 28px 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(20, 10, 4, 0.08);
  border-color: rgba(245, 82, 0, 0.2);
}

.feature-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  border-radius: 16px;
}

.feature-card h3 {
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
}

.feature-gain {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--orange);
}

.feature-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
}

.testimonials-section {
  margin-top: 0;
}

.testimonial-real {
  padding: 28px;
  border-radius: 24px;
}

.testimonial-real-head {
  margin-bottom: 18px;
}

.testimonial-real-head strong {
  font-size: 16px;
}

.testimonial-real-head span {
  font-size: 13px;
}

.testimonial-stars {
  margin-bottom: 14px;
  color: #f5a623;
  font-size: 14px;
  letter-spacing: 0.12em;
}

.testimonial-real p {
  font-size: 15px;
  line-height: 1.75;
}

.pricing-section {
  padding-top: 100px;
}

.pricing-heading-row {
  align-items: flex-end;
  gap: 28px;
  margin-bottom: 32px;
}

.billing-toggle {
  padding-top: 0;
}

.plan-card {
  min-height: 460px;
  padding: 28px 24px 24px;
  border-radius: 24px;
}

.plan-card.featured {
  border: 2px solid var(--orange);
  box-shadow: 0 0 0 4px rgba(245, 82, 0, 0.12);
}

.plan-card--demo {
  opacity: 0.65;
}

.featured-badge {
  top: -13px;
  padding: 4px 14px;
  height: auto;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.plan-card h3 {
  margin-bottom: 6px;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
}

.plan-card--demo h3 {
  font-size: 1rem;
  color: var(--muted);
}

.plan-card > p {
  margin: 8px 0 18px;
  font-size: 14px;
}

.currency {
  margin-top: 8px;
  align-self: flex-start;
  font-size: 18px;
  font-weight: 700;
  color: var(--muted);
}

.price-row strong {
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
  color: var(--text);
}

.price-row-custom strong.custom-price {
  font-size: 36px;
  font-weight: 900;
  color: var(--text);
}

.pricing-addon-price strong {
  display: block;
  font-size: 28px;
  font-weight: 900;
  color: var(--orange);
  letter-spacing: 0.02em;
}

.benefits-section {
  margin-top: 0;
  padding: 100px 40px;
  border-radius: 32px;
}

.benefits-layout {
  grid-template-columns: 1.15fr 360px;
  gap: 28px;
}

.benefits-copy h2 {
  max-width: 560px;
  margin-bottom: 40px;
  font-size: 58px;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0.01em;
  color: #fff;
  text-shadow: 0 4px 18px rgba(120, 38, 0, 0.18);
}

.benefits-copy h2 span {
  color: #fff3ea;
  text-shadow: 0 4px 18px rgba(120, 38, 0, 0.28);
}

.benefits-copy .section-label {
  color: #ffd1b2;
}

.benefits-grid {
  gap: 18px;
  margin-top: 0;
}

.benefits-grid strong {
  font-size: 18px;
}

.benefits-grid p {
  font-size: 14px;
  line-height: 1.7;
}

.testimonial-card-inner {
    min-height: 245px;
    height: auto;
    padding: 28px 24px;
    border-radius: 24px;
}

.testimonial-card-inner p {
  margin: 10px 0 16px;
  font-size: 14px;
  line-height: 1.75;
}

.testimonial-card-inner strong,
.testimonial-card-inner span {
  font-size: 13px;
}

.signup-section {
  margin-top: 0;
  grid-template-columns: 340px 1fr 380px;
  gap: 24px;
  padding: 70px 40px 0;
  border-radius: 28px;
}

.signup-copy h2 {
  margin-bottom: 20px;
  font-size: 64px;
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.signup-copy h2 span {
  color: #ffaa6e;
}

.signup-visual {
  min-height: 320px;
}

.signup-visual img {
  width: 420px;
}

.signup-form-card {
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 24px;
}

.signup-form-card h3 {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
}

.faq-list {
  gap: 16px;
  margin-top: 0;
}

.faq-item {
  border-radius: 20px;
}

.faq-item summary {
  padding: 22px 28px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: color 0.2s;
}

.faq-item summary::after {
  content: "↓";
  position: static;
  color: var(--orange);
  font-size: 16px;
  font-weight: 400;
  flex-shrink: 0;
  transition: transform 0.2s;
}

.faq-item[open] summary {
  color: var(--orange);
}

.faq-item[open] summary::after {
  transform: rotate(180deg);
}

.faq-answer {
    padding: 18px 28px 22px;
    font-size: 14px;
    line-height: 1.7;
    color: var(--muted);
    border-top: 1px solid var(--line);
}

.final-cta {
  margin-top: 32px;
  min-height: 240px;
  padding: 40px 300px 40px 40px;
}

.final-cta-copy h2 {
  margin-bottom: 16px;
  font-size: 60px;
  font-weight: 900;
  line-height: 0.93;
  letter-spacing: 0.01em;
  color: #fff;
  text-shadow: 0 4px 18px rgba(120, 38, 0, 0.18);
}

.final-cta-copy h2 span {
  color: #fff3ea;
  text-shadow: 0 4px 18px rgba(120, 38, 0, 0.28);
}

.final-cta-copy p {
  max-width: 560px;
  font-size: 16px;
  line-height: 1.7;
}

@media (max-width: 1100px) {
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefits-layout,
  .signup-section {
    grid-template-columns: 1fr;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .modal-backdrop {
    padding: 12px;
  }

  .page-shell,
  .login-page,
  .area-page,
  .flow-page {
    padding: 18px 16px 24px;
  }

  .site-header,
  .content-shell,
  .site-footer-inner,
  .topbar,
  .page-title,
  .logged-shell,
  .login-layout,
  .flow-shell,
  .flow-shell-final {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
  }

  .site-header,
  .site-nav,
  .header-actions,
  .hero-actions,
  .pricing-heading-row,
  .pricing-bottom,
  .final-cta-actions,
  .footer-top,
  .footer-bottom,
  .footer-legal,
  .signup-actions,
  .topbar,
  .topbar-actions,
  .flow-summary,
  .flow-summary-final,
  .flow-progress-head,
  .flow-actions,
  .logged-topbar,
  .logged-user-row {
    flex-direction: column;
    align-items: stretch;
  }

  .flow-actions > .btn-primary {
    margin-left: 0;
  }

  .hero,
  .features-grid,
  .metrics-band,
  .benefits-grid,
  .final-cta,
  .testimonials-grid,
  .flow-shell,
  .flow-steps-inline,
  .summary-grid,
  .plate-search,
  .logged-shell,
  .logged-grid,
  .billing-layout,
  .login-layout {
    grid-template-columns: 1fr;
  }

  .pricing-section .pricing-grid,
  .features-grid,
  .testimonials-grid,
  .create-user-plan-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 6px 16px 10px;
    margin: 0 -16px;
    scroll-padding-inline: 16px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .pricing-carousel-shell {
    position: relative;
    padding: 10px 0 34px;
    overflow: visible;
  }

  .pricing-carousel-shell::before,
  .pricing-carousel-shell::after {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 44px;
    width: 20px;
    pointer-events: none;
    z-index: 2;
  }

  .pricing-carousel-shell::before {
    left: 0;
    background: linear-gradient(90deg, rgba(252, 247, 242, 0.98) 0%, rgba(252, 247, 242, 0) 100%);
  }

  .pricing-carousel-shell::after {
    right: 0;
    background: linear-gradient(270deg, rgba(252, 247, 242, 0.98) 0%, rgba(252, 247, 242, 0) 100%);
  }

  .create-user-plan-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    overflow: visible;
    padding: 0;
    margin: 0;
    scroll-padding-inline: 0;
  }

  .pricing-section .pricing-grid::-webkit-scrollbar,
  .features-grid::-webkit-scrollbar,
  .testimonials-grid::-webkit-scrollbar,
  .create-user-plan-grid::-webkit-scrollbar {
    display: none;
  }

  .pricing-section .pricing-grid .plan-card,
  .features-grid .feature-card,
  .testimonials-grid .testimonial-real,
  .create-user-plan-grid .plan-card {
    flex: 0 0 min(80vw, 300px);
    min-width: min(80vw, 300px);
    scroll-snap-align: center;
  }

  .pricing-section .pricing-grid {
    --pricing-carousel-card-width: min(80vw, 300px);
    --pricing-carousel-gap: 14px;
    gap: var(--pricing-carousel-gap);
    padding: 20px 0 28px;
    margin: 0;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 50%;
    overflow-y: visible;
  }

  .pricing-section .pricing-grid::before,
  .pricing-section .pricing-grid::after {
    content: "";
    flex: 0 0 max(18px, calc((100% - var(--pricing-carousel-card-width)) / 2));
  }

  .pricing-section .pricing-grid .plan-card {
    position: relative;
    z-index: 1;
    overflow: visible;
    transform-origin: center center;
    opacity: 0.72;
    transition:
      transform 0.36s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.28s ease,
      box-shadow 0.36s ease;
    box-shadow:
      0 16px 30px rgba(37, 17, 6, 0.1),
      0 6px 14px rgba(255, 90, 10, 0.05);
    transform: translateX(0) scale(0.92);
  }

  .pricing-section .pricing-grid .plan-card::before {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: -14px;
    height: 20px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(49, 23, 8, 0.18) 0%, rgba(49, 23, 8, 0) 72%);
    opacity: 0.42;
    transition: opacity 0.3s ease, transform 0.36s ease;
    z-index: -1;
  }

  .pricing-section .pricing-grid .plan-card.is-prev {
    transform: translateX(10px) scale(0.95);
    opacity: 0.86;
  }

  .pricing-section .pricing-grid .plan-card.is-next {
    transform: translateX(-10px) scale(0.95);
    opacity: 0.86;
  }

  .pricing-section .pricing-grid .plan-card.is-far {
    transform: scale(0.9);
    opacity: 0.56;
  }

  .pricing-section .pricing-grid .plan-card.is-active {
    z-index: 3;
    opacity: 1;
    transform: translateY(-6px) scale(1.01);
    box-shadow:
      0 24px 44px rgba(37, 17, 6, 0.14),
      0 10px 24px rgba(255, 90, 10, 0.12);
  }

  .pricing-section .pricing-grid .plan-card.is-active::before {
    opacity: 0.62;
    transform: scaleX(1.05);
  }

  .pricing-carousel-shell.is-mounted .pricing-grid .plan-card {
    animation: pricing-card-settle 0.45s ease both;
  }

  .pricing-carousel-shell.is-mounted .pricing-grid .plan-card:nth-of-type(2) {
    animation-delay: 0.04s;
  }

  .pricing-carousel-shell.is-mounted .pricing-grid .plan-card:nth-of-type(3) {
    animation-delay: 0.08s;
  }

  .pricing-carousel-shell.is-mounted .pricing-grid .plan-card:nth-of-type(4) {
    animation-delay: 0.12s;
  }

  .pricing-carousel-arrow,
  .pricing-carousel-dots {
    display: none;
  }

  .pricing-carousel-shell.is-mobile-carousel .pricing-carousel-arrow {
    display: inline-flex;
    position: absolute;
    top: calc(50% - 34px);
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 90, 10, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 18px rgba(37, 17, 6, 0.08);
    color: var(--orange);
    z-index: 4;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .pricing-carousel-shell.is-mobile-carousel .pricing-carousel-arrow span {
    font-size: 22px;
    line-height: 1;
    transform: translateY(-1px);
  }

  .pricing-carousel-shell.is-mobile-carousel .pricing-carousel-arrow-prev {
    left: 2px;
  }

  .pricing-carousel-shell.is-mobile-carousel .pricing-carousel-arrow-next {
    right: 2px;
  }

  .pricing-carousel-shell.is-mobile-carousel .pricing-carousel-arrow:disabled {
    opacity: 0.35;
  }

  .pricing-carousel-shell.is-mobile-carousel .pricing-carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
  }

  .pricing-carousel-dot {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 90, 10, 0.22);
    transition: width 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
  }

  .pricing-carousel-dot.is-active {
    width: 22px;
    background: var(--orange);
    transform: scale(1.02);
  }

  .create-user-plan-grid .plan-card {
    flex: initial;
    min-width: 0;
    width: 100%;
  }

  .billing-side-card,
  .billing-overview-grid {
    position: static;
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 96px;
    padding-left: 16px;
  }

  .hero-visual {
    display: none;
  }

  .hero-video-callout {
    left: 20px;
    right: 16px;
    bottom: 24px;
    grid-template-columns: 54px 1fr;
  }

  .callout-arrow,
  .metrics-band article:not(:last-child)::after {
    display: none;
  }

  .section-block,
  .site-footer,
  .testimonials-section,
  .faq-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .metrics-band,
  .benefits-section,
  .signup-section {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
  }

  .pricing-addon,
  .pricing-addon.has-selector {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .pricing-addon.has-selector {
    grid-template-columns: 54px minmax(0, 1fr);
    grid-template-areas:
      "icon copy"
      "control control"
      "price price";
    align-items: start;
  }

  .pricing-addon-copy,
  .pricing-addon-copy strong,
  .pricing-addon-copy p,
  .pricing-addon-copy .pricing-addon-detail {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .pricing-addon.has-selector .pricing-addon-icon {
    grid-area: icon;
  }

  .pricing-addon.has-selector .pricing-addon-copy {
    grid-area: copy;
  }

  .pricing-addon.has-selector .pricing-addon-control {
    grid-area: control;
    max-width: none;
    width: 100%;
  }

  .pricing-addon-price {
    text-align: left;
    white-space: normal;
  }

  .pricing-addon.has-selector .pricing-addon-price {
    grid-area: price;
    align-self: start;
  }

  .create-user-grid-2,
  .create-user-grid-3,
  .create-user-grid-4,
  .create-user-address-grid,
  .create-user-steps {
    grid-template-columns: 1fr;
  }

  .flow-card-final {
    padding: 18px;
  }

  .create-user-billing-toggle {
    justify-content: center;
  }

  .create-user-plan-grid .plan-card {
    min-height: 0;
    padding: 18px 16px 16px;
  }

  .create-user-plan-grid .plan-card h3 {
    font-size: 28px;
  }

  .create-user-plan-grid .price-row {
    flex-wrap: wrap;
    row-gap: 4px;
    min-height: 0;
  }

  .create-user-plan-grid .price-row strong {
    font-size: 34px;
  }

  .create-user-plan-grid .price-secondary,
  .create-user-plan-grid .price-savings {
    min-height: 0;
  }

  .create-user-plus-panel {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .create-user-plus-visual {
    order: 2;
  }

  .create-user-plus-visual img {
    max-width: 220px;
  }

  .create-user-plus-benefits {
    grid-template-columns: 1fr;
  }

  .pay-options {
    flex-direction: column;
  }

  .pay-option {
    grid-template-columns: 22px minmax(0, 1fr) auto;
  }

.create-user-entry-card,
.create-user-missing-registration-card,
.create-user-alert-card,
.create-user-payment-status-card,
.create-user-pix-card,
.terms-modal-card,
.home-legal-card {
  width: min(100%, calc(100vw - 24px));
  padding: 16px;
  border-radius: 18px;
}

  .terms-modal-progress {
    flex-direction: column;
    align-items: flex-start;
  }

  .terms-modal-content {
    max-height: none;
  }

  .create-user-pix-qr {
    min-height: 220px;
  }

  .create-user-pix-copy textarea {
    min-height: 140px;
  }

  .flow-summary-side {
    justify-items: stretch;
  }

  .benefits-grid article {
    border-left: 0;
    padding-left: 0;
  }

  .billing-hero,
  .billing-hero-status,
  .billing-action-grid,
  .billing-plan-grid,
  .billing-card-form {
    grid-template-columns: 1fr;
  }

  .billing-plan-option {
    grid-template-columns: 1fr;
  }

  .billing-actions {
    flex-direction: column;
  }

  .final-cta {
    padding: 24px 20px 180px;
  }
    .testimonial-card-inner {
        min-height: 0;
    }
}

@media (max-width: 980px) {
  .site-header {
    height: auto;
    padding: 14px 16px;
    align-items: center;
    flex-wrap: wrap;
  }
    .login-side {
        display: none;
    }

  .site-nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 16px;
    flex-direction: row;
    font-size: 13px;
  }

  .header-actions {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-left: auto;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 132px 16px 32px;
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero-store-links {
    max-width: 100%;
  }

  .hero-copy h1 {
    font-size: 72px;
  }

  .hero-actions,
  .pricing-heading-row,
  .final-cta-actions,
  .signup-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-visual {
    min-height: 620px;
  }

  .hero-background {
    top: 0;
    right: -10px;
    width: calc(100% + 40px);
  }

  .hero-devices {
    top: 230px;
    right: -30px;
    width: calc(100% + 60px);
  }

  .hero-video-callout {
    left: 16px;
    right: 16px;
    bottom: 20px;
  }

  .metrics-band {
    width: auto;
    margin: 0 16px;
  }

  .section,
  .section-sm,
  .benefits-section,
  .signup-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-heading h2,
  .benefits-copy h2,
  .signup-copy h2,
  .final-cta-copy h2 {
    font-size: 44px;
  }

  .benefits-layout,
  .signup-section,
  .pricing-grid,
  .benefits-grid,
  .features-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .benefits-grid article {
    border-left: 0;
    padding-left: 0;
  }

  .signup-visual {
    min-height: 220px;
  }

  .signup-visual img {
    width: min(100%, 340px);
  }

  .final-cta {
    grid-template-columns: 1fr;
    padding: 28px 20px 170px;
  }

  .final-cta .content-shell {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

@media (max-width: 640px) {
  .flow-card-final {
    padding: 16px;
  }

  .create-user-billing-toggle {
    gap: 8px;
  }

  .pricing-section .pricing-grid,
  .features-grid,
  .testimonials-grid,
  .create-user-plan-grid {
    gap: 12px;
  }

  .pricing-section .pricing-grid .plan-card,
  .features-grid .feature-card,
  .testimonials-grid .testimonial-real,
  .create-user-plan-grid .plan-card {
    flex-basis: min(82vw, 286px);
    min-width: min(82vw, 286px);
  }

  .pricing-section .pricing-grid::before,
  .pricing-section .pricing-grid::after {
    flex-basis: max(16px, calc((100% - min(82vw, 286px)) / 2));
  }

  .pricing-carousel-shell::before,
  .pricing-carousel-shell::after {
    width: 16px;
  }

  .pricing-section .pricing-grid .plan-card::before {
    left: 12px;
    right: 12px;
  }

  .pricing-carousel-shell.is-mobile-carousel .pricing-carousel-arrow {
    width: 30px;
    height: 30px;
    top: calc(50% - 28px);
  }

  .pricing-carousel-shell.is-mobile-carousel .pricing-carousel-arrow span {
    font-size: 19px;
  }

  .create-user-plan-grid .plan-card {
    flex-basis: auto;
    padding: 16px 14px 14px;
    border-radius: 18px;
  }

  .create-user-plan-grid .plan-card h3 {
    font-size: 24px;
  }

  .create-user-plan-grid .price-row strong {
    font-size: 30px;
  }

  .pay-option {
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    padding: 16px 14px;
  }

  .pay-option-tag {
    grid-column: 2;
    justify-self: start;
    min-width: 0;
    height: auto;
    padding: 8px 12px;
  }

  .pay-option-copy span {
    font-size: 11px;
  }

.create-user-entry-card,
.create-user-missing-registration-card,
.create-user-alert-card,
.create-user-payment-status-card,
.create-user-pix-card,
.terms-modal-card,
.home-legal-card {
  width: min(100%, calc(100vw - 16px));
  max-height: calc(100dvh - 16px);
  padding: 14px;
  border-radius: 16px;
}

  .terms-modal-content {
    max-height: none;
  }

  .terms-modal-actions,
  .create-user-payment-status-actions,
  .create-user-alert-actions,
  .create-user-entry-actions,
  .create-user-auth-actions,
  .create-user-pix-copy-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 640px) {
  .site-nav {
    flex-wrap: wrap;
  }

  .header-actions {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .header-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .header-actions .btn-primary {
    grid-column: 1 / -1;
  }

  .hero-copy h1 {
    font-size: 58px;
  }

  .hero-store-links {
    gap: 10px;
  }

  .hero-store-links-badges {
    gap: 10px;
  }

  .hero-store-link img {
    height: 48px;
  }

  .metrics-band article {
    padding: 28px 18px;
  }

  .metrics-band strong {
    font-size: 36px;
  }
    .hero {
        padding-top: 245px;
    }
}

@keyframes pricing-card-settle {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.billing-page-shell .billing-shell,
.billing-page-shell .billing-hero,
.billing-page-shell .billing-hero > div,
.billing-page-shell .billing-hero-status,
.billing-page-shell .billing-main-card,
.billing-page-shell .billing-side-card,
.billing-page-shell .billing-request-block,
.billing-page-shell .billing-selected-plan,
.billing-page-shell .billing-card-form,
.billing-page-shell .billing-stat,
.billing-page-shell .logged-list li,
.billing-page-shell .form-field,
.billing-page-shell .form-field input,
.billing-page-shell .form-field select,
.billing-page-shell .billing-textarea {
  min-width: 0;
}

.billing-page-shell .billing-error-card {
  margin: 0 24px 24px;
  border: 1px solid rgba(195, 78, 20, 0.22);
}

.billing-page-shell .billing-layout-summary {
  margin-bottom: 24px;
}

.billing-page-shell .billing-footer-actions {
  margin-top: 16px;
  justify-content: flex-end;
}

.billing-page-shell .billing-hero p,
.billing-page-shell .billing-stat strong,
.billing-page-shell .billing-selected-plan strong,
.billing-page-shell .billing-selected-plan span,
.billing-page-shell .billing-helper,
.billing-page-shell .logged-value {
  overflow-wrap: anywhere;
}

@media (max-width: 980px) {
  .billing-page-shell .billing-shell {
    gap: 12px;
    padding: 0 16px 20px;
  }

  .billing-page-shell .billing-hero {
    gap: 12px;
  }

  .billing-page-shell .billing-hero-status {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    min-width: 0;
  }

  .billing-page-shell .billing-layout,
  .billing-page-shell .billing-content-stack {
    gap: 12px;
  }

  .billing-page-shell .billing-error-card {
    margin: 0 16px 20px;
  }

  .billing-page-shell .billing-layout-summary {
    margin-bottom: 20px;
  }

  .billing-page-shell .billing-main-card,
  .billing-page-shell .billing-side-card {
    gap: 14px;
  }

  .billing-page-shell .billing-request-block,
  .billing-page-shell .billing-selected-plan,
  .billing-page-shell .billing-side-note,
  .billing-page-shell .billing-card-preview {
    padding: 14px;
  }

  .billing-page-shell .billing-actions {
    width: 100%;
  }

  .billing-page-shell .billing-actions .btn,
  .billing-page-shell .topbar-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .billing-page-shell .billing-toggle {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .billing-page-shell .modal-card {
    width: min(100%, calc(100vw - 24px));
    max-height: calc(100dvh - 24px);
    overflow: auto;
  }

  .billing-page-shell .modal-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .billing-page-shell .billing-cancellation-modal-card {
    width: min(100%, calc(100vw - 24px));
    padding: 18px;
  }

  .billing-page-shell .billing-cancellation-actions {
    align-items: stretch;
  }

  .billing-page-shell .billing-cancellation-actions .btn {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .billing-page-shell .billing-shell {
    padding: 0 12px 16px;
  }

  .billing-page-shell .billing-error-card {
    margin: 0 12px 16px;
  }

  .billing-page-shell .logged-card {
    padding: 14px;
    border-radius: 16px;
  }

  .billing-page-shell .page-title h1 {
    font-size: 28px;
  }

  .billing-page-shell .page-title p {
    font-size: 12px;
    line-height: 1.6;
  }

  .billing-page-shell .billing-hero-status {
    grid-template-columns: 1fr;
  }

  .billing-page-shell .logged-list li {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 12px;
  }

  .billing-page-shell .logged-value {
    text-align: left;
  }

  .billing-page-shell .billing-toggle {
    gap: 8px;
    justify-content: center;
  }

  .billing-page-shell .billing-selected-plan,
  .billing-page-shell .billing-request-block,
  .billing-page-shell .billing-side-note {
    padding: 12px;
  }

  .billing-page-shell .modal-card {
    width: min(100%, calc(100vw - 16px));
    max-height: calc(100dvh - 16px);
    padding: 14px;
    border-radius: 16px;
  }
}
