/**
 * AC Property V3 - module styles (site-mockup-v3.html)
 */


:root {
  --red: #C8202F;
  --deep-red: #A91823;
  --ink: #0E0E10;
  --charcoal: #1C1C1F;
  --body: #484644;
  --muted: #8A867F;
  --cream: #FAF7F2;
  --cream-deep: #F5F0E8;
  --card: #FFFFFF;
  --soft-red: #F4D9D5;
  --border: #E8E3DB;
}



/* ── MAIN WRAPPER — white panel on cream ── */

/* ── SECONDARY BAR — top of white panel ── */
.secondary-bar {
  border-top: 3px solid var(--red);
  border-bottom: 1px solid var(--border);
  padding: 10px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11.5px;
  color: var(--muted);
}
.secondary-bar-left { display: flex; align-items: center; gap: 8px; font-weight: 500; letter-spacing: 0.3px; }
.breadcrumb-sep { color: var(--border); }
.breadcrumb-current { color: var(--ink); font-weight: 500; }
.secondary-bar-right {
  display: flex;
  gap: 20px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--muted);
}
.secondary-bar-right span { cursor: pointer; }
.secondary-bar-right span:hover { color: var(--red); }
.secondary-bar-dot { color: var(--border); }

/* Mockup SPA page toggles — scoped so WP body.page is not hidden */
.acp-mockup-pages .page { display: none; }
.acp-mockup-pages .page.active { display: block; }

/* ── HERO ── */
.hero {
  padding: 80px 56px 96px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  align-items: start;
}

.hero-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: var(--red);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}
.hero-eyebrow::before {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: var(--red);
  flex-shrink: 0;
}
.hero-eyebrow-sub {
  padding-left: 38px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 28px;
}

.hero-h1 {
  font-size: 62px;
  font-weight: 400;
  letter-spacing: -2.5px;
  line-height: 1;
  color: var(--ink);
  margin-bottom: 28px;
}
.hero-h1 em,
.hero-h1 strong {
  font-style: normal;
  font-weight: inherit;
  color: var(--red);
}

/* Homepage hero headline — smaller than other heroes (longer copy) */
.hero-h1-home {
  font-size: clamp(48px, 5.4vw, 76px);
  letter-spacing: -2px;
  line-height: 1.02;
  margin-bottom: 12px;
}
.hero-h1-sub {
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 1.25;
  color: var(--ink);
  margin: 0 0 22px;
}
.hero-h1-sub em,
.hero-h1-sub strong {
  font-style: normal;
  font-weight: inherit;
  color: var(--red);
}
.hero-proofline {
  font-size: 12.5px; font-weight: 600; letter-spacing: 0.02em;
  color: var(--muted); margin: 14px 0 0;
}
.hero-stats {
  display: flex;
  border-top: 1px solid var(--border);
  margin: 24px 0 0;
  padding-top: 19px;
}
.hero-stat {
  flex: 1;
  padding: 0 19px;
  border-left: 1px solid var(--border);
}
.hero-stat:first-child { padding-left: 0; border-left: none; }
.hero-stat-icon { color: var(--red); margin-bottom: 9px; }
.hero-stat-icon svg { width: 24px; height: 24px; display: block; }
.hero-stat-num { font-size: 14px; font-weight: 700; color: var(--ink); line-height: 1.2; }
.hero-stat-lbl { font-size: 14px; font-weight: 400; color: var(--muted); line-height: 1.45; margin-top: 4px; }
@media (max-width: 600px) {
  .hero-stats { flex-direction: column; gap: 16px; }
  .hero-stat { padding: 0; border-left: none; }
}
/* Homepage hero: keep both CTAs on one row */
#page-home .hero-cta-row { flex-wrap: nowrap; }
#page-home .hero-cta-row .btn-primary,
#page-home .hero-cta-row .btn-ghost { white-space: nowrap; }
.hero-branch {
  font-size: 13.5px; font-weight: 400; line-height: 1.6;
  color: var(--body); margin: 22px 0 0;
  padding-top: 18px; border-top: 1px solid var(--border);
}
.hero-branch strong { color: var(--ink); font-weight: 700; }
.hero-branch a {
  color: var(--red); font-weight: 600; cursor: pointer;
  text-decoration: none; border-bottom: 1px solid transparent;
  transition: border-color 0.15s;
}
.hero-branch a:hover { border-bottom-color: var(--red); }
/* Objection panel */
.objection-panel {
  background: var(--cream);
  padding: 60px 56px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.obj2-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 1.8px;
  text-transform: uppercase; color: var(--red);
}
.obj2-eyebrow-rule { width: 40px; height: 2px; background: var(--red); margin: 10px 0 26px; }
.obj2-h2 {
  font-size: clamp(28px, 3.2vw, 44px); font-weight: 700;
  letter-spacing: -0.02em; color: var(--ink); line-height: 1.1; margin: 0;
}
.obj2-h2 .obj2-q { color: var(--red); }
.obj2-lead {
  font-size: 15.5px; font-weight: 300; line-height: 1.7; color: var(--body);
  max-width: 760px; margin: 18px 0 0;
}
.obj2-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 34px; }
.obj2-col { padding: 0 32px; border-left: 1px solid var(--border); }
.obj2-col:first-child { padding-left: 0; border-left: none; }
.obj2-head { display: flex; gap: 12px; margin-bottom: 12px; }
.obj2-num { font-size: 15px; font-weight: 700; color: var(--red); line-height: 1.35; flex-shrink: 0; }
.obj2-title { font-size: 16px; font-weight: 700; color: var(--ink); line-height: 1.35; letter-spacing: -0.2px; }
.obj2-desc { font-size: 14px; font-weight: 300; color: var(--body); line-height: 1.7; margin: 0; }
.obj2-quote-row {
  display: flex; align-items: stretch; gap: 22px;
  border-top: 1px solid var(--border); margin-top: 36px; padding-top: 30px;
}
.obj2-bigquote { font-size: 56px; line-height: 0.7; color: var(--red); font-weight: 700; flex-shrink: 0; }
.obj2-quote-divider { width: 2px; background: rgba(200,32,47,0.45); flex-shrink: 0; }
.obj2-pullquote {
  font-size: clamp(21px, 2.3vw, 30px); font-weight: 600; color: var(--red);
  line-height: 1.25; letter-spacing: -0.3px; margin: 0; align-self: center;
}
.obj2-readmore {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  flex-wrap: wrap;
  margin: 26px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--border);
  font-size: 13.5px;
  color: var(--body);
}
.obj2-readmore a { white-space: nowrap; }
.obj2-readmore strong { color: var(--ink); font-weight: 700; }
.obj2-readmore a {
  color: var(--red); font-weight: 600; text-decoration: none;
  border-bottom: 1px solid transparent; transition: border-color 0.15s;
}
.obj2-readmore a:hover { border-bottom-color: var(--red); }
@media (max-width: 760px) {
  .objection-panel { padding: 40px 24px; }
  .obj2-grid { grid-template-columns: 1fr; gap: 24px; }
  .obj2-col { padding: 0; border-left: none; }
  .obj2-quote-row { gap: 14px; }
}

.hero-sub {
  font-size: 16px;
  font-weight: 300;
  color: var(--body);
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 36px;
}

.hero-tagline-red {
  color: var(--red);
  font-weight: 700;
  font-size: 16px;
  margin: 8px 0 0;
}

.pricing-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.pill {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 100px;
  background: transparent;
  color: var(--body);
  border: none;
}
.pill::before { content: '● '; color: var(--red); font-size: 8px; }

/* ── TAB SWITCHER ── */
.tab-switcher {
  display: flex;
  gap: 0;
  background: var(--cream);
  border-radius: 8px;
  padding: 4px;
  width: fit-content;
  margin-bottom: 20px;
  border: 1px solid var(--border);
}
.tab-btn {
  font-size: 12.5px;
  font-weight: 400;
  padding: 8px 18px;
  border-radius: 6px;
  border: none;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  transition: all 0.2s;
  font-family: 'Manrope', sans-serif;
}
.tab-btn.active {
  background: white;
  color: var(--ink);
  font-weight: 500;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
.tab-content { display: none; }
.tab-content.active { display: block; }
.tab-detail {
  font-size: 13px;
  font-weight: 400;
  color: var(--body);
  margin-top: 8px;
}

/* ── FORM CARD ── */
.form-card {
  background: var(--cream);
  border-radius: 10px;
  padding: 32px 28px;
  border: 1px solid var(--border);
}
.form-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 6px;
}
.form-card h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.6px;
  margin-bottom: 4px;
  color: var(--ink);
}
.form-card > p, .form-card-sub {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 20px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-group { display: flex; flex-direction: column; gap: 5px; margin-top: 12px; }
.form-group label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: var(--muted);
}
.form-group input,
.form-group select,
.form-group textarea {
  font-family: 'Manrope', sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  padding: 10px 14px;
  border: 1.5px solid var(--border);
  border-radius: 6px;
  background: var(--card);
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s;
  -webkit-appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--red); }
