/* Enati Perks marketing — Apple-inspired layout, Tiffany theme */
:root {
  --color-primary: #0abab5;
  --tiffany: var(--color-primary, #0abab5);
  --tiffany-dark: #089691;
  --tiffany-light: #e6f9f8;
  --tiffany-glow: rgba(10, 186, 181, 0.14);
  --text: #1a1a1a;
  --text-muted: #5c5c5c;
  --bg: #fbfbfb;
  --white: #ffffff;
  --radius: 18px;
  --radius-sm: 12px;
  --font: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --content-max: 980px;
  --pane-pad: clamp(2.5rem, 6vw, 4.5rem);
}

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

body.marketing {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* Top bar */
.marketing-topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(251, 251, 251, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(10, 186, 181, 0.12);
}

.marketing-topbar-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.marketing-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  line-height: 0;
}

.marketing-logo .product-logo-img {
  display: block;
  height: 2.125rem;
  width: auto;
  max-width: min(12.5rem, 46vw);
  object-fit: contain;
}

.marketing-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.25rem 1.25rem;
  flex: 1;
}

.marketing-nav a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 500;
}

.marketing-nav a:hover {
  color: var(--tiffany-dark);
}

.marketing-lang-btn {
  background: transparent;
  border: 1px solid rgba(10, 186, 181, 0.35);
  color: var(--tiffany-dark);
  border-radius: 999px;
  padding: 0.3rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  min-height: 36px;
  cursor: pointer;
  flex-shrink: 0;
}

.marketing-lang-btn:hover {
  background: var(--tiffany-light);
}

@media (max-width: 640px) {
  .marketing-topbar-inner {
    flex-wrap: wrap;
  }

  .marketing-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
  }

  .marketing-lang-btn {
    margin-left: auto;
  }
}

/* Panes */
.marketing-main {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pane {
  padding: var(--pane-pad) 1.25rem;
}

.pane-head {
  max-width: var(--content-max);
  margin: 0 auto 2rem;
  text-align: center;
}

.pane-head h2 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0;
  color: var(--text);
}

.pane-sub {
  max-width: 34rem;
  margin: 0.75rem auto 0;
  color: var(--text-muted);
  font-size: 1.0625rem;
}

.pane-eyebrow {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--tiffany-dark);
  letter-spacing: 0.02em;
  margin: 0 0 0.75rem;
}

.pane-lead {
  font-size: clamp(1.0625rem, 2.5vw, 1.25rem);
  color: var(--text-muted);
  max-width: 28rem;
  margin: 0 0 1.75rem;
  line-height: 1.55;
}

/* Pane 1 — Hero */
.pane-hero {
  max-width: var(--content-max);
  margin: 0 auto;
  padding-top: clamp(2rem, 5vw, 3.5rem);
  padding-bottom: clamp(2rem, 5vw, 3.5rem);
  text-align: center;
}

.pane-hero .pane-lead {
  margin-left: auto;
  margin-right: auto;
}

.pane-hero .pane-actions {
  justify-content: center;
}

.pane-hero .pane-eyebrow {
  font-size: clamp(1.0625rem, 2.8vw, 1.375rem);
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
}

.pane-hero h1 {
  font-size: clamp(2rem, 5.5vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0 0 1rem;
  color: var(--text);
}

/* Pro promo banner */
.pane-promo {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2rem) clamp(2rem, 5vw, 3rem);
}

.promo-banner {
  text-align: center;
  padding: clamp(1.75rem, 4vw, 2.5rem) clamp(1.25rem, 4vw, 2rem);
  border-radius: 1.25rem;
  background: linear-gradient(145deg, var(--tiffany) 0%, var(--tiffany-dark) 100%);
  color: #fff;
  box-shadow: 0 12px 40px rgba(10, 186, 181, 0.22);
}

.promo-eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.92;
}

.promo-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 4vw, 2.125rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.promo-lead {
  margin: 0 auto 1.25rem;
  max-width: 42rem;
  font-size: 1.0625rem;
  line-height: 1.55;
  opacity: 0.95;
}

