.ac-sell-v3 {
  background: #f7f6f2;
  color: var(--ac-text);
}

.ac-sell-v3 .ac-shell {
  width: min(1160px, calc(100% - 40px));
}

.ac-sell-v3 .ac-heading-xl,
.ac-sell-v3 .ac-heading-lg,
.ac-sell-v3 .ac-heading-md {
  font-family: "Manrope", sans-serif;
}

.ac-sell-v3 .ac-section {
  padding: 48px 0;
  border-top: 0;
}

.ac-v3-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 246, 242, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(16, 24, 40, 0.06);
}

.ac-v3-topbar-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ac-v3-wordmark {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.ac-v3-wordmark img {
  display: block;
  height: 28px;
  width: auto;
}

.ac-v3-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.ac-v3-nav a {
  color: var(--ac-muted);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.ac-v3-hero {
  padding-top: 40px;
}

.ac-v3-hero-copy {
  text-align: center;
}

.ac-sell-v3 .ac-heading-xl {
  margin: 0 auto;
  max-width: none;
  font-size: clamp(52px, 7vw, 74px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.06em;
  white-space: nowrap;
}

.ac-v3-subtitle {
  margin: 18px 0 0;
  color: var(--ac-muted);
  font-size: 20px;
  line-height: 1.5;
}

.ac-v3-subtitle strong {
  color: var(--ac-text);
}

.ac-v3-trust-band {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.ac-v3-trust-avatars {
  display: inline-flex;
  align-items: center;
}

.ac-v3-trust-avatars img {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  object-fit: cover;
  object-position: center 34%;
  display: block;
  margin-left: -7px;
  border: 2px solid #f7f6f2;
  background: var(--ac-white);
}

.ac-v3-trust-avatars img:nth-child(1) {
  object-position: center 26%;
}

.ac-v3-trust-avatars img:nth-child(2) {
  object-position: center 22%;
}

.ac-v3-trust-avatars img:nth-child(3) {
  object-position: center 30%;
}

.ac-v3-trust-avatars img:nth-child(4) {
  object-position: center 20%;
}

.ac-v3-trust-avatars img:nth-child(5) {
  object-position: center 24%;
}

.ac-v3-trust-avatars img:first-child {
  margin-left: 0;
}

.ac-v3-trust-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}

.ac-v3-trust-stars {
  color: #d3a72f;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.ac-v3-trust-copy {
  margin: 0;
  color: var(--ac-text);
  font-size: clamp(16px, 1.7vw, 20px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.ac-v3-hero-card {
  margin-top: 28px;
  border-radius: 28px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: var(--ac-white);
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.08);
  overflow: hidden;
}

.ac-v3-hero-media {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  isolation: isolate;
  background-color: #d9d0bf;
}

.ac-v3-hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(16, 24, 40, 0.08), rgba(16, 24, 40, 0.22));
}

.ac-v3-hero-picture {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
}

.ac-v3-hero-picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 720px) {
  .ac-v3-hero-picture img {
    object-position: center top;
  }
}

@supports (content-visibility: auto) {
  .ac-sell-v3 > .ac-section:not(.ac-v3-hero) {
    content-visibility: auto;
    contain-intrinsic-size: 960px;
  }
}

.ac-v3-hero-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  min-height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(247, 246, 242, 0.96);
  border: 1px solid rgba(16, 24, 40, 0.08);
  color: var(--ac-text);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.02em;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.12);
}

.ac-v3-hero-plaque {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  min-width: 240px;
  min-height: 58px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(90deg, #8a7f6d, #a29480);
  color: var(--ac-white);
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: lowercase;
  box-shadow: 0 12px 24px rgba(16, 24, 40, 0.18);
}

.ac-v3-hero-form {
  padding: 16px 18px 18px;
  background: #f5f2eb;
  border-top: 1px solid rgba(16, 24, 40, 0.06);
}

.ac-v3-launch-shell {
  padding: 0;
}

.ac-v3-launch-row {
  display: grid;
  grid-template-columns: 196px minmax(0, 1fr) 230px;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border-radius: 28px;
  background: rgba(222, 217, 209, 0.48);
  border: 1px solid rgba(16, 24, 40, 0.06);
}

.ac-v3-launch-pill,
.ac-v3-launch-field,
.ac-v3-launch-submit {
  height: 60px;
  border-radius: 24px;
}

.ac-v3-launch-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  background: rgba(243, 240, 234, 0.72);
  border: 1px solid rgba(16, 24, 40, 0.05);
  color: var(--ac-text);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.1;
  text-align: center;
}

.ac-v3-launch-field {
  margin: 0;
  display: flex;
  align-items: stretch;
}

.ac-v3-launch-input {
  height: 100%;
  padding: 0 26px;
  border-radius: 24px;
  border: 1px solid rgba(16, 24, 40, 0.12);
  background: rgba(255, 255, 255, 0.94);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.03em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  box-sizing: border-box;
}

.ac-v3-launch-input:focus {
  border-color: rgba(16, 24, 40, 0.28);
  box-shadow: 0 0 0 4px rgba(255, 97, 97, 0.07);
}

.ac-v3-launch-submit {
  appearance: none;
  position: relative;
  border: 0;
  background: var(--ac-brand);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.03em;
  box-shadow: 0 8px 20px rgba(155, 144, 126, 0.28);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.ac-v3-launch-submit:hover,
.ac-v3-launch-submit:focus {
  background: var(--ac-brand-dark);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(155, 144, 126, 0.32);
}

.ac-v3-launch-submit[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
  box-shadow: none;
}

.ac-v3-hero-submit {
  position: relative;
}

.ac-v3-button-label {
  transition: opacity 0.16s ease;
}

.ac-v3-button-dots {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.16s ease;
}

.ac-v3-button-dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.42;
  animation: ac-v3-loading-dot 0.9s infinite ease-in-out;
}

.ac-v3-button-dots span:nth-child(2) {
  animation-delay: 0.14s;
}

.ac-v3-button-dots span:nth-child(3) {
  animation-delay: 0.28s;
}

.ac-v3-launch-submit[data-loading="true"] .ac-v3-button-label,
.ac-v3-hero-submit[data-loading="true"] .ac-v3-button-label {
  opacity: 0;
}

.ac-v3-launch-submit[data-loading="true"] .ac-v3-button-dots,
.ac-v3-hero-submit[data-loading="true"] .ac-v3-button-dots {
  opacity: 1;
}

@keyframes ac-v3-loading-dot {
  0%, 80%, 100% {
    transform: translateY(0);
    opacity: 0.34;
  }

  40% {
    transform: translateY(-2px);
    opacity: 1;
  }
}

.ac-v3-launch-status {
  margin: 10px 6px 0;
  color: var(--ac-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.ac-v3-launch-status[data-state="eligible"] {
  color: #4f7d1f;
}

.ac-v3-launch-status[data-state="ineligible"],
.ac-v3-launch-status[data-state="error"] {
  color: #9c3f36;
}

.ac-v3-form-panel {
  position: fixed;
  inset: 0;
  z-index: 80;
}

.ac-v3-form-panel[hidden] {
  display: none;
}

.ac-v3-overlay-shell [hidden],
.ac-v3-form-head[hidden] {
  display: none !important;
}

.ac-v3-overlay-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(247, 246, 242, 0.98);
  backdrop-filter: blur(4px);
}

.ac-v3-overlay-shell {
  position: relative;
  height: 100%;
  display: grid;
  grid-template-rows: auto auto 1fr;
  overflow: hidden;
  background: #f7f6f2;
}

.ac-v3-overlay-topbar {
  min-height: 88px;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  background: rgba(250, 249, 246, 0.98);
}

.ac-v3-overlay-steps {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
  color: #a0a1a6;
  font-size: 15px;
  font-weight: 700;
}

.ac-v3-overlay-steps span {
  position: relative;
}

.ac-v3-overlay-steps span + span::before {
  content: ">";
  position: absolute;
  left: -18px;
  color: #b8b8bc;
}

.ac-v3-overlay-steps .is-active {
  color: var(--ac-text);
}

.ac-v3-help-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ac-text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.ac-v3-help-link svg {
  width: 22px;
  height: 22px;
  stroke: var(--ac-text);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ac-v3-help-link:hover {
  color: var(--ac-brand-dark);
}

.ac-v3-overlay-help {
  justify-self: end;
}

.ac-v3-overlay-mobile-back {
  display: none;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--ac-text);
  font: inherit;
  cursor: pointer;
}

.ac-v3-overlay-mobile-back svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ac-v3-overlay-progress {
  position: relative;
  height: 8px;
  background: rgba(16, 24, 40, 0.18);
}

.ac-v3-overlay-progress span {
  display: block;
  height: 100%;
  width: 20%;
  background: #1b1b1f;
  transition: width 0.2s ease;
}

.ac-v3-overlay-grid {
  width: min(1240px, calc(100% - 80px));
  margin: 0 auto;
  padding: 38px 0 56px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 48px;
  align-items: start;
  overflow: auto;
}

.ac-v3-overlay-grid[hidden],
.ac-v3-ineligible-view[hidden] {
  display: none !important;
}

.ac-v3-form-panel[data-stage="ineligible"] .ac-v3-overlay-steps,
.ac-v3-form-panel[data-stage="ineligible"] .ac-v3-overlay-progress,
.ac-v3-form-panel[data-stage="manual-review"] .ac-v3-overlay-steps,
.ac-v3-form-panel[data-stage="manual-review"] .ac-v3-overlay-progress,
.ac-v3-form-panel[data-stage="review-submitted"] .ac-v3-overlay-steps,
.ac-v3-form-panel[data-stage="review-submitted"] .ac-v3-overlay-progress,
.ac-v3-form-panel[data-stage="offer-submitted"] .ac-v3-overlay-steps,
.ac-v3-form-panel[data-stage="offer-submitted"] .ac-v3-overlay-progress {
  display: none;
}

.ac-v3-form-panel[data-stage="ineligible"] .ac-v3-overlay-topbar,
.ac-v3-form-panel[data-stage="manual-review"] .ac-v3-overlay-topbar,
.ac-v3-form-panel[data-stage="review-submitted"] .ac-v3-overlay-topbar,
.ac-v3-form-panel[data-stage="offer-submitted"] .ac-v3-overlay-topbar {
  min-height: 84px;
}

.ac-v3-ineligible-view {
  width: min(980px, calc(100% - 80px));
  margin: 0 auto;
  padding: 56px 0 72px;
  overflow: auto;
}

.ac-v3-ineligible-card {
  max-width: 720px;
  padding: 56px;
  border-radius: 28px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.06);
}