.form-group textarea { resize: vertical; min-height: 72px; }
.form-submit {
  width: 100%;
  background: var(--red);
  color: white;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 16px;
  letter-spacing: 0.2px;
}
.form-submit:hover { background: var(--deep-red); }

/* ── SECTIONS (inside main-wrapper) ── */
.section {
  padding: 72px 56px;
}
.section.tinted {
  background: var(--cream);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.section.tight { padding: 56px 56px; }

.section-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--red);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.section-label::before {
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  background: var(--red);
  flex-shrink: 0;
}

.section-intro {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.8px;
  line-height: 1.15;
  color: var(--ink);
  margin-bottom: 12px;
  max-width: 700px;
}

.section-sub {
  font-size: 16px;
  font-weight: 300;
  color: var(--body);
  max-width: 580px;
  line-height: 1.65;
  margin-bottom: 48px;
}

/* ── THREE MARKETS V2 (card style) ── */
.markets-v2 {
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 36px;
}
.market-v2-card {
  padding: 40px 40px 36px;
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
}
.market-v2-card:last-child { border-right: none; }
.market-v2-icon {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 28px;
  flex-shrink: 0;
  height: 68px;
}
.market-v2-icon svg {
  fill: none;
  stroke: var(--red);
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 64px;
  width: auto;
  display: block;
}
.market-v2-num {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 8px;
}
.market-v2-icon.icon-sm svg { height: 52px; }
.market-v2-title {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.6px;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 18px;
}
.market-v2-divider {
  width: 24px;
  height: 2px;
  background: var(--red);
  margin-bottom: 18px;
  flex-shrink: 0;
}
.market-v2-desc {
  font-size: 14px;
  font-weight: 300;
  color: var(--body);
  line-height: 1.75;
  flex: 1;
  margin-bottom: 28px;
}
.market-v2-logos {
  border-top: 1px solid var(--border);
  padding-top: 20px;
}
.market-v2-logo-row {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}
.market-v2-logo-row img { display: block; width: auto; object-fit: contain; }
.market-v2-logo-main {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 5px;
  letter-spacing: -0.3px;
}
.market-v2-logo-main .ac { color: var(--red); }
.market-v2-logo-main .fang-zh {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  color: var(--red);
  margin-right: 8px;
}
.market-v2-logo-main .fang-en {
  font-size: 14px;
  font-weight: 600;
  color: var(--red);
  font-style: italic;
}
.market-v2-logo-sub {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 6px;
}
.market-v2-portal-link {
  display: inline-block;
  margin-top: 14px;
  padding: 0;
  border: 0;
  background: none;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  color: var(--red);
  cursor: pointer;
  text-align: left;
  transition: color 0.2s;
}
.market-v2-portal-link:hover,
.market-v2-portal-link:focus {
  color: var(--deep-red);
}
.market-v2-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
}
.platform-name {
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.3px;
}

/* ── THREE MARKETS (full cards — used on sub-pages) ── */
.markets-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  background: var(--card);
  margin-top: 16px;
}
.market-card {
  padding: 36px 32px;
  border-right: 1px solid var(--border);
}
.market-card:last-child { border-right: none; }
.market-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--red);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.market-eyebrow::before {
  content: '';
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--red);
  flex-shrink: 0;
}
.market-card h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  color: var(--ink);
  margin-bottom: 12px;
}
.market-card p {
  font-size: 14px;
  font-weight: 300;
  color: var(--body);
  line-height: 1.65;
  margin-bottom: 20px;
}
.market-stat {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--muted);
  text-transform: uppercase;
  border-top: 1px solid var(--border);
  padding-top: 14px;
}
.market-big-stat {
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -2px;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 4px;
}
.market-big-stat span { font-size: 24px; font-weight: 400; }
.fang-logo {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 2px;
  color: var(--ink);
  margin-bottom: 4px;
}
.fang-sub {
  font-size: 11px;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* ── TESTIMONIALS ── */
.testimonials-wrap {
  background: var(--cream);
  padding: 56px 56px 64px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 0;
}
.testimonial-card {
  background: transparent;
  padding: 0 48px;
}
.testimonials-grid > .testimonial-card:first-child {
  padding-left: 0;
}
.testimonials-grid > .testimonial-card:last-child {
  padding-right: 0;
}
.testimonial-divider {
  background: var(--border);
  width: 1px;
  align-self: stretch;
  margin: 0;
}
.t-quote-mark {
  font-family: 'Manrope', sans-serif;
  font-size: 100px;
  line-height: 1;
  color: var(--red);
  margin-bottom: 8px;
  display: block;
  font-weight: 700;
  letter-spacing: -4px;
}
.testimonial-card blockquote {
  font-size: 16px;
  font-weight: 300;
  color: var(--body);
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 32px;
  quotes: none;
  margin-block-start: 0 !important;
  margin-inline-start: 0 !important;
}
.testimonial-card blockquote p {
  margin: 0;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
}
.testimonial-author img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.testimonial-author-info strong {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 3px;
}
.testimonial-author-info span {
  font-size: 12.5px;
  color: var(--muted);
  font-weight: 400;
}
@media (max-width: 760px) {
  .testimonials-wrap {
    padding: 40px 24px 48px;
  }
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .testimonial-divider {
    display: none;
  }
  .testimonial-card {
    padding: 0;
  }
}

/* ── AGENCY LOGOS ── */
.logos-section {
  padding: 36px 56px 44px;
  border-top: 1px solid var(--border);
  background: var(--card);
}
.logos-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--red);
  text-align: center;
  margin-bottom: 32px;
}
.logos-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px 40px;
  flex-wrap: wrap;
}
.logos-grid {
  display: grid;
  grid-template-columns: repeat(var(--acp-logos-cols-desktop, 8), minmax(0, 1fr));
  gap: 28px 32px;
  align-items: center;
  justify-items: center;
  width: 100%;
}
.logos-strip {
  width: 100%;
  text-align: center;
}
.logos-strip > img {
  width: 100%;
  max-width: 1080px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: 100%;
}
.logo-item img {
  max-height: unset;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.55;
  filter: grayscale(100%);
  transition: opacity 0.2s, filter 0.2s;
}
.logo-item img:hover {
  opacity: 1;
  filter: none;
}
.logo-item.invert img {
  filter: grayscale(100%) invert(1);
}
.logo-item.invert img:hover {
  filter: invert(1);
}
.logos-more {
  text-align: center;
  margin-top: 22px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.logos-more a {
  color: var(--red);
  text-decoration: none;
}
.logos-more a:hover {
  text-decoration: underline;
}
@media (max-width: 760px) {
  .logos-section {
    padding: 32px 24px 40px;
  }
  .logos-grid {
    grid-template-columns: repeat(var(--acp-logos-cols-mobile, 2), minmax(0, 1fr));
    gap: 20px 24px;
  }
}

/* ── PRODUCT SECTION ── */
.product-section {
  display: grid;
  grid-template-columns: 46% 54%;
  align-items: center;
  padding: 72px 0 72px 56px;
  background: var(--cream);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.product-left {
  padding-right: 32px;
}
.product-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 14px;
}
.product-rule {
  width: 32px;
  height: 2px;
  background: var(--red);
  margin-bottom: 24px;
}
.product-heading {
  font-size: 52px;
  font-weight: 300;
  letter-spacing: -1.5px;
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: 20px;
}
.product-heading em {
  font-style: italic;
  color: var(--red);
  font-weight: 400;
}
.product-sub {
  font-size: 15px;
  font-weight: 300;
  color: var(--body);
  line-height: 1.7;
  margin-bottom: 40px;
}
.product-features {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 36px;
}
.product-feature {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.product-feature-icon {
  width: 48px;
  height: 48px;
  background: var(--soft-red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.product-feature-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--red);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.product-feature-num {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--red);
  margin-bottom: 4px;
}
.product-feature-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 4px;
}
.product-feature-desc {
  font-size: 14px;
  font-weight: 300;
  color: var(--body);
  line-height: 1.6;
}
.product-tagline {
  font-size: 14px;
  font-style: italic;
  color: var(--red);
  font-weight: 400;
}
.product-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.product-right img {
  width: 105%;
  height: auto;
  display: block;
}

/* ── PRODUCT SCREENSHOT (old placeholder, keep for fallback) ── */
.screenshot-placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  background: var(--cream);
  border-radius: 8px;
  border: 2px dashed var(--border);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
  color: var(--muted);
}
.screenshot-placeholder svg { width: 36px; height: 36px; opacity: 0.35; }
.screenshot-placeholder p { font-size: 13px; font-weight: 400; }
.screenshot-caption {
  font-size: 12px;
  color: var(--muted);
  text-align: center;
  margin-top: 10px;
  font-style: italic;
}

/* ── MEDIA LOGO DIVIDERS ── */
.media-logos .logos-row .logo-item {
  border-right: 1px solid var(--border);
}
.media-logos .logos-row .logo-item:last-child {
  border-right: none;
}