.promo-banner .btn-primary {
  background: #fff;
  color: var(--tiffany-dark);
}

.promo-banner .btn-primary:hover {
  background: rgba(255, 255, 255, 0.92);
}

.promo-fineprint {
  margin: 1rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  opacity: 0.85;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.signup-promo-pill {
  display: inline-block;
  margin: 0.75rem 0 0;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(10, 186, 181, 0.12);
  color: var(--tiffany-dark);
  font-size: 0.875rem;
  font-weight: 600;
}

.pane-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--tiffany);
  color: var(--white);
  font-weight: 600;
  font-size: 1rem;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  text-decoration: none;
  border: none;
  min-height: 44px;
}

.btn-primary:hover {
  background: var(--tiffany-dark);
}

.btn-primary--large {
  font-size: 1.0625rem;
  padding: 0.9rem 1.75rem;
  min-height: 48px;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--tiffany-dark);
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 0.65rem 1.15rem;
  border-radius: 999px;
  text-decoration: none;
  border: 2px solid var(--tiffany);
  min-height: 44px;
}

.btn-secondary:hover {
  background: rgba(10, 186, 181, 0.08);
}

.pricing-plan--featured .btn-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.pricing-plan--featured .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.btn-link {
  color: var(--tiffany-dark);
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
}

.btn-link:hover {
  text-decoration: underline;
}

/* Pane 2 — Built (Apple-style bento) */
.pane-built {
  background: linear-gradient(180deg, var(--tiffany-light) 0%, var(--bg) 100%);
}

.bento-built {
  max-width: var(--content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-rows: auto auto;
  gap: 0.75rem;
}

.bento-panel {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.75rem;
  border: 1px solid rgba(10, 186, 181, 0.12);
  box-shadow: 0 8px 32px rgba(10, 186, 181, 0.08);
}

.bento-panel--hero {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  background: linear-gradient(145deg, var(--white) 40%, var(--tiffany-light) 100%);
}

.bento-panel--accent {
  background: linear-gradient(135deg, var(--tiffany) 0%, var(--tiffany-dark) 100%);
  border: none;
  color: var(--white);
}

.bento-panel--accent h3,
.bento-panel--accent p {
  color: var(--white);
}

.bento-panel--accent p {
  opacity: 0.92;
}

.panel-copy h3 {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem;
  color: var(--text);
}

.panel-copy p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.55;
}

.panel-visual--card {
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: 1.25rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  align-self: center;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

.mini-qr {
  width: 72px;
  height: 72px;
  margin: 0 auto 1rem;
  background:
    linear-gradient(90deg, var(--text) 33%, transparent 33%) 0 0 / 8px 8px,
    linear-gradient(var(--text) 33%, transparent 33%) 0 0 / 8px 8px;
  background-color: var(--white);
  border: 3px solid var(--text);
  border-radius: 4px;
  opacity: 0.85;
}

.mini-stars {
  display: flex;
  justify-content: center;
  gap: 0.35rem;
}

.mini-stars span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(10, 186, 181, 0.15);
}

.mini-stars span.on {
  background: var(--tiffany);
}

@media (max-width: 768px) {
  .bento-built {
    grid-template-columns: 1fr;
  }

  .bento-panel--hero {
    grid-row: span 1;
  }
}

/* Pane 4 — Pricing tiers */
.pane-pricing {
  padding-bottom: calc(var(--pane-pad) * 0.5);
}

.pane-head--pricing {
  max-width: 42rem;
}

.pricing-grid {
  max-width: var(--content-max);
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.pricing-plan {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid rgba(10, 186, 181, 0.12);
  border-radius: var(--radius);
  padding: 1.5rem 1.25rem 1.25rem;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}

.pricing-plan--featured {
  background: #1a2332;
  border-color: rgba(10, 186, 181, 0.35);
  box-shadow: 0 12px 40px rgba(10, 186, 181, 0.2);
  position: relative;
}

.pricing-plan-badge {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--tiffany);
  margin: 0 0 0.5rem;
}

.pricing-plan--featured .pricing-plan-badge {
  color: #f4a261;
}