.ac-v3-ineligible-chip {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
  border-radius: 16px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: rgba(247, 246, 242, 0.95);
}

.ac-v3-ineligible-chip span {
  color: var(--ac-muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ac-v3-ineligible-chip strong {
  color: var(--ac-text);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ac-v3-ineligible-title {
  margin: 24px 0 0;
  color: var(--ac-text);
  font-size: clamp(38px, 5vw, 56px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.ac-v3-ineligible-copy {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--ac-muted);
  font-size: 20px;
  line-height: 1.55;
  letter-spacing: -0.02em;
}

.ac-v3-ineligible-points {
  margin-top: 28px;
  display: grid;
  gap: 12px;
}

.ac-v3-ineligible-point {
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: rgba(247, 246, 242, 0.94);
  color: var(--ac-text);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.ac-v3-ineligible-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.ac-v3-result-actions[data-emphasis="soft"],
.ac-v3-ineligible-actions[data-emphasis="soft"] {
  gap: 14px;
}

.ac-v3-result-actions[data-emphasis="balanced"],
.ac-v3-ineligible-actions[data-emphasis="balanced"] {
  gap: 12px;
}

.ac-v3-ineligible-primary {
  min-width: 280px;
  justify-content: center;
}

.ac-v3-ineligible-secondary {
  color: var(--ac-brand);
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.ac-v3-result-secondary-button {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.ac-v3-result-cta--strong {
  background: var(--ac-brand);
  border-color: var(--ac-brand);
  color: #fff;
  box-shadow: 0 14px 28px rgba(165, 153, 129, 0.24);
}

.ac-v3-result-cta--strong:hover {
  background: var(--ac-brand-dark);
  border-color: var(--ac-brand-dark);
  color: #fff;
}

.ac-v3-result-cta--soft {
  background: rgba(247, 246, 242, 0.98);
  border: 1px solid rgba(16, 24, 40, 0.08);
  color: var(--ac-text);
  box-shadow: none;
}

.ac-v3-result-cta--soft:hover {
  background: rgba(241, 239, 233, 0.98);
  color: var(--ac-text);
}

.ac-v3-result-cta--outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid rgba(16, 24, 40, 0.16);
  background: transparent;
  color: var(--ac-text);
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.ac-v3-result-cta--outline:hover {
  border-color: rgba(16, 24, 40, 0.28);
  background: rgba(255, 255, 255, 0.6);
  color: var(--ac-text);
  transform: translateY(-1px);
}

.ac-v3-result-cta--link {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ac-brand);
  box-shadow: none;
}

.ac-v3-result-cta--link:hover {
  background: transparent;
  color: var(--ac-brand-dark);
  box-shadow: none;
}

.ac-v3-ineligible-secondary:hover {
  color: var(--ac-brand-dark);
}

.ac-v3-ineligible-back {
  margin-top: 30px;
}

.ac-v3-overlay-main {
  max-width: 780px;
  padding: 12px 0 96px;
}

.ac-v3-form-panel[data-stage="offer"] .ac-v3-overlay-grid {
  width: min(1460px, calc(100% - 80px));
  grid-template-columns: minmax(0, 1fr);
}

.ac-v3-form-panel[data-stage="offer"] .ac-v3-overlay-main {
  max-width: none;
  padding-top: 16px;
}

.ac-v3-form-panel[data-stage="offer"] .ac-v3-overlay-aside {
  display: none;
}

.ac-v3-overlay-aside {
  position: sticky;
  top: 28px;
  display: grid;
  gap: 16px;
}

.ac-v3-summary-card,
.ac-v3-summary-note {
  padding: 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(16, 24, 40, 0.08);
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.04);
}

.ac-v3-summary-card h3,
.ac-v3-summary-note strong {
  display: block;
  margin: 0;
  color: var(--ac-text);
  font-size: 18px;
  font-weight: 800;
}

.ac-v3-summary-card > p {
  margin: 8px 0 0;
  color: var(--ac-muted);
  font-size: 14px;
  line-height: 1.5;
}

.ac-v3-summary-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.ac-v3-summary-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(16, 24, 40, 0.08);
}

.ac-v3-summary-list span {
  color: var(--ac-muted);
  font-size: 13px;
  font-weight: 600;
}

.ac-v3-summary-list strong {
  color: var(--ac-text);
  font-size: 14px;
  font-weight: 800;
  text-align: right;
}

.ac-v3-summary-thumb {
  width: 46px;
  height: 46px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  box-shadow: 0 10px 18px rgba(12, 28, 58, 0.08);
  flex: 0 0 auto;
}

.ac-v3-summary-note p {
  margin: 10px 0 0;
  color: var(--ac-muted);
  font-size: 14px;
  line-height: 1.6;
}

.ac-v3-form-head {
  display: block;
  margin-bottom: 26px;
}

.ac-v3-form-title {
  margin: 0;
  color: var(--ac-text);
  font-size: clamp(34px, 4.2vw, 48px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
}

.ac-v3-current-artist {
  margin-bottom: 28px;
  padding: 14px 18px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: rgba(255, 255, 255, 0.94);
}

.ac-v3-current-artist span {
  color: var(--ac-muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ac-v3-current-artist strong {
  color: var(--ac-text);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ac-v3-step {
  display: none;
}

.ac-v3-step.is-active {
  display: block;
}

.ac-v3-step-title,
.ac-v3-inline-label {
  display: block;
  margin: 0;
  color: var(--ac-text);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ac-v3-step-help,
.ac-v3-step-caption {
  margin: 10px 0 0;
  color: var(--ac-muted);
  font-size: 14px;
  line-height: 1.6;
}

.ac-v3-step-caption {
  margin-top: 10px;
  font-weight: 600;
}

.ac-v3-input-wrap,
.ac-v3-field {
  position: relative;
  margin-top: 20px;
}

.ac-v3-input {
  min-height: 72px;
  width: 100%;
  padding: 0 22px;
  border-radius: 16px;
  border: 1px solid rgba(16, 24, 40, 0.12);
  background: var(--ac-white);
  color: var(--ac-text);
  font-family: inherit;
  font-size: 17px;
  font-weight: 600;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, background-color 0.18s ease;
}

.ac-v3-input::placeholder {
  color: #8d8f97;
}

.ac-v3-input:focus {
  outline: 0;
  border-color: rgba(138, 127, 109, 0.52);
  box-shadow: 0 0 0 4px rgba(138, 127, 109, 0.1);
}

.ac-v3-launch-field .ac-v3-launch-input {
  min-height: 0;
  height: 100%;
  line-height: 1;
}

.ac-v3-choice-grid {
  margin-top: 20px;
  display: grid;
  gap: 14px;
}

.ac-v3-choice-grid--double {
  grid-template-columns: 1fr;
}

.ac-v3-choice-grid--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ac-v3-choice {
  appearance: none;
  position: relative;
  width: 100%;
  min-height: 96px;
  padding: 22px 24px 22px 76px;
  border: 1px solid rgba(16, 24, 40, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  color: var(--ac-text);
  text-align: left;
  font-family: inherit;
  cursor: pointer;
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.ac-v3-choice::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1.5px solid rgba(16, 24, 40, 0.34);
  transform: translateY(-50%);
  background: #fff;
}

.ac-v3-choice strong,
.ac-v3-choice span {
  display: block;
}

.ac-v3-choice strong {
  font-size: 18px;
  font-weight: 800;
}

.ac-v3-choice span {
  margin-top: 6px;
  color: var(--ac-muted);
  font-size: 14px;
  line-height: 1.55;
}

.ac-v3-choice:hover {
  border-color: rgba(138, 127, 109, 0.34);
}

.ac-v3-choice.is-selected {
  border-color: rgba(138, 127, 109, 0.62);
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 0 1px rgba(138, 127, 109, 0.2);
}

.ac-v3-choice.is-selected::before {
  border-color: rgba(138, 127, 109, 0.78);
  box-shadow: inset 0 0 0 5px #8a7f6d;
}

.ac-v3-choice--pill {
  min-height: auto;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
}

.ac-v3-choice--pill::before {
  content: none;
}

.ac-v3-choice--pill strong,
.ac-v3-choice--pill span {
  display: inline;
  margin: 0;
}

.ac-v3-conditional {
  display: none;
  margin-top: 18px;
}

.ac-v3-conditional.is-active {
  display: block;
}

.ac-v3-field-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.ac-v3-field-grid--size {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ac-v3-field-grid--phone {
  grid-template-columns: 180px minmax(0, 1fr);
}

.ac-v3-field span {
  display: block;
  margin-bottom: 10px;
  color: var(--ac-text);
  font-size: 15px;
  font-weight: 700;
}

.ac-v3-field--wide {
  grid-column: span 1;
}

.ac-v3-select {
  appearance: none;
}

.ac-v3-contact-disclaimer {
  max-width: 620px;
  margin: 16px 0 0;
  color: var(--ac-muted);
  font-size: 13px;
  line-height: 1.6;
}

.ac-v3-contact-disclaimer a {
  color: var(--ac-text);
  font-weight: 700;
  text-decoration-color: rgba(16, 24, 40, 0.24);
  text-underline-offset: 0.14em;
}

.ac-v3-contact-disclaimer a:hover {
  color: var(--ac-brand-dark);
  text-decoration-color: rgba(138, 127, 109, 0.38);
}

.ac-v3-unit-toggle {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.ac-v3-photo-callout {
  margin-top: 20px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: rgba(255, 255, 255, 0.86);
}

.ac-v3-photo-callout strong {
  display: block;
  color: var(--ac-text);
  font-size: 14px;
  font-weight: 800;
}

.ac-v3-photo-callout p {
  margin: 6px 0 0;
  color: var(--ac-muted);
  font-size: 13px;
  line-height: 1.5;
}

.ac-v3-upload-card {
  margin-top: 20px;
  padding: 28px;
  display: block;
  border: 1.5px dashed rgba(16, 24, 40, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  text-decoration: none;
  cursor: pointer;
}

.ac-v3-upload-card strong,
.ac-v3-upload-card span {
  display: block;
}

.ac-v3-upload-card strong {
  color: var(--ac-text);
  font-size: 20px;
  font-weight: 800;
}

.ac-v3-upload-card span {
  margin-top: 8px;
  color: var(--ac-muted);
  font-size: 14px;
  line-height: 1.6;
}

.ac-v3-upload-list {
  margin-top: 14px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(16, 24, 40, 0.08);
}

.ac-v3-upload-list p,
.ac-v3-upload-list ul {
  margin: 0;
  color: var(--ac-muted);
  font-size: 14px;
  line-height: 1.5;
}

.ac-v3-upload-list ul {
  padding-left: 18px;
}

.ac-v3-offer-hero {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}

.ac-v3-offer-artwork {
  margin: 0;
  padding: 14px;
  border-radius: 20px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.04);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 12px;
  min-height: 100%;
}

.ac-v3-offer-artwork-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  box-shadow: 0 14px 28px rgba(12, 28, 58, 0.08);
  background: rgba(247, 246, 242, 0.92);
}

.ac-v3-offer-artwork-meta {
  display: grid;
  gap: 4px;
}

.ac-v3-offer-artwork-meta span {
  color: var(--ac-muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ac-v3-offer-artwork-meta strong {
  color: var(--ac-text);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.ac-v3-offer-card {
  padding: 28px;
  border-radius: 20px;
  border: 1px solid rgba(16, 24, 40, 0.1);
  border-top: 4px solid #ff5757;
  background: rgba(255, 255, 255, 0.98);
  color: var(--ac-text);
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.04);
}

.ac-v3-offer-kicker {
  display: block;
  color: #ff5757;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.ac-v3-offer-card strong {
  display: block;
  margin-top: 14px;
  font-size: clamp(46px, 8vw, 72px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.ac-v3-offer-card p {
  margin: 12px 0 0;
  color: var(--ac-muted);
  font-size: 16px;
  line-height: 1.5;
}

.ac-v3-offer-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ac-v3-offer-detail,
.ac-v3-offer-note {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(16, 24, 40, 0.08);
}

.ac-v3-offer-detail span {
  display: block;
  color: var(--ac-muted);
  font-size: 13px;
  font-weight: 600;
}

.ac-v3-offer-detail strong {
  display: block;
  margin-top: 10px;
  color: var(--ac-text);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}

.ac-v3-offer-note {
  margin-top: 12px;
}

.ac-v3-offer-note strong {
  display: block;
  color: var(--ac-text);
  font-size: 17px;
  font-weight: 800;
}

.ac-v3-offer-note p {
  margin: 10px 0 0;
  color: var(--ac-muted);
  font-size: 14px;
  line-height: 1.6;
}

.ac-v3-form-footer {
  position: sticky;
  bottom: 0;
  margin-top: 28px;
  padding-top: 18px;
  background: linear-gradient(180deg, rgba(247, 246, 242, 0) 0%, rgba(247, 246, 242, 0.94) 22%, rgba(247, 246, 242, 1) 44%);
}

.ac-v3-form-error {
  margin: 0 0 12px;
  color: #9c3f36;
  font-size: 14px;
  font-weight: 600;
}

body.ac-v3-overlay-open {
  overflow: hidden;
}

.ac-v3-form-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.ac-v3-back,
.ac-v3-hero-submit {
  min-height: 56px;
  border-radius: 999px;
  font-size: 15px;
}

.ac-v3-back {
  min-width: 110px;
  padding: 0 22px 0 18px;
  border: 0;
  background: transparent;
  color: var(--ac-text);
  font-family: inherit;
  font-weight: 700;
  box-shadow: none;
}

.ac-v3-back::before {
  content: "<";
  margin-right: 12px;
  font-size: 20px;
  line-height: 1;
  vertical-align: -1px;
}

.ac-v3-hero-submit {
  flex: 0 0 auto;
  min-width: 240px;
}

.ac-v3-back[hidden],
.ac-v3-hero-submit[hidden] {
  display: none;
}

.ac-v3-back[disabled],
.ac-v3-hero-submit[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
  box-shadow: none;
}

.ac-v3-privacy-note {
  margin: 14px 0 0;
  text-align: center;
  color: var(--ac-muted);
  font-size: 12px;
}

.ac-sell-v3 .ac-attention-press {
  margin-top: 28px;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.ac-sell-v3 .ac-attention-press .bx-db-content,
.ac-sell-v3 .ac-attention-press .bx-page-raw-container,
.ac-sell-v3 .ac-attention-press .desktop1-horizontalcontainer,
.ac-sell-v3 .ac-attention-press .desktop1-rightsection {
  background: transparent !important;
}

.ac-sell-v3 .ac-attention-press .bx-db-content,
.ac-sell-v3 .ac-attention-press .bx-page-raw-container {
  padding: 0 !important;
}

.ac-sell-v3 .ac-attention-press .desktop1-horizontalcontainer {
  justify-content: center;
}

.ac-sell-v3 .ac-attention-press .desktop1-logos1 {
  margin-top: 0 !important;
}

.ac-sell-v3 .ac-attention-press .desktop1-logos1 img {
  background: transparent;
}

.ac-v3-section-compact {
  padding-top: 28px;
}

.ac-v3-section-title {
  margin: 0;
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
}

.ac-v3-section-title--center {
  text-align: center;
}

.ac-v3-card-trio {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ac-v3-mini-card,
.ac-v3-location-card,
.ac-v3-finance-card,
.ac-v3-way-card {
  padding: 18px;
  border-radius: 14px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: var(--ac-white);
}

.ac-v3-mini-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-size: 32px;
  line-height: 1;
  filter: drop-shadow(0 3px 6px rgba(16, 24, 40, 0.08));
}

.ac-v3-mini-card h3 {
  margin: 18px 0 6px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
}

.ac-v3-mini-card p,
.ac-v3-inline-strip p,
.ac-v3-finance-card p,
.ac-v3-location-card p {
  margin: 0;
  color: var(--ac-muted);
  font-size: 14px;
  line-height: 1.5;
}

.ac-v3-inline-strip {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 14px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: var(--ac-white);
}

.ac-v3-strip-badge,
.ac-v3-pill-link {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(16, 24, 40, 0.06);
  color: var(--ac-text);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.ac-v3-paid-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 18px;
  align-items: start;
}

.ac-v3-paid-steps {
  border-radius: 14px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: var(--ac-white);
  overflow: hidden;
}

.ac-v3-paid-step {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 16px;
  padding: 18px 20px;
  border-top: 1px solid rgba(16, 24, 40, 0.08);
}

.ac-v3-paid-step:first-child {
  border-top: 0;
}

.ac-v3-paid-step > span {
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}

.ac-v3-paid-step strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
}

.ac-v3-paid-step p {
  margin: 6px 0 0;
  color: var(--ac-muted);
  font-size: 14px;
}

.ac-v3-payment-card {
  padding: 16px;
  border-radius: 26px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: #efede7;
}

.ac-v3-payment-card strong {
  display: block;
  font-size: 18px;
}

.ac-v3-payment-check {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 2px solid #88ad52;
  color: #88ad52;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 12px;
}

.ac-v3-payment-meta {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--ac-muted);
  font-size: 13px;
}

.ac-v3-payment-meta strong {
  color: var(--ac-text);
  font-size: 14px;
}

.ac-v3-location-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ac-v3-location-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.ac-v3-location-head strong {
  font-size: 15px;
}

.ac-v3-location-image {
  height: 176px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  margin-bottom: 12px;
}

.ac-v3-location-image--home {
  background-image: url("https://artscapy.com/modules/artclub/artsyapi/template/images/sell-daniela1.png");
}

.ac-v3-location-image--city {
  background-image: url("https://artscapy.com/modules/artclub/collections/template/images/sell-colouredgui.png");
}

.ac-v3-location-image--private {
  background-image: url("https://artscapy.com/modules/artclub/artsyapi/template/images/sell-susana1.jpg");
}

.ac-v3-carousel-dots {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.ac-v3-carousel-dots span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(16, 24, 40, 0.15);
}

.ac-v3-carousel-dots .is-active {
  background: rgba(16, 24, 40, 0.85);
}

.ac-v3-showcase {
  margin-top: 22px;
}

.ac-v3-showcase-viewport {
  overflow: hidden;
}

.ac-v3-showcase-track {
  display: flex;
  transition: transform 0.34s ease;
  will-change: transform;
}

.ac-v3-showcase-slide {
  flex: 0 0 100%;
  min-width: 0;
}

.ac-v3-showcase-card {
  border-radius: 22px;
  border: 1px solid rgba(16, 24, 40, 0.1);
  background: rgba(255, 255, 255, 0.84);
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.04);
}

.ac-v3-showcase-head,
.ac-v3-showcase-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
}

.ac-v3-showcase-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.ac-v3-showcase-copy strong {
  display: block;
  color: var(--ac-text);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.ac-v3-showcase-copy span,
.ac-v3-showcase-meta {
  color: var(--ac-muted);
  font-size: 14px;
  line-height: 1.45;
}

.ac-v3-showcase-tag,
.ac-v3-showcase-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ac-v3-showcase-tag {
  background: rgba(16, 24, 40, 0.06);
  color: var(--ac-text);
}

.ac-v3-showcase-cta {
  background: #1f232a;
  color: #fff;
}

.ac-v3-showcase-cta:hover {
  color: #fff;
  background: #12161d;
}

.ac-v3-showcase-media {
  position: relative;
  min-height: 420px;
  background-color: #ebe4d8;
  background-size: cover;
  background-position: center;
}

.ac-v3-showcase-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 96px;
  background: linear-gradient(180deg, rgba(16, 24, 40, 0) 0%, rgba(16, 24, 40, 0.14) 100%);
  pointer-events: none;
}

.ac-v3-showcase-sold {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(24, 31, 44, 0.88);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.ac-v3-showcase-media--portrait {
  background-position: center top;
}

.ac-v3-showcase--advisors .ac-v3-showcase-media--portrait {
  min-height: 520px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #e7e1d5;
}

.ac-v3-showcase--advisors .ac-v3-showcase-media--daniela {
  background-position: center 18%;
}

.ac-v3-showcase--advisors .ac-v3-showcase-media--susanna {
  background-position: center 16%;
}

.ac-v3-showcase--advisors .ac-v3-showcase-media--daniel {
  background-position: center 14%;
}

.ac-v3-showcase--advisors .ac-v3-showcase-media--gui {
  background-position: center 14%;
}

@media (min-width: 721px) {
  .ac-v3-showcase .ac-v3-showcase-viewport {
    overflow: visible;
  }

  .ac-v3-showcase .ac-v3-showcase-track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    transform: none !important;
  }

  .ac-v3-showcase .ac-v3-showcase-slide {
    flex: initial;
  }

  .ac-v3-showcase .ac-v3-showcase-arrow,
  .ac-v3-showcase .ac-v3-showcase-media-dots,
  .ac-v3-showcase .ac-v3-showcase-pager {
    display: none;
  }

  .ac-v3-showcase--advisors .ac-v3-showcase-viewport {
    overflow: visible;
  }

  .ac-v3-showcase--advisors .ac-v3-showcase-track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    transform: none !important;
  }

  .ac-v3-showcase--advisors .ac-v3-showcase-slide {
    flex: initial;
  }

  .ac-v3-showcase--advisors .ac-v3-showcase-card {
    height: 100%;
    display: grid;
    grid-template-rows: 420px auto;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
  }

  .ac-v3-showcase--advisors .ac-v3-showcase-head {
    order: 2;
    padding: 18px 18px 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }

  .ac-v3-showcase--advisors .ac-v3-showcase-copy strong {
    font-size: 20px;
  }

  .ac-v3-showcase--advisors .ac-v3-showcase-copy span,
  .ac-v3-showcase--advisors .ac-v3-showcase-meta {
    font-size: 13px;
  }

  .ac-v3-showcase--advisors .ac-v3-showcase-cta {
    min-height: 0;
    padding: 0;
    margin-top: 10px;
    background: transparent;
    color: var(--ac-brand-dark);
    font-size: 13px;
    font-weight: 800;
    justify-content: flex-start;
    white-space: normal;
    box-shadow: none;
  }

  .ac-v3-showcase--advisors .ac-v3-showcase-cta:hover {
    background: transparent;
    color: var(--ac-brand-dark);
  }

  .ac-v3-showcase--advisors .ac-v3-showcase-media--portrait {
    order: 1;
    min-height: 420px;
    background-size: cover;
  }

  .ac-v3-showcase--advisors .ac-v3-showcase-foot {
    display: none;
  }

  .ac-v3-showcase:not(.ac-v3-showcase--advisors) .ac-v3-showcase-card {
    height: 100%;
    display: grid;
    grid-template-rows: 360px auto;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
  }

  .ac-v3-showcase:not(.ac-v3-showcase--advisors) .ac-v3-showcase-head {
    order: 2;
    padding: 16px 18px 18px;
    display: block;
  }

  .ac-v3-showcase:not(.ac-v3-showcase--advisors) .ac-v3-showcase-copy {
    display: block;
  }

  .ac-v3-showcase:not(.ac-v3-showcase--advisors) .ac-v3-showcase-copy strong {
    font-size: 18px;
    line-height: 1.1;
  }

  .ac-v3-showcase:not(.ac-v3-showcase--advisors) .ac-v3-showcase-copy span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
  }

  .ac-v3-showcase:not(.ac-v3-showcase--advisors) .ac-v3-showcase-tag {
    display: inline;
    min-height: 0;
    padding: 0;
    margin-top: 4px;
    border-radius: 0;
    background: transparent;
    color: var(--ac-muted);
    font-size: 14px;
    font-weight: 500;
    white-space: normal;
  }

  .ac-v3-showcase:not(.ac-v3-showcase--advisors) .ac-v3-showcase-media {
    order: 1;
    min-height: 360px;
  }

  .ac-v3-showcase:not(.ac-v3-showcase--advisors) .ac-v3-showcase-foot {
    display: none;
  }
}

.ac-v3-showcase-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ac-text);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 10px 18px rgba(16, 24, 40, 0.14);
}

.ac-v3-showcase-arrow--prev {
  left: 22px;
}

.ac-v3-showcase-arrow--next {
  right: 22px;
}

.ac-v3-showcase-media-dots,
.ac-v3-showcase-pager {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.ac-v3-showcase-media-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 2;
  transform: translateX(-50%);
}

.ac-v3-showcase-pager {
  margin-top: 18px;
}

.ac-v3-showcase-dot {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(16, 24, 40, 0.16);
  cursor: pointer;
}

.ac-v3-showcase-dot.is-active {
  background: rgba(16, 24, 40, 0.82);
}

.ac-v3-showcase-foot {
  border-top: 1px solid rgba(16, 24, 40, 0.08);
}

.ac-v3-compare-carousel {
  margin-top: 22px;
}

.ac-v3-compare-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ac-v3-compare-panel {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.1);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.ac-v3-compare-panel--highlight {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(16, 24, 40, 0.18);
}

.ac-v3-compare-track .ac-v3-compare-panel:nth-child(1) {
  order: 2;
}

.ac-v3-compare-track .ac-v3-compare-panel:nth-child(2) {
  order: 1;
}

.ac-v3-compare-track .ac-v3-compare-panel:nth-child(3) {
  order: 3;
}

.ac-v3-compare-panel-head {
  min-height: 112px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(16, 24, 40, 0.08);
}

.ac-v3-compare-panel-head strong {
  display: block;
  color: var(--ac-text);
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.ac-v3-compare-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  padding: 5px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(240, 236, 228, 0.88));
  border: 1px solid rgba(16, 24, 40, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 6px 12px rgba(16, 24, 40, 0.06);
}

.ac-v3-compare-brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transform: perspective(600px) rotateX(8deg) rotateY(-10deg);
  box-shadow: 0 5px 10px rgba(16, 24, 40, 0.1);
}

.ac-v3-compare-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ac-v3-compare-list li {
  min-height: 78px;
  padding: 14px 22px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  border-top: 1px solid rgba(16, 24, 40, 0.06);
  color: #66656b;
  font-size: 14px;
  line-height: 1.4;
}

.ac-v3-compare-list li:first-child {
  border-top: 0;
}

.ac-v3-compare-list--highlight li {
  gap: 12px;
  color: var(--ac-text);
  font-size: 15px;
  font-weight: 700;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.ac-v3-compare-check {
  flex: 0 0 auto;
  color: #59c10c;
  font-size: 16px;
  font-weight: 800;
}

.ac-v3-compare-metric {
  display: block;
  margin-bottom: 2px;
  color: rgba(16, 24, 40, 0.42);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ac-v3-compare-copy {
  display: block;
}

.ac-v3-compare-pager {
  display: none;
}

.ac-v3-compare-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(16, 24, 40, 0.16);
  cursor: pointer;
}

.ac-v3-compare-dot.is-active {
  background: rgba(16, 24, 40, 0.82);
}

.ac-v3-finance-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ac-v3-finance-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
}

.ac-v3-finance-card a {
  display: inline-block;
  margin-top: 22px;
  color: var(--ac-muted);
  font-size: 12px;
  font-weight: 700;
}

.ac-v3-split-panel,
.ac-v3-review-strip,
.ac-v3-side-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 18px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: var(--ac-white);
  overflow: hidden;
}

.ac-v3-split-cta,
.ac-v3-review-stat,
.ac-v3-side-banner-copy {
  padding: 26px 24px;
}

.ac-v3-big-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(155, 144, 126, 0.14);
  color: var(--ac-brand-dark);
  font-size: 28px;
  font-weight: 800;
}

.ac-v3-split-cta h2,
.ac-v3-side-banner-copy h2 {
  margin: 18px 0 10px;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.ac-v3-split-cta p,
.ac-v3-side-banner-copy p {
  margin: 0 0 24px;
  color: var(--ac-muted);
  font-size: 17px;
  line-height: 1.5;
}

.ac-v3-split-list {
  padding: 24px;
  border-left: 1px solid rgba(16, 24, 40, 0.08);
}

.ac-v3-split-list strong {
  display: block;
  margin-bottom: 14px;
  font-size: 18px;
}

.ac-v3-split-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ac-v3-split-list li {
  display: grid;
  grid-template-columns: 88px 1fr 90px;
  gap: 10px;
  padding: 11px 0;
  border-top: 1px solid rgba(16, 24, 40, 0.08);
  font-size: 13px;
}

.ac-v3-split-list li:first-child {
  border-top: 0;
}

.ac-v3-split-list li span:first-child {
  color: var(--ac-text);
  font-weight: 700;
}

.ac-v3-split-list li span:last-child {
  color: var(--ac-muted);
}

.ac-v3-review-stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.ac-v3-review-stat strong {
  font-size: clamp(48px, 6vw, 74px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.ac-v3-review-stat > span {
  font-size: 18px;
}

.ac-v3-mini-logos {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(16, 24, 40, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--ac-muted);
  font-size: 12px;
  font-weight: 700;
}

.ac-v3-review-quote {
  padding: 26px 24px;
  border-left: 1px solid rgba(16, 24, 40, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ac-v3-review-quote p {
  margin: 0;
  font-size: 24px;
  line-height: 1.45;
}

.ac-v3-review-byline {
  margin-top: 24px;
  display: flex;
  gap: 18px;
  color: var(--ac-muted);
  font-size: 13px;
}

.ac-v3-side-banner-image {
  min-height: 320px;
  background:
    linear-gradient(180deg, rgba(16, 24, 40, 0.04), rgba(16, 24, 40, 0.12)),
    url("https://artscapy.s3.amazonaws.com/bx_ads_photos_resized/z/zt/zth/zthzevex2asvmc4ttu5jr6pfmxcf9m2h.png") center/cover;
}

.ac-v3-dark-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 18px;
  overflow: hidden;
  background: #0e1013;
  color: var(--ac-white);
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.18);
}

.ac-v3-dark-image {
  min-height: 220px;
  background:
    linear-gradient(180deg, rgba(16, 24, 40, 0.04), rgba(16, 24, 40, 0.2)),
    url("https://artscapy.s3.amazonaws.com/bx_ads_photos_resized/d/di/di9/di9vlithuurz6kmvxhlzjmgttjcspq5i.png") center/cover;
}

.ac-v3-dark-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 26px;
}

.ac-v3-dark-copy strong {
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: lowercase;
}

.ac-v3-dark-copy span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
  text-align: center;
}

.ac-v3-floating-cta {
  position: fixed;
  left: 50%;
  bottom: 16px;
  z-index: 40;
  width: min(640px, calc(100% - 40px));
  padding: 10px 12px 10px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-radius: 24px;
  border: 1px solid rgba(16, 24, 40, 0.1);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.12);
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
  backdrop-filter: blur(8px);
}

.ac-v3-floating-cta.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.ac-v3-floating-cta-copy {
  color: var(--ac-text);
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.2;
}

.ac-v3-floating-cta-button {
  min-width: 250px;
  min-height: 56px;
  border-radius: 999px;
  background: var(--ac-brand);
  color: #fff;
  box-shadow: 0 8px 20px rgba(155, 144, 126, 0.28);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ac-v3-floating-cta-button:hover {
  background: var(--ac-brand-dark);
  color: #fff;
}

.ac-v3-faq {
  padding-top: 56px;
}

.ac-v3-faq-cta {
  width: fit-content;
  margin: 18px auto -18px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 26px rgba(16, 24, 40, 0.08);
  position: relative;
  z-index: 2;
}

.ac-v3-faq-cta span {
  padding: 0 10px;
  color: var(--ac-text);
  font-size: 13px;
  font-weight: 700;
}

.ac-v3-contact {
  text-align: center;
}

.ac-v3-contact-title {
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.ac-v3-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 164px;
  min-height: 54px;
  margin-top: 22px;
  padding: 0 22px;
  border-radius: 999px;
  background: #1f232a;
  color: var(--ac-white);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.ac-v3-footer {
  padding: 16px 0 44px;
}

.ac-v3-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.ac-v3-footer-grid strong {
  display: block;
  margin-bottom: 14px;
  font-size: 16px;
}

.ac-v3-footer-grid a {
  display: block;
  margin-top: 10px;
  color: var(--ac-muted);
  font-size: 14px;
  text-decoration: none;
}

.ac-v3-footer-bottom {
  margin-top: 42px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--ac-muted);
  font-size: 12px;
}

.ac-v3-footer-bottom a {
  color: inherit;
  text-decoration: none;
}

.ac-v3-footer-bottom a:hover {
  color: var(--ac-text);
}

@media (max-width: 980px) {
  .ac-v3-choice-grid--double,
  .ac-v3-choice-grid--compact,
  .ac-v3-field-grid,
  .ac-v3-ineligible-view,
  .ac-v3-overlay-grid,
  .ac-v3-card-trio,
  .ac-v3-paid-grid,
  .ac-v3-location-grid,
  .ac-v3-finance-grid,
  .ac-v3-split-panel,
  .ac-v3-review-strip,
  .ac-v3-side-banner,
  .ac-v3-dark-banner,
  .ac-v3-footer-grid {
    grid-template-columns: 1fr;
  }

  .ac-v3-split-list,
  .ac-v3-review-quote {
    border-left: 0;
    border-top: 1px solid rgba(16, 24, 40, 0.08);
  }

  .ac-v3-overlay-topbar {
    grid-template-columns: 1fr auto;
    gap: 16px;
  }

  .ac-v3-overlay-steps {
    display: none;
  }

  .ac-v3-overlay-grid {
    width: min(100%, calc(100% - 32px));
  }

  .ac-v3-ineligible-view {
    width: min(100%, calc(100% - 32px));
    padding: 36px 0 56px;
  }

  .ac-v3-ineligible-card {
    max-width: none;
    padding: 40px 28px;
  }

  .ac-v3-ineligible-copy {
    font-size: 18px;
  }

  .ac-v3-overlay-aside {
    display: none;
  }

  .ac-v3-floating-cta {
    width: calc(100% - 24px);
    padding: 10px 12px 10px 16px;
    bottom: 12px;
    border-radius: 20px;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
  }

  .ac-v3-floating-cta-button {
    flex: 0 0 auto;
    min-width: 210px;
    min-height: 52px;
    font-size: 16px;
  }
}

@media (max-width: 720px) {
  .ac-sell-v3 .ac-shell {
    width: calc(100% - 24px);
  }

  .ac-v3-topbar-inner {
    min-height: 64px;
    gap: 12px;
  }

  .ac-v3-wordmark img {
    height: 24px;
  }

  .ac-v3-help-link {
    gap: 8px;
    font-size: 13px;
  }

  .ac-v3-help-link svg {
    width: 19px;
    height: 19px;
  }

  .ac-sell-v3 .ac-heading-xl {
    margin: 0;
    max-width: 11ch;
    font-size: clamp(38px, 12vw, 48px);
    white-space: normal;
    text-align: left;
    line-height: 1.03;
  }

  .ac-v3-subtitle {
    margin-top: 14px;
    font-size: 15px;
    text-align: left;
  }

  .ac-v3-trust-band {
    justify-content: flex-start;
    gap: 10px;
  }

  .ac-v3-trust-avatars img {
    width: 30px;
    height: 30px;
    margin-left: -6px;
    border-width: 2px;
  }

  .ac-v3-trust-stars {
    font-size: 13px;
  }

  .ac-v3-trust-copy {
    font-size: 14px;
  }

  .ac-v3-hero {
    padding-top: 24px;
  }

  .ac-v3-hero-copy {
    text-align: left;
  }

  .ac-v3-hero-card {
    margin-top: 16px;
    border-radius: 22px;
    border: 1px solid rgba(16, 24, 40, 0.08);
    background: var(--ac-white);
    box-shadow: 0 12px 28px rgba(16, 24, 40, 0.06);
  }

  .ac-v3-hero-media {
    min-height: 184px;
  }

  .ac-v3-hero-badge {
    top: 14px;
    right: 14px;
    min-height: 34px;
    padding: 0 12px;
    font-size: 11px;
  }

  .ac-v3-launch-shell {
    padding: 0;
  }

  .ac-v3-showcase-head,
  .ac-v3-showcase-foot {
    padding: 18px 18px 16px;
  }

  .ac-v3-showcase-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .ac-v3-showcase-copy strong {
    font-size: 22px;
  }

  .ac-v3-showcase-copy span,
  .ac-v3-showcase-meta {
    font-size: 13px;
  }

  .ac-v3-showcase-tag,
  .ac-v3-showcase-cta {
    min-height: 44px;
    padding: 0 18px;
    font-size: 14px;
  }

  .ac-v3-showcase-media {
    min-height: 250px;
  }

  .ac-v3-showcase--advisors .ac-v3-showcase-media--portrait {
    min-height: 500px;
  }

  .ac-v3-showcase--advisors .ac-v3-showcase-media--daniela {
    background-position: center 16%;
  }

  .ac-v3-showcase--advisors .ac-v3-showcase-media--susanna {
    background-position: center 14%;
  }

  .ac-v3-showcase--advisors .ac-v3-showcase-media--daniel {
    background-position: center 12%;
  }

  .ac-v3-showcase--advisors .ac-v3-showcase-media--gui {
    background-position: center 12%;
  }

  .ac-v3-showcase-arrow {
    width: 46px;
    height: 46px;
    font-size: 30px;
  }

  .ac-v3-showcase-arrow--prev {
    left: 14px;
  }

  .ac-v3-showcase-arrow--next {
    right: 14px;
  }

  .ac-v3-compare-carousel {
    overflow: hidden;
  }

  .ac-v3-compare-track {
    display: flex;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .ac-v3-compare-track::-webkit-scrollbar {
    display: none;
  }

  .ac-v3-compare-track .ac-v3-compare-panel,
  .ac-v3-compare-track .ac-v3-compare-panel--highlight,
  .ac-v3-compare-track .ac-v3-compare-panel:first-child {
    order: initial;
  }

  .ac-v3-compare-panel {
    flex: 0 0 100%;
    min-width: 0;
    scroll-snap-align: start;
  }

  .ac-v3-compare-panel-head {
    min-height: 96px;
    padding: 18px 18px;
  }

  .ac-v3-compare-panel-head strong {
    font-size: 22px;
  }

  .ac-v3-compare-brand {
    width: 42px;
    height: 42px;
    border-radius: 10px;
  }

  .ac-v3-compare-list li {
    min-height: 70px;
    padding: 14px 18px;
  }

  .ac-v3-compare-list--highlight li {
    gap: 10px;
    font-size: 14px;
  }

  .ac-v3-compare-check {
    font-size: 15px;
  }

  .ac-v3-compare-pager {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 12px;
  }

  .ac-v3-launch-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
  }

  .ac-v3-launch-pill {
    width: auto;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    justify-content: flex-start;
    text-align: left;
    background: transparent;
    font-size: 15px;
  }

  .ac-v3-launch-field,
  .ac-v3-launch-input,
  .ac-v3-launch-submit {
    width: 100%;
  }

  .ac-v3-launch-input {
    min-height: 56px;
    padding: 0 18px;
    font-size: 16px;
    border-radius: 18px;
    box-shadow: none;
    border-color: rgba(16, 24, 40, 0.1);
    background: rgba(255, 255, 255, 1);
  }

  .ac-v3-launch-submit {
    height: 56px;
    font-size: 16px;
    border-radius: 999px;
  }

  .ac-v3-button-dots {
    gap: 8px;
  }

  .ac-v3-button-dots span {
    width: 7px;
    height: 7px;
  }

  .ac-v3-hero-plaque {
    min-width: 180px;
    min-height: 48px;
    font-size: 26px;
  }

  .ac-v3-form-head,
  .ac-v3-form-nav,
  .ac-v3-unit-toggle,
  .ac-v3-footer-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .ac-v3-step-meta strong {
    text-align: left;
  }

  .ac-v3-overlay-topbar {
    position: sticky;
    top: 0;
    z-index: 3;
    min-height: 64px;
    padding: 0 14px;
    border-bottom: 1px solid rgba(16, 24, 40, 0.08);
  }

  .ac-v3-overlay-help {
    font-size: 13px;
  }

  .ac-v3-overlay-grid {
    width: calc(100% - 20px);
    padding: 12px 0 20px;
  }

  .ac-v3-overlay-main {
    padding: 0 0 92px;
  }

  .ac-v3-current-artist {
    margin-bottom: 18px;
    padding: 11px 13px;
    border-radius: 14px;
  }

  .ac-v3-ineligible-view {
    width: calc(100% - 24px);
    padding: 24px 0 40px;
  }

  .ac-v3-ineligible-card {
    padding: 28px 20px;
    border-radius: 22px;
  }

  .ac-v3-ineligible-title {
    font-size: clamp(32px, 10vw, 42px);
  }

  .ac-v3-ineligible-copy {
    font-size: 17px;
  }

  .ac-v3-ineligible-point {
    padding: 16px 18px;
    font-size: 15px;
  }

  .ac-v3-ineligible-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ac-v3-ineligible-primary {
    min-width: 0;
    width: 100%;
  }

  .ac-v3-form-title {
    font-size: 28px;
    line-height: 0.98;
  }

  .ac-v3-field-grid,
  .ac-v3-field-grid--phone,
  .ac-v3-field-grid--size {
    grid-template-columns: 1fr;
  }

  .ac-v3-step-title,
  .ac-v3-inline-label {
    font-size: 17px;
  }

  .ac-v3-step-help,
  .ac-v3-step-caption {
    font-size: 13px;
  }

  .ac-v3-choice {
    min-height: 88px;
    padding: 18px 18px 18px 64px;
    border-radius: 16px;
  }

  .ac-v3-choice::before {
    left: 20px;
    width: 20px;
    height: 20px;
  }

  .ac-v3-choice strong {
    font-size: 17px;
  }

  .ac-v3-choice span {
    font-size: 13px;
    line-height: 1.45;
  }

  .ac-v3-choice-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ac-v3-choice--pill {
    padding: 12px 14px;
    font-size: 13px;
  }

  .ac-v3-upload-card {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .ac-v3-upload-card strong {
    font-size: 18px;
  }

  .ac-v3-upload-card span,
  .ac-v3-upload-list p,
  .ac-v3-upload-list ul {
    font-size: 13px;
  }

  .ac-v3-form-footer {
    padding-top: 8px;
    background: linear-gradient(180deg, rgba(247, 246, 242, 0), rgba(247, 246, 242, 0.96) 18%, rgba(247, 246, 242, 1) 100%);
  }

  .ac-v3-form-nav {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 10px;
  }

  .ac-v3-back {
    display: none;
  }

  .ac-v3-offer-grid {
    grid-template-columns: 1fr;
  }

  .ac-v3-offer-hero {
    grid-template-columns: 1fr;
  }

  .ac-v3-offer-artwork {
    padding: 12px;
  }

  .ac-v3-offer-artwork-image {
    aspect-ratio: 4 / 3;
  }

  .ac-v3-floating-cta {
    gap: 10px;
  }

  .ac-v3-floating-cta-copy {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: -0.03em;
  }

  .ac-v3-floating-cta-button {
    min-width: 188px;
    min-height: 48px;
    padding: 0 18px;
    font-size: 15px;
  }

  .ac-v3-input,
  .ac-v3-hero-submit {
    width: 100%;
  }

  .ac-v3-inline-strip,
  .ac-v3-faq-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .ac-v3-paid-step {
    grid-template-columns: 44px 1fr;
    padding: 16px;
  }

  .ac-v3-paid-step > span {
    font-size: 36px;
  }

  .ac-v3-split-list li {
    grid-template-columns: 1fr;
  }

  .ac-v3-review-quote p {
    font-size: 18px;
  }

  .ac-v3-contact-title {
    font-size: 28px;
  }
}

/* Generated overlay redesign */
.ac-v3-overlay-shell {
  background: #f7f7f4;
}

.ac-v3-overlay-topbar {
  min-height: 64px;
  padding: 0 32px;
  border-bottom: 1px solid rgba(28, 31, 36, 0.08);
  background: rgba(247, 247, 244, 0.82);
  backdrop-filter: blur(14px);
}

.ac-v3-overlay-steps {
  gap: 18px;
  color: #a6a6a8;
  font-size: 14px;
  font-weight: 700;
}

.ac-v3-overlay-steps span + span::before {
  content: "/";
  left: -12px;
  color: #cdcdcf;
}

.ac-v3-overlay-step-mobile {
  display: none;
  color: var(--ac-text);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.ac-v3-overlay-progress {
  height: 8px;
  background: rgba(16, 24, 40, 0.12);
}

.ac-v3-overlay-progress span {
  background: #17191d;
}

.ac-v3-overlay-grid {
  width: min(1180px, calc(100% - 64px));
  padding: 56px 0 72px;
  grid-template-columns: minmax(0, 640px) minmax(280px, 360px);
  gap: 72px;
  justify-content: space-between;
}

.ac-v3-form-panel[data-stage="offer"] .ac-v3-overlay-grid,
.ac-v3-form-panel[data-stage="analyzing"] .ac-v3-overlay-grid {
  grid-template-columns: minmax(0, 1fr);
  max-width: none;
}

.ac-v3-form-panel[data-stage="offer"] .ac-v3-overlay-aside,
.ac-v3-form-panel[data-stage="analyzing"] .ac-v3-overlay-aside {
  display: none;
}

.ac-v3-form-panel[data-stage="offer"] .ac-v3-overlay-grid {
  width: min(1400px, calc(100% - 96px));
}

.ac-v3-form-panel[data-stage="offer"] .ac-v3-overlay-main {
  max-width: 1280px;
  margin: 0 auto;
}

.ac-v3-form-panel[data-stage="manual-review"] .ac-v3-overlay-topbar,
.ac-v3-form-panel[data-stage="review-submitted"] .ac-v3-overlay-topbar,
.ac-v3-form-panel[data-stage="offer-submitted"] .ac-v3-overlay-topbar,
.ac-v3-form-panel[data-stage="ineligible"] .ac-v3-overlay-topbar {
  min-height: 72px;
}

.ac-v3-form-panel[data-stage="manual-review"] .ac-v3-overlay-progress,
.ac-v3-form-panel[data-stage="review-submitted"] .ac-v3-overlay-progress,
.ac-v3-form-panel[data-stage="offer-submitted"] .ac-v3-overlay-progress,
.ac-v3-form-panel[data-stage="ineligible"] .ac-v3-overlay-progress {
  display: none;
}

.ac-v3-overlay-main {
  max-width: 640px;
  padding: 12px 0 88px;
}

.ac-v3-form-head {
  margin-bottom: 24px;
}

.ac-v3-form-title {
  font-size: clamp(34px, 3.3vw, 50px);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.ac-v3-current-artist {
  display: none;
}

.ac-v3-current-artist span,
.ac-v3-summary-list span {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.ac-v3-current-artist strong {
  font-size: 16px;
  font-weight: 800;
}

.ac-v3-step-title,
.ac-v3-inline-label {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.ac-v3-step-help,
.ac-v3-step-caption {
  margin-top: 8px;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.6;
}

.ac-v3-choice-grid--double {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ac-v3-choice-grid--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ac-v3-choice-grid--stack {
  grid-template-columns: 1fr;
}

.ac-v3-choice {
  min-height: 112px;
  padding: 22px 22px 22px 22px;
  border-radius: 24px;
  border: 1px solid rgba(16, 24, 40, 0.12);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 1px 0 rgba(16, 24, 40, 0.02);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.ac-v3-choice::before {
  position: static;
  transform: none;
  width: 24px;
  height: 24px;
  border-width: 2px;
  border-color: rgba(16, 24, 40, 0.28);
  margin: 0;
}

.ac-v3-choice strong {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.ac-v3-choice span {
  margin-top: -6px;
  font-size: 14px;
  line-height: 1.5;
}

.ac-v3-choice.is-selected {
  border-color: rgba(155, 144, 126, 0.8);
  background: #fcfcfb;
  box-shadow: 0 0 0 2px rgba(155, 144, 126, 0.16);
}

.ac-v3-choice.is-selected::before {
  border-color: rgba(155, 144, 126, 0.95);
  box-shadow: inset 0 0 0 7px #9b907e;
}

[data-v3-timing-grid] {
  margin-top: 28px;
}

[data-v3-timing-grid] .ac-v3-choice {
  min-height: 116px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 20px;
  align-items: center;
}

[data-v3-timing-grid] .ac-v3-choice::before {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 26px;
  height: 26px;
  margin: 0;
}

[data-v3-timing-grid] .ac-v3-choice strong,
[data-v3-timing-grid] .ac-v3-choice span {
  grid-column: 2;
}

[data-v3-timing-grid] .ac-v3-choice strong {
  align-self: end;
  font-size: 18px;
}

[data-v3-timing-grid] .ac-v3-choice span {
  margin-top: 2px;
  align-self: start;
  color: #6f706f;
  font-size: 15px;
  line-height: 1.45;
}

.ac-v3-choice--pill {
  min-height: 58px;
  padding: 0 18px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 0;
}

.ac-v3-unit-toggle {
  margin-top: 20px;
  display: inline-flex;
  gap: 8px;
  padding: 6px;
  border-radius: 18px;
  background: rgba(222, 223, 219, 0.55);
}

.ac-v3-unit-toggle .ac-v3-choice--pill {
  min-width: 180px;
  border-color: transparent;
  box-shadow: none;
  background: transparent;
}

.ac-v3-unit-toggle .ac-v3-choice--pill.is-selected {
  background: #fff;
  border-color: rgba(16, 24, 40, 0.08);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.04);
}

.ac-v3-input-wrap,
.ac-v3-field {
  margin-top: 18px;
}

.ac-v3-input,
.ac-v3-select {
  min-height: 64px;
  padding: 0 20px;
  border-radius: 18px;
  border: 1px solid rgba(16, 24, 40, 0.12);
  background: rgba(255, 255, 255, 0.98);
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 1px 0 rgba(16, 24, 40, 0.02);
}

.ac-v3-input:focus,
.ac-v3-select:focus {
  border-color: rgba(16, 24, 40, 0.22);
  box-shadow: 0 0 0 4px rgba(16, 24, 40, 0.06);
}

.ac-v3-field span {
  margin-bottom: 12px;
  color: var(--ac-text);
  font-size: 14px;
  font-weight: 700;
}

.ac-v3-upload-card {
  margin-top: 18px;
  padding: 22px;
  min-height: 260px;
  border: 3px dashed rgba(16, 24, 40, 0.18);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  text-align: center;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.ac-v3-upload-card:hover {
  border-color: rgba(16, 24, 40, 0.32);
  background: rgba(255, 255, 255, 0.9);
}

.ac-v3-upload-card[data-upload-state="uploaded"] {
  border-color: rgba(16, 24, 40, 0.8);
  background: rgba(255, 255, 255, 0.92);
}

.ac-v3-upload-card[data-upload-state="error"] {
  border-color: rgba(196, 62, 47, 0.55);
}

.ac-v3-upload-empty,
.ac-v3-upload-filled {
  width: 100%;
  display: grid;
  justify-items: center;
}

.ac-v3-upload-empty {
  gap: 12px;
}

.ac-v3-upload-empty-icon {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(16, 24, 40, 0.04);
}

.ac-v3-upload-empty-icon svg,
.ac-v3-upload-check svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #7d736a;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ac-v3-upload-empty strong,
.ac-v3-upload-filled strong {
  color: var(--ac-text);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ac-v3-upload-empty span,
.ac-v3-upload-filled span {
  margin-top: 0;
  color: #7b746e;
  font-size: 14px;
  line-height: 1.5;
}

.ac-v3-upload-filled {
  gap: 18px;
}

.ac-v3-upload-preview {
  width: 88px;
  height: 88px;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
  box-shadow: 0 12px 24px rgba(16, 24, 40, 0.1);
  border: 1px solid rgba(16, 24, 40, 0.08);
}

.ac-v3-upload-fileline {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.ac-v3-upload-check {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: #0b8a63;
}

.ac-v3-upload-check svg {
  width: 32px;
  height: 32px;
  stroke: currentColor;
}

.ac-v3-upload-replace {
  color: #8a827a;
  font-size: 15px;
  font-weight: 500;
}

.ac-v3-upload-list {
  margin-top: 14px;
  min-height: 24px;
  padding: 0 6px;
  border: 0;
  background: transparent;
}

.ac-v3-upload-list p,
.ac-v3-upload-list ul {
  margin: 0;
  color: #7b746e;
  font-size: 14px;
  line-height: 1.5;
}

.ac-v3-form-footer {
  margin-top: 28px;
  padding-top: 18px;
  background: linear-gradient(180deg, rgba(247, 247, 244, 0) 0%, rgba(247, 247, 244, 0.92) 22%, rgba(247, 247, 244, 1) 48%);
}

.ac-v3-form-nav {
  justify-content: space-between;
  align-items: center;
}

.ac-v3-back {
  min-width: auto;
  min-height: 40px;
  padding: 0;
  color: #4b5563;
  font-size: 15px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.ac-v3-back::before {
  content: none;
}

.ac-v3-back-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  font-size: 20px;
  line-height: 1;
  transform: translateY(-1px);
}

.ac-v3-back:hover {
  color: var(--ac-text);
}

.ac-v3-hero-submit,
.ac-v3-ineligible-primary,
.ac-v3-result-cta--outline {
  min-height: 60px;
  border-radius: 18px;
  font-size: 18px;
  font-weight: 800;
}

.ac-v3-hero-submit {
  min-width: 320px;
  background: var(--ac-brand);
  border-color: var(--ac-brand);
  color: #fff;
  box-shadow: 0 10px 24px rgba(155, 144, 126, 0.28);
}

.ac-v3-hero-submit:hover {
  background: var(--ac-brand-dark);
  border-color: var(--ac-brand-dark);
  color: #fff;
  box-shadow: 0 14px 28px rgba(155, 144, 126, 0.34);
}

.ac-v3-summary-card,
.ac-v3-summary-note {
  padding: 28px 30px;
  border-radius: 28px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.ac-v3-summary-card h3 {
  font-size: 20px;
  margin-bottom: 24px;
}

.ac-v3-summary-list {
  margin-top: 8px;
  gap: 0;
}

.ac-v3-summary-list li {
  align-items: center;
  padding: 16px 0;
}

.ac-v3-summary-list strong {
  font-size: 16px;
  font-weight: 700;
}

[data-v3-summary-item="title"] em {
  display: block;
  text-align: right;
}

[data-v3-summary-artwork-title] {
  font-style: italic;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 700;
  color: var(--ac-text);
}

.ac-v3-summary-thumb {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  box-shadow: none;
}

.ac-v3-summary-note {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-top: 24px;
  padding: 22px 24px;
  border-radius: 24px;
  border: 1px solid rgba(16, 24, 40, 0.06);
  background: #f7f6f3;
}

.ac-v3-summary-note-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #aba39b;
}

.ac-v3-summary-note-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ac-v3-summary-note p {
  max-width: 340px;
  margin: 0;
  color: #8d857d;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.02em;
}

.ac-v3-analyzing-view {
  width: min(100%, calc(100% - 64px));
  min-height: calc(100vh - 140px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 48px 0 72px;
}

.ac-v3-analyzing-card {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}

.ac-v3-analyzing-ring {
  position: relative;
  width: 84px;
  height: 84px;
  margin: 0 auto 28px;
}

.ac-v3-analyzing-ring-track,
.ac-v3-analyzing-ring-spin {
  position: absolute;
  inset: 0;
  border: 4px solid #dcded9;
  border-radius: 50%;
}

.ac-v3-analyzing-ring-spin {
  border-color: #17191d #17191d transparent transparent;
  animation: ac-v3-spin 1.2s linear infinite;
}

.ac-v3-analyzing-icon {
  position: absolute;
  inset: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  fill: none;
  stroke: #8d8f97;
  stroke-width: 1.8;
}

.ac-v3-analyzing-title {
  margin: 0;
  color: var(--ac-text);
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.05em;
}

.ac-v3-analyzing-copy {
  margin: 16px auto 0;
  max-width: 440px;
  color: #6b7280;
  font-size: 18px;
  line-height: 1.6;
}

@keyframes ac-v3-spin {
  to {
    transform: rotate(360deg);
  }
}

.ac-v3-ineligible-view {
  width: min(860px, calc(100% - 64px));
  margin: 0 auto;
  padding: 44px 0 72px;
}

.ac-v3-ineligible-card {
  max-width: 760px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ac-v3-result-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border-radius: 20px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.ac-v3-result-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #6b7280;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ac-v3-ineligible-chip {
  margin-bottom: 22px;
}

.ac-v3-ineligible-chip--subtle {
  background: rgba(255, 255, 255, 0.98);
}

.ac-v3-ineligible-title {
  max-width: 680px;
  margin: 0;
  font-size: clamp(38px, 4.2vw, 54px);
  line-height: 1.1;
  letter-spacing: -0.055em;
}

.ac-v3-ineligible-copy {
  max-width: 720px;
  margin-top: 18px;
  font-size: 19px;
  line-height: 1.7;
}

.ac-v3-ineligible-points {
  margin-top: 34px;
  gap: 12px;
}

.ac-v3-ineligible-point {
  padding: 22px 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(16, 24, 40, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}

.ac-v3-ineligible-point > span:last-child {
  display: block;
  width: 100%;
  max-width: none;
  min-width: 0;
  line-height: 1.45;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}

.ac-v3-ineligible-point-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(16, 24, 40, 0.1);
  background: rgba(247, 246, 242, 0.98);
  color: #746d68;
}

.ac-v3-ineligible-point-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ac-v3-ineligible-actions {
  margin-top: 34px;
  gap: 16px;
}

.ac-v3-ineligible-secondary {
  display: inline-flex;
  align-items: center;
  min-height: 56px;
  padding: 0 14px;
  color: #6b7280;
  font-size: 17px;
  font-weight: 700;
}

.ac-v3-review-submitted-actions,
.ac-v3-offer-submitted-actions {
  margin-top: 36px;
}

.ac-v3-manual-view .ac-v3-ineligible-title,
.ac-v3-review-submitted-view .ac-v3-ineligible-title,
.ac-v3-offer-submitted-view .ac-v3-ineligible-title {
  max-width: 640px;
}

.ac-v3-offer-frame {
  width: min(100%, 1080px);
  margin: 20px auto 0;
}

.ac-v3-offer-hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.18fr);
  gap: 0;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(28, 28, 30, 0.06);
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}

.ac-v3-offer-artwork-shell {
  min-height: 100%;
  padding: 34px 28px;
  background: linear-gradient(180deg, #f5f1e8 0%, #efe8db 100%);
  border-right: 1px solid rgba(28, 28, 30, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.ac-v3-offer-artwork-frame {
  width: min(100%, 320px);
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: block;
  overflow: hidden;
}

.ac-v3-offer-artwork-image {
  width: 100%;
  height: auto;
  max-height: 340px;
  display: block;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: normal;
  opacity: 1;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: scale(1.05);
  transform-origin: center;
}

.ac-v3-offer-artwork-gradient {
  display: none;
}

.ac-v3-offer-artwork-meta {
  display: block;
  width: min(100%, 320px);
  text-align: center;
  padding: 0;
}

.ac-v3-offer-artwork-meta span {
  display: block;
  margin-bottom: 6px;
  color: #7b746e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ac-v3-offer-artwork-meta strong {
  display: block;
  color: #0f172a;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 400;
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  letter-spacing: -0.03em;
}

.ac-v3-offer-artwork-meta em {
  display: block;
  margin-top: 4px;
  color: #6b7280;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.ac-v3-offer-content {
  padding: 40px 42px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  min-width: 0;
}

.ac-v3-offer-card {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ac-v3-offer-kicker {
  display: block;
  color: #7b746e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ac-v3-offer-kicker::before {
  content: none;
}

.ac-v3-offer-amount-row {
  margin-top: 10px;
}

.ac-v3-offer-card strong {
  margin-top: 0;
  font-size: clamp(40px, 4.7vw, 60px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.ac-v3-offer-range-meta {
  display: none;
}

.ac-v3-offer-usd {
  margin: 8px 0 0;
  color: #746d68;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.ac-v3-offer-divider {
  width: 100%;
  height: 1px;
  background: rgba(16, 24, 40, 0.08);
}

.ac-v3-offer-summary-card {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ac-v3-offer-summary-kicker {
  display: block;
  color: #18181b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ac-v3-offer-summary-row {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(12, 171, 101, 0.14);
  background: #eef8f2;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.ac-v3-offer-summary-row span {
  color: #0b8a63;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: none;
}

.ac-v3-offer-summary-row strong {
  color: #0b8a63;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  margin-left: auto;
}

.ac-v3-offer-perk-icon {
  width: 20px;
  height: 20px;
  color: #0b8a63;
  flex: 0 0 auto;
}

.ac-v3-offer-summary-total {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ac-v3-offer-summary-total span {
  color: #18181b;
  font-size: 16px;
  font-weight: 700;
}

.ac-v3-offer-summary-total strong {
  color: #111827;
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.ac-v3-offer-summary-total small {
  color: #746d68;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.ac-v3-offer-description {
  max-width: 520px;
  margin-top: 18px;
  color: #746d68;
  font-size: 15px;
  line-height: 1.65;
}

.ac-v3-offer-actions {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}

.ac-v3-offer-actions .ac-v3-ineligible-primary {
  width: 100%;
  min-width: 0;
  min-height: 64px;
  padding-inline: 24px;
  border-radius: 14px;
  background: var(--ac-brand);
  border-color: var(--ac-brand);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 14px 28px rgba(165, 153, 129, 0.24);
  justify-content: center;
  gap: 10px;
}

.ac-v3-offer-actions .ac-v3-ineligible-primary:hover {
  background: var(--ac-brand-dark);
  border-color: var(--ac-brand-dark);
  color: #fff;
}

.ac-v3-offer-actions .ac-v3-ineligible-secondary {
  width: 100%;
  min-height: 48px;
  margin-top: 8px;
  padding: 0;
  color: #87817c;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
}

.ac-v3-offer-primary-icon {
  font-size: 20px;
  line-height: 1;
}

.ac-v3-step[data-v3-step="offer"] > .ac-v3-step-title,
.ac-v3-step[data-v3-step="offer"] > .ac-v3-step-help {
  text-align: center;
}

.ac-v3-step[data-v3-step="offer"] > .ac-v3-step-title {
  font-size: clamp(34px, 3.4vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.ac-v3-step[data-v3-step="offer"] > .ac-v3-step-help {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: #7b746e;
  font-size: 17px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .ac-v3-overlay-grid {
    width: min(100%, calc(100% - 40px));
    padding: 40px 0 56px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ac-v3-overlay-main {
    max-width: 100%;
    padding-bottom: 96px;
  }

  .ac-v3-overlay-aside {
    display: none;
  }

  .ac-v3-choice-grid--double,
  .ac-v3-choice-grid--compact {
    grid-template-columns: 1fr;
  }

  .ac-v3-offer-hero {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ac-v3-step[data-v3-step="offer"] > .ac-v3-step-title,
  .ac-v3-step[data-v3-step="offer"] > .ac-v3-step-help {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .ac-v3-offer-artwork-shell {
    padding: 28px 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(28, 28, 30, 0.06);
  }

  .ac-v3-offer-content {
    padding: 30px 28px 28px;
    gap: 20px;
  }

  .ac-v3-offer-card strong {
    font-size: clamp(38px, 7vw, 54px);
  }
}

@media (max-width: 720px) {
  .ac-v3-overlay-topbar {
    min-height: 54px;
    padding: 0 16px;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
  }

  .ac-v3-overlay-mobile-back {
    display: inline-flex;
    width: 28px;
    height: 28px;
  }

  .ac-v3-overlay-mobile-back svg {
    width: 20px;
    height: 20px;
    stroke-width: 1.9;
  }

  .ac-v3-overlay-step-mobile {
    display: block;
    justify-self: center;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.03em;
  }

  .ac-v3-overlay-steps {
    display: none;
  }

  .ac-v3-overlay-grid,
  .ac-v3-ineligible-view,
  .ac-v3-analyzing-view {
    width: calc(100% - 24px);
  }

  .ac-v3-form-panel[data-stage="offer"] .ac-v3-overlay-grid {
    width: calc(100% - 24px);
  }

  .ac-v3-overlay-grid {
    display: block;
    padding: 32px 0 20px !important;
  }

  .ac-v3-overlay-main {
    max-width: none;
    padding-top: 0 !important;
    padding-bottom: 88px;
  }

  .ac-v3-form-head {
    margin-top: 0 !important;
    margin-bottom: 12px;
  }

  .ac-v3-form-title {
    font-size: 32px;
    line-height: 1.08;
  }

  .ac-v3-step-title,
  .ac-v3-inline-label {
    font-size: 17px;
  }

  .ac-v3-step-help,
  .ac-v3-step-caption {
    font-size: 14px;
  }

  .ac-v3-choice {
    min-height: 84px;
    padding: 16px;
    border-radius: 18px;
  }

  .ac-v3-choice::before {
    width: 20px;
    height: 20px;
  }

  .ac-v3-choice strong {
    font-size: 17px;
  }

  .ac-v3-choice span {
    font-size: 13px;
    line-height: 1.4;
  }

  .ac-v3-unit-toggle {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 4px;
    border-radius: 22px;
  }

  .ac-v3-unit-toggle .ac-v3-choice--pill {
    min-width: 0;
    width: 100%;
    min-height: 52px;
    padding: 0 12px;
    border-radius: 18px;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .ac-v3-choice-grid--compact {
    gap: 8px;
  }

  .ac-v3-choice--pill {
    min-height: 68px;
    padding: 10px 12px;
    border-radius: 16px;
    font-size: 14px;
  }

  .ac-v3-choice--pill strong {
    font-size: 14px;
    line-height: 1.25;
  }

  .ac-v3-input,
  .ac-v3-select {
    min-height: 56px;
    font-size: 17px;
  }

  .ac-v3-upload-card {
    min-height: 220px;
    padding: 20px 16px;
    border-radius: 20px;
    border-width: 1px;
  }

  .ac-v3-upload-empty-icon {
    width: 68px;
    height: 68px;
  }

  .ac-v3-upload-empty-icon svg {
    width: 24px;
    height: 24px;
  }

  .ac-v3-upload-preview {
    width: 60px;
    height: 60px;
    border-radius: 14px;
  }

  .ac-v3-upload-empty strong,
  .ac-v3-upload-filled strong {
    font-size: 15px;
  }

  .ac-v3-upload-filled {
    gap: 14px;
  }

  .ac-v3-upload-fileline {
    gap: 10px;
  }

  .ac-v3-upload-check {
    width: 28px;
    height: 28px;
  }

  .ac-v3-upload-check svg {
    width: 28px;
    height: 28px;
  }

  .ac-v3-form-nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ac-v3-form-footer .ac-v3-back,
  .ac-v3-form-footer [data-v3-back] {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  .ac-v3-hero-submit {
    min-width: 0;
    width: 100%;
    min-height: 54px;
    border-radius: 18px;
    font-size: 16px;
  }

  .ac-v3-analyzing-view,
  .ac-v3-ineligible-view {
    padding: 28px 0 40px;
  }

  .ac-v3-result-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 22px;
    border-radius: 18px;
  }

  .ac-v3-result-icon svg {
    width: 24px;
    height: 24px;
  }

  .ac-v3-ineligible-title,
  .ac-v3-analyzing-title {
    font-size: clamp(34px, 12vw, 44px);
  }

  .ac-v3-ineligible-copy,
  .ac-v3-analyzing-copy {
    font-size: 17px;
  }

  .ac-v3-ineligible-point {
    padding: 16px 18px;
    font-size: 15px;
    border-radius: 20px;
  }

  .ac-v3-ineligible-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ac-v3-ineligible-primary,
  .ac-v3-result-cta--outline {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    font-size: 16px;
  }

  .ac-v3-ineligible-secondary {
    min-height: 48px;
    justify-content: center;
    padding: 0;
    font-size: 16px;
  }

  .ac-v3-offer-artwork-shell {
    min-height: auto;
    padding: 24px 18px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }

  .ac-v3-offer-artwork-frame {
    width: min(100%, 272px);
    min-height: auto;
    padding: 0;
  }

  .ac-v3-offer-artwork-image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 290px;
    transform: scale(1.05);
  }

  .ac-v3-offer-artwork-meta {
    width: 100%;
    text-align: center;
    max-width: 272px;
  }

  .ac-v3-offer-artwork-meta span {
    margin-bottom: 6px;
    color: rgba(30, 34, 43, 0.56);
    font-size: 11px;
  }

  .ac-v3-offer-artwork-meta strong {
    color: #111827;
    font-size: 18px;
  }

  .ac-v3-offer-artwork-meta em {
    margin-top: 6px;
    color: rgba(30, 34, 43, 0.64);
    font-size: 13px;
  }

  .ac-v3-offer-kicker {
    font-size: 16px;
    letter-spacing: 0.08em;
  }

  .ac-v3-offer-card strong {
    font-size: 44px;
  }

  .ac-v3-offer-usd {
    font-size: 14px;
  }

  .ac-v3-offer-content {
    padding: 24px 20px 22px;
    gap: 18px;
  }

  .ac-v3-offer-description {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.55;
  }

  .ac-v3-offer-summary-kicker {
    font-size: 11px;
  }

  .ac-v3-offer-summary-row {
    margin-top: 16px;
    padding: 13px 14px;
  }

  .ac-v3-offer-summary-row strong {
    font-size: 15px;
  }

  .ac-v3-offer-summary-total {
    margin-top: 10px;
  }

  .ac-v3-offer-summary-total strong {
    font-size: 42px;
  }

  .ac-v3-offer-actions {
    margin-top: 18px;
  }

  .ac-v3-offer-actions .ac-v3-ineligible-primary {
    min-height: 60px;
    font-size: 17px;
    padding-inline: 22px;
  }

  .ac-v3-offer-actions .ac-v3-ineligible-secondary {
    justify-content: center;
    min-height: 44px;
    font-size: 17px;
  }

  .ac-v3-step[data-v3-step="offer"] > .ac-v3-step-title {
    font-size: 30px;
    line-height: 1;
  }

  .ac-v3-summary-note {
    margin-top: 20px;
    padding: 16px;
  }
}