/* ── STATS BAR ── */
.stats-bar {
  background: var(--cream);
  padding: 80px 56px;
  border-top: 1px solid var(--border);
  margin: 0;
  text-align: center;
}
.stats-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.stats-headline {
  font-size: 35px;
  font-weight: 300;
  letter-spacing: -1.5px;
  color: var(--red);
  margin: 0 0 24px;
  line-height: 1.15;
  max-width: 700px;
}
.stats-rule {
  width: 32px;
  height: 2px;
  background: var(--red);
  margin: 0 auto 28px;
}
.stats-tagline {
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 10px;
  letter-spacing: 0.2px;
}
.stats-sub,
.stats-strip-sub {
  font-size: 14px;
  font-weight: 400;
  color: var(--muted);
  margin: 0 0 36px;
}
.stats-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--red);
  color: var(--red);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 28px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}
.stats-cta:hover {
  background: var(--red);
  color: white;
}

/* ── VPA FRAMING SECTION ── */
.vpa-section {
  padding: 64px 56px;
  background: var(--cream);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.vpa-inner { max-width: 720px; }
.vpa-lead {
  font-size: 20px;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: -0.3px;
}
.vpa-body {
  font-size: 15px;
  font-weight: 300;
  color: var(--body);
  line-height: 1.8;
}
.vpa-body p { margin-bottom: 16px; }
.vpa-body p:last-child { margin-bottom: 0; }

/* ── STEPS ── */
.steps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 16px;
}
.steps-3col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 16px;
}
.step-card {
  background: var(--card);
  border-radius: 8px;
  padding: 28px;
  border: 1px solid var(--border);
}
.step-num {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 10px;
}
.step-card h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.3px;
  color: var(--ink);
  margin-bottom: 10px;
}
.step-card p {
  font-size: 13.5px;
  font-weight: 300;
  color: var(--body);
  line-height: 1.65;
}

/* ── PRICING CARD ── */
.pricing-block {
  background: var(--card);
  border-radius: 10px;
  padding: 40px;
  border: 1px solid var(--border);
  max-width: 580px;
  margin-top: 16px;
}
.pricing-amount {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -2px;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 6px;
}
.pricing-sub {
  font-size: 13.5px;
  color: var(--muted);
  font-weight: 400;
  margin-bottom: 24px;
}
.pricing-recovered {
  font-size: 13.5px;
  font-weight: 500;
  color: #3D7A44;
  margin-bottom: 24px;
  border-top: 1px solid var(--border);
  padding-top: 20px;
}
.feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.feature-list li {
  font-size: 13.5px;
  font-weight: 400;
  color: var(--body);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.feature-list li::before {
  content: '✓';
  color: var(--red);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ── PRICING DARK CARD ── */
/* In Practice section */
.in-practice-section {
  background: #f7f6f4;
  margin: 0;
  padding-bottom: 64px;
  overflow: hidden;
}
.in-practice-top {
  display: grid;
  grid-template-columns: 0.85fr 1.3fr;
  align-items: start;
  padding: 56px 56px 0;
  gap: 8px;
  overflow: visible;
}
.in-practice-intro .hero-eyebrow {
  margin-bottom: 20px;
}
.in-practice-heading {
  font-size: 42px;
  font-weight: 300;
  letter-spacing: -1.5px;
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: 20px;
}
.in-practice-heading em { font-style: normal; color: var(--red); }
.in-practice-sub {
  font-size: 15px;
  color: var(--body);
  line-height: 1.7;
  max-width: 420px;
}
.in-practice-image {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: -56px;          /* bleed to the section's right edge */
}
.in-practice-image img {
  width: 100%;
  max-width: none;
  display: block;
  /* fade the left edge into the page + a soft bottom fade; right bleeds, bottom mostly tucks under the cards */
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 22%),
    linear-gradient(to top,   transparent 0%, #000 11%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, #000 22%),
    linear-gradient(to top,   transparent 0%, #000 11%);
  mask-composite: intersect;
}
.in-practice-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 16px;
  margin: -64px 56px 0;        /* pull up so the photo tucks under this panel */
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.ip-card {
  padding: 40px 36px;
  border-right: 1.5px solid var(--border);
}
.ip-card:last-child { border-right: none; }
.ip-callout {
  display: flex;
  align-items: center;
  gap: 18px;
  background: rgba(200, 32, 47, 0.05);
  border: 1px solid rgba(200, 32, 47, 0.16);
  border-radius: 14px;
  margin: 16px 56px 0;
  padding: 18px 28px;
}
.ip-callout-star { color: var(--red); flex-shrink: 0; }
.ip-callout-divider { width: 2px; align-self: stretch; background: rgba(200, 32, 47, 0.35); margin: 2px 0; flex-shrink: 0; }
.ip-callout-title { font-size: 14px; font-weight: 700; color: var(--red); letter-spacing: -0.1px; }
.ip-callout-sub { font-size: 13.5px; font-weight: 300; color: var(--body); margin-top: 3px; }
@media (max-width: 720px) {
  .ip-callout { margin-left: 24px; margin-right: 24px; }
}
.ip-icon {
  margin-bottom: 24px;
}
.ip-num {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--red);
  display: inline-block;
}
.ip-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  margin: 16px 0 10px;
  line-height: 1.3;
}
.ip-desc {
  font-size: 14px;
  color: var(--body);
  line-height: 1.7;
}

/* Pricing strip */
.pricing-strip {
  display: flex;
  align-items: center;
  border: 1.5px solid var(--border);
  border-radius: 16px;
  padding: 28px 32px;
  gap: 0;
  background: #fff;
}
.pricing-strip-price {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
  padding-right: 24px;
}
.pricing-strip-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pricing-strip-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--red);
  margin-bottom: 4px;
}
.pricing-strip-amount {
  font-size: 42px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -1.5px;
  line-height: 1;
}
.pricing-strip-per {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--muted);
}
.pricing-strip-sub {
  font-size: 13px;
  color: var(--muted);
  margin-top: 4px;
}
.pricing-strip-divider {
  width: 1px;
  height: 64px;
  background: var(--border);
  flex-shrink: 0;
  margin: 0 20px;
}
.pricing-strip-feature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1;
}
.pricing-strip-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-top: 6px;
}
.pricing-strip-feature-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.35;
}
.pricing-strip-feature-sub {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}

.pricing-dark-card {
  background: var(--ink);
  border-radius: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  overflow: hidden;
  padding: 48px 56px;
  gap: 48px;
}
.pricing-dark-left { }
.pricing-dark-amount {
  font-size: 80px;
  font-weight: 800;
  color: white;
  letter-spacing: -3px;
  line-height: 1;
  margin-bottom: 12px;
}
.pricing-dark-dollar {
  font-size: 36px;
  font-weight: 400;
  vertical-align: top;
  margin-top: 14px;
  display: inline-block;
}
.pricing-dark-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 16px;
}
.pricing-dark-recovered {
  font-size: 13px;
  color: rgba(255,255,255,0.8);
}
.pricing-dark-recovered strong { color: white; }
.feature-list-dark {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  height: 100%;
}
.feature-list-dark li {
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  padding-left: 24px;
  position: relative;
}
.feature-list-dark li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--red);
  font-weight: 700;
}

/* ── DARK COMBINED SECTION (WHY + GETTING STARTED) ── */
.dark-combined-section {
  background: var(--ink);
  padding: 64px 56px;
  margin: 0 -1px;
}
.dark-section-headline {
  font-size: 32px;
  font-weight: 700;
  color: white;
  letter-spacing: -0.5px;
  margin: 8px 0 40px;
  line-height: 1.2;
  max-width: 600px;
}
.dark-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-bottom: 56px;
}
.dark-stat { }
.dark-stat-num {
  font-size: 40px;
  font-weight: 800;
  color: white;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 8px;
}
.dark-stat-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}
.dark-divider {
  height: 1px;
  background: rgba(255,255,255,0.1);
  margin-bottom: 48px;
}
.dark-section-subheadline {
  font-size: 26px;
  font-weight: 700;
  color: white;
  letter-spacing: -0.3px;
  margin: 0 0 40px;
}
.dark-steps-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.dark-step { }
.dark-step-rule {
  height: 2px;
  background: var(--red);
  width: 100%;
  margin-bottom: 20px;
}
.dark-step-num {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--red);
  margin-bottom: 8px;
}
.dark-step-title {
  font-size: 17px;
  font-weight: 700;
  color: white;
  margin-bottom: 8px;
}
.dark-step p {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
  margin: 0;
}

/* ── DIST CARD LOGO CHAR ── */
.dist-logo-char {
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
  line-height: 1;
}

/* ── TESTIMONIAL ── */
/* ── JOURNAL FEATURE ── */
.journal-section {
  background: var(--cream);
  padding: 32px 0 32px;
}
.journal-inner {
  display: block;
}
.journal-inner .journal-intro,
.journal-inner .journal-pullquote blockquote { max-width: 1000px; }