.pricing-plan-name {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--text);
}

.pricing-plan--featured .pricing-plan-name {
  color: #f4a261;
}

.pricing-plan-price {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0;
  line-height: 1.15;
  color: var(--text);
}

.pricing-plan--featured .pricing-plan-price {
  color: #fff;
}

.pricing-plan-period {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-muted);
}

.pricing-plan--featured .pricing-plan-period {
  color: rgba(255, 255, 255, 0.65);
}

.pricing-plan-etb {
  font-size: 0.8125rem;
  color: var(--text-muted);
  margin: 0.25rem 0 0.75rem;
}

.pricing-plan--featured .pricing-plan-etb {
  color: rgba(255, 255, 255, 0.55);
}

.pricing-plan-audience {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--tiffany-dark);
  margin: 0 0 1rem;
}

.pricing-plan--featured .pricing-plan-audience {
  color: rgba(255, 255, 255, 0.75);
}

.pricing-plan-features {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  flex: 1;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--text-muted);
}

.pricing-plan--featured .pricing-plan-features {
  color: rgba(255, 255, 255, 0.8);
}

.pricing-plan-features li {
  margin-bottom: 0.35rem;
  padding-left: 0;
}

.pricing-plan-features li::before {
  content: '· ';
  color: var(--tiffany);
  font-weight: 700;
}

.pricing-plan--featured .pricing-plan-features li::before {
  color: var(--tiffany);
}

.pricing-plan-examples {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin: -0.5rem 0 1rem;
  font-style: italic;
}

.pricing-plan-cta {
  width: 100%;
  text-align: center;
  margin-top: auto;
  box-sizing: border-box;
}

.pricing-plan--featured .btn-primary {
  background: var(--tiffany);
  border-color: var(--tiffany);
}

.pricing-close {
  max-width: var(--content-max);
  margin: 1.5rem auto 0;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.5;
}

@media (max-width: 820px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 22rem;
  }

  .pricing-plan--featured {
    order: -1;
  }
}

/* Discover band — events + directory */
.home-discover {
  background: var(--white);
  border-top: 1px solid rgba(10, 186, 181, 0.1);
  border-bottom: 1px solid rgba(10, 186, 181, 0.1);
}

.home-discover .pane-events,
.home-discover .pane-directory {
  padding: 1.15rem 1.25rem;
  max-width: var(--content-max);
  margin: 0 auto;
}

.home-discover .pane-events {
  padding-bottom: 0.35rem;
}

.home-discover .pane-directory {
  padding-top: 0.35rem;
}

.home-discover .pane-events:not([hidden]) + .pane-directory {
  border-top: 1px solid rgba(10, 186, 181, 0.08);
  padding-top: 1rem;
}

@media (min-width: 860px) {
  .home-discover {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0 1.5rem;
    max-width: var(--content-max);
    margin: 0 auto;
    padding: 1.15rem 1.25rem;
  }

  .home-discover .pane-events,
  .home-discover .pane-directory {
    padding: 0;
    margin: 0;
    max-width: none;
  }

  .home-discover .pane-events:not([hidden]) {
    flex: 1 1 calc(50% - 0.75rem);
    padding-right: 1.25rem;
    border-right: 1px solid rgba(10, 186, 181, 0.08);
  }

  .home-discover .pane-directory {
    flex: 1 1 calc(50% - 0.75rem);
  }

  .home-discover .pane-events[hidden] + .pane-directory {
    flex: 1 1 100%;
  }

  .home-discover .pane-events:not([hidden]) + .pane-directory {
    border-top: none;
    padding-top: 0;
  }
}

.discover-block {
  width: 100%;
}

.discover-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  margin-bottom: 0.65rem;
}

.discover-head h2 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
}

.discover-lead {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--text-muted);
  line-height: 1.4;
  text-align: left;
}

.home-card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Pane — Public directory */
.directory-body {
  width: 100%;
}

.directory-subhead {
  margin: 0 0 0.65rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-muted, #5c5c5c);
}

.directory-featured-wrap {
  margin-bottom: 0;
}

#directory-all-wrap {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(10, 186, 181, 0.08);
}