/* ── JOURNAL FEATURE v2 (clean 2-col) ── */
.jrnl {
  display: block;
}
.jrnl-quote-col { padding-right: 48px; }
.jrnl-takeaway-col {
  padding-left: 48px;
  border-left: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jrnl-readlink-block { display: inline-block; margin-top: 28px; }
.jrnl-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 1.8px;
  text-transform: uppercase; color: var(--red);
  display: flex; align-items: center; gap: 10px;
}
.jrnl-eyebrow::before { content: ''; width: 28px; height: 2px; background: var(--red); flex-shrink: 0; }
.jrnl-source { font-size: 13px; color: var(--muted); margin-top: 14px; }
.jrnl-quote { border-left: 2px solid var(--red); padding-left: 30px; margin-top: 22px; }
.jrnl-qmark { display: block; font-size: 46px; line-height: 0.5; color: var(--red); font-weight: 700; margin-bottom: 14px; }
.jrnl-quote blockquote {
  margin: 0; font-size: clamp(19px, 2.3vw, 30px); font-weight: 300;
  line-height: 1.4; letter-spacing: -0.4px; color: var(--ink);
}
.jrnl-attr { margin-top: 28px; padding-left: 34px; }
.jrnl-attr-name { font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
.jrnl-attr-role { font-size: 13px; color: var(--muted); line-height: 1.5; }
.jrnl-foot {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 40px; margin-top: 26px; flex-wrap: wrap;
}
.jrnl-foot .jrnl-attr { margin-top: 0; }
.jrnl-foot-right { text-align: right; max-width: 440px; }
.jrnl-takeaway-small { font-size: 13.5px; font-weight: 400; line-height: 1.6; color: var(--body); margin: 0 0 12px; }
.jrnl-takeaway-small em { font-style: normal; font-weight: 600; color: var(--red); }
.jrnl-foot-right .jrnl-readlink { display: inline-block; }
.jrnl-takeaway-head { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.jrnl-takeaway-icon {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(200, 32, 47, 0.08); color: var(--red);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.jrnl-takeaway-label { font-size: 11px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; color: var(--red); }
.jrnl-takeaway-line {
  margin: 0; font-size: clamp(20px, 1.9vw, 26px); font-weight: 300;
  line-height: 1.35; letter-spacing: -0.3px; color: var(--ink);
}
.jrnl-takeaway-line em { font-style: normal; color: var(--red); }
.jrnl-rule-h { height: 1px; background: var(--border); margin: 26px 0; }
.jrnl-readlink {
  font-size: 14px; font-weight: 700; color: var(--red); text-decoration: none;
  border-bottom: 1px solid transparent; transition: border-color 0.15s; align-self: flex-start;
}
.jrnl-readlink:hover { border-bottom-color: var(--red); }
@media (max-width: 760px) {
  .jrnl { grid-template-columns: 1fr; padding: 36px 28px; }
  .jrnl-quote-col { padding-right: 0; }
  .jrnl-takeaway-col {
    padding-left: 0; border-left: none;
    border-top: 1px solid var(--border); padding-top: 30px; margin-top: 30px;
  }
}
/* Left */
.journal-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.journal-label::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: var(--red);
  flex-shrink: 0;
}
.journal-article-title {
  font-size: 21px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.5px;
  line-height: 1.25;
  margin-bottom: 14px;
}
.journal-intro {
  font-size: 14px;
  color: var(--body);
  line-height: 1.7;
  margin-bottom: 28px;
}
.journal-pullquote {
  border-left: 3px solid var(--red);
  padding-left: 20px;
  margin-bottom: 28px;
}
.journal-redquote {
  font-size: 40px;
  color: var(--red);
  font-family: 'Manrope', sans-serif;
  line-height: 0.8;
  display: block;
  margin-bottom: 6px;
}
.journal-pullquote blockquote {
  font-size: 18px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.5;
  margin: 0;
  font-style: normal;
}
.journal-attr-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 3px;
}
.journal-attr-role {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 24px;
}
.journal-read-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--red);
  text-decoration: none;
}
.journal-read-link:hover { text-decoration: underline; }
/* Right — article card */
.journal-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 48px rgba(0,0,0,0.10);
}
.journal-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  border-bottom: 1px solid var(--border);
}
.journal-card-logo {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink);
}
.journal-card-logo span { color: var(--red); }
.journal-card-nav {
  display: flex;
  gap: 14px;
}
.journal-card-nav span {
  font-size: 10px;
  color: var(--muted);
}
.journal-card-body { padding: 18px; }
.journal-card-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 8px;
}
.journal-card-title {
  font-size: 16px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.3px;
  line-height: 1.3;
  margin-bottom: 6px;
}
.journal-card-meta {
  font-size: 10px;
  color: var(--muted);
  margin-bottom: 12px;
}
.journal-card-img {
  width: 100%;
  height: 150px;
  background: url('Luxury Property.png') center/cover no-repeat;
  border-radius: 8px;
  margin-bottom: 12px;
}
.journal-card-excerpt {
  font-size: 11.5px;
  color: var(--body);
  line-height: 1.65;
  margin-bottom: 12px;
}
.journal-card-quote-box {
  background: #fff8f8;
  border-radius: 8px;
  padding: 12px 14px;
}
.journal-card-qmark {
  font-size: 22px;
  color: var(--red);
  font-family: 'Manrope', sans-serif;
  line-height: 0.9;
  display: block;
  margin-bottom: 4px;
}
.journal-card-quote-box p {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.5;
  margin: 0 0 8px;
}
.journal-card-quote-attr {
  font-size: 10.5px;
  color: var(--muted);
  line-height: 1.5;
}
.journal-card-quote-attr strong {
  color: var(--ink);
  display: block;
}

/* ── ADD-ONS V2 ── */
.addon-section { padding-bottom: 24px; }
.addon-heading {
  font-size: 34px;
  font-weight: 300;
  letter-spacing: -1.2px;
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: 8px;
}
.addon-heading em { font-style: normal; color: var(--red); }
.addon-subheading {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 26px;
}
.addons-grid-v2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 19px;
}
.addon-card-v2 {
  display: grid;
  grid-template-columns: 192px 1fr;
  border: 1.5px solid var(--border);
  border-radius: 13px;
  overflow: hidden;
  background: #fff;
}
.addon-image-col {
  background: #1a1a2e;
  min-height: 288px;
  overflow: hidden;
  position: relative;
}
.addon-image-luxury {
  background: #1a1a2e;
}
.addon-image-wechat {
  background: #e8f4ee;
}
.addon-image-col img {
  width: 100%;
  height: 100%;
  min-height: 288px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.addon-content-col {
  padding: 26px 22px 19px;
  display: flex;
  flex-direction: column;
}
.addon-icon-wrap {
  width: 51px;
  height: 51px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.addon-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}
.addon-desc {
  font-size: 12px;
  color: var(--body);
  line-height: 1.65;
  margin-bottom: 14px;
}
.addon-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.addon-checklist li {
  font-size: 11.5px;
  color: var(--body);
  padding-left: 18px;
  position: relative;
}
.addon-checklist-red li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1.5px solid var(--red);
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 7l3 3 5-5' stroke='%23b91c1c' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") center/8px no-repeat;
}
.addon-checklist-green li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1.5px solid #07c160;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 7l3 3 5-5' stroke='%2307c160' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") center/8px no-repeat;
}
.addon-footer-v2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border);
  padding-top: 14px;
  margin-top: 16px;
}
.addon-price-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.addon-price-icon {
  width: 29px;
  height: 29px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.addon-price-big {
  font-size: 16px;
  font-weight: 800;
  color: var(--red);
  letter-spacing: -0.5px;
  line-height: 1;
}
.addon-price-big--green {
  color: #07c160;
}
.addon-price-lines {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.addon-price-sub {
  font-size: 10px;
  color: var(--muted);
  margin-top: 2px;
  line-height: 1.3;
}
.addon-arrow-btn {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border: none;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  flex-shrink: 0;
  line-height: 1;
  padding: 0;
}
.addon-arrow-red {
  background: var(--red);
  color: #fff;
}
.addon-arrow-green {
  background: #07c160;
  color: #fff;
}
.addon-arrow-red:hover {
  background: var(--deep-red);
}
.addon-arrow-green:hover {
  background: #06ad56;
}

/* ── AGENT CTA BAR ── */
.agent-cta-bar {
  background: var(--ink);
  padding: 64px 0;
}
.agent-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.agent-cta-heading {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.8px;
  line-height: 1.15;
  margin-bottom: 8px;
}
.agent-cta-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.55);
}
.agent-cta-actions {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}
.btn-ghost-dark {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.3);
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
}
.btn-ghost-dark:hover {
  border-color: rgba(255,255,255,0.6);
}
/* WeChat phone mockup */
.wechat-phone-mockup {
  width: 180px;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #222;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}
.wechat-phone-screen { padding: 12px; background: #f7f7f7; }
.wechat-header {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  padding: 8px 10px;
  border-radius: 8px;
  margin-bottom: 8px;
}
.wechat-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ddd;
  flex-shrink: 0;
}
.wechat-agency-name { font-size: 9px; font-weight: 700; color: #111; }
.wechat-official { font-size: 8px; color: #07c160; }
.wechat-listing-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 6px;
}
.wechat-listing-img {
  height: 60px;
  background: linear-gradient(135deg, #c8a882 0%, #8a6a4a 100%);
}
.wechat-listing-img2 {
  background: linear-gradient(135deg, #7a9a8a 0%, #4a7a6a 100%);
}
.wechat-listing-text { padding: 6px 8px; }
.wechat-listing-title { font-size: 8px; font-weight: 700; color: #111; }
.wechat-listing-sub { font-size: 7px; color: #888; margin-top: 2px; }

/* ── ADD-ONS ── */
.addon-best-for {
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 10px;
  font-style: italic;
}
.addon-logos {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 16px 0;
  flex-wrap: wrap;
}
.addon-wechat-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0;
}
.addon-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border);
  padding-top: 16px;
  margin-top: 8px;
}
.addon-cta {
  background: none;
  border: none;
  color: var(--red);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
}
.addon-cta:hover { text-decoration: underline; }
.addons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 16px;
}
.addon-card {
  background: var(--card);
  border-radius: 8px;
  padding: 28px 28px;
  border: 1px solid var(--border);
}
.addon-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 8px;
}
.addon-card h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.3px;
  color: var(--ink);
  margin-bottom: 10px;
}
.addon-card p {
  font-size: 13.5px;
  font-weight: 300;
  color: var(--body);
  line-height: 1.65;
  margin-bottom: 16px;
}
.addon-price {
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  border-top: 1px solid var(--border);
  padding-top: 14px;
}

/* ── FAQ ── */
.faq-list {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 24px;
}
.faq-item {
  border: 1px solid var(--border);
  border-radius: 8px;
  align-self: start;
  overflow: hidden;
}
@media (max-width: 720px) {
  .faq-list { grid-template-columns: 1fr; }
}
.faq-q {
  width: 100%;
  padding: 18px 24px;
  text-align: left;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Manrope', sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
  gap: 16px;
  transition: background 0.2s;
}
.faq-q:hover { background: var(--cream); }
.faq-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border: 1.5px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--red);
  transition: transform 0.25s;
}
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-size: 14px;
  font-weight: 300;
  color: var(--body);
  line-height: 1.75;
}
.faq-item.open .faq-a { max-height: 300px; padding: 0 24px 20px; }

/* ── FEATURES GRID ── */
.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 16px;
}
.feature-card {
  background: var(--card);
  border-radius: 8px;
  padding: 24px;
  border: 1px solid var(--border);
}
.feature-card h4 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: var(--ink);
  margin-bottom: 8px;
}
.feature-card p {
  font-size: 13.5px;
  font-weight: 300;
  color: var(--body);
  line-height: 1.65;
}

/* ── DISTRIBUTION ── */
.distribution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 16px;
}
.dist-card {
  background: var(--card);
  border-radius: 8px;
  padding: 16px 18px;
  border: 1px solid var(--border);
}
.dist-name {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 3px;
}
.dist-sub { font-size: 12px; color: var(--muted); font-weight: 300; }
.dist-badge {
  display: inline-block;
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 4px;
  background: var(--soft-red);
  color: var(--red);
  margin-left: 6px;
  vertical-align: middle;
}

/* ── CTA BANNER (rounded card inside wrapper) ── */
.cta-banner {
  background: var(--red);
  border-radius: 12px;
  margin: 0 40px 48px;
  padding: 48px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.cta-banner h2 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.8px;
  color: white;
  line-height: 1.2;
  flex: 1;
}
.cta-actions {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
  align-items: center;
}
.btn-white {
  background: white;
  color: var(--red);
  font-family: 'Manrope', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
  white-space: nowrap;
}
.btn-white:hover { opacity: 0.9; }
.btn-outline {
  background: transparent;
  color: white;
  font-family: 'Manrope', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 8px;
  border: 1.5px solid rgba(255,255,255,0.4);
  cursor: pointer;
  transition: border-color 0.2s;
  white-space: nowrap;
}
.btn-outline:hover { border-color: rgba(255,255,255,0.8); }

/* ── FORM SECTION WRAPPER ── */
.form-section {
  padding: 64px 56px;
  background: var(--cream);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.form-section-inner {
  max-width: 520px;
  margin: 0 auto;
}

/* ── HERO (no-form variant for Devs) ── */
.hero-full {
  padding: 80px 56px 64px;
}
.hero-full .hero-h1 { max-width: 780px; }

/* ── HERO WITH FORM (Agents page) ── */
.hero-with-form {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 64px;
  align-items: start;
  padding: 72px 56px 64px;
}
.hero-with-form .hero-left { }
.agent-form-card {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 32px;
  position: sticky;
  top: 88px;
}
.agent-form-card .form-eyebrow {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 8px;
}
.agent-form-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 4px;
  letter-spacing: -0.3px;
}
.agent-form-card .form-card-sub {
  font-size: 13px;
  color: var(--muted);
  margin: 0 0 22px;
}

/* ── HERO IMAGE variant (homepage) ── */
.hero-with-image {
  padding: 80px 0 0 56px;   /* no right padding — image bleeds to edge */
  display: grid;
  grid-template-columns: 2fr 3fr;   /* 40% text / 60% image */
  gap: 40px;
  align-items: center;
  overflow: hidden;
}
.hero-with-image .hero-content {
  padding-bottom: 80px;
}
.hero-image-col {
  align-self: stretch;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero-image-col img {
  width: 100%;
  display: block;
}
.hero-with-image .hero-content {
  padding-bottom: 80px;
}
/* Agents page world map overrides */
#page-agents .hero-image-col {
  overflow: visible;
  transform: translateX(-200px);
  z-index: 0;
}
#page-agents .hero-image-col img {
  width: 130%;
  max-width: none;
  mix-blend-mode: multiply;
  opacity: 0.75;
}
#page-agents .hero-content {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
/* Homepage: image fills the full hero height */
#page-home .hero-with-image { align-items: stretch; }
#page-home .hero-image-col { align-items: stretch; }
#page-home .hero-image-col img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Left-edge gradient — blends image into white panel */
.hero-image-col::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 160px;
  background: linear-gradient(to right, white 0%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}

/* ── HERO (Private Sellers — image right) ── */
.hero-ps {
  display: grid;
  grid-template-columns: 55fr 45fr;
  min-height: 340px;
  align-items: stretch;
  overflow: hidden;
}
.hero-ps-content {
  padding: 72px 56px 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-ps-content .hero-h1 {
  margin-top: 10px;
  margin-bottom: 16px;
}
.hero-ps-content .hero-sub {
  max-width: 420px;
  margin-bottom: 0;
}
.ps-features-row {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin: 32px 0 36px;
}
.ps-feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.ps-feature-icon {
  width: 34px;
  height: 34px;
  border: 1.5px solid var(--red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
  color: var(--red);
}
.ps-feature-label {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--ink);
  line-height: 1.2;
}
.ps-feature-desc {
  font-size: 12px;
  color: var(--body);
  margin-top: 3px;
  font-weight: 400;
}
.btn-ps-cta {
  display: inline-block;
  background: var(--red);
  color: white;
  padding: 16px 36px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: none;
  letter-spacing: 0.2px;
  align-self: flex-start;
  font-family: 'Manrope', sans-serif;
  transition: background 0.2s;
}
.btn-ps-cta:hover { background: var(--deep-red); }
.ps-trust-line {
  margin-top: 14px;
  font-size: 12px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
}
.hero-ps-image {
  overflow: hidden;
}
.hero-ps-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

/* ── HERO CTA BUTTONS ── */
.hero-cta-row {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 36px;
  flex-wrap: wrap;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  background: var(--red);
  color: white;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  letter-spacing: 0.1px;
  text-decoration: none;
  white-space: nowrap;
}
.btn-primary:hover { background: var(--deep-red); }
.btn-ghost {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: var(--ink);
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 28px;
  border-radius: 8px;
  border: 1.5px solid var(--border);
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
  text-decoration: none;
  white-space: nowrap;
}
.btn-ghost:hover { border-color: var(--ink); color: var(--ink); }

/* ── ROUTING CARD BUTTON ── */
.btn-card {
  display: inline-block;
  margin-top: 18px;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Manrope', sans-serif;
  color: var(--red);
  border: 1.5px solid var(--red);
  padding: 9px 18px;
  border-radius: 6px;
  cursor: pointer;
  background: transparent;
  transition: background 0.2s, color 0.2s;
  letter-spacing: 0.1px;
}
.btn-card:hover { background: var(--red); color: white; }

/* ── LINK CTA ── */
.link-cta {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--red);
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap 0.2s;
  margin-top: 8px;
}
.link-cta:hover { gap: 8px; }