.directory-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  width: 10.5rem;
  min-height: 8.25rem;
  padding: 0.85rem 0.75rem 0.75rem;
  background: var(--bg, #fbfbfb);
  border: 1px solid rgba(10, 186, 181, 0.12);
  border-radius: var(--radius-sm, 12px);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.directory-card:hover {
  border-color: rgba(10, 186, 181, 0.35);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.directory-card--featured {
  border-color: var(--shop-accent, var(--tiffany, #0abab5));
  background: var(--white, #fff);
}

.events-card {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto auto;
  column-gap: 0.65rem;
  row-gap: 0.15rem;
  align-items: start;
  width: min(100%, 18.5rem);
  padding: 0.75rem 0.85rem;
  background: var(--bg, #fbfbfb);
  border: 1px solid rgba(10, 186, 181, 0.12);
  border-radius: var(--radius-sm);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.events-card:hover {
  border-color: rgba(10, 186, 181, 0.35);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.events-card-logo,
.events-card-mark {
  grid-row: 1 / span 4;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 8px;
  object-fit: cover;
}

.events-card-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
}

.events-card-merchant {
  font-size: 0.68rem;
  color: var(--text-muted);
  line-height: 1.2;
}

.events-card-title {
  font-size: 0.9rem;
  line-height: 1.25;
  color: var(--text);
}

.events-card-when {
  font-size: 0.75rem;
  color: var(--tiffany-dark);
  font-weight: 600;
}

.events-card-desc {
  font-size: 0.75rem;
  color: var(--text-muted);
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.events-card-cta {
  grid-column: 2;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--tiffany-dark);
}

.directory-card-badge {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  font-size: 0.58rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--tiffany-dark, #089691);
  background: rgba(10, 186, 181, 0.12);
  padding: 0.2rem 0.45rem;
  border-radius: 4px;
}

.directory-card-badge--event {
  top: auto;
  bottom: 0.5rem;
  right: 0.5rem;
  color: #4338ca;
  background: #eef2ff;
}

.directory-card-logo {
  width: 2.75rem;
  height: 2.75rem;
  object-fit: contain;
  border-radius: 8px;
}

.directory-card-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}

.directory-card-name {
  font-weight: 600;
  text-align: center;
  font-size: 0.82rem;
  line-height: 1.25;
}

.directory-card-cta {
  font-size: 0.72rem;
  color: var(--tiffany-dark, #089691);
  font-weight: 600;
}

.directory-empty,
.directory-error {
  margin: 0.75rem 0 0;
  color: var(--text-muted, #5c5c5c);
  font-size: 0.875rem;
}

.directory-error {
  color: #b91c1c;
}

/* Pane 5 — Start / contact */
.pane-start {
  padding: 1.5rem 1.25rem 1.75rem;
}

.start-card--cta-only {
  grid-template-columns: 1fr;
  max-width: var(--content-max);
  width: 100%;
}

.start-cta--full {
  padding: 1.35rem 1.25rem 1.15rem;
  text-align: center;
  align-items: stretch;
  width: 100%;
}

.start-card--cta-only .start-cta--full h2 {
  font-size: 1.2rem;
  margin-bottom: 0.45rem;
  max-width: none;
  width: 100%;
}

.start-card--cta-only .start-cta--full p {
  font-size: 0.9rem;
  margin: 0 0 1rem;
  max-width: none;
  width: 100%;
  line-height: 1.45;
}

.start-card--cta-only .start-cta--full .btn-primary--large {
  width: 100%;
  max-width: none;
  min-width: 0;
  padding-left: 1.35rem;
  padding-right: 1.35rem;
  box-sizing: border-box;
}

.start-cta--full .start-fine {
  margin-top: 0.85rem;
  margin-bottom: 0;
  max-width: none;
  width: 100%;
  font-size: 0.7rem;
  line-height: 1.4;
}

.start-card {
  max-width: var(--content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 0;
  background: var(--white);
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
  box-shadow: 0 16px 48px var(--tiffany-glow);
  border: 1px solid rgba(10, 186, 181, 0.15);
}

.start-pricing {
  padding: 2rem 2rem 2rem 2.25rem;
  background: var(--bg);
  border-right: 1px solid rgba(10, 186, 181, 0.1);
}

.start-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--tiffany-dark);
  margin: 0 0 0.5rem;
}

.start-price {
  font-size: clamp(2.25rem, 5vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  margin: 0;
  line-height: 1;
  color: var(--text);
}

.start-price span {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-muted);
  margin-top: 0.35rem;
  letter-spacing: 0;
}

.start-note {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin: 0.75rem 0 1.25rem;
}

.start-detail,
.start-fine {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin: 0 0 0.75rem;
  line-height: 1.55;
}

.start-fine {
  margin-bottom: 0;
  font-size: 0.75rem;
}

.start-cta {
  padding: 2rem 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.start-cta h2 {
  font-size: clamp(1.375rem, 3vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 0.75rem;
  color: var(--text);
}

.start-cta p {
  font-size: 1rem;
  color: var(--text-muted);
  margin: 0 0 1.5rem;
  line-height: 1.55;
}

@media (max-width: 768px) {
  .start-card {
    grid-template-columns: 1fr;
  }

  .start-pricing {
    border-right: none;
    border-bottom: 1px solid rgba(10, 186, 181, 0.1);
  }
}

/* Footer */
.marketing-footer {
  text-align: center;
  padding: 1.5rem 1.25rem 2rem;
  font-size: 0.8125rem;
  color: var(--text-muted);
}

.marketing-footer a {
  color: var(--tiffany-dark);
  text-decoration: none;
}

.marketing-footer a:hover {
  text-decoration: underline;
}

.marketing-footer p {
  margin: 0.25rem 0;
}

/* Merchant signup */
.signup-main {
  max-width: 560px;
  margin: 0 auto;
  padding-bottom: 2rem;
}

.pane-head--centered {
  text-align: center;
}

.signup-plan-pill {
  display: inline-block;
  margin: 0.75rem 0 0;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: var(--tiffany-light);
  color: var(--tiffany-dark);
  font-size: 0.9rem;
}

.signup-card {
  background: var(--white);
  border: 1px solid rgba(10, 186, 181, 0.14);
  border-radius: var(--radius);
  padding: clamp(1.25rem, 4vw, 1.75rem);
  box-shadow: 0 8px 32px var(--tiffany-glow);
}

.signup-card .field-group {
  margin-bottom: 1rem;
}

.signup-card label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.35rem;
}

.signup-card input[type='text'],
.signup-card input[type='email'],
.signup-card input[type='tel'],
.signup-card input[type='password'] {
  width: 100%;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: var(--radius-sm);
  font: inherit;
}

.signup-slug-row {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}

.signup-slug-prefix {
  font-size: 0.85rem;
  color: var(--text-muted);
  padding: 0.65rem 0.5rem 0.65rem 0;
  white-space: nowrap;
}

.signup-slug-row input {
  flex: 1;
  min-width: 8rem;
}

.field-hint {
  margin: 0.35rem 0 0;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.signup-captcha {
  margin: 1rem 0;
}

.signup-submit {
  width: 100%;
  margin-top: 0.5rem;
}

.signup-footnote {
  margin: 1rem 0 0;
  font-size: 0.82rem;
  color: var(--text-muted);
  text-align: center;
}

.signup-message {
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
}

.signup-message.error {
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}

.signup-success {
  text-align: center;
}

.signup-success-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--tiffany-dark);
}

.signup-success .btn-secondary {
  margin-top: 1.25rem;
  display: inline-block;
}

.signup-section {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(10, 186, 181, 0.12);
}

.signup-section-title {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 600;
}

.signup-section-lead {
  margin: 0 0 1rem;
}

.signup-card input[type='file'] {
  width: 100%;
  font-size: 0.88rem;
}

.signup-logo-preview {
  margin-top: 0.75rem;
}

.signup-logo-preview img {
  max-width: 120px;
  max-height: 120px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(0, 0, 0, 0.08);
  object-fit: contain;
  background: #fff;
}