/* ── DEVELOPERS PAGE ── */

/* Hero — dark split */
.dev2-hero {
  position: relative;
  padding: 72px 56px 72px;
  background: var(--card) var(--dev2-hero-bg, url('Developerpagehero.png')) right center / 62% auto no-repeat;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
}
.dev2-hero-image {
  display: none;
}
.dev2-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #ffffff 42%, rgba(255,255,255,0.88) 56%, rgba(255,255,255,0.1) 72%, rgba(255,255,255,0) 80%);
  pointer-events: none;
}
.dev2-hero-left {
  position: relative;
  z-index: 1;
  max-width: 500px;
}
.dev2-hero-h1 {
  font-size: 62px;
  font-weight: 400;
  letter-spacing: -2.5px;
  line-height: 1;
  color: var(--ink);
  margin-bottom: 28px;
}
.dev2-hero-h1 em,
.dev2-hero-h1 strong {
  font-style: normal;
  font-weight: inherit;
  color: var(--red);
}
.dev2-hero-sub {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}
.dev2-hero-subbody {
  font-size: 14px;
  font-weight: 300;
  color: var(--body);
  margin-bottom: 28px;
}
.dev2-hero-features {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}
.dev2-hero-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 400;
  color: var(--body);
}
.dev2-hero-feature svg {
  color: var(--red);
  flex-shrink: 0;
}
.dev2-hero-tagline {
  font-size: 14px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
}
.dev2-hero-tagline span {
  color: var(--border);
  font-size: 14px;
}
.dev2-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: var(--red);
  color: white;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: 3px;
  text-decoration: none;
  transition: background 0.15s;
}
.dev2-hero-cta:hover { background: var(--deep-red); }

/* What We Build — 3-col cream */
.dev2-build-section {
  padding: 56px 56px;
  background: var(--cream);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.dev2-build-inner {
  background: var(--card);
  border: 1px solid var(--border);
  padding: 48px 40px;
}
.dev2-build-grid {
  display: grid;
  grid-template-columns: 1fr 2.4fr 1fr;
  gap: 48px;
  margin-top: 40px;
  align-items: center;
}
.dev2-build-section .section-label { margin-bottom: 0; }
.dev2-ipad-frame {
  background: #1a1a1a;
  border-radius: 18px;
  padding: 12px 10px;
  box-shadow: 0 24px 56px rgba(0,0,0,0.18);
  position: relative;
}
.dev2-ipad-frame::before {
  content: '';
  display: block;
  width: 40px;
  height: 5px;
  background: #333;
  border-radius: 3px;
  margin: 0 auto 8px;
}
.dev2-ipad-frame img {
  width: 100%;
  display: block;
  border-radius: 8px;
}
.dev2-build-h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.15;
  color: var(--ink);
  margin-bottom: 16px;
}
.dev2-build-h2 em { font-style: normal; color: var(--red); }
.dev2-build-body {
  font-size: 15px;
  font-weight: 300;
  color: var(--body);
  line-height: 1.7;
}
/* CSS laptop mockup */
.dev2-laptop {
  background: var(--ink);
  border-radius: 12px 12px 6px 6px;
  padding: 10px;
  box-shadow: 0 20px 48px rgba(0,0,0,0.22);
  position: relative;
}
.dev2-laptop-screen {
  background: var(--card);
  border-radius: 6px;
  overflow: hidden;
  min-height: 200px;
}
.dev2-laptop-topbar {
  background: var(--cream);
  border-bottom: 1px solid var(--border);
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dev2-laptop-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--border);
  flex-shrink: 0;
}
.dev2-laptop-url {
  font-size: 9px;
  color: var(--muted);
  background: var(--card);
  border-radius: 4px;
  padding: 3px 8px;
  flex: 1;
  letter-spacing: 0.2px;
}
.dev2-laptop-content { padding: 14px 16px; }
.dev2-laptop-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.dev2-laptop-logo {
  font-size: 11px;
  font-weight: 700;
  color: var(--red);
}
.dev2-laptop-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.3px;
  margin-bottom: 8px;
}
.dev2-laptop-bar {
  height: 7px;
  background: var(--cream);
  border-radius: 4px;
  margin-bottom: 6px;
}
.dev2-laptop-bar.short { width: 65%; }
.dev2-laptop-bar.shorter { width: 42%; }
.dev2-laptop-img-placeholder {
  background: var(--soft-red);
  border-radius: 6px;
  height: 52px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dev2-laptop-base {
  background: #333;
  height: 8px;
  border-radius: 0 0 8px 8px;
  margin: 8px -10px -10px;
}
.dev2-laptop-stand {
  width: 40%;
  height: 6px;
  background: #2a2a2a;
  margin: 0 auto;
  border-radius: 0 0 4px 4px;
}
/* Checklist column */
.dev2-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.dev2-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
}
.dev2-check {
  color: var(--red);
  font-weight: 700;
  font-size: 15px;
  flex-shrink: 0;
}
.dev2-checklist-note {
  font-size: 13px;
  font-style: italic;
  color: var(--red);
  font-weight: 500;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

/* What's Included — 6 icons white */
.dev2-included-section {
  padding: 56px 56px 64px;
  background: var(--cream);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.dev2-included-header {
  margin-bottom: 48px;
}
.dev2-included-h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 1.1;
  color: var(--ink);
  margin-top: 10px;
}
.dev2-included-h2 em { font-style: normal; color: var(--red); }
.dev2-features-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  border: 1px solid var(--border);
  background: var(--card);
}
.dev2-feature {
  padding: 32px 20px 28px;
  border-right: 1px solid var(--border);
  background: var(--card);
  text-align: center;
}
.dev2-feature:last-child { border-right: none; }
.dev2-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.dev2-feature-icon svg {
  stroke: var(--red);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 36px;
  height: 36px;
}
.dev2-feature-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 10px;
  line-height: 1.35;
  letter-spacing: -0.1px;
}
.dev2-feature-desc {
  font-size: 14px;
  font-weight: 400;
  color: var(--body);
  line-height: 1.65;
}

/* See It In Action — 3-col cream */
.dev2-action-section {
  padding: 64px 56px;
  background: var(--cream);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.dev2-action-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 48px;
  margin-top: 40px;
  align-items: center;
}
.dev2-action-h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.8px;
  color: var(--ink);
  margin-bottom: 14px;
}
.dev2-action-body {
  font-size: 15px;
  font-weight: 300;
  color: var(--body);
  line-height: 1.7;
  margin-bottom: 24px;
}
.dev2-btn-outline-dark {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Manrope', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink);
  background: transparent;
  border: 1.5px solid var(--ink);
  border-radius: 8px;
  padding: 11px 20px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}
.dev2-btn-outline-dark:hover { background: var(--ink); color: white; }
/* Device mockups */
.dev2-devices {
  display: flex;
  gap: 14px;
  align-items: flex-end;
  justify-content: center;
}
.dev2-tablet {
  background: var(--ink);
  border-radius: 8px;
  padding: 7px;
  flex: 1;
  max-width: 200px;
  box-shadow: 0 14px 36px rgba(0,0,0,0.18);
}
.dev2-tablet-screen {
  background: var(--card);
  border-radius: 4px;
  min-height: 140px;
  overflow: hidden;
}
.dev2-mobile {
  background: var(--ink);
  border-radius: 12px;
  padding: 6px;
  width: 80px;
  box-shadow: 0 14px 36px rgba(0,0,0,0.18);
}
.dev2-mobile-screen {
  background: var(--card);
  border-radius: 6px;
  min-height: 140px;
  overflow: hidden;
}
.dev2-device-topbar {
  background: var(--red);
  height: 20px;
  display: flex;
  align-items: center;
  padding: 0 8px;
}
.dev2-device-topbar span {
  font-size: 7px;
  font-weight: 700;
  color: white;
  letter-spacing: 0.3px;
}
.dev2-device-content { padding: 8px; }
.dev2-device-bar {
  height: 5px;
  background: var(--cream);
  border-radius: 3px;
  margin-bottom: 5px;
}
.dev2-device-bar.short { width: 70%; }
.dev2-device-bar.shorter { width: 50%; }
.dev2-device-img {
  background: var(--soft-red);
  border-radius: 4px;
  height: 30px;
  margin: 6px 0;
}
.dev2-action-words { }
.dev2-action-word {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -1px;
  color: var(--ink);
  line-height: 1.1;
  margin-bottom: 4px;
}
.dev2-action-sub {
  font-size: 13px;
  font-weight: 300;
  color: var(--body);
  line-height: 1.65;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

/* How It Works + Pricing — 2-col split */
.dev2-how-pricing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--border);
}
.dev2-how-col {
  padding: 64px 56px;
}
.dev2-pricing-col {
  padding: 64px 56px;
  background: var(--cream);
  border-left: 1px solid var(--border);
}
.dev2-how-h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
  color: var(--ink);
  margin-bottom: 32px;
}
.dev2-steps {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.dev2-step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.dev2-step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--red);
  color: white;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: 0.5px;
}
.dev2-step-body { }
.dev2-step-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
  letter-spacing: -0.2px;
}
.dev2-step-desc {
  font-size: 13.5px;
  font-weight: 300;
  color: var(--body);
  line-height: 1.65;
}
.dev2-pricing-h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.8px;
  color: var(--ink);
  margin-bottom: 12px;
}
.dev2-pricing-body {
  font-size: 14px;
  font-weight: 300;
  color: var(--body);
  line-height: 1.7;
  margin-bottom: 24px;
}
.dev2-pricing-checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 28px;
  padding-inline-start: 0;
  padding-left: 0;
}
.dev2-pricing-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.5;
}
.dev2-pricing-check {
  color: var(--red);
  font-weight: 700;
  font-size: 15px;
  flex-shrink: 0;
  margin-top: 1px;
}
.dev2-pricing-cta {
  display: inline-block;
  background: var(--red);
  color: white;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 28px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.2s;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
  margin-top: 8px;
}
.dev2-pricing-cta:hover { background: var(--deep-red); }
.dev2-pricing-note {
  font-size: 12px;
  color: var(--muted);
  text-align: left;
}

/* Trusted By */
/* Pricing band — horizontal card */
.dev2-pricing-band {
  padding: 48px 56px;
  background: var(--cream);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.dev2-pricing-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
.dev2-pricing-card-left {}
.dev2-pricing-card-right {
  display: flex;
  align-items: center;
}
.dev2-trusted-section {
  padding: 56px 56px;
  background: var(--cream);
  border-top: 1px solid var(--border);
}
.dev2-trusted-sub {
  font-size: 14px;
  font-weight: 300;
  color: var(--body);
  margin-top: 8px;
  margin-bottom: 36px;
}
.dev2-logos-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 40px;
  background: var(--cream);
  border-radius: 12px;
  border: 1px solid var(--border);
}
.dev2-logo-item {
  font-size: 14px;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
}
.dev2-logo-item sup {
  font-size: 9px;
  vertical-align: super;
  letter-spacing: 0;
}
.dev2-logo-sep {
  width: 1px;
  height: 28px;
  background: var(--border);
  flex-shrink: 0;
}

/* Red CTA Banner — outside main-wrapper */
.dev2-red-banner {
  background: var(--red);
  margin: 0 88px;
  padding: 52px 56px 40px;
}
.dev2-red-banner-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 36px;
}
.dev2-red-banner-left {
  display: flex;
  align-items: center;
  gap: 22px;
}
.dev2-red-globe-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.dev2-red-heading {
  font-size: 28px;
  font-weight: 700;
  color: white;
  letter-spacing: -0.8px;
  line-height: 1.2;
}
.dev2-red-actions {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
  align-items: center;
}
.dev2-red-sep {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 20px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.dev2-red-sep-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,0.72);
}

/* ── PRIVATE SELLERS PAGE ── */

/* How It Works */
.ps-section-gap {
  height: 48px;
  background: var(--cream);
  border-top: 1px solid var(--border);
}
.ps-how-section {
  padding: 80px 56px 80px;
  margin-top: 0;
  border-bottom: 1px solid var(--border);
}
.ps-how-title {
  font-size: 32px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -1px;
  margin: 10px 0 48px;
}
.ps-steps-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
}
.ps-step-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.ps-step-num-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--soft-red);
  color: var(--red);
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.ps-step-icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1.5px solid var(--red);
  color: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.ps-step-item h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
  line-height: 1.35;
}
.ps-step-item p {
  font-size: 14px;
  color: var(--body);
  line-height: 1.6;
  font-weight: 400;
}
.ps-step-arrow {
  flex-shrink: 0;
  font-size: 18px;
  color: var(--muted);
  margin-top: 52px;
  padding: 0 16px;
  align-self: flex-start;
}

/* What You Get */
.ps-wyg-section {
  background: var(--cream);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.ps-wyg-inner {
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: 32px;
  align-items: start;
  padding: 64px 0 0 56px;
}
.ps-wyg-left { padding-bottom: 64px; }
.ps-wyg-title {
  font-size: 30px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.8px;
  line-height: 1.2;
  margin: 10px 0 28px;
}
.ps-check-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding-inline-start: 0;
  padding-left: 0;
  margin-left: 0;
}
.ps-check-list li {
  font-size: 14px;
  color: var(--body);
  font-weight: 400;
  padding-left: 22px;
  position: relative;
  line-height: 1.5;
}
.ps-check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--red);
  font-weight: 700;
  font-size: 13px;
}
.ps-wyg-right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 0;
  margin-left: -18%;
}
.ps-wyg-right img {
  width: 100%;
  display: block;
}

/* Simple Pricing */
.ps-pricing-section {
  padding: 64px 56px 72px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ps-pricing-amount {
  font-size: 72px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -3px;
  line-height: 1;
  margin: 10px 0 10px;
}
.ps-pricing-amount span {
  font-size: 28px;
  font-weight: 400;
  color: var(--muted);
  letter-spacing: 0;
}
.ps-pricing-sub {
  font-size: 14px;
  color: var(--body);
  margin-bottom: 32px;
  font-weight: 400;
}
.ps-trust-row {
  display: flex;
  gap: 32px;
  margin-top: 36px;
  justify-content: center;
}
.ps-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ps-trust-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--body);
  flex-shrink: 0;
}
.ps-trust-label {
  font-size: 16px;
  color: var(--muted);
  font-weight: 400;
}
.ps-trust-value {
  font-size: 16px;
  color: var(--ink);
  font-weight: 700;
  margin-top: 2px;
}

/* ── ABOUT US PAGE ── */

/* Hero — white, split left/right */
.au-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px;
  overflow: hidden;
  background: var(--card);
}
.au-hero-left {
  padding: 72px 56px 72px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.au-hero-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 16px;
}
.au-hero-red-line {
  width: 36px;
  height: 2px;
  background: var(--red);
  margin-bottom: 28px;
}
.au-hero-h1 {
  font-size: clamp(32px, 3.6vw, 50px);
  font-weight: 700;
  line-height: 1.12;
  color: var(--ink);
  letter-spacing: -0.02em;
  margin-bottom: 28px;
}
.au-hero-sub-line {
  width: 36px;
  height: 2px;
  background: var(--red);
  margin-bottom: 24px;
}
.au-hero-sub {
  font-size: 15px;
  font-weight: 400;
  color: var(--body);
  line-height: 1.7;
}
.au-hero-right {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  background: #b5a99a;
}
.au-hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.au-hero-right::before {
  content: '';
  position: absolute;
  inset: 0;
  left: 0;
  width: 45%;
  background: linear-gradient(to right, #ffffff 0%, rgba(255,255,255,0) 100%);
  z-index: 1;
  pointer-events: none;
}
/* SVG placeholder for hero right */
.au-hero-photo-placeholder {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: stretch;
}

/* Our Story — 4-column cards v2 */
.au-story {
  background: var(--card);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.au-story-section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--red);
  padding: 56px 56px 40px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.au-story-section-label::before {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: var(--red);
  flex-shrink: 0;
}
.au-story-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--border);
}
.au-story-card {
  border-right: 1px solid var(--border);
  padding: 32px 28px 40px;
  display: flex;
  flex-direction: column;
}
.au-story-card:last-child { border-right: none; }
.au-story-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 14px;
}
.au-story-card-num {
  font-size: 15px;
  font-weight: 700;
  color: var(--red);
}
.au-story-card-icon-circle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--cream);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  flex-shrink: 0;
}
.au-story-card-line {
  width: 28px;
  height: 2px;
  background: var(--red);
  margin-bottom: 20px;
}
.au-story-card-heading {
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}
.au-story-card-sub {
  font-size: 14px;
  font-weight: 600;
  color: var(--red);
  line-height: 1.35;
  margin-bottom: 20px;
}
.au-story-card-body {
  font-size: 12.5px;
  font-weight: 400;
  color: var(--body);
  line-height: 1.75;
  margin-bottom: 13px;
}
.au-story-card-body:last-child { margin-bottom: 0; }

/* Platform timeline (card 03) */
.au-story-timeline {
  display: grid;
  grid-template-columns: 1fr 16px 1fr 16px 1fr;
  gap: 2px;
  align-items: start;
  margin-bottom: 20px;
}
.au-story-tl-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.au-story-tl-year {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
}
.au-story-tl-name {
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: var(--red);
}
.au-story-tl-icon {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0;
}
.au-story-tl-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.45);
}
.au-story-tl-labels {
  font-size: 8.5px;
  color: var(--muted);
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}
.au-story-tl-arrow {
  color: var(--muted);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 42px;
}

/* Still True Today card */
.au-still-true {
  border-top: 1px solid var(--border);
  padding: 40px 56px 56px;
  background: var(--card);
}
.au-still-true-card {
  background: var(--cream);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  padding: 40px 48px;
  align-items: center;
}
.au-still-true-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--red);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.au-still-true-label::before {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: var(--red);
  flex-shrink: 0;
}
.au-still-true-heading {
  font-size: 26px;
  font-weight: 300;
  letter-spacing: -0.4px;
  color: var(--ink);
  line-height: 1.3;
}
.au-still-true-text {
  font-size: 14px;
  font-weight: 400;
  color: var(--body);
  line-height: 1.75;
}

/* Our Story — Editorial two-column layout */
.au-editorial-section {
  background: var(--card);
  padding: 64px 56px;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 80px;
  align-items: start;
  border-top: 1px solid var(--border);
}
.au-editorial-section:first-child {
  border-top: none;
}
.au-editorial-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--red);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.au-editorial-label::before {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: var(--red);
  flex-shrink: 0;
}
.au-editorial-heading {
  font-size: 34px;
  font-weight: 300;
  letter-spacing: -0.5px;
  color: var(--ink);
  line-height: 1.2;
}
.au-editorial-accent {
  width: 32px;
  height: 2px;
  background: var(--red);
  margin-top: 20px;
}
.au-editorial-sub {
  font-size: 13px;
  font-weight: 600;
  color: var(--red);
  margin-bottom: 12px;
  margin-top: 28px;
}
.au-editorial-sub:first-child {
  margin-top: 0;
}
.au-editorial-body {
  font-size: 14px;
  color: var(--body);
  line-height: 1.8;
  margin-bottom: 14px;
}
.au-editorial-body:last-child { margin-bottom: 0; }
/* Closing — cream full-width */
.au-editorial-closing {
  background: var(--cream);
  border-top: 1px solid var(--border);
  padding: 72px 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.au-editorial-closing-heading {
  font-size: 38px;
  font-weight: 300;
  letter-spacing: -0.5px;
  color: var(--ink);
  line-height: 1.25;
}
.au-editorial-closing-accent {
  width: 32px;
  height: 2px;
  background: var(--red);
  margin-top: 20px;
}
.au-editorial-closing-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--red);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.au-editorial-closing-label::before {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: var(--red);
  flex-shrink: 0;
}
.au-editorial-closing-body {
  font-size: 14px;
  color: var(--body);
  line-height: 1.8;
}
.au-editorial-closing-quote {
  position: absolute;
  right: 52px;
  bottom: -24px;
  font-size: 240px;
  font-weight: 800;
  color: rgba(200, 32, 47, 0.07);
  line-height: 1;
  pointer-events: none;
  font-family: 'Manrope', sans-serif;
  user-select: none;
}

/* Stats bar */
.au-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--card);
}
.au-stat-item {
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-right: 1px solid var(--border);
}
.au-stat-item:last-child { border-right: none; }
.au-stat-num {
  font-size: 52px;
  font-weight: 800;
  color: var(--red);
  line-height: 1;
  letter-spacing: -0.03em;
}
.au-stat-label {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  margin-top: 8px;
  margin-bottom: 4px;
}
.au-stat-desc {
  font-size: 12.5px;
  color: var(--muted);
  font-weight: 400;
  line-height: 1.4;
}

/* Trusted By */
.au-trusted {
  background: var(--card);
  padding: 64px 56px;
  border-bottom: 1px solid var(--border);
}
.au-trusted-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 40px;
}
.au-trusted-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
}
.au-logo-cell {
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 20px;
  min-height: 80px;
}
.au-logo-cell span {
  font-size: 13px;
  font-weight: 800;
  color: var(--ink);
  opacity: 0.55;
  letter-spacing: -0.01em;
  text-align: center;
  line-height: 1.2;
  transition: opacity 0.2s;
  user-select: none;
  cursor: default;
}
.au-logo-cell:hover span { opacity: 1; }
/* Individual logo style overrides */
.au-logo-jellis span { font-style: italic; letter-spacing: 0.02em; font-size: 12px; }
.au-logo-ray span { font-weight: 900; letter-spacing: -0.02em; }
.au-logo-belle span { font-size: 15px; font-weight: 800; letter-spacing: 0.04em; }
.au-logo-mcgrath span { font-weight: 600; letter-spacing: 0.06em; font-size: 14px; }
.au-logo-landmark span { font-size: 11px; font-weight: 900; letter-spacing: 0.08em; line-height: 1.15; }
.au-logo-cbre span { font-size: 18px; font-weight: 900; letter-spacing: 0.02em; }
.au-logo-afr span { font-size: 11px; font-weight: 900; letter-spacing: 0.04em; line-height: 1.2; }
.au-logo-aus span { font-size: 11px; font-weight: 700; letter-spacing: 0.03em; line-height: 1.2; }
.au-logo-ft span { font-weight: 900; letter-spacing: -0.01em; }
.au-logo-smart span { font-size: 12px; font-weight: 700; letter-spacing: 0.01em; }
.au-logo-reb span { font-size: 11px; font-weight: 700; letter-spacing: 0.04em; line-height: 1.2; }
.au-logo-reb2 span { font-size: 10px; font-weight: 900; letter-spacing: 0.08em; line-height: 1.2; }

/* Pull quote + photo split */
.au-quote-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  min-height: 380px;
  background: var(--card);
}
.au-quote-left {
  padding: 80px 64px 80px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.au-quote-mark {
  font-size: 52px;
  line-height: 0.8;
  color: var(--red);
  font-weight: 800;
  display: block;
  margin-bottom: 28px;
  font-family: 'Manrope', sans-serif;
}
.au-quote-text {
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 400;
  color: var(--ink);
  line-height: 1.6;
  margin-bottom: 28px;
  letter-spacing: -0.01em;
}
.au-quote-text em {
  font-style: italic;
  color: var(--red);
}
.au-quote-line {
  width: 36px;
  height: 2px;
  background: var(--red);
}
.au-quote-right {
  position: relative;
  overflow: hidden;
  background: #c9bfb3;
}
.au-quote-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Locations strip */
.au-locations-strip {
  border-top: 1px solid var(--border);
  padding: 20px 56px;
  background: var(--card);
  font-size: 11px;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0.04em;
}

/* ── PRESS PAGE ── */
.press-hero { padding: 48px 56px 8px; }
.press-h1 {
  font-size: clamp(32px, 3.4vw, 50px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--ink);
  margin: 14px 0 0;
}
.press-h1 em { font-style: normal; color: var(--red); }
.press-intro {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--body);
  max-width: 680px;
  margin: 16px 0 0;
}
.press-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 28px 56px 8px;
}
.press-chip {
  font-family: 'Manrope', sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--body);
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 7px 15px;
  cursor: pointer;
  transition: all 0.18s;
  white-space: nowrap;
}
.press-chip:hover { border-color: var(--ink); color: var(--ink); }
.press-chip.active { background: var(--red); border-color: var(--red); color: #fff; }
.press-chip .chip-count { opacity: 0.6; margin-left: 4px; font-weight: 500; }

.press-body { padding: 24px 56px 40px; }
.press-pub-group { margin-bottom: 38px; }
.press-pub-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  border-bottom: 2px solid var(--ink);
  padding-bottom: 8px;
  margin-bottom: 6px;
}
.press-pub-name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.press-pub-count {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--red);
}
.press-article {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding: 16px 4px;
  border-bottom: 1px solid var(--border);
}
.press-article:last-child { border-bottom: none; }
.press-date {
  flex-shrink: 0;
  width: 110px;
  font-size: 12px;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0.02em;
}
.press-article-main { flex: 1; }
.press-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  color: var(--ink);
  margin: 0 0 6px;
}
.press-links { display: flex; gap: 16px; flex-wrap: wrap; }
.press-links a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--red);
  text-decoration: none;
  transition: opacity 0.15s;
}
.press-links a:hover { opacity: 0.65; text-decoration: underline; }
.press-links .pdf-link { color: var(--muted); }
@media (max-width: 720px) {
  .press-hero, .press-filter, .press-body { padding-left: 24px; padding-right: 24px; }
  .press-article { flex-direction: column; gap: 4px; }
  .press-date { width: auto; }
}

/* ============================================================
   FONT STANDARDISATION — every display heading: Manrope, Light 300
   (small labels, eyebrows and sub-titles keep their own weight)
   ============================================================ */
.hero-h1-sub,
.product-heading,
.obj2-h2,
.section-intro,
.au-hero-h1,
.market-v2-title,
.press-h1,
.in-practice-heading,
.addon-heading,
.stats-headline,
.journal-article-title,
.journal-card-title,
.ps-how-title,
.ps-wyg-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
}

/* Landing hero titles — regular 400; highlights stay red via em/strong */
.hero-h1,
.hero-h1-home,
.dev2-hero-h1 {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
}

/* Developers section headings — bold per mockup */
.dev2-build-h2,
.dev2-included-h2,
.dev2-pricing-h2 {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
}